@charset "utf-8";

/* 設定 */
.base_color {background-color: #ffffff;}

.content_wrap {margin: 50px 0;}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.just_cc {justify-content: center;}

.sp_price {display: none;}

/* 背景 配送表 */
.delivery_chart_container {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 30px;
  padding-left: calc(50vw - 50%);
  padding-bottom: 30px;
  padding-right: calc(50vw - 50%);
  background-color: #D5E7FF;
}

/* 背景 ウォーターサーバー */
.ws_cv_imgcontainer {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 0px;
  padding-left: calc(50vw - 50%);
  padding-bottom: 20px;
  padding-right: calc(50vw - 50%);
  background-color: #D5E7FF;
}

/* 下記 配送と料金プラン */

/* 見出し */
.content_title,
.ws_cv_title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
}

.content_title::after,
.ws_cv_title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #008CBA;
  transform: translateX(-50%);
}

/* 小見出し */
.sub_content_tit {
  position: relative;
  padding-bottom: 5px;
  margin-top: 50px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.sub_content_tit::after {
  content: "";
  position: absolute;
  width: 13%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #008CBA;
  transform: translateX(-50%);
}

.product_intro {
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
  padding: 30px;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background-color: #D5E7FF;
}

.product_box {
  max-width: 100%;
  width: calc(40% - 20px);
  margin-right: 20px;
}

.pd_textbox {
  max-width: 100%;
  width: calc(40% - 20px);
  text-align: left;
}

/* 天然水 詳細 */
.pd_title {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.pd_title::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  bottom: 0;
  left: 35%;
  background-color: #008CBA;
  transform: translateX(-50%);
}

/* 下記 お届け本数や配送間隔など */


/* 小見出し */
.sub_d-chart_tit {
  position: relative;
  padding-bottom: 5px;
  margin-top: 50px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.sub_d-chart_tit::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #008CBA;
  transform: translateX(-50%);
}


/* 下記 お届け本数 配送表 */
.dl_chartbox {
  margin: 50px auto 30px auto;
  text-align: center;
}

.deliv_c-table01 {
  width:100%;
  table-layout: fixed;
  border: none !important;
  border-collapse: separate;
  border-spacing: 7px 0px;
}

.deliv_c-table01 th {border: none !important;}

.deliv_c-table01 tbody td {
  border: none !important;
  background-color:#ffffff !important;
  border-bottom: solid 2px #f9f9f9 !important;
}

/* ヘッダー */
.deliv_c-table01 thead th {
  font-weight: bold;
  border-radius: 10px 10px 0px 0px;
  line-height: 3;
}

/* フッター（比較表と色つけたとき用） */
.deliv_c-table01 tfoot td {border-radius: 0 0 10px 10px;}


/* ボディ項目 */
.deliv_c-table01 tbody th {
  background:#ffffff;
  font-weight: bold;
  border-bottom: solid 2px #f9f9f9 !important;
  line-height: 3.5em;
}

.deliv_c-table01 tbody tr:first-of-type{
  font-weight: bold;
  line-height: 3;
}

/* フッター項目 */
.deliv_c-table01 tfoot th {
  background:none;
  line-height:3em;
  font-weight: bold;
}

/* ボディデータ */
.deliv_c-table01 tbody td {
  font-size: 1.6rem;
  font-weight: 400;
}

.deliv_c-table01 tbody th{
  font-size: 1.6rem;
  font-weight: 400;
}

.deliv_c-table01 tbody td {text-align: center;}

.deliv_c-table01 tbody th span {
  font-size: 1.8rem;
  font-weight: 600;
}

.deliv_c-table01 tbody td span {
  font-size: 2rem;
  font-weight: 600;
}

/* ヘッダー行　１列ごとの色変え */
.deliv_c-table01 thead th:nth-child(1)  {
  background:#008CBA;
  color: #fff;
  font-size: 1.6rem;
}

.deliv_c-table01 thead th:nth-child(2)  {
  background: #008CBA;
  color: #fff;
  font-size: 16px;
}

/* 最終行のボーダーをなくす */
.deliv_c-table01 tbody tr:last-child th,
.deliv_c-table01 tbody tr:last-child td {
  border-bottom:none !important;
}
/* 上記 お届け本数 配送表 ここまで */

/* 下記 配送間隔 表 */
.deliv_c-table02 {
  max-width: 100%;
  width: 60%;
  table-layout: fixed;
  border: none !important;
  border-collapse: separate;
  border-spacing: 7px 0px;
}

.deliv_c-table02 th {border: none !important;}

.deliv_c-table02 tbody td {
  border: none !important;
  background-color:#ffffff !important;
  border-bottom: solid 2px #f9f9f9 !important;
}

/* ヘッダー */
.deliv_c-table02 thead th {
  font-weight: bold;
  border-radius: 10px 10px 0px 0px;
  line-height: 3;
}

/* フッター（比較表と色つけたとき用） */
.deliv_c-table02 tfoot td {border-radius: 0 0 10px 10px;}

/* ボディ項目 */
.deliv_c-table02 tbody th {
  background:#ffffff;
  font-weight: bold;
  border-bottom: solid 2px #f9f9f9 !important;
  line-height: 3.5em;
}

.deliv_c-table02 tbody tr:first-of-type{
  font-weight: bold;
  line-height: 3;
}

/* フッター項目 */
.deliv_c-table02 tfoot th {
  background:none;
  line-height:3em;
  font-weight: bold;
}

/* ボディデータ */
.deliv_c-table02 tbody td {
  font-size: 16px;
  font-weight: 400;
}

.deliv_c-table02 tbody th{
  font-size: 16px;
  font-weight: 400;
}

.deliv_c-table02 tbody td {text-align:center;}

.deliv_c-table02 tbody th span {
  font-size: 18px;
  font-weight: 600;
}

.deliv_c-table02 tbody td span {
  font-size: 20px;
  font-weight: 600;
}

/* ヘッダー行　１列ごとの色変え */
.deliv_c-table02 thead th:nth-child(1)  {
  background:#008CBA;
  color: #fff;
  font-size: 16px;
}

.deliv_c-table02 thead th:nth-child(2)  {
  background: #008CBA;
  color: #fff;
  font-size: 16px;
}

/* 最終行のボーダーをなくす */
.deliv_c-table02 tbody tr:last-child th,
.deliv_c-table02 tbody tr:last-child td {border-bottom:none !important;}

/* 上記 配送間隔 表 ここまで */

.annotation {
  margin: 15px auto;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
}

.deliv_end_imgbox {
  max-width: 100%;
  width: 90%;
  margin: 50px auto auto auto;
}

.ws_cv_imgbox {
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
}

/* 下記よりスマホ版 */
@media screen and (max-width: 480px) {
  .content_wrap {margin: 30px 0;}

  .sp_price {display: block;}

  /* 下記 配送と料金プラン */
  /* 見出し */
  .content_title {
    font-size: 2.5rem;
    padding-left: 1.5rem;
  }

  /* 小見出し */
  .sub_content_tit {
    margin-top: 30px;
    font-size: 1.8rem;
  }

  .sub_content_tit::after {width: 20%;}

  .product_intro {
    margin-top: 30px;
    padding: 20px;
  }

  .product_box {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .pd_textbox {
    width: 80%;
    text-align: center;
  }

  /* 天然水 詳細 */
  .pd_title {font-size: 1.6rem;}

  .pd_title::after {
    width: 70%;
    left: 50%;
  }

  /* 下記 お届け本数や配送間隔など */
  /* 小見出し */
  .sub_d-chart_tit {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .sub_d-chart_tit::after {width: 90%;}


  /* 下記 お届け本数 配送表 */
  .dl_chartbox {
    margin: 50px auto 30px auto;
    text-align: center;
  }

  .deliv_c-table01 tbody tr:first-of-type{line-height: 1.6;}

  .deliv_c-table01 thead th,
  .deliv_c-table01 tbody th {padding:0;}

  .deliv_c-table01 tfoot td {
    padding:0;
    font-size:0.9em;
  }

  .deliv_c-table01 tfoot td:nth-child(2) {font-size:1em;}
  
  /*（共通）　項目の多いテーブルの幅を調整*/
  .deliv_c-col01 th,
  .deliv_c-col01 td{
    font-size:0.5em;
    padding: 10px 0px;
  }
  /* 上記 お届け本数 配送表 ここまで */

  /* 下記 配送間隔 表 */
  .deliv_c-table02 thead th,
  .deliv_c-table02 tbody th {padding:0;}

  .deliv_c-table02 tfoot td {
    padding:0;
    font-size:0.9em;
  }
  .deliv_c-table02 tfoot td:nth-child(2) {font-size:1em;}

  /*（共通）　項目の多いテーブルの幅を調整*/
  .deliv_c-col02 th,
  .deliv_c-col02 td{
    font-size:0.5em;
    padding: 10px 0px;
  }

  /* 上記 配送間隔 表 ここまで */

  .annotation {
    margin: 20px auto;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.7;
  }

  .deliv_end_imgbox {
    width: 100%;
    margin: 30px auto auto auto;
  }

  .ws_cv_title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
  }

  .ws_cv_imgbox {margin-top: 30px;}
}