@charset "utf-8";

@import url("/assets/css/roboto.css");

@import url("/assets/css/notosans.css");

a:hover {
  opacity: 0.6;
}

/* CSS Document */
.idecomembers {
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
	background: #b4ddb4; /* Old browsers */
	background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
}

.idecomembers a {
  text-decoration: none;
  padding: 20px 0;
  color: #FFF;
  display: block;

}
.idecomembers p {
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;

}
.col2_block .ideco_width1 {
  width: 37.0297%;
}

.col2_block .ideco_width2 {
  width: 57.0297%;
}

.ideco_mainimg {
  /*	width:70%;	*/
}

.ideco_text1 {
  padding-top: 15px;
}

.box_accordion1 {
  border: 0px solid #ff6b00;
  padding: 0;
  background-color: #FFF;
}

.box_accordion1 .btn_accordion {
  font-size: 2.6rem;
  display: block;
  background: url(../../img/index/icon-side-service_menu_white.png) no-repeat, #ff6b00;
  background-position: right 7px center;
  border: 1px solid #ff6b00;
  color: #FFF;
  text-align: center;
  cursor: pointer;
}

.box_accordion1 .btn_accordion:hover {
  background: #fff;
  color: #ff6b00;
  transition: 0.3s;
}

.box_accordion1 .box_naiyou {
  padding: 10px;
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: #FF6B00;
}

.box_accordion1 .box_naiyou .bf-af_block .before::before {
  width: 50px;
  right: -50px;
}

#box_btn_accordion1 {
  display: none;
}

@media only screen and (max-width: 767.9px) {
  .idecomembers p {
    font-size: 1.6rem;
  }
  .col2_block .ideco_width1 {
    width: 100%;
  }
  .col2_block .ideco_width2 {
    width: 100%;
  }
  .ideco_mainimg {
    width: auto;
  }
  .ideco_text1 {
    padding-top: 0;
  }
  .box_accordion1 .btn_accordion {
    padding-right: 15px;
  }
}

.box_kumiawase > ul {
  display: flex;
          justify-content: space-between;
}

.box_kumiawase > ul li {
      flex-basis: 32%;
  background-color: #FFF4CD;
  border-radius: 6px;
  padding: 0;
  text-align: center;
}

.box_kumiawase > ul li p.text_ttl {
  padding: 10px;
  margin-bottom: 15px;
  color: #FFF;
  font-weight: bold;
}

.box_kumiawase > ul li:nth-child(1) p.text_ttl {
  background-color: #E83820;
}

.box_kumiawase > ul li:nth-child(2) p.text_ttl {
  background-color: #007AC6;
}

.box_kumiawase > ul li:nth-child(3) p.text_ttl {
  background-color: #009944;
}

.box_kumiawase > ul li span.text_name {
  font-size: 1.8rem;
}

.box_kumiawase > ul li p span.text_type {
  display: inline-block;
  background-color: #FFF;
  padding: 5px;
  margin-left: 10px;
  border-radius: 10px;
}

.box_kumiawase > ul li:nth-child(1) p span.text_type {
  color: #E83820;
}

.box_kumiawase > ul li:nth-child(2) p span.text_type {
  color: #007AC6;
}

.box_kumiawase > ul li:nth-child(3) p span.text_type {
  color: #009944;
}

.box_kumiawase > ul li figure {
  text-align: center;
}

.box_kumiawase > ul li figure img {
  width: 90%;
}

@media (max-width: 767.9px) {
  .box_kumiawase > ul {
    display: block;
  }
  .box_kumiawase > ul li figure img {
    width: 100%;
    max-width: 160px;
  }
}

.box_btnfix {
  position: fixed;
  width: 100%;
  z-index: 210;
  bottom: 0;
  left: 0;
  background-color: #f7e9cd;
  padding: 15px;
          box-shadow: 0 -7px 10px -4px rgba(0, 0, 0, 0.6);
  display: flex;
          justify-content: center;
}

.box_btnfix p.btn_radius {
      flex-basis: 500px;
  display: flex;
}

.box_btnfix span.text_title {
  font-size: 2rem;
}

.box_btnfix p.btn_radius a {
  margin-bottom: 0;
  line-height: 1.2;
      flex-basis: 100%;
  display: flex;
          align-items: center;
          justify-content: center;
      flex-wrap: wrap;
}

.box_btnfix p.btn_radius a::after {
  display: none;
}

.box_btnfix p.btn_radius a > span {
      flex-basis: 100%;
}

