@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* リッチリスト */
dl.rich_list {
	margin: 20px 0;
	padding: 0;
}

dl.rich_list dt {
	position: relative;
	background: var(--color_main);
	padding: 12px 15px 10px;
	margin: 0 0 10px;
	border: 0 !important;
	line-height: 1.2em;
	font-weight: bold;
	color: #fff;
	border-radius: 7px;
}

dl.rich_list dt:before {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 12px 7px 0;
	border-color: var(--color_main) transparent transparent;
	left: 50px;
	bottom: -12px;
}

dl.rich_list dt[style]:before {
	background: inherit;
	border-color: transparent #fff #fff;
}

dl.rich_list dd {
	padding: 0;
	margin: 0 0 15px !important;
	border: 0 !important;
	line-height: 1.5em;
}

.post_content dl.rich_list dd .h5,
dl.rich_list dd .h5 {
	margin: 0 0 5px !important;
	padding: 5px 0 1px 30px;
	background: url(./images/icon-check.png) no-repeat left top !important;
	border: 0 !important;
	background-size: 28px 28px !important;
	font-weight: bold;
	line-height: 1.2em;
	color: #030 !important;
}

dl.rich_list dd p br:first-child,
dl.rich_list dd .h5+br {
	display: none;
}

dl.rich_list dd .h5 b {
	color: #e22;
}

dl.rich_list dd p {
	margin: 0 0 0 20px !important;
	padding: 0;
	line-height: inherit;
}

.article-body dl.rich_list dd ul li {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1.3em !important;
}

.article-body dl.rich_list dd ul li:before {
	background: #a8a8f4;
	top: 5px;
}

@media (max-width: 600px) {
	dl.rich_list dt {
		padding: 10px 12px 8px;
	}
}
/*テーブル開閉のボタン*/
.wp-block-lazyblock-tableac .table-open {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    padding: 8px 25px 8px 13px;
    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.8em;
}

.wp-block-lazyblock-tableac .table-open::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: translateY(-2px) rotate(135deg);
    box-sizing: border-box;
    transition: all 0.5s;
}


.wp-block-lazyblock-tableac .table-open.on:after {
    transform: translateY(1px) rotate(315deg);
}
/*header*/
.l-header {
    border-top: solid 5px var(--color_main);
}

.-series-right .l-header__inner,
.l-fixHeader__inner.l-container {
    min-height: 85px;
    padding: 0 10px;
    max-width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: end;
    column-gap: 0.5em;
}

.w-header.pc_ {
    display: flex !important;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    order: 5;
}

.l-header__customBtn.sp_ {
    display: none;
}

.l-header__menuBtn {
    order: 3;
    width: 100px;
    height: 44px;
    border-radius: 8px;
}

.l-header__menuBtn .c-iconBtn__label {
    width: auto;
}

.w-header.pc_ .custom-html-widget .c-iconBtn {
    display: flex;
    padding: 10px;
    max-width: 140px;
    height: 44px;

    background-color: #fc83a9;
    border-radius: 8px;
    transition: .3s;
    line-height: 1;
    border: 2px solid #fc83a9;
    box-sizing: border-box;
}

