#menu{
  width: 956px;
  margin: 0 auto;
  padding: 40px 0;
}
#menu h1{
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  font-size: 32px;
  color: #0E2B04;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
#menu h1 .english{
  font-size: 16px;
  color: var(--main-color);
  position: relative;
  top: -16px;
}
#menu h1::after{
  content: "";
  position: absolute;
  bottom: 0;
  left:  calc(50% - 50px);
  width: 100px;
  height: 3px;
  border-radius: 1.5px;
  background-color: var(--main-color);
}
.menu_image{
  margin: 40px auto;
}
.menu_box{
  margin: 80px 0;
}
/* ご利用料金 */
#menu section{
  margin-bottom: 32px;
}
#menu h3{
  margin: 0 auto 24px;
  font-size: 24px;
  font-weight: bold;
  color: #7E8388;
  text-align: center;
}
.stregth_list{
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap:80px;
}
.stregth_list li{
  background-color: #ffffff;;
  padding: 47px 10px 24px 10px;
  width: 30%;
  border-radius: 8px;
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  position: relative;
}
.stregth_list li .stregth_num{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #289B0B;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: solid 3px #289B0B;
  padding-bottom: 8px;
}
.stregth_list li h4{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.stregth_list li img{
  width: 100%;
  height: 123px;
  margin-bottom: 16px;
}
.stregth_list li p{
  line-height: 2;;
}
/* .menu_list{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.menu_list2{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.menu_list li,
.menu_list2 li{
  padding: 24px 16px 32px 16px;
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  text-align: center;
  border-radius: 8px;
  width: 22%;
}
.menu_list li{
  margin-bottom: 24px;
}
.menu_list2 li:first-child{
  margin-right: 4%;
}
.menu_list li p,
.menu_list2 li p{
  font-size: 16px;
  line-height: 2;
}
.menu_list li .menu_title,
.menu_list2 li .menu_title{
  font-size: 48px;
  font-weight: bold;
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 16px;
  margin-bottom: 24px;
  line-height: 1;
}
.menu_title span{
  font-size: 24px;
}
.menu_list2 li .menu_title{
  color: #0E2B04;
  border-bottom: 2px solid #0E2B04;
} */
.compares{
  width: 956px;
  margin: 0 auto;
}
/* ご利用料金 */
/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 953px;
    margin: 0 auto;
}
  
  /*タブのスタイル*/
  .tab_item {
    width: calc(100%/2);
    height: 50px;
    /* border-bottom: 3px solid var(--main-color); */
    background-color: var(--main-color);
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color:#ffffff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
  }
  
  /*選択されているタブのコンテンツのみを表示*/
  #tab1:checked ~ #tab1_content,
  #tab2:checked ~ #tab2_content {
    display: block;
  }
  
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    background-color:#ffffff;
    color:var(--main-color);
  }
.c-txtsp{
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
}
.menu_list{
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
}
.menu_list li{
    width: 32%;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    font-size: 14px;
}
.menu_list_title{
    line-height: 72px;
    text-align: center;
    margin-bottom: 20px;
    background-color: var(--main-color);
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
}
.menu_list_price{
    font-size: 28px;
    font-weight: 500;
}
.menu_list_inner{
    margin: 24px 0;
}
.menu_list_inner_title{
    font-size: 14px;
    width: 140px;
    background-color: #F5F3F2;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 8px;
    line-height: 26px;
    border-radius: 20px;
}
.menu_list_inner_appeal{
    font-size: 12px;
}
#menu .note{
  text-align: right;
  margin-bottom: 40px;
}
.campaign_text{
  font-size: 12px;
  color: #E51919;
  text-align: center;
  margin-bottom: 8px;
}
/* .compares table{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgb(140 140 140);
  font-family: sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.compares table caption{
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  color: #7E8388;
}
.compares tbody{
  line-height: 1.5;
}
.compares th,
.compares td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
}
.compares .th_width{
  width: 160px;
}
.compares th{
  background-color: #F3FAF7;
} */
/* スマートホンスタイル */
@media screen and (max-width: 768px){
  #menu{
    width: 100%;
  }
  #menu h1{
    padding-bottom: 24px;
  }
  #menu h1::after{
    width: 80px;
    left: calc(50% - 40px);
  }
  .menu_image{
    width: 100%;
    margin: 0 auto 32px;
  }
  .menu_image img{
    width: 100%;
  }
  .stregth_list{
    flex-flow: column;
    padding: 16px 16px 32px;
    row-gap: 40px;
  }
  .stregth_list li{
      width: 100%;
  }
  .stregth_list li img{
      height: auto;
  }
  .stregth_list li p{
      font-size: 14px;
  }
  .menu_box{
    /* padding: 0 16px; */
    box-sizing: border-box;
  }
  /* .menu_list,
  .menu_list2{
    flex-wrap: wrap;
    padding: 16px;
  }
  .menu_list li, .menu_list2 li{
    width: 48%;
  }
  .menu_list li .menu_title,
  .menu_list2 li .menu_title{
    font-size: 24px;
  }
  .menu_title span{
    font-size: 16px;
  }
  .menu_list li p,
  .menu_list2 li p{
    font-size: 12px;
  }
  #menu .note{
    margin: 0 16px;
  } */
  .compares{
    width: 100%;
    padding: 0 16px;
  }
  /* .compares .th_width{
    width: 28%;
  }
  .compares table caption{
    font-size:  16px;
  } */
  .tabs{
        width: 100%;
    }
    .tab_content{
        padding: 24px 24px 0;
    }
    .menu_list{
        flex-wrap: wrap;
    }
    .menu_list li{
        width: 100%;
        margin-bottom: 16px;
    }
}
