body{
	width:100%;
	margin: 0;
	padding: 0;
	background: #faf3de;
	font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
	position: relative;
}

section,header,footer{
	width: 650px;
	margin: 0 auto;
}

section{
	padding: 0 0 30px 0;
	background: #fff;
}

header{
	background:#faf3de url(../img/logo.png) 10px center no-repeat;
	background-size:auto 60%;
	padding: 10px 0;
	text-align: right;
}

#pr{
	width: max-content;
	font-size: 12px;
	color:#000;
	padding: 0 5px;
	margin-right: 10px;
	border: 1px solid #000;
	margin-left: auto;
}

article{
	width: 92%;
	margin: 40px auto 80px auto;
}


footer{
	font-size: 14px;
	color: #fff;
	background: #1b2b64;
	text-align: right;
	padding: 15px 0;
}

footer a{
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
}
footer a:last-of-type{ padding: 0 15px 0 0;}
footer a:hover{
	color: #ffe556;
	transition: 0.3s;
}


/* font */
p{
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 1em 0;
	display: block;
}

p strong{
	font-size: 1.4em;
	font-weight: bold;
}

.bold{
	font-size: 1.2em;
	font-weight: bold;
}

.marker{
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
.red{
	color: #b8272d;
}


.babbule h1{
	color: #000;
	margin: 0;
  padding: 5px 0 5px 5px;
	font-size: clamp(16px, 5vw, 26px);
	font-weight: bold;
	line-height: 1.4;
}


h1{
	color: #1b2b64;
	font-weight: bold;
	font-size: clamp(21px, 5vw, 26px);
	text-align: center;
}

h2{
	color: #fff;
	font-weight: bold;
	font-size: clamp(21px, 5vw, 30px);
	background: #1b2b64;
	padding: 1em 0.5em 0.5em 1em;
	margin: 40px 0 30px 0;
	display: block;
	position: relative;
}
h2 span{
	color: #f3e521;
}
h2 strong{
	color: #e00012;
}

h2 div{
	font-size: 1.3em;
	line-height: 1.2;
}

h3{
	color: #000;
	font-weight: bold;
	font-size: clamp(20px, 5vw, 26px);
	background: #ffe556;
	padding: 30px 0 20px 30px;
	margin: 30px 0 0 0;
	display: block;
	position: relative;
	text-align: center;
}
h3 span{
	color: #b8272d;
}

.h2_asterisk{
	position: absolute;
	top: -25px;
	left: 20px;
	width: auto;
	height: 35px;
}
.h3_asterisk{
	position: absolute;
	top: -18px;
	left: 20px;
	width: auto;
	height: 28px;
}
.h2_asterisk img,
.h3_asterisk img{ height: 100%;}

.triangle{
	margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 35px solid #ffe556;
}

h3.must{
	color: #000;
	font-weight: bold;
	font-size: clamp(20px, 5vw, 26px);
	background: #ffe556;
	padding: 20px 0 10px 120px;
	margin: 30px 0 0 0;
	display: block;
	position: relative;
	text-align: left;
	background:#ffe556 url(../img/icon_must.png) no-repeat 30px center;
	background-size:auto 70%;
}


h4{
	color: #000;
	font-weight: bold;
	font-size: clamp(28px, 3vw, 30px);
	margin: 10px auto;
	text-align: center;
	line-height: 1.2;
	/* text-decoration: underline;
	text-decoration-color: #f00; */
}
h4 span{
	color: #b8272d;
}

h5{
	color: #fff;
	background: #b2d075;
	text-align: center;
	font-size: clamp(18px, 3vw, 22px);
	font-weight: bold;
	border-radius: 20px;
	padding: 1%;

	width: 60%;
	position: absolute;
	top:-18px;
	left:20%;
}

h6{
	color: #fff;
	background: #000;
	text-align: center;
	font-size: clamp(18px, 3vw, 20px);
	font-weight: bold;
	border-radius: 20px;
	padding: 1.5%;

	width: 60%;
	position: absolute;
	top:-18px;
	left:20%;
}

.center{
	text-align: center;
}

.ranking_tit{
	background: #b8272d;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 20px auto;
	padding: 5px 20px;
	width: max-content;
}

.plus{
	width: 13%;
	margin: 20px auto;
	text-align: center;
}
.plus img{
	max-width: 60px;
	width: 100%;
}

.more_wrap{
	margin: 0 auto;
}
.more{
	border: 2px solid #b2d075;
	padding: 20px;
	margin:0 auto;
	position: relative;
}

.more ol{
	width: max-content;
	counter-reset:number; /*数字をリセット*/
  list-style-type: none; /*数字を一旦消す*/
  padding:0.5em;
	margin: 15px auto 0 auto;
}
.more ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.4em;
  padding: 0.5em 0.5em 0.5em 1.6em;
	font-size: clamp(17px, 3vw, 20px);
	font-weight: bold;
}
.more ol li span{ color: #b8272d;}

.more ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #ee8a1e;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.mission{
	position:inherit;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: max-content;
}
.mission ul{
	border: 2px solid #666;
	background: #fff6ef;
	border-radius: 20px;
	padding: 40px 20px 20px 20px;
	margin:0 auto 20px;
}
.mission ul li{
	list-style: none;
	font-size: clamp(20px, 3vw, 24px);
	font-weight: bold;
	padding: 0.3em 0.8em 0.5em;
}
.mission ul li span{
	font-size: 0.8em;
	display: block;
}






