﻿@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333333;
  height: 100%;
  margin: 0 auto; }

button {
  cursor: pointer; }

input, select, textarea, button {
  font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  text-decoration: none; }

select::-ms-expand {
  width: 0;
  height: 0;
  position: absolute; }

[type="text"] {
  line-height: initial; }

input[type="checkbox"], input[type="radio"] {
  width: 0;
  height: 0;
  position: absolute; }

/* スマホ・タブレットにおけるスマホ表示とする画面幅境界について */
/*　サイズ指定で最も横幅をとる三年詳細画面、三ヵ月詳細画面の状態が横並びになる場合を基準とする。

｜治療中                         ｜｜経過観察中  ｜
｜疑い　                         ｜｜完治　　　  ｜

｜432px(width)+16px(margin-right)｜｜432px(width)｜
｜432px(width)+16px(margin-right)｜｜432px(width)｜

画面幅が432+16+432=880px以上は横並び表示が可能となる。

最大画面幅が879px以下はスマホ・タブレットとみなし、縦並び表示となるようにする */

/* ヘッダー
   ========================================================================== */
.header {
  margin: 0 auto;
  max-width: 912px; }

.logo {
  margin: 34px 0;
  /* ロゴに余白を設けずに高さを調整する */ }
  @media screen and (max-width: 879px) {
    .logo {
      margin: 28px 0px 0px 0px;
      width: 93px;
      float: left; }
      .logo img {
        width: 100%;
        height: 100%; } }

