@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 2px 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;
	}
}
/* リッチリスト拡張（開閉付き：2024/10/18）＋ 開閉ブロックinブロック（2024/11/12） */
.openclose-inblock > .lazyblock-inner-blocks,
.rich_list_close dl.rich_list {
    margin-bottom: 0;
    padding-bottom: 0;
}
.openclose-inblock,
.rich_list_close {
    margin-bottom: 20px;
    position: relative;
}
.openclose-inblock > .lazyblock-inner-blocks > *:nth-child(n+2),
.rich_list_close dl.rich_list dt:nth-of-type(n+2),
.rich_list_close dl.rich_list dd:nth-of-type(n+2) {
    max-height: 1500px;
    transition: all 0.7s ease-in-out;
}
.openclose-inblock:has(input:checked) > .lazyblock-inner-blocks > *:not(:last-child) {
    margin-bottom: 30px;
}
.openclose-inblock:has(input:not(:checked)) > .lazyblock-inner-blocks > *:nth-child(n+2),
.rich_list_close:has(input:not(:checked)) dl.rich_list dt:nth-of-type(n+2),
.rich_list_close:has(input:not(:checked)) dl.rich_list dd:nth-of-type(n+2) {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0 !important;
    max-height: 0;
    transition: all 0.2s ease-in-out;
}
.openclose-inblock input,
.rich_list_close input {
    display: none;
}
.openclose-inblock:has(input:not(:checked)) label:before,
.rich_list_close:has(input:not(:checked)) label:before {
    content: attr(data-text-open);
}
.openclose-inblock:has(input:checked) label:before,
.rich_list_close:has(input:checked) label:before {
    content: attr(data-text-close);
}
.openclose-inblock label,
.rich_list_close label {
    position: relative;
    display: block;
    margin: auto;
    width: fit-content;
    background: var(--color_main);
    color: var(--color_bg);
    padding: 5px 20px;
    border-radius: 40px;
    box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all 0.5s linear;
    font-size: 90%;
    line-height: 1.2em;
    z-index: 2;
}
.openclose-inblock label:hover,
.rich_list_close label:hover {
    filter: brightness(1.1);
    left: -1px;
    top: -1px;
    box-shadow: rgba(0,0,0,0.5) 3px 3px 5px;
    transition: all 0.2s linear;
}
.openclose-inblock:after,
.rich_list_close:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
}
.openclose-inblock:has(input:checked):after,
.rich_list_close:has(input:checked):after {
    display: none;
}
.rich_list ul:not([class]) li,
ul[class="wp-block-list"] li,
.cap_box_content ul:not([class]) li {
    list-style: disc;
}
.rich_list dd ul {
    margin-left: 15px;
}

/* ■■■■■ .tableclose ■■■■■ */
.tableclose label input,
.tableclose:has(label[data-show="1"] input[type="checkbox"]) table tr:nth-of-type(n+2),
.tableclose:has(label[data-show="2"] input[type="checkbox"]) table tr:nth-of-type(n+3),
.tableclose:has(label[data-show="3"] input[type="checkbox"]) table tr:nth-of-type(n+4),
.tableclose:has(label[data-show="4"] input[type="checkbox"]) table tr:nth-of-type(n+5),
.tableclose:has(label[data-show="5"] input[type="checkbox"]) table tr:nth-of-type(n+6),
.tableclose:has(label[data-show="6"] input[type="checkbox"]) table tr:nth-of-type(n+7),
.tableclose:has(label[data-show="7"] input[type="checkbox"]) table tr:nth-of-type(n+8),
.tableclose:has(label[data-show="8"] input[type="checkbox"]) table tr:nth-of-type(n+9),
.tableclose:has(label[data-show="9"] input[type="checkbox"]) table tr:nth-of-type(n+10),
.tableclose:has(label[data-show="10"] input[type="checkbox"]) table tr:nth-of-type(n+11),
.tableclose:has(label:not([data-show]) input[type="checkbox"]) table tr:nth-of-type(n+5) {
    display: none;
}
.tableclose:has(label input[type="checkbox"]:checked) table tr {
    display: table-row !important;
}

