@charset "UTF-8";
/*$bold: "Hiragino Kaku Gothic StdN",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
#main {
  margin-bottom: 153px;
}
@media (max-width: 750px) {
  #main {
    margin-bottom: 80px;
  }
}

.page__ttl {
  margin-bottom: 64px;
}
@media (max-width: 750px) {
  .page__ttl {
    margin-bottom: 40px;
  }
}

.faq-list {
  margin-bottom: 80px;
}
@media (max-width: 750px) {
  .faq-list {
    margin-bottom: 40px;
  }
}
.faq-list dt {
  display: flex;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  align-items: center;
  font-size: 19px;
  line-height: 1.7;
  padding: 20px 80px 20px 24px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff5d8;
  background-image: url("../img/faq/ico-faq-close@2x.png");
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: right 40px center;
}
@media (max-width: 750px) {
  .faq-list dt {
    font-size: 1.6rem;
    padding: 10px 45px 10px 16px;
    background-size: 24px;
    background-position: right 15px center;
    align-items: baseline;
  }
}
.faq-list dt:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .faq-list dt:not(:first-child) {
    margin-top: 14px;
  }
}
.faq-list dt:before {
  content: "Q";
  color: #c73435;
  margin-right: 23px;
  font-size: 2.4rem;
}
@media (max-width: 750px) {
  .faq-list dt:before {
    margin-right: 10px;
    font-size: 1.8rem;
  }
}
.faq-list dt.closed {
  background-image: url("../img/faq/ico-faq-open@2x.png");
}
.faq-list dd {
  display: flex;
  font-size: 1.9rem;
  line-height: 3.23rem;
  padding: 24px;
}
@media (max-width: 750px) {
  .faq-list dd {
    font-size: 1.6rem;
    line-height: 2.72rem;
    padding: 10px 16px 10px 16px;
  }
}
.faq-list dd:before {
  content: "A";
  color: #353636;
  font-size: 2.4rem;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  margin-right: 23px;
}
@media (max-width: 750px) {
  .faq-list dd:before {
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
.faq-list dd.closed {
  display: none;
}

.faq-link {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #1a0dab;
  word-break: break-all;
}

.btn-lrg-style2 + .panel-list {
  margin-top: 40px;
}
@media (min-width: 751px) {
  .btn-lrg-style2 + .panel-list {
    margin-top: 80px;
  }
}

.panel-list {
  width: 100%;
}
@media (min-width: 751px) {
  .panel-list {
    display: flex;
    justify-content: space-between;
  }
}
.panel-list .panel {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media print {
  .panel-list .panel {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .panel-list .panel {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 751px) {
  .panel-list .panel {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .panel-list .panel {
    width: calc(50% - 6px);
  }
}
.panel-list .panel .panel__ttl {
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px 15px 0 0;
  background: #afc1ce;
  border: 2px solid #afc1ce;
  font-size: 1.6rem;
  color: white;
  font-family: "ヒラギノ角ゴ W7 JIS2004";
  width: 100%;
  text-align: center;
  line-height: 1.4;
  padding: 0 15px;
}
@media print, screen and (min-width: 751px) {
  .panel-list .panel .panel__ttl {
    border-radius: 30px 30px 0 0;
    font-size: 3.2rem;
    height: 88px;
    font-size: 3.2rem;
    border: 4px solid #afc1ce;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .panel-list .panel .panel__ttl {
    font-size: 2.5vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .panel-list .panel .panel__ttl {
    font-size: 2.2vw;
  }
}
.panel-list .panel .panel__ttl span {
  width: 100%;
}
.panel-list .panel .panel__ttl.ttl-long {
  font-size: 1.6rem;
  padding: 0 5px;
}
@media print, screen and (min-width: 751px) {
  .panel-list .panel .panel__ttl.ttl-long {
    font-size: 2.2rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .panel-list .panel .panel__ttl.ttl-long {
    font-size: 1.71875vw;
  }
}
.panel-list .panel .panel__info {
  border: 2px solid #afc1ce;
  border-top: none;
  border-radius: 0 0 15px 15px;
  height: 100%;
  font-size: 1.3rem;
  text-align: center;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  min-height: 80px;
}
.panel-list .panel .panel__info a:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 751px) {
  .panel-list .panel .panel__info {
    border-radius: 0 0 30px 30px;
    font-size: 1.9rem;
    padding: 28px 24px;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .panel-list .panel .panel__info {
    font-size: 1.484375vw;
    padding: 2.1875vw 1vw;
  }
}
@media print and (max-width: 1023px), screen and (min-width: 751px) and (max-width: 1023px) {
  .panel-list .panel .panel__info {
    padding: 2.1875vw 10px;
  }
}
.panel-list .panel .panel__info .tell, .panel-list .panel .panel__info .mail {
  font-size: 1.6rem;
  display: inline-block;
}
@media print, screen and (min-width: 751px) {
  .panel-list .panel .panel__info .tell, .panel-list .panel .panel__info .mail {
    font-size: 2.8rem;
  }
}
@media print and (max-width: 1279px), screen and (min-width: 751px) and (max-width: 1279px) {
  .panel-list .panel .panel__info .tell, .panel-list .panel .panel__info .mail {
    font-size: 2.1875vw;
  }
}
.panel-list .panel .panel__info.form-button {
  border: 2px solid #afc1ce;
  border-radius: 15px;
  padding: 0;
  font-size: 1.6rem;
  /*
  				display: block;
  				padding: 10px 15px;
  				border-radius: 15px;
  				font-size: 1.6rem;
  				line-height: 1.4;
  				@media print, screen and (min-width: 751px)
  				{
  					font-size: 1.9rem;
  					@media (max-width: 1279px)
  					{
  						font-size: (19/1280)*100vw;					
  					}
  				}
  */
}
@media screen and (min-width: 751px) {
  .panel-list .panel .panel__info.form-button {
    border-radius: 30px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .panel-list .panel .panel__info.form-button {
    font-size: 1.71875vw;
  }
}
.panel-list .panel .panel__info.form-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}/*# sourceMappingURL=faq.css.map */