.section_shindan {
  width: 100%;
  min-width: 960px;
  overflow: hidden;
}
.section_shindan *,
.section_shindan *::before,
.section_shindan *::after {
  box-sizing: border-box;
}
.shindan .section_shindan {
  padding-bottom: 200px;
}
.shindan .section_shindan .section__container {
  width: 960px;
  margin: 0 auto;
}
.shindan .section_shindan .section__inner .section__ttl {
  position: relative;
  width: 1080px;
  margin: 0 -60px;
  background: #008262;
  overflow: hidden;
}
.shindan .section_shindan .section__inner .section__ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: 80px;
  top: 10px;
  width: 100px;
  height: 100%;
  background: url(/assets/img/common/ico_bar_01.png) no-repeat right bottom / 58px auto;
}
.shindan .section_shindan .section__inner:nth-child(2n) .section__ttl::after {
  top: 0;
  background: url(/assets/img/common/ico_bar_02.png) no-repeat right bottom / 46px auto;
}
.shindan .section_shindan .section__container .section__ttl span {
  display: table;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #078d65;
  padding: 18px 70px 14px 60px;
  margin: 0 auto 0 0;
}
.shindan .section_shindan .section__container .section__ttl span::after {
  content: "";
  display: block;
  position: absolute;
  right: -60px;
  bottom: 0;
  border-right: 60px solid transparent;
  border-top: 60px solid #078d65;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_shindan {
    min-width: 0;
  }
  .shindan .section_shindan {
    padding-bottom: 125px;
  }
  .shindan .section_shindan .section__container {
    width: 100%;
  }
  .shindan .section_shindan .section__inner .section__ttl {
    width: 100%;
    margin: 0 auto;
  }
  .shindan .section_shindan .section__inner .section__ttl::after {
    right: 4%;
    top: 0;
    width: 40px;
    background-size: 37px auto;
  }
  .shindan .section_shindan .section__inner:nth-child(2n) .section__ttl::after {
    background-size: 33px auto;
  }
  .shindan .section_shindan .section__container .section__ttl span {
    font-size: 20px;
    line-height: 1.3;
    padding: 20px 65px 20px 5.333333333333334%;
    margin: -0.15em auto -0.15em 0;
  }
  .shindan .section_shindan .section__container .section__ttl span::after {
    right: -100px;
    border-right-width: 100px;
    border-top-width: 100px;
  }
}

