@charset "UTF-8";

#qa_top h2 + p{
	font-size: 18px;
}
.contact_area .time{
	font-size: 16px;
}
#qa_top div.tel_area p a span.oswald{
    font-size: 4.2rem;
}
#qa_top .tel_area {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#qa_top .tel_area p{
    margin: 0 20px 0 0;
    border: 1px solid #00a53c;
    border-radius: 5px;
    width: 336px;
}
#qa_top .tel_area p:last-child {
	margin-right: 0;
}
#qa_top .tel_area p a{
    font-size: 3rem;
    color: #00a53c;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    padding: 0;
    pointer-events: none;
    flex-wrap: wrap;
}
#qa_top .tel_area .pref{
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    border-radius: 3px 3px 0 0;
    background: #00a53c;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-right: 0;
    line-height: 40px;
}
#qa_top .tel_area .icon{
    width: 63px;
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
    margin-left: 13px;
}

#qanda{
	counter-reset: num;
}
.qa_wrap{
	counter-increment: num;
	margin-bottom: 40px;
}
.qa_wrap h3{
	font-size: 24px;
	font-weight: 700;
	background-color: #ccedd8;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.qa_wrap h3 .num{
	width: 70px;
	height: 70px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 30px;
	color: #fff;
	background-color: #00a53c;
	margin-right: 20px;
	position: relative;
}
.qa_wrap h3 .num::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #00a53c;
	position: absolute;
	top: calc(50% - 5px);
	left: 100%;
}
.qa_wrap h3 .num::before{
	/*content: counter(num, decimal-leading-zero);*/
	content: "Q" counter(num);
}
.qa_wrap h3 .btn_open{
	background: url(../img/common/down.png) center 0 no-repeat;
	padding-top: 6px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 42px;
	height: 100%;
	text-align: center;
	font-size: 14px;
}
.qa_wrap h3 .btn_open::after{
	content: "開く";
}
.qa_wrap h3 .btn_open.btn_close{
	background: url(../img/common/up.png) center 0 no-repeat;
	padding-top: 6px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 42px;
	height: 100%;
	text-align: center;
	font-size: 14px;
}
.qa_wrap h3 .btn_open.btn_close::after{
	content: "閉じる";
}
.qa_wrap h3 + dl{
	border-bottom: 10px solid #ccedd8;
	border-left: 10px solid #ccedd8;
	border-right: 10px solid #ccedd8;
	padding:  0 30px;
	display: none;
}
.qa_wrap h3 + dl dt,
.qa_wrap h3 + dl dd{
	padding-left: 60px;
	position: relative;
}
.qa_wrap h3 + dl dt{
	color: #00a53c;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	padding-top: 36px;
	margin-bottom: 30px;
}
.qa_wrap h3 + dl dt:nth-of-type(n+2){
	border-top: 1px solid #c8c8c8;
}
.qa_wrap h3 + dl dt::before,
.qa_wrap h3 + dl dd::before{
	content: "Q";
	font-family: Oswald;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	display: block;
	line-height: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #00a53c;
	position: absolute;
	top: 30px;
	left: 0;	
}
.qa_wrap h3 + dl dd{
	margin-bottom: 30px;
	padding-top: 6px;
}
.qa_wrap h3 + dl dd::before{
	content: "A";
	background-color: #323232;
	top: 0;
}

@media screen and (max-width: 767px){
	.contact_area{
		margin-left: 0;
		margin-right: 0;
	}
	#qa_top{
		margin-top: 50px;
	}
	#qa_top .tel_area {
		display: block;
		width: 100%;
		margin: 5.7% auto 0;
	}
	#qa_top .tel_area p{
		margin-right: 0;
		margin-top: 5.7%;
		width: 100%;
	}
	#qa_top .tel_area p:first-child {
		margin-top: 0;
	}
	#qa_top .tel_area p a {
		font-size: 6.5vw;
		border-radius: 1.25vw;
		padding: 0;
		justify-content: center;
		pointer-events: auto;
	}
    #qa_top .tel_area .pref{
		font-size: 4.4vw;
		border-radius: 3px 3px 0 0;
		width: 100%;
		height: 35px;
		margin-right: 0;
		line-height: 7vw;
		line-height: 35px;
	}
	#qa_top .tel_area .icon {
		width: 13vw;
		margin-right: 2.5vw;
        margin-left: 0;
	}
    #qa_top　div.tel_area p a span.oswald{
        font-size: 10vw;
    }
	
	.qa_wrap h3{
		padding-left: 66px;
		padding-right: 50px;
		min-height: 50px;
		font-size: 16px;
		line-height: 1.4;
	}
	.qa_wrap h3 .num{
		width: 50px!important;
		height: 50px;
		font-size: 24px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.qa_wrap h3 .btn_open,
	.qa_wrap h3 .btn_open.btn_close{
		top: 14px;
		right: 3px;
		font-size: 10px;
		line-height: 1.7;
	}
	.qa_wrap h3 + dl{
		padding: 0 16px;
	}
	.qa_wrap h3 + dl dt, .qa_wrap h3 + dl dd{
		padding-left: 48px;
		line-height: 1.7;
	}
	.qa_wrap h3 + dl dt::before, .qa_wrap h3 + dl dd::before{
		width: 38px;
		height: 38px;
		line-height: 38px;
		top: 18px;
	}
	.qa_wrap h3 + dl dd::before{
		top: 0;
	}
	.qa_wrap h3 + dl dt{
		padding-top: 20px;
		margin-bottom: 20px;
	}
	
}






