@charset "utf-8";

/**========FAQ==========**/

main .contents_wrap{
	background: url(img/main_bg.jpg) repeat-x center top #f8f8f8;
	padding: 130px 15px;
}
.contents{

}

section.s_01{
	max-width: 1200px;
	padding:100px 10px;
	margin: 0 auto;
	background: #fff;

}

.qa_wrap{
	max-width: 960px;
	margin: 0 auto;
	border-top: 1px solid #0056a7;
}
.qabox{
	border-bottom: 1px solid #0056a7;
	padding: 5px 0;
}
.q_tx{
	padding: 10px 20px;
	position: relative;
	cursor: pointer;
}
.a_tx{
	padding: 20px 20px;
	border-top: 1px solid #dadada;
	position: relative;
	cursor: pointer;
}
.q_tx .arrow{
	position: absolute;
	top:40%;
	right: 20px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.q_tx.openq  .arrow{
	position: absolute;
	top:40%;
	right: 20px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.q_tx:hover{
	background:#dfe9f4;
}
.q_tx:after { 
  content: "";
  display: block; 
  clear: both;
}
.a_tx:after { 
  content: "";
  display: block; 
  clear: both;
}
.q_tx .ico{
	float: left;
	width: 1.2em;
	font-size: 50px;
	color: #6fb3f4;
	line-height: 1;
	font-family: arial;
	font-weight: bold;
}
.q_tx .tx_box{
	display: block;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.5;
	padding-top: 5px;
	font-weight: bold;
}

.a_tx .ico{
	float: left;
	width: 1.2em;
	font-size: 50px;
	color: #ef3c23;
	line-height: 1;
	font-family: arial;
	font-weight: bold;
}
.a_tx .tx_box{
	display: block;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.5;
	padding-top: 5px;
}


/**====================================

sp

=========================================**/


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

main .contents_wrap{
	background: url(img/main_bg.jpg) repeat-x center top;
	background-size: auto 200px;
	min-height: 1000px;
	padding: 60px 10px;
}
.contents{

}
section.s_01 {
    padding: 50px 20px;
}
.q_tx {
    padding: 10px 30px  10px 0px;
}
.q_tx:hover{
	background: #fff;
}
.q_tx .arrow {
    top: 35%;
    right: 5px;
}
.q_tx.openq .arrow {
    top: 35%;
    right: 5px;
}
.q_tx .ico{
	font-size: 30px;
}
.q_tx .tx_box{
	font-size: 15px;
	padding-top: 0px;
}
.a_tx {
    padding: 20px 0px  20px 0px;
}
.a_tx .ico{
	font-size: 30px;
}
.a_tx .tx_box {
	padding-top: 0px;
	font-size: 14px;
}





}