/*------------------------------------------------------------------------------
  .s--service
------------------------------------------------------------------------------*/
.s--service {
  width: 100%;
  /* padding: 40px 0 85px; */
  padding: 50px 0;
  background: url(/assets/img/common/bg_green_pattern_01.png) repeat center top / 16px auto;
}
.s--service .section__ttl {
  display: none;
}
.s--service .service__set {
  width: 100%;
}
.s--service .service__menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.s--service .service__menu .btn {
  width: 310px;
  border-radius: 20px 20px 0 0;
  background: url(/assets/img/common/bg_gradient_green_01.png) repeat-y left top / 100% auto;
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
  overflow: hidden;
}
.s--service .service__menu .btn:not(.is--now):hover {
  cursor: pointer;
  background-size: 200% auto;
}
.s--service .service__menu .btn .btn_in {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: transparent;
  transition: background 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out;
}
.s--service .service__menu .btn.is--now .btn_in {
  background: #fff;
}
.s--service .service__menu .btn .icon {
  display: block;
  min-height: 1px;
  margin: 0 20px 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.s--service .service__menu .btn.is--setmenu .icon {
  width: 29px;
  background-image: url(/assets/img/service/shindan/ico_desc_03_white.png);
}
.s--service .service__menu .btn.is--target .icon {
  width: 30px;
  background-image: url(/assets/img/service/shindan/ico_desc_02_white.png);
}
.s--service .service__menu .btn.is--quantity .icon {
  width: 22px;
  background-image: url(/assets/img/service/shindan/ico_desc_04_white.png);
}
.s--service .service__menu .btn.is--setmenu.is--now .icon {
  background-image: url(/assets/img/service/shindan/ico_desc_03_green.png);
}
.s--service .service__menu .btn.is--target.is--now .icon {
  background-image: url(/assets/img/service/shindan/ico_desc_02_green.png);
}
.s--service .service__menu .btn.is--quantity.is--now .icon {
  background-image: url(/assets/img/service/shindan/ico_desc_04_green.png);
}
.s--service .service__menu .btn .icon::before {
  content: "";
  display: block;
}
.s--service .service__menu .btn.is--setmenu .icon::before {
  padding-top: 104.16666667%;
}
.s--service .service__menu .btn.is--target .icon::before {
  padding-top: 65.882352941176471%;
}
.s--service .service__menu .btn.is--quantity .icon::before {
  padding-top: 100%;
}
.s--service .service__menu .btn .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 3px 9px rgba(0,0,0,0.2);
}
.s--service .service__menu .btn.is--now .txt {
  color: #008262;
  text-shadow: 0 3px 9px rgba(0,0,0,0);
}
.s--service .service__part {
  width: 100%;
  padding: 68px 60px 60px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.s--service .service__box {
  position: relative;
  display: none;
  width: 100%;
  margin: 0;
}
.s--service .service__box .ttl {
  position: relative;
  width: 100%;
}
.s--service .service__box .ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: url(/assets/img/common/bg_gradient_green_01.png) repeat-y center top / 100% auto;
}
.s--service .service__box .ttl .icon {
  position: absolute;
  left: -20px;
  top: -30px;
  display: block;
  width: 90px;
  min-height: 10px;
  background-color: #01bf90;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  overflow: hidden;
}
.s--service .service__box.is--setmenu .ttl .icon {
  background-image: url(/assets/img/service/shindan/ico_desc_03_white.png);
  background-size: 48px auto;
}
.s--service .service__box.is--target .ttl .icon {
  background-image: url(/assets/img/service/shindan/ico_desc_02_white.png);
  background-size: 48px auto;
}
.s--service .service__box.is--quantity .ttl .icon {
  background-image: url(/assets/img/service/shindan/ico_desc_04_white.png);
  background-size: 38px auto;
}
.s--service .service__box .ttl .icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.s--service .service__box .ttl .txt {
  position: static;
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #008262;
  padding: 0 0 10px 90px;
}
.s--service .service__box .dtl {
  width: 100%;
  margin: 60px auto 0;
  padding: 0 10px;
}
.s--service .is--setmenu .dtl {
  margin: 55px auto 0;
}
.s--service .service__box .dtl .box_01_ttl,
.s--service .service__box .dtl .box_02_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.s--service .service__box .dtl .box_01_ttl {
  color: #008262;
}
.s--service .is--quantity .dtl .box_01_ttl {
  padding-bottom: 40px;
}
.s--service .service__box .dtl .box_02_ttl {
  color: #005aca;
}
.s--service .service__box .dtl .box_01_dtl {
  margin: 0;
}
.s--service .service__box .dtl .txt {
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em 0;
}
.s--service .service__box .dtl .txt + .txt {
  padding-top: 1.6em;
}
.s--service .service__box .dtl .txt > *:not(li, .txt_note, .ttl_dsp) {
  line-height: 1;
}
.s--service .service__box .dtl .txt_note {
  display: block;
  font-size: 14px;
  line-height: 1.875;
  margin: -0.4375em 0;
  text-indent: -1em;
  padding-left: 1em;
}
.s--service .is--target .dtl .txt_note {
  padding-top: 1.6em;
}
.s--service .service__box .dtl .list li {
  text-indent: -18px;
  padding: 0 0 0 18px;
}
.s--service .service__box .dtl .list li + li {
  padding-top: 45px;
}
.s--service .service__box .dtl .list li::before {
  content: "●";
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: -1px;
  width: 18px;
  text-indent: 0;
}
.s--service .service__box .dtl .box_01_dtl ul li::before {
  color: #21bb71;
}
.s--service .service__box .dtl .box_02_dtl ul li::before {
  color: #2b9eeb;
}
.s--service .service__box .dtl .arrow {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  margin: -8px 0 0 -21px;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 21px solid #005aca;
}
.s--service .service__box .dtl .box_02_dtl p {
  padding: 0 0 10px;
}
.s--service .service__box .dtl sub {
  position: relative;
  top: 4px;
}
.s--service .service__box .dtl sup {
  position: relative;
  top: -4px;
  font-size: 12px;
}
.s--service .is--target .dtl sup {
  margin-right: 0.5em;
}
.s--service .service__box .dtl strong {
  font-weight: bold;
}
.s--service .service__box .dtl .txt_2_set {
  font-size: 14px;
  line-height: 1.875;
  text-indent: 0;
}
.s--service .is--setmenu .dtl .txt_2_set {
  margin: 52px 0 0;
}
.s--service .is--setmenu .dtl .txt_2_set + .txt_2_set {
  margin: 0;
}
.s--service .is--target .dtl .txt_2_set {
  margin: 16px 0 0;
}
.s--service .service__box .dtl .txt_2_set .txt_left {
  float: left;
  width: 40px;
  line-height: inherit;
}
.s--service .service__box .dtl .txt_2_set .txt_right {
  float: left;
  width: 780px;
  line-height: inherit;
}
.s--service .is--target .dtl .txt_2_set .txt_right {
  width: 760px;
}
.s--service .service__box .dtl .txt_2_set .txt_right .txt_2 {
  text-indent: -1em;
  padding-left: 1em;
}
.s--service .is--setmenu .table {
  width: 100%;
  margin: 0 auto 40px;
}
.s--service .is--setmenu .table .table_tr {
  display: table;
  width: 100%;
  padding: 12px 0;
  border-bottom: 2px dotted rgba(98,224,255,1);
}
.s--service .is--setmenu .table .table_ttl {
  font-weight: bold;
  text-align: center;
  padding: 0 0 15px;
}
.s--service .is--setmenu .table .table_tr .table_01 {
  display: table-cell;
  vertical-align: middle;
  width: 500px;
  font-weight: bold;
  color: #005aca;
}
.s--service .is--setmenu .table .table_ttl .table_01 {
  color: inherit;
}
.s--service .is--setmenu .table .table_tr .table_02 {
  display: table-cell;
  vertical-align: middle;
  width: 220px;
  padding: 0 0 0 55px;
}
.s--service .is--setmenu .table .table_tr .table_03 {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding: 0;
  text-align: center;
}
.s--service .is--setmenu .table .table_ttl .table_01,
.s--service .is--setmenu .table .table_ttl .table_02,
.s--service .is--setmenu .table .table_ttl .table_03 {
  line-height: 1.5;
  padding: 0;
}
.s--service .is--setmenu .table .table_tr span {
  font-size: 13px;
}
.s--service .is--setmenu .table .table_tr .table_02 span {
  display: block;
}
.s--service .is--setmenu .table .table_tr span.ttl_dsp {
  display: none;
}
.s--service .service__box .dtl a {
  color: #01bf90;
  text-decoration: underline;
}
.s--service .service__box .dtl a:hover {
  text-decoration: none;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--service {
    padding: 20px 5.333333333333334% 25px;
    background-position: center bottom;
    background-size: 8px auto;
  }
  .s--service .service__menu .btn {
    width: 32%;
  }
  .s--service .service__menu .btn .btn_in {
    flex-direction: column;
    width: 100%;
    height: 80px;
  }
  .s--service .service__menu .btn .icon {
    margin: 0 auto 5px;
  }
  .s--service .service__menu .btn.is--setmenu .icon {
    width: 32px;
  }
  .s--service .service__menu .btn.is--target .icon {
    width: 34px;
  }
  .s--service .service__menu .btn.is--quantity .icon {
    width: 25px;
  }
  .s--service .service__menu .btn.is--setmenu .icon::before,
  .s--service .service__menu .btn.is--target .icon::before,
  .s--service .service__menu .btn.is--quantity .icon::before {
    padding-top: 33px;
  }
  .s--service .service__menu .btn .txt {
    font-size: 13px;
    line-height: 1.3;
    padding: 0 10%;
    text-align: center;
  }
  .s--service .service__part {
    padding: 45px 5.970149253731343% 30px;
    border-radius: 0 0 10px 10px;
  }
  .s--service .service__box {
    margin: 0;
  }
  .s--service .service__box .ttl::after {
    width: 97%;
    margin: 0 0 0 3%;
  }
  .s--service .service__box .ttl .icon {
    left: 0;
    top: -25px;
    width: 70px;
  }
  .s--service .service__box.is--setmenu .ttl .icon {
    background-size: 32px auto;
  }
  .s--service .service__box.is--target .ttl .icon {
    background-size: 34px auto;
  }
  .s--service .service__box.is--quantity .ttl .icon {
    background-size: 25px auto;
  }
  .s--service .service__box .ttl .txt {
    position: relative;
    top: -5px;
    font-size: 20px;
    line-height: 1.5;
    padding: 0 0 0 80px;
  }
  .s--service .service__box .dtl {
    margin: 40px auto 0;
    padding: 0;
  }
  .s--service .service__box .dtl .box_01_ttl,
  .s--service .service__box .dtl .box_02_ttl {
    font-size: 17px;
    line-height: 1.5;
    margin: -0.25em 0;
  }
  .s--service .is--quantity .dtl .box_01_ttl {
    padding-bottom: 25px;
  }
  .s--service .service__box .dtl .txt {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
  }
  .s--service .service__box .dtl .txt + .txt {
    padding-top: 20px;
  }
  .s--service .service__box .dtl .txt_note {
    font-size: 12px;
    line-height: 1.6;
    margin: -0.3em 0;
  }
  .s--service .is--target .dtl .txt_note {
    padding-top: 20px;
  }
  .s--service .service__box .dtl .list li {
    text-indent: -16px;
    padding: 0 0 0 16px;
  }
  .s--service .service__box .dtl .list li + li {
    padding-top: 25px;
  }
  .s--service .service__box .dtl .list li::before {
    width: 16px;
  }
  .s--service .service__box .dtl .arrow {
    position: relative;
    top: 0;
    left: 50%;
    margin: -9px 0 0 -18px;
    border-top: 18px solid #005aca;
    border-bottom: none;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
  }
  .s--service .service__box .dtl sub {
    top: 3px;
  }
  .s--service .service__box .dtl sup {
    top: -2px;
    font-size: 11px;
  }
  .s--service .service__box .dtl .txt_2_set {
    font-size: 12px;
    line-height: 1.6;
  }
  .s--service .is--setmenu .dtl .txt_2_set {
    margin: 32px 0 0;
  }
  .s--service .is--setmenu .dtl .txt_2_set + .txt_2_set {
    margin: 0;
  }
  .s--service .is--target .dtl .txt_2_set {
    margin: 12px 0 0;
  }
  .s--service .service__box .dtl .txt_2_set .txt_left {
    width: 2.5em;
  }
  .s--service .service__box .dtl .txt_2_set .txt_right {
    width: calc(100% - 2.5em);
  }
  .s--service .is--setmenu .table {
    margin: 0 auto 30px;
  }
  .s--service .is--setmenu .table .table_tr {
    padding: 0;
    border: 2px solid #2b9eeb;
    margin: 0 auto 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  .s--service .is--setmenu .table .table_ttl {
    display: none;
  }
  .s--service .is--setmenu .table .table_tr .table_01 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    background: #2b9eeb;
    padding: 12px 15px 10px;
    text-align: center;
  }
  .s--service .is--setmenu .table .table_tr .table_02 {
    display: block;
    width: 87%;
    padding: 20px 0 15px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(43,158,235,0.3);
  }
  .s--service .is--setmenu .table .table_tr .table_03 {
    display: block;
    width: 100%;
    padding: 20px 6.5%;
    text-align: left;
  }
  .s--service .is--setmenu .table .table_ttl .table_01,
  .s--service .is--setmenu .table .table_ttl .table_02,
  .s--service .is--setmenu .table .table_ttl .table_03 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .s--service .is--setmenu .table .table_tr span {
    font-size: 14px;
  }
  .s--service .is--setmenu .table .table_tr .table_02 span {
    display: inline;
  }
  .s--service .is--setmenu .table .table_tr span.ttl_dsp {
    display: block;
    color: #2b9eeb;
  }
}