@media (max-width: 767.9px) {
  .box_btnfix {
    padding: 10px;
    display: block;
  }
  .box_btnfix p.btn_radius {
    width: 96%;
    margin-bottom: 10px;
  }
  .box_btnfix p.btn_radius a {
    margin-right: 0;
    margin-left: 0;
  }
  .box_btnfix span.text_title {
    font-size: 1.8rem;
  }
}

.box_hayamihyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box_hayamihyo > ul {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
}

.box_hayamihyo > figure {
  -ms-flex-preferred-size: 410px;
      flex-basis: 410px;
}

.box_hayamihyo > figure img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media screen and (max-width: 767.9px) {
  .box_hayamihyo {
    display: block;
    margin-bottom: 15px;
  }
}

ul.anchor_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  margin-top: 64px;
}
ul.anchor_list a{
  width: 100%;
  height: 182px;
  background: var(--lt-gray);
  border-radius: 7px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

ul.anchor_list a::after{
  content: '';
  position: absolute;
  display: block;
  width: 14.14px;
  height: 14.14px;
  border-top: var(--ncb-orange) 2px solid;
  border-right: var(--ncb-orange) 2px solid;
  transform: rotate(135deg);
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
ul.anchor_list a li p {
  margin: 18px auto 8px auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
ul.anchor_list a li img{
  height: 90px;
  margin: auto;
}

.slash_orange{
  display: inline-block;
  position: relative;
}
.slash_orange::before {
  width: 2px;
  height: 25px;
  transform: rotate(315deg);
  left: -13px;
  position: absolute;
  content: '';
  background: var(--ncb-orange);
  top: 0;
  bottom: -3px;
  margin: auto;
}
.slash_orange::after {
  width: 2px;
  height: 25px;
  transform: rotate(45deg);
  right: -13px;
  position: absolute;
  content: '';
  background: var(--ncb-orange);
  top: 0;
  bottom: -3px;
  margin: auto;
}
.ideco_about_img{
  margin-bottom: 17px;
}
.ideco_asterisk{
  display: block;
  text-align: left;
  font-size: 12px;
}
.ideco_asterisk2{
  font-size: 14px;
}
ul.point_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: 55px;
  margin-bottom: 40px;
}
ul.point_list li{
  width: 100%;
  height: 368px;
  text-align: center;
  border: var(--ncb-orange) 1px solid;
  border-radius: 7px;
  position: relative;
}
ul.point_list li p{
  font-size: 22px;
  line-height: 30px;
  padding-top: 31px;
}
ul.point_list li img{
  margin-bottom: 12px;
}
.point_beige{
  background: #FFF7E8;
  border-radius: 7px 7px 0 0;
}
.point_num01{
  color: var(--white);
  background: var(--ncb-orange);
  border-radius: 15px;
  font-size: 18px;
  font-weight: bold;
  width: 100px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 30px;
}
.point_num02{
  color: var(--white);
  background: var(--ncb-orange);
  border-radius: 15px;
  font-size: 15px;
  width: 100px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 30px;
}
.point_text{
  margin: 24px 16px 0 16px;
  line-height: 19px;
  text-align: left;
}
.modal_ideco{
  width: 100%;
  height: 100px;
  background: var(--lt-beige);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 16px;
}
.modal_ideco p{
  font-size: 22px;
  line-height: 30px;
  padding-left: 30px;
}
.modal_small{
  font-size: 18px;
}
.modal div + div{
  margin-top: 16px;
}

#merit ul li{
  height: 303px;
}
#merit ul li p{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 6px;
}
.p-merit__list img {
  width: 120px;
}

.ideco_simulation{
  height: 174px;
}
#merit .ideco_simulation p{
  text-align: center;
  font-size: 16px;
  padding-top: 26px;
}



