
.faq{ background-image: url(../img/faq/faq_main.jpg); }
*, *:before, *:after {

}

.min_mainttl {
    display: block;
    font-size: 16px;
}



/*----------main-------------*/
.faqinner { width: 980px; margin: 60px auto; position: relative;}
.faqinner img{width: 100%;}
h3.faq_ttl { font-size: 23px; color: #165b9a; margin: 7% 0 2% !important;
padding: 0px 0 0 !important;}

h3.faq_ttl:first-child{
	margin: 0 0 2.5% !important;
	
	}


.faqconts { width: 686px; float: right;
margin-bottom: 10%;}
h3.side_ttl {
    font-size: 17px;
    color: #004b90;
    text-align: left;	
}
.faq_box {
    border: solid 2px #c1d9f0;
    padding: 3%;
    margin: 0 0 3%;
}
.faq_box.opened {
    border: solid 2px #0068c7;
}
.side_ttl span {
    display: inline-block;
    width: 43px;
    padding: 0 2% 0 0;
}

h4.q_txt {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    background: url(../img/faq/q_icon_pc.png) no-repeat;
    padding: 4px 0 10px 8%;
	width: 86%;
}
h4.q_txt:hover , .opened h4.q_txt{
    cursor: pointer;
    color:#0068c7;
}

.open {
    position: absolute;
    right: -7%;
    top: 4px;
    color: #172a74;
    font-size: 28px;
    line-height: 0.5;
    background: #e5e5e5;
    border-radius: 20px;
    padding: 1.5% 1% 1.6%;
    letter-spacing: normal;
	cursor: pointer;
}
.open.pull{padding: 1% 1.6% 1.6%;}

.q_conts {
    background: #f4f4f4;
    padding: 2% 3.5%;
    position: relative;
    margin: 12px 0 0;
    display: none;
}

.q_conts:before {
    content: "";
    border: 10px solid transparent;
    border-bottom: 16px solid #f4f4f4;
    position: absolute;
    left: 2%;
    top: -23px;
    height: 0;
    width: 0;
    z-index: 10;
}

table.faq_tb {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    background: #fff;
    margin: 2% 0;
}
table.faq_tb th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #ccc;
    background: #555;
    color: #fff;
    font-weight: normal;
}
table.faq_tb td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
.numb {padding: 0 0 0 3%;}
.numb li{list-style-type: decimal;}

/*----------side-------------*/
.faqside {
	width: 254px;
	background: #c1d9f0;
	float: left;
	position: -webkit-sticky;
	position: sticky;
	top:20px;
	padding: 1.5% 0.8%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.faq_sidemenu {
    background: #fff;
    padding: 1% 2%;
    margin: 4% 0 0;
}
.faq_sidemenu dd {
    padding: 8% 4% 7%;
    border-top: dotted 1px #aaa;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 2% 0;
	cursor: pointer;
}

.faq_sidemenu dd a {
	color:#0068c7;
    font-weight:bold;
    text-decoration: none;
    display:block;
    line-height: 2.8;
    height: 100%;
    margin: 3% 0;
    padding: 1.7% 4% 2%;
}

.faq_sidemenu dd span a:before{
	content: "\02022";
	color: #aaa;
	padding: 0 1.5% 0 0;
}
.faqwrap { display: block; margin: 0 0 6%;}
.faqwrap.disnon { display: none; }


/*fq修正追加*/
.faq_sidemenu dd {
    padding: 0;
    border-top: dotted 1px #aaa;
    line-height: initial;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 0;
    cursor: pointer;
}

.faq_sidemenu dd:first-child{border: none;}

.faq_sidemenu dd span {
    border: none;
    /* background: #e7f4fa; */
    display: block;
    margin:0;
    padding:0;
    /* line-height: 3; */
    /* height: 30%; */
}

.faq_sidemenu dd span:hover{
	text-decoration: none;
	background: #e7f4fa;
}

.faq_sidemenu dd.active {

    margin: 0;
    padding: 0;
    position: relative;
}
.faq_sidemenu dd.active span{
    background: #3b4f9a;
    border-radius:3px;
}
.faq_sidemenu dd.active a,
.faq_sidemenu dd.active span:before{
    color:#fff;
}

.faq_sidemenu dd.active:after {
content: "";
    display: block;
    position: absolute;
    right: -29px;
    bottom: 30%;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top: 9px solid #c1d9f0;
    transform: rotate(-90deg);
}

