p {
  letter-spacing: 0.32px;
  line-height: 28px;
}

h3 {
  font-size: 36px;
  letter-spacing: 0.72px;
}

.contents__title {
  font-size: 42px;
  font-weight: bold;
  border-bottom: solid 4px #c7000a;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.options__ttl {
  font-size: 36px;
  padding: 0 0 40px;
  margin-top: 72px;
  position: relative;
  padding-left: 16px;
}

.options__ttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: calc(100% - 40px);
  background-color: #c7000a;
  position: absolute;
  top: 0;
  left: 0;
}

.second__box h3 {
  padding-top: 56px;
  padding-bottom: 32px;
  font-size: 24px;
}

.list__style {
  list-style: none;
  line-height: 1.75;
}

.list__style--order li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list__style--order__num {
  width: 2em;
}

.list__style--order__txt {
  width: calc(100% - 2em);
}

.anchor__Links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.txt__link {
  text-decoration: underline;
  word-break: break-all;
}

.txt__link:hover {
  text-decoration: none;
}

.txt__link--red {
  color: #c7000a;
}

@media screen and (max-width: 1200px) {
  .breadcrumbs {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .anchor__Links__arrow {
    margin-right: 3.5%;
  }
  .anchor__Links__arrow-mr0 {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .second__box h3 {
    padding-top: 40px;
    padding-bottom: 24px;
    font-size: 20px;
  }
  .options__ttl {
    font-size: 20px;
    padding: 32px 0 24px 14px;
    margin-top: 16px;
  }
  .options__ttl::before {
    height: calc(100% - 56px);
    top: 32px;
  }
  .anchor__Links__box .anchor__Links__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list__style {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 24.5px;
  }
  h3 {
    font-size: 20px;
  }
  ul li {
    font-size: 14px;
  }
  .contents__title {
    font-size: 24px;
    padding-top: 64px;
    padding-bottom: 10px;
    margin-bottom: 32px;
    line-height: 36px;
  }
}

@media screen and (max-width: 425px) {
  .breadcrumbs {
    padding: 0 16px;
  }
}

.faq .faq__list {
  padding-top: 80px;
}

.faq .anchor__Links__list {
  display: block;
  max-width: 680px;
}

.faq .anchor__Links__arrow {
  width: 100%;
  padding-bottom: 0px;
}

.faq .anchor__Links__arrow a {
  padding-bottom: 24px;
  z-index: 2;
}

.anchor__Links {
  background-color: #fff;
}

.anchor__Links + .anchor__Links {
  margin-top: 48px;
}

.anchor__Links__box {
  max-width: 1140px;
  margin: auto;
}

.anchor__Links__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.anchor__Links__box-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-bottom: 32px;
}

.anchor__Links__box-ttl--faq::before {
  display: inline-block;
  content: url(../../faq/img/faq/icon_q.svg);
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.anchor__Links__arrow {
  position: relative;
  width: 31%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  line-height: 1.5;
  border-bottom: 1px solid #bbbbbb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}

.anchor__Links__arrow::after {
  cursor: pointer;
}

.anchor__Links__arrow-mr0 {
  margin-right: 0;
}

.anchor__Links__arrow a:after {
  position: absolute;
  top: 0.75em;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid #c7000a;
  border-top: 2px solid #c7000a;
  content: "";
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  z-index: 1;
}

.anchor__Links__arrow a {
  color: #000;
  display: block;
  padding-right: 40px;
}

.anchor__Links__arrow a:hover::after {
  top: 1.25em;
  z-index: 1;
}

.sub__links-arrow {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 54px;
  border-bottom: 1px solid #dddddd;
  color: #000;
}

.sub__links-arrow:hover {
  color: #c7000a;
}

.sub__links-arrow:hover::after {
  right: 1.5em;
}

.sub__links-arrow-twoLine {
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.sub__links-arrow::after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  color: #c7000a;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

.page_index .sec02 .faq_txt_q {
  padding: 0.5em 0;
  font-weight: 700;
  line-height: 1.3;
}

.faq_txt_q {
  padding-bottom: 16px;
}

.faq_txt_q::before {
  display: inline-block;
  content: url(../../faq/img/faq/icon_q.svg);
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.faq__txt__a__wrapper {
  padding-bottom: 40px;
  margin-bottom: 56px;
  border-bottom: 1px solid #bbbbbb;
}

.faq__txt__a__wrapper:last-child {
  margin-bottom: 0;
}

.faq__txt__a__box-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.faq__txt__a__box-ttl::before {
  display: inline-block;
  content: url(../../faq/img/faq/icon_a.svg);
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.faq__txt__a__box-summary {
  padding-left: 52px;
}

.faq__txt__a__link {
  margin-top: 1em;
}

.faq__txt__a__anchor {
  text-align: right;
  position: relative;
  right: 1em;
  margin-top: 1em;
}

.faq__txt__a__anchor::after {
  position: absolute;
  top: 01em;
  right: -1em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #c7000a;
  border-top: 2px solid #c7000a;
  content: "";
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

.faq__txt__a__anchor:hover::after {
  top: 0.5em;
}

.footer {
  margin-top: 200px;
}

@media screen and (max-width: 1024px) {
  .anchor__Links__arrow {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .anchor__Links + .anchor__Links {
    margin-top: 24px;
  }
  .anchor__Links + .container {
    margin-top: -24px;
  }
  .anchor__Links__box-ttl {
    font-size: 20px;
    padding-bottom: 24px;
  }
  .anchor__Links__arrow {
    width: 100%;
    padding: 0 0 16px;
    margin-bottom: 16px;
  }
  .anchor__Links__arrow a {
    font-size: 14px;
  }
  .anchor__Links__arrow:last-child {
    margin-bottom: 24px;
  }
  .faq__txt__a__wrapper {
    margin-bottom: 40px;
  }
  .faq__txt__a__box-summary {
    font-size: 14px;
  }
  .footer {
    margin-top: 70px;
    padding-top: 0;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 425px) {
  .sub__links-arrow {
    font-size: 14px;
  }
  .footer {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.terms__summary {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .terms__summary {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.error {
  color: #c7000a;
}

.confirmation__ttl {
  margin-bottom: 32px;
}

.sub__table {
  margin-top: 16px;
}

.sub__table tbody tr th {
  padding: 32px;
  vertical-align: middle;
}

.sub__table tbody tr .contact__textarea {
  vertical-align: top;
  position: relative;
  top: 12px;
}

.sub__table tbody tr td {
  padding: 32px;
}

.sub__table tbody tr td input {
  border: 1px solid #bbbbbb;
}

.sub__table tbody tr td input[type="text"], .sub__table tbody tr td input[type="tel"], .sub__table tbody tr td input[type="email"] {
  width: 100%;
  height: 48px;
}

.sub__table tbody tr td .contact__radio__label {
  margin-right: 32px;
}

.sub__table tbody tr td label {
  position: relative;
  cursor: pointer;
  padding-left: 38px;
}

.sub__table tbody tr td label::before,
.sub__table tbody tr td label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.sub__table tbody tr td label::before {
  background-color: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  left: 5px;
}

.sub__table tbody tr td label::after {
  background-color: #092b65;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 10px;
}

.sub__table tbody tr td input:checked + label::after {
  opacity: 1;
}

.sub__table tbody tr td .element-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.sub__table tbody tr td select {
  max-width: 260px;
  width: 100%;
  height: 48px;
  padding-left: 16px;
  border: 1px solid #bbbbbb;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.sub__table tbody tr td select::-ms-expand {
  display: none;
}

.sub__table tbody tr td .contact__select {
  max-width: 260px;
  position: relative;
}

.sub__table tbody tr td .contact__select::before {
  position: absolute;
  top: 23px;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid #999999;
  border-top: 2px solid #999999;
  content: "";
}

.sub__table tbody tr td textarea {
  width: 100%;
  border: 1px solid #bbbbbb;
}

.sub__table .required {
  color: #c7000a;
}

.sub__table .required--small {
  font-size: 14px;
  font-weight: 500;
}

.form__btn {
  margin-top: 72px;
  text-align: center;
}

.form__btn__wrapper {
  -webkit-appearance: none;
  width: 300px;
  height: 73px;
  margin: 0 auto;
  background-color: #fff;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.form__btn__wrapper:after {
  position: absolute;
  top: 50%;
  right: 2em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #c7000a;
  border-top: 2px solid #c7000a;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.form__btn__wrapper:hover {
  color: #fff;
  background-color: #c7000a;
}

.form__btn__wrapper:hover input[type="submit"] {
  color: #fff;
}

.form__btn__wrapper:hover::after {
  right: 1.5em;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.form__btn input[type="submit"] {
  -webkit-appearance: none;
  border: 2px solid #c7000a;
  border-radius: 0;
  width: 300px;
  padding: 0 24px 0;
  background-color: transparent;
  color: #c7000a;
  font-weight: 600;
  line-height: 69px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.form__btn__Conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__btn__Conf .form__btn__wrapper {
  margin: 0;
}

.form__btn__Conf .form__btn__wrapper + .form__btn__wrapper {
  margin-right: 16px;
}

.form__btn__Conf .form__btn__send {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.form__btn__Conf .form__btn__wrapper__back {
  color: #777777;
}

.form__btn__Conf .form__btn__wrapper__back input[type="submit"] {
  border: 2px solid #777777;
  color: #777777;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.form__btn__Conf .form__btn__wrapper__back:after {
  left: 2em;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-right: 2px solid #777777;
  border-top: 2px solid #777777;
}

.form__btn__Conf .form__btn__wrapper__back:hover {
  background-color: #777777;
}

.form__btn__Conf .form__btn__wrapper__back:hover input[type="submit"] {
  border: 2px solid #777777;
  color: #fff;
}

.form__btn__Conf .form__btn__wrapper__back:hover::after {
  left: 1.5em;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.contact__end__link {
  margin: 72px auto 0;
}

@media screen and (max-width: 1024px) {
  .sub__table tbody tr th {
    padding: 24px 0 8px 0;
  }
  .sub__table tbody tr td {
    padding: 8px 0 24px 0;
  }
  .sub__table tbody tr .contact__textarea {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .form__btn__Conf {
    display: block;
  }
  .form__btn__Conf .form__btn__wrapper {
    margin: 0 auto;
  }
  .form__btn__Conf .form__btn__wrapper + .form__btn__wrapper {
    margin-top: 16px;
    margin-right: auto;
  }
}
/*追加*/
/*.terms_new .anchor__Links__list {
  display: block;
  max-width: 680px;
}*/

.terms_new .anchor__Links__arrow {
  /*width: 100%;*/
  padding-bottom: 0px;
}

.terms_new .anchor__Links__arrow a {
  padding-bottom: 24px;
  z-index: 2;
}

.faq_body .footer{
    margin-top: 0 !important;
}

.news_body .footer{
    margin-top: 0 !important;
}

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

.policy_add_ttl {
  font-size: 36px;
  padding: 40px 0;
  position: relative;
  padding-left: 16px;
}

.policy_add_ttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: calc(100% - 80px);
  background-color: #c7000a;
  position: absolute;
  top: 40px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .policy_add_ttl {
    font-size: 20px;
    padding: 32px 0 24px 14px;
  }
  .policy_add_ttl::before {
    height: calc(100% - 48px);
    top: 24px;
  }
}

@media screen and (min-width: 1199px) {
  .footerLinks ul {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .footerLinks__arrow {
    margin-right: 39px;
  }
  .footerLinks__arrow-mr0 {
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .footerLinks ul {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
  .footerLinks__arrow {
    margin-right: 3.5%;
  }
  .footerLinks__arrow-mr0 {
    margin-right: 0;
  }
}
.add_indent_en{
    text-indent: -1.75em;
    padding-left: 1.75em;
}