@charset "UTF-8";
/* ---------- ---------- ----------

00. Common Setting
01. Component Setting
02. Page SettingPage Setting

---------- ---------- ---------- */

/* ---------- ---------- ----------
:: for large screen ::
@media only screen and (min-width: 1025px) {
}
:: for medium screen ::
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media only screen and (max-width: 640px) {
}
---------- ---------- ---------- */

/* -- ------------------------------
  00. Common Setting
------------------------------ --*/
/* Reset
---------- ---------- */

/* -- ------------------------------
  01. Component Setting
------------------------------ --*/
/* Page Title (H1) */
.l-PageTitle--v2__h1 .cmn-richtext {
  padding: 0;
}

.l-PageTitle--v2__h1 .ttl_h1{
  border-bottom: 1px solid #464646;
  color: #464646;
  padding-left: 0;
  font-size: 1.1em;
  letter-spacing: 0.1em;
}

.text_h1 .cmn-richtext{
font-size: 1.25em;
}

.ttl_h2 .l-HeadingTitle--v2__h2 .cmn-richtext{
  border-radius: 50px;
  font-size: 26px;
  border: 1px solid #707070;
  padding: 10px 30px;
}

.cb-text--01 {
  font-weight: 600;
  font-size: 2em;
  background: linear-gradient(transparent 60%, #FCE4DA 40%);
}
.cb-text--02{
  font-weight: 600;
  font-size: 1.5em;
}
.cb-text--03 {
  font-size: .95em;
}

.cb-text--04 {
  font-size: 1.4em;
}
.area_code {
  background-color: #FEF1EC;
  padding: 20px 45px;
  font-size: 1.45em;
}
.text_code {
  font-weight: 600;
  font-size: 1.5em;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .area_code{
    font-size: 1.3em;
    padding: 20px 35px;
  }
  .text_code {
    font-size: 1.4em;
  }
  .myf_color_column .g-Column__cols:nth-child(1) {
    padding-right: 18px;
  }

  .myf_color_column .g-Column__cols:nth-child(3) {
    padding-left: 18px;
  }
}

@media only screen and (max-width: 640px) {
  .l-PageTitle--v2__h1 .ttl_h1 {
      font-size: 1.1em;
    }
  .text_h1 .cmn-richtext{
    font-size: 1em;
  }
  .area_code {
    font-size: 1em;
    padding: 10px 15px;
  }
  .cb-text--01 {
    font-size: 1.3em;
  }
  .cb-text--02 {
    font-size: 1.15em;
  }
  .text_code {
    font-size: 1.2em;
  }
  .myf_color_column .g-Column__cols:nth-child(1) {
    padding-right: 0;
  }

  .myf_color_column .g-Column__cols:nth-child(3) {
    padding-left: 0;
  }
  .cb-text--03 {
    font-size: .85em;
  }
  .cb-text--04 {
    font-size: 1.2em;
  }
}

.cmn-richtext,
.faq-ButtonP-01 .cmn-richtext {
  color: #464646;
  letter-spacing: .02em;
}


.g-HeadingTitle--v2 .cmn-richtext {
  font-size: 1.25rem;
}

@media only screen and (max-width: 640px) {
  .ttl_h2 .l-HeadingTitle--v2__h2 .cmn-richtext {
    font-size: 1em;
  }
}


/* Button Pack */
.faq-ButtonP-01 .g-ButtonP__list__item {
  max-width: 370px;
  margin: 0 auto;
  float: none;
}

.faq-ButtonP-01 .g-ButtonP__list:after {
  content: none;
}

.faq-ButtonP-01 .is-colorset--1 .l-ButtonUnit__link {
  color: #464646;
  background-color: #fce4da;
  border-color: #464646;
  font-size: 1.5rem;
}

.faq-ButtonP-01 .is-colorset--1 .l-ButtonUnit__link .l-ButtonUnit__link__icon {
  color: #323232;
  font-size: .8em;
  transform: translateY(-50%);
  margin-top: 2px;
}

@media only screen and (max-width: 640px) {
  .faq-ButtonP-01 .is-colorset--1 .l-ButtonUnit__link {
    font-size: 1.25rem;
  }
}