@charset "UTF-8";

.md-1-2r-04-w.mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.md-1-2r-04-w.mod .im-1 {
  width: 31.2%;
  margin-left: 36px;
}

.md-1-2r-04-w.mod .im-1-txt {
  text-align: left !important;
}

.clr-gray {
  color: #666;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-2-width {
  width: 582px;
}

.col-2-width:nth-child(2n) {
  margin-right: 0;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mod_s_taL2 {
  text-align: left !important;
}

.mod_s_taR2 {
  text-align: right !important;
}

.bg-yellow {
  background: #feefd9;
}

.box-bg-gr .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.box-bg-gr .box-ttl {
  margin-bottom: 0;
  text-align: center;
}

.nl-1-nest.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nl-1-nest.flex .list-style {
  margin-right: 36px;
}

.anc-1-pc2-sp2.mod {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.anc-1-pc2-sp2.mod .anc-1 {
  width: 46%;
}

.ml-25 {
  margin-left: 25px;
}

.mt1em {
  margin-top: 1em;
}

.mt15em {
  margin-top: 1.5em;
}

.mt2em {
  margin-top: 2em;
}

.mt22em {
  margin-top: 2.2em;
}

.tab-1.mod .tab {
  padding: 13px 15px;
  text-align: left;
}

.tab-1.mod .img {
  width: 60px;
  margin-right: 5px;
}

.h3-s.mod-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h3-s.mod-icon span {
  margin-left: 20px;
}

.steps .box-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.steps-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 104px;
  margin-right: 10px;
  height: 25px;
  padding: 3px 10px 0;
  background-color: #faccd5;
  border-radius: 12.5px;
  font-size: 1.2rem;
  line-height: 25px;
}

.md-1-2l-30w-02 .md-img-box.w-14p {
  width: 14%;
}

.accordion .acc-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion .acc-cont {
  padding-bottom: 10px;
}

.accordion .acc-1:not(:last-child) {
  margin-top: 9px;
}

.accordion .acc-btn .img {
  width: 70px;
  margin-right: 12px;
}

.ol-2 li.list-number-style::before {
  width: 25px;
  font-weight: 700;
  color: #e6002d;
}
.ol-2 li.list-number-style.num-01::before {
  content: "1.";
}
.ol-2 li.list-number-style.num-02::before {
  content: "2.";
}
.ol-2 li.list-number-style.num-03::before {
  content: "3.";
}
.ol-2 li.list-number-style.num-04::before {
  content: "4.";
}
.ol-2 li.list-number-style.num-05::before {
  content: "5.";
}
.ol-2 li.list-number-style.num-06::before {
  content: "6.";
}

.bt-style.bt-full {
  width: 100%;
}

.bt-style.bt-xl {
  width: 600px;
}

.bt-style.bt-large {
  width: 580px;
}

.bt-style.bt-medium {
  width: 376px;
}

.bt-style.bt-small {
  width: 272px;
}

.wrap_col_02 .bt-2-pdf,
.wrap_col_02 .bt-2 {
  width: 48%;
}

.wrap_col_02 .bt-2-pdf .bt-style,
.wrap_col_02 .bt-2 .bt-style {
  width: 100%;
}

table .nl-1-nest li:last-child {
  margin-bottom: 0;
}

.tx-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
  height: 250px;
  margin: auto;
  background: #ffefeb;
  text-align: center;
  border-radius: 50%;
  color: #e6002d;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.1;
}

.tx-circle span {
  font-size: 4.8rem;
  font-weight: bolder;
  line-height: 1.1;
}

.tx-circle .txt {
  margin-top: 1.5em;
  font-size: 1.6rem;
  color: #333;
}

.fz16 {
  font-size: 1.6rem !important;
}

.custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}

.custom .im-1 {
  margin-right: 36px;
}

.im-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}

.im-flex.col2 .im-1 {
  width: 375px !important;
}

.im-flex.col3 .im-1 {
  width: 238px !important;
}

.im-flex .im-1:first-child {
  margin-left: 0 !important;
}

.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow-y: auto;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  padding: 60px 14px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 942px;
  padding: 61px;
  background: #fff;
  pointer-events: all;
}

.close-modal {
  position: absolute;
  top: -58px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
}

.close-modal::before,
.close-modal::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #333;
}

.close-modal::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-modal::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-modal:hover {
  border: 2px solid #e6002d;
}

.close-modal:hover::before,
.close-modal:hover::after {
  background: #e6002d;
}

.modal-tags {
  margin-bottom: 5px;
}

.open-modal-btn:hover {
  opacity: 0.7;
}

.modal-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}


.tag {
  min-width: 104px;
  padding: 3px 10px 0;
  text-align: center;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}

.tag.blue { background: #BFECF8; }
.tag.yellow { background: #F7DAAD; }
.tag.green { background: #C3ECB9; }

.box-ttl.mod {
  font-size: 2.2rem;
}

.tb-1 th,
.tb-1 td {
  padding: .6em .8em;
}
.box-1 .box-ttl {
    font-size: 2.6rem;
}

@media only screen and (max-width: 767.98px) {
  .md-1-2r-04-w.mod .im-1 {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .sp-mt0 {
    margin-top: 0;
  }

  .sp-mb0 {
    margin-bottom: 0 !important;
  }

  .sp-mt1em {
    margin-top: 1.0em;
  }

  .sp-mt04em {
    margin-top: 0.4em;
  }

  .sp-mb04em {
    margin-bottom: 0.4em;
  }

  .sp-mt15em {
    margin-top: 1.5em;
  }

  .sp-mt16em {
    margin-top: 1.6em;
  }

  .sp-mt2em {
    margin-top: 2.0em;
  }

  .sp-w-auto {
    width: auto !important;
  }

  .sp-w-46p {
    width: 46% !important;
  }

  .sp-w-full {
    width: 100% !important;
  }

  .box-bg-gr .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .nl-1-nest.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .box-bg-gr .box-ttl:first-child {
    margin-bottom: 13px;
  }

  .flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .col-2-width,
  .md-1-2l-30w-02 .md-img-box.w-14p,
  .bt-style.bt-large,
  .bt-style.bt-xl,
  .bt-style.bt-small,
  .bt-style.bt-medium {
    width: 100%;
  }

  .anc-1-pc2-sp2.mod .anc-1 {
    margin-top: 2em;
  }

  .fz16 {
    font-size: 1.4rem !important;
  }

  .col-by-4.mod {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .col-by-4.mod .col-box {
    width: 48%;
  }

  .custom .im-1 {
    margin-right: 15px;
  }

  .im-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4%;
    margin-top: 1em;
  }

  .im-flex.col2 .im-1,
  .im-flex.col3 .im-1 {
    width: 48% !important;
    margin-top: 4%;
  }

  .modal-content {
    padding: 20px;
  }

  .tab-1.mod .tab-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  }

  .tab-1.mod .tab-box .tab {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
    margin: 0;
    font-size: 1.3rem;
  }

  .tab-1.mod .tab-box .tab:not(:nth-child(1)),
  .tab-1.mod .tab-box .tab:not(:nth-child(2)) {
    border-top: 1px solid #ddd;
  }

  .tab-1.mod .tab-box .tab:nth-child(odd){
    border-right: 1px solid #ddd;
  }

  .box-ttl.mod {
    font-size: 1.8rem;
  }

  .sp-center {
    margin-left: auto;
    margin-right: auto;
  }
 .box-1 .box-ttl {
    font-size: 2.0rem;
  }
 li.list-number-style {
    font-size: 1.4rem;
 }
}