/*------------------------------------------------------------------------------
  .s--flow
------------------------------------------------------------------------------*/
.s--flow {
  width: 100%;
  padding: 50px 0;
}
.s--flow .txt_list {
  width: 100%;
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  padding: 40px 0;
}
.s--flow .txt_list li {
  text-indent: -18px;
  padding: 0 0 0 18px;
}
.s--flow .txt_list li::before {
  content: "●";
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: -1px;
  width: 18px;
  text-indent: 0;
  color: #21bb71;
}
.s--flow .flow_set {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  margin: 30px auto 0;
  /* overflow: hidden; */
}
.s--flow .flow_set .flow_tab {
  width: 100%;
}
.s--flow .flow_set .flow_tab .flow_btn1 {
  float: left;
  position: relative;
  display: table;
  width: 110px;
  height: 110px;
  background: #43baf4 url(/assets/img/common/bg_gradient_blue_02.png) repeat-y left top / 100% auto;
  transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
}
.s--flow .flow_set .flow_tab .flow_btn1:first-child {
  width: 100px;
  border-radius: 20px 0 0 0;
}
.s--flow .flow_set .flow_tab .flow_btn1:last-child {
  width: 186px;
  border-radius: 0 20px 0 0;
  overflow: hidden;
}
.s--flow .flow_set .flow_tab .flow_btn1 + .flow_btn1 {
  margin: 0 0 0 2px;
}
.s--flow .flow_set .flow_tab .flow_btn1:not(.is--now):hover {
  cursor: pointer;
}
.s--flow .flow_set .flow_tab .flow_btn1.is--now {
  background: #fff;
  transition: background 0ms 200ms ease-in-out;
  -webkit-transition: background 0ms 200ms ease-in-out;
}
.s--flow .flow_set .flow_tab .flow_btn1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 24px solid #fff;
  z-index: 1;
}
.s--flow .flow_set .flow_tab .flow_btn1:first-child::before {
  display: none;
}
.s--flow .flow_set .flow_tab .flow_btn1::after {
  content: "";
  display: block;
  position: absolute;
  right: -24px;
  width: 0;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 24.5px solid #43baf4;
  z-index: 2;
  transition: border-left 200ms ease-in-out;
  -webkit-transition: border-left 200ms ease-in-out;
}
.s--flow .flow_set .flow_tab .flow_btn1.is--now::after {
  border-left-color: #fff;
}
.s--flow .flow_set .flow_tab .flow_btn1:not(.is--now):hover::after {
  border-left-color: #2b9eeb;
}
.s--flow .flow_set .flow_tab .flow_btn1:last-child::after {
  display: none;
}
.s--flow .flow_set .flow_tab .flow_btn1 .txt {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.333333333333333;
  color: #fff;
  padding: 0 0 0 40px;
  background: transparent;
  transition: color 200ms ease-in-out, background 200ms ease-in-out;
  -webkit-transition: color 200ms ease-in-out, background 200ms ease-in-out;
}
.s--flow .flow_set .flow_tab .flow_btn1:first-child .txt {
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
.s--flow .flow_set .flow_tab .flow_btn1.is--now .txt {
  color: #005aca;
  background: #fff;
}
.s--flow .flow_set .flow_tab .flow_btn1:not(.is--now):hover .txt {
  background: #2b9eeb;
}
.s--flow .flow_set .flow_tab .flow_btn1 .txt::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 35px;
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(1) .txt::before {
  right: 5px;
  background-image: url(/assets/img/service/shindan/flow_no_1_white.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(2) .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_2_white.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(3) .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_3_white.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(4) .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_4_white.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(5) .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_5_white.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(6) .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_6_white.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(7) .txt::before {
  right: 0;
  background-image: url(/assets/img/service/shindan/flow_no_7_white.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(8) .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_8_white.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(1).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_1_blue.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(2).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_2_blue.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(3).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_3_blue.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(4).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_4_blue.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(5).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_5_blue.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(6).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_6_blue.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(7).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_7_blue.png);
}
.s--flow .flow_set .flow_tab .flow_btn1:nth-child(8).is--now .txt::before {
  background-image: url(/assets/img/service/shindan/flow_no_8_blue.png);
}
.s--flow .flow_set .flow_tab .flow_btn1 .txt_caution {
  position: absolute;
  left: 10px;
  top: -33px;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  width: 100px;
  background: #bce4ff;
  border-radius: 10px;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
}
.s--flow .flow_set .flow_tab .flow_btn1 .txt_caution::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 13px solid #bce4ff;
  margin-left: -6px;
}
.s--flow .flow_set .flow_boxs {
  width: 100%;
}
.s--flow .flow_set .flow_boxs .flow_box {
  width: 100%;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_btn2 {
}
.s--flow .flow_set .flow_boxs .flow_box .flow_btn2 .txt {
}
.s--flow .flow_set .flow_boxs .flow_box .flow_btn2 .txt_caution {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  margin: -0.25em 0 0.75em;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each {
  width: 100%;
  padding: 68px 60px 60px;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dt {
  position: relative;
  width: 100%;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0;
  background: url(/assets/img/common/bg_gradient_blue_01.png) repeat-y center top / 100% auto;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dt .icon {
  position: absolute;
  left: -20px;
  top: -30px;
  display: block;
  width: 90px;
  min-height: 10px;
  background-color: #2b9eeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  overflow: hidden;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dt .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dt .txt {
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #005aca;
  padding: 0 0 10px 90px;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dt .txt_memo {
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  padding: 0 0 0 1em;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dt .txt_red {
  color: #e93e52;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dd {
  width: 100%;
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  padding: 40px 20px 0 90px;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dd p {
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dd p a {
  color: #005aca;
  text-decoration: underline;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dd p a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  text-decoration: none;
}
.s--flow .flow_set .flow_boxs .flow_box .flow_each dd p span {
  display: block;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--flow {
    padding: 25px 0;
  }
  .s--flow .txt_list {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
    padding: 30px 5.333333333333334%;
  }
  .s--flow .txt_list li {
    text-indent: -16px;
    padding: 0 0 0 16px;
  }
  .s--flow .txt_list li::before {
    width: 16px;
  }
  .s--flow .flow_set {
    background: none;
    border-radius: 0;
    padding: 0 5.333333333333334%;
    margin: 0 auto;
  }
  .s--flow .flow_set .flow_tab {
    display: none;
  }
  .s--flow .flow_set .flow_boxs {
    width: 100%;
  }
  .s--flow .flow_set .flow_boxs .flow_box {
    margin: 0;
  }
  .s--flow .flow_set .flow_boxs .flow_box + .flow_box {
    margin: 33px 0 0;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_btn2 {
    position: relative;
    width: 100%;
    border-radius: 100px;
    background: url(/assets/img/common/bg_gradient_blue_02.png) repeat-y left top / 100% auto;
    z-index: 1;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_btn2:hover {
    cursor: pointer;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_btn2::before {
    content: "";
    display: block;
    position: absolute;
    left: 7.462686567164178%;
    bottom: 0;
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 36.5px;
  }
  .s--flow .flow_set .flow_boxs .flow_box:nth-child(1) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_1_white.png);
  }
  .s--flow .flow_set .flow_boxs .flow_box:nth-child(2) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_2_white.png);
  }
  .s--flow .flow_set .flow_boxs .flow_box:nth-child(3) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_3_white.png);
  }
  .s--flow .flow_set .flow_boxs .flow_box:nth-child(4) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_4_white.png);
  }
  .s--flow .flow_set .flow_boxs .flow_box:nth-child(5) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_5_white.png);
  }
  .s--flow .flow_set .flow_boxs .flow_box:nth-child(6) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_6_white.png);
  }
  .s--flow .flow_set .flow_boxs .flow_box:nth-child(7) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_7_white.png);
  }
  .s--flow .flow_set .flow_boxs .flow_box:nth-child(8) .flow_btn2::before {
    background-image: url(/assets/img/service/shindan/flow_no_8_white.png);
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_btn2::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -22px;
    width: 0;
    margin: 0 0 0 -12.5px;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    border-top: 12.5px solid #033f92;
  }
  .s--flow .flow_set .flow_boxs .flow_box:first-child .flow_btn2::after {
    display: none;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_btn2 .txt {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 19px 0 17px;
    text-align: center;
    z-index: 1;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_btn2 .txt::before {
    content: "";
    display: block;
    position: absolute;
    right: 28px;
    top: 50%;
    margin: -9px 0 0;
    width: 2px;
    height: 18px;
    background: #fff;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_btn2.is--now .txt::before {
    display: none;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_btn2 .txt::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -1px 0 0;
    width: 18px;
    height: 2px;
    background: #fff;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_each {
    background: #fff;
    padding: 60px 5.970149253731343% 30px;
    margin: -15px 0 0;
    border-radius: 26px;
    overflow: hidden;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_each dt::after {
    width: 97%;
    margin: 0 0 0 3%;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_each dt .icon {
    left: 0;
    top: -25px;
    width: 70px;
  }
  .s--flow .flow_set .flow_boxs .flow_box:nth-child(8) .flow_each dt .icon {
    top: -4px;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_each dt .txt {
    font-size: 20px;
    padding: 0 0 10px 80px;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_each dt .txt_memo {
    font-size: 14px;
    line-height: 1.6;
    padding: 5px 0 0;
  }
  .s--flow .flow_set .flow_boxs .flow_box:nth-child(8) .flow_each dt .txt {
    line-height: 1.4;
    margin: -0.2em 0;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_each dd {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
    padding: 40px 0 0;
  }
  .s--flow .flow_set .flow_boxs .flow_box .flow_each dd p span {
    font-size: 12px;
    padding-top: 10px;
  }
}

/*------------------------------------------------------------------------------
  .s--apply
------------------------------------------------------------------------------*/
.s--apply {
  padding: 100px 0 0;
}
.s--apply .txt_01 {
  width: 100%;
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em auto;
  padding: 40px 0;
}
.s--apply .txt_01_note {
  color: #e93e52;
}
.s--apply .txt_01_box strong {
  font-weight: bold;
}
.s--apply .txt_01_box {
  width: 100%;
  padding: 20px 40px;
  margin: -20px 0 40px;
  border: 2px solid #f5c042;
  box-sizing: border-box;
  border-radius: 10px;
}
.s--apply .txt_01_box_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s--apply .apply_box .txt_01_box {
  margin: 0 auto 40px;
  background: #fff;
}
.s--apply .txt_01_box .highlight {
  font-weight: bold;
  text-decoration: double underline;
}
.s--apply .txt_center {
  text-align: center;
}
.s--apply .txt_red {
  color: #e93e52;
}
.s--apply .txt_blue {
  color: #005aca;
}
.s--apply .txt_box_center {
  display: flex;
  justify-content: flex-start;
  width: 460px;
  margin: 0;
}
.s--apply .txt_box_right {
  text-align: right;
  width: 100px;
  margin-right: 20px;
}
.s--apply .txt_box_left {
  text-align: left;
  width: 340px;
}
.s--apply .txt_01 a {
  display: inline-block;
  font-weight: bold;
  color: #e93e52;
}
.s--apply .txt_01 a[download],
.s--apply .apply_box .txt_01 a:not(.a_tel) {
  padding: 0 8px;
}
.s--apply .txt_01 a.a_tel {
  font-weight: inherit;
  color: inherit;
}
.s--apply .txt_01 a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 0;
  background: url(/assets/img/common/ic_arrow_red_r_sp.png) no-repeat left top / contain;
}
.s--apply .txt_01 a[download]::before {
  margin-right: 8px;
}
.s--apply .apply_box .txt_01 a:not(.a_tel)::before {
  margin-right: 5px;
}
.s--apply .txt_01 a[download]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 17px;
  margin-left: 8px;
  background: url(/assets/img/common/ic_pdf_sp.png) no-repeat left top / contain;
}
.s--apply .txt_01 a.a_tel::before {
  display: none;
}
.s--apply .apply_box {
  width: 100%;
  border-radius: 20px;
  background: rgba(1,191,144,0.1);
  overflow: hidden;
}
.s--apply .apply_box + .apply_box {
  margin: 60px auto 0;
}
.s--apply .apply_box .apply_box_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 15px 0 13px;
  background: #01bf90;
}
.s--apply .apply_box .apply_box_dtl {
  width: 100%;
  padding: 40px 50px;
}
.s--apply .apply_box .apply_box_dtl .box_02 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px auto 0;
}
.s--apply .apply_box .apply_box_dtl .box_02 .btn {
  width: 400px;
  margin: 0 10px;
}
.s--apply .apply_box .apply_box_dtl .btn_one .btn {
  width: 430px;
}
.s--apply .apply_box .apply_box_dtl .box_02 .btn a {
  position: relative;
  width: 100%;
  height: 70px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding: 26px 0 26px 71px;
  border-radius: 100px;
  background: url(/assets/img/common/bg_gradient_blue_03.png) repeat-y left top / 100% auto;
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  overflow: hidden;
}
.s--apply .apply_box .apply_box_dtl .box_02 .btn_no a {
  background: #aaa;
}
.s--apply .apply_box .apply_box_dtl .box_02 .btn a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background-size: 300% auto;
}
.s--apply .apply_box .apply_box_dtl .box_02 .btn_no a:hover {
  cursor: default;
}
.s--apply .apply_box .apply_box_dtl .box_02 .btn a::before {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  width: 28px;
  height: 100%;
  background: url(/assets/img/common/ico_download.png) no-repeat left center / 100% auto;
}
.s--apply .apply_box .apply_box_dtl .box_02 .btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  top: 0;
  width: 31px;
  height: 100%;
  background: url(/assets/img/common/ico_xlsx.png) no-repeat left center / 100% auto;
}
.s--apply .apply_box .apply_box_dtl .box_02 .btn a span {
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 13px;
  color: #005aca;
  padding: 5px 10px;
  margin: 0 5px 0 10px;
  border-radius: 100px;
  background: #fff;
}
.s--apply .apply_box .apply_box_dtl .box_02 .btn_no a span {
  color: #999;
}
.s--apply .apply_box .apply_box_dtl .box_02 .btn a sup {
  position: absolute;
  top: 50%;
  font-size: 12px;
  margin-top: -10px;
}
.s--apply .apply_box .apply_box_dtl .box_02 .small_scale {
  margin: 30px 0 0;
}
.s--apply .apply_box .apply_box_dtl .box_02 .small_scale .small_scale_ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #008262;
  margin: 0 0 20px;
}
.s--apply .apply_box .apply_box_dtl .box_02 .small_scale .small_scale_dtl {
}
.s--apply .apply_box .apply_box_dtl .set {
  width: 100%;
  margin: 0 auto 80px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}
