@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
*/
.p-mainVisual__textLayer .p-blogParts {
    width: 50%;
    margin: auto;
    max-width: 500px;
}
.p-mainVisual__textLayer .p-blogParts .main_svg {
	margin-bottom: 4% !important;
}

/* Header & Footer 対応（2024/04/18） */
.l-header__inner.l-container .l-header__logo .c-headLogo a,
.l-header__inner.l-container .l-header__logo .c-headLogo {
    padding: 0;
    margin: 0;
    display: block !important;
}
.p-breadcrumb .p-breadcrumb__list {
    max-width: 900px;
    padding-left: 220px;
}
@media (min-width: 768px) {
    .side-link-1.pc-only {
        display: block;
        position: fixed;
        right: 0;
        top: 27%;
        width: 60px;
    }
    .fixed-links.l-flex.l-flex-ai-center.pc-none {
        display: none;
    }
    .l-header__inner.l-container {
        max-width: 900px;
        position: relative;
        padding: 35px 0 0;
    }
    .l-header__inner.l-container .l-header__logo {
        position: absolute;
        min-width: 210px;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0;
        display: block !important;
        z-index: 2;
    }

    .c-headLogo a,
    .c-headLogo img {
        display: block;
        width: 210px;
        height: auto !important;
    }
    .l-header__inner.l-container .w-header.pc_ {
        display: block !important;
        position: absolute;
        left: 220px;
        top: 5px;
        font-size: 11px;
    }
    .l-header__inner.l-container .c-gnav {
        height: 30px;
        margin: 3px 0;
    }
    .l-header__inner.l-container .c-gnav li a {
        border-left: 1px solid #ddd;
        font-size: 12px;
        font-weight: bold;
    }
    .l-header__inner.l-container .c-gnav li a img {
        width: 13px;
        height: 13px;
        margin: 0 8px 0 0;
        vertical-align: middle;
    }
    .l-header__inner.l-container .c-gnav li a:after {
        height: 3px;
        bottom: -3px;
        background: #ffbe33;
    }
    .l-header__inner.l-container .c-gnav li ul {
        margin-top: 2px;
    }
}
@media (max-width: 767px) {
    .side-link-1.pc-only {
        display: none;
    }
    .l-footer {
        padding-bottom: 40px !important;
        z-index: 5;
    }
    .fixed-links.pc-none {
        display: block !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0 !important;
    }
    .fixed-links.pc-none a {
        display: block !important;
        background: #ffbe33;
        padding: 10px;
        text-align: center;
        color: #004099;
        font-size: 13px;
        font-weight: bold;
    }
    .fixed-links.pc-none a img {
        width: 24px;
        height: 24px;
        margin: 0 8px 0 0;
        vertical-align: middle;

    }
    .l-header__inner.l-container .l-header__logo {
        padding-top: 0;
    }
    .l-header__inner.l-container .l-header__logo .c-headLogo {
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
        
    }
    .c-headLogo a,
    .c-headLogo img {
        display: block;
        width: 150px;
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
    }
    .c-iconBtn__icon.icon-close-thin,
    .l-header__menuBtn .c-iconBtn .c-iconBtn__icon:before {
        font-size: 40px;
        font-weight: bold;
        color: #004099;
    }
    .c-spnav.c-listMenu li img {
        height: 30px;
        vertical-align: middle;
        margin: 0 20px 0 0;
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .c-spnav.c-listMenu li a:before {
        display: none;
    }
    .c-spnav.c-listMenu li a {
        padding-left: 80px;
        font-size: 17px;
        font-weight: bold;
    }
    .c-spnav.c-listMenu li ul li a {
        margin-left: 75px;
        padding-left: 5px;
    }
    .p-breadcrumb .p-breadcrumb__list {
        padding-left: 170px;
    }
}
@media (max-width: 500px) {
    .p-breadcrumb .p-breadcrumb__list {
        padding-left: 0px;
        margin: 15px 10px 0;
    }
}

.l-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-flex-sp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	.l-flex-sp {
		display: block;
	}
}

.l-flex-wrap {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.l-flex-wrap {
		display: block;
	}
}

