@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/




/*sec*/
.sec{
}
#s01,
#s02,
#s03,
#s04{
	margin-top: -20px;
	padding-top: 20px;
}




.sec .ttl_wrap{
	float: left;
	width: 235px;
}

.sec .qa_list_box{
	float: right;
	width: calc(100% - 280px);
	padding-top: 30px;
}

.sec .qa_list_box dl{
	margin-bottom: 80px;
}

.sec .qa_list_box dl:last-child{
	margin-bottom: 0;
}

.sec .qa_list_box dl dt,
.sec .qa_list_box dl dd{
	color: #3e4664;
	font-weight: bold;
	padding-left: 65px;
	position: relative;
}

.sec .qa_list_box dl dt{
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 30px;
	cursor: pointer;
}

.sec .qa_list_box dl dd{
	font-size: 22px;
	line-height: 1.8;
	backface-visibility: hidden;
	will-change: transform;
	padding-top: 0px;
}

.sec .qa_list_box dl dd a{
	text-decoration: underline;
}

.sec .qa_list_box dl dd a:hover{
	opacity: .8;
}

.sec .qa_list_box dl dt:after,
.sec .qa_list_box dl dd:after{
	position: absolute;
	font-size: 60px;
	top: -7px;
	left: 0;
	line-height: 1;
}
.sec .qa_list_box dl dt:after{
	color: #3a67bb;
	content: "Q";
}

.sec .qa_list_box dl dd:after{
	content: "A";
	color: #b90000;
}


/*sec*/



/*sec01*/
.sec01 {
    padding-bottom: 60px;
    background-image: url(../images/common/secline.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
/*sec01*/

/*sec02*/
.sec02 {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: url(../images/common/secline.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
/*sec02*/

/*sec03*/
.sec03 {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: url(../images/common/secline.png);
    background-repeat: repeat-x;
    background-position: center bottom;
}
/*sec03*/

/*sec04*/
.sec04 {
    padding-top: 40px;
    padding-bottom: 60px; 
    background-repeat: repeat-x;
    background-position: center bottom;
}
/*sec04*/






@media screen and (max-width: 1340px){
}


@media screen and (max-width: 1160px){
}


@media screen and (max-width: 1100px){
	.sec .qa_list_box dl dt {
		font-size: 26px;
	}
	
	.sec .qa_list_box dl dt .ank{
		width: 20px;
		display: inline-block;
	}
	
	.sec .qa_list_box dl dt,
	.sec .qa_list_box dl dd {
		padding-left: 60px;
	}
	
	.sec .qa_list_box dl dt:after,
	.sec .qa_list_box dl dd:after {
		font-size: 50px;
	}
}


@media screen and (max-width: 1000px){
}



@media screen and (max-width: 950px){
	.sec .qa_list_box dl dt {
		font-size: 22px;
	}
	
	.sec .qa_list_box dl dt .ank{
		width: 18px;
		display: inline-block;
	}
	
	.sec .qa_list_box dl dd {
		font-size: 16px;
		line-height: 1.8;
	}

}



@media screen and (max-width: 900px){
	.sec .ttl_wrap {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.sec .qa_list_box {
		float: none;
		width: 100%;
		padding-top: 0;
	}
}



@media screen and (max-width: 800px){
	
}




@media screen and (max-width: 750px){
	.sec .qa_list_box dl dt,
	.sec .qa_list_box dl dd {
		padding-left: 40px;
	}
	
	.sec .qa_list_box dl dt:after,
	.sec .qa_list_box dl dd:after {
		font-size: 40px;
	}
	
	.sec .qa_list_box dl dt {
		font-size: 18px;
	}

}


@media screen and (max-width: 700px){

}


@media screen and (max-width: 650px){
	
	
	
	
	/*sec01*/
	.sec01 {
		padding-bottom: 40px; 
	}
	/*sec01*/

	/*sec02*/
	.sec02 {
		padding-top: 30px;
		padding-bottom: 40px; 
	}
	/*sec02*/

	/*sec03*/
	.sec03 {
		padding-top: 30px;
		padding-bottom: 40px; 
	}
	/*sec03*/

	/*sec04*/
	.sec04 {
		padding-top: 30px;
		padding-bottom: 40px; 
	}
	/*sec04*/

	
	
	.sec .qa_list_box dl {
		margin-bottom: 40px;
	}
	.sec .qa_list_box dl dt:after,
	.sec .qa_list_box dl dd:after {
		font-size: 25px;
	}
	.sec .qa_list_box dl dt,
	.sec .qa_list_box dl dd {
		padding-left: 26px;
		margin-bottom: 10px;
	}
	
	.sec .ttl_wrap p{
		max-width: 60%;
		margin: 0 auto;
	}

	
	
	.sec .qa_list_box dl dt:after, .sec .qa_list_box dl dd:after {
		top: 2px;
	}
}


@media screen and (max-width: 500px){

}