@media screen and (max-width: 539px) {
  .s--service .service__menu .is--setmenu .txt {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 374px) {
  .s--service .service__menu .is--setmenu .txt {
    font-size: 11px;
  }
}

/* @media screen and (max-width: 374px) {
  .s--service .service__menu .btn .btn_in {
    padding: 2px 0 0;
  }
  .s--service .service__menu .btn .txt {
    font-size: 12px;
  }
  .s--service .service__menu .is-setmenu .txt {
    display: inline-block;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }
  .s--service .service__menu .btn .txt .txt_tiny {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .s--service .service__box .ttl .icon {
    width: 60px;
  }
  .s--service .service__box .ttl .txt {
    padding: 0 0 10px 70px;
  }
  .s--service .is--setmenu .table .table_tr .table_01 {
    font-size: 15px;
  }
} */

/*------------------------------------------------------------------------------
  .s--buttons
------------------------------------------------------------------------------*/
.s--buttons {
  margin: 0 auto;
  padding: 0 0 50px;
  background: none;
}
.s--buttons .btn_set {
  width: 100%;
}
.s--buttons .btn_set .btn_each {
  /* float: left; */
  /* width: 470px; */
  width: 600px;
  border-radius: 100px;
  /* margin: 0; */
  margin: 0 auto;
  overflow: hidden;
}
.s--buttons .btn_set .btn_each + .btn_each {
  margin: 0 0 0 20px;
}
.s--buttons .btn_set .btn_each a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: url(/assets/img/common/bg_gradient_blue_01.png) repeat-y left top / 100% auto;
  padding: 33px 0 33px 50px;
  transition: background 250ms ease-in-out;
  -webkit-transition: background 250ms ease-in-out;
}
.s--buttons .btn_set .btn_each a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  background-size: 200% auto;
}
.s--buttons .btn_set .btn_each a::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  width: 101px;
  height: 100%;
  background: url(/assets/img/service/shindan/ico_btn_arrow.png) no-repeat left center / 100% auto;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--buttons {
    /* margin: 0 auto; */
    /* padding: 30px 0; */
    padding: 5px 0 25px;
    background: url(/assets/img/common/bg_green_pattern_01.png) repeat center top / 8px auto;
  }
  .s--buttons .btn_set {
    width: 89.333333333333333%;
    margin: 0 auto;
  }
  .s--buttons .btn_set .btn_each {
    float: none;
    width: 100%;
  }
  .s--buttons .btn_set .btn_each + .btn_each {
    margin: 15px 0 0;
  }
  .s--buttons .btn_set .btn_each a {
    font-size: 16px;
    padding: 18px 0 18px 8.955223880597014%;
  }
  .s--buttons .btn_set .btn_each a::before {
    right: 7.462686567164178%;
    width: 70px;
  }
}