.s--apply .apply_box .apply_box_dtl .set .set_ttl {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin: -0.3em 0 0;
  padding: 0 0 10px;
  text-align: center;
  color: #008262;
  border-bottom: 2px solid #008262;
}
.s--apply .apply_box .apply_box_dtl .set .set_ttl::before,
.s--apply .apply_box .apply_box_dtl .set .set_ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  border: 12px solid transparent;
  border-top-color: #008262;
  border-bottom: none;
  margin-left: -12px;
}
.s--apply .apply_box .apply_box_dtl .set .set_ttl::after {
  bottom: -9px;
  border-top-color: #fff;
}
.s--apply .apply_box .apply_box_dtl .set .set_dtl {
  width: 100%;
  margin: 0 auto;
}
.s--apply .apply_box .apply_box_dtl .table {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  margin: 10px auto 0;
}
.s--apply .apply_box .apply_box_dtl .table tbody {
  display: table;
  width: 100%;
}
.s--apply .apply_box .apply_box_dtl .table tr {
  width: 100%;
}
.s--apply .apply_box .apply_box_dtl .table tr th {
  width: 33.5%;
  line-height: 1;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}
.s--apply .apply_box .apply_box_dtl .table tr th.row2 {
  line-height: 1.4;
  margin: -0.2em 0;
}
.s--apply .apply_box .apply_box_dtl .table tr th .tag {
  width: 251px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  background: #01bf90;
  margin: 0 auto;
}
.s--apply .apply_box .apply_box_dtl .table tr td {
  width: 33.5%;
  border-bottom: 2px dotted #01bf90;
  padding: 10px 20px;
  text-align: center;
}
.s--apply .apply_box .apply_box_dtl .table tr th:first-child,
.s--apply .apply_box .apply_box_dtl .table tr td:first-child {
  width: 33%;
}
.s--apply .apply_box .apply_box_dtl .table tr td:first-child {
  font-weight: bold;
  color: #008262;
}
.s--apply .apply_box .apply_box_dtl *:not(.btn) sup {
  position: relative;
  top: -6px;
  font-size: 12px;
}
.s--apply .apply_box .apply_box_dtl .txt_note_no {
  font-size: 13px;
  line-height: 1.8;
  margin: -0.4em auto;
  padding: 20px 0 0;
}
.s--apply .apply_box .apply_box_dtl .box_02 + .txt_note_no {
  padding-top: 30px;
}
.s--apply .apply_box .apply_box_dtl .txt_note_no .txt_left {
  float: left;
  width: 40px;
}
.s--apply .apply_box .apply_box_dtl .txt_note_no .txt_right {
  float: left;
  width: 720px;
}
.s--apply .apply_box .apply_box_dtl .txt_note_center .txt_right {
  width: auto;
}
.s--apply .apply_box .apply_box_dtl .txt_note_no .txt_right strong {
  font-weight: bold;
}
.s--apply .apply_box .apply_box_dtl .txt_underbtn {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em 0;
  padding: 40px 0 0;
  text-align: center;
}
.s--apply .apply_box .apply_box_dtl .apply_box_sttl {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: -0.3em 0 0;
  padding: 80px 0 10px;
  text-align: center;
  color: #008262;
  border-bottom: 2px solid #008262;
}
.s--apply .apply_box .apply_box_dtl .txt_explain {
  width: 100%;
  margin: 40px auto 0;
  padding: 20px 40px;
  background: #fff;
  border-radius: 20px;
}
.s--apply .apply_box .apply_box_dtl .txt_explain .txt_explain_dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  margin: -0.3em 0;
  padding: 20px 0;
}
.s--apply .apply_box .apply_box_dtl .txt_explain .txt_explain_dl + .txt_explain_dl {
  border-top: 2px dotted #01bf90;
}
.s--apply .apply_box .apply_box_dtl .txt_explain .txt_explain_dl .txt_explain_ttl {
  width: 250px;
  color: #008262;
  font-weight: bold;
  padding: 0 30px 0 0;
}
.s--apply .apply_box .apply_box_dtl .txt_explain .txt_explain_dl .txt_explain_dtl {
  width: 510px;
}
.s--apply .apply_box .apply_box_dtl .txt_note {
  font-size: 13px;
  line-height: 1.8;
  margin: -0.4em auto;
  text-indent: -1em;
  padding: 20px 0 0 1em;
}
.s--apply .apply_box .apply_box_dtl .txt_note strong {
  font-weight: bold;
}
.s--apply .apply_box .apply_box_dtl .txt_note_center {
  display: table;
  width: auto;
}
.s--apply .apply_box .apply_box_dtl .txt_note + .txt_note {
  padding-top: 0.4em;
}
.s--apply .apply_box .apply_box_dtl .box_left {
  float: left;
  width: 405px;
}
.s--apply .apply_box .apply_box_dtl .box_right {
  float: right;
  width: 405px;
}
.s--apply .apply_box .apply_box_dtl .box_each {
  width: 100%;
  margin: 0;
}
.s--apply .apply_box .apply_box_dtl .box_each + .box_each {
  margin: 37px 0 0;
}
.s--apply .apply_box .apply_box_dtl .box_each .ttl {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #008262;
  padding: 0 0 0 40px;
}
.s--apply .apply_box .apply_box_dtl .box_each .ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.s--apply .apply_box .apply_box_dtl .box_each .no1::before {
  background-image: url(/assets/img/common/no_1.png);
}
.s--apply .apply_box .apply_box_dtl .box_each .no2::before {
  background-image: url(/assets/img/common/no_2.png);
}
.s--apply .apply_box .apply_box_dtl .box_each .no3::before {
  background-image: url(/assets/img/common/no_3.png);
}
.s--apply .apply_box .apply_box_dtl .box_each .dtl {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  padding: 15px 40px 0;
  margin: 17px 0 0;
  background: #fff;
  border-radius: 100px;
  overflow: hidden;
}
.s--apply .apply_box .apply_box_dtl .box_right .dtl {
  height: 190px;
  padding: 25px 30px 0;
  border-radius: 20px;
}
.s--apply .apply_box .apply_box_dtl .box_each .dtl a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 11px 40px 0;
  background: transparent;
  color: #005aca;
  border: 4px solid #31a5ed;
  border-radius: 100px;
  transition: border 250ms ease-in-out;
  -webkit-transition: border 250ms ease-in-out;
  overflow: hidden;
}
.s--apply .apply_box .apply_box_dtl .box_each .dtl a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  border-color: #62e0ff;
}
.s--apply .apply_box .apply_box_dtl .box_each .dtl .icon {
  display: block;
  position: absolute;
  right: 40px;
  bottom: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.s--apply .apply_box .apply_box_dtl .box_each .no1 + .dtl .icon {
  width: 36px;
  background-image: url(/assets/img/common/ico_mail.png);
}
.s--apply .apply_box .apply_box_dtl .box_each .no2 + .dtl .icon {
  width: 36px;
  background-image: url(/assets/img/common/ico_fax.png);
}
.s--apply .apply_box .apply_box_dtl .box_each .no3 + .dtl .icon {
  right: 30px;
  height: 75px;
  width: 28px;
  background-image: url(/assets/img/common/ico_post.png);
}
.s--apply .apply_box .apply_box_dtl .box_each .dtl .txt_normal {
  display: block;
  font-weight: normal;
  margin: 0 0 20px;
}
.s--apply .txt_02 {
  font-size: 13px;
  line-height: 2;
  margin: -0.5em auto;
  padding: 40px 50px 60px;
}
.s--apply .txt_02 .txts {
}
.s--apply .txt_02 .txts .txt_left {
  float: left;
  width: 40px;
}
.s--apply .txt_02 .txts .txt_right {
  float: left;
  width: 820px;
}
.s--apply .txt_03 {
  font-size: 13px;
  line-height: 2;
  margin: -0.5em auto;
  padding: 2em 0 0;
}
.s--apply .txt_03 .txt {
}
.s--apply .txt_list {
  font-weight: bold;
  text-indent: -16px;
  padding-left: 16px;
}
.s--apply .txt_list::before {
  content: "●";
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: -1px;
  width: 16px;
  text-indent: 0;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--apply {
    padding: 50px 0 0;
  }
  .s--apply .txt_01 {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em auto;
    padding: 30px 5.333333333333334%;
  }
  .s--apply .txt_01_box {
    width: 89.333333333333332%;
    padding: 17px 6%;
    margin: -10px auto 30px;
  }
  .s--apply .apply_box .txt_01_box {
    width: 100%;
    padding: 17px 5%;
    margin: -10px auto 30px;
  }
  .s--apply .txt_box_center {
    width: 410px;
  }
  .s--apply .txt_box_right {
    width: 90px;
  }
  .s--apply .txt_box_left {
    width: 300px;
  }
  .s--apply .txt_01 a[download],
  .s--apply .apply_box .txt_01 a:not(.a_tel) {
    padding: 0 6px;
  }
  .s--apply .txt_01 a::before {
    width: 15px;
    height: 15px;
    margin-right: 2px;
  }
  .s--apply .apply_box {
    width: 89.333333333333333%;
    margin: 0 auto;
    border-radius: 10px;
  }
  .s--apply .apply_box + .apply_box {
    margin: 30px auto 0;
  }
  .s--apply .apply_box .apply_box_ttl {
    font-size: 16px;
    line-height: 1.4;
    padding: 14.8px 0 12.8px;
  }
  .s--apply .apply_box .apply_box_dtl {
    padding: 30px 5.970149253731343%;
  }
  .s--apply .apply_box .apply_box_dtl .box_02 {
    display: block;
    margin: 30px auto 0;
  }
  .s--apply .apply_box .apply_box_dtl .box_02 .btn {
    width: 100%;
    margin: 20px 0 0;
  }
  .s--apply .apply_box .apply_box_dtl .box_02 .btn a {
    height: auto;
    font-size: 14px;
    padding: 15px 0 15px 25%;
  }
  .s--apply .apply_box .apply_box_dtl .box_02 .btn a::before {
    left: 10.169491525423729%;
    width: 25px;
  }
  .s--apply .apply_box .apply_box_dtl .box_02 .btn a::after {
    right: 10.169491525423729%;
    width: 25px;
  }
  .s--apply .apply_box .apply_box_dtl .box_02 .btn a span {
    padding: 4px 13px;
    margin: 10px 5px 0 0;
  }
  .s--apply .apply_box .apply_box_dtl .box_02 .btn a sup {
    font-size: 11px;
    margin-top: 0;
  }
  .s--apply .apply_box .apply_box_dtl .box_02 .small_scale {
    margin: 40px 0 0;
  }
  .s--apply .apply_box .apply_box_dtl .box_02 .small_scale .small_scale_ttl {
    font-size: 16px;
  }
  .s--apply .apply_box .apply_box_dtl .set {
    margin: 0 auto 60px;
    padding: 30px 6.77966102%;
    border-radius: 10px;
  }
  .s--apply .apply_box .apply_box_dtl .set .set_ttl {
    font-size: 14px;
  }
  .s--apply .apply_box .apply_box_dtl .set .set_ttl::before,
  .s--apply .apply_box .apply_box_dtl .set .set_ttl::after {
    bottom: -10px;
    border-width: 10px;
    margin-left: -10px;
  }
  .s--apply .apply_box .apply_box_dtl .set .set_ttl::after {
    bottom: -7px;
  }
  .s--apply .apply_box .apply_box_dtl .table {
    font-size: 14px;
    margin: 20px auto 0;
  }
  .s--apply .apply_box .apply_box_dtl .table tr th {
    width: 35%;
    padding: 0;
  }
  .s--apply .apply_box .apply_box_dtl .table tr th .tag {
    width: 96%;
    padding: 8px 10px;
    border-radius: 3px;
    margin: 10px auto;
  }
  .s--apply .apply_box .apply_box_dtl .table tr td {
    width: 35%;
    padding: 10px;
  }
  .s--apply .apply_box .apply_box_dtl .table tr th:first-child,
  .s--apply .apply_box .apply_box_dtl .table tr td:first-child {
    width: 30%;
  }
  .s--apply .apply_box .apply_box_dtl *:not(.btn) sup {
    top: -5px;
    font-size: 11px;
  }
  .s--apply .apply_box .apply_box_dtl .txt_note_no {
    font-size: 12px;
    line-height: 1.6;
    margin: -0.3em auto;
  }
  .s--apply .apply_box .apply_box_dtl .txt_note_no .txt_left {
    width: 2.5em;
  }
  .s--apply .apply_box .apply_box_dtl .txt_note_no .txt_right {
    width: calc(100% - 2.5em);
  }
  .s--apply .apply_box .apply_box_dtl .txt_underbtn {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
    padding: 30px 0 0;
  }
  .s--apply .apply_box .apply_box_dtl .apply_box_sttl {
    font-size: 16px;
    line-height: 1.4;
    margin: -0.2em 0 0;
    padding: 60px 0 10px;
  }
  .s--apply .apply_box .apply_box_dtl .txt_explain {
    margin: 30px auto 0;
    padding: 10px 6.77966102%;
    border-radius: 10px;
  }
  .s--apply .apply_box .apply_box_dtl .txt_explain .txt_explain_dl {
    display: block;
    font-size: 14px;
  }
  .s--apply .apply_box .apply_box_dtl .txt_explain .txt_explain_dl .txt_explain_ttl {
    width: 100%;
    padding: 0 0 10px;
  }
  .s--apply .apply_box .apply_box_dtl .txt_explain .txt_explain_dl .txt_explain_dtl {
    width: 100%;
  }
  .s--apply .apply_box .apply_box_dtl .txt_note {
    font-size: 12px;
    line-height: 1.6;
    margin: -0.3em auto;
  }
  .s--apply .apply_box .apply_box_dtl .txt_note + .txt_note {
    padding-top: 0.3em;
  }
  .s--apply .apply_box .apply_box_dtl .box_left {
    float: none;
    width: 100%;
  }
  .s--apply .apply_box .apply_box_dtl .box_right {
    float: none;
    width: 100%;
  }
  .s--apply .apply_box .apply_box_dtl .box_each {
    padding: 0;
  }
  .s--apply .apply_box .apply_box_dtl .box_each + .box_each {
    margin: 0 0 0;
  }
  .s--apply .apply_box .apply_box_dtl .box_each .ttl {
    font-size: 14px;
    padding: 0 0 0 35px;
  }
  .s--apply .apply_box .apply_box_dtl .box_each .ttl::before {
    width: 25px;
    height: 25px;
    margin: -12.5px 0 0;
  }
  .s--apply .apply_box .apply_box_dtl .box_each .dtl {
    height: 40px;
    font-size: 14px;
    line-height: 1.6;
    padding: 9px 10.169491525423729% 0;
    margin: 16px 0 35px;
  }
  .s--apply .apply_box .apply_box_dtl .box_right .dtl {
    height: auto;
    padding: 15px 10.169491525423729%;
    border-radius: 10px;
    margin-bottom: 0;
  }
  .s--apply .apply_box .apply_box_dtl .box_each .dtl a {
    padding: 7px 10.169491525423729% 0;
    border-width: 2px;
  }
  .s--apply .apply_box .apply_box_dtl .box_each .dtl .icon {
    right: 6.779661016949153%;
  }
  .s--apply .apply_box .apply_box_dtl .box_each .no1 + .dtl .icon {
    width: 25px;
  }
  .s--apply .apply_box .apply_box_dtl .box_each .no2 + .dtl .icon {
    width: 25px;
  }
  .s--apply .apply_box .apply_box_dtl .box_each .no3 + .dtl .icon {
    right: 6.779661016949153%;
    bottom: auto;
    top: 0;
    height: 54px;
    width: 19px;
  }
  .s--apply .apply_box .apply_box_dtl .box_each .dtl .txt_normal {
    margin: 0;
  }
  .s--apply .txt_02 {
    font-size: 12px;
    line-height: 1.6;
    margin: -0.3em auto;
    padding: 20px 5.333333333333334% 30px;
  }
  .s--apply .txt_02 .txts .txt_left {
    width: 2.5em;
  }
  .s--apply .txt_02 .txts .txt_right {
    width: calc(100% - 2.5em);
  }
  .s--apply .txt_03 {
    font-size: 12px;
    line-height: 1.6;
    margin: -0.3em auto;
    padding: 20px 0 0;
  }
  .s--apply .txt_list {
    text-indent: -15px;
    padding-left: 15px;
  }
  .s--apply .txt_list::before {
    width: 15px;
  }
}

/* SP */
@media screen and (max-width: 600px) {
  .s--apply .txt_01_box_2 {
    display: block;
  }
  .s--apply .txt_box_center {
    display: block;
    width: 100%;
  }
  .s--apply .txt_box_center + .txt_box_center {
    margin: 1em 0 0;
  }
  .s--apply .txt_box_right {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
  .s--apply .txt_box_left {
    text-align: center;
    width: 100%;
  }
}

/*------------------------------------------------------------------------------
  .section__banner
------------------------------------------------------------------------------*/
.section__banner {
  width: 960px;
  margin: 100px auto 0;
  text-align: center;
}

/* SP */
@media screen and (max-width: 768px) {
  .section__banner {
    width: 89.333333333333333%;
    margin: 50px auto 0;
  }
}

/*------------------------------------------------------------------------------
  .modal_common
------------------------------------------------------------------------------*/
#modal-pre-meeting .container {
  width: 840px;
  margin: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.modal_common .flow_boxes {
  width: 100%;
  margin: 0 auto;
}
.modal_common .flow_boxes .flow_box {
  float: left;
  position: relative;
  display: table;
  width: 29.3333%;
  height: 90px;
  border-radius: 10px;
  background: url(/assets/img/common/bg_gradient_blue_02.png) repeat-y left top / 100% auto;
  box-sizing: border-box;
}
.modal_common .flow_boxes .flow_box + .flow_box {
  margin: 0 0 0 6%;
}
.modal_common .flow_boxes .flow_box.no0 {
  background: #fff;
  border: 2px solid #2b9eeb;
}
.modal_common .flow_boxes .flow_box + .flow_box::before {
  content: "";
  display: block;
  position: absolute;
  left: -10.22728434918676%;
  top: 45px;
  width: 0;
  margin: -12.5px 0 0 -5.25px;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 12.5px solid #033f92;
  border-right: none;
}
.modal_common .flow_boxes .flow_box span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.modal_common .flow_boxes .flow_box.no0 span {
  color: #005aca;
}
.modal_common .flow_boxes .flow_box span::before {
  content: "";
  display: block;
  position: absolute;
  left: 7.462686567164178%;
  bottom: 0;
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 36.5px;
}
.modal_common .flow_boxes .flow_box.no4 span::before {
  background-image: url(/assets/img/service/shindan/flow_no_4_white.png);
}
.modal_common .flow_boxes .flow_box.no5 span::before {
  background-image: url(/assets/img/service/shindan/flow_no_5_white.png);
}
.modal_common .flow_boxes .flow_box span .spc {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  margin: 0;
}
#modal-pre-meeting .close {
  margin: 50px auto 0;
}

@media screen and (max-width: 1000px) {
  #modal-pre-meeting .container {
    width: 94%;
    max-width: 840px;
  }
  .modal_common .flow_boxes .flow_box + .flow_box::before {
    margin: -10px 0 0 -4px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  #modal-pre-meeting .container {
    padding: 30px 5%;
  }
  .modal_common .flow_boxes .flow_box span {
    font-size: 14px;
    line-height: 1.4;
  }
  .modal_common .flow_boxes .flow_box span .spc {
    margin: 0 -0.15em;
  }
  #modal-pre-meeting .close {
    margin: 30px auto 0;
  }
}
