.js-accordion__button {
  cursor: pointer;
}

.js-accordion__contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-accordion.is-open > .js-accordion__button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-anchor__link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  color: #fff;
}

.c-anchor__link__text::before {
  content: "";
  display: block;
  margin-right: 0.6666666667vw;
  border-top: 2.1333333333vw solid #457bc3;
  border-right: 1.2vw solid transparent;
  border-left: 1.2vw solid transparent;
}

.p-maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 4vw 5.3333333333vw;
  padding: 4vw 4vw;
  min-height: 21.2vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.2666666667vw solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  line-height: 1.3181818182;
  font-size: 2.2rem;
  color: #fff;
}

.p-maintitle::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-maintitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.07);
  mix-blend-mode: multiply;
}

.p-lead {
  line-height: 1.7142857143;
  margin: 0 6vw 13.3333333333vw;
  text-align: justify;
  font-size: 1.4rem;
  color: #fafafa;
}

.p-lead::before, .p-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.p-lead::before {
  margin-bottom: calc(-0.4946428571em + 2px);
}

.p-lead::after {
  margin-top: calc(-0.4946428571em + 2px);
}

.p-anchor__link::after {
  content: attr(data-eng);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-size: 1rem;
  color: #457bc3;
}

.p-anchor__item__title {
  background: rgba(69, 123, 195, 0.4);
}

.p-anchor__item__contents {
  padding: 3.9333333333vw 6.2666666667vw;
  background: rgba(250, 250, 250, 0.5);
}

.p-anchor__contents__item {
  line-height: 1.5;
  font-size: 1.3rem;
}

.p-anchor__contents__item + .p-anchor__contents__item {
  margin-top: 3.0666666667vw;
}

.p-anchor__contents__item a {
  text-decoration: underline;
  color: #2e2b2a;
}

.p-anchor__link {
  padding: 4vw 2.6666666667vw;
}

.p-anchor__link__text {
  margin-right: 2.6666666667vw;
}

.p-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10.6666666667vw;
  padding-bottom: 0.5333333333vw;
  padding-left: 4.5333333333vw;
  height: 16.4vw;
  background: url(../../img/sp/box_title_bg.png) 0 0 no-repeat;
  background-size: cover;
  font-size: 2rem;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-maintitle::before {
  width: 16vw;
  height: 6.4vw;
  background-image: url(../../img/sp/qa_maintitle_bg.png);
  background-size: 16vw auto;
}

.p-anchor {
  margin: 0 6vw 20vw;
}

.p-anchor__item + .p-anchor__item {
  margin-top: 0.8vw;
}

.p-anchor__contents__item {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.p-qa__category {
  margin: 0 6vw 20vw;
}

.p-qa__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.7333333333vw 15.6vw 3.7333333333vw 5.3333333333vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f7f7f7), to(#b5b6b6));
  background: linear-gradient(#f7f7f7 30%, #b5b6b6);
  line-height: 1.4666666667;
  font-size: 1.5rem;
  color: #0a4494;
}

.p-qa__item__title::before {
  content: "Q";
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 2.4vw;
  line-height: 1;
  font-family: din-2014, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #4b4948;
}

.p-qa__item__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 5.3333333333vw;
  bottom: calc(50% - 2.4666666667vw);
  overflow: hidden;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
  border-radius: 1.0666666667vw;
  background: url(../../img/sp/button_link.png) 0 0 no-repeat, -webkit-gradient(linear, left top, right top, from(#b5b6b6), color-stop(35%, #80807f), to(#4b4948));
  background: url(../../img/sp/button_link.png) 0 0 no-repeat, linear-gradient(left, #b5b6b6, #80807f 35%, #4b4948);
  background-size: cover, cover;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-qa__item + .p-qa__item {
  margin-top: 8vw;
}

.p-qa__answer {
  position: relative;
  padding: 8.4vw 5.3333333333vw 26px;
  background: url(../../img/sp/qa_answer_bg.png) right 4.9333333333vw top 4.1333333333vw no-repeat rgba(180, 201, 231, 0.2);
  background-size: 14.2666666667vw auto;
}

.p-qa__answer sup {
  font-size: 1.2rem;
}

.p-qa__answer sup a {
  text-decoration: underline;
}

.p-qa__answer__title {
  margin-bottom: 8.4vw;
}

.p-qa__answer__title .emphasis {
  line-height: 1.4666666667;
  font-size: 1.5rem;
  color: #fff;
}

.p-qa__answer__title sup a {
  color: #fff;
}

.p-qa__answer__subtitle {
  margin-top: 41px;
  margin-bottom: 5.7333333333vw;
  padding-left: 2.4vw;
  border-left: 0.6666666667vw solid #a0bcdf;
  line-height: 1.5714285714;
  font-size: 1.4rem;
  color: #a0bcdf;
}

.p-qa__answer__subtitle:first-of-type {
  margin-top: 0;
}

.p-qa__answer__text {
  margin-bottom: 4vw;
  line-height: 1.7142857143;
  font-size: 1.4rem;
  color: #9fa0a0;
}

.p-qa__answer__text .emphasis {
  font-weight: bold;
  color: #c9caca;
}

.p-qa__answer__text a {
  text-decoration: underline;
  color: #a0bcdf;
}

.p-qa__answer__text sup a {
  color: #c9caca;
}

.p-qa__answer__pic {
  margin-top: 6.6666666667vw;
}

.p-qa__answer__cite {
  display: block;
}

.p-qa__answer__cite:first-of-type {
  margin-top: 4vw;
}

.p-qa__answer__cite a {
  line-height: 1.6818181818;
  font-size: 1.1rem;
  color: #c9caca;
}

.p-qa__answer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-qa__answer__link + .p-qa__answer__link {
  margin-top: 2vw;
}

.p-qa__answer__link a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.2857142857;
  font-size: 1.4rem;
  color: #fff;
}

.p-qa__answer__link::after {
  content: "";
  display: block;
  overflow: hidden;
  margin-left: 0.6666666667vw;
  width: 4.9333333333vw;
  height: 4.9333333333vw;
  border-radius: 0.5333333333vw;
  background: url(../../img/sp/button_link.png) 0 0 no-repeat, -webkit-gradient(linear, left top, left bottom, from(#b5b6b6), color-stop(35%, #80807f), to(#4b4948));
  background: url(../../img/sp/button_link.png) 0 0 no-repeat, linear-gradient(#b5b6b6, #80807f 35%, #4b4948);
  background-size: cover, cover;
}


/*# sourceMappingURL=qa.css.map */
