@charset "utf-8";

/* 設定 */
.base_color {background-color: #D5E7FF;}

.content_wrap {margin: 50px 0;}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.just_cc {justify-content: center;}

.top_sp {display: none;}


/* トップページ */
.top_box { margin-bottom: 100px;}

.top_container,
.nw_container {
  max-width: 100%;
  width: 100%;
}

.top_wrap {
  max-width: 100%;
  width: calc(25% - 20px);
  text-align: center;
}

.top_wrap:nth-of-type(-n+3) { margin-right: 25px;}

.top_imgbox {
  max-width: 100%;
  width: 100%;
}

.top_txt {
  max-width: 100%;
  width: 100%;
  margin: 20px 0;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}

.anntation {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

/* 天然水タイプ */
.bk_color {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
}

.natual_water {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
}

/* 下記 タイトル下 罫線 */
.natual_water::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: #008CBA;
  transform: translateX(-50%);
}

.nw_sub {
  margin-left: 15px;
  font-size: 1.4rem;
  font-weight: 700;
}

.nw_container {align-items: flex-start;}

.nw_wrap {
  max-width: 100%;
  width: calc(50% - 20px);
  margin-top: 50px;
  text-align: center;
}

.nw_wrap:first-of-type {margin-right: 30px;}

.nw_txt {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.smrt_plus {width: 70%;}

/* 下記より 3つの理由 */
.tr_container {margin-top: 50px;}

.three_reason_wrap .tr_container:last-of-type {padding-bottom: 50px;}

.three_reason {
  position: relative;
  /* display: inline-block; */
  padding: 8px 19px;
  /* margin: 1em 0; */
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
}

/* 下記 タイトル上 罫線 */
.three_reason::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 45%;
  height: 5px;
  top: -15%;
  left: 50%;
  background-color: #008CBA;
  transform: translateX(-50%);
}

/* 下記 タイトル下 罫線 */
.three_reason::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 45%;
  height: 5px;
  bottom: -15%;
  left: 50%;
  background-color: #008CBA;
  transform: translateX(-50%);
}

/* 理由その1 外側の罫線 グレー */
.rs_txtbox {
  max-width: 100%;
  width: calc(35% - 20px);
  position: relative;
  display: inline-block;
  padding: 30px 0;
  border: solid 1px #707070;
  border-radius: 0 20px 20px 20px;
  font-weight: 700;
  text-align: center;
}

/* 理由その1 内側の罫線 青 */
.rs_txtbox::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 15px);
  top: 2%;
  left: 4%;
  border: solid 1px #008CBA;
  border-radius: 0 20px 20px 20px;
}

.rs_title {
  position: relative;
  padding-bottom: 20px;
}

/* 下記 見出し下 罫線 */
.rs_title::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #707070;
  transform: translateX(-50%);
}

.rs_number {
  font-size: 4rem;
  font-weight: 800;
  color: #008CBA;
}

.rs_detail {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 800;
}

/* 理由その1 青い太枠 */
.thr_imgbox {
  max-width: 100%;
  width: calc(65% - 20px);
  padding: 20px;
  margin-left: 30px;
  border: solid 5px #008CBA;
  border-radius: 20px 20px 0px 20px;
}

/* 理由その2 青い太枠 */
.rs_txtbox02 {
  max-width: 100%;
  width: calc(35% - 20px);
  padding: 20px;
  border: solid 5px #008CBA;
  border-radius: 20px 20px 20px 0px;
  font-weight: 700;
  text-align: center;
}

/* 理由その2 外側の罫線 グレー */
.thr_imgbox02 {
  max-width: 100%;
  width: calc(65% - 20px);
  position: relative;
  display: inline-block;
  padding: 30px;
  margin-left: 30px;
  border: solid 1px #707070;
  border-radius: 20px 0px 20px 20px;
  text-align: center;
}

/* 理由その2 内側の罫線 青 */
.thr_imgbox02::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 15px);
  top: 2%;
  left: 2%;
  border: solid 1px #008CBA;
  border-radius: 20px 0px 20px 20px;
}

.rs_tit03,
.rs_tit03::after {border-radius: 20px 20px 20px 0px;}

.rs_box03 { border-radius: 20px 20px 0px 20px;}


/* 下記よりスマホ版 */
@media screen and (max-width: 480px) {
  .top_sp {display: block;}

  .content_wrap {margin: 50px 0;}

  /* トップページ */
  .top_box { margin-bottom: 50px;}

  .top_wrap {width: calc(50% - 20px);}

  .top_wrap:nth-of-type(-n+3) { margin-right: 0px;}

  .top_wrap:nth-of-type(odd) { margin-right: 20px;}

  .top_txt {
    margin: 15px 0 30px 0;
    font-size: 1.4rem;
  }

  /* 天然水タイプ */
  .bk_color {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .natual_water {font-size: 2rem;}

  .nw_sub {
    margin-left: 15px;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .nw_container {align-items: normal;}

  .nw_wrap {
    width: 100%;
    margin-top: 30px;
  }

  .nw_wrap:first-of-type {margin-right: 0;}

  .smrt_plus {width: 90%;}

  /* 下記より 3つの理由 */
  .three_reason {
    margin: 1em 0;
    font-size: 2.5rem;
  }

  /* 理由その1 外側の罫線 グレー */
  .rs_txtbox { width: 100%;}

  /* 理由その1 内側の罫線 青 */
  .rs_txtbox::after {
    top: 3%;
    left: 3%;
  }

  .rs_number {font-size: 2.5rem;}

  /* 理由その1 青い太枠 */
  .thr_imgbox {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding: 10px;
  }

  /* 理由その2 青い太枠 */
  .rs_txtbox02 {width: 100%;}

  /* 理由その2 外側の罫線 グレー */
  .thr_imgbox02 {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    margin-left: 0;
  }

  /* 理由その2 内側の罫線 青 */
  .thr_imgbox02::after {top: 3%;}

  .rs_box03 {margin-top: 20px;}

}