@charset "utf-8";

/* read */

.page-kv-ttl.faq-kv {
  background: url(../../faq/images/kv-faq-sp.jpg) no-repeat 12px bottom/contain;
}

.page-kv-ttl h1.faq-pageTtl {
  width: 52vw;
}

.col-std#faq01,
.col-std#faq02,
.col-std#faq03,
.col-std#faq04 {padding: 90px 0 60px;}

/* よくある質問
--------------------------------*/
.inquiry-col {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 769px) {
  .inquiry-col {
    margin-bottom: 40px;
  }
}

.inquiry-col li {
  width: 46%;
}

.inquiry-col li:first-child {
  margin-bottom: 20px;
}

@media (min-width: 481px) {
  .inquiry-col li {
    width: 21%;
  }
  .inquiry-col li:first-child {
    margin-bottom: 0;
  }
}

.inq-img {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 2px 2px 1px #92d8da;
  padding: 1.1rem 0;
  text-align: center;
  position: relative;
  margin-bottom: 26px;
}

@media (min-width: 769px) {
  .inq-img {
    padding: 10px 0 15px;
  }
}

.inq-img::after {
  content: url(../images/top/ico-inq-arr.svg);
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 86%) scale(0.8);
}

@media (min-width: 769px) {
  .inq-img::after {
    transform: translate(-50%, 80%) scale(0.8);
  }
}

@media (min-width: 481px) {
  .inq-img {
    padding-top: 1.3rem;
  }
}

.inq-img img {
  width: 64%;
}

@media (min-width: 481px) {
  .inq-img img {
    width: 54%;
    transition: .3s;
  }
  .inq-img img:hover {
    transform: scale(1.12);
  }
}

.inq-link {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: 'Kosugi Maru', sans-serif;
}

@media (min-width: 769px) {
  .inq-link {
    font-size: 18px;
  }
}

/* よくある質問リスト
--------------------------------*/

.faq {
  font-size: 1.6rem;
  border-top:  1px dotted #00B6BC;
  border-bottom:  1px dotted #00B6BC;
}

.faq-list dt,
.faq-list dd {
  display: flex;
  justify-content: space-between;
}

.faq-list dt {
  align-items: center;
  padding: 24px 0;
  cursor: pointer;
  position: relative;
}

.faq-list dt::after {
  content: url(../../faq/images/ico-arr-down.svg);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.faq-list dt.active::after {
  content: url(../../faq/images/ico-arr-up.svg);
}

.faq-list dt:not(:first-child) {
  border-top: 1px dotted #00B6BC;
}
 
.faq-list dd {
  margin-bottom: 24px;
}

.faq-ico {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 2.4rem;
  line-height: 32px;
  background-color: #aaa;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Kosugi Maru', sans-serif;
}

.faq-ico.faq-q {background-color: #00B6BC;}
.faq-ico.faq-a {background-color: #F2A44C;}

.faq-txt {
  width: calc(100% - 44px);
  color: #333;
  padding-right: 2.2rem;
}

.faq-txt.faq-txt-a {color: #333333;}

/* タブレット
----------------------------------------- */

@media (min-width: 481px) and (max-width: 768px) {

  .page-kv-ttl.faq-kv {
    background: url(../../faq/images/kv-faq-pc.jpg) no-repeat right bottom/contain;
  }
  
  .page-kv-ttl h1.faq-pageTtl {
    max-width: 180px;
  }

  .page-read-appy.faq-appy {
    width: 86px;
  }

  .page-read-appy.faq-appy img {width: 100%;}

  .faq-list dt {
    padding: 18px 0;
  }
  
  .faq-list dd {
    margin-bottom: 18px;
  }
  
}

@media (min-width: 481px) and (max-width: 660px){
  .page-kv-ttl.faq-kv {background: unset;}
}

@media (min-width: 769px) {

  .page-kv-ttl.faq-kv {
    background: #ffffff url(../../faq/images/kv-faq-pc.jpg) no-repeat right bottom/contain;
    background-origin: border-box;
    padding: 0;
  }

  .page-kv-ttl h1.faq-pageTtl {
    max-width: 220px;
  }

  .faq-list dt {
    padding: 20px 0 20px 10px;
    margin-bottom: 0;
    background-color: #ffffff;
    transition: .4s;
  }

  .faq-list dt:hover {background-color: #E7F7F8;}

  .faq-list dd {
    margin-top: 20px;
    padding-left: 10px;
  }

  .faq-txt {
    font-size: 16px;
    font-weight: normal;
    padding-right: 60px;
  }

  .faq-list dt::after {right: 10px;}
  
}

.faq-list-1 {
  list-style: decimal;
  margin-left: 8vw;
}

.faq-list-2 {
  list-style: disc;
  margin-left: 5vw;
}

@media (min-width: 481px) and (max-width: 768px) {
  .faq-list-1 {margin-left: 5vw;}
  .faq-list-2 {margin-left: 3vw;}
}

@media (min-width: 769px) {
  .faq-list-1 {margin-left: 34px;}
  .faq-list-2 {margin-left: 22px;}
}
