@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');



body {
  font-family: YakuHanJP, "Helvetica Neue", "Helvetica", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  background-color: #f1f2f0;
}

header, main {
  background-color: #ffffff;
  color: #193b66;
}
main { padding-bottom: 60px; }

@media screen and (min-width: 426px) {
  /*  medium smartphone↑ */
  header, main {
    max-width: 425px;
    margin: 0 auto;
    box-shadow: 0px 10px 15px 0px #e3e3e3;
    /*border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;*/
  }
}

strong { font-weight: 700; }


/* ============== */


header p, main p, .btn, main li {
  font-size: 18px;
  font-size: 1.8rem;
}
h2 {
  color: #4d93e1;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
h3 {
  font-size: 20px;
  font-size: 2.0rem;
}
h4 {
  color: #4d93e1;
  font-size: 20px;
  font-size: 2.0rem;
}

h2 span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #4d93e1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

h2, h3, .pdname, .pdprice {
  text-align: center;
  font-weight: 700;
}
h4 { font-weight: 700; }

.btn {
  width: 60%;
  background-color: #60c1c8;
  font-weight: 700;
}

.inner {
  padding-top: 8%;
  padding-left: 6%;
  padding-right: 6%;
}

.pdname {
  font-size: 20px;
  font-size: 2.0rem;
}
.pdname span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #4d93e1;
  font-family: "Montserrat", sans-serif;
}
.pdprice { margin-bottom: 1rem; }

main section { padding-top: 80px; }



/* ============== */


#intro {
  padding-top: 0!important;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-40deg, transparent, transparent 20px, rgba(227, 237, 251, 1) 20px, rgba(227, 237, 251, 1) 35px );
  padding-bottom: 160px;
}

#spec { margin-top: -170px; }

.list_rain { padding: 6% 5% 3%; }
.list_rain li {
  font-weight: 700;
  margin-bottom: 8px;
}
.list_rain li::before {
  content: "";
  background-image: url('images/ico.svg');
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px; /* アイコンとテキストの間隔 */
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
}

#kino h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
#kino .inner { padding-top: 0!important; }

#design ul li { margin: 5% 0; }
#design .list_rain {
  padding-left: 11%;
  padding-right: 11%;
}

.rcorner {
  border-radius: 20px;
  background-color: #d1e1ed;
  padding: 5% 7%;
}

.rcorner h4 {
  margin-bottom: 5px;
  text-align: center;
}
.rcorner p {
  font-size: 14px;
  font-size: 1.4rem;
}


.weight {
  --blue: #6f8ee0;
  --blue-border: #8ba6ea;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}
.weight dt {
  flex-shrink: 0;
  padding: 22px 20px;
  margin: 0;
  border: 2px solid var(--blue-border);
  border-radius: 15px;
  color: var(--blue);
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.weight dd {
  margin: 0;
  color: var(--blue);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
}
.weight dd span {
  font-size: 40px;
  margin-top: 15px;
}

@media screen and (max-width: 375px) {
  /* small smartphone↓ */
  .weight { gap: 10px; }
}


.one-full { margin-top: 20px; }
.one-full .one-half.right p {
  font-size: 16px;
  font-size: 1.6rem;
}

