:root {
  --txtMainColor: #000;
  --accentColor: #92c2d0;
  --borderMainColor: #e6e6e6;
  --yuGothic: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --shipporiMin: "Shippori Mincho", serif;
  --mont: "Montserrat", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
dt,
dd {
  font-family: var(--yuGothic);
}

a img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover img {
  opacity: 0.4;
}
a.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a.opacity:hover {
  opacity: 0.4 !important;
}

.c-btn {
        font-size: 16px !important;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 20px;
    line-height: 1.5 !important;
    background: #9bbfcd;
    justify-content: center;
    text-decoration: none !important;
    width: 100%;
    display:block;
}

.u-text--body {
  color: var(--txtMainColor) !important;
}
.u-text--input {
  color: var(--txtMainColor) !important;
}
input::placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
.u-color__btn--bg {
  background: var(--accentColor) !important;
}
.u-text--link {
  color: var(--accentColor) !important;
  font-weight: bold;
}
.u-text--head {
  color: var(--txtMainColor) !important;
}
.u-text--subhead {
  color: var(--txtMainColor) !important;
}
.u-color__bg--bg {
  background: #f4f4f4;
}
.u-text--btn {
  font-weight: bold;
}
.u-color__btn--bg--overlay {
  font-weight: bold;
  background: var(--accentColor) !important;
}

.footer_link {
  color: var(--txtMainColor) !important;
}

.p-faq__inner__list__item__answer a {
  text-decoration: underline;
}
.p-signup__title {
  font-weight: bold;
}
.p-signup__lead {
  font-weight: bold;
}

.l-header__inner__block__logo {
  max-width: 180px !important;
}
@media only screen and (max-width: 719px) {
  .l-header__inner__block__logo {
    max-width: 150px !important;
  }
}

.footer_body {
  color: #000 !important;
}

.l-footer__info__store__logo {
  max-width: 180px !important;
}
@media only screen and (max-width: 719px) {
  .l-footer__info__store__logo {
    max-width: 150px !important;
  }
}

.p-page_content__inner > ul > li h2:before {
  display: none;
}

.c-form_table > tbody > tr > td a,
.c-form_table--confirm > tbody > tr > td a {
    text-decoration:underline;
}

.c-steps_to_order__number {
    background: #f4f4f4;
}
.c-steps_to_order__number.is-active,
.c-steps_to_order__number.is-complete {
    background: var(--accentColor) !important;
}

.p-page_content__inner .page__table {
    width:100%;
}
.p-page_content__inner .page__table tr th {
    background:#f5f5f5;
    padding:15px;
    width:43%;
    border-bottom:1px solid #fff;
}
.p-page_content__inner .page__table tr td {
    padding:15px;
    border-bottom:1px solid #f5f5f5;
}

.p-contact__head__notes.notes02 {
              border: 1px solid #d8dddf;
              padding: 15px 20px;
            }
            .p-contact__head__notes.notes02 strong {
              color: red;
            }
            
@media only screen and (min-width: 720px) {
    .p-column__inner__list .medium-up--one-4 {
        width:calc((100% - 120px) / 3);
    }
    .p-column__inner__list .medium-up--one-4:not(:nth-child(3n+1)) {
        margin-left:60px;
    }
}
@media only screen and (max-width: 719px) {
.p-column__inner__list {
    display:flex;
    flex-wrap: wrap;
    gap:40px 4%;
}
.p-column__inner__list .p-column__inner__list__item{
    width:48%;
}
.p-column__inner__list .medium-up--one-3:not(:first-child) {
    margin-top:0;
}
.p-column__inner__list .medium-up--one-4:not(:first-child) {
    margin-top:0;
}
}

.p-column_header__panel__inner__title {
    font-weight: 700;
}
.p-page_article * {
    font-size: 16px;
    line-height: 1.8em;
}
.p-page_article h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    background: #f1f1f1;
    border-left: 5px solid var(--accentColor);
    padding: 10px 15px;
    margin: 15px 0;
    line-height: 1.5;
}
@media only screen and (max-width: 719px) {
.p-page_article h2 {
    font-size: 20px;
}
}
.p-page_article h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
    margin: 15px 0 3px;
    line-height: 1.5;
}
@media only screen and (max-width: 719px) {
.p-page_article h3 {
    font-size: 18px;
}
}
.p-page_article h4 {
    font-size: 18px;
    font-weight: 700;
    color:#57a1b7;
    letter-spacing: 0.06em;
    margin: 15px 0 0;
    line-height: 1.5;
}
.p-page_article p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 40px;
}
.p-page_article a {
    font-size: 14px;
    color: #337ab7;
    text-decoration: underline;
}
.p-page_article img {
    max-width: 100%;
    height: auto !important;
}
.p-page_article blockquote {
    font-size: 14px;
    background-color: #f1f1f1;
    padding: 30px 30px 20px 30px;
    border-radius: 10px;
    margin: 15px 0;
    position: relative;
}
.p-page_article blockquote:before {
    content: "“";
    font-size: 300%;
    line-height: 1em;
    color: #000;
    position: absolute;
    left: 10px;
    top: 10px;
}
.p-page_article blockquote::after {
    content: "”";
    font-size: 300%;
    line-height: 1em;
    color: #000;
    position: absolute;
    right: 10px;
    bottom: -10px;
}
.p-page_article blockquote p {
    margin-bottom: 0;
}
.p-page_article ul {
    list-style: disc;
    font-size: 14px;
    padding-left: 15px;
}
.p-page_article ol {
    list-style: decimal;
    font-size: 14px;
    padding-left: 17px;
}
.p-page_article li {
    line-height: 1.8em;
}

@media only screen and (min-width: 720px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 719px) {
  .pc {
    display: none !important;
  }
}