.l-flex-jc-fs {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

.l-flex-jc-fe {
	-ms-flex-pack: end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.l-flex-jc-center {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.l-flex-jc-sa {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.l-flex-jc-sb {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.l-flex-ai-st {
	-ms-flex-align: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
}

.l-flex-ai-fs {
	-ms-flex-align: start;
	-webkit-box-align: start;
	align-items: flex-start;
}

.l-flex-ai-fe {
	-ms-flex-align: end;
	-webkit-box-align: end;
	align-items: flex-end;
}

.l-flex-ai-center {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.l-flex-ai-bl {
	-ms-flex-align: baseline;
	-webkit-box-align: baseline;
	align-items: baseline;
}

.l-flex-fd-row {
	-ms-flex-direction: row;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	flex-direction: row;
}

.l-flex-fd-rr {
	-ms-flex-direction: row-reverse;
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	flex-direction: row-reverse;
}

.l-flex-fd-column {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.l-flex-fd-cr {
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	flex-direction: column-reverse;
}

.l-flex-wrap-w {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-flex-wrap-wr {
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

.l-flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.l-flex-col-2 {
	margin-bottom: 20px;
	width: 48%;
}

@media screen and (max-width: 767px) {
	.l-flex-col-2 {
		width: 100%;
	}
}

.l-flex-parent-3:after {
	content: '';
	display: block;
	width: 30%;
}

.l-flex-col-3 {
	margin-bottom: 20px;
	width: 30%;
}

@media screen and (max-width: 767px) {
	.l-flex-col-3 {
		width: 100%;
	}
}

.l-flex-parent-4:before {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	content: '';
	display: block;
	order: 1;
	width: 23%;
}

.l-flex-parent-4:after {
	content: '';
	display: block;
	width: 23%;
}

.l-flex-col-4 {
	margin-bottom: 20px;
	width: 23%;
}

@media screen and (max-width: 767px) {
	.l-flex-col-4 {
		width: 48%;
	}
}

.m0 {
	margin: 0px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.ml0 {
	margin-left: 0px !important;
}
.l-container-lg {
	margin: 0 auto;
	max-width: 870px;
}

@media screen and (max-width: 900px) {
	.l-container-lg {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.footer-ttl {
	border-bottom: 1px solid white;
	margin-bottom: 40px;
	padding-bottom: 30px;
	position: relative;
}

.footer-ttl h3 {
	font-weight: bold;
	text-align: center;
}

.footer-ttl img {
	left: 0;
	position: absolute;
	top: 0;
	width: 166px;
    height: auto;
}

.footer-main {
	margin-bottom: 0;
	flex-wrap: wrap;
    align-items: flex-start;
}
.footer-main p {
	font-size: 14px;
}

.footer-links {
	width: 60.4%;
}

@media screen and (max-width: 767px) {
	.footer-links {
		width: 100%;
		padding: 0 10px;
	}

	.footer-links ul {
		flex-wrap: wrap;
	}
}

.footer-links .footer--nav.links-lg li {
	border-left: 1px solid white;
}

.footer-links li {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.footer-links li {
		font-size: 20px;
	}
}

@media screen and (max-width: 568px) {
	.footer-links li {
		font-size: 11px;
	}
    .w-footer.-col0 {
        margin: 0;
        padding: 0;
    }
    .l-container-lg {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.footer-links li a {
	color: white;
	display: block;
}

@media screen and (max-width: 568px) {
	.footer-links li a {
		font-weight: bold;
	}
}

.footer-links .links-lg {
	display: none;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.footer-links .links-lg {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 30px 0;
	}
}

.footer-links .links-lg li {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	border-left: 0.5px solid white;
	flex-grow: 1;
	text-align: center;
}

.footer-links .links-lg li:last-child {
	border-right: 1px solid white;
}

.footer-links .links-lg a {
	text-decoration: none;
}
.footer-links .links-sm {
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.footer-links .links-sm {
		margin-bottom: 40px;
	}
}

.footer-links .links-sm li {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	border-left: 1px solid white;
	flex-grow: 1;
	text-align: center;
}

.footer-links .links-sm li:last-child {
	border-right: 1px solid white;
}

.footer .nav-plus,
.footer .nav-minus {
	display: none;
}

.footer .open {
	display: inline;
}

.footer .open-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-sns {
	width: 100%;
	justify-content: center;
	margin-top: 30px;
}

.footer-sns li:first-child {
	margin-right: 1rem;
}

.footer-sns li:nth-child(2) {
	margin-right: 1rem;
}

.footer-sns img {
	height: 40px;
	width: 40px;
}

.footer small {
	font-size: 1.2rem;
	text-align: center;
}
.w-footer__box {
    height: auto !important;
    min-width: 0px !important;
}
/* フッター SP */
.footer-sp {
	background-color: #004099;
	color: white;
	padding: 3rem 3.5rem 11rem;
}

@media screen and (max-width: 568px) {
	.footer-sp {
		padding: 3rem 0 8rem;
	}
}

.footer-sp-ttl img {
	display: block;
	margin: 0 auto;
	width: 248px;
}

.footer-sp-ttl p {
	margin-top: 1em;
	text-align: center;
}

@media screen and (max-width: 568px) {
	.footer-sp-ttl p {
		font-size: 16px;
	}
}

.footer-sp-ttl h3 {
	border-bottom: 1px solid white;
	font-size: 30px;
	font-weight: bold;
	padding: 60px 0;
	text-align: center;
}

@media screen and (max-width: 568px) {
	.footer-sp-ttl h3 {
		font-size: 22px;
		padding: 30px 0;
	}
}

.footer-sp small {
	font-size: 18px;
	text-align: center;
}
/*テーブル開閉のボタン*/
.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);
}
/* リッチリスト */
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: 3px 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;
	}
}

/* .table-select */
.table-select,
.table-select table td,
.table-select table th {
	position: relative;
	font-size: 12.5px;
	line-height: 1.4em;
}
.c-scrollHint + .table-select {
	margin-top: -35px !important;
}
.table-select table td,
.table-select table th {
	padding-left: 24px;
}
.wp-block-table.table-select {
	padding-bottom: 0;
}
.table-select nav {
	position: sticky;
	left: 0;
	margin: 5px 0;
}
.table-select nav input[type="radio"] {
	display: none;
}
.table-select nav label {
	display: inline-block;
	cursor: pointer;
	border: 1px solid var(--color_main);
	border-radius: 30px;
	color: var(--color_main);
	padding: 5px 15px;
	transition: all 0.6s linear;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0 5px 0 0;
}
.table-select nav label:hover,
.table-select nav label:has(input[type="radio"]:checked) {
	background: var(--color_main);
	color: var(--color_bg);
	transition: all 0.2s linear;
}
.table-select nav label:has(input[type="radio"]:checked) {
	box-shadow: rgba(0,0,0,0.6) 2px 2px 4px;
}
.table-select nav label:has(input[name="tableselect"]):before,
.table-select nav label:has(input[name="tableselect"]):after {
	content: "" !important;
	display: none !important;
}
.table-select table input[type="checkbox"] {
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%) scale(1.5,1.5);
	cursor: pointer;
}
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table tr > *,
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table tr {
	display: none;
	opacity: 0;
	transition: all 0.3s linear;
}
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table tr > * {
	opacity: 0;
	transition: all 0.3s linear;
}
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table tr:first-child,
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table tr:has(input[type="checkbox"]:checked),
.table-select:has(nav label input[name="tableselect"][value="0"]:checked) table tr {
	display: table-row;
	opacity: 1;
}
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(2) input[type="checkbox"]:checked) tr > *:nth-child(2),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(3) input[type="checkbox"]:checked) tr > *:nth-child(3),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(4) input[type="checkbox"]:checked) tr > *:nth-child(4),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(5) input[type="checkbox"]:checked) tr > *:nth-child(5),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(6) input[type="checkbox"]:checked) tr > *:nth-child(6),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(7) input[type="checkbox"]:checked) tr > *:nth-child(7),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(8) input[type="checkbox"]:checked) tr > *:nth-child(8),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(9) input[type="checkbox"]:checked) tr > *:nth-child(9),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(10) input[type="checkbox"]:checked) tr > *:nth-child(10),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(11) input[type="checkbox"]:checked) tr > *:nth-child(11),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(12) input[type="checkbox"]:checked) tr > *:nth-child(12),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(13) input[type="checkbox"]:checked) tr > *:nth-child(13),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(14) input[type="checkbox"]:checked) tr > *:nth-child(14),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(15) input[type="checkbox"]:checked) tr > *:nth-child(15),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(16) input[type="checkbox"]:checked) tr > *:nth-child(16),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(17) input[type="checkbox"]:checked) tr > *:nth-child(17),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(18) input[type="checkbox"]:checked) tr > *:nth-child(18),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(19) input[type="checkbox"]:checked) tr > *:nth-child(19),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table:has(tr:first-child > *:nth-child(20) input[type="checkbox"]:checked) tr > *:nth-child(20),
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table tr > *:first-child,
.table-select:has(nav label input[name="tableselect"][value="0"]:checked) table tr > * {
	display: table-cell !important;
	opacity: 1;
}
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table {
	width: auto !important;
	--table-width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	table-layout: fixed !important;
	margin: auto;
}
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table tr > *:nth-child(n+1) {
	min-width: 190px !important;
	width: 190px !important;
	max-width: 190px !important;
}
.table-select:has(nav label input[name="tableselect"][value="1"]:checked) table tr > *:first-child {
	width: 130px !important;
	min-width: 130px !important;
	max-width: 130px !important;
}
@media (max-width: 600px) {
	.table-select,
	.table-select table td,
	.table-select table th {
		font-size: 12px;
		line-height: 1.3em;
	}
}


/* ■■■■■ .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: var(--color_main);
    background: linear-gradient(175deg, var(--color_main_thin) 0%,var(--color_main) 80%);
    color: var(--color_bg) !important;
    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);
}