.lineup_needs p{
  font-size: 18px;
  text-align: center;
  line-height: 24px
}
.needs_wrap{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 44px auto 38px;
}
.needs{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 32%;
}
.needs img{
  height: 92px;
  width: auto;
  position: absolute;
  z-index: 1;
  right: 4px;
  bottom: -6px;
}
.needs p{
  width: 100%;
  font-size: 16px;
  text-align: left;
  padding: 14px 20px;
  border-radius: 7px;
  line-height: 26px;
}
.needs p.human1{
  background: var(--lt-orange);
}
.needs p.human2{
  background: #EFEDFF;
}
.needs p.human3{
  background: var(--lt-red);
}
.needs p span.needs_bold{
  font-size: 18px;
  font-weight: bold;
  border-bottom: var(--ncb-orange) 2px solid;
}
.needs p .small {
  font-size: 14px;
}
#lineup p.ideco_asterisk {
  text-align: center;
  margin: 17px 0 80px 0;
}
#lineup ul.point_list li{
  height: 370px;
}
#lineup ul.point_list li img{
  width: 205px;
  margin-bottom: 16px;
}
#lineup ul.point_list li p{
  font-size: 16px;
  line-height: 21px;
  padding-top: 0;
  margin: 20px auto 12px auto;
}
.pattern_human{
  font-size: 18px;
  line-height: 24px;
  padding-top: 25px;
}
.pattern_human::after{
  content: '';
  width: 54px;
  height: 2px;
  display: block;
  background: var(--ncb-orange);
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
}
.pattern_text{
  font-size: 18px;
  line-height: 24px;
  color: var(--ncb-orange);
  margin: 18px auto 0 auto;
}

.contact_wrap{
  text-align: center;
  margin-top: 62px;
}
.contact_wrap .slash_orange{
  font-size: 20px;
  margin-top: 9px;
  display: inline-block;
  position: relative;
}
.contact_wrap .slash_orange::before{
  content: '';
  width: 3px;
  height: 35px;
  transform: rotate(327deg);
  background: var(--ncb-orange);
  position: absolute;
  left: -60px;
}
.contact_wrap .slash_orange::after{
  content: '';
  width: 3px;
  height: 35px;
  transform: rotate(33deg);
  background: var(--ncb-orange);
  position: absolute;
  right: -60px;
}
ul.contact_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: 21px;
  margin-bottom: 30px;
}
ul.contact_list li{
  width: 100%;
  position: relative;
}


dt.balloon_01 {
  font-size: 12px;
  position: relative;
  display: inline-block;
  padding: 4px 0 5px 0;
  width: 133px;
  color: var(--white);
  background: var(--ncb-orange);
  border-radius: 12.5px;
}
dt.balloon_01::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 8%;
  border: 4px solid transparent;
  border-top: 4px solid var(--ncb-orange);
}

ul.contact_list li dl dd img{
  height: 100px;
  width: auto;
  position: relative;
  margin: 17px auto;
}
ul.contact_list li dl dd:nth-of-type(1):before{
  content: '';
  width: 175px;
  height: 175px;
  background: #FFF8ED;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
}



h3.ttl_h3_ideco2{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 17px;

}
.step{
  border: #DDD 1px solid;
  border-radius: 4px;
  padding: 20px 30px;
  position: relative;
}
.step:not(:first-child){
  margin-top: 64px;
}
.step:not(:first-child)::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 40px 0 40px;
  border-color: var(--ncb-yellow) transparent transparent transparent;
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  margin: auto;
}
.step p{
  font-size: 16px;
  line-height: 26px;
}
.step_astarisk {
  font-size: 14px;
}
.address_ideco{
  margin: 17px auto 0 auto;
  max-width: 463px;/* 後で戻す */
}
.step .ideco_document {
  display: flex;
  justify-content: center;
  column-gap: 13px;
  margin: 30px auto 0 auto;
}
.step .ideco_document dt{
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  width: 216px;
  height: 27px;
  margin-bottom: 8px;
}
.step .ideco_document dd {
  line-height: 20px;
}
.bg_ncb-yellow {
  background: var(--ncb-yellow) !important;
}
.bg_ncb-blue {
  background: var(--ncb-blue) !important;
  color: var(--white);
}

