@charset "UTF-8";
body {
  font-size: 16px;
  line-height: 1.6;
  color: black;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 500px) {
  body {
    line-height: 1.4;
  }
}

:root {
  --accent-color: #FF8C00;
  --sub-main-colar: #e8f5f3;
}

.responsive-break-non {
  display: none;
}

.mobile-break-non {
  display: inline;
}

.first-container{
text-align: center;
font-size: 14px;
/* background-color: #fffecc; */
}

.intro-wrapper{
  padding: 0px 20px;
}

@media (max-width: 500px) {
  .mobile-break-non {
    display: none;
  }
}

.responsive-mb{
  display: none;
}

@media (max-width: 500px) {
  .responsive-mb{
    display: block;
  }
}

.res-450-2{
  display: block;
}

@media (max-width: 927px) {
  .res-450-2{
    display: none;
  }
}



/* ビューポート幅が451px以上である場合、.responsive-breakを非表示にします */
.responsive-break {
  display: none;
}

@media (max-width: 500px) {
  .responsive-break {
    display: block;
  }
}
@media (max-width: 406px) {
  .responsive-break {
    display: none;
  }
}

.responsive-850 {
  display: none;
}

@media (max-width: 850px) {
  .responsive-850 {
    display: block;
  }
}

@media (max-width: 420px) {
  .responsive-850 {
    display: none;
  }
}


.responsive-850-2 {
  display: none;
}

@media (max-width: 850px) {
  .responsive-850-2 {
    display: block;
  }
}



.responsive-2{
  display: none;
}

@media (max-width: 570px) {
  .responsive-2 {
    display: block;
  }
}

@media (max-width: 390px) {
  .responsive-2 {
    display: none;
  }
}

.responsive-645-1 {
  display: none;
}



@media (max-width: 645px) {
  .responsive-645-1 {
    display: block;
  }
}

@media (max-width: 500px) {
  .responsive-645-1 {
    display: none;
  }
}

@media (max-width: 403px) {
  .responsive-645-1 {
    display: block;
  }
}

.responsive-645-2 {
  display: block;
}

@media (max-width: 645px) {
  .responsive-645-2 {
    display: none;
  }
}

@media (max-width: 500px) {
  .responsive-645-2 {
    display: block;
  }
}
@media (max-width: 403px) {
  .responsive-645-2 {
    display: none;
  }
}



.header-wrapper {
  display: none;
  background-color: #e8f5f3;
 
} 

@media (max-width: 500px) {
  .header-wrapper {
    display: block;
    background-color: var(--sub-main-color);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* ほんの少しの影を追加 */  
    background-color: #e8f5f3;
  }       
}   



.img-logo {
  height: 30px;
}

@media (max-width: 500px) {
  .img-logo {
    width: 200px;
    height: auto;
    padding: 2px 10px;
    }       
}                            




/* 451px以上の場合 */
@media (min-width: 601px) {
  .eyecatch-img-sm {
      display: none;
  }
  .eyecatch-img-PC {
      display: block;
  }
}

/* 450px以下の場合 */
@media (max-width: 600px) {
  .eyecatch-img-sm {
      display: block;
  }
  .eyecatch-img-PC {
      display: none;
  }
}


/* .eyecatch-img-PC{
  width: auto;
  margin: 0 auto;
} */





.all-container {
  /* max-width: 750px; */
  width: 100%;
  margin: auto;
}

.width-container{
  max-width: 710px;
  margin: 0 auto;
}

.intro-text{
  font-size: 20px;
}

