@charset "utf-8";
/* faq css */

.bg_imgbox {
background: url("../img/faq/title_bg.jpg") ;
background-size: cover;
}
.nav-list {
margin-bottom: 40px;
}
.page_faq .nav-list dt {
background-color: #005CA2;
font-weight: 700;
color: #fff;
padding: 25px;
}
.page_faq .nav-list dd {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px 50px;
border: 1px solid #eee;
}
.page_faq .nav-list li a {
position: relative;
padding-left: 15px;
}
.page_faq .nav-list li a::before {
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin-top: auto;
margin-bottom: auto;
border-top: 1px solid #333;
width: 5px;
height: 5px;
border-right: 1px solid #333;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
z-index: 3;
}
.faq_en {
font-size: 1.8rem;
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
color: #000;
position: relative;
display: inline-block;
padding-left: 15px;
margin-top: 50px;
margin-left: 30px;
}
.faq_en::before{
content: "";
position: absolute;
top: 40%;
display: inline-block;
width: 10px;
height:1px; 
background-color: #005CA2;
left: 0;
}
.page_faq h3 {
margin-left: 40px;
font-size: 2.6rem;
font-weight: 700;
letter-spacing: 0.2em;
margin-bottom: 30px;
}


@media screen and (min-width:768px) , print {
.page_faq .nav-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.page_faq .nav-list dt {
	padding: 25px;
	}
.page_faq .nav-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page_faq .nav-list li:nth-child(n+2) {
margin-left: 30px;
}
}
.list-faq {
border-top: 1px dashed #e6e7e8;
}
.list-faq > li {
border-bottom: 1px dashed #e6e7e8;
}
.list-faq li .q-ttl {
position: relative;
display: block;
font-weight: 700;
cursor: pointer;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
.list-faq li .q-ttl::before {
content: "Q";
position: absolute;
top: 0;
bottom: 0;
left: 25px;
display: flex;
justify-content: center;
align-items: center;
width: 45px;
height: 45px;
margin-top: auto;
margin-bottom: auto;
border-radius: 50%;
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
color: #fff;
line-height: 1;
}
.list-faq li .q-ttl .icn-faq {
position: absolute;
top: 0;
right: 25px;
bottom: 0;
margin-top: auto;
margin-bottom: auto;
}
.list-faq li .list-faq-inner {
position: relative;
display: none;
}
.list-faq li .list-faq-inner::before {
content: "A";
display: block;
background: #00A0E9;
font-family: 'Rajdhani', sans-serif;
font-weight: 600;
color: #fff;
text-align: center;
border-radius: 50%;
}
.list-faq li .list-faq-inner a{
text-decoration: underline;
}
.list-faq li .list-faq-inner a:hover{
text-decoration: none;
}
.list-faq-inner p {
font-size: 1.5rem;
line-height: 180%;
}
.list-faq-inner .highlight {
background-color: #FFFF26;
font-weight: 500;
}
.list-faq-inner .purpose {
padding: 0 0 0 25px;
}
.list-faq-inner .purpose li { 
padding: 5px 10px 10px 5px;
display:list-item;
list-style-type: decimal;
}
.icn-faq, .icn-faq span {
display: inline-block;
transition: all .4s;
}
.icn-faq {
position: relative;
}
.icn-faq span {
position: absolute;
background: #333;
}
.icn-faq span:nth-of-type(1) {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
}
.icn-faq span:nth-of-type(2) {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
.icn-faq.open span:nth-of-type(2) {
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
}
.icn-faq.open span:nth-of-type(1) {
display: none;
}
.list-faq li .q-ttl::before {
line-height: 1;
background-color: #005CA2;
}
.list-faq li .q-ttl {
padding: 30px 60px 30px 85px;
font-size: 2rem;
}
.list-faq li .q-ttl::before {
font-size: 2.2rem;
}
.list-faq li .list-faq-inner::before {
position: absolute;
top: 20px;
left: 25px;
font-size: 2.2rem;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
}
.icn-faq {
width: 18px;
height: 18px;
}
.icn-faq span {
left: 0;
width: 18px;
height: 2px;
}
.icn-faq span:nth-of-type(1), .icn-faq span:nth-of-type(2) {
top: 11px;
}
.list-faq li .q-ttl:hover .icn-faq span {
background-color: #005CA2;
}
.list-faq li .list-faq-inner {
padding: 20px 20px 20px 85px;
background-color: #f2f2f2;
}

@media all and (max-width : 1024px ){
.page_faq .box_s {
padding: 0 20px;
}
}

@media all and (max-width : 820px ){
.nav-list {
margin-bottom: 20px;
}
.content {
margin: 90px auto 80px;
}
}

@media screen and (min-width:768px) and ( max-width:1023px) {
.page_faq .nav-list dt {
font-size: 1.1rem;
padding: 25px 10px;
}
.page_faq .nav-list ul li {
font-size: 1.0rem;
}
}

/*スマートフォン*/
@media screen and (max-width:767px) {
.title_bg {
background: url("../img/faq/title_bg_sp.png") ;
}
.bg_imgbox .title_box .page_title {
letter-spacing: 0.2em;
}
.content {
margin: 50px auto 40px;
}
.nav-list {
margin-bottom: 0px;
}
.page_faq .inner{
padding: 25px 25px 0;
}
.page_faq .nav-list dt {
padding: 15px;
text-align: center;
}
.page_faq .nav-list li:nth-child(n+2) {
margin-top: 15px;
}
.faq_en {
font-size: 1.1rem;
margin-top: 40px;
margin-left: 0px;
}
.page_faq h3{
margin: 0px 0 20px;
font-size: 1.6rem;
}
.list-faq li .q-ttl .icn-faq {
right: 5px;
}
.list-faq li .list-faq-inner::before {
position: absolute;
top: 4px;
left: 0;
width: 20px;
height: 20px;
font-size: 1.4rem;
line-height: 20px;
}
.list-faq li .q-ttl::before {
left: 0;
width: 20px;
height: 20px;
font-size: 1.4rem;
}
.list-faq li .q-ttl {
padding: 15px 60px 15px 30px;
font-size: 1.3rem;
}
.list-faq li .list-faq-inner {
margin-bottom: 20px;
padding: 0;
}
.icn-faq {
width: 16px;
height: 16px;
}
.icn-faq span {
top: 4px;
left: 4px;
width: 8px;
height: 2px;
}
.icn-faq span:nth-of-type(1), .icn-faq span:nth-of-type(2) {
top: 7px;
}
.list-faq-inner p {
font-size: 1.2rem;
line-height: 180%;
}
.list-faq li .list-faq-inner p {
padding: 0 0 0 30px;
}
}