/*固定ページ common */
.display-pc {
    display: block;
}
.display-sp {
    display: none;
}

h2.design_headline,
h3.design_headline {
    color: #e37d65;
    font-size: 30px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 1.6px;
    border: none;
    padding: 0;
    margin: 80px 0 40px;
    text-align: center;
    display: block;
}
h2.design_headline:first-child,
h3.design_headline:first-child {
    margin-top: 0;
}

h2.design_headline:after,
h3.design_headline:after {
    display: none;
}

h3.design_headline_h3 {
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
    display: block;
    margin-bottom: 35px;
    border: none;
}
h3.design_headline_h3:after {
    right: 0;
    margin: 0 auto;
}

.type-page table {
    margin: 0 0 50px 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    word-break: break-all;
    word-wrap: break-all;
}

.type-page td,
.type-page th {
    border: 1px solid #ddd;
    padding: 18px 30px 16px;
    line-height: 2.2;
    background: #fff;
}

.type-page th {
    background: #f7f7f7;
}

/*header navi*/
.global_navi__list>.is-parent>a::before {
    top: initial;
}
.global_navi-is-header .global_navi__list > .is-parent > a::before {
    border: none;
}
.global_navi__list>.is-parent>a {
    padding-right: 0;
}

.l-global_navi .global_navi__item:nth-of-type(7) {
    background: #d28a94;
    padding: 0 25px !important;
}
.l-global_navi .global_navi__item:nth-of-type(7) a {
    color: #fff !important;
}
.l-global_navi .global_navi-is-separate .global_navi__list .global_navi__item:nth-of-type(8n)::before,
.l-global_navi .global_navi-is-header .global_navi__list > .global_navi__item:nth-of-type(8n) > a::before {
    display: none;
}
.l-global_navi .global_navi__item:nth-of-type(7) a:before {
    display: none;
}
.l-global_navi .global_navi__item:nth-of-type(7):hover > a{
    opacity: .7;
/*    background: #f4cbd4;*/
}
.l-footer_navi .global_navi-is-separate .global_navi__list > .global_navi__item {
    padding: 0 20px;
}

.widget_list-is-solid .global_navi__item:nth-of-type(7) > a {
    color: #fff;
    background: #d28a94;
    padding-left: 10px;
}


.type-page .aligncenter {
    text-align: center;
}

.type-page .link {
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

.type-page .link:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #337ab5;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.type-page .link:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
}

.img-center img {
    display: block;
    margin: 0 auto;
}