.bg_lt-gray {
  background: var(--lt-gray) !important;
}
.bg_lt-orange {
  background: var(--lt-orange) !important;
}
.color_ncb-orange {
  color: var(--ncb-orange) !important;
}
.color_e64562{
  color: #E64562 !important;
}
.font14{
  font-size: 14px !important;
}
.font12{
  font-size: 12px !important;
}
.font8{
  font-size: 8px !important;
  vertical-align: top;
}
.table02_block table {
  width: 100%;
  border-spacing: 0;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  table-layout: fixed;
}
.table02_block table th {
  padding: 25px;
  background: var(--lt-gray);
  font-weight: bold;
  vertical-align: middle;
  word-break: break-all;
  text-align: left;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.table02_block table td {
  padding: 25px;
  vertical-align: middle;
  word-break: break-all;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background: var(--white);
}

.table03_block table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}
.table03_block table tr:first-child th:first-child {
  border-left: none;
  border-top: none;
  background: var(--white);
}
.table03_block table tr:first-child th {
  padding: 15px 25px;
  background: var(--lt-beige);
  border-top: 1px solid #DDD;
  text-align: center;
}
.table03_block table tr th:first-child {
  border-left: 1px solid #DDD;
}
.table03_block table th {
  padding: 25px;
  background: var(--lt-gray);
  font-weight: bold;
  vertical-align: middle;
  word-break: break-all;
  text-align: left;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.table03_block table td {
  padding: 25px;
  vertical-align: middle;
  word-break: break-all;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  background: var(--white);
}

ul.ideco_asterisk{
  margin-top: 17px;
  margin-bottom: 42px;
}
ul.ideco_asterisk > li {
  text-indent: -1.0em !important;
  margin-left: 1em;
  padding-left: 0 !important;
  font-size: 12px;
  line-height: 16px;
}

h3.ttl_h3_ideco3{
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding-left: 12px;
  padding-bottom: 19px;
}
.ideco_please{
  background: #FEEFD5;
  border-radius: 10px;
  padding: 16px 8px 8px 8px;
}
.ideco_please_white{
  background: var(--white);
  border-radius: 10px;
  padding: 20px;
}


@media (max-width: 767.9px) {

  ul.anchor_list {
    flex-direction: column;
    row-gap: 12px;
    margin-top: 40px;
  }
  ul.anchor_list a {
    height: 52px;
  }
  ul.anchor_list a::after {
    width: 8.49px;
    height: 8.49px;
    top: 0;
    bottom: 0;
    right: 20px;
    left: auto;
    margin: auto;
  }
  ul.anchor_list a li{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  ul.anchor_list a li img {
    height: 32px;
    width: 32px;
    padding: 10px 12px;
    margin: 0;
  }
  ul.anchor_list a li p{
    margin: auto auto auto 0;
    font-size: 16px;
  }
  p.about_orange{
    font-size: 16px;
    margin: 25px 0 16px 0;
    line-height: 21px;
  }
  .slash_orange::before {
    width: 2px;
    height: 16px;
    transform: rotate(343deg);
    left: -6px;
  }
  .slash_orange::after {
    width: 2px;
    height: 16px;
    transform: rotate(17deg);
    right: -6px;
  }
  .ideco_asterisk {
    font-size: 10px;
  }
  ul.point_list {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 55px;
    margin-bottom: 24px;
  }
  ul.point_list li {
    width: 100%;
    height: 286px;
  }
  ul.point_list li .point_beige p{
    font-size: 18px;
  }
  .point_text {
    margin-top:  16px;
    font-size: 13px;
    line-height: 17px;
  }
  h3.ttl_h3_ideco1 {
    margin-bottom: 30px;
  }
  .modal_ideco {
    flex-direction: column;
    padding: 24px;
    height: auto;
    row-gap: 14px;
  }
  .modal_small{
    font-size: 16px;
  }
  .modal_ideco p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding-left: 0;
  }

  #merit ul li {
    height: auto;
    padding-bottom: 24px;
  }
  #merit ul li p {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .ideco_simulation {
    height: auto;
    padding: 0 18px 24px 18px;
  }

  .lineup_needs p {
    font-size: 14px;
    line-height: 23px;
  }
  .needs_wrap {
    flex-direction: column;
    margin: 31px auto 40px auto;
    max-width: 400px;
  }
  .needs {
    width: 308px;
  }
  .needs img {
    height: 85px;
    position: absolute;
    z-index: 1;
    top: 8px;
  }
  .needs:nth-child(even) {
    margin-left: auto;
  }
  .needs:nth-child(odd) img {
    left: -3px;
  }
  .needs:nth-child(even) img {
    right: -3px;
  }
  .needs p {
    text-align: left;
    padding-top: 16px;
    padding-bottom: 20px;
    margin: 0;
  }
  .needs p .small {
    font-size: 16px;
  }
  .lineup_needs .needs_wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .needs p span.needs_bold{
    font-size: 18px;
  }
  .needs:nth-child(odd) p{
    padding-left: 63px;
  }
  .needs:nth-child(even) p{
    padding-left: 32px;
  }
  #lineup p.ideco_asterisk {
    margin-bottom: 60px;
  }
  .pattern_human {
    font-size: 15px;
    line-height: 20px;
  }
  .pattern_human::after {
    bottom: -4px;
  }
  #lineup ul.point_list {
    margin-top: 45px;
    margin-bottom: 60px;
  }
  #lineup ul.point_list li {
    height: auto;
    padding-bottom: 16px;
  }
  #lineup ul.point_list li p {
    font-size: 15px;
    line-height: 20px;
    margin: 13px auto 16px auto;
  }
  .pattern_text {
    font-size: 15px;
    line-height: 20px;
    margin-top: 17px;
  }
  .table02_block table, tr, th, td{
    font-size: 12px;
    line-height: 14px;
  }
  .table02_block table th {
    padding: 0 8px;
    font-weight: 500;
    height: 42px;
  }
  .table02_block table td {
    padding: 12px 8px;
  }
  .table03_block table {
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
  }
  .table03_block table tr:first-child th:first-child {
    border-left: none;
    border-top: none;
    background: var(--white);
  }
  .table03_block table tr:first-child th {
    padding: 15px 25px;
    background: var(--lt-beige);
    border-top: 1px solid #DDD;
  }
  .table03_block table tr th:first-child {
    border-left: 1px solid #DDD;
  }
  .table03_block table th {
    padding: 25px;
    background: var(--lt-gray);
    font-weight: bold;
    vertical-align: middle;
    word-break: break-all;
    text-align: left;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
  }
  .table03_block table td {
    padding: 25px;
    vertical-align: middle;
    word-break: break-all;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: var(--white);
  }
  ul.ideco_asterisk{
    margin: 8px auto 25px auto;
  }
  ul.ideco_asterisk > li {
    font-size: 11px;
    line-height: 15px;
  }
  .contact_wrap {
    margin-top: 30px;
  }
  .contact_wrap p {
    font-size: 12px;
  }
  .contact_wrap p.slash_orange {
    font-size: 15px;
  }
  .contact_wrap p.slash_orange::before {
    width: 2px;
    height: 20px;
    transform: rotate(317deg);
    left: -23px;
  }
  .contact_wrap p.slash_orange::after {
    width: 2px;
    height: 20px;
    transform: rotate(43deg);
    right: -23px;
  }
  ul.contact_list {
    flex-direction: column;
    row-gap: 24px;
  }
  .step {
    padding: 24px 20px;
  }
  .step p {
    font-size: 13px;
    line-height: 23px;
  }
  .step_astarisk {
    font-size: 13px;
  }
  h3.ttl_h3_ideco2 {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .step .ideco_document {
    flex-direction: column;
    align-items: center;
    margin-top: 18px
  }
  .step .ideco_document dl:first-child {
    margin-bottom: 17px;
  }
  .step .ideco_document dt {
    font-size: 14px;
  }
  .step .ideco_document dd {
    font-size: 13px;
    line-height: 23px;
  }

  .table03_block table tr:nth-of-type(3n-2) th {
    /* border-left: none;
    border-top: none; */
    background: var(--lt-beige);
    padding: 15px 25px;
  }
  .table03_block table tr:first-child th {
    border-left: 1px solid #DDD !important;
    border-top: 1px solid #DDD !important;
    background: var(--lt-beige) !important;
  }
  .table03_block table tr th.th_h53 {
    padding: 0 13px;
    height: 53px;
  }
  .table03_block table tr td.td_h53 {
    padding: 0 20px;
    height: 53px;
  }

  h3.ttl_h3_ideco3 {
    padding-left: 16px;
  }
  .ideco_please_white p {
    font-size: 13px;
    line-height: 20px;
  }
  .attention li {
    font-size: 13px;
    line-height: 24px;
  }
  .attention p {
    font-size: 12px;
    line-height: 18px;
  }
  
  .btn_margin30{
    margin: 30px auto;
  }
  .needs_wrap div + div{
    margin-top: 30px;
  }
  .ideco_asterisk2{
    font-size: 11px;
  }

}

