@charset "UTF-8";
/* CSS Document */

/* ::::::::::::::::::::::::::::::::: AWARD ::::::::::::::::::::::::::::::::: */

.faqMainBlock {
  width: auto;
  padding: 40px 40px 30px;
  margin: 0 auto;
  background: #FFF;
  text-align: left;
  box-sizing: border-box;
}

.faq_section01 h3.withBar {
  margin: 35px 0;
}
#faq01 h3.withBar {
  margin-top: 0;
}

.section .faqBox {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  box-sizing: border-box;
  width: 500px;
}

.section .faqBox table {
  width: 100%;
}

.section .faqBox table th,
.section .faqBox table td {
  border: none;
  padding: 5px 10px;
}

.section .faqBox table th {
  background: none;
  font-weight: normal;
}

.section .faqBox table td {
  padding: 0 10px;
}
@media screen and (max-width: 989px) {
  .faqMainBlock {
    padding: 30px 5% 20px
  }
  #faqTab h3.withBar {
    margin: 30px 0;
  }
  #faqTab #tab01_01 h3.withBar, #faqTab #tab02_01 h3.withBar, #faqTab #tab03_01 h3.withBar, #faqTab #tab04_01 h3.withBar {
    margin: 0 0 30px;
  }
  .section .faqBox {
    background: #fff;
    padding: 20px 10px;
    margin: 20px 0;
    box-sizing: border-box;
    width: 100%;
  }

}

/* =========================================================
開閉ボックス
========================================================= */
.accordion {
  word-wrap: break-word;
}
.accordion dt,
.accordion dd {
  position: relative;
  padding: 20px 50px 20px 80px;
  border: 2px solid #e8e8e8;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .accordion dt,
  .accordion dd {
    border-width: 3px;
    padding: 15px 20px 15px 50px;
  }
}

.accordion dt {
  position: relative;
  margin-top: 20px;
  font-weight: 500;
  color: #333a56;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .accordion dt {
    padding-right: 50px;
  }
}

.accordion dt:first-child {
  margin-top: 0;
}

.accordion dt::after {
  content: '';
  position:  absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../../img/common/vector_brown_up.svg) no-repeat 97.5% 50%;
  background-size: 20px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .accordion dt::after {
    top: 20px;
    right: 20px;
    margin: 0;
    background: url(../../img/common/vector_brown_up.svg) no-repeat 97.5% 50%;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}
.accordion dt.active::after {
  transform: rotate( 180deg );
}

.accordion dd {
  display: none;
  border-top: none;
  background: #EEEBE8;
}

.accordion .title_q,
.accordion .title_a {
  position: absolute;
  top: 20px;
  left: 30px;
  height: 1em;
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1;
  color: #638FA2;
}

@media screen and (max-width: 767px) {
  .accordion .title_q,
  .accordion .title_a {
    top: 20px;
    left: 20px;
  }
}

.accordion .title_a {
  color: #CF928F;
}

.accordion dd a {
  color: #638FA2;
  text-decoration: underline;
}

.accordion dd a:hover {
  text-decoration: none;
}