/*------------------------------------------------------------------------------
  .s--service, .s--flow, .s--details
------------------------------------------------------------------------------*/
.section_shindan .bg_green {
  background: url(/assets/img/common/bg_green_pattern_01.png) repeat center top / 16px auto;
}

/* SP */
@media screen and (max-width: 768px) {
  .section_shindan .bg_green {
    background-position: center bottom;
    background-size: 8px auto;
  }
}

/*------------------------------------------------------------------------------
  .s--details
------------------------------------------------------------------------------*/
.s--details {
  width: 100%;
  padding: 50px 0;
}
.s--details .dtl {
  position: relative;
  width: 100%;
  margin: 40px auto 0;
  padding: 60px 60px 53px 60px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.s--details .dtl .box_01 {
  float: left;
  width: 360px;
}
.s--details .dtl .box_02 {
  float: right;
  width: 360px;
}
.s--details .dtl .box_01_ttl,
.s--details .dtl .box_02_ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}
.s--details .dtl .box_01_ttl {
  color: #008262;
}
.s--details .dtl .box_02_ttl {
  color: #005aca;
}
.s--details .dtl .box_01_dtl,
.s--details .dtl .box_02_dtl {
  font-size: 16px;
  line-height: 1.875;
  margin: 20px auto 0;
}
.s--details .dtl ul {
}
.s--details .dtl ul li {
  text-indent: -18px;
  padding: 0 0 0 18px;
}
.s--details .dtl ul li::before {
  content: "●";
  display: inline-block;
  font-size: 80%;
  position: relative;
  top: -1px;
  width: 18px;
  text-indent: 0;
}
.s--details .dtl .box_01_dtl ul li::before {
  color: #21bb71;
}
.s--details .dtl .box_02_dtl ul li::before {
  color: #2b9eeb;
}
.s--details .dtl .arrow {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  margin: -21px 0 0 -21px;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 21px solid #005aca;
}
.s--details .dtl .box_02_dtl p {
  padding: 0 0 10px;
}
.s--details .dtl sub {
  position: relative;
  bottom: -4px;
  vertical-align: baseline;
}
.s--details .dtl sup {
  position: relative;
  top: -4px;
  font-size: 12px;
  vertical-align: baseline;
}
.s--details .dtl strong {
  font-weight: bold;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--details {
    padding: 25px 0 50px;
  }
  .s--details .dtl {
    width: 89.33333333333334%;
    margin: 30px auto 0;
    padding: 28px 5.970149253731343% 24px;
    border-radius: 10px;
  }
  .s--details .dtl .box_01 {
    float: none;
    width: 100%;
    padding: 0 0 25px;
    border-bottom: 1px solid #ccc;
  }
  .s--details .dtl .box_02 {
    float: none;
    width: 100%;
    padding: 25px 0 0;
  }
  .s--details .dtl .box_01_ttl,
  .s--details .dtl .box_02_ttl {
    font-size: 17px;
    line-height: 1.5;
    margin: -0.25em 0;
  }
  .s--details .dtl .box_01_dtl,
  .s--details .dtl .box_02_dtl {
    font-size: 14px;
    line-height: 1.6;
    margin: 15px auto 0;
  }
  .s--details .dtl ul li {
    text-indent: -16px;
    padding: 0 0 0 16px;
  }
  .s--details .dtl ul li::before {
    width: 16px;
  }
  .s--details .dtl .arrow {
    position: relative;
    top: 0;
    left: 50%;
    margin: -9px 0 0 -18px;
    border-top: 18px solid #005aca;
    border-bottom: none;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
  }
  .s--details .dtl sub {
    top: 3px;
  }
  .s--details .dtl sup {
    top: -2px;
    font-size: 11px;
  }
}

