.expand_item_list {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}

.expand_item_list li {
  position: relative;
  width: 100%;
  margin: 40px 0;
  margin: 2.5rem 0;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.expand_item_list li input[id*="expand_item_ck"] {
  display: none;
}

.expand_item_list li input[id*="expand_item_ck"]:checked~.expand_item .toggle_group .toggle s.bar:first-child {
  transform: rotate(0deg);
}

.expand_item_list li input[id*="expand_item_ck"]:checked~.expand_item i {
  background: #dc164b !important;
}

.expand_item_list li input[id*="expand_item_ck"]:checked~.expand_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
}

.expand_item_list li .expand_item,
.expand_item_list li .expand_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.expand_item_list li .expand_list {
  width: 100%;
  /* left: 5%;
  padding-top: 48px; */
  padding-top: 3rem;
}

.expand_item_list li .expand_item img,
.expand_item_list li .expand_list img {
  -ms-flex: none;
  flex: none;
  width: auto;
  margin-right: 10px;
}

.expand_item_list li .expand_item {
  cursor: pointer;
  width: 100%;
  max-width: 480px;
  margin: auto;
}

.expand_item_list li .expand_item i {
  border: none;
  width: 90%;
  height: 50px;
  font-size: 25px;
  font-size: 1.6rem;
  line-height: 38px;
  color: #000;
  background: #d6d6d6;
  font-weight: 300;
  padding: 8px 15px;
  position: absolute;
  margin: 0 auto;
  right: 5%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  border-radius: 8px;
  transition: background 0.5s;
}

.expand_item_list li .expand_item .toggle_group {
  position: relative;
  width: 324px;
  margin: 0 auto;
}

.expand_item_list li .expand_item .toggle_group .toggle s.bar {
  position: absolute;
  right: 0;
  left: 0;
  top: 8px;
  background-color: #000;
  width: 12px;
  height: 2px;
  transition: all 0.5s;
}

.expand_item_list li .expand_item .toggle_group .toggle s.bar:first-child {
  transform: rotate(90deg);
}

.expand_item_list li .expand_item .toggle_group .toggle_left {
  position: absolute;
  left: -10px;
}

.expand_item_list li .expand_item .toggle_group .toggle_right {
  position: absolute;
  right: 0px;
}

.expand_item_list li .expand_item:hover i {
  background: #f9827c;
}

.expand_item_list li .expand_list {
  display: none;
}

.expand_item_list li .expand_list a {
  color: #000;
  text-decoration: underline;
  transition: color 0.3s;
}

.expand_item_list li .expand_list a:hover {
  color: #dc164b;
}

.expand_style_2 {
  width: 100%;
  background: #fed5d3;
  color: #000;
  border-radius: 0.8rem;
  font-size: 19px;
  font-size: 1.2rem;
}

.expand_style_2 td {
  padding: 10px 8px;
}

.expand_style_2 td small{
  font-size: smaller;
}

table.expand_style_2 tr {
  border-bottom: 3px #f9f9f9 solid;
}

table.expand_style_2 .td_border {
  border-right: 3px #f9f9f9 solid;
}

table.expand_table {
  line-height: 1.2;
}

.ahs-center {
  text-align: center;
}

.ahs-left {
  text-align: left;
}

.ahs-example2 {
  margin-top: 80px;
  margin-top: 5rem;
}

.ahs-icon {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.ahs-text-green {
  color: #199da8;
}

/* 202402調整 */
#top_banner .top_info > li{
  align-items: center;
  position: relative;
}
#top_banner .top_info > li h1{
  padding-left: 1rem;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.section_title{
  margin-bottom: 2rem;
}
.prod_list .featureTitle{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fc527e;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  padding: 0 24px 0 92px;
}
.prod_list .featureTitle._yellow{
  background-color: #fee45a;
}
.prod_list .featureTitle .icon{
  max-width: 72px;
  position: absolute;
  top: -11px;
  left: 15px;
}
.prod_list .featureTitle h4{
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 0.25rem;
  padding: 1rem 0;
}
.prod_list .featureTitle._yellow h4{
  color: #000;
}
.prod_list .featureTitle h4 small.annotation {
  color: #fff;
}
.prod_list .featureTitle h4>span{
  color: #fffc05 !important;
}
.prod_list .featureTitle._yellow h4>span{
  color: #d7374c !important;
}

.prod_list .featureTitle.h2spec h2{
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 0.25rem;
  padding: 1rem 0;
}
.prod_list .featureTitle.h2spec._yellow h2{
  color: #000;
}
.prod_list .featureTitle.h2spec h2 small.annotation {
  color: #fff;
}
.prod_list .featureTitle.h2spec h2>span{
  color: #fffc05 !important;
}
.prod_list .featureTitle.h2spec_yellow h2>span{
  color: #d7374c !important;
}