/* ----------------- modal ----------------- */
/* modal */
.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(157,157,157,0.8);
  z-index: 99999;
  overflow-x: scroll;
}
.modal_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal_body {
  width: 1100px;
  max-height: 80vh;
  height: fit-content;
  padding: 12px 0 65px;
  background: #F7F5F2;
  border-radius: 30px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  overflow-y: scroll;
}
.js-modal-01 .modal_body,
.js-modal-02 .modal_body,
.js-modal-04 .modal_body {
  top: 0;
  bottom: 0;
}
.js-modal-03 .modal_body,
.js-modal-05 .modal_body {
  top: 10%;
}
.modal_body .modal_close {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 20px 10px auto;
  position: relative;
  cursor: pointer;
}
.modal_body .modal_close {
  background: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid var(--beige);
}
.modal_body .modal_close span {
  display: block;
  width: 20px;
  height: 2px;
  background: #F07800;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal_body .modal_close span:first-of-type {
  transform: rotate(45deg);
}
.modal_body .modal_close span:last-of-type {
  transform: rotate(-45deg);
}
.modal_close_text {
  text-align: center;
  margin-top: 24px;
}
.modal_close_text a{
  width: fit-content;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}
.modal_item {
  width: 740px;
  margin: 0 auto;
}
.modal_lead {
  margin: auto;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-size: 23px;
  margin-bottom: 20px!important;
  width: fit-content;
}