/*------------------------------------------------------------------------------
  .s--sample
------------------------------------------------------------------------------*/
.s--sample {
  padding: 100px 0 0;
}
.s--sample .sample__inner {
  width: 100%;
  padding: 40px 40px 0;
}
.s--sample .section__txt__box {
  float: left;
  width: 510px;
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em 0;
}
.section_shindan .section__txt__box p {
}
.section_shindan .section__txt__box ul {
  margin: 1em 0 0;
}
.section_shindan .section__txt__box ul li {
  text-indent: -26px;
  padding-left: 26px;
}
.section_shindan .section__txt__box ul li a {
  font-weight: bold;
  color: #e93e52;
}
.section_shindan .section__txt__box ul li a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background: url(/assets/img/common/ic_arrow_red_r_sp.png) no-repeat left top / contain;
}
.s--sample .section__txt__box ul li a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 17px;
  background: url(/assets/img/common/ic_pdf_sp.png) no-repeat left top / contain;
}
.s--sample .sample__illust {
  float: right;
  width: 320px;
}
.s--sample .sample__illust img {
  width: 100%;
  height: auto;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--sample {
    padding: 50px 0 0;
  }
  .s--sample .sample__inner {
    padding: 30px 5.333333333333334% 0;
  }
  .s--sample .section__txt__box {
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
  }
  .section_shindan .section__txt__box ul {
    margin: 17px 0 0;
  }
  .section_shindan .section__txt__box ul li {
    text-indent: -25px;
    padding-left: 25px;
  }
  .section_shindan .section__txt__box ul li a::before {
    width: 15px;
    height: 15px;
  }
  .s--sample .sample__illust {
    float: none;
    width: 50%;
    min-width: 250px;
    margin: 30px auto 0;
  }
}