@media (max-width: 600px) {
  .intro-text {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .intro-text {
    font-size: 14px;
  }
}

.padding4{
  height: 24px;
}

@media (max-width: 500px) {
  .padding4{
    height: 14px;
  }
}


.body-container{
  background-color: #e8f5f3;
  padding: 40px 20px;

}

.body-round{
  padding: 0px 0px;
  background-color: white;
  border-radius: 20px; /* Rounded corners */
  max-width: 710px;
  margin: 0 auto;
}



.text-small {
  font-size: 12px;
  margin-top: 5px;
}

.table1-responsive {
  overflow-x: auto;
  white-space:nowrap;
  border: 1px solid gray;
  background-color: white;
}

@media (max-width: 500px) {
  .table1-responsive {
    font-size: 14px;
  }

 
}



.table-pattern1 {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
  text-align: center;
  border: 1px solid gray;
  background-color: white;
}

.table-pattern1, .table-pattern1 td, .table-pattern1 th {
  border: 1px solid gray;
  text-align: center;
  background-color: white;
}

.table-pattern1 td, .table-pattern1 th {
  padding: 8px;
  background-color: white;
}

.table-pattern1 td:first-child, .table-pattern1 th:first-child {
  background-color: var(--sub-main-colar);
}


.table-pattern1 tr:first-child td, .table-pattern1 tr:first-child th {
  background-color: var(--sub-main-colar);
  
}


.table-pattern1 th, .table-pattern1 td {
  text-align: center;
  padding: 10px;
  width: 200px; /* 全ての列に対して均等な幅を設定 */
  background-color: white;
}

/* 表内の余白 */
@media (max-width: 500px) {
  .table-pattern1 th, .table-pattern1 td {
    padding: 5px;
  }
}


.table-pattern1 th.table-pattern1_name, .table-pattern1 td.table-pattern1_name {
  width: 16.66%;
}

.icon-name-img{
  width: 180px;
}

@media (max-width: 500px) {
  .icon-name-img{
    width: 130px;
  }
}
.icon-name-img-2{
  width: 140px;
}

@media (max-width: 500px) {
  .icon-name-img-2{
    width: 100px;
  }
}
.table-pattern1, .table-pattern1 td, .table-pattern1 th {
  border: 1px solid gray;
  text-align: center;
}

.table-pattern1_border{
  border: 1px solid gray;
}


.sticky{
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2; /* 枠線が他の要素より前面に表示されるようにする */
}

.sticky:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid gray;
  z-index: -1;
}


.button_koshiki {
  background-color: var(--accent-color);
  color: white; /* Text color */
  width: fit-content;
  margin: 0 auto;
  padding: 0px 10px; /* Top and bottom padding, left and right padding */
  text-align: center; /* Center the text inside the button */
  border-radius: 20px; /* Rounded corners */
  text-decoration: none; /* Remove underline from links */
  font-weight: bold; /* Make the font bold */
  cursor: pointer; /* Change mouse cursor to indicate clickable */
  transition: background-color 0.3s; /* Smooth transition for hover effect */
  margin-top: 10px;
  font-size: 14px;
  box-shadow: 0 2px 0 #CC7000;
}

.button_koshiki:hover {
  opacity: 0.6;
}

@media (max-width: 500px) {
  .button_koshiki {
    font-size: 14px;
}
}

.flex-box03{
  width: fit-content;
  margin: 0 auto;
}

.flex-box03-inner{
  display: flex;
  align-items: center;
}
.icon-box03{
  width:100px;
}

@media (max-width: 500px) {
  .icon-box03 {
   width: 50px;
  }
}

.flex-box03-inner:not(:first-child){
  margin-top: 16px;
}


.text-box03{
  margin-left: 20px;
}


@media (max-width: 500px) {
  .table-pattern1.table-pattern1_premium {
    font-size: 14px;
  }
}
img.icon-img {
  display: block;
  margin: 0 auto;
  width: 50px;
}


.h2_main {
  background-color: #05af8c;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 500px) {
  .h2_main {
    font-size: 19px;
  }

  .h2_main:not(:first-of-type){
    font-size: 22px;
  }

  
}

.h2_ttl{
 max-width: 700px;
  margin: 0 auto;
  font-size: 32px;
  text-align: center;
  color: #05af8c;
  margin: 0 50px;
  font-weight: bold;
  font-style: italic;
  position: relative; /* 疑似要素の基準点となる */
  display: flex; /* Flexbox を使用して中央揃えを容易にする */
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
}

@media (max-width: 500px) {
  .h2_ttl {
    margin-top: 24px 24px;

  }
}




.h2_catch{
  width: fit-content;
  margin: 0 auto;
  color:  #05af8c;
  font-weight: bold;
  font-size: 18px;
  
}



@media (max-width: 500px) {
  .h2_catch {
   font-size: 16px;
  }
}

.h2_body{
  padding: 40px 20px;
}

.h2_body.yuryo{
  background-color: #fff;
}

.img1-box{
  max-width: 500px;
  margin: 0 auto;
}

.h3_main{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #05af8c;
  color: white;
}


@media (max-width: 500px) {
  .h3_main {
    font-size: 19px;
    font-weight: bold;
    padding: 5px 10px;
    margin-top: 0;
    /* margin-top: 8px; */
  }
}

