@charset "UTF-8";

/* -----------------------------------------------------------------------------
 * 保険料バナー
/* -------------------------------------------------------------------------- */
.btns a.js-fcd-link:not([href]),
.fixed_nav .btn a.js-fcd-link:not([href]),
.btns a.js-fcd-link:not([href]):hover,
.fixed_nav .btn a.js-fcd-link:not([href]):hover,
.btns a.js-fcd-link:not([href]):focus,
.fixed_nav .btn a.js-fcd-link:not([href]):focus {
  background-color: #404040;
}

.btns a.js-fcd-link:not([href]) strong,
.fixed_nav .btn a.js-fcd-link:not([href]) strong,
.btns a.js-fcd-link:not([href]):hover strong,
.fixed_nav .btn a.js-fcd-link:not([href]):hover strong,
.btns a.js-fcd-link:not([href]):focus strong,
.fixed_nav .btn a.js-fcd-link:not([href]):focus strong {
  color: #dedede;
}

/* -----------------------------------------------------------------------------
 * 特設バナー
/* -------------------------------------------------------------------------- */
.BNR {
  margin: 30px 0;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.BNR__ITEM {
  margin: 0;
}

.BNR a {
  display: inline-block;
  color: #214286;
  text-align: center;
}

.BNR img {
  display: block;
  max-width: 100%;
}

.BNR__caption {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin: 8px 0 0;
  line-height: 1.5;
  text-decoration: underline;
}

.BNR__link {
  font-size: 22px;
  margin: 8px 0 0;
  line-height: 1.5;
}

.BNR__link a {
  text-decoration: underline;
}

img.c-icn-pdf {
  display: inline;
  margin-left: 7px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}


@media screen and (max-width: 767px) {
  .BNR__link {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) {
  .BNR {
    margin-bottom: 26px;
  }

  .BNR__caption {
    font-size: 16px;
    letter-spacing: 0;
  }
}

/* -----------------------------------------------------------------------------
 * 見出しレベル2
/* -------------------------------------------------------------------------- */
.HDG-l2 {
  padding: 0 26px;
  font-size: 25px;
  text-align: center;
  margin: 0 auto 33px;
  line-height: 1.5;
  letter-spacing: -1px;
  max-width: 960px;
}

.HDG-l2 em {
  color: #ff6600;
}

@media screen and (min-width: 769px) {
  .HDG-l2 {
    margin-bottom: 22px;
  }
}

/* -----------------------------------------------------------------------------
 * 見出しレベル2 - 02
/* -------------------------------------------------------------------------- */
.HDG-l2-02 {
  margin: 0 auto 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  max-width: 960px;
}

.HDG-l2-02__inner {
  padding: 16px 15px 12px;
  display: block;
  background: #ff6600;
}

@media screen and (min-width: 769px) {
  .HDG-l2-02 {
    margin-bottom: 31px;
    font-size: 24px;
  }
}


/* -----------------------------------------------------------------------------
 * 見出しレベル3
/* -------------------------------------------------------------------------- */
.HDG-l3 {
  padding: 0 15px;
  margin: 0 auto 15px;
  max-width: 960px;
  font-size: 18px;
  color: #333;
}

@media screen and (min-width: 769px) {
  .HDG-l3 {
    margin-bottom: 13px;
  }
}


/* -----------------------------------------------------------------------------
 * ボックス
/* -------------------------------------------------------------------------- */
.BOX-important {
  margin: 17px auto 40px;
  padding: 0 15px;
  font-weight: bold;
  color: #ff6600;
  max-width: 960px;
}

.BOX-important__inner {
  padding: 18px 15px 9px;
  border: 2px solid #ff6600;
}

.BOX-important__hdg {
  margin: 0 0 8px;
  font-size: 19px;
}

.BOX-important__list {
  line-height: 1.7;
  letter-spacing: 0;
}

.BOX-important__list a {
  color: #214286;
}

.BOX-important__item {
  position: relative;
  padding: 0 0 0 15px;
}

.BOX-important__item::before {
  position: absolute;
  top: 10px;
  left: 2px;
  width: 5px;
  height: 5px;
  display: block;
  content: "";
  background: #ff6600;
  border-radius: 50%;
}

.BOX-important__item:not(:first-child) {
  margin-top: 2px;
}

@media screen and (min-width: 769px) {
  .FCD-FORM + .BOX-important {
    margin-top: -47px;
  }

  .BOX-important {
    margin-bottom: 60px;
  }

  .BOX-important__inner {
    padding-right: 17px;
    margin-bottom: 11px;
    padding-left: 17px;
  }
}


/* -----------------------------------------------------------------------------
 * テーブル
/* -------------------------------------------------------------------------- */
.TABLE {
  padding: 0 15px;
  margin: 0 auto 40px;
  max-width: 960px;
}

.TABLE table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #aaa;
  border-width: 1px 0 0 1px;
}

.TABLE th,
.TABLE td {
  padding: 16px 19px 15px 19px;
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  border: 1px solid #aaa;
  border-width: 0 1px 1px 0;
}

.TABLE th {
  padding-bottom: 14px;
  background: #fff6d2;
}

.TABLE td > * {
  padding-right: 0;
  padding-left: 0;
}

.TABLE td > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .TABLE {
    margin-bottom: 63px;
  }

  .TABLE td,
  .TABLE th {
    padding: 16px 19px 15px 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .TABLE table,
  .TABLE tbody,
  .TABLE tr,
  .TABLE th,
  .TABLE td {
    display: block;
  }
}


/* -----------------------------------------------------------------------------
 * リスト
/* -------------------------------------------------------------------------- */
.LIST-bullet {
  margin: 8px auto 0;
  padding: 0 15px;
  font-size: 14px;
  max-width: 960px;
}

.LIST-bullet__item {
  position: relative;
  padding: 0 0 0 14px;
}

.LIST-bullet__item::before {
  position: absolute;
  top: 6px;
  left: 1px;
  display: block;
  width: 5px;
  height: 5px;
  content: "";
  background: #ff6600;
  border-radius: 50%;
}

.LIST-bullet__item:not(:first-child) {
  margin-top: 6px;
}

.LIST-bullet__txt {
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .LIST-bullet {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.7;
  }

  .LIST-bullet__item:not(:first-child) {
    margin-top: 2px;
  }

  .LIST-bullet__item::before {
    top: 10px;
  }
}


/* -----------------------------------------------------------------------------
 * 注釈リスト
/* -------------------------------------------------------------------------- */
.LIST-note {
  margin: 8px auto 0;
  padding: 0 15px;
  font-size: 12px;
  max-width: 960px;
}

.LIST-note__item {
  display: flex;
}

.LIST-note__item:not(:first-child) {
  margin-top: 3px;
}

.LIST-note__symbol {
  padding: 0 4px 0 0;
}

.LIST-note__txt {
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .LIST-note {
    margin-top: 5px;
    line-height: 1.7;
  }

  .LIST-note__item:not(:first-child) {
    margin-top: 1px;
  }
}


/* -----------------------------------------------------------------------------
 * FCD直前用シンボル付きリスト
/* -------------------------------------------------------------------------- */
.FCD-list-symbol {
  padding: 0 14px;
  margin: 0 auto 7px;
  font-size: 14px;
  max-width: 960px;
}

.FCD-list-symbol__item {
  display: flex;
  line-height: 1.5;
}

.FCD-list-symbol__item:not(:first-child) {
  margin-top: 4px;
}

.FCD-list-symbol__symbol {
  padding: 0 9px 0 0;
}

.FCD-list-symbol__txt {
  flex-grow: 1;
  letter-spacing: 0;
}

.FCD-list-symbol + .FCD-FORM {
  margin-top: 17px;
}

@media screen and (min-width: 769px) {
  .FCD-list-symbol {
    margin-bottom: 1px;
  }

  .FCD-list-symbol__item {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -1px;
  }

  .FCD-list-symbol__item:not(:first-child) {
    margin-top: -1px;
  }
}


/* -----------------------------------------------------------------------------
 * FCDフォーム
/* -------------------------------------------------------------------------- */
.FCD-FORM * {
  box-sizing: border-box;
}

.FCD-FORM {
  padding: 0 15px;
  margin: 0 0 40px;
  line-height: 1.5;
}

.FCD-FORM__inner {
  display: flex;
  flex-direction: column;
}

.FCD-FORM__lede { /* システム用？ */
  margin: 0 0 10px;
  order: 1;
}

.FCD-FORM__lede img {
  display: block;
}

.FCD-FORM__region {
  order: 2;
}

.FCD-FORM__box {
  padding: 20px;
  background: #ffdfcc;
}

.FCD-FORM__content {
  margin: 6px 0 0;
}

.FCD-FORM__content > * {
  padding-right: 0;
  padding-left: 0;
}

.FCD-FORM__content > *:last-child {
  margin-bottom: 0;
}

.FCD-FORM__box:not(:first-child) {
  margin-top: 20px;
}

.FCD-FORM__content + .FCD-FORM__box {
  margin-top: 15px;
}

.FCD-FORM__note { /* システム用 */
  margin-top: 10px;
  order: 3;
}

.FCD-FORM__title {
  text-align: center;
}

.FCD-FORM__hdg {
  padding: 2px 10px 0;
  min-width: 210px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.666;
  background: #ff6600;
}

.FCD-FORM__sub {
  padding: 7px 0;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #f60;
  text-align: left;
}

.FCD-FORM__row {
  margin-top: 10px;
}

.FCD-FORM__prefix {
  margin-right: 10px;
  font-size: 26px;
}

.FCD-FORM__input,
.FCD-FORM__select {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333;
}

.FCD-FORM__input {
  padding: 0 0 0 10px;
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  background: #fff;
  box-shadow: 4px 4px 2px 0 #e5e5e5 inset;
}

.FCD-FORM__select-wrap {
  padding: 1px;
}

.FCD-FORM__select-inner {
  position: relative;
  height: 48px;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(to bottom, #ffffff, #e5e5e5);
  box-shadow: 0 0 0 1px #b3b3b3;
}

.FCD-FORM__select-inner::before,
.FCD-FORM__select-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.FCD-FORM__select-inner::before {
  width: 49px;
  border-left: 1px solid #b3b3b3;
  height: 100%;
  background: linear-gradient(to bottom, #999, #666);
}

.FCD-FORM__select-inner::after {
  top: 0;
  right: 18px;
  bottom: 0;
  height: 0;
  margin: auto 0;
  border: solid transparent;
  border-width: 5px 6px 0;
  border-top-color: #fff;
}

.FCD-FORM__select {
  padding: 0 60px 0 10px;
  height: 100%;
  border: 0;
  background: transparent;
  appearance: none;
}

.FCD-FORM__select::-ms-expand {
  display: none;
}

.FCD-FORM__form.--nowrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 0;
  margin: -20px 0 0 -20px;
}

.FCD-FORM__form.--nowrap .FCD-FORM__row {
  flex-grow: 1;
  padding: 10px 0 0 10px;
}

@media screen and (min-width: 769px) {
  .FCD-FORM {
    margin: 0 0 60px;
  }

  .FCD-FORM__inner {
    max-width: 960px;
    padding-bottom: 12px;
    margin: 0 auto;
  }

  .FCD-FORM__box {
    display: flex;
    align-items: center;
  }

  .FCD-FORM__content {
    margin-top: 4px;
  }

  .FCD-FORM__title {
    max-width: 420px;
  }

  .FCD-FORM__sub {
    padding-bottom: 0;
  }

  .FCD-FORM__form {
    display: flex;
    flex-grow: 1;
    padding-left: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }

  .FCD-FORM__row {
    flex-grow: 1;
    padding: 10px 0 0 10px;
    margin-top: 0;
  }

  .FCD-FORM__form.--nowrap {
    flex-wrap: nowrap;
  }

  .FCD-FORM__form.--nowrap .FCD-FORM__row:first-child {
    flex-grow: 0;
  }

  .FCD-FORM__prefix {
    margin-right: 0;
    margin-left: 20px;
  }

  .FCD-FORM__box:not(:first-child) {
    margin-top: 20px;
  }

  .FCD-FORM__content + .FCD-FORM__box {
    margin-top: 25px;
  }
}


/* -----------------------------------------------------------------------------
 * ダイアログ
/* -------------------------------------------------------------------------- */
.DIALOG-confirm {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  background: rgba(0,0,0,.3);
  box-sizing: border-box;
}
.DIALOG-confirm__inner {
  max-width: 800px;
  flex-basis: 100%;
  max-height: calc(100vh - 40px);
  position: relative;
  overflow-y: auto;
}
.DIALOG-confirm__box {
  padding: 66px 10px 2em;
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
}
.DIALOG-confirm__hdg {
  margin: 0 0 10px;
  font-size: 120%;
}
.DIALOG-confirm__hdg:not(:first-child) {
  margin-top: 40px;
}
.DIALOG-confirm__note {
  font-size: 1.4rem;
}
.DIALOG-confirm__note strong {
  font-weight: bold;
  color: #dd0000;
}
.DIALOG-confirm__note + .DIALOG-confirm__p {
  margin: 20px 0 0;
}
.DIALOG-confirm__media {
  margin: 30px 0 0;
}
.DIALOG-confirm__mediaImg {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}
.DIALOG-confirm__common {
  margin-top: 30px;
}
.DIALOG-confirm__label {
  position: relative;
  padding: .1em 0 .1em 40px;
  display: inline-block;
}
.DIALOG-confirm__checkbox,
.DIALOG-confirm__labelText::before,
.DIALOG-confirm__labelText::after {
  position: absolute;
  display: block;
  content: "";
}
.DIALOG-confirm__checkbox {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.DIALOG-confirm__labelText::before {
  top: 1px;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: .2em;
}
.DIALOG-confirm__labelText::after {
  top: 02px;
  left: 8px;
  width: 10px;
  height: 18px;
  border: solid #fff;
  border-width: 0 5px 5px 0;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity .2s;
}
:focus + .DIALOG-confirm__labelText::before {
  box-shadow: 0 0 0 3px #000;
}
:checked + .DIALOG-confirm__labelText::after {
  opacity: 1;
}
.DIALOG-confirm__next {
  margin: 30px 0 0;
}
.DIALOG-confirm__link {
  display: inline-block;
  padding: 10px 1em 8px;
  max-width: 400px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: .2em;
  background: #08287d;
  transition: .2s opacity ease-out;
  cursor: pointer;
}
.DIALOG-confirm__link[data-disabled="true"] {
  color: #000;
  background-color: #ccc;
  cursor: default;
}
.DIALOG-confirm__link:hover,
.DIALOG-confirm__link:focus {
  opacity: .8;
}
.DIALOG-confirm__close {
  position: absolute;
  top: 8px;
  right: 8px;
}
.DIALOG-confirm__btn {
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: #ccc;
  border-radius: 6px;
  border: 0;
}
.DIALOG-confirm__btn::before,
.DIALOG-confirm__btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 28px;
  display: block;
  content: "";
  background-color: #000;
  border-radius: 4px;
}
.DIALOG-confirm__btn::before {
  transform: rotate(45deg);
}
.DIALOG-confirm__btn::after {
  transform: rotate(-45deg);
}
.DIALOG-confirm__btnText {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