.modal_item > dd > p{
  font-size: 18px;
  line-height: 24px;
}
.modal_item > dd > p:first-child {
  margin-top: 20px;
}
.modal_item > dd > p:not(:first-child) {
  margin-top: 25px;
}


@media screen and (max-width: 767.9px) {
  .modal_body {
    width: 90%;
    max-width: 340px;
    padding: 16px 0 60px;
    /* top: 10%; */
  }
  .modal_body .modal_close {
      margin: 0 20px 15px auto;
  }
  .modal_item {
    max-width: 300px;
  }
  .modal_list {
    max-width: 300px;
    padding: 10px 10px 30px 6px;
  }
  .modal_list-item {
    text-indent: -2.5rem;
    padding-left: 2.5rem;
  }
  .modal_item .modal_button {
    width: 280px;
  }
  .modal_item .modal_lead {
      font-size: 15px;
      margin-bottom: 16px;
      line-height: 24px;
      margin-left: 0;
  }
  .modal_item > dd > p {
    font-size: 15px;
    line-height: 21px;
  }
  .modal_item > dd > span {
    font-size: 12px;
    line-height: 16px;
  }

}

/* modal-03 */
.c-modal--new-normal2 ul.point_list li {
  height: auto;
}
.c-modal--new-normal2 ul.point_list li p.point_lead {
  font-size: 18px;
  color: var(--ncb-orange);
  min-height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.c-modal--new-normal2 ul.point_list li p.point_lead + p {
  padding-top: 2px;
  font-size: 16px;
}
.c-modal--new-normal2 ul.point_list li img {
  margin-top: 17px;
  width: 120px;
}
.c-modal--new-normal2 .simulation_box {
  border-radius: 0 0 7px 7px;
  padding: 25px 0 30px;
}
.c-modal--new-normal2 .simulation_box dt {
  font-size: 14px;
  line-height: 19px;
}
.c-modal--new-normal2 .simulation_box dd {
  font-size: 16px;
  line-height: 21px;
  margin-top: 2px;
}
.c-modal--new-normal2 .simulation_box dd span{
  font-weight: bold;
  font-size: 22px;
  color: var(--ncb-orange);
}
@media screen and (max-width: 767.9px) {
  /* modal-03 */
}

/* modal-04 */
.efficacy_02_wrap > p {
  margin-bottom: 16px;
  font-size: 18px;
}
.efficacy_02_wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 39px;
  flex-direction: column;
}
.efficacy_02_wrap_wrap {
  display: flex;
  justify-content: center;
  text-align: center;
}
.efficacy_02_item {
  width: 49%;
  border-radius: 10px;
  padding: 19px 21px;
}
.efficacy_02_item:first-child {
  background: #E6E6E6;
}
.efficacy_02_item:last-child {
  background: var(--white);
  border: 1px solid var(--ncb-orange);
  margin-left: 6%;
  position: relative;
}
.efficacy_02_item > p{
  font-size: 18px;
}
.efficacy_02_item_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.efficacy_02_item_wrap img {
  max-width: 120px;
}
.efficacy_02_item:first-child .efficacy_02_item_wrap p {
  font-size: 16px;
  line-height: 21px;
}
.efficacy_02_item:first-child .efficacy_02_item_wrap span {
  font-size: 12px;
  line-height: 16px;
}
.efficacy_02_item:last-child .efficacy_02_item_wrap p {
  font-size: 17px;
  line-height: 22px;
  color: var(--ncb-orange);
}
.efficacy_02_item_text {
  margin-left: 20px;
}
.efficacy_02_item:first-child::after {
  content: '';
  width: 24px;
  height: 80px;
  background-image: url(../../tameru/ideco/img/icon_arrow.webp);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -35px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
}
@media screen and (max-width: 767.9px) {
  /* modal-04 */
  .js-modal-04 .efficacy_02_wrap > p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .efficacy_02_item_wrap {
    flex-direction: column;
  }
  .efficacy_02_item:first-child {
    background: none;
  }
  .efficacy_02_item:last-child {
    background: none;
    border: none;
    margin-left: 6%;
    position: relative;
  }
  .efficacy_02_wrap {
    background: var(--white);
    border: 1px solid var(--ncb-orange);
    border-radius: 10px;
    padding: 17px 6px;
  }
  .efficacy_02_item {
    width: 47%;
    border-radius: 10px;
    padding: 0px;
  }
  .efficacy_02_item_wrap img {
    max-width: 70px;
  }
  .efficacy_02_item > p {
    font-size: 13px;
  }
  .efficacy_02_item:first-child .efficacy_02_item_wrap p {
    font-size: 13px;
    line-height: 17px;
  }
  .efficacy_02_item:first-child .efficacy_02_item_wrap span {
    font-size: 11px;
    line-height: 12px;
  }
  .efficacy_02_item:last-child .efficacy_02_item_wrap p {
    font-size: 13px;
    line-height: 17px;
  }
  .efficacy_02_item:first-child::after {
    width: 15px;
    height: 50px;
  }
  .efficacy_02_item:last-child > p {
    color: var(--ncb-orange);
  }
  .efficacy_02_item_text {
    margin-left: 0px;
    margin-top: 12px;
  }
  .efficacy_02_item:first-child::after {
    right: -17px;
  }
  .efficacy_02_item:first-child > p::after {
    content: '';
    width: 30px;
    height: 1px;
    background: var(--ncb-black);
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
  }
  .efficacy_02_item:last-child > p::after {
    content: '';
    width: 30px;
    height: 1px;
    background: var(--ncb-orange);
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
  }

}