.padding24{
  height: 12px;
}

@media (max-width: 500px) {
  .padding24 {
    height: 20px;
  }
}

.padding24-2{
  height: 20px;
}

.padding24-3{
  height: 8px;
}



.padding1{
  height: 40px;
}

@media (max-width: 500px) {
  .padding1 {
    height: 48px;
  }
}

.padding3{
 height: 48px;  
}

.point-header{
  text-align: center;
  color: var(--accent-color);
  font-size: 24px;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  border-bottom: 2px solid black; /* 枠線を追加 */
}

@media (max-width: 500px) {
  .point-header {
    font-size: 18px;
    padding: 5px 10px;
  }

}


.button-catch{
  width: fit-content;
  margin: 0 auto;
  margin-top: 24px;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 500px) {
  .button-catch {
    font-size: 14px;
  }
}



  .button .button01 a, .button .button02 a {
    color: inherit;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.289);
  }
  
  
  .button .button02 {
    background-color: #FF8C00; /* デフォルトの背景色 */
    color: white;
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease; /* トランジション効果 */
    text-align: center; /* テキストを中央寄せ */
    padding: 10px 20px; /* パディングを追加 */
    border-radius: 5px; /* 角の丸み */
    box-shadow: 0 3px 0 #CC7000;
    border: 2px solid #FF8C00; /* 枠線を追加 */
  }

  @media (max-width: 540px) {
    .button .button02 {
      font-size: 16px;
      padding: 10px 20px;
      width: 80%; /* パディングを追加 */
    }
  }
  

  @media (max-width: 500px) {
    .button .button02 {
      font-size: 15px;
      padding: 10px 20px;
      width: 90%; /* パディングを追加 */
    }
  
  }
  
  
  .button02 {
    position: relative;
    overflow: hidden;
  }
  
  .button02:hover {
    opacity: 0.6;
    transform: translateY(4px);
    box-shadow: none;
  }
  
  .button02::before {
    content: "";
    display: block;
    position: absolute;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
  }
  
  @keyframes shinyshiny {
    0% {
      transform: scale(0) rotate(45deg);
      opacity: 0;
    }
    80% {
      transform: scale(0) rotate(45deg);
      opacity: 0.5;
    }
    81% {
      transform: scale(4) rotate(45deg);
      opacity: 1;
    }
    100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }




.flex-box01 {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
  font-weight: bold;
}

@media (max-width: 500px) {
  .flex-box01 {
    width: 90%;
    padding: 10px;
  }
}


.flex-box01 ul {
  list-style-type: none; /* リストのスタイルを除去 */
  padding: 10px 0 0 0;
}

.flex-box01 li {
  position: relative; /* 疑似要素の位置決めの基準点 */
  margin-bottom: 10px; /* 項目間のマージン */
  padding-left: 30px; /* テキストと疑似要素との間隔 */
  line-height: 20px; /* リスト項目の行の高さを設定 */
}

.flex-box01 li:before {
  content: "✓"; /* 表示する内容 */
  position: absolute; /* 親要素に対して絶対位置 */
  left: 0; /* 左端からの位置 */
  top: 0; /* 上端からの位置を初期値に設定 */
  transform: translateY(0%); /* Y軸方向に移動しない */
  width: 20px; /* 幅 */
  height: 20px; /* 高さ */
  line-height: 20px; /* テキストを垂直中央に配置 */
  text-align: center; /* テキストを水平中央に配置 */
  background-color: #3a3a3a; /* 背景色 */
  color: white; /* テキスト色 */
  border-radius: 50%; /* 円形にする */
  font-size: 14px; /* チェックマークのサイズ */
}

.highlight {
  font-weight: bold; /* テキストを太字に */
  color: red;
}

/* .flex-box01.flex-box01-colar {
  background-color: #ffffcc;
} */

.champain {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px; /* Padding to match the overlap area */
  z-index: 1;
  top: 15px; /* Adjust this value as needed */
  background-color: #09AE8C;
  color: #fff;
  border-radius: 100px;
}


@media (max-width: 500px) {
  .champain {
    font-weight: bold;
    font-size: 16px;
  }
}



/* 枠線で囲む */
.flex-box01{
  border: 2px solid #09AE8C; /* Change to desired border color */
  border-radius: 10px; /* Makes the border rounded */
  padding: 16px; /* Adds padding inside the border, adjust top padding to make room for overlap */
  position: relative;
  z-index: 0;
}



