.fixed.l-footer--simple {
  padding-left: 0;
}

.l-main {
  padding-left: 0;
}
.l-main > section {
  padding-left: 81px !important;
  padding-right: 81px !important;
  width: 1280px !important;
}
.l-main .l-contentsHeader {
  padding-top: 75px;
}
.l-main .l-contentsHeader h1 + p {
  margin-top: 40px;
  line-height: 1.6;
}
.l-main .l-contentsHeader + .l-footer--simple {
  margin-top: 99px;
}
.l-main .l-qa {
  color: #24617d;
  width: 100%;
  margin: 90px auto 0;
  padding: 0 !important;
}
.l-main .l-qa h2 {
  font-size: 3rem;
}
.l-main .l-qa h2 + .qaLinkList {
  margin-top: 29px;
}
.l-main .l-qa a {
  color: #24617d;
}
.l-main .l-qa a:hover {
  text-decoration: none;
}
.l-main .l-qa a.c-btn--link--blue {
  color: #fff;
}
.l-main .l-qa a.c-btn--link--blue:hover {
  color: #5b93ad;
}
.l-main .l-qa a.c-btn--link:hover {
  color: #fff;
}
.l-main .l-qa .c-btn--link--back:hover {
  color: #fff !important;
}
.l-main .l-qa > section {
  margin-top: 91px;
}
.l-main .l-qa > section:first-child {
  margin-top: 0;
}
.l-main .l-qa > section .c-list__qa {
  margin-top: 36px;
}
.l-main .l-qa > section .mai_l_c {
  font-size: 1.6rem;
  color: #24617d;
}
.l-main .l-qa > section .indent1List {
  list-style: decimal;
  margin-left: 1em;
}
.l-main .l-qa > section .indent1List.ml2em {
  margin-left: 2em;
}
.l-main .l-qa > section .indent1List li {
  border: 0;
  text-indent: 0;
  padding-left: 0;
}
.l-main.qaDetail .l-qa {
  padding: 0px 40px 0 40px;
}
.l-main.qaDetail .categoryLinkList {
  color: #24617d;
  width: 100%;
  margin: 90px auto 0;
  padding: 0px 0 119px 0;
}
.l-main.qaDetail .categoryLinkList .qaLinkList {
  margin-top: 34px;
}
.l-main.qaDetail .categoryLinkList .qaBackLink {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-main.qaDetail .categoryLinkList .qaBackLink li {
  width: 350px;
  margin-right: 0;
}
.l-main.qaDetail h1 {
  padding-left: 1.5em;
  position: relative;
}
.l-main.qaDetail h1 span {
  font-size: 3.4rem;
  font-family: "EB Garamond", serif;
  position: absolute;
  top: -4px;
  left: 0;
}
.l-main.qaDetail h2 {
  font-size: 3rem;
}
.l-main.qaDetail h2 span {
  font-size: 3.4rem;
  font-family: "EB Garamond", serif;
  margin-right: 35px;
}
.l-main.qaDetail .aText {
  margin-top: 21px;
  padding-left: 59px;
  line-height: 1.6;
}
.l-main.qaDetail .aText + .qaBackLink {
  margin-top: 55px;
}
.l-main .faqDetailBox {
  width: 940px;
  margin: 64px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 44px 0 60px 0;
  border: 1px #5b93ad solid;
}
.l-main .faqDetailBox a {
  width: 500px;
  margin: 25px auto 0;
  display: block;
}
.l-main .faqDetailBox a:hover {
  color: #24617d !important;
}
.l-main .faqDetailBox p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
.l-main .faqDetailBox p.title {
  font-size: 2.8rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
}
.l-main .faqDetailBox p.title + p {
  margin-top: 21px;
}

.qaLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.qaLinkList li {
  width: 49.5%;
  margin-top: 11px;
}
.qaLinkList li:nth-of-type(1), .qaLinkList li:nth-of-type(2) {
  margin-top: 0;
}
.qaLinkList li a:before {
  display: none;
}
.qaLinkList li a:hover {
  background: #fff;
}
.qaLinkList li a:hover:after {
  -webkit-transition-delay: 0s !important;
       -o-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.qaBackLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 60px;
}
.qaBackLink li {
  width: 210px;
  margin-right: 85px;
}
.qaBackLink li:nth-of-type(2) {
  width: 350px;
  margin-right: 0;
}
.qaBackLink li .c-btn--link {
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.qaBackLink li .c-btn--link--back {
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
}
.qaBackLink li .c-btn--link--back:after {
  left: 20px;
}

.qaDetailLinkList li {
  width: 100%;
  border-bottom: 1px #5b93ad solid;
}
.qaDetailLinkList li:first-child {
  border-top: 1px #5b93ad solid;
}
.qaDetailLinkList li a {
  display: block;
  text-decoration: none;
  font-size: 2.2rem;
  position: relative;
  color: #24617d;
  padding: 20px 100px 21px 80px;
  line-height: 1.55;
  font-family: "Noto Serif JP", serif;
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.qaDetailLinkList li a:after {
  content: "";
  width: 14px;
  height: 26px;
  background: url(/assets/img/common/ico_btn_b_l.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.qaDetailLinkList li a:hover {
  background-color: rgba(91, 147, 147, 0.1);
}
.qaDetailLinkList li a .question {
  font-size: 3.4rem;
  font-family: "EB Garamond", serif;
  position: absolute;
  left: 19px;
  top: 8px;
}

.qaBorderBox {
  border: 2px solid #ae1818;
  padding: 29px 55px 36px 55px;
  margin: 27px 0 0 59px;
  line-height: 1.5;
}

.borderBox {
  margin-left: 59px;
  width: auto;
}

@media screen and (max-width: 769px) {
  .l-main > section {
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
  }
  .l-main .l-contentsHeader {
    padding-top: 42px;
  }
  .l-main .l-contentsHeader + .l-footer--simple {
    margin-top: 49px;
  }
  .l-main .l-qaHead {
    width: 100%;
    padding: 0 0 49px 0;
    margin: 47px auto 0;
  }
  .l-main .l-qaHead .pageLink {
    width: auto;
    margin: 0 15px 0;
    padding: 18px 9px 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-main .l-qaHead .pageLink li {
    padding-left: 0;
    width: 100%;
    margin-bottom: 14px;
  }
  .l-main .l-qaHead .pageLink li:after {
    display: none;
  }
  .l-main .l-qaHead .pageLink li:first-child {
    padding-left: 0;
    width: 100%;
  }
  .l-main .l-qa {
    width: 100%;
    padding: 0 15px 49px 15px;
    margin: 49px auto 0;
  }
  .l-main .l-qa h2 {
    font-size: 2.2rem;
  }
  .l-main .l-qa a:hover {
    text-decoration: underline;
  }
  .l-main .l-qa > section {
    margin-top: 64px;
  }
  .l-main .l-qa > section:first-child {
    margin-top: 0;
  }
  .l-main .l-qa > section .c-list__qa {
    margin-top: 26px;
  }
  .l-main .l-qa > section .spTel {
    color: #24617d;
  }
  .l-main.qaDetail .l-qa {
    padding: 0px 15px 0 15px;
    margin: 40px auto 0;
  }
  .l-main.qaDetail .categoryLinkList {
    width: 100%;
    padding: 0 0 49px 0;
    margin: 67px auto 0;
  }
  .l-main.qaDetail .categoryLinkList h2 {
    padding-left: 0;
    font-size: 2.2rem;
  }
  .l-main.qaDetail .categoryLinkList .qaLinkList {
    margin-top: 26px;
  }
  .l-main.qaDetail .categoryLinkList .qaLinkList li {
    width: 100%;
    margin-top: 10px;
  }
  .l-main.qaDetail .categoryLinkList .qaLinkList li:nth-of-type(1) {
    margin-top: 0;
  }
  .l-main.qaDetail .categoryLinkList .qaLinkList li .c-btn--link--blue {
    font-size: 1.4rem;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-main.qaDetail .categoryLinkList .qaBackLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-main.qaDetail .categoryLinkList .qaBackLink li {
    width: 100%;
    margin-right: 0;
  }
  .l-main.qaDetail h1 {
    font-size: 2.4rem;
    text-indent: 0em;
    padding-left: 1.5em;
    position: relative;
  }
  .l-main.qaDetail h1 span {
    font-size: 2.8rem;
    margin-right: 0px;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .l-main.qaDetail h2 {
    font-size: 2rem;
    text-indent: 0em;
    padding-left: 2em;
    position: relative;
  }
  .l-main.qaDetail h2 span {
    font-size: 2.8rem;
    margin-right: 0;
    position: absolute;
    top: -4px;
    left: 0;
  }
  .l-main.qaDetail .aText {
    padding-left: 0;
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .l-main.qaDetail .aText + .qaBackLink {
    margin-top: 47px;
  }
  .l-main .faqDetailBox {
    width: 100%;
    margin: 37px auto 0;
    padding: 19px 13px 29px 14px;
  }
  .l-main .faqDetailBox a {
    width: 100%;
    margin: 25px auto 0;
    display: block;
  }
  .l-main .faqDetailBox p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-main .faqDetailBox p.title {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
  }
  .l-main .faqDetailBox p.title + p {
    margin-top: 13px;
  }
  .qaLinkList li {
    width: 100%;
    margin-top: 20px;
  }
  .qaLinkList li:nth-of-type(2) {
    margin-top: 20px;
  }
  .qaBackLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
  .qaBackLink li {
    width: 100%;
    margin-right: 0;
  }
  .qaBackLink li:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .qaBackLink li .c-btn--link {
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  .qaBackLink li .c-btn--link--back {
    font-size: 1.6rem;
    height: 50px;
    line-height: 50px;
  }
  .qaBackLink li .c-btn--link--back:after {
    left: 20px;
  }
  .qaDetailLinkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .qaDetailLinkList li {
    width: 100%;
    border-bottom: 1px #5b93ad solid;
  }
  .qaDetailLinkList li:first-child {
    border-top: 1px #5b93ad solid;
  }
  .qaDetailLinkList li a {
    font-size: 1.7rem;
    padding: 20px 39px 17px 39px;
  }
  .qaDetailLinkList li a:after {
    width: 8px;
    height: 14px;
    background: url(/assets/img/common/ico_btn_b__l_sp.png) no-repeat;
    background-size: contain;
    right: 13px;
    margin-top: -8px;
  }
  .qaDetailLinkList li a:hover {
    background-color: rgb(255, 255, 255);
  }
  .qaDetailLinkList li a .question {
    font-size: 2.8rem;
    position: absolute;
    left: -1px;
    top: 8px;
  }
  .qaBorderBox {
    padding: 20px;
    margin: 27px 0 0 0;
  }
  .borderBox {
    margin-left: 0;
  }
  a:hover {
    text-decoration: none !important;
  }
}
/*# sourceMappingURL=qa.css.map */