/* table ---------------------------------- */
.ranking_all {
	width: 100%;
	margin: 20px 0;
	border: 2px #d3e0ee solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.ranking_all th {
	padding: 5px 5px 5px 10px;
	border: 2px #d3e0ee solid;
	border-width: 0 0 2px 2px;
}
.ranking_all th img{
	max-width: 100px;
	width: 90%;
	height: auto ;
}
.ranking_all th a img:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.ranking_all td {
	width: 33%;
	padding: 5px 5px 5px 10px;
	border: 2px #d3e0ee solid;
	border-width: 0 0 2px 2px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	background: #fff;
}

.ranking_all td a{
	color: #003db3;
	font-weight: bold;
	font-size: 13px;
}
.ranking_all td a:hover{
	color: #b8272d;
}

.ranking_all td img {
	max-width: 30%;
	display: block;
	margin: 0 auto 10px auto;
}

.ranking_all td a img:hover{
	opacity: 0.7;
	transition: 0.3s;
}

.ranking_all td.star img {
	max-width: 80%;
	margin: 12px auto;
}	
.ranking_all td span{
	color: #e00012;
	font-size: 1.2em;
}

.ranking_all td.logo{
	background: #fff;
}
.ranking_all td.logo img{
	max-width: 100%;
}

.tb_title{
	color: #fff;
	background: #5986b6 !important;
}

.tb_title p{
	margin: 0 auto;
}


/* .tb_title{
	background: #fff !important;
	border-bottom: none !important;
}

.tb_title p{
	display: block;
	color: #fff;
	background: #1b2b64;
	width:100%;
	margin: 0 auto;
	padding: 3px 0;
	border-radius: 15px;
	font-size: 14px;
} */





/* コンテンツ------------------------------- */

.illust{
	margin: 30px auto;
	text-align: center;
}

.mv img{
	width: 100%;
	display: block;
}


/* babbule */
.babbule_wrap{
	width: auto;
	margin: 30px 0;
	justify-content: center; /* 横方向のセンタリング */
	align-items: center; /* 縦方向のセンタリング */
	display: flex;
	flex-wrap: wrap;	
}
.babbule_wrap > div{
	margin:0 0 0 0;
}

.babbule_wrap > div:nth-child(1){ width: 17%;}
.babbule_wrap > div:nth-child(2){ width: auto;}

.babbule_wrap > div:nth-child(1) img{
	width: 90%; 
	height: auto;
}

@media screen and (max-width:650px) {
	.babbule_wrap{
		width: 100%;
		margin: 0 auto 30px 0;
	}
	.babbule_wrap > div:nth-child(2){ width: 83%;}
}


.babbule {
  position: relative;
  display: inline-block;
  margin: 10px 0 10px 20px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000;
  background: #fcf8c6;
  border: solid 3px #ddd;
  box-sizing: border-box;
	border-radius: 10px;
}

.babbule:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fcf8c6;
  z-index: 2;
}

.babbule:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ddd;
  z-index: 1;
}

.babbule p {
  margin: 0;
  padding: 5px 0 5px 5px;
	font-size: clamp(16px, 5vw, 24px);
	font-weight: bold;
	line-height: 1.4;
}



/* 1位 */