.l-header__menuBtn .c-iconBtn__label,
.w-header.pc_ .custom-html-widget .c-iconBtn .c-iconBtn__label {
    font-size: 13px;
    width: auto;
    color: #fff;
    font-family: flopdesign, ipa, Noto Sans JP, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

.w-header.pc_ .custom-html-widget .c-iconBtn .c-iconBtn__icon {
    display: block;
    font-size: 12px;
    background: #fff;
    border-radius: 50%;
    padding: 2px 1px 2px 3px;
    color: #fc83a9;
    font-weight: bold;
}

.l-header__customBtn.sp_ {
    display: none;
}

.-series .l-header__logo,
.l-fixHeader__logo {
    position: absolute;
    top: 0;
    left: 20px;
    width: 260px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    z-index: 9999;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.-series .l-header__logo a,
.l-fixHeader__logo a {
    display: block;
    padding: 30px;
    box-sizing: border-box;
    background-color: #6b99dd;
    transition: all .3s;
}

.-series .c-headLogo {
    margin-right: 0;
    height: auto;
}

.c-gnav>.menu-item:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -1px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 1px;
    height: 25px;
    background-color: #ebebeb;
}

.c-gnav>.menu-item>a {
    padding: 0 30px;
}

.c-gnav>.menu-item>a:after {
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    width: 16px;
    height: 16px;
    background: url(https://www.solairo-clinic.com/wp/wp-content/themes/solairo-clinic_new/assets/images/common/common_header_active_arrow01.png) no-repeat center / contain;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    transform: none;
}

.c-gnav>.menu-item:hover>a:after {
    opacity: 1;
}

.c-gnav>.menu-item>.sub-menu {
    top: 85px;
}

.c-gnav .sub-menu {
    padding-top: 12px;
    width: 390px;
    color: #2c2c2c;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    gap: 1em;
    padding-bottom: 1em;
}

.c-gnav .sub-menu:before {
    border-radius: 10px;
}

.c-gnav .sub-menu li {
    width: calc((100% - 2em) / 3);
}

.c-gnav .sub-menu li:last-child {
    margin-right: auto;
}

.c-gnav .sub-menu li a:hover {
    opacity: 0.7;
}

.c-gnav .sub-menu a {
    display: block;
    padding: 0;
    padding-left: 0;
}

.c-gnav .sub-menu a:before {
    display: none;
}

.c-gnav .sub-menu a:hover .ttl {
    left: 0;
}

.c-gnav .sub-menu a:hover {
    background-color: #fff;
}

.c-gnav .sub-menu a .is-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    width: 100px;
    height: 100px;
    background-color: #edf7fa;
    border-radius: 8px;
}

.c-gnav .sub-menu a .is-text {
    width: 100px;
    display: block;
    margin: auto;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
}

.p-spMenu__nav {
    font-weight: bold;
    margin-top: 0;
}

.p-spMenu__nav .c-spnav>li>a {
    border-bottom: 4px solid #fff;
    padding: .75em 0.5em .75em 0.5em;
}

.p-spMenu__nav .c-listMenu a:before {
    left: auto;
    border-radius: 50%;
    background-color: #fff;
    color: #6b99dd;
    right: 0;
}

.p-spMenu__nav .c-listMenu .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

.p-spMenu__nav .c-listMenu .sub-menu>li {
    width: 50%;
}

.p-spMenu__nav .c-listMenu .sub-menu a:before {
    display: none;
}

.p-spMenu__nav .c-spnav .sub-menu a {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    border-bottom: none;
    align-items: center;
    padding: .75em 0.5em .75em 0.5em;
}

.p-spMenu__nav .c-spnav .sub-menu a .is-icon {
    display: flex;
    flex-wrap: wrap;
    margin-right: 13px;
    width: 56px;
    height: 56px;
    background-color: #edf7fa;
    border-radius: 8px;
    align-items: center;

    justify-content: center;
}

.p-spMenu__nav .c-widget__title.-spmenu {
    display: none;
}

.l-fixHeader {
    border-top: solid 5px var(--color_main);
}

header.l-header {
    margin-bottom: 20px;
}

/*fix*/
#before_footer_widget.w-beforeFooter {
    position: fixed;
    top: 120px;
    right: 0;
    width: 60px;
    margin: 0;
    z-index: 99;
}

#before_footer_widget.w-beforeFooter .l-container {
    padding-left: 0;
    padding-right: 0;
}

#before_footer_widget.w-beforeFooter .custom-html-widget a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #54b7c4;
    border-radius: 6px 0 0 6px;
    border: solid #54b7c4;
    border-width: 2px 0 2px 2px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-decoration: none;
    letter-spacing: .5em;
    box-sizing: border-box;
    transition: all .3s;
    font-size: 14px;
}

#before_footer_widget.w-beforeFooter .custom-html-widget a:hover {
    color: #54b7c4;
    background-color: #fff
}

#before_footer_widget.w-beforeFooter .custom-html-widget a:before {
    content: '';
    display: inline-block;
    margin-bottom: 10px;
    width: 15px;
    height: 20px;
    background-image: url(https://www.solairo-clinic.com/wp/wp-content/themes/solairo-clinic_new/assets/images/common/common_icon_beginner01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .3s
}

#before_footer_widget.w-beforeFooter .custom-html-widget a:hover:before {
    background-image: url(https://www.solairo-clinic.com/wp/wp-content/themes/solairo-clinic_new/assets/images/common/common_icon_beginner02.png)
}

@media screen and (min-width: 1401px) {

    .-series-right .l-header__inner,
    .l-fixHeader__inner.l-container {
        padding: 0 50px;
    }

    .-series .l-header__logo,
    .l-fixHeader__logo {
        left: 50px;
        width: 400px;
    }

    .-series .l-header__logo a,
    .l-fixHeader__logo a {
        padding: 50px 40px;
        background-color: #6b99dd !important;
    }

    header.l-header {
        margin-bottom: 100px;
    }

}

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

    .-series-right .l-header__inner,
    .l-fixHeader__inner.l-container {
        min-height: 60px;
    }

    .-series .l-header__logo,
    .l-fixHeader__logo {
        left: 10px;
        width: 136px;
        border-radius: 0 0 10px 10px;
    }

    .-series .l-header__logo a,
    .l-fixHeader__logo a {
        padding: 25px 10px;
    }

}

