@import url("//fonts.googleapis.com/css2?family=Barlow:wght@200;400&family=Gilda+Display&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
.gilda-display-regular {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}
*/
/*
font-family: "Barlow", sans-serif;
  font-weight: 200;
  font-style: normal;
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.contents {
  background: url("/assets/img/faq/bg.webp") center center no-repeat fixed;
  background-size: cover;
  padding: 80px 0 160px;
}

section:last-child {
  margin-bottom: 0;
}

.is-active, iframe {
  text-align: center;
}

/*  /////////////////////////////////////////////////
Responsive Start 
*/
@media only screen and (max-width: 960px) {
  .contents {
    padding: 48px 0 40px;
  }

  .is-active, iframe {
    max-width: 100%;
    padding: 0 0 80px;
  }
}