/*------------------------------------------------------------------------------
  .s--common
------------------------------------------------------------------------------*/
.s--common {
  padding: 100px 0 0;
}
.s--common .section__txt__box {
  width: 100%;
  font-size: 16px;
  line-height: 1.875;
  margin: -0.4375em 0;
  padding: 40px 40px 0;
}
.s--common .section__txt__box p + p {
  margin: 1em 0 0;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--common {
    padding: 50px 0 0;
  }
  .s--common .section__txt__box {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
    padding: 30px 5.333333333333334% 0;
  }
}

/*------------------------------------------------------------------------------
  .s--funding
------------------------------------------------------------------------------*/
.s--funding {
  padding: 100px 0 0;
}
.s--funding .section__txt__box {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  margin: -0.4375em 0;
  padding: 40px 40px 0;
}
.s--funding .section__txt__box .txt_01 {
  margin: 1em 0 0;
}
.s--funding .section__txt__box .txt_01 a {
  font-weight: bold;
  color: #e93e52;
  padding: 0 0.25em;
}
.s--funding .section__txt__box .txt_01 a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 0.2em;
  background: url(/assets/img/common/ic_arrow_red_r_sp.png) no-repeat left top / contain;
}

/* SP */
@media screen and (max-width: 768px) {
  .s--funding {
    padding: 50px 0 0;
  }
  .s--funding .section__txt__box {
    font-size: 14px;
    line-height: 1.6;
    margin: -0.3em 0;
    padding: 30px 5.333333333333334% 0;
  }
  .s--funding .section__txt__box .txt_01 {
    margin: 17px 0 0;
  }
  .s--funding .section__txt__box .txt_01 a::before {
    width: 15px;
    height: 15px;
  }
}

/*------------------------------------------------------------------------------
  .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;
  }
}
