@charset "utf-8";
html {font-size: 62.5%;  padding: 0;}
body{padding: 0; margin: 0;}
a{color: #000; text-decoration: none;}
a img:hover{opacity: 0.8;}
#SC_content {
	clear: both;
	width: 100%;
	/*background-color: #F2F2E4;*/
}

#SC_wrap {
	clear: both;
	width: 100%;
	max-width: 1000px;
	/*min-width: 450px;*/
	padding: 0;
	margin:0 auto ;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;	
	background-color: #fff;
}


.main {	width: 75%; margin: 10% auto ; padding: 0;}

/*.Lead_pc {
	width: 100%;
	margin: 5% auto 12%;
	display: block;
	text-align:center;
	font-size:16px;
	padding:0 ;
	line-height: 1.8em;
}

.Lead_sp {display: none;}
*/

.sp {display:none;}
.clear {clear:both;}
.bold {font-size: 125%; font-weight: bold; margin-bottom: 3%;}
.sml{font-size: 74%;  line-height: 1.2em;}
.tax{font-size: 70%; }

hr{margin: 5% auto 10%; border: 2px dashed #2C2C2C;}

.txt_how{width: 60%; margin: 5% auto 10% ;  text-align: center; position: relative; font-size: 24px; font-weight: 600; }
.txt_how:before,
.txt_how:after {
    position: absolute;
    top: 48%;
    width: 30%;
    border-top: 2px solid #1A1A1A;
    content: '';
}
.txt_how:before {
    left: -35%;
}

.txt_how:after {
    right: -35%;
}

/*.sns_box  {	width: 100%;	margin: 8% auto 0;}
.sns1{ margin: 10% auto 0;}*/

.item_wrap{width: 100%; margin: 0 auto 5% ; padding: 0; display:flex; flex-wrap:wrap;	justify-content: space-between; }
.item_box{width: 30%; margin: 0 0 5% ; position: relative;}
.item_box1{width: 30%; margin: 0 0 5% ; }
.item_box a,.item_box4 a{text-decoration: underline; line-height: 1.8em;}
.ttl_box{ width: 90%; padding: 30% 10%; /*margin-top: 10%; */font-size: 22px; line-height: 1.8em; text-align: center;  background-color: #FDFFC4; border-radius: 30px;  font-weight: 600; box-sizing: border-box;  }
.item_box4{width: 23%; margin: 0 0 5% ; position: relative;}
.item_box_C{ margin: 0 auto 5% ;}
/*.icon_box{width: 15%; top: 0; left: 0;}*/
/*.icon{width: 150px; height: 150px; border-radius: 75px; text-align: center; font-size: 16px; font-weight: 600; }*/

/*.item_img{width: 90%; margin: 0 auto ; }*/


.item_n{ width: 90%; margin: 0 auto;	text-align: left;	font-size: 17px; font-weight: 500; line-height: 1.7em;}
.item_b{ width: 90%; margin: -8% auto 0;	text-align: right;	font-size: 16px; font-weight: 500; line-height: 1.7em;}

/*.item_ttl{width: 70%; margin: 0 auto 5% ;}*/
/*.item_p{	width: 100%;	margin: 2% auto 1%;	text-align: center;	font-size: 22px;	line-height: 1.7em;}
*/

.logo_BOX{	width: 30%;	margin: 15% auto 10% ;}



/* 丸いバッジ（アイコン） */
.point-badge {
	position: absolute;
	top: -8%; /* 下からの位置 */
	left: -8%;   /* 左からの位置 */
	width: 10%; /* 画面幅に連動するサイズ */
	min-width: 80px;
	max-width: 120px;
	aspect-ratio: 1 / 1; /* 正円を維持 */
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
	/*background-color: #f3e600;*/
	box-shadow: 2px 2px 1px rgba(0,0,0,0.15);
	z-index: 10;
}

.point-badge2 {
	position: absolute;
	top: 19%; /* 下からの位置 */
	left: -8%;   /* 左からの位置 */
	width: 15%; /* 画面幅に連動するサイズ */
}

.point-badge3 {
	position: absolute;
	top: 23%; /* 下からの位置 */
	left: -8%;   /* 左からの位置 */
	width: 15%; /* 画面幅に連動するサイズ */
}
.point-badge4 {
	position: absolute;
	top: 23%; /* 下からの位置 */
	left: -8%;   /* 左からの位置 */
	width: 15%; /* 画面幅に連動するサイズ */
}


/* バッジ内テキストのレスポンシブ調整 */
.badge-number {
	font-size: clamp(12px, 4vw, 18px);
}

.badge-label {
	font-size: clamp(10px, 3vw, 14px);
}

.icon_pk{background-color:#cfa7cd; }
.icon_bl{background-color:#8ed3f5; }
.icon_gr{background-color:#9acc77; }
.icon_gry{background-color:#b5b6b6; }



/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	margin: 2% auto 8%;
	font-weight: 500;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 60%;
   /* border: #000 1px solid;*/
    color: #000;
    text-align: center;
    margin: 5% auto;
    padding: 12px 0px;
    font-size: 18px;
    background-color: #FFF8BC;
	display: block;
	letter-spacing: 1px;
	border-radius: 60px;
}
.btn-2 {
	width: 75%;
    border:#000 1px solid;
    color: #000;
    text-align: center;
    margin: 6% auto ;
    display: block;
    padding: 16px 0px;
    font-size: 26px;
    /*background-color: #EEEACC;*/
	letter-spacing: 2px;
	border-radius: 60px;
}
/*.btn-3 {
	width: 20%;
    border: #000 1px solid;
    color: #000;
    text-align: center;
    margin: 0 0 0 2%;
    display: inline;
    padding: 8px 0px;
    font-size: 16px;
    background-color: #fff;
	letter-spacing: 2px;
}
*/
.btn:hover {
	color: #fff;
	background-color: #767676;
	/*border: solid 1px #767676;*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.img_box {
	position: relative;
	width: 100%;
	max-width: 350px;
	height: 262px;
	margin: 0 auto 2%;
}

.image {
	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 4s infinite;
}

.image:nth-of-type(1) {
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 2s;
}


@keyframes change-img-anim {
	0% {opacity: 0;}
	0.01% {opacity: 1;}
	49.99% {opacity: 1;}
	50% {opacity: 0;}
}




@media only screen and (max-width: 600px) {
	html {background-color: #fff;}
	#SC_wrap {width:100%; margin:0 auto -8%;; padding: 0;}
	/*#SC_wrap .main {width: 100%; margin:0 auto;}*/

	.pc {display:none;}
	.sp {display:block;}
	
	
	
	.main {width: 90%; margin:5% auto 6%; padding: 0;}

	.Lead_sp {
		width: 100%;
		display: block;
		text-align:center;
		font-size:14px;
		margin:8% auto 12%;
		line-height: 1.8em;
	}
	
	.Lead_pc {display: none;}
	
	/*#SC_wrap h2{margin: 20% auto 6%; font-size: 18px;  }
	.ttl_no{ font-size: 26px;}*/
	
	.txt_how{width: 60%; margin: 5% auto 10% ;  text-align: center; position: relative; font-size: 15px; }
	.txt_how:before,
	.txt_how:after {
		position: absolute;
		top: 48%;
		width: 30%;
		border-top: 2px solid #1A1A1A;
		content: '';
	}
	.txt_how:before {
		left: -30%;
	}

	.txt_how:after {
		right: -30%;
	}

	
	.item_wrap{width: 90%; margin: 0 auto ; padding: 0;  }
	.item_box{width: 46%; margin: 0 0 8% ;}
	.item_box1{width: 46%; margin: 0 0 8% ;border-radius: 30px; }
	.ttl_box{ width: 100%; padding: 40% 10%; margin-top: 3%; font-size: 14px; line-height: 2em; border-radius: 30px;  }
	
	.item_box4{width: 46%; margin: 0 0 5% ; }

	/*.img_box{width: 100%; margin: 0 ; }
	
	.ttl_img{display: inline-block; width: 40%; margin: 0 3% 0 0;}*/
	.item_n{ width: 100%; margin: 0%; font-size: 14px; }
	.item_p{ width: 100%; margin: 2% auto 1%;		font-size: 18px;}
	.item_b{font-size: 14px; }
	
	.point-badge {min-width: 60px;}
	.badge-number {font-size: clamp(11px, 4vw, 12px);}
	.badge-label {font-size: clamp(9px, 2.5vw, 11px); line-height: 1.5em;}

	.point-badge2 {
		position: absolute;
		top: 25%; /* 下からの位置 */
		left: -8%;   /* 左からの位置 */
		width: 15%; /* 画面幅に連動するサイズ */
	}
	
	.point-badge3 {
		position: absolute;
		top: 21%; /* 下からの位置 */
		left: -8%;   /* 左からの位置 */
		width: 15%; /* 画面幅に連動するサイズ */
	}
	
	.point-badge4 {
		position: absolute;
		top: 24%; /* 下からの位置 */
		left: -8%;   /* 左からの位置 */
		width: 15%; /* 画面幅に連動するサイズ */
	}

	/*.cmt{ width: 100%; margin: 2% auto 8%;	font-size: 12px; line-height: 1.7em;}
	
	.content{ width: 220px;}*/
	
	.img_box {height: 37vw;}

/* Button 1 */
	.btn-1 {
		width: 75%;
		margin: 5% auto;
		padding: 8px 0px;
		font-size: 15px;
	}
	

	.btn-2 {
		width: 90%;
		margin: 8% auto 15%;
		padding: 12px 0px;
		font-size: 20px;
		letter-spacing: 2px;
	}


}