.post__row {
    margin: 70px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.post__row.post__row-col-3 {
    align-items: baseline;
}

.post__row--right {
    flex-direction:row-reverse
}

.post__col h3 {
    font-size: 22px;
    border: none;
    margin-bottom: 20px;
}
.post__col h3:after {
    display: none;
}

.post__col img {
    border-radius: 10px;
}

.post__col-2 {
    margin: 0;
    width: 47%;
    flex: 0 0 auto;
}

.post__col-3 {
    margin: 0;
    width: 31.5%;
    flex: 0 0 auto;
}

.post__col-3 figcaption {
   line-height: 1.8;
}

.post__col p {
    margin-bottom: 15px;
}

.post__col p.notice {
    font-size: 14px !important;
}

.post__col .link {
    margin-top: 20px;
}


.deco_list,
.deco_no-list {
    max-width: 600px;
    padding: 30px 0 30px 150px;
    margin: 0 auto 40px;
    border: 1px solid #d28a94;
    border-radius: 10px;
}

.deco_list {
    list-style-type: none;
}

.deco_list li::before {
    font-family: auto;
    content: "・";
    color: #e32222;
    transform: scale(2.1);
    display: block;
    position: absolute;
    left: 0;
}

.deco_list li,
.deco_no-list li {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    position: relative;
}
.deco_list li {
    padding-left: 26px;
}

.deco_list.deco_list_left {
    padding: 30px 80px;
}

.deco_list.deco_list_intro {
    max-width: 800px;
    padding: 30px 80px;
}

.deco_list.deco_list_intro li {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.deco_list.deco_list_intro li p {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 0;
}

.deco_list.deco_list_intro li span {
    color: #e47282;
}


.deco_no-list li::marker {
   font-size: 30px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.8;
  font-style: italic;
  color: #e32222;
}

.type-archive .main_content-is-archive p,
.type-page .main_content-is-page p {
  font-size: 16px;
  margin-bottom: 25px;
}

.type-page .main_content-is-page p a {
  font-weight: bold;
  color: #337ab5;
}

/*.type-page .main_content-is-page p a:hover*/
.type-page .main_content-is-page a:hover {
  opacity: .7;
}

.type-archive .main_content-is-archive p {
    line-height: 2;
}


.type-page .inner_layout.l-main_bottom {
    display: none;
}

.type-page .container.c-breadcrumb {
    max-width: 960px;
}

.page__main-img {
    margin-bottom: 70px;
}

.page__main-img img {
    border-radius: 10px;
}

.type-page .short {
    max-width: 760px;
    margin: 0 auto;
}

.type-page .center {
    text-align: center;
}

.type-page .left {
    text-align: left;
}

.reservation__wrap {
    text-align: center;
    padding: 40px 90px;
    margin: 120px 0 80px;
/*    background: #fdf5f2;*/
    background: #fff8f6;
    border-radius: 10px;
}

.reservation__wrap:last-child {
    margin-bottom: 0;
}

.reservation__wrap .btn {
    margin: 30px auto;
}

.reservation__wrap p.sale-txt{
    font-size: 15px;
    color: #f00;
    font-weight: bold;
    margin-bottom: 10px;
}


.access__wrap {
    text-align: center;
}

.access__wrap h3 {
    font-size: 26px;
    border: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}
.access__wrap h3:after{
    display: none;
}


.access__wrap .btn {
    margin-top: 30px;
}


.insta_warp {
    display: none; /* 初期は非表示 */
    width: 100%;
    margin: 80px auto 0;
    text-align: center;
}
.insta_inner {
    max-width: 1100px;
    margin: 0 auto 50px;
}

.insta_warp h2 {
    font-size: 28px;
    color: #191919;
    margin: 0 0 30px;
    position: relative;
    padding-bottom: 20px;
}
.insta_warp h2 span {
    font-size: 18px;
    color: #e37d65;
    display: block;
    margin: 0 0 12px 0;
}

.insta_warp h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60px;
    border-bottom: 4px solid #e37d65;
}

.insta__entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.insta__entry div {
    width: 20%;
    position: relative;
}
.insta__entry div a {
    padding: 0 0 96.914% 0;
    display: inline-block;
    overflow: hidden;
}
.insta__entry div img {
    width: 100%;
    height: 100%;
    transition: .2s;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-content: center;

}
.insta__entry div a:hover img {
    opacity: .6;
}
@media only screen and (max-width: 767px) {
    .insta__entry div {
        width: 33.3333%;
    }

    .insta__entry div:last-of-type {
        display: none;
    }

}


.rof-list-body ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rof-list-body ul li {
    width: 50%;
    padding: 20px 40px 40px;
    box-sizing: border-box;
    border-bottom: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    list-style-type: none;
}
.rof-list-body ul li:nth-child(even) {
    border-right: none;
}

.rof-number {
    font-family: "Times New Roman";
    font-size: 30px;
    position: relative;
    padding-left: 1.7%;
    line-height: 1.5;
    margin-bottom: 15px;
}
.rof-number:after {
    content: "";
    width: 8%;
    height: 3px;
    background-color: #e4007f;
    position: absolute;
    bottom: 0;
    left: 0;
}
.rof-tit {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 12px;
}



.rof-list-body.support-list .rof-number {
    padding-left: 0;
}

.rof-list-body.support-list .rof-number span {
    font-size: 18px;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-right: 6px;
    text-transform: uppercase;
}

.rof-list-body.support-list .rof-number:after {
    width: 17%;
}

.rof-list-body.support-list ul li:nth-child(7) {
    border-bottom: none;
}

.rof-list-body.salon-list ul li:nth-child(3),
.rof-list-body.salon-list ul li:nth-child(4) {
    border-bottom: none;
}


.rof-list-body.support-list li:first-child {
    background: url(https://new.cho-cleanz.com/cleanzchowp/wp-content/uploads/2025/05/support_list_mail2.png) no-repeat right 25px top 15px;
    background-size: 70px;
}
.rof-list-body.support-list li:nth-child(2) {
    background: url(https://new.cho-cleanz.com/cleanzchowp/wp-content/uploads/2025/05/support_list_store2.png) no-repeat right 25px top 15px;
    background-size: 70px;
}
.rof-list-body.support-list li:nth-child(3) {
    background: url(https://new.cho-cleanz.com/cleanzchowp/wp-content/uploads/2025/06/support_list_repeat.png) no-repeat right 25px top 15px;
    background-size: 70px;
}
.rof-list-body.support-list li:nth-child(4) {
    background: url(https://new.cho-cleanz.com/cleanzchowp/wp-content/uploads/2025/05/support_list_chat2.png) no-repeat right 25px top 15px;
    background-size: 45px;
}
.rof-list-body.support-list li:nth-child(5) {
    background: url(https://new.cho-cleanz.com/cleanzchowp/wp-content/uploads/2025/05/support_list_movie2.png) no-repeat right 10px top 15px;
    background-size: 80px;
}
.rof-list-body.support-list li:nth-child(6) {
    background: url(https://new.cho-cleanz.com/cleanzchowp/wp-content/uploads/2025/05/support_list_gift2.png) no-repeat right 25px top 15px;
    background-size: 70px;
}
.rof-list-body.support-list li:nth-child(7) {
    background: url(https://new.cho-cleanz.com/cleanzchowp/wp-content/uploads/2025/05/support_list_review2.png) no-repeat right 25px top 15px;
    background-size: 70px;
}





/*footer*/
.footer-col2 {
  width: 100%;
  background: #fdedec;
  padding: 40px 0 30px;
}

.footer-col2__inner {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.footer-col2__inner > div {
  width: 44%;
  margin: 0 3%;
}

.footer-col2 h3 {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 14px;
}

.footer-amazon {
  text-align: center;
}

.footer-amazon h3 {

}

.footer-amazon h3 span {
    font-size: 15px;
    margin-top: 8px;
    display: block;
    color: #f00;
}

.amazon_img img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.amazon_img a:hover {
  opacity: .7;
}

.footer-salon {
  text-align: center;
}

.footer-salon iframe {
  max-width: 100%;
  height: 250px;
}

.footer-salon p {
  margin: 15px 0 25px;
}

.footer-salon p span {
  font-size: 13px;
}

.l-footer_sns .sns_list__link.icon-amazon:hover{
    color: #ff9900;
}
.l-footer_sns .sns_list__link.icon-instagram2 {
    color: #d6249f;
}
.l-footer_sns .sns_list__link.icon-instagram2:hover {
    color: #000;
}
.l-footer_sns .sns_list__link.icon-mail:hover {
    color: #aaa;
}
.sns_list-is-basic .sns_list__link.icon-amazon {
    background: #ff9900;
}
.sns_list-is-basic .sns_list__link.icon-instagram2 {
    background: #B6006A;
}
.sns_list-is-basic .sns_list__link.icon-mail {
    background: #c1a1b5;
}



/*ホーム・トップページ*/
.type-home .keyvisual__text_area .phrase.phrase-is-custom,
.type-home .keyvisual__text_area .heading.heading-is-custom {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-shadow: 1px 3px 5px #fff;
}


.type-home .main_content>*+* {
    margin-top: 0;
}

.type-home .l-contents_top .c-contents {
    max-width: 100%;
    width: 100%;
}

.content__section {
    padding: 60px 0;
}

.content__section:first-child {
    padding: 30px 0 60px;
}

.content__section:last-child {
    padding: 60px 0 0;
}

.type-home .section__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.home-bg-pink {
    background: #fdf5f4;
}

.home-bg-gray {
    background: #f6f6f6;
}

.section__heading {
    text-align: center;
}

h2.home__h2-intro {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 35px;
    color: #d28a94;
    border: none;
    padding: 0;
    margin-bottom: 20px;
    letter-spacing: 1.7px;
    text-align: center;
    display: inline-block;
}

h2.home__h2-intro:after {
    border: none;
}

h2.home__h2-style {
    font-size: 16px;
    color: #d28a94;
    line-height: 1.5;
    padding: 0;
    border: none;
    display: inline-block;
}
h2.home__h2-style:after {
    border: none;
}

h2.home__h2-style span{
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 3.6px;
    line-height: 1.2;
    display: block;
}


.home__col-row {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-section-menu h3 {
    font-size: 20px;
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.7;
    text-align: center;
    display: inline-block;
    margin-bottom: 35px;
    border: none;
}

.home-section-menu h3:after {
    display: none;
}

.home-section-voice .home__col-row{
    align-items: flex-start;
}

.home__col-row--right {
    flex-direction:row-reverse
}

.home__col-row h3 {
    font-size: 22px;
    border: none;
    margin-bottom: 20px;
    display: block;
}
.home__col-row h3:after {
    display: none;
}

.home__col-row h3 span {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.home__col img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.home__col-1 {
    text-align: center;
}

.home__col-1 img {
    max-width: 600px;
}

.home__col-2 {
    margin: 0;
    width: 47%;
    flex: 0 0 auto;
}

.home__col-3 {
    margin: 0;
    width: 31.5%;
    flex: 0 0 auto;
    box-shadow: 1px 1px 6px -1px rgb(0 0 0 / 15%);
    background: #fff;
}

.home__col-3 figcaption {
    margin: 0;
   line-height: 1.8;
}

.type-page .main_content-is-page .home__col-3 p {
    margin-bottom: 0;
}

.home__col p {
    margin-bottom: 15px;
}


.content__section .btn.btn-is-preset1 {
    margin-top: 30px;
}

/*.home__col p.notice {
    font-size: 14px !important;
}

.home__col .link {
    margin-top: 20px;
}*/

.content__section .l-footer_sns {
    padding: 0;
    margin-bottom: 30px;
    background: none;
}

.content__section .l-footer_sns .sns_list__link {
    border: 1px solid #d6249f;
    padding: 0;
    width: 55px;
}

.content__section .sns_list__link.icon-instagram2 {
    background: #fff1f1;
}

.home-section-voice .home__col-3 {
    padding: 15px;
    border: solid 1px #d28a94;
    border-radius: 10px;
}



.type-home .voice-prof {
    font-weight: bold;
    margin: 10px 0 6px !important;
}


.home-section-profile img {
    max-width: 300px;
}















/*プロフィールページ*/
.prof-main__img {
    width: 360px;
    margin: 0 auto;
    text-align: center;
}

.prof-main__img img {
    width: 100%;
    height: auto;
}

.page-id-3939 .profile_headline {
    font-size: 28px;
    letter-spacing: 1.8px;
    border: none;
    margin: 20px 0 0 0;
    display: block;
    text-align: center;
}

.page-id-3939 .profile_headline span {
    font-size: 18px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-top: 5px;
    display: block;
}
.page-id-3939 .profile_headline:before,
.page-id-3939 .profile_headline:after {
    display: none;
}

.page-id-3939 .short h2 {
    margin-top: 80px;
}

.page-id-3939 .short p {
    font-size: 16px;
    margin-bottom: 30px;
}

.amazon-rank_list {
    font-weight: bold;
    color: #E37D64;
}





/*サロン紹介ページ*/
.page-id-1374 .l-contents figure img {
    border-radius: 10px;
}

.page-id-1374 .hedding__menu {
    text-align: center;
    font-size: 30px;
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 2px;
    display: block;
    border: none;
}

.page-id-1374 .hedding__menu:after {
    display: none;
}

.page-id-1374 .hedding__menu span {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    display: block;
}

.salon-menu__wrap {
    margin-top: 50px !important;
}

.salon-menu__list {
    display: flex;
    background: #f9f8f6;
    padding: 80px 20px 35px;
    margin-bottom: 80px;
    position: relative;
}

.salon-menu__wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.salon-menu__wave svg {
    position: absolute;
    top: -40px;
}

.salon-menu__no {
    width: 100px;
    height: 100px;
    border-radius: 61% 37% 60% 32% / 49% 32% 57% 29% ;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 80px;
    top: -50px;
    background: #d28a94;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.salon-menu__no-inner {
    font-size: 16px;
    line-height: 1.3;
    width: 100%;
    font-family: "Times New Roman";
    letter-spacing: 2px;
}

.salon-menu__no-inner span {
    font-size: 26px;
}

.salon-menu__img {
    width: 30%;
    margin-right: 5%;
}

.salon-menu__detail {
    width: 65%;
    letter-spacing: 0.8px;
}

.salon-menu__detail p {
    font-size: 15px;
    line-height: 2;
}

.salon-menu__detail h4 {
    font-size: 22px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 25px;
}

.salon-menu__detail h4:after {
    display: none;
}

.salon-menu__detail h4 span {
    color: #292929;
    font-size: 15px;
    font-family: "Times New Roman";
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 15px;
}

.salon-menu__price {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}


/*オンライン個別相談ページ*/
.cho_program {
    text-align: center;
    margin-bottom: 120px;
}

.herb-price {
    color: #e16f7f;
    font-weight: bold;
}



/*お客様の声ページ*/
.voice__wrap {
    position: relative;
    padding: 30px 20px 20px;
    margin: 80px 0 30px;
    border: solid 1px #d28a94;
    border-radius: 10px;
}

.voice__wrap.last {
    margin-bottom: 80px;
}

.voice__wrap::after {
  display: block;
  content: "";
  clear: both;
}

.graduate-case h4,
.voice__wrap h2 {
    font-size: 22px;
    color: #d28a94;
    border: none;
    padding: 0;
    line-height: 1.7;
    margin: 0 0 12px;
}

.graduate-case h4:after,
.voice__wrap h2:after {
    display: none;
}

.voice__no {
    color: #b2b2b2;
/*    font-weight: bold;*/
    font-size: 50px;
    line-height: 1;
    font-style: italic;
    position: absolute;
    left: 30px;
    top: -30px;
    background: #fff;
    padding: 0 10px;
}

.voice__photo {
    width: 35%;
    margin: 0 3% 20px 0;
    float: left;
}

.voice__photo img {
    border-radius: 10px;
}

.voice__wrap .voice-prof {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 18px;
}

.voice__detail .marker {
    font-weight: bold;
    background-image: linear-gradient(transparent 70%, rgba(255, 255, 255, .5) 0), linear-gradient(transparent 70%, #c91b44 0);
}













/*アクセスページ*/
.page-id-3838 .gray_bg {
  background: #f5f5f5;
    padding: 50px;
    border-radius: 10px;
}

.page-id-3838 .gray_bg .post_row {
    background: #fff;
    padding: 30px 40px 30px;
    margin: 0 0 40px;
}

.page-id-3838 .gray_bg .post_row {
    line-height: 2.4;
/*    margin: 70px 0;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.page-id-3838 .post_row h4 {
    width: 100%;
    color: #d28a94;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.page-id-3838 .post_row h4:after {
   display: none;
}

.page-id-3838 .post_col p {
    margin: 0;
}

.page-id-3838 .post_col-2 {
    margin-right: 20px;
    width: calc(50% - 25px);
}

.page-id-3838 .gray_bg .post_row .post_col-2:first-of-type {
    padding-right: 20px;
}

.page-id-3838 .gray_bg .post_row:last-child {
    margin-bottom: 0;
}


/*contactページ*/
.page-id-3036 .entry__content {
  max-width: 800px;
  margin: 0 auto;
}

.page-id-3036 .entry__content p {
  margin-bottom: 10px;
}

.page-id-3036 .entry__content .contact-notice {
  font-size: 14px;
}

.contact-form {
  width: 100%;
  margin: 50px auto 0;
}

.contact-form dl {
  margin-bottom: 25px;
}

.contact-form .required {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    line-height: 1;
    padding: 5px;
    font-size: 1.2rem;
    background: #dd4d06;
    color: #fff;
    border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    display: block;
    border: none;
    padding: 12px 15px;
    border-radius: 8px;
    background: #fdf5f2;
    border: 1px solid #e37d65;
    transition: .2s;
}

.contact-form textarea {
  height: 250px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 0;
/*    background: #fbfaf9;*/
    box-shadow: 5px 5px 15px -5px #bfbfbf;
}


.wpcf7-form-control.wpcf7-submit {
    font-size: 17px;
    width: 200px;
    display: block;
    position: relative;
    margin-top: 50px;
    padding: 10px 40px 10px 30px;
    background-color: #d28a94;
    color: #fff;
    border-radius: 9999px;
    margin-left: auto;
    margin-right: auto;
}


.wpcf7-form-control.wpcf7-submit:hover {
  opacity: .7;
  text-decoration: none;
  cursor: pointer;
}



/*よくある質問*/
/*menu*/
.faq-category__wrap ol {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
}

.faq-category__wrap  ol li {
    font-size: 16px;
    width: 320px;
    border: 1px solid #ddd;
    list-style: none;
    margin: 0 -1px -1px 0;
}

.faq-category__wrap ol li a {
    display: block;
    height: 100%;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    padding: 22px 30px;
    position: relative;
    background: #fff;
    text-decoration: none !important;
    transition: .3s;
}

.faq-category__wrap ol li a:hover {
    background: #fff8f6;
}

/*contents*/
.faq-cont-list {
    margin-top: 80px;
}
.faq-content {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 70px;
}
.faq-list {
    width: 100%;
    max-width: 100%;
/*    margin: 0 auto 35px;*/
}

.faq-list .item {
    border: 1px solid #ddd;
    margin: 0 0 -1px 0;
    position: relative;
    background: #fff;
}

.faq-list .title {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    line-height: 1.8;
    padding: 21px 55px 21px 30px;
    margin-bottom: 0;
    position: relative;
    transition: color 0.4s ease;
    border: none;
    transition: .3s;
}

.faq-list .title:before {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    height: 1px;
    width: 11px;
    background: #000;
    top: calc(50% + 2px);
    transform: translateY(-50%);
}

.faq-list .title:after {
    content: '';
    display: block;
    position: absolute;
    right: 25px;
    height: 11px;
    width: 1px;
    background: #000;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    border: none;
    left: initial;
}

.faq-list .title span {
    display: block;
    position: relative;
    padding: 0 0 0 50px;
}

.faq-list .title span:before {
    content: 'Q';
    font-family: Arial;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #d28a94;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.faq-list .title:hover {
    background: #fff8f6;
}

.faq-list .desc-area {
    height: 0;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.54, 0.07, 0.38, 0.9);
}

.faq-list .desc {
    line-height: 2.6;
    padding: 20px 30px;
    border-top: 1px solid #ddd;
    background: #fffafa;
    transition: opacity 0.7s ease;
    opacity: 0;
}

.type-page .main_content-is-page .faq-list p {
    margin: 0;
}


/*toggle opne*/
.faq-list .title.is-open + .desc-area > .desc {
    opacity: 1;
    transition: opacity 1s ease;
}

.faq-list .title.is-open:after {
    display: none;
}


/*プライバシーポリシー*/
.page-id-3 .l-contents_page .c-contents {
    width: 800px;
}







/*腸セラピスト養成講座*/
.price-strong {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #e25452;
    margin-right: 3px;
}

.graduate-case {
    margin-top: 80px;
}
.graduate-case .voice__no {
    top: -35px;
}
.graduate-case .voice__no span {
    font-size: 30px;
    margin: 0 12px 0 0;
}

.graduate-case .salon-name {
    font-weight: bold;
}

.graduate-case h3 {
    font-size: 20px;
    margin: 10px 0;
    border: none;
}

.graduate-case h3:after {
    display: none;
}


/*腸セラピストページ LP*/
.page-id-3507 {
    text-align: center;
}
.page-id-3507 .l-contents_page:before,
.page-id-3507 .l-contents_page:after,
.page-id-3507 .top_btn.is-show,
.page-id-3507 .l-copyright,
.page-id-3507 .l-footer_sns,
.page-id-3507 .l-footer_navi,
.page-id-3507 .l-footer_middle,
.page-id-3507 .l-footer_top,
.page-id-3507 .l-breadcrumb,
.page-id-3507 .l-keyvisual,
.page-id-3507 .i-header {
    display: none;
}

.page-id-3507 .l-contents_page {
    padding: 0;
    margin: 0;
}

.page-id-3507 .l-contents_page .c-contents {
    max-width: 100%;
    width: 100%;
}

.therapist-sec-01,
.therapist-sec-03,
.therapist-sec-05,
.therapist-sec-07 {
    background: #fdfdfd;
}

.therapist-sec-02,
.therapist-sec-04,
.therapist-sec-06,
.therapist-sec-08 {
    background: #ffecee;
}

.therapist-sec {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

.therapist-sec img {
    max-width: 100%;
}

.therapist-sec-btn {
    display: inline-block;
    width: 320px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.therapist-sec-01 .therapist-sec-btn {
    top: 641px;
    left: -8px;
}

.therapist-sec-02 .therapist-sec-btn {
    bottom: 29px;
    left: -6px;
}

.therapist-sec-06 .therapist-sec-btn {
    bottom: 19px;
}

.therapist-sec-08 .therapist-sec-btn {
    bottom: 20px;
}

.therapist-sec-04 .therapist-sec-btn {
    width: 330px;
    bottom: 18px;
    right: -7px;
}

@media only screen and (max-width: 432px) {

    .therapist-sec-btn {
        width: 75%;
    }

    .therapist-sec-01 .therapist-sec-btn {
        top: 27.8%;
    }

    .therapist-sec-02 .therapist-sec-btn {
        bottom: 26px;
    }

    .therapist-sec-04 .therapist-sec-btn {
        width: 76.3%;
        bottom: 2.3%;
    }

}


/*卒業生の声のページ*/
.future-survey {
  display: flex;
  max-width: 1200px;
  margin: 60px auto;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border-radius: 10px;
  overflow: hidden;
}

.left-image {
  width: 40%;
  position: relative;
}

.left-image img {
  width: 100%;
  height: auto;
  filter: brightness(0.95) saturate(1.1);
}

.right-info {
  width: 60%;
  padding: 20px 20px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.person-tag {
  font-size: 18px;
  font-weight: 600;
  color: #cc2e6e;
  margin-bottom: 12px;
  letter-spacing: 0.8px;
  border-bottom: 1px solid #d3d0d0;
  padding-bottom: 10px;
}

.survey-block {
  margin-bottom: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
}

.survey-block:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
}

.survey-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.7;
  position: relative;
}

.survey-title::before {
  content: '';
  display: block;
  width: 54px;
  height: 2px;
  background: #cc2e6e;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.survey-block p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0 !important;
}




/*全国のサロン紹介ページ*/
.vogue-profile {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 40px;
  border-top: 2px solid #d96c9b;
  border-bottom: 2px solid #d96c9b;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(217, 108, 155, 0.1);
}

.vogue-profile.last {
  margin-bottom: 80px;
}

.vogue-photo {
  width: 30%;
  overflow: hidden;
}

.vogue-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  filter: grayscale(10%) contrast(1.05);
}

.vogue-text {
  width: 70%;
  padding: 25px 50px;
  box-sizing: border-box;
  color: #111;
  position: relative;
}

.vogue-area-ja {
  font-size: 19px;
  font-weight: 600;
  color: #d96c9b;
  margin-bottom: 5px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.vogue-area-ja,
.vogue-location,
.vogue-salon,
.links-txt {
  /*font-family: "Noto Serif JP", serif;*/
    font-family: "Didot", "Georgia", serif;
}

.vogue-location {
  font-size: 14px;
  letter-spacing: 2px;
  color: #d96c9b;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}

.vogue-location::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #d96c9b;
  margin-right: 8px;
  vertical-align: middle;
}

.vogue-salon {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  position: relative;
}

.vogue-salon-initial {
  color: #d96c9b;
  font-size: 36px;
  font-weight: bold;
}

.vogue-name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.vogue-role {
  font-size: 16px;
  font-weight: normal;
  color: #555;
}

.vogue-title {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-top: 8px;
}

.vogue-description p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #333;
}

.vogue-links {
  margin-top: 30px;
}

.vogue-links a {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #d96c9b;
  border-bottom: 1px solid #d96c9b;
  padding-bottom: 2px;
  transition: all 0.3s ease;
}

.vogue-links a:hover {
  opacity: 0.7;
  text-shadow: 0px 0px 2px #d96c9b;
}

.vogue-line {
  border: none;
  border-top: 1px solid #ddd;
  margin: 20px 0;
}


.links-txt {
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.vogue-links .l-footer_sns {
    padding: 0;
    margin: -8px 0 0 0;
    background: none;
    display: inline-block;
}

.vogue-links .l-footer_sns .sns_list {
    justify-content: left;
}

.vogue-links .l-footer_sns .sns_list__link {
    font-size: 20px;
    padding: 0 2px;
    border: 1px solid #d96c9b;
}




/*記事ページ*/
.type-single .main_content-is-post p a {
  font-weight: bold;
}

.type-single .main_content-is-post p a:hover {
  opacity: .7;
}




/* スマホ用 */
@media only screen and (max-width: 767px) {
    /*固定ページ common */
    .display-pc {
        display: none;
    }
    .display-sp {
        display: block;
    }

    h2.design_headline,
    h3.design_headline {
        font-size: 22px;
        font-weight: bold;
        margin: 60px 0 30px;
    }


    h3.design_headline_h3 {
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 1.8;
    }


    /*header navi*/
    .l-global_navi .global_navi__item:nth-of-type(7) {
        background: none;
        padding: 0 !important;
    }
    .l-global_navi .global_navi__item:nth-of-type(7) a {
        color: #000 !important;
    }
    .l-global_navi .global_navi__item:nth-of-type(7) > a {
        background: #d28a94;
        color: #fff !important;
        padding: 25px;
    }
    .l-global_navi .global_navi__item:nth-of-type(7) .sub-menu>.global_navi__item {
        margin-left: 0;
    }

    .global_navi__item.is-parent.is-current > ul li a {
        border: none;
    }


    .l-info_search {
        height: 34px;
    }
    .info_bar__item {
        font-size: 1.3rem;
    }

    iframe.googlemap {
        max-height: 300px;
    }

    .line-btn {
        width: 180px;
        display: inline-block;
    }

    .type-page td,
    .type-page th {
        font-size: 15px;
        padding: 16px 10px;
        line-height: 1.7;
    }

    .type-page .center {
        text-align: center;
    }

    .type-page .sp-center {
        text-align: center !important;
    }
    .type-page .sp-left {
        text-align: left;
    }

    .post__row {
        margin: 50px 0;
        display: block;
    }

    .post__col h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .post__col {
        margin-bottom: 30px;
    }

    .post__col-3,
    .post__col-2 {
        width: 100%;
    }

    .post__row.post__row-col-3 {
        margin: 40px 0;
    }

    .post__col-3 figcaption {
        font-size: 15px;
    }


    .deco_list,
    .deco_no-list,
    .deco_list.deco_list_left {
        padding: 30px;
        margin: 0 auto 30px;
    }

    .deco_list li,
    .deco_no-list li {
        font-size: 16px;
        box-sizing: border-box;
    }
    .deco_list li {
        padding-left: 22px;
    }

    .deco_list.deco_list_intro {
        padding: 15px 13px;
        margin: 0 auto 30px;
    }
    .deco_list.deco_list_intro li {
        font-size: 18px;
    }

    .deco_list.deco_list_intro li p {
        font-size: 16px;
        margin-top: 4px;
    }




    .type-page .main_content-is-page p {
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 2.1;
    }

    .page__main-img {
        margin-bottom: 50px;
    }


    .access__wrap h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .access__wrap .btn {
        margin-top: 20px;
    }


    .reservation__wrap {
        text-align: center;
        padding: 30px 15px 20px;
        margin: 60px 0;
    }

    .reservation__wrap .btn {
        margin: 20px auto;
    }

    .btn-is-preset1 .btn__inner {
        padding: 12px 35px 12px 25px;
    }



    .rof-list-body ul {
        display: block;
    }

    .rof-list-body ul li {
        width: 100%;
        padding: 25px 10px 20px;
        border-right: none;
    }

    .rof-number {
        font-size: 30px;
    }

    .rof-tit {
        font-size: 19px;
    }

    .rof-text {
        font-size: 16px;
    }

    .rof-list-body.salon-list ul li:nth-child(3) {
        border-bottom: solid 1px #e1e1e1;
    }

    .rof-list-body.support-list ul li:nth-child(5) {
        border-bottom: solid 1px #e1e1e1;
    }

    .rof-list-body.support-list .rof-number span {
        font-size: 16px;
        margin-right: 4px;
    }

    .rof-list-body.support-list li:first-child {
        background-size: 60px;
    }
    .rof-list-body.support-list li:nth-child(2) {
        background-size: 60px;
    }
    .rof-list-body.support-list li:nth-child(3) {
        background-size: 56px;
    }
    .rof-list-body.support-list li:nth-child(4) {
        background-size: 40px;
    }
    .rof-list-body.support-list li:nth-child(5) {
        background-size: 70px;
    }
    .rof-list-body.support-list li:nth-child(6) {
        background-size: 60px;
    }
    .rof-list-body.support-list li:nth-child(7) {
        background-size: 60px;
    }


    /*contents*/



    /*footer*/
    .footer-col2__inner {
        width: 100%;
        display: block;
        padding: 0 15px;
    }

    .footer-col2__inner > div {
      width: 100%;
      margin: 0 0 50px 0;
    }

    .footer-col2__inner > div:last-child {
      margin-bottom: 0;
    }

    .footer-salon iframe {
      height: 200px;
    }


    .container.c-footer_navi {
        width: 100%;
    }


    .c-footer_navi .global_navi__inner {
        overflow-x: initial;
    }

    .c-footer_navi .container.c-footer_navi {
        margin: 0;
    }

    .c-footer_navi .global_navi__list {
        display: block;
        width: 100%;
        border-top: 1px solid #aaa;
    }

    .c-footer_navi .global_navi__item.is-current {
        background: #f6cdcd;
    }

    .c-footer_navi .global_navi__item.is-current a {
        border: none;
    }

    .c-footer_navi .global_navi__item a {
        font-size: 14px !important;
    }

    .l-footer_navi .global_navi-is-separate .global_navi__list > .global_navi__item {
        width: 50%;
        float: left;
        border-right: none;
        border-bottom: 1px solid #aaa;
        position: static;
        margin: 0;
    }

    .l-footer_navi .global_navi-is-separate .global_navi__list > .global_navi__item:nth-of-type(odd) {
        border-right: 1px solid #aaa;
    }

    .c-footer_navi .global_navi::before,
    .c-footer_navi .global_navi::after {
        display: none;
    }

    .c-footer_navi .global_navi__list:after {
        display: block;
        content: "";
        clear: both;
    }



    /*ホーム・トップページ*/
    .content__section {
        padding: 40px 0;
    }

    .content__section:first-child {
        padding: 10px 0 40px;
    }

    .content__section:last-child {
        padding: 40px 0 0;
    }

    .section__inner {
        padding: 0 15px;
    }

    .l-keyvisual_top .heading-is-custom {
        font-size: 2.6rem;
    }

    .type-home .section__inner {
        max-width: 100%;
    }

    h2.home__h2-intro {
        font-size: 24px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    h2.home__h2-style {
        font-size: 15px;
    }

    h2.home__h2-style span{
        font-size: 32px;
        letter-spacing: 2px;
    }

    .home__col-row {
        margin: 30px 0 0;
        display: block;
    }

    .home-section-menu h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .home__col-row h3 {
        font-size: 19px;
        margin-bottom: 15px;
    }

    .home__col-row h3 span {
        font-size: 16.5px;
    }

    .home__col-1 p {
        text-align: left;
    }

    .home__col-1 img {
        max-width: 100%;
    }

    .home__col-2 {
        width: 100%;
        margin-bottom: 25px;
    }

    .home__col-2:last-of-type {
        margin-bottom: 0;
    }

    .home__col-3 {
        margin: 0 0 25px 0;
        width: 100%;
    }

    .home__col-3 figcaption img {
        width: 80%;
    }

    .type-home .voice-prof {
        font-size: 17px;
    }

    .home-section-profile img {
        max-width: 70% ;
    }





    /*サロン紹介ページ*/
    .page-id-1374 .hedding__menu {
        font-size: 26px;
        margin-top: 30px;
    }

    .page-id-1374 .hedding__menu span {
        font-size: 14px;
    }

    .salon-menu__wrap {
        margin-top: 40px !important;
    }

    .salon-menu__list {
        display: block;
        padding: 55px 15px 25px;
        margin-bottom: 70px;
    }

    .salon-menu__wave svg {
        top: 0px;
    }

    .salon-menu__no {
        width: 80px;
        height: 80px;
        right: 25px;
        top: -46px;
    }

    .salon-menu__no-inner {
        font-size: 15px;
    }

    .salon-menu__no-inner span {
        font-size: 22px;
    }

    .salon-menu__img {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .salon-menu__img img {
        width: auto;
        max-height: 350px;
    }

    .salon-menu__detail {
        width: 100%;
    }

    .salon-menu__detail h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }


    .salon-menu__detail h4 span {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .salon-menu__price {
        font-size: 18px;
        margin-top: 10px;
        line-height: 1.8;
    }


    /*オンライン個別相談ページ*/
    .cho_program {
        margin-bottom: 80px;
    }

    .page-id-1355 .center p{
        text-align: left;
    }


    /*お客様の声ページ*/
    .voice__wrap {
        padding: 25px 15px 20px;
        margin: 60px 0 30px;
    }

    .voice__wrap.last {
      margin-bottom: 50px;
    }

    .graduate-case h4,
    .voice__wrap h2 {
        font-size: 20px;
        line-height: 1.6;
    }

    .voice__detail p:last-of-type {
        margin-bottom: 0;
    }

    .voice__no {
        font-size: 36px;
        top: -22px;
    }

    .voice__photo {
        width: 100%;
        max-height: 350px;
        margin: 0 0 20px 0;
        float: none;
        text-align: center;
    }

    .voice__photo img {
        width: auto;
        max-height: 350px;
    }

    .voice__wrap .voice-prof {
        font-size: 17px;
        margin: 0 0 18px;
    }

    /*腸セラピスト養成講座*/
    .graduate-case {
        margin-top: 60px;
    }

    .graduate-case .voice__no {
        top: -27px;
    }

    .graduate-case .voice__no span {
        font-size: 18px;
        color: #8e8e8e;
        margin: 0 12px 0 0;
    }
    .graduate-case h3 {
        font-size: 17px;
    }

    .price-strong {
        font-size: 28px;
    }


    /*卒業生の声のページ*/
    .future-survey {
    flex-direction: column;
    }

    .left-image,
    .right-info {
    width: 100%;
    }

    .right-info {
    padding: 15px 14px 0;
    }

    .person-tag {
    top: 17px;
    }

    .survey-title {
    font-size: 17px;
    }


    /*全国のサロン紹介ページ*/
    .vogue-profile {
      display: block;
      max-width: 100%;
      margin: 0 auto 30px;
    }

    .vogue-profile.last {
      margin-bottom: 50px;
    }

    .vogue-photo {
      width: 70%;
      margin: 0 auto;
      text-align: center;
    }

    .vogue-text {
      width: 100%;
      padding: 25px 0 10px;
    }

    .vogue-area-ja {
      font-size: 17px;
      margin-bottom: 5px;
    }

    .vogue-location {
      font-size: 13px;
      margin-bottom: 7px;
    }

    .vogue-salon {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .vogue-salon-initial {
      font-size: 30px;
    }

    .vogue-name {
      font-size: 18px;
    }

    .vogue-role {
      font-size: 15px;
    }

    .vogue-title {
      font-size: 14px;
    }


    /*プロフィール*/
    .prof-main__img {
        width: 100%;
        max-height: 320px;
    }

    .prof-main__img img {
        width: auto;
        max-height: 320px;
    }

    .page-id-3939 .profile_headline {
        font-size: 24px;
        letter-spacing: 1.8px;
        margin-bottom: 20px;
    }

    .page-id-3939 .profile_headline span {
        font-size: 16px;
    }

    .page-id-3939 .short h2 {
        margin-top: 60px;
    }

    .page-id-3939 .short p {
        text-align: left;
    }




    /*アクセスページ*/
    .page-id-3838 .gray_bg {
        padding: 20px;
    }

    .page-id-3838 .gray_bg .post_row {
        padding: 20px;
        margin: 0 0 20px;
    }

    .page-id-3838 .gray_bg .post_row {
        display: block;
    }

    .page-id-3838 .post_row h4 {
        font-size: 17px;
    }

    .page-id-3838 .post_col p {
        font-size: 16px;
    }

    .page-id-3838 .post_col-2 {
        margin: 0 0 25px 0;
        width: 100%;
    }

    .page-id-3838 .gray_bg .post_row .post_col-2:last-child {
        margin-bottom: 0;
    }


    /*お問い合わせ*/
    .wpcf7-form-control.wpcf7-submit {
        margin-top: 35px;
    }


    /*よくある質問*/
    /*menu*/
    .faq-category__wrap  ol li {
        font-size: 16px;
        width: 100%;
    }

    .faq-category__wrap ol li a {
        padding: 18px 20px;
        justify-content: center;
        text-align: center;
    }


    .faq-content {
        border-radius: 0px;
        border: none;
        border-top: 1px solid #ddd;
        padding: 40px 0 20px;
        margin: 0;
    }

    .faq-cont-list {
        margin-top: 50px;
    }


    .faq-list .title span {
        padding-left: 40px;
    }

    .faq-list .title span:before {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        top: calc(50% - 2px);
    }


    .faq-content:last-of-type {
        padding-bottom: 0;
    }

    .faq-list .title {
        font-size: 16px;
        padding: 20px 35px 15px 15px;
    }

    .faq-list .title:hover {
        background: #fff;
    }

    .faq-list .desc {
        padding: 20px;
        font-size: 15px;
        line-height: 2;
    }



    /*プライバシーポリシー*/
    .page-id-3 .l-contents_page .c-contents {
        width: calc(100% - clamp(30px, 8vw, 80px));
    }

    .page-id-3 .l-contents_page h3 {
        font-size: 17px;
    }
    .page-id-3 .l-contents_page h4 {
        font-size: 16px;
    }


    /*元テンプレートSP用フォント調整*/
    .archive__item .heading-is-custom {
        font-size: 17px;
    }

    .heading.heading-is-senary {
        font-size: 22px;
    }

    .l-keyvisual_post .heading-is-custom {
        font-size: 20px;
    }

    .widget_user .phrase.phrase-is-tertiary {
        font-size: 15px;
    }
    .main_content .sns_list+.share_copy_btn {
        font-size: 15px;
    }

    .widget_list .global_navi__item {
        font-size: 15px;
    }

    .icon-search1:before {
        color: #000;
    }

    .top_btn__link .heading-is-custom {
        font-size: 13px;
    }


}

