@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 18px;
	line-height: 1.9;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#wrapper {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img{
		image-rendering: -webkit-optimize-contrast;
	}
}
/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.NotoSerif {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
h1,h2,h3,h4{
	line-height: 1.5;
}
.txt_red{
	color: #E6290F;
	font-weight: bold;
}
.txt_brown{
	color: #723B26;
	font-weight: bold;
}
.txt_yellow{
	color: #FFEF87;
	font-weight: bold;
}
.txt_blue{
	color: #295698;
	font-weight: bold;
}

.txt_marker_yellow{
	padding: 0 7px;
	background: #FFEF87;
	font-weight: bold;
	line-height: 1.4;
}
.txt_marker_pink{
	padding: 0 7px;
	background: #FFD4CF;
	font-weight: bold;
	line-height: 1.4;
}

/* .rank_list .container span {
    padding: 0 7px;
} */

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;

	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}


/* ▼ タイトル
--------------------------------------- */
/*
#site_title {
	overflow: hidden;
	max-width: 160px;
	margin: auto;
}
*/
.boder_title {
	border-bottom: 1px solid #0a315f;
	border-left: 6px solid #0a315f;
	padding: 0 0 7px 15px;
	margin-bottom: 20px;
	font-size: 20px;
	}
/* ▼ btn
--------------------------------------- */
.btn a{
	display: flex;
    position: relative;
	justify-content: center;
	align-items: center;
	background: linear-gradient(red, #c80000);
	box-shadow: 0 4px 0 #881c08;
	border-radius: 5px;
	max-width: 500px;
	margin: 0 auto;
	padding: 15px 20px;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.lp_mainSchool .btn a::after {
   content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: url(https://api.iconify.design/ic:round-open-in-new.svg?color=white)no-repeat center/contain;
		margin: auto;
		right: 15px;
		position: absolute;
		top: 50%;
		right: 25px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);

}

/* ▼▼▼ ヘッダー
====================================================== */
/*
header {
	width: 100%;
	border-bottom: 1px solid #0a315f;
	}
	header .container{
		padding: 15px 20px;
	}
*/
.l-container {
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
}

.header__upper {
  align-items: center;
  display: flex;
}

.header__catchcopy {
  font-size: 12px;
}

#site_title {
	background: #e1e1eb;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 16px;
}

@media screen and (max-width: 767px) {
  .header__upper {
    background: #fff;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .header__catchcopy {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #site_title {
    font-size: 12px;
    padding: 4px 16px;
  }
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 40px auto 100px;
	/* overflow: hidden; */
}

.main_flex{
	display: flex;
	}
	.main_flex main{
		flex:3.2;
	}
	.main_flex aside{
		flex:1;
		padding-left: 3%;
}

/* 2column の場合！！各自修正して使用してください */
.flex_box{
	display: flex;
	flex-wrap: wrap;
}


/* ▼ aside_rank
----------------------------------------*/
.aside_rank{
	background: rgb(99,81,59);
	background: linear-gradient(0deg, rgba(99,81,59,1) 0%, rgba(191,162,117,1) 100%);
	padding: 6px;
	margin-bottom: 40px;
	border-radius: 10px;
	}
	.aside_rank > div{
		background: #fff;
		border-radius: 10px;
	}
	.aside_rank h2{
		background: #A83425 url(../img/side_rank_title_bg.png)no-repeat center/95%;
		border-radius: 10px 10px 0 0;
		padding: 20px 5px 15px;
		color: #fff;
		text-align: center;
		position: relative;
	}
	.aside_rank h2::before{
		content: "";
		display: block;
		width: 48px;
		height: 33px;
		background: url(../img/side_rank_icon.png)no-repeat center/95%;
		position: absolute;
		margin: auto;
		top: -23px;
		left: 0;
		right: 0;
	}
	.gizagiza{
		width: 100%;
		height: 6px;
		background: url(../img/gizagiza.png)no-repeat center/cover;
		margin-bottom: 10px;
	}
	.aside_rank h2 span{
		font-size: 18px;
	}
	.aside_rank ul{
		padding: 0px 15px;
	}
	.aside_rank ul li:not(:last-child){
		border-bottom: 1px dashed #63513B
	}
	.aside_rank ul li a{
		display: flex;
		padding: 15px 10px 15px 50px;
		position: relative;
		line-height: 1.3;
	}
	.aside_rank ul li a::before{
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.aside_rank ul li:nth-child(1) a::before{background: url(../img/side_rank_icon01.png)no-repeat center/cover;}
	.aside_rank ul li:nth-child(2) a::before{background: url(../img/side_rank_icon02.png)no-repeat center/cover;}
	.aside_rank ul li:nth-child(3) a::before{background: url(../img/side_rank_icon03.png)no-repeat center/cover;}
	.aside_rank ul li:nth-child(4) a::before{background: url(../img/side_rank_icon04.png)no-repeat center/cover;}
	.aside_rank ul li:nth-child(5) a::before{background: url(../img/side_rank_icon05.png)no-repeat center/cover;}
	.aside_rank ul li a::after{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		background: url(../img/side_rank_arrow.png)no-repeat center/100%;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}

/* ▼ vendor
----------------------------------------*/
#vendor h2{
	margin-bottom: 20px;
	color: #63513B;
	font-size: 18px;
	}
	#vendor ul li:first-child{
		border-top: 1px solid #0a315f;
	}
	#vendor ul li{
		padding: 6px 0;
		border-bottom: 1px solid #0a315f;
		position: relative;
	}
	#vendor ul li a{
		display: flex;
		align-items: center;
		position: relative;
	}
	#vendor ul li a::before {
			content: "";
			bottom: 0;
			right: 0;
			border-top: 6px solid transparent;
			border-right: 6px solid #C9C9C9; /* ラベルの色はここで変更 */
			position: absolute;
			z-index: 100;
	}
	#vendor ul li a p{
		width: 115px;
		padding-left: 10px;
		font-size: 13px;
		line-height: 1.4;
	}
	#vendor ul li a img{
		width: calc(100% - 120px);
	}