.rank_1{
	border: 5px solid #e9d466;
	border-radius: 15px;
	background: #fff6db;
	position: relative;
	margin: 80px 0 0 0;
	padding: 15px 0 0 0;
}
.gold-plate {
	color: #000;
	text-shadow: 2px 2px 3px #fff;
	width: max-content;
	background: linear-gradient(90deg, 
			#dab300, #ffd800, #ffeb8b, #dab300, #FFD700);
	border-radius: 20px;
	font-weight: bold;
	font-size: clamp(17px, 3vw, 20px);
	padding: 8px 30px 3px;
	margin: 0 auto;
	text-align: center;
}

.deco{
	width: 100%;
	position: absolute;
	top: -55px;
	left: 0;
}
	@media screen and (max-width:450px) {
		.deco{
			top: -35px;
			left: 0;
		}
	}

.deco img{
	width: 100%;
}

.rank_inner{
	width: 95%;
	margin: 0 auto;
}
.rank_inner:nth-last-child(2){
	margin: 20px auto;
}
.rank_tit{
	background: none;
	color: #000;
	font-size: clamp(22px, 5vw, 30px);
	text-align: center;
	padding: 0;
	margin: 0.7em 0;
	line-height: 1.2;
	font-weight: bold;
}

.rank_inner_white{
	background: #fff;
	padding: 20px 0;
	text-align: center;
}

.rank_inner_white:last-child{
	border-bottom-left-radius: 15px; 
	border-bottom-right-radius: 15px;
	padding: 30px 0;
}
.rank_thum img{
	width: 90%;
}


.bt_contact a img{
	max-width: 80%;
	display: block;
	margin: 20px auto;
}
.bt_contact a:hover img{
	opacity: 0.7;
	transition: 0.3s;
}

.list_check_s{
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
}
.list_check_s ul{
	list-style-position: inside;
	margin: 20px 0 0 -30px;
}

.list_check_s li{
	font-size: 100%;
	list-style: none;
	font-size: clamp(16px, 3vw, 18px);
	font-weight: bold;
	padding: 7px 0 7px 40px;
  line-height: 1.2em;
  background: url(../img/icon_check.png) no-repeat left center;
  background-size:auto 25px;
}

.list_check_m{
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
}

.list_check_m ul{
	list-style-position: inside;
	margin: 20px 0 0 -30px;
}

.list_check_m li{
	font-size: 100%;
	list-style: none;
	font-size: clamp(17px, 3vw, 22px);
	font-weight: bold;
	padding: 7px 0 7px 40px;
  line-height: 1.2em;
  background: url(../img/icon_check.png) no-repeat left center;
  background-size:auto 25px;
}
.list_check_m li span{
	color: #b8272d;
}

.rank_inner_white table{
	width: 96%;
	margin: 0 auto;
}
.rank_inner_white table.ranking_all td.tb_title {
	background: #000 !important;
}
.rank_inner_white table,
.rank_inner_white table.ranking_all td {
	border: 1px #666 solid !important;
}

.riyu{
	width: 33%;
	text-align: center;
	position: absolute;
	top:-110px;
	left: 33%;
}
	@media screen and (max-width:450px) {
		.riyu{
			top:-80px;
		}
	}
.riyu img{
	max-width: 130px;
	width: 80%;
	height: auto;
}

.copy{
	max-width: 480px;
	margin: 0 auto 20px;
	font-weight: bold;
	font-size: clamp(18px, 3vw, 20px);
}
.ctr{
	background: #ffe0c3;
	padding: 30px 0 15px;
	margin: 30px 0;
	text-align: center;
	font-size: clamp(18px, 3vw, 22px);
	font-weight: bold;
}
.ctr span{
	font-size: 0.8em;
}
.ctr strong{
	color: #e00012;
}



/* 2位 */

.rank_2{
	border: 5px solid #acacb9;
	border-radius: 15px;
	background: #ededf0;
	position: relative;
	margin: 80px 0 0 0;
	padding: 15px 0 0 0;
}
.silver-plate {
	color: #000;
	text-shadow: 2px 2px 3px #fff;
	width: max-content;
	background: linear-gradient(90deg, 
			#808080, #ffffff, #c4c4c4, #b7b7b7, #4c4c4c);
	border-radius: 20px;
	font-weight: bold;
	font-size: clamp(17px, 3vw, 20px);
	padding: 8px 30px 3px;
	margin: 0 auto;
	text-align: center;
}



/* 3位 */

.rank_3{
	border: 5px solid #ff9c4e;
	border-radius: 15px;
	background: #fae3c2;
	position: relative;
	margin: 80px 0 0 0;
	padding: 15px 0 0 0;
}
.copper-plate {
	color: #000;
	text-shadow: 2px 2px 3px #fff;
	width: max-content;
	background: linear-gradient(90deg, 
			#a54000, #ffa731, #d36500, #ffa731, #d55a00);
	border-radius: 20px;
	font-weight: bold;
	font-size: clamp(17px, 3vw, 20px);
	padding: 8px 30px 3px;
	margin: 0 auto;
	text-align: center;
}


br.pc_clear{ display:none;}

/*トップへ戻るボタン*/

#page-top{
	display: block;
	max-width:100%;
	z-index: 9999;
	position: fixed;
	bottom:10px;
	right:10px;
	margin-bottom: 10px;
}

#page-top a{
	display: block;
	height: 50px;
	width :50px;
	background:#1b2b64 url("../img/page_up.png") no-repeat center center;
	background-size: 60%;
	font-size: 0;
	line-height: 0;
	transition:0.3s;
}

#page-top a:hover{
	display: block;
	height: 50px;
	width :50px;
	background:#5986b6 url("../img/page_up.png") no-repeat center center;
	background-size: 60%;
	font-size: 0;
	line-height: 0;
}



