@charset "UTF-8";
.page_wrapper {
  padding-top: 28px;
}
.page_wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_wrapper .page_frame {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.page_wrapper .page_heading {
  margin-bottom: 15px;
}
.page_wrapper .page_title {
  line-height: 1.5;
  color: #003e80;
  font-size: 24px;
}
.page_wrapper .q_a {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 96px;
  border-top: 4px solid #003e80;
}
.page_wrapper .q_a__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_wrapper .q_a__pagenation {
  width: 250px;
}
.page_wrapper .q_a__pagenation__link {
  border-bottom: 1px solid #f0f0f0;
}
.page_wrapper .q_a__pagenation__link .q_a__pagenation__link__child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  text-decoration: none;
  color: #003e80;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.page_wrapper .q_a__pagenation__link .q_a__pagenation__link__child span {
  margin-left: 14px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.page_wrapper .q_a__pagenation__link .q_a__pagenation__link__child::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  font-size: 10px;
  margin-right: 14px;
  color: #003e80;
}
.page_wrapper .q_a__pagenation__link span.q_a__pagenation__link__child {
  background-color: #003e80;
  color: #ffffff;
}
.page_wrapper .q_a__pagenation__link span.q_a__pagenation__link__child::after {
  color: #ffffff;
}
.page_wrapper .q_a__pagenation__link a.q_a__pagenation__link__child:hover {
  background-color: #e6ebf1;
}
.page_wrapper .q_a__pagenation__otherlink {
  margin-top: 25px;
  margin-left: 14px;
  font-size: 14px;
}
.page_wrapper .q_a__pagenation__otherlink a::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  font-size: 10px;
  margin-left: 10px;
}
.page_wrapper .q_a__contents {
  width: 700px;
}
.page_wrapper .q_a__contents__title {
  background-color: #f6f7f9;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.page_wrapper .q_a__contents__title span {
  font-size: 20px;
  line-height: 1.5;
  color: #003e80;
}
.page_wrapper .q_a__contents__title br {
  display: none;
}
.page_wrapper .q_a__contents__section {
  margin-top: 25px;
}
.page_wrapper .q_a__contents__section__title {
  color: #003e80;
  font-size: 20px;
  line-height: 61px;
}
.page_wrapper .q_a__contents__section__block {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 24px;
  padding-bottom: 24px;
}
.page_wrapper .q_a__contents__section__question, .page_wrapper .q_a__contents__section__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page_wrapper .q_a__contents__section__question:before, .page_wrapper .q_a__contents__section__answer:before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 18px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}
.page_wrapper .q_a__contents__section__question {
  font-size: 16px;
  line-height: 1.75;
}
.page_wrapper .q_a__contents__section__question span {
  font-weight: bold;
}
.page_wrapper .q_a__contents__section__question:before {
  content: 'Q';
  color: #003e80;
  background-color: #ffffff;
  border: 1px solid #003e80;
}
.page_wrapper .q_a__contents__section__answer {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 24px;
}
.page_wrapper .q_a__contents__section__answer:before {
  content: 'A';
  color: #ffffff;
  background-color: #003e80;
  border: 1px solid #003e80;
}
.page_wrapper .q_a__contents__section__answer .qa_link {
  text-decoration: none;
  display: table;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  font-size: 14px;
}
.page_wrapper .q_a__contents__section__answer .qa_link span {
  text-decoration: underline;
  vertical-align: middle;
}
.page_wrapper .q_a__contents__section__answer .qa_link::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  font-size: 10px;
  margin-left: 4px;
}
.page_wrapper .q_a__contents__section__answer .qa_link:hover span {
  text-decoration: none;
}
.page_wrapper .q_a__contents__section__answer .qa_link + br {
  display: none;
}
.page_wrapper .q_a__contents__section__answer .note {
  font-size: 13px;
  display: inline-block;
}
.page_wrapper .q_a__contents__section__answer li {
  padding-left: 1em;
  text-indent: -1em;
}
.page_wrapper .cancel__pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
}
.page_wrapper .cancel__btn__next {
  width: 240px;
  margin-right: auto;
}
.page_wrapper .cancel__btn__next_link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 14px;
  background-color: #dc0723;
  color: #ffffff;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.page_wrapper .cancel__btn__next_link::after {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  font-size: 10px;
  margin-left: auto;
}
.page_wrapper .cancel__btn__next_link:hover {
  background-color: #e3394f;
}
.page_wrapper .cancel__btn__prev {
  width: 380px;
}
.page_wrapper .cancel__btn__prev a::before {
  margin-right: 7px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "webfont_icon";
  content: "";
  font-size: 10px;
  margin-left: auto;
}