#links td {
    padding: 10px;
    width: 10%;
    vertical-align: middle;
    border-bottom: 1px solid #c1c1c1;
}
#links td a {
    color: #295698;
    padding: 0 0 5px;
    text-decoration: underline;
    position: relative;
    text-decoration-color: #295698;
    color: #295698;
    font-weight: bold;
}

/* ▼ システム
--------------------------------------- */
.disabled {
    opacity: .5;
    pointer-events:none;
}

/* ▼▼▼ フッター
===================================== */
footer {

}
.footer_nav{
	background: #0a315f;
	padding: 10px  0 ;
	}
	.footer_nav p{
		text-align: center;
	}
	.footer_nav a{
		text-decoration: underline;
        margin-left: 10px;
		color: #fff;
	}
	.footer_nav a:hover{
		text-decoration: none;
	}
	#footer_inner {
		max-width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}


/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}
.pagetop img{
	max-width: 40px;
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
	padding: 10px;
	font-size: 13px;
	text-align: center;
}


/* ▼▼▼ 404
====================================================== */
#not_found{
	padding: 8vw 20px;
	}
	#not_found p{
		font-size: 14px;
		text-align: center;
	}
	#not_found p.arial{
		margin-bottom: 10px;
		font-size: 42px;
		font-family: "Arial", "メイリオ";
	}
	#not_found p.arial + p{
		margin-bottom: 20px;
		font-size: 18px;
		font-weight: bold;
	}
	#not_found p.txt{
		margin-bottom: 30px;
		line-height: 1.9;
	}
	#not_found .top_btn a{
		display: inline-block;
		padding: 15px 40px;
		border: 1px solid #ccc;
	}
/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 16px;
	}


	#wrapper {width: 100%;}
	#main{
		margin-bottom: 60px;
	}
	#search_results #main{
		margin-top: 0;
	}
	.container {
		padding: 0 8px;
	}
	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */
	#site_title {
		margin: auto;
	}
	.boder_title {
		}
	/* ▼ btn
	--------------------------------------- */
	.btn a{
		padding: 15px 20px;
		font-size: 16px;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */





	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}


.main_flex{
	display: block;
	}
	.main_flex aside{
		display: none;
	}



	/* 2column の場合！！各自修正して使用してください */
	.flex_box{
		display: block;
	}

    /* SPのみ業者メイン画像下に余白 */
    .merchant_main_img {
        margin-bottom: 20px;
    }


	/* ▼▼▼ フッター
	====================================================== */
	.footer_nav p {
	    text-align: center;
	}
	/* ▼ ページ上部へ戻る
	--------------------------------------- */

	/* ▼▼▼ 404
	====================================================== */
	#not_found{
		padding: 100px 20px 60px;
		}
		#not_found p.arial{
			margin-bottom: 10px;
			font-size: 39px;
		}
		#not_found p.arial + p{
			font-size: 17px;
		}
		#not_found p.txt{
			line-height: 1.6;
		}

}
