@charset "UTF-8";
/* CSS Document */
.faq01Box {
	background-color: rgba(255,255,255,0.9);
}
.faq01Box .inner {
	padding: 70px 90px;
}
.faq01Box .inner .ttl {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 5px;
	padding-left: 45px;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 3px solid #D09B00;
}
.faq01Box .inner dl {
	margin-bottom: 20px;
	padding: 20px 40px;
	background-color: #fff;
}
.faq01Box .inner dl dt {
	position: relative;
    margin-bottom: 15px;
    padding: 0 0 10px 40px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    line-height: 1.9;
    border-bottom: 1px dotted #ddd;
}
.faq01Box .inner dl dt:before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background-color: #D09B00;
}
.faq01Box .inner dl dd {
	position: relative;
	margin-left: 30px;
    padding: 0 0 10px 40px;
    line-height: 1.9;
}
.faq01Box .inner dl dd:before {
	content: "A";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    background-color: #72BA2A;
}


@media screen and (max-width: 736px) {
.faq01Box .inner {
    padding: 40px 3vw;
}
.faq01Box .inner .ttl {
	font-size: 16px;
	line-height: 2;
}
.faq01Box .inner dl {
	padding: 15px 3vw;
}
.faq01Box .inner dl dt {
	font-size: 14px;
	line-height: 1.6;
	padding: 0 0 10px 30px;
}
.faq01Box .inner dl dd {
	margin-left: 0;
	padding: 0 0 10px 30px;
}
.faq01Box .inner dl dt:before,
.faq01Box .inner dl dd:before {
	width: 20px;
	height: 20px;
	font-size: 13px;
	line-height: 20px;
}
		
}






















