@charset "Shift_JIS";

.keyimgBox {
	/*background: #ffc700;*/
}

/*ロゴ下線消し*/
h1#SITE_LOGO{
border-bottom : none!important;
}

.container h2{
	font-size: 1.925rem;
	font-weight:bold;
	border-bottom: 0;
	background:#ffc700;
	padding: 10px 0px 5px 0px;
	color:#000;
	border-radius: 90px;
	text-align: center;
	margin-bottom: 30px;
}

.container h2 img{
	display:inline !important;
	padding-left:10px;
}

@media screen and (max-width:767px) {
	.container h2{
	font-size: 1.5rem;
		text-align:center;
	}
	.container h2 img{
		width:32px;
	}
}


.container h2:after{
	background: none;
}


.container h3{
	font-weight:bold;
	border-bottom:#ffc700 2px dashed;
border-left : none !important; /*オンラインショップ側の設定打ち消し*/
}

@media screen and (max-width:767px) {
	.container h3{
	font-size: 1.35rem;

	}
}

.container h3:after{
	background: none;
}

	
.btnBlue{
	font-weight:bold;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .5);
	background: #0245b3;
}


a.btnBlue:hover{
	box-shadow:none;
	transition : 1s;
	text-decoration:none;
}

ul.step li{
	background: #d3e3fd;
	padding:20px 20px 20px 30px;
	border-radius: 8px;
}

.How_to{
	border:#c6d3e9 solid 5px;
	padding:20px;
	border-radius:10px;
}

.btn_Area{
	background: #d3e3fd;
	padding:20px;
	border-radius: 8px;
}

dl.faq dd{
	border-bottom:dashed 1px #ccc;
	padding-bottom: 20px;
}


dl.faq dd:last-child{
	border-bottom:none;
}