.note{
	font-size: 12px;
	text-align: right;
	margin: 10px 0;
}
.note a{
	color: #000;
	text-decoration: none;
}
.note a:hover{
	color: #b8272d;
	text-decoration: none;
}





/* カルーセル　事例 */

.slider {
	width: 90%;
	margin: 0 auto;
	position: relative; /* 親要素として基準を設定 */
}

.slider img.jirei {
	width: 100%;
}

.slider .slick-slide {
	height: auto !important;
}

.slider .slick-arrow {
	z-index: 2 !important;
}

/* スライダーの外側にボタンを移動 */
.slider .slick-next {
	right: -40px !important; /* 右に50px外側へ */
}

.slider .slick-prev {
	left: -50px !important; /* 左に50px外側へ */
}

/* 矢印のデザイン */
.slick-prev:before, .slick-next:before {
	font-size: 30px;
	color: #000; /* 黒にする */
	opacity: 1; /* デフォルトは.75が指定されている */
}

/* スライドの間隔 */
.slick-slide {
	margin-right: 1vw !important;
	margin-left: 1vw !important;
}

/* ドットサイズの変更 */
.slick-dots li {
  width: 20px; /* ドットの幅を変更 */
  height: 20px; /* ドットの高さを変更 */
  margin: 0 5px; /* ドット同士の間隔 */
}

.slick-dots li button {
  width: 100%;
  height: 100%;
}

.slick-dots li button:before {
  font-size: 16px;
  color: #000;
  opacity: 0.75;
}

.slick-dots li.slick-active button:before {
  font-size: 18px;
  color: #b8272d;
  opacity: 1;
}

	/* スマホサイズで画像の縦幅を400pxに変更 */
	@media (max-width: 450px) {
		.slider .slick-prev {
			left: -25px !important;
		}
		.slider .slick-next {
			right: -25px !important;
		}
		.slick-prev:before, .slick-next:before {
			font-size: 20px;
		}
	}


	/* カルーセル　クチコミ */

.kuchikomi{
		width: 100%;
		margin: 25px 0 0 0;
}

.kuchi_wrap{
	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	height: 300px;
}


.kuchi_img{
	width: 100%;
}
.kuchi_img span{float: left;}
.kuchi_img span:first-child{
	width: 25%;
}
.kuchi_img span:nth-child(2){
	width: 70%;
	text-align: right;
	margin: 8% 0 0 3%;
	height: 80px;
}
.kuchi_img img{
	width: 100%;
}
.kuchi_tit{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4;
}



/* 運営者情報 */

.tbl_info {
	width: 100%;
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 15% 0;
}

.tbl_info th {
	padding: 2em 1em;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	line-height: 120%;
	text-align:left;
	white-space: nowrap;
	background: #e7eef6;
}
.tbl_info td {
	padding: 2em 1em;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
}


/* プライバシーポリシー */

.privacy h2{
	color: #1b2b64;
	font-weight: bold;
	font-size: clamp(18px, 5vw, 20px);
	background:none;
	padding: 0.5em 0;
	margin: 40px 0 15px 0;
	display: block;
	position: relative;
	border-bottom: 1px dotted #ccc;
} 


/* braking point ---------------------------------- */

@media screen and (max-width:650px) {
	section,header,footer{
		width: 100%;
		margin: 0 auto;
	}

	br.sp_clear{ display:none;}
	br.pc_clear{ display:block;}

	.asterisk{
		position: absolute;
		top: -20px;
		left: 20px;
		height: 25px;
		width: auto;
	}
	
	.bt_contact a img {
    max-width: 90%;
	}


	.illust img{
		width: 70%;
	}
	.rank_tit{
		margin: 0.5em 0;
	}

	.more{
		padding: 20px 5px;
	}
	.mission ul{
		padding: 25px 20px 20px 20px;
	}

	#page-top a{
		height: 30px;
		width :30px;
		background:#1b2b64 url("../img/page_up.png") no-repeat center center;
		background-size: 60%;
	}
	
	#page-top a:hover{
		height: 30px;
		width :30px;
		background:#5986b6 url("../img/page_up.png") no-repeat center center;
		background-size: 60%;
	}

	.more ol{width: 90%;}

}