.tableclose label {
    display: inline-block;
    position: relative;
    padding: 5px 15px;
    margin: 5px 0 20px;
    background: linear-gradient(175deg, var(--color_main_thin) 0%,var(--color_main) 80%);
    background: var(--color_main);
    color: #fff !important;
    box-shadow: rgba(0,0,0,0.5) 2px 2px 5px;
    border: 1px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4em;
}
.tableclose label:hover {
    background: var(--color_main) !important;
    box-shadow: rgba(0,0,0,0.6) 2px 2px 5px;
    top: -2px;
    left: -1px;
}
.tableclose label:active {
    box-shadow: rgba(0,0,0,0.6) 0 1px 5px;
    top: 0;
    left: 0;
}
.tableclose label:after {
    content: "▲クリックで開く";
}
.tableclose label:has(input:checked):after {
    content: "▲クリックで閉じる";
}
.tableclose label[data-open-text]:after {
    content: attr(data-open-text);
}
.tableclose label[data-close-text]:has(input:checked):after {
    content: attr(data-close-text);
}

.post_content table th {
    background: var(--color_main);
    color: var(--color_bg);
}

:root{--bg-color-black:#0c0c0c;--bg-color-gray:#f7f7f7;--text-color-black:#0c0c0c;--text-color-red:#da1c1c;--bg-text-color-wht:#eee;--bg-text-color-black:#1a1a1a}
.footer__logoarea{background-color:var(--text-color-black)}
.l-container.w-footer.-col1 {
    font-family:'Noto Sans JP', sans-serif;
    font-weight:500;
}
.en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
@media screen and (min-width: 897px){
    .footer__logoarea{padding:60px 10%; position:absolute;left:0;top:0;width: 100%;}
    .l-container.w-footer.-col1 {
        padding-top: 150px;
    }
}
@media screen and (max-width: 896px){
    .footer__logoarea{padding:40px 5%; position:absolute;left:0;top:0;width: 100%;}
    .l-container.w-footer.-col1 {
        padding-top: 120px;
    }}
@media screen and (min-width: 897px){
    .footer__logoarea-logo{width:350px}
}
.footer__sitemap{background-color:#1f1f1f;}
.footer__sitemap-upper{display:flex;justify-content:space-between; font-size: 13px;}
@media screen and (max-width: 896px){
    .footer__sitemap-upper{flex-wrap:wrap}
}
@media screen and (max-width: 896px){
    .footer__sitemap-upper .item{width:100%}
    .footer__sitemap-upper .item:not(.footer__sitemap-upper .item:first-child){margin-top:50px}
}
@media screen and (min-width: 897px){
    .footer__sitemap-upper .item a:hover, .l-footer__nav li a:hover{color:var(--text-color-red)}
}
.footer__sitemap-upper h4{color:#fff; font-size: .8em;}
.footer__sitemap-upper h4 a{color:#fff;text-decoration: none;}
@media screen and (min-width: 897px){
    .footer__sitemap-upper h4 a:hover, .l-footer__nav li a:hover{color:var(--text-color-red)}
    .footer__sitemap-upper h4 a:hover .jp.arrow:before{border-left:5px solid var(--text-color-red)}
}
.footer__sitemap-upper h4 .en{display:block;font-size:2em;letter-spacing:0.1em}
.footer__sitemap-upper h4 .jp{display:inline-block;padding-right:12px;margin-top:10px;font-size:1.2em;font-weight:500;line-height:1;letter-spacing:0.1em}
.footer__sitemap-upper h4 .jp.arrow{position:relative}
.footer__sitemap-upper h4 .jp.arrow:before{content:'';position:absolute;top:50%;right:0;transform:translateY(-50%);border-style:solid;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:5px solid #ffffff;border-right:0;transition:.35s ease-out}
.footer__sitemap-upper ul{padding-left:15px;border-left:1px solid #535353}
@media screen and (min-width: 897px){
    .footer__sitemap-upper ul{margin-top:30px}
}
@media screen and (max-width: 896px){
    .footer__sitemap-upper ul{margin-top:20px}
    .l-footer__nav li {width: 50%;}
}
.footer__sitemap-upper li:not(.footer__sitemap-upper li:first-child){margin:10px 0 0; padding: 0;}
.footer__sitemap-upper li a {font-size:1.1em;line-height: 1.2em;color:#a0a0a0; text-decoration: none;}
.l-footer__nav li a {color:#a0a0a0;}
.l-footer__foot .l-container {
    max-width: none;
}

.footer__sitemap-lower {
	position: relative;
	padding-bottom: 30px
}
@media screen and (min-width: 897px) {
	.footer__sitemap-lower {
		margin-top: 118px
	}
}
@media screen and (max-width: 896px) {
	.footer__sitemap-lower {
		margin-top: 68px
	}
}
.footer__sitemap-lower .submenu {
	display: flex
}
@media screen and (min-width: 897px) {
	.footer__sitemap-lower .submenu {
		justify-content: center;
		margin-bottom: 26px
	}
}
@media screen and (max-width: 896px) {
	.footer__sitemap-lower .submenu {
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 30px
	}
}
@media screen and (min-width: 897px) {
	.footer__sitemap-lower li {
		position: relative;
		padding-right: 20px;
		margin-right: 20px
	}
	.footer__sitemap-lower li:not(.footer__sitemap-lower li:last-child):before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background-color: #a0a0a0
	}
}
@media screen and (max-width: 896px) {
	.footer__sitemap-lower li {
		width: 47%
	}
	.footer__sitemap-lower li:nth-child(n+3) {
		margin-top: 16px
	}
}
.footer__sitemap-lower li a {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #a0a0a0
}
@media screen and (min-width: 897px) {
	.footer__sitemap-lower li a:hover {
		color: var(--text-color-red)
	}
}
.footer__sitemap-lower .copyright {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #a0a0a0
}
@media screen and (min-width: 897px) {
	.footer__sitemap-lower .copyright {
		margin-left: auto;
		text-align: center
	}
}
@media screen and (max-width: 896px) {
	.footer__sitemap-lower .copyright {
		margin-top: 60px
	}
}

.footer__sitemap-lower {
	position: relative;
	padding-bottom: 0;
}
@media screen and (min-width: 897px) {
	.footer__sitemap-lower {
		margin-top: 118px
	}
}
@media screen and (max-width: 896px) {
	.footer__sitemap-lower {
		margin-top: 68px
	}
}
.footer__sitemap-lower .submenu {
	display: flex
}
@media screen and (min-width: 897px) {
	.footer__sitemap-lower .submenu {
		justify-content: center;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 896px) {
	.footer__sitemap-lower .submenu {
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 897px) {
	.footer__sitemap-lower li {
		position: relative;
		padding-right: 20px;
		margin-right: 20px;
	}
	.footer__sitemap-lower li:not(.footer__sitemap-lower li:last-child):before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 1px;
		height: 100%;
		background-color: #a0a0a0;
	}
}
@media screen and (max-width: 896px) {
	.footer__sitemap-lower li {
		width: 47%;
	}
	.footer__sitemap-lower li:nth-child(n+3) {
		margin-top: 16px;
	}
}
.footer__sitemap-lower li a {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	color: #a0a0a0;
}
@media screen and (min-width: 897px) {
	.footer__sitemap-lower li a:hover {
		color: var(--text-color-red)
	}
	.footer__sitemap-lower {
		margin-left: -10%;
		margin-right: -10%;
	}
}
.footer__sitemap-lower .copyright {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #a0a0a0;
}
@media screen and (min-width: 897px) {
	.footer__sitemap-lower .copyright {
		margin-left: auto;
		text-align: center;
	}
}
@media screen and (max-width: 896px) {
	.footer__sitemap-lower .copyright {
		margin-top: 30px;
	}
}
.footer__sitemap-lower .submenu li {
	line-height: 1.2em !important;
}
.footer__sitemap-lower .submenu li a {
	font-size: 80%;
  line-height: 1.2em !important;
	color: #a0a0a0
}