.prod_list > li{
  display: block;
}
.prod_list > li .text{
  position: relative;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 1.3rem;
}
.prod_list > li .text .pic{
  display: block;
  margin: 1rem auto;
}
.d-flex > li{
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.d-flex._c > li{
  align-items: center !important;
}
.d-flex > li .text{
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4rem;
}
.d-flex > li .ahs-icon~div{
  flex: 1;
  margin-bottom: 2rem;
}
.d-flex > li .ahs-icon~div .text{
  margin-bottom: 0;
}
ul.greenDisc{
  list-style: none;
}
ul.greenDisc li{
  padding-left: 1em;
  position: relative;
}
ul.greenDisc li::before{
  content: '';
    width: 0.45em;
    height: 0.45em;
    border-radius: 50%;
    background-color: #199da8;
    position: absolute;
    top: 0.45em;
    left: 0.1em;
}
.table_pic{
  width: 100%;
  max-width: 811px;
}
.table_pic img{
  width: 100%;
  max-width: 811px;
}
.sp_box{
  position: relative;
  width: 100%;
  border-radius: 10px;
  background-color: #fbebba;
  padding: 50px 42px 30px;
  margin-top: 200px;
}
.sp_box>img{
  position: absolute;
  left: 50%; top: -150px;
  transform: translateX(-50%);
  display: block;
  margin: auto;
}
.sp_box ol li{
  position: relative;
  display: block;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 10px;
  padding: 1rem 4rem 1rem;
  color: #000;
}
.sp_box ol li span.red{
  font-weight: bold;
}
.sp_box ol li:not(:last-child){
  margin-bottom: 2rem;
}
.sp_box ol li::before{
  content: '';
  position: absolute;
  top: -20%;
  left: -20px;
  display: block;
  width: 59px;
  height: 59px;
  background: url('../images/icon_light.png') center no-repeat;
  background-size: contain;
}
#qa li .a{
  color: #666666;
}
#qa li .a ol{
  list-style: decimal outside;
  padding-left: 2rem;
}
#qa li .a ol li{
  width: auto;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
#form ul.form_con > li:last-of-type{
  min-height: 715px;
}
#form ul.form_con > li:first-of-type{
  height: 715px;
}


@media only screen and (max-width: 769px) {
  .scrollX{
    overflow-x: scroll;
  }
  .scrollX >table{
    width: 180vw;
  }
  #top_banner .top_info > li h1{
    padding-left: 0;
  }
  .prod_list > li{
    margin-bottom: 1.5rem;
  }
  .prod_list > li .text{
    padding-left: 0;
    padding-right: 0;
  }
  .table_pic{
    max-width: 750px;
  }
  #form ul.form_con > li:last-of-type{
    min-height: auto;
  }
  #form ul.form_con > li:first-of-type{
    height: auto;
  }
  .d-flex > li{
    flex-direction: column !important;
    align-items: center !important;
  }
}

@media only screen and (max-width: 480px){
  .expand_item_list li .expand_item .toggle_group {
    width: 71%;
  }
  .prod_list > li .text{
    font-size: 1.75rem;
  }
  .prod_list > li .text .pic{
    width: 80%;
    margin: 5vw auto;
  }
  .prod_list > li .text ol li{
    margin-bottom: 0.7rem;
    padding-left: 2.5rem;
  }
  .prod_list > li .text ol li:before {
    top: 0.9rem;
}
  .prod_list .featureTitle{
    padding: 0 2vw 0 15vw;
    margin-bottom: 1.15rem;
    margin-top: 0.6rem;
  }
  .prod_list .featureTitle .icon{
    width: 13%;
    top: -1.85vw;
    left: 3vw;
  }
  .prod_list .featureTitle h4{
    margin-top: 0.2rem;
    padding: 0.55rem 0;
    line-height: 1.3;
  }
  .prod_list .featureTitle.h2spec h2{
    margin-top: 0.2rem;
    padding: 0.55rem 0;
    line-height: 1.3;
  }
  small.example{
    font-size: 1.4rem;
    line-height: 1.35;
  }
  .sp_box{
    border-radius: 2vw;
    padding: 8vw 5vw 6vw;
    margin-top: 35vw;
  }
  .sp_box>img{
    width: 52%;
    top: -28vw;
  }
  .sp_box ol li{
    border-radius: 2vw;
    padding: 1.5rem 1.2rem 1.5rem 3rem;
    font-size: 1.75rem;
  }
  .sp_box ol li::before{
    top: -3vw;
    left: -5vw;
    width: 12vw;
    height: 12vw;
  }
  /* .expand_style_2 {
    font-size: 1.5rem;
  } */
}