.title {
  font-size: 28px; }
  .title span {
    display: inline-block; }
  .title .title-color {
    color: #527097; }
  @media screen and (max-width: 879px) {
    .title {
      position: absolute;
      margin-top: 24px;
      /*「団体信用生命保険WEB申込サービス」は中央に表示 */
      left: calc((100vw / 2) - 85px);
      width: 170px;
      font-size: 20px;
      line-height: 22px; }
      .title .title-color {
        display: block; } }

.faq a {
  text-decoration: none; }
  .faq a span {
    color: #37847B;
    font-weight: bold; }
    .faq a span:before {
      display: inline-block;
      content: url(../img/svg/s_btn_q.svg);
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin-right: 8px; }

@media screen and (max-width: 879px) {
  .faq {
    /*「? よくあるご質問」は横に続けて並べるのを止める（次の段に表示）*/
    clear: left;
    width: calc(100vw - 5px);
    text-align: right;
    margin-bottom: 5px; }
    .faq span {
      font-size: 11px; }
      .faq span:before {
        margin-right: 0; } }

/* フッター
   ========================================================================== */
.footer {
  margin: 0 auto; }

.contact {
  background-color: #f8f7f4;
  display: inline-block;
  width: 100%; }

.contact__header {
  font-size: 16px;
  font-weight: bold;
  padding: 24px 0 16px 0;
  margin: 0;
  text-align: center;
  border-bottom: solid 2px #DCDDDD; }

.contact__body {
  text-align: center;
  margin: 16px 0 24px 0;
  font-weight: bold; }
  @media screen and (max-width: 879px) {
    .contact__body {
      padding-left: 8px;
      padding-right: 8px; } }

.contact__name {
  display: inline-block;
  padding-right: 16px; }
  .contact__name span {
    display: inline-block; }

.contact__tel {
  display: inline-block;
  font-size: 24px; }

.contact__time {
  display: block;
  font-weight: normal;
  padding: 8px 0 0 0; }
  .contact__time span {
    display: inline-block; }

.contact__FQ {
  padding: 8px 0 0 0; }
  .contact__FQ a {
    text-decoration: none;
    color: #333333; }
    .contact__FQ a:before {
      display: inline-block;
      content: url(../img/svg/ws_icon07info.svg);
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin-right: 8px; }

.link {
  background-color: #757575;
  display: inline-block;
  width: 100%; }

.link__list {
  margin: 0 auto;
  max-width: 880px;
  padding: 26px 0 25px 0;
  font-size: 14px; }
  .link__list li {
    margin: 0;
    padding: 8px 0 8px 16px;
    display: inline-block;
    list-style: none; }
    .link__list li a {
      color: #FFF;
      text-decoration: none; }
      .link__list li a:hover {
        text-decoration: underline; }

.copyright {
  position: relative;
  margin: 0 auto;
  /* ロゴ変更に伴い、テキストとロゴが下揃えとなるように調整 */
  padding: 44px 0 30px;
  max-width: 880px;
  /* 下揃え用 */
  display: flex;
  align-items: flex-end; }
  @media screen and (max-width: 879px) {
    .copyright {
        padding: 0 12px;
        /* フッタのコピーライト文字列を横並びに連結して表示するとスマホ縦置きだと画面に収まらなくなる。 */
        /* 各ベンダごとの自動調整設定はスマホに対応していなかったので縦並びの表示を設定 */
        display: block;
    } }

.copyright__text {
  padding-top: 15px;
  position: relative;
  left: 0;
  width: 433px;
  font-size: 12px;
  font-size: 11px; }
  @media screen and (max-width: 879px) {
    .copyright__text {
      text-align: center;
      padding: 8px; } }

.copyright__logo {
  position: absolute;
  top: 18px;
  left: 50%;
  /* ロゴ変更に伴い、中央寄せになるように調整 */
  margin-left: -89px; }
  @media screen and (max-width: 879px) {
    .copyright__logo {
      padding: 35px 0px 0px 0px; } }

/* メインエリア
   ========================================================================== */
.main {
  margin: 0 auto; }

.main__title {
  background-color: #E1E9F1;
  margin-bottom: 16px; }
  .main__title h2 {
    max-width: 880px;
    margin: 0 auto;
    padding: 8px 0; }
  @media screen and (max-width: 879px) {
    .main__title h2 {
      text-align: center; } }

.description {
  max-width: 928px;
  margin: 16px auto;
  background-color: #f8f7f4; }
  .description ul {
    font-size: 16px;
    list-style-type: none;
    margin: 0;
    padding: 8px 24px; }
    .description ul li:before {
      content: "＊"; }
  @media screen and (max-width: 879px) {
    .description {
      margin: 8px; } }

.transition {
  padding: 48px 0;
  background-color: #f0efef; }

.transition-mention {
  font-weight: bold;
  color: #527097;
  display: block;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 16px 16px 16px; }
  @media screen and (max-width: 879px) {
    .transition-mention {
      text-align: left; } }

.section__header {
  background-color: #f8f7f4;
  border-bottom: solid 4px #B5B5B6;
  margin: 16px 0; }
  .section__header h3 {
    max-width: 928px;
    font-size: 21px;
    font-weight: bold;
    margin: 0 auto;
    padding: 13px 0 12px 16px;
    border-left: solid 8px #E60012; }
  @media screen and (max-width: 879px) {
    .section__header h3 {
      margin-left: 8px;
      padding: 8px 0 8px 12px; } }

.contents {
  max-width: 880px;
  margin: 0 auto; }
  @media screen and (max-width: 879px) {
    .contents {
      padding: 0 16px; } }

.contents__header h4 {
  background-color: #d2dee9;
  font-size: 20px;
  padding: 12px 12px 12px 28px;
  margin: 16px -16px; }
  @media screen and (max-width: 879px) {
    .contents__header h4 {
      margin-left: -16px;
      margin-top: -16px;
      margin-left: -16px; } }

.contents__footer {
  padding-bottom: 60px;
  margin-bottom: 16px; }

.contents-mention {
  font-weight: bold;
  color: #527097;
  display: block;
  margin-bottom: 16px; }

.add-field {
  list-style: none;
  padding: 0;
  margin: 0 16px 32px 16px; }
  .add-field li {
    margin: 16px 0; }
    .add-field li .add-number {
      display: inline-block;
      padding: 8px;
      width: 40px;
      min-width: 40px;
      height: 42px;
      color: #FFF;
      background-color: #527097;
      border-bottom: solid 2px #B5B5B6;
      text-align: center; }
    .add-field li input[type=text] {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      width: 100%;
      padding: 0 12px 0 12px; }

.list-explain {
  list-style: none;
  padding: 0; }
  .list-explain li {
    position: relative;
    display: inline-block;
    vertical-align: center;
    width: 100%;
    padding: 0 0 8px 24px;
    margin: 0; }
    .list-explain li:before {
      display: inline-block;
      content: "";
      background-color: #527097;
      width: 8px;
      height: 8px;
      border-radius: 8px;
      position: absolute;
      left: 0;
      top: 0.4em; }
    .list-explain li p {
      margin-top: 8px; }
    .list-explain .hidden {
        display: none;
        opacity: 0;
    }

.complete-area {
  margin-left: 24px;
  margin-right: 24px; }
  @media screen and (max-width: 879px) {
    .complete-area {
      margin-left: 16px;
      margin-right: 16px; } }

.complete-msg {
  padding: 24px; }
  .complete-msg a {
    color: #527097; }

/* 各種パーツの読み込み */
.hide {
  display: none; }

.inlineblock {
  display: inline-block; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

.flex-container {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-container-column {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  /* Safari */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-container-flexend {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  /* Safari */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-container-right {
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    ;
    /* Safari */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-align-items: end;
    /* Safari */
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin: 0 0 16px 0;
}

.flex-container-center {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  /* Safari */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-container-wrap {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-container-center-wrap {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  /* Safari */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-container-space {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  /* Safari */
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  /* Safari */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* 各ベンダごとの自動調整設定はスマホに対応していなかったので縦並びの表示を設定 */
@media screen and (max-width: 879px) {
    .flex-container-space {
    display: block; } }

.flex-container-a {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  /* Safari */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.question {
  margin-bottom: 40px; }

.question__label {
  display: block;
  margin: 0 0 16px 0; }

.question__table {
  border-collapse: separate;
  border-spacing: 0 8px; }
  .question__table tr {
    margin-bottom: 8px; }
  .question__table th {
    color: #FFF;
    background-color: #527097;
    width: 200px;
    padding: 16px 0;
    border-bottom: solid 2px #B5B5B6; }
  .question__table td {
    background-color: #f8f7f4;
    border-bottom: solid 2px #B5B5B6;
    padding: 16px 16px 8px 16px; }
    .question__table td label {
      display: inline-block;
      padding: 0 0 8px 0;
      margin: 0 32px 0 0; }
  @media screen and (max-width: 879px) {
    .question__table {
      display: block;
      width: 100vw;
      margin-left: -16px; }
      .question__table tr {
        display: inline-block;
        width: 100%;
        margin: 0; }
      .question__table th {
        display: inline-block;
        width: 100%;
        border: none; }
      .question__table td {
        display: inline-block;
        width: 100%;
        padding: 16px 0;
        padding-left: 15%; }
        .question__table td label {
          display: block; } }

.question-add-field {
  background-color: #EEEEE2;
  padding: 24px; }
  @media screen and (max-width: 879px) {
    .question-add-field {
      width: 100vw;
      margin-left: -16px;
      padding: 24px 16px; } }

.question-add-list {
  margin-bottom: 24px; }
  .question-add-list:last-child {
    margin-bottom: 0; }

.step {
  background-color: #aaa;
  border-bottom: solid 2px #C9CACA; }
  .step ol {
    height: 36px;
    margin: 0 auto;
    max-width: 928px;
    padding: 0;
    list-style: none; }
    .step ol li {
      height: 36px;
      display: table;
      font-size: 16px;
      background-color: #e6e6e6;
      width: 154.6px;
      float: left; }
      .step ol li .step-num {
        display: table;
        position: relative;
        background-color: #808080;
        width: 36px;
        height: 100%;
        color: #FFF; }
        .step ol li .step-num:after {
          content: "";
          position: absolute;
          right: -20px;
          border-top: 18px solid transparent;
          border-bottom: 18px solid transparent;
          border-right: 10px solid transparent;
          border-left: 10px solid #808080; }
        .step ol li .step-num span {
          display: table-cell;
          font-size: 20px;
          text-align: center;
          vertical-align: middle; }
      .step ol li .step-text {
        display: table-cell;
        padding-left: 16px;
        vertical-align: middle;
        color: #808080; }
  .step .step--active {
    background-color: #E1E9F1; }
    .step .step--active .step-text {
      font-weight: bold;
      color: #333333; }
    .step .step--active .step-num {
      background-color: #527097; }
      .step .step--active .step-num:after {
        content: "";
        position: absolute;
        right: -20px;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-right: 10px solid transparent;
        border-left: 10px solid #527097; }
  @media screen and (max-width: 879px) {
    .step {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #e6e6e6; }
      .step ol {
        height: 28px; }
        .step ol li {
          width: 36px;
          font-size: 14px;
          background-color: #e6e6e6;
          height: 28px; }
          .step ol li .step-num {
            width: 28px;
            color: #FFF; }
            .step ol li .step-num:after {
              content: "";
              position: absolute;
              right: -16px;
              border-top: 14px solid transparent;
              border-bottom: 14px solid transparent;
              border-right: 8px solid transparent;
              border-left: 8px solid #808080; }
            .step ol li .step-num span {
              position: relative;
              font-size: 16px;
              padding-left: 4px; }
          .step ol li .step-text {
            display: none; }
      .step .step--active {
        width: 150px; }
        .step .step--active .step-num {
          width: 28px;
          color: #FFF; }
          .step .step--active .step-num:after {
            content: "";
            position: absolute;
            right: -16px;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
            border-right: 8px solid transparent;
            border-left: 8px solid #527097; }
          .step .step--active .step-num span {
            position: relative;
            font-size: 16px; }
        .step .step--active .step-text {
          display: table-cell; } }

.annotation-wrap {
  margin-bottom: 20px; }

.annotation3y-wrap {
    margin-bottom: 0px;
}
.annotation {
  margin: 0 0 8px 0; }
  .annotation h4 {
    margin: 0; }
    .annotation h4 span {
      cursor: pointer;
      color: #37847B; }
      .annotation h4 span:before {
        display: inline-block;
        content: url(../img/svg/ws_icon01.svg);
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 12px; }
      .annotation h4 span:after {
        display: inline-block;
        content: url(../img/svg/ws_icon02right.svg);
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-left: 12px; }

.annotation--active h4 span::after {
  content: url(../img/svg/ws_icon02down.svg); }

.annotation__list {
  height: 100%;
  margin: 32px 0 16px 0;
  background-color: #f8f7f4;
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 0 #B5B5B6;
  box-shadow: 2px 2px 0 #B5B5B6; }
  .annotation__list:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-bottom-color: #B5B5B6;
    top: -48px;
    left: 30px;
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 0; }
  .annotation__list:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid #f8f7f4;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    top: -48px;
    left: 30px;
    z-index: 1; }
  .annotation__list ol {
    font-size: 14px;
    padding: 8px 32px 8px 48px;
    margin: 0; }
    .annotation__list ol li {
      padding: 8px 0; }

.button-add {
  width: 484px;
  height: 58px;
  background-color: #37847B;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px #B5B5B6;
  box-shadow: 0px 2px #B5B5B6; }
  .button-add span {
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -5px; }
    .button-add span:after {
      display: inline-block;
      position: relative;
      top: 7px;
      margin-left: 8px;
      content: "";
      background-image: url(../img/svg/ws_icon04plus.svg);
      width: 26px;
      height: 26px;
      background-size: contain; }
  .button-add:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media screen and (max-width: 879px) {
    .button-add {
      width: 300px; } }

.button-add-detail1 {
    width: 484px;
    height: 58px;
    background-color: #37847B;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px #B5B5B6;
    box-shadow: 0px 2px #B5B5B6;
}

    .button-add-detail1 span {
        color: #FFF;
        font-weight: bold;
        display: inline-block;
        position: relative;
        top: -5px;
    }

        .button-add-detail1 span:after {
            display: inline-block;
            position: relative;
            top: 7px;
            margin-left: 8px;
            content: "";
            background-image: url(../img/svg/ws_icon04plus.svg);
            width: 26px;
            height: 26px;
            background-size: contain;
        }

    .button-add-detail1:active {
        -ms-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media screen and (max-width: 879px) {
    button-add-detail1 {
        width: 300px;
    }
}

.button-del-detail1 {
    width: 304px;
    height: 58px;
    background-color: #37847B;
    cursor: pointer;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px #B5B5B6;
    box-shadow: 0px 2px #B5B5B6;
}

    .button-del-detail1 span {
        color: #FFF;
        font-weight: bold;
        display: inline-block;
        position: relative;
        top: -5px;
    }

        .button-del-detail1 span:after {
            display: inline-block;
            position: relative;
            top: 7px;
            margin-left: 8px;
            content: "";
            background-image: url(../img/svg/ws_icon04minus.svg);
            width: 26px;
            height: 26px;
            background-size: contain;
        }

    .button-del-detail1:active {
        -ms-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

@media screen and (max-width: 879px) {
    .button-del {
        width: 300px;
    }
}

.button-edit {
  width: 484px;
  height: 58px;
  background-color: #37847B;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px #B5B5B6;
  box-shadow: 0px 2px #B5B5B6; }
  .button-edit span {
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -5px; }
    .button-edit span:after {
      display: inline-block;
      position: relative;
      top: 7px;
      margin-left: 8px;
      content: "";
      background-image: url(../img/svg/ws_icon10pen.svg);
      width: 26px;
      height: 26px;
      background-size: contain; }
  .button-edit:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media screen and (max-width: 879px) {
    .button-edit {
      width: 300px; } }

.button-back {
  width: 140px;
  height: 58px;
  margin: 0 84px 0 0;
  background-color: #808080;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px #B5B5B6;
  box-shadow: 0px 2px #B5B5B6; }
  .button-back span {
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -5px; }
    .button-back span:before {
      display: inline-block;
      position: relative;
      top: 7px;
      margin-right: 8px;
      content: "";
      background-image: url(../img/svg/ws_icon06back.svg);
      width: 26px;
      height: 26px;
      background-size: contain; }
  .button-back:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media screen and (max-width: 879px) {
    .button-back {
      width: auto;
      min-width: 100px;
      height: 50px;
      padding: 0 16px;
      margin-right: 32px; } }

.button-next {
  width: 240px;
  height: 78px;
  margin: 0;
  background-color: #527097;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px #B5B5B6;
  box-shadow: 0px 2px #B5B5B6; }
  .button-next span {
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -5px; }
    .button-next span:after {
      display: inline-block;
      position: relative;
      top: 7px;
      margin-left: 8px;
      content: "";
      background-image: url(../img/svg/ws_icon05next.svg);
      width: 26px;
      height: 26px;
      background-size: contain; }
  .button-next:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media screen and (max-width: 879px) {
    .button-next {
      width: auto;
      min-width: 120px;
      height: 70px;
      padding: 0 16px; } }

.button--disabled {
  background-color: #cdcdcd !important; }

.button-select {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  text-align: center;
  background-color: #e6e6e6;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px #B5B5B6;
  box-shadow: 0px 2px #B5B5B6; }
  .button-select input {
    width: 0;
    height: 0;
    position: absolute; }
  .button-select span {
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -5px; }
    .button-select span:before {
      display: inline-block;
      position: relative;
      top: 7px;
      margin-right: 8px;
      content: "";
      background-image: url(../img/svg/ws_btn_radio_off.svg);
      width: 26px;
      height: 26px;
      background-size: contain; }
  .button-select:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .button-select span {
    color: #333333;
    font-weight: normal;
    padding-right: 8px; }
    .button-select span:before {
      margin-right: 16px; }
  @media screen and (max-width: 879px) {
    .button-select {
      padding: 12px 24px;
      text-align: left; }
      .button-select span {
        padding: 0; }
        .button-select span:before {
          margin-right: 8px; } }
          
.button3-select {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  text-align: center;
  background-color: #e6e6e6;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px #B5B5B6;
  box-shadow: 0px 2px #B5B5B6; }
  .button3-select input {
    width: 0;
    height: 0;
    position: absolute; }
  .button3-select span {
    color: #333333;
    font-weight: normal;
    padding-right: 8px;
    display: inline-block;
    position: relative;
    top: -5px; }
    .button3-select span:before {
      display: inline-block;
      position: relative;
      top: 7px;
      margin-right: 16px;
      content: "";
      background-image: url(../img/svg/ws_btn_radio_off.svg);
      width: 26px;
      height: 26px;
      background-size: contain; }
  .button3-select:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none; }

.button-select--active {
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px #B5B5B6;
  box-shadow: 0px 2px #B5B5B6;
  background-color: #d2dee9;
  -webkit-box-shadow: 0 0 0 4px #adbbcd inset;
  box-shadow: 0 0 0 4px #adbbcd inset; }
  .button-select--active span {
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -5px; }
    .button-select--active span:before {
      display: inline-block;
      position: relative;
      top: 7px;
      margin-right: 8px;
      content: "";
      background-image: url(../img/svg/ws_btn_radio_on.svg);
      width: 26px;
      height: 26px;
      background-size: contain; }
  .button-select--active:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none; }
  .button-select--active span {
    color: #333333;
    font-weight: normal;
    padding-right: 8px; }
    .button-select--active span:before {
      margin-right: 16px; }
  @media screen and (max-width: 879px) {
    .button-select--active span:before {
      margin-right: 8px; } }

.button-delete {
  display: inline-block;
  width: 80px;
  height: 38px;
  background-color: #808080;
  margin-left: 16px;
  margin-bottom: 2px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px #B5B5B6;
  box-shadow: 0px 2px #B5B5B6; }
  .button-delete span {
    color: #FFF;
    font-weight: bold;
    display: inline-block; }
  .button-delete:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media screen and (max-width: 879px) {
    .button-delete {
      margin-left: 8px;
      width: 54px;
      padding: 0; } }

.button-address {
  display: inline-block;
  /* iPadで「住所検索」ボタンのラベル表示がボタン枠内に収まらなかったので幅を拡張 */
  width: 100px;
  height: 38px;
  background-color: #37847B;
  color: #FFF;
  margin-left: 0;
  margin-bottom: 2px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px #B5B5B6;
  box-shadow: 0px 2px #B5B5B6; }
  .button-address span {
    color: #FFF;
    font-weight: bold;
    display: inline-block; }
  .button-address:active {
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media screen and (max-width: 879px) {
    .button-address {
      width: 80px;
      padding: 0; } }

.jump {
  font-size: 14px;
  display: inline-block;
  right: 0;
  text-decoration: none;
  color: #585858;
  vertical-align: middle; }
  .jump:before {
    content: "▲";
    color: #de6a5c;
    margin-right: 8px; }
  .jump:after {
    display: inline-block;
    content: "";
    background-image: url(../img/svg/ws_icon03.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    position: relative;
    top: 10px;
    margin-left: 8px; }

.dialog-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  position: fixed;
  top: 0px;
  z-index: 1000; }

.dialog-header {
  text-align: right;
  margin-bottom: 4px; }

.dialog-body {
  margin-bottom: 16px; }

.dialog-close {
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #FFF; }
  .dialog-close img {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px; }

.dialog-content {
    position: fixed;
    top: 30%;
    border: 0;
    background: #fff;
    overflow: auto;
    width: 500px;
    height: auto;
    padding: 16px 16px 20px 16px;
    border-radius: 4px; }
    @media screen and (max-width: 879px) {
        .dialog-content {
            width: 300px;
        } }

.dialog-footer {
  height: 32px; }
  .dialog-footer .button-confirm {
    background-color: #527097;
    padding: 4px 16px;
    border-radius: 2px;
    margin-right: 16px;
    height: 100%;
    color: #FFF; }
  .dialog-footer .button-close {
    background-color: #585858;
    padding: 4px 16px;
    border-radius: 2px;
    height: 100%;
    color: #FFF; }
  .dialog-footer .button-dialog-login {
    background-color: #527097;
    padding: 4px 16px;
    border-radius: 2px;
    margin-right: 16px;
    height: 100%;
    color: #FFF;
    width: 92px; }
  .dialog-footer .button-cancel {
    background-color: #585858;
    padding: 4px 16px;
    border-radius: 2px;
    height: 100%;
    color: #FFF; }

.dialog-sentence {
  display: block; }

.logout-show-modal {
    cursor: pointer;
}

.logout-dialog-close {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

.logout-dialog-close img {
    margin: 0;
    padding: 0;
    width: 16px;
    height: 16px;
}

.logout-button-confirm {
    background-color: #527097;
    padding: 4px 16px;
    border-radius: 2px;
    margin-right: 16px;
    height: 100%;
    color: #FFF;
}

.logout-button-close {
    background-color: #585858;
    padding: 4px 16px;
    border-radius: 2px;
    height: 100%;
    color: #FFF;
}

.required {
  padding-left: 24px;
  position: relative; }
  .required:before {
    content: "必須";
    color: #FFF;
    background-color: #c0483e;
    padding: 1px 2px;
    border-radius: 2px;
    font-size: 10px;
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 4px; }

.optionally {
  padding-left: 24px;
  position: relative; }

.input-text {
  width: 100%;
  height: 40px;
  display: inline-block;
  border: none;
  background-color: #f8f7f4;
  border-bottom: solid 2px #B5B5B6;
  padding: 8px 24px 8px 24px; }
  @media screen and (max-width: 879px) {
    .input-text {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 879px) {
    .input-text {
      width: 100%; } }

.input-text-min {
  width: 140px;
  height: 40px;
  display: inline-block;
  border: none;
  background-color: #f8f7f4;
  border-bottom: solid 2px #B5B5B6;
  padding: 8px 24px 8px 24px; }
  @media screen and (max-width: 879px) {
    .input-text-min {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 879px) {
    .input-text-min {
      width: 100px; } }

  .input-text-birth {
  width: 100px;
  height: 40px;
  display: inline-block;
  border: none;
  background-color: #f8f7f4;
  border-bottom: solid 2px #B5B5B6;
  padding: 8px 24px 8px 24px; }
  @media screen and (max-width: 879px) {
    .input-text-birth {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 879px) {
    .input-text-birth {
      width: 100px; } }

.input-textarea {
  resize: vertical;
  -webkit-appearance: none;
  vertical-align: top;
  outline: 0;
  width: 100%;
  height: 80px;
  display: inline-block;
  border: none;
  background-color: #f8f7f4;
  border-bottom: solid 2px #B5B5B6;
  padding: 8px 24px 8px 24px; }
  @media screen and (max-width: 879px) {
    .input-textarea {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 879px) {
    .input-textarea {
      padding: 12px;
      width: 100%; } }

.textarea-resize {
    resize: vertical;
    word-break: break-all;
    -webkit-appearance: none;
    vertical-align: top;
    outline: 0;
    width: 100%;
    display: inline-block;
    border: none;
    background-color: #f8f7f4;
    border-bottom: solid 2px #B5B5B6;
    padding: 8px 24px 8px 24px;
    padding: 8px 16px 0px 24px;
    height: 42px;
    line-height: 1.5;
}
  @media screen and (max-width: 879px) {
    .textarea-resize {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 879px) {
    .textarea-resize {
      padding: 8px 12px 0px 12px;
      width: 100%; } }

.textarea-resize-large {
    resize: vertical;
    word-break: break-all;
    -webkit-appearance: none;
    vertical-align: top;
    outline: 0;
    width: 100%;
    display: inline-block;
    border: none;
    background-color: #f8f7f4;
    border-bottom: solid 2px #B5B5B6;
    padding: 8px 24px 8px 24px;
    padding: 8px 16px 0px 24px;
    height: 90px;
    line-height: 1.5;
}
  @media screen and (max-width: 879px) {
    .textarea-resize-large {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 879px) {
    .textarea-resize-large {
      padding: 8px 12px 0px 12px;
      width: 100%; } }

.textarea-resize-list {
    resize: vertical;
    word-break: break-all;
    -webkit-appearance: none;
    vertical-align: top;
    outline: 0;
    width: 100%;
    display: inline-block;
    border: none;
    background-color: #f8f7f4;
    border-bottom: solid 2px #B5B5B6;
    padding: 8px 24px 8px 24px;
    padding: 8px 12px 0px 12px;
    height: 42px;
    line-height: 1.5;
}
  @media screen and (max-width: 879px) {
    .textarea-resize-list {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 879px) {
    .textarea-resize-list {
      padding: 8px 12px 0px 12px;
      width: 100%; } }

.input-select {
  width: 200px;
  height: 40px;
  margin: 0;
  display: inline-block;
  border: none;
  background-color: #f8f7f4;
  border-bottom: solid 2px #B5B5B6;
  padding: 8px 24px 8px 24px;
  padding-right: 2em;
  background-image: url(../img/arrow_down.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: right .5em center; }
  @media screen and (max-width: 879px) {
    .input-select {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 879px) {
    .input-select {
      width: 100px; } }

.input-select-ad {
  width: 140px;
  height: 40px;
  margin: 0;
  display: inline-block;
  border: none;
  background-color: #f8f7f4;
  border-bottom: solid 2px #B5B5B6;
  padding: 8px 24px 8px 24px;
  padding-right: 2em;
  background-image: url(../img/arrow_down.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: right .5em center; }
  @media screen and (max-width: 879px) {
    .input-select-ad {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 879px) {
    .input-select-ad {
      width: 100px; } }

.input-select-month {
  width: 120px;
  height: 40px;
  margin: 0;
  display: inline-block;
  border: none;
  background-color: #f8f7f4;
  border-bottom: solid 2px #B5B5B6;
  padding: 8px 24px 8px 24px;
  padding-right: 2em;
  background-image: url(../img/arrow_down.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: right .5em center; }
  @media screen and (max-width: 879px) {
    .input-select-month {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 879px) {
    .input-select-month {
      width: 80px; } }

.input-select-day {
  width: 120px;
  height: 40px;
  margin: 0;
  display: inline-block;
  border: none;
  background-color: #f8f7f4;
  border-bottom: solid 2px #B5B5B6;
  padding: 8px 24px 8px 24px;
  padding-right: 2em;
  background-image: url(../img/arrow_down.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: right .5em center; }
  @media screen and (max-width: 879px) {
    .input-select-day {
      padding: 0 12px 0 12px; } }
  @media screen and (max-width: 879px) {
    .input-select-day {
      width: 80px; } }

.address-box {
    /* スマホ・タブレット操作において、住所リストのタップ位置を明確にするために背景色を追加 */
    background-color: darkgray;
    padding: 8px;
    width: 100%; }

.atehamarubyoki {
  width: 100%;
  margin-top: 16px; }

.checkbox-label {
  cursor: pointer; }
  .checkbox-label input {
    width: 0;
    height: 0;
    position: absolute; }
  .checkbox-label span {
    position: relative;
    padding-left: 32px;
    display: block; }
    .checkbox-label span:before {
      display: inline-block;
      content: url(../img/svg/ws_btn_check_off.svg);
      width: 20px;
      height: 20px;
      vertical-align: middle;
      margin-right: 8px;
      position: absolute;
      left: 0px; }
  .checkbox-label input[type="checkbox"]:checked ~ span:before {
    display: inline-block;
    content: url(../img/svg/ws_btn_check_on.svg);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px; }
  .checkbox-label input[type="checkbox"]:disabled ~ span:before {
    display: inline-block;
    content: url(../img/svg/ws_btn_check_off_disabled.svg);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px; }

.selected {
  background-color: #d2dee9;
  -webkit-box-shadow: 0 0 0 4px #adbbcd inset;
  box-shadow: 0 0 0 4px #adbbcd inset; }
  .selected span:before {
    content: url(../img/svg/ws_btn_radio_on.svg); }

.error {
  max-width: 928px;
  margin: 16px auto;
  padding: 16px 24px;
  background-color: #f9eceb;
  border: solid 4px #DFA39E; }
  @media screen and (max-width: 879px) {
    .error {
      padding: 12px 20px;
      margin: 8px; } }

.error__header {
  margin: 0 0 8px 0;
  color: #c0483e;
  text-align: center;
  font-size: 20px; }

.error__body ul {
  list-style: none;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold; }
  .error__body ul li {
    position: relative;
    padding-left: 12px; }
    .error__body ul li:before {
      display: inline-block;
      content: "";
      background-color: #c0483e;
      width: 4px;
      height: 4px;
      border-radius: 4px;
      position: absolute;
      left: 0;
      top: 0.6em; }

@media screen and (max-width: 879px) {
  .error__body ul {
    padding: 0; } }

.error-link a {
  color: #527097; }

.error-link:before {
  content: "→"; }

.error-message {
  color: #c0483e;
  font-weight: bold;
  margin-top: -4px;
  margin-bottom: 4px; }
  .error-message:before {
    display: inline-block;
    content: url(../img/down.svg);
    width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    margin-right: 4px; }

.button-select--error {
  background-color: #f9eceb;
  -webkit-box-shadow: 0 0 0 4px #DFA39E inset;
  box-shadow: 0 0 0 4px #DFA39E inset; }
  .button-select--error span {
    color: #333333;
    font-weight: normal;
    padding-right: 8px; }
    .button-select--error span:before {
      margin-right: 16px; }

.input--error {
  background-color: #f9eceb;
  border-bottom: solid 2px #DFA39E; }

.pdf-dl {
  position: relative;
  padding: 8px;
  padding-left: 32px; }
    .pdf-dl label {
        text-decoration: none;
        cursor: pointer;}
    .pdf-dl label span {
      color: #527097;
      display: inline-block;
      font-size: 20px;
      font-weight: bold;
      padding-left: 8px;
      text-decoration: underline; }
    .pdf-dl label:hover span {
      color: #333333; }
  .pdf-dl:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background-image: url(../img/Adobe_PDF_file_icon_32x32.png);
    width: 32px;
    height: 32px;
    background-size: contain; }

.hidden {
  display: none;
  opacity: 0; }

.visible {
  display: block;
  opacity: 1;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in; }

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
    height: 0; }
  1% {
    display: block;
    opacity: 0;
    height: 0; }
  100% {
    display: block;
    opacity: 1;
    height: 100%; } }

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
    height: 0; }
  1% {
    display: block;
    opacity: 0;
    height: 0; }
  100% {
    display: block;
    opacity: 1;
    height: 100%; } }

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
    height: 0; }
  1% {
    display: block;
    opacity: 0;
    height: 0; }
  100% {
    display: block;
    opacity: 1;
    height: 100%; } }

.select-group-4 {
  margin-bottom: 24px; }
  .select-group-4 .button-select {
    width: 432px; }
    .select-group-4 .button-select:nth-child(1) {
      margin-right: 16px;
      margin-bottom: 16px; }
      @media screen and (max-width: 879px) {
        .select-group-4 .button-select:nth-child(1) {
          margin-right: 0; } }
    .select-group-4 .button-select:nth-child(2) {
      margin-right: 0;
      margin-bottom: 16px; }
    .select-group-4 .button-select:nth-child(3) {
      margin-right: 16px;
      margin-bottom: 0; }
      @media screen and (max-width: 879px) {
        .select-group-4 .button-select:nth-child(3) {
          margin-right: 0;
          margin-bottom: 16px; } }
    .select-group-4 .button-select:nth-child(4) {
      margin-right: 0;
      margin-bottom: 0; }
    @media screen and (max-width: 879px) {
      .select-group-4 .button-select {
        width: 100%; } }

.select-group-3 {
    margin-bottom: 24px; }
    .select-group-3 .button3-select:nth-child(1) {
        margin-right: 16px; }
    .select-group-3 .button3-select:nth-child(2) {
        margin-right: 16px; }

.select-group-2 {
  margin-bottom: 24px; }
  .select-group-2 .button-select:nth-child(1) {
    margin-right: 16px; }

.select-group-time {
  margin-bottom: 16px; }
  .select-group-time div {
    margin-right: 16px;
    display: inline-block; }
    @media screen and (max-width: 879px) {
      .select-group-time div {
        margin-bottom: 16px; }
        .select-group-time div:last-child {
          margin-right: 0;
          margin-bottom: 0; } }
  .select-group-time:last-child {
    margin-bottom: 0; }
    
.select-group-tsuinshuryonengetsu {
  margin-bottom: 16px; }
  .select-group-tsuinshuryonengetsu div {
    margin-right: 16px;
    display: inline-block; }
    @media screen and (max-width: 879px) {
      .select-group-tsuinshuryonengetsu div {
        margin-bottom: 16px; }
        .select-group-tsuinshuryonengetsu div:last-child {
          display: block;
          margin-right: 0;
          margin-bottom: 0; } }
  .select-group-tsuinshuryonengetsu:last-child {
    margin-bottom: 0; }

.select-group-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .select-group-list li {
    margin-bottom: 16px; }
    .select-group-list li:last-child {
      margin-bottom: 0; }
  .select-group-list .list-head {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 8px; }
    .select-group-list .list-head:after {
      content: "：";
      padding-left: 8px; }
  /* ラベルは：を　に置き換えて前後との表示位置を揃える */
  .select-group-list .list-label {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 8px; }
    .select-group-list .list-label:after {
      content: "　";
      padding-left: 8px; }
  .select-group-list span {
    padding-left: 8px; }
    .select-group-list span:empty {
        padding-left: 0px;
    }
  @media screen and (max-width: 879px) {
    .select-group-list .input-select-ad {
      width: 88px; }
    .select-group-list .input-select-month {
      width: 60px; } }

.kihon-list .input-text-min {
  width: 300px; }
  .kihon-list .input-text-min:first-child {
    margin-right: 8px; }
  @media screen and (max-width: 879px) {
    .kihon-list .input-text-min {
      width: 180px; } }

.kihon-list .button-select:first-child {
  margin-right: 16px; }

.kihon-list .birthday .input-select-ad {
  width: 180px; }
  @media screen and (max-width: 879px) {
    .kihon-list .birthday .input-select-ad {
      margin-bottom: 16px; } }

.kihon-list .birthday .input-select-month {
  width: 110px; }

.kihon-list .birthday .input-select-day {
  width: 110px; }

.kihon-list .birthday .ad {
  display: inline-block;
  margin-right: 16px; }
  @media screen and (max-width: 879px) {
    .kihon-list .birthday .ad {
      display: block; } }

.kihon-list .birthday .month {
  margin-right: 16px;
  display: inline-block; }

.kihon-list .birthday .day {
  display: inline-block; }

.kihon-list dt:first-child {
  margin-top: 32px; }

.kihon-list dd {
  margin: 0 0 32px 0; }

@media screen and (max-width: 879px) {
  .kihon-list .input-text-min {
    min-width: 132px; } }

.input-select-list {
  list-style-type: none;
  padding-left: 16px; }
  .input-select-list li {
    margin-bottom: 16px; }
  @media screen and (max-width: 879px) {
    .input-select-list {
      padding: 0; } }

/* 各ページ固有の設定の読み込み */
.confirm-kokuchi dt {
  position: relative;
  display: inline-block;
  vertical-align: center;
  width: 100%;
  padding: 0 0 0 16px;
  margin: 0; }
  .confirm-kokuchi dt:before {
    display: inline-block;
    content: "";
    background-color: #527097;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 0.4em; }

.confirm-kokuchi dd {
  display: inline-block;
  width: 100%;
  margin: 0 0 24px 0;
  padding: 4px 8px 4px 16px;
  background-color: #f8f7f4;
  font-weight: bold;
  font-size: 18px; }
  @media screen and (max-width: 879px) {
    .confirm-kokuchi dd {
      width: 100%;
      margin: 0 0 20px 0; } }

.shusei {
  margin-bottom: 24px; }

.login {
  background-color: #f0efef;
  padding-bottom: 48px; }
  .login .title-sysreq {
    padding-top: 20px; }
    .login .title-sysreq h2 {
        max-width: 928px;
        margin: 0 auto;
        text-align: center;
        background-color: #E1E9F1;
        border-bottom: solid 1px #B5B5B6;
        padding: 8px 0; }
    .login .contents-sysreq {
        max-width: 928px;
        margin: 0 auto 10px auto;
        padding: 16px 24px;
        background-color: #FFF; }
  .login .title-login {
    padding-top: 48px; }
    .login .title-login h2 {
      max-width: 560px;
      margin: 0 auto;
      text-align: center;
      background-color: #E1E9F1;
      border-bottom: solid 1px #B5B5B6;
      padding: 8px 0; }
  .login .contents-login {
    max-width: 560px;
    margin: 0 auto;
    background-color: #FFF; }
  .login section {
    padding: 24px; }
  .login .input-select-month {
    margin-bottom: 16px; }
  @media screen and (max-width: 879px) {
    .login {
      padding-bottom: 0; }
      .login .title-login {
        padding-top: 0; } }

.kokuchitaishogai__table {
  border-collapse: separate;
  border-spacing: 0 8px; }
  .kokuchitaishogai__table tr {
    margin-bottom: 8px; }
    .kokuchitaishogai__table th {
      color: #000;
      background-color: #f8f7f4;
      width: 140px;
      font-size: 18px;
      letter-spacing: 0.2em;
      border-right: solid 1px #000; }
    .kokuchitaishogai__table td {
      text-align: left;
      background-color: #f8f7f4;
      font-size: 14px;
      padding: 0px 0px 0px 10px; }
    @media screen and (max-width: 879px) {
      .kokuchitaishogai__table {
        display: inline-block;
        width: 100vw;
        margin-left: -16px; }
        .kokuchitaishogai__table tr {
          display: inline-block;
          width: 100%;
          padding: 0px 20px 0px 25px;
          margin: 0; }
        .kokuchitaishogai__table th br {display: none;}
        .kokuchitaishogai__table th {
          display: inline-block;
          width: 100%;
          border: none; }
        .kokuchitaishogai__table td {
          display: inline-block;
          width: 100%;
          padding: 0px; } }

.tsuinrekinashicheckbox-label {
    cursor: pointer; }
    .tsuinrekinashicheckbox-label input {
        width: 0;
        height: 0;
        position: absolute; }
    .tsuinrekinashicheckbox-label span {
        position: relative;
        padding-left: 101px;
        display: block; }
        .tsuinrekinashicheckbox-label span:before {
            display: inline-block;
            content: url(../img/svg/ws_btn_check_off.svg);
            width: 20px;
            height: 20px;
            vertical-align: middle;
            margin-right: 8px;
            padding-left: 80px;
            position: absolute;
            left: 0px; }
    .tsuinrekinashicheckbox-label input[type="checkbox"]:checked ~ span:before {
        display: inline-block;
        content: url(../img/svg/ws_btn_check_on.svg);
        width: 20px;
        height: 20px;
        vertical-align: middle;
        padding-left: 80px;
        margin-right: 8px; }
    .tsuinrekinashicheckbox-label input[type="checkbox"]:disabled ~ span:before {
        display: inline-block;
        content: url(../img/svg/ws_btn_check_off_disabled.svg);
        width: 20px;
        height: 20px;
        vertical-align: middle;
        padding-left: 80px;
        margin-right: 8px; }
    @media screen and (max-width: 879px) {
      .tsuinrekinashicheckbox-label span {
        padding-left: 21px; }
      .tsuinrekinashicheckbox-label span:before {
        padding-left: 0px; }
      .tsuinrekinashicheckbox-label input[type="checkbox"]:checked ~ span:before {
        padding-left: 0px; }
      .tsuinrekinashicheckbox-label input[type="checkbox"]:disabled ~ span:before {
        padding-left: 0px; }
    }

/* 10桁入力可能な入院日数テキストボックス用 */
.input-text-nyuinnissu {
    width: 150px;
    height: 40px;
    display: inline-block;
    border: none;
    background-color: #f8f7f4;
    border-bottom: solid 2px #B5B5B6;
    padding: 8px 24px 8px 24px; }
    @media screen and (max-width: 879px) {
      .input-text-nyuinnissu {
        padding: 0 12px 0 12px; } }
    @media screen and (max-width: 879px) {
      .input-text-nyuinnissu {
        width: 130px; } }
/*# sourceMappingURL=common.css.map */

.input-text-hidden {
    width: 0%;
    height: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    opacity: 0;
}
@media screen and (max-width: 879px) {
    .input-text-hidden {
        padding: 0 12px 0 12px;
    }
}
@media screen and (max-width: 879px) {
    .input-text-hidden {
        width: 100%;
    }
}

/* 団信申込ログイン画面 債務者区分選択ポップアップ用 */
.saimushakbn dd {
    display: block;
    margin-inline-start: 0px !important;
}



.saimushakbn .button-select {
    text-align: left;
    -webkit-box-shadow: 0px 0px !important;
    box-shadow: 0px 0px !important;
    background-color: transparent !important;
    width: 200px;
    margin-right: 16px;
}
@media screen and (max-width: 879px){
    .saimushakbn .button-select {
        width: 100%;
        margin-bottom: -4px;
    }
}

.saimushakbn .button-select--active {
    -webkit-box-shadow: 0px 0px !important;
    box-shadow: 0px 0px !important;
}

.saimushakbn .button-select span:before {
    background-image: url(../img/svg/ws_btn_radio_off_fill.svg);
}

.saimushakbn .button-select--active span:before {
    background-image: url(../img/svg/ws_btn_radio_on_fill.svg);
}

.saimushakbn {
    padding-left: 30px;
}

.button-dialog-login {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

    .button-dialog-login img {
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
    }

.button-cancel {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

    .button-cancel img {
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
    }

.button-batsu {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

    .button-batsu img {
        margin: 0;
        padding: 0;
        width: 16px;
        height: 16px;
    }

.dialog-error-message-area {
    color: #c0483e;
    font-weight: bold;
    padding-left: 30px;
    margin-inline-start: 0;
    margin-top: -4px;
    margin-bottom: 16px;
}

.saimushakbn-dialog-body {
    margin-top: -16px;
}

/* 加入形態ラジオボタンの表示個数に関わらずラジオボタンの横幅が変わらないように値を設定する */
.kanyu-keitai.button-select {
    width: 208px;
}

@media screen and (max-width: 879px) {
    .kanyu-keitai.button-select {
        width: 100%;
    }
}

.kihon-list label.kanyu-keitai:not(:last-child) {
    margin-right: 16px;
}

@media screen and (max-width: 879px) {
    .kihon-list label.kanyu-keitai:not(:last-child) {
        margin-right: auto;
        margin-bottom: 16px;
    }
}

.mgl-3 {
    margin-left: 3em;
}

.mgl-18 {
    margin-left: 18em;
}

.mgr-1 {
    margin-right: 1em;
}

@media screen and (max-width: 879px) {
    .mgl-18 {
        margin-left: auto;
        margin-bottom: -24px;
        display: block;
        text-align: center;
    }
}