@charset "utf-8";
/* ==========================================================
 よくある質問
========================================================== */
.box-faq-01 { margin-bottom: 57px;}
	.box-faq-01 > .txt-01 { margin: 16px 0 22px;}
	
.list-faq-01 {
	margin-top: 20px;
	}

.list-faq-01 .q-box {}
.list-faq-01 .ico-01 {	/*Qマーク*/
	float: left;
	width:32px;
	height:32px;
	background-color:#008ad5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 32px;
	padding-left: 7px;
	display: inline-block;
	}
.list-faq-01 .q-box .txt-01 {
	float: left;
	font-size: 18px;
	display: inline-block;
	margin-left: 10px;
	}

.list-faq-01 .a-box {
	background-color: #fff6e5;
	padding: 10px;
	margin: 10px 0 40px;
	}
.list-faq-01 .a-box .txt-02 {
	font-size: 16px;
	line-height: 1.4em;
	}

/* Link */
.list-faq-01 a {
    color: #0072ba;
}
.list-faq-01 a:hover {
    text-decoration: underline;
}

@media screen and (max-width:768px) {
.box-faq-01 { margin-bottom: 17px;}
.box-faq-01 > .txt-01 {
	font-size: 11px;
	margin: 9px 0 10px;
}
.list-faq-01 .q-box .txt-01 {
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 5px;
	width: 80%;
	}
.list-faq-01 .a-box .txt-02 {
	font-size: 12px;
	line-height: 1.4em;
	}
	
}


