@charset "UTF-8";
@media (min-width: 835px) {
  #pageheader h1 em span {
    margin: 0 10px;
    font-size: 5rem;
  }

  main .lead,
main .faqlist {
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  main .lead {
    padding-top: 60px;
  }
}
@media (min-width: 835px) and (min-width: 835px) {
  main .lead p {
    line-height: 2.5;
  }
}
@media (min-width: 835px) and (max-width: 414px) {
  main .lead p {
    line-height: 2.2;
  }
}
@media (min-width: 835px) {
  main .lead p:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
@media (min-width: 835px) {
  main .lead p {
    font-size: 1.6rem;
  }
}
@media (min-width: 835px) {
  main .faqlist {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 80px;
    padding: 60px 60px;
  }
  main .faqlist > dt, main .faqlist > dd {
    position: relative;
  }
  main .faqlist > dt::before, main .faqlist > dd::before {
    font-family: "Old Standard TT", serif;
    line-height: 1;
    font-size: 3rem;
    position: absolute;
  }
  main .faqlist > dt {
    border-top: 1px solid #ccc;
    padding: 25px 50px 25px 60px;
  }
  main .faqlist > dt::before {
    content: "Q.";
    left: 10px;
    top: 25px;
    color: #1E346F;
  }
  main .faqlist > dt::after {
    content: "+";
    display: block;
    width: 25px;
    height: 25px;
    background: #1E346F;
    border-radius: 50%;
    text-align: center;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 25px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 30px;
  }
  main .faqlist > dt.open::after {
    content: "-";
    background: #ccc;
  }
  main .faqlist > dd {
    display: none;
    background: #FAF8F8;
    margin: 10px 0 30px 60px;
    padding: 25px 30px 25px 70px;
  }
  main .faqlist > dd::before {
    content: "A.";
    left: 20px;
    top: 25px;
    color: #5CBABE;
  }
  main .faqlist > dd dl {
    margin-top: 1.5em;
  }
  main .faqlist > dd dl dt {
    font-weight: bold;
  }
  main .faqlist > dd dl dd {
    text-indent: -1em;
    padding-left: 1em;
  }
  main .faqlist > dd dl dd::before {
    content: "・";
  }
  main .faqlist > dd dl dd + dt {
    margin-top: 0.5em;
  }
  main .faqlist > dd ul {
    margin-top: 1.5em;
  }
  main .faqlist > dd ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  main .faqlist > dd ul li::before {
    content: "・";
  }
  main .faqlist > dd ul li:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
}
@media (max-width: 834px) {
  #pageheader h1 em span {
    margin: 0 10px;
    font-size: 3.5rem;
  }

  main .lead {
    padding: 50px 7% 0;
  }
}
@media (max-width: 834px) and (min-width: 835px) {
  main .lead p {
    line-height: 2.5;
  }
}
@media (max-width: 834px) and (max-width: 414px) {
  main .lead p {
    line-height: 2.2;
  }
}
@media (max-width: 834px) {
  main .lead p:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
@media (max-width: 834px) {
  main .faqlist {
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
  }
  main .faqlist > dt, main .faqlist > dd {
    position: relative;
  }
  main .faqlist > dt::before, main .faqlist > dd::before {
    font-family: "Old Standard TT", serif;
    line-height: 1;
    font-size: 2.5rem;
    position: absolute;
  }
  main .faqlist > dt {
    border-top: 1px solid #ccc;
    padding: 20px calc(5% + 30px) 20px calc(5% + 4rem);
  }
  main .faqlist > dt::before {
    content: "Q.";
    left: 5%;
    top: 25px;
    color: #1E346F;
  }
  main .faqlist > dt::after {
    content: "+";
    display: block;
    width: 25px;
    height: 25px;
    background: #1E346F;
    border-radius: 50%;
    text-align: center;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 25px;
    color: #fff;
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  main .faqlist > dt.open::after {
    content: "-";
    background: #ccc;
  }
  main .faqlist > dd {
    display: none;
    background: #FAF8F8;
    margin: 0 0 20px 5%;
    padding: 25px 7% 25px 60px;
  }
  main .faqlist > dd::before {
    content: "A.";
    left: 20px;
    top: 25px;
    color: #5CBABE;
  }
  main .faqlist > dd dl {
    margin-top: 1.5em;
  }
  main .faqlist > dd dl dt {
    font-weight: bold;
  }
  main .faqlist > dd dl dd {
    text-indent: -1em;
    padding-left: 1em;
  }
  main .faqlist > dd dl dd::before {
    content: "・";
  }
  main .faqlist > dd dl dd + dt {
    margin-top: 0.5em;
  }
  main .faqlist > dd ul {
    margin-top: 1.5em;
  }
  main .faqlist > dd ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  main .faqlist > dd ul li::before {
    content: "・";
  }
  main .faqlist > dd ul li:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
}