@charset "UTF-8";
p{
font-size: 100%;
}
.bg_btm {
height: 44px;
width: 100%;
background: #e6e6e6;
}
#contents {
height: auto;
padding-top: 145px;
}
.head_faq {
width: 100%;
height: 250px;
background: url("https://gigaplus.makeshop.jp/drofficial/img2026/head_faq_bg.jpg")
no-repeat center / cover;
position: relative;
color: #fff;
}
.head_faq .inner{
width: 95%;
max-width: 1100px;
height: 100%;
margin: auto;
position: relative;
display: flex;
justify-content: space-between;
}
.head_faq_title{
text-align: center;
display: grid;
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-style: normal;
align-content: center;
}
.head_faq_title p{
font-size: 26px;
font-weight: 400;
letter-spacing: 0.05em;
padding-bottom: 0.8em;
}
.head_faq_title h1{
font-size: 38px;
font-weight: 400;
letter-spacing: 0.05em;
}
.head_faq_logo{
text-align: right;
display: grid;
align-items: center;
}
.head_faq_logo img{
width: 150px;
}
article.faq{
width: 95%;
max-width: 1100px;
margin: 40px auto;
}
p.faq_lead{
font-size: 110%;
line-height: 1.7;
width: 100%;
max-width: 900px;
margin: auto;
}
article.faq section{
padding-top: 150px;
margin-top:-150px;
padding-bottom: 50px;
}
article.faq h2{
font-size: 130%;
line-height: 1.3;
font-weight: 500;
width: 100%;
display: block;
position: relative;
padding-bottom: 0.2em;
margin-bottom: 35px;
}
article.faq h2::after{
content: "";
position: absolute;
bottom: -20px;
left: 0;
height: 20px;
width: 100%;
background: url("../img2026/faq/faq_line.gif");
background-repeat: no-repeat;
}
.faq_a{
background: #f5f7f9;
max-height: 0;
overflow: hidden;
transition: all 0.3s;
}
.faq_a p{
line-height: 1.7;
padding-bottom: 1em;
}
.a_inner{
padding: 25px 40px 10px;
}
.faq_q{
  margin-top: 20px;
  border: solid 1px #0071bb;
  padding: 15px 15px 15px 50px; /* 左に余白を追加 */
  line-height: 1.25;
  font-size: 120%;
  cursor: pointer;
  display: block;
  position: relative;
}
.faq_q::before{
  content: "+";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #5596ca;
  color: #fff;
  font-weight: bold;
  display: grid;
  place-items: center;
  line-height: 1;
}

/* 開いたら − に */
.faq_box.active .faq_q::before{
  content: "−";
}

.faq_graf{
width: 700px;
margin: 25px auto;
display: grid;
grid-template-columns: 394px 1fr;
}
.faq_graf ul{
display: grid;
grid-template-rows: repeat(4, 1fr);
height: 97%; 
}
.faq_graf ul li{
display: flex;
align-items: center;
font-size: 110%;
}


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

.head_faq .inner{
display: flex;
justify-content:center;
}
.head_faq_title p{
font-size: 24px;
}
.head_faq_title h1{
font-size: 34px;
}
.head_faq_logo{
display: none;
}
#contents {
padding-top: 75px;
}
.faq_graf{
width: 95%;
margin: 25px auto;
display: block;
}
.faq_graf_image{
display: none;
}
.faq_graf ul{
display: block;
height: auto;
}
.faq_graf ul li {
font-size: 110%;
line-height: 2;
align-items: center;
}
article.faq h2{
font-size: 120%;
}
.faq_graf_list li span{
width: 1em;
height: 1em;
display: inline-block;
margin-right: 0.4em;
}
.a_inner{
padding: 25px 20px 10px;
}

.faq_graf_list li:nth-child(1) span{
background: #4dc9ef;
}
.faq_graf_list li:nth-child(2) span{
background: #01aac4;
}
.faq_graf_list li:nth-child(3) span{
background: #007280;
}
.faq_graf_list li:nth-child(4) span{
background: #99e6f1;
}
}

@media screen and (max-width:500px){
.head_faq_title p{
font-size: 5.5vw;
}
}