.underline {
  background: linear-gradient(transparent 64%, #fcf69e 0%);
}

.bold {
  font-weight: bold;
}

.water-benefits .water-benefit-item {
  background-color: #f0f0f0;
  margin: 10px 0;
  padding: 20px;
  border-radius: 8px;
}

.water-benefits .water-benefit-item p {
  margin: 0;
  color: #333;
}

.water-benefits .water-benefit-item .water-benefit-heading {
  color: #b60005;
  border-bottom: solid 2px #b60005;
}

.water-benefits .water-benefit-item .water-benefit-heading-de {
  color: #195cb0;
  border-bottom: solid 2px #195cb0;
  margin-top: 15px;
}

.water-benefits .water-benefit-item .water-benefit-list-item {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
}

.water-benefits .water-benefit-item .water-benefit-list-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
} 

.header-wrapper {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0;
}



.table2 {
  margin-top: 20px;
  max-width: 90%;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .table2 {
    font-size: 12px;
    }
}

@media (max-width: 376px) {
  .table2 {
    font-size: 11px;
    }
}



.table_water-pattern2 {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
  text-align: center;
}

.table_water-pattern2, .table_water-pattern2 td, .table_water-pattern2 th {
  border: 1px solid #aaaaaa;
  text-align: center;
}

.table_water-pattern2 td, .table_water-pattern2 th {
  padding: 8px;
}

.table_water-pattern2 .table_water-pattern2-ttl {
  background-color: #e7f5f3; /* グレーの背景色 */
  width: 20%;
  font-weight: bold;
}

@media (max-width: 500px) {
  .table_water-pattern2 tbody {
    display: block;
  }
  .table_water-pattern2 tr {
    display: flex;
    flex-wrap: wrap;
  }
  .table_water-pattern2 td,
  .table_water-pattern2 th {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .table_water-pattern2 td.table_water-pattern2-ttl {
    width: 40%;
  }
  .table_water-pattern2 td.table_water-pattern2-txt {
    width: 60%;
  }
}


.table_water-pattern2.table_water-pattern2-left, .table_water-pattern2 td, .table_water-pattern2 th {
  text-align: left;
}

.table_water-pattern2.table_water-pattern2-left .table_water-pattern2-ttl {
  width: 25%;
}

@media (max-width: 500px) {
  .table_water-pattern2.table_water-pattern2-left td.table_water-pattern2-ttl {
    text-align: left;
    width: 40%;
  }
  .table_water-pattern2.table_water-pattern2-left td.table_water-pattern2-txt {
    width: 60%;
  }
}





.detail-text{
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 500px) {
  .detail-text{
    width: 90%;
  }
}


.detail-txt{
  color: #0099ff; /* 青色 */
  text-decoration: none; /* 下線なし */
  /* text-decoration: underline;  */
  text-align: center;
  margin-top: 8px;
}

/* ホバー時のリンクのスタイル */
.detail-txt {
  color: #007acc; /* ホバー時に色を変更 */
  text-decoration: underline; /* 下線を追加 */
  font-weight: bold;
  transition: color 0.3s ease, text-decoration 0.3s ease; /* スムーズなトランジション */
}

.res-pc{
  display: block;
}

@media (max-width: 500px) {
  .res-pc{
    display: none;
  }
}

.detail-txt-2{
  color: #0099ff; /* 青色 */
  text-decoration: none; /* 下線なし */
  /* text-decoration: underline;  */
  margin-top: 8px;
  font-size: 14px;
}

/* ホバー時のリンクのスタイル */
.detail-txt-2 {
  color: #007acc; /* ホバー時に色を変更 */
  text-decoration: underline; /* 下線を追加 */
  font-weight: bold;
  transition: color 0.3s ease, text-decoration 0.3s ease; /* スムーズなトランジション */
}

.pc-none{
  display: none;
}

@media (max-width: 500px) {
  .pc-none{
    display: block;
  }
}

.pc-dis{
  display: inline;
}

.h2_catch_left{
  color:  #05af8c;
  font-weight: bold;
  font-size: 18px;
  
}


@media (max-width: 500px) {
  .h2_catch_left {
   font-size: 16px;
  }
}

.h3_main_2{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #05af8c;
  color: white;
}


@media (max-width: 500px) {
  .h3_main_2 {
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    margin-top: 0;
    margin-top: 8px;
  }
}


@media (min-width: 750px) {
  .individual-box {
    display: flex;
    gap: 40px;
  }
}

.res-750{
  display: none;
}

@media (min-width: 750px) {
  .width-container{
    max-width: 680px;
  }

  .body-round{
    padding: 0px 0px;
    background-color: white;
    border-radius: 20px; /* Rounded corners */
    max-width: 750px;
    margin: 0 auto;
  }

  .h2_ttl.h2_pc {
    font-size: 28px;
}

.flex-box01 {
  width: 80%;
  padding: 10px;
}

.res-750{
  display: block;
}

}


.option-group {
  margin-bottom: 20px;
}

/* .button-op {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  background-color: #fff;
}

.button-op:hover {
  background-color: #eaeaea;
}

.option {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #09AE8C;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  background-color: #09AE8C;
  color: white;
}

.option:hover {
  background-color: #eaeaea;
} */





.option-wrapper{
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .option-wrapper{
    width: 90%;
    padding: 10px;
  }
}

.padding-20{
  height: 20px;
}

.res-600{
  display: none;
}

@media (max-width: 750px) {
  .res-600{
    display: block;
  }
}


.option-wrapper {
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .option-wrapper {
    width: 90%;
    padding: 10px;
  }
}

.padding-20 {
  height: 20px;
}

.res-600 {
  display: none;
}

@media (max-width: 750px) {
  .res-600 {
    display: block;
  }
}

.option-group {
  margin-bottom: 20px;
}

.button-op, .option {
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #09AE8C;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 10px;
  background-color: #E7F5F3;
  transition: background-color 0.3s ease;
}

.button-op:hover, .option:hover {
  background-color: #09AE8C;
  border-color: #09AE8C;
  color: white;
}

#submit {
  display: block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  border: 1px solid #FF8C00;
  border-radius: 4px;
  cursor: pointer;
  background-color: #FF8C00;
  color: #fff;
  transition: background-color 0.3s ease;
}