/* modal-05 */
.efficacy_03_item {
  background: var(--white);
}

ul.point_list .efficacy_03_item p.point_lead {
    color: #000000;
    min-height: auto;
    line-height: 24px;
    font-weight: 500;
}
ul.point_list .efficacy_03_item p.point_lead + p{
  line-height: 21px;
  margin-top: 18px;
}

ul.point_list .efficacy_03_item img {
  height: auto;
  max-width: 188px;
}
ul.point_list .efficacy_03_item p:last-child {
  font-size: 18px;
  padding-top: 0;
  line-height: 24px;
  margin-bottom: 25px;
  margin-top: 9px;
}
ul.point_list .efficacy_03_item p:last-child span{
  color: var(--ncb-orange);
}
.point_list.efficacy_03_wrap {
  align-items: stretch;
}
ul.point_list .efficacy_03_item p.point_lead + p {
  line-height: 21px;
}

.hayami_wrap {
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.hayami_wrap img {
  max-width: 382px;
}
.modal-container ul.point_list .efficacy_03_item img {
  margin: 17px auto 0;
}

@media screen and (max-width: 767.9px) {
  /* modal-05 */
  ul.point_list .efficacy_03_item p.point_lead {
    margin-top: 20px;
    padding-top: 0;
  }
  ul.point_list .efficacy_03_item p.point_lead + p {
    margin-top: 0px;
  }
  ul.point_list .efficacy_03_item img {
    height: auto;
    width: 100%;
    margin-top: 13px;
  }
  .hayami_wrap {
    flex-direction: column-reverse;
  }
  .hayami_wrap img {
    width: 100%;
  }

}
/* about */
#about ul.point_list li img {
  width: 120px;
}

