.c-anchor__item {
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.c-anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.c-anchor__link:hover > * {
  opacity: 1;
}

.c-anchor__link:hover .c-anchor__link__text {
  text-decoration: underline;
}

.c-anchor__link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #fff;
}

.c-anchor__link__text::before {
  content: "";
  margin-right: 5px;
  border-top: 7px solid #457bc3;
  border-right: 4px solid transparent;
  border-left: 4px 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-bottom: 30px;
  padding: 0 15px;
  height: 95px;
  border: 1px solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  font-size: 2.1em;
  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 15px 40px;
  text-align: justify;
  font-size: 1.4em;
  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 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.p-anchor__item:hover {
  background: rgba(255, 255, 255, 0.2);
}

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

.p-anchor__item__contents {
  padding: 14.5px 27px;
  background: rgba(250, 250, 250, 0.5);
}

.p-anchor__contents__item a {
  line-height: 1.8461538462;
  font-size: 1.3em;
  color: #2e2b2a;
}

.p-anchor__contents__item a:hover {
  text-decoration: underline;
  color: #0a4494;
}

.p-anchor__link {
  padding: 15px;
}

.p-anchor__link__text {
  margin-right: 10px;
}

.p-logo {
  padding: 30px 0 40px;
}

.p-maintitle::before {
  width: 77px;
  height: 31px;
  background-image: url(../../img/pc/qa_maintitle_bg.png);
}

.p-anchor {
  margin-bottom: 80px;
}

.p-anchor__item + .p-anchor__item {
  margin-top: 2px;
}

.p-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 0 3px 13px;
  height: 71px;
  background: url(../../img/pc/box_title_bg.png) 0 0 no-repeat;
  font-size: 2.1em;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-qa__category {
  margin-bottom: 80px;
}

.p-qa__category .js-accordion__button {
  cursor: pointer;
}

.p-qa__category .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);
}

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

.p-qa__item__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 48px 10px 10px;
  min-height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f7f7f7), to(#b5b6b6));
  background: linear-gradient(#f7f7f7 30%, #b5b6b6);
  line-height: 1.3888888889;
  font-size: 1.8em;
  color: #0a4494;
}

.p-qa__item__title::before {
  content: "Q";
  margin-right: 7px;
  font-family: din-2014, sans-serif;
  font-size: 1.6111111111em;
  font-weight: 400;
  color: #4b4948;
}

.p-qa__item__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  bottom: calc(50% - 9px);
  overflow: hidden;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: url(../../img/pc/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/pc/button_link.png) 0 0 no-repeat, linear-gradient(left, #b5b6b6, #80807f 35%, #4b4948);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-qa__item + .p-qa__item {
  margin-top: 30px;
}

.p-qa__answer {
  position: relative;
  padding: 32px 34px 26px;
  background: url(../../img/pc/qa_answer_bg.png) right 48px top 0 no-repeat rgba(180, 201, 231, 0.2);
}

.p-qa__answer__title {
  margin-bottom: 32px;
}

.p-qa__answer__title .emphasis {
  line-height: 1.6666666667;
  font-size: 1.8em;
  color: #fff;
}

.p-qa__answer__title sup {
  font-size: 0.6666666667em;
}

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

.p-qa__answer__subtitle {
  margin-top: 41px;
  margin-bottom: 16px;
  padding-left: 5px;
  border-left: 3px solid #a0bcdf;
  font-size: 1.5em;
  color: #a0bcdf;
}

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

.p-qa__answer__text {
  margin-bottom: 11px;
  line-height: 1.5714285714;
  font-size: 1.4em;
  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 {
  font-size: 0.8571428571em;
}

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

.p-qa__answer__pic {
  margin-top: 26px;
}

.p-qa__answer__cite {
  display: block;
}

.p-qa__answer__cite:first-of-type {
  margin-top: 11px;
}

.p-qa__answer__cite a {
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #c9caca;
}

.p-qa__answer__cite a:hover {
  text-decoration: underline;
}

.p-qa__answer__link + .p-qa__answer__link {
  margin-top: 15px;
}

.p-qa__answer__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4em;
  color: #fff;
}

.p-qa__answer__link a:hover {
  text-decoration: underline;
}

.p-qa__answer__link a::after {
  content: "";
  display: block;
  overflow: hidden;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: url(../../img/pc/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/pc/button_link.png) 0 0 no-repeat, linear-gradient(#b5b6b6, #80807f 35%, #4b4948);
}


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