#submit:hover {
  background-color: #FF8C00;
  border-color: #FF8C00;
}

.option.clicked {
  background-color: #09AE8C;
  border-color: #09AE8C;
  /* color: #fff; */
}

.option-h3{
  font-weight: bold;
}

@media (max-width: 1000px) {
  .side-wrapper {
    display: none;
  }
  
  .main-wrapper {
    width: 100%;
  }
}


@media (min-width: 1101px) {
  .flex-wrapper {
    display: flex;
    position: relative;  /* 追加：相対位置指定 */
    padding: 0 24px;
    gap: 20px;
  }
  
  .side-wrapper {
    display: block;
    width: 200px;
    position: sticky;  /* 変更：fixedからstickyに */
    top: 20px;  /* スクロール開始位置 */
    align-self: flex-start;  /* 追加：flex-startに配置 */
    max-height: calc(100vh - 40px);  /* ビューポートの高さから上下のマージンを引いた高さ */
    overflow-y: auto;  /* コンテンツが長い場合にスクロール可能にする */
  }

  /* .side-wrapper.side-wrapper_left{
    padding: 0 10px 0 10px;
  }

  .side-wrapper.side-wrapper_right{
    padding: 0 10px 0 0;
  } */
  
  .main-wrapper {
    flex: 1;
  }
}

.kome{
  font-size: 12px;
}

.h2_body:last-of-type {
  background-color: white; 
}



.footnote-marker {
  font-size: 10px;  /* 12pxから8pxに縮小 */
  vertical-align: super;  /* すでに上付き設定されています */
  position: relative;
  top: -5px;  /* さらに上に配置 */
  cursor: pointer;
  margin-left: 2px;  /* 前のテキストとの間隔を調整 */
}

.footnote {
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 30px;
  color: #555;
}

.footnotes-summary {
  padding: 20px;
  border-radius: 5px;
  margin: 0 auto;
}

.footnotes-summary-width.footnotes-summary {
  max-width: 680px;
  padding: 0px;
}

.footnotes-summary h2 {
  color: #333;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.footnotes-summary ol {
  padding-left: 20px;
  margin: 0;
}

.footnotes-summary li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.footnotes-summary li:last-child {
  margin-bottom: 0;
}

.footnotes-summary a {
  color: #3498db;
  text-decoration: none;
}

.footnotes-summary a:hover {
  text-decoration: underline;
}

.footnotes-summary strong {
  font-weight: bold;
}