/* Youtube */
.movie_wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
}
.movie_wrap iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
/*Freedial*/
.icon_freedial{
  padding-left:45px;
  display: inline-block;
  position: relative;
}
.icon_freedial::before{
  content: "";
  display: block;
  width:40px;
  height: 30px;
  background-image: url(./img/icon_freedial.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  background-position: center center;
  left:0;
  top:calc((100% - 30px) * 0.5)
}
@media screen and (min-width: 768px) {
  .icon_freedial {
    font-size: 48px;
  }
}
@media screen and (max-width: 767.9px) {
  .icon_freedial{
    padding-left: 30px;
  }
  .icon_freedial::before{
    width:25px;
    height: 20px;
    top:calc( (100% - 20px) * 0.5)
  }
  .icon_freedial > a{
    font-size: 32px;
    color: var(--ncb-orange) !important;
    text-decoration: none;
  }
}
/* モジュール */
.c-btn-cv a {
  color: var(--white);
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .c-btn__col > .c-btn-cv {
    margin-bottom: 15px;
  }
}
.p-tw--hikisagego > col:nth-of-type(1){
    width: 13%;
  }
  
  .p-tw--hikisagego > col:nth-of-type(2){
    width: 22%;
  }
  .p-tw--hikisagego > col:nth-of-type(3){
    width: 17%;
  }
    .p-tw--hikisagego > col:nth-of-type(4){
    width: 18%;
  }
    .p-tw--hikisagego > col:nth-of-type(5){
    width: 16%;
  }
    .p-tw--hikisagego > col:nth-of-type(6){
    width: auto;
  }
  .c-table--scroll.p-table--hikisage td{
    padding:20px 15px;
  }
/*　マンガ */
.p-comic {
  padding: 20px 40px;
}
.p-comic__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.p-comic__box img{
  width: 51%;
  max-width: 330px;
}
.p-comic__title {
  max-width: 280px;
  text-align: center;
}
.p-comic__sub {
  width: fit-content;
  display: inline-block;
  color: #FFF;
  background: var(--ncb-blue);
  font-size: 18px;
  padding: 4px 15px;
  border-radius: 19px;
  margin-bottom: 12px;
}
.p-comic__head {
  width: fit-content;
  display: inline-block;
  color: var(--ncb-blue);
  font-size: 24px;
}
.p-comic__head > span {
  color: var(--ncb-orange);
}
@media screen and (max-width:767.9px) {
  .p-comic {
    padding: 20px;
    margin-bottom: 25px;
  }
  .p-comic__box {
    flex-direction: column;
  }
  .p-comic__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-comic__sub {
    font-size: 16px;
    padding: 6px 18px;
    margin-bottom: 10px;
  }
  .p-comic__head {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .p-comic__box img {
    width: 100%;
  }
}
.p-comic-modal .c-modal--new-normal__wrap{
  width: auto;
  max-width: 64.1vh;
  max-height: 90vh;
  height: 90vh;
}
.p-comic-modal__box__wrap {
  position: relative;
}
.p-comic-modal .swiper-pagination {
  width: fit-content;
  color: #fff;
  background: #000;
  border-radius: 19px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  bottom: 10px!important;
  right: 10px!important;
  left: auto!important;
  margin: auto;
}
.p-comic-modal .c-modal__close {
  right: 0;
}
.p-comic-modal__box__wrap .scroll-hint-icon-wrap {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute !important; 
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10000 !important;
  pointer-events: none;
}
@keyframes scroll-hint-move-reverse {
  0% { transform: translateX(-20px); opacity: 0; }
  50% { opacity: 1; }
  100% { transform: translateX(20px); opacity: 0; }
}
.p-comic-modal__box__wrap .scroll-hint-icon::before {
  animation: scroll-hint-move-reverse 1.5s infinite !important;
}
.p-comic-modal__box__wrap .scroll-hint-icon::after {
  animation: scroll-hint-move-reverse 1.5s infinite !important;
}
.p-comic-modal.c-modal--new-normal .c-modal__close {
  top: 10px;
  right: 10px;
  background: rgba(0,0,0,0.8);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-comic-modal.c-modal--new-normal .c-modal__close img {
  width: 15px;
  height: 15px;
}
.p-comic-page {
  width: 100%;
}
.swiper.p-comic-modal__box .swiper-slide {
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;
    background: #FFF;
}
.p-comic-cta .c-btn__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-comic-cta {
  width: 100%;
  height: 100%;
  padding: 60px 10px;
  position: relative;
  direction: ltr !important;
}
.p-comic-cta h4 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 26px;
  color: var(--ncb-blue);
  font-weight: 700;
}
.p-comic-cta .c-cta__button {
  max-width: 100%;
}

@media screen and (max-width:767.9px) {
  .p-comic-modal__box__wrap {
    padding-bottom: 40px;
  }
  .p-comic-modal .c-modal--new-normal__wrap{
    width: 100%;
    max-width: 580px;
    max-height: 80vh;
    height: auto;
  }
  .p-comic-modal.c-modal--new-normal .c-modal__close {
    right: 15px;
    top: -40px;
    background: none;
  }
  .p-comic-modal.c-modal--new-normal .c-modal__close img {
    width: 100%;
    height: 100%;
  }
  .p-comic-modal__box__wrap {
    padding-bottom: 44px;
  }
  .p-comic-modal .swiper-pagination {
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
  }
  .p-comic-cta h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