@media screen and (max-width: 768px) {
    #before_footer_widget.w-beforeFooter {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        width: calc(100% - 20px);
    }

    #before_footer_widget.w-beforeFooter .custom-html-widget a {
        padding: 15px;
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        border-width: 2px 2px 0;
        border-radius: 6px 6px 0 0;
    }

    #before_footer_widget.w-beforeFooter .custom-html-widget a:before {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .l-footer {
        padding-bottom: 60px;
    }

    .p-fixBtnWrap {
        bottom: calc(1.25em + 60px);
    }
}



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

    .-series .l-header__logo,
    .l-fixHeader__logo {
        width: 120px;
    }

    .l-header__menuBtn .c-iconBtn__label {
        display: none;
    }

    .l-header__menuBtn {
        width: auto;
        min-width: 44px;
    }

    .p-spMenu__nav .c-listMenu .sub-menu>li {
        width: 100%;
    }
}

/*footer*/
.w-footer__box .custom-html-widget {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: bold;
    font-size: 15px;
}

.w-footer__box .custom-html-widget .block {
    width: 100%;
}

.w-footer__box .custom-html-widget .is-sns ul {
    display: flex;
    gap: 13px;
}

.w-footer__box .custom-html-widget .is-sns li {
    width: 25px;
}

.w-footer__box .custom-html-widget .block:not(.is-sns) li:not(:last-child) {
    margin-bottom: 15px;
}

.w-footer__box .custom-html-widget .block>ul>li>ul>li {
    font-size: 13px;
    display: flex;
}

.w-footer__box .custom-html-widget .block>ul>li>ul>li:before {
    content: '';
    display: inline-block;
    margin-top: .7em;
    margin-right: 8px;
    width: 10px;
    height: 2px;
    background-color: #c9c9c9;
}

.l-footer__widgetArea,
.w-footer__box {
    padding-bottom: 0;
}

@media screen and (min-width: 769px) {
    .w-footer__box .custom-html-widget {
        margin-bottom: 30px;
    }

    .w-footer__box .custom-html-widget .block {
        width: calc((100% - 100px) / 5);
    }
}

@media screen and (max-width: 768px) {
    .w-footer__box .custom-html-widget .block>ul>li>ul {
        display: flex;
        flex-wrap: wrap;
    }

    .w-footer__box .custom-html-widget .block>ul>li>ul>li {
        width: 50%;
    }

    .w-footer__box .custom-html-widget .is-sns ul {
        justify-content: center;
    }
}


/* プルダウンリンク（.pulldown-link） */
.pulldown-link {
    background: var(--color_main_thin);
    border: 2px solid var(--color_main);
    max-width: 800px;
    margin: 20px auto 40px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.3) 2px 2px 4px;
    line-height: 1.2em;
}
.pulldown-link label,
.pulldown-link nav a {
    display: block;
    position: relative;
    padding: 15px 20px;
    cursor: pointer;
    border-bottom: 1px dotted var(--color_main);
    text-decoration: none;
    transition: all 0.2s ease-out;
}
.pulldown-link nav a:hover {
    background: var(--color_main);
    color: #fff;
    transition: all 0.5s ease-out;
}
.pulldown-link label {
    padding-right: 50px;
    font-weight: bold;
}
.pulldown-link label:has(input:checked) {
    border-bottom: 1px solid var(--color_main);
}
.pulldown-link label input {
    display: none;
}
.pulldown-link label:after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-size: 120%;
    color: var(--color_main);
    transition: all 0.2s ease-out;
}
.pulldown-link label:has(input:checked):after {
    transform: translateY(-50%) rotate(0);
    transition: all 0.2s ease-out;
}
.pulldown-link nav {
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease-out;
}
.pulldown-link:has(input:checked) nav {
    max-height: 800px;
    overflow-y: auto;
    transition: all 0.4s ease-out;
}
@media screen and (max-width: 768px) {
    .pulldown-link:has(input:checked) nav {
        max-height: 320px;
    }
    .pulldown-link nav a {
        padding: 10px 20px;
    }
}

/* TOPコンテンツ（2025/3/5） */


/* タブブロックをメインカラーに */
.swell-block-tab ul.c-tabList li button:hover,
.swell-block-tab ul.c-tabList li button[aria-selected="true"] {
	background: var(--color_main) !important;
	color: #fff !important;
	padding-top: 15px;
	font-weight: bold;
}
.swell-block-tab .c-tabBody {
	border-color: var(--color_main) !important;
}

/* PR表記（特定案件アイコン追加：SWELL用） */
.icon-pr:before {
	content: "PRあり";
	display: inline-block;
	margin: 5px 5px 5px 0;
	padding: 3px 7px;
	margin-right: 5px;
	background: #fff;
	color: #555;
	border: 1px solid #777;
	font-size: 14px;
	line-height: 1.1em;
	border-radius: 2px;
}
.icon-pr.clinicfor:before {
	content: "※CLINIC FORの情報提供元：CLINIC FOR";
}