@charset "utf-8";
/* head,text */
p.text,
.texts>p {
	font-size: 1rem;
	line-height: 1.875;
	text-align: left;
}
.f_small {
	font-size: 0.875rem;
}
.mb1em {
	margin-bottom: 1.875em;
}
.mb2em {
	margin-bottom: 3.75em;
}
:root .txt-yellow{
	color:var(--accent01)
}
:root .txt-red{
	color:var(--accent02)
}
@media screen and (min-width: 769px) {
	.pc_center {
		text-align: center !important;
	}
}
.limit_lh p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	p.text,
	.texts>p {
		font-size: 1rem;
	}
}
:root .flex{
    display:flex;
    align-items:center;
    justify-content:center;    
}
:root .flex > *{
}
:root .flex > * > img{
	max-width:min-content;
}
/* Link */
:root .btn {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: min(15.125em,100%);
	min-height: 3.5em;
	font-size: 1rem;
	font-weight: 600;
	--color01: var(--whitecolor);
	--color02: var(--subcolor);
	color:var(--color01);
	background:var(--color02);
	border-radius:0.25em;
	padding: 0.35em 4em 0.35em 2.5em;
	transition: var(--hover);
	text-decoration: none;
	cursor: pointer;
	translate: 0 0;
	text-align:center;
	line-height:1.2;
	border:solid 1px var(--color02);
	justify-content: center;
}
:root .contact-btn{
	flex-direction:row;
	gap:0.5em;
}
:root .hover_arrow::after,
:root .btn::before,
:root .btn::after{
	content:"";
	--arrow_wide: 1em;
	height: var(--arrow_wide);
	aspect-ratio: 1 / 1;
	mask: center center / contain repeat-x;
	mask-image: url(../img/common/icon-arrow.svg);
	background-color:var(--color01);
	transition: .3s;
}
:root .btn::before,
:root .btn::after{
	position:absolute;
	right:1em;
}
:root .btn::before{
	mask:none;
	background:no-repeat;
	border-left:solid 1px;
	--arrow_wide: 2em;
}
:root .btn.reverse{
	--color01: var(--subcolor);
	--color02: var(--whitecolor);
}
:root .center-content{
	margin-inline:auto;
}
:root .subtn{
	display:inline-flex;
	--color01: var(--whitecolor);
	--color02: var(--subcolor);
	color:var(--color01);
	background:var(--color02);
	width: min(20em,100%);
	justify-content:center;
	border-radius:0.35em;
	min-height:4em;
	align-items:center;
	padding:0.5em 1em;
	line-height:1.2;
	vertical-align:middle;
	text-decoration:none;
	border:solid 2px var(--color02);
	flex-direction:column;
}
:root .subtn.reverse{
	--color01: var(--subcolor);
	--color02: var(--whitecolor);
	border-color:var(--color01);
}
:root .subtn.gray{
	--color02: var(--accent01);
}
:root .btns{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	gap: 1em;
	width: 100%;
}
:root .subtn span{
	text-align:left;
	text-indent:-1em;
	margin-left:1em;
	font-size: 0.875rem;
}
:root .btns .btn{
	width: min(17.5625em, 100%);
}
:root .subtn small{
	display:block;
	font-size: 0.725rem;
	text-indent:-1em;
	margin-left:1em;
	letter-spacing:-0.03em;
	max-width:16em;
	line-height: 1.2;
	margin-top: 0.25em;
}
:root .btn.arrow-btn {
	background:transparent;
	border:none;
	color:inherit;
	padding:0;
	justify-content:space-between;
}
:root .btn.arrow-btn::before{
	background:var(--bgcolor);
	border:none;
	right: 0.15em;
	--arrow_wide: 2.75em;
}
:root .btn.arrow-btn::after{
	background:var(--subcolor);
}
:root #main-content .entry-body .btn{
	border-color:var(--color02);
	background:var(--color02);
	padding: 0.35em 4em 0.35em 2.5em;
	min-height:3.5em;
	--wp--preset--color--vk-color-primary:var(--color02);
}
@media (any-hover: hover) {
	:root .btn:not(div):hover {
		translate: 0 5px;
		text-decoration:none;
		background:var(--color01);
		color:var(--color02);
	}
	:root .hover_arrow:hover:after,
	:root .btn:not(div):hover:after{
		background:var(--color02);
	}
	:root a:hover div.btn {
		background:var(--color01);
		color:var(--color02);
	}
	:root a:hover div.btn:after {
		background:var(--color02);
	}
	:root .subtn:hover{
		text-decoration:none;
		background:var(--color01);
		color:var(--color02);
	}
	:root #main-content .entry-body .btn:hover{
		color:var(--color02);
		background:#fff;
		--wp--preset--color--vk-color-primary:#fff;
		opacity:1;
	}
}
@media (max-width:1200px) {
	:root .flex > * > img{
		max-width:100%;	
	}
}
@media (max-width:900px) {
	:root .flex.sp-brake{
		flex-direction:column;
		gap:1em;
	}
	:root .flex.sp-brake .col-texts{
		display:contents;
	}
	:root .flex.sp-brake .order-1{
		order:1;
	}
	:root .flex.sp-brake .order-2{
		order:2;
	}
	:root .flex.sp-brake .order-3{
		order:3;
	}
	:root .btn.arrow-btn{
		width:fit-content;
		padding-right:4em;
	}
}
@media screen and (max-width:767px) {
	:root .btn{
		min-height: 3.375em;
	}

}

:root .img-fit{
	overflow:hidden;
	display:block;
}
:root .img-fit img{
	object-fit:contain;
	transition:transform .4s;
	display:block;
}

:root .news-style.side{
    display:flex;
    border:solid 2px var(--accent02);
    --width:210px;
    max-width: 1050px;
}
:root .news-style.side .news-head{
    background:var(--accent02);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    width:var(--width);
    font-weight:600;
    font-size:1rem;
    margin:0;
}
:root .news-style.side .news-body{
    flex-grow:1;
    width:calc(100% - var(--width));
}
:root .news-style.side .news-body ul a{
    padding-left: 3em;
    background: #fff;
}
:root .news-style:not(.side) .news-body ul li{
	border-bottom:solid 1px #e1e1e1;
}
:root .news-style .news-body ul a{
    display:flex;
    align-items:center;
    min-height: 4.75em;
    gap:1em;
    width:100%;
    position:relative;
    z-index:1;
    padding-right:3em;
    text-decoration:none;
}
:root .news-style .news-body ul a:after{
    content:"";
    display:inline-block;
    background:#333;
    aspect-ratio:1 / 1;
    height:0.875rem;
    mask-image:url('../img/common/icon-arrow.svg');
    mask-size: cover;
    mask-repeat: no-repeat;
    position:absolute;
    right:1.5em;
    margin: auto;
    top: 0;
    bottom: 0;
}
:root .news-style .news-body time{
    font-size:0.875rem;
    color:#686868;
    font-weight:600;
    transition:var(--hover);
}
:root .news-style .news-body ul a .article-body{
    text-decoration:underline solid 1px transparent;
    transition:var(--hover);
    font-weight:600;
}
:root .news-style .news-body ul p{
	line-height:1.8;
	font-weight:500;
	margin:0;
}
:root .news-style:not(.side) .news-body ul a{
	gap:3em;
	padding-block:2em;
	padding-right: 5em;
	min-height: 6em;
	align-items: flex-start;
}
:root .news-style:not(.side) .news-body ul a:after{
	background:#ccc;
}

:root .icon-card{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:2%;
    max-width:1000px;
    margin-inline:auto;
    margin-bottom: 3em;
}
:root .icon-card li{
    flex-basis:23.5%;
}
:root .icon-card li > *{
    display:flex;
    background:#fff;
    flex-direction:column;
    gap:1.5em;
    padding:2.75em 0.25em 2em;
    justify-content:flex-start;
    align-items:center;
    position:relative;
    z-index:1;
    min-height: 14.5em;
    box-shadow:0 0.1em 0.75em rgba(0,0,0,0.1)
}
:root .icon-card li a:before,
:root .icon-card li a:after{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    right:0;
    aspect-ratio:1 / 1;
}
:root .icon-card li a:before{
    background:var(--subcolor);
    height:1.875rem;
    z-index:1;
}
:root .icon-card li a:after{
    z-index:2;
    height:0.875rem;
    mask-image:url('../img/common/icon-arrow.svg');
    mask-size: cover;
    mask-repeat: no-repeat;
    position:absolute;
    background:#fff;
    margin:0.5em;
}
:root .icon-card li p{
    font-size:1.375rem;
    font-weight:600;
    letter-spacing:-0.03em;
}
:root .flow-card{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap: 3%;
    margin:0;
    padding:0;
    list-style:none;
    margin-bottom: 3em;
}
:root .flow-card li{
    flex:1;
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    gap: 0.25em;
    align-items:center;
    padding-inline:1em;
}
:root .flow-card li:nth-child(n+2):before{
    content:"";
    display:block;
    aspect-ratio:1 / 1;
    height: 0.875em;
    position:absolute;
    inset: 0 auto 0 -2.0em;
    margin:auto;
    border-top:solid 3px;
    border-right:solid 3px;
    transform:rotate(45deg);
}
:root .flow-card li .num{
    font-size:1.5rem;
    font-weight:700;
    color:#6793d5;
    margin-inline:0 auto;
    letter-spacing:0.1em;
}
:root .flow-card li p{
    font-size:1.25rem;
    margin-block:1em 0;
    font-weight:600;
}

:root .card-style .ttl{
	font-size:1.1875rem;
	margin-block:0.5em;
}
:root .card-style .card-info{
	color:#686868;
}
:root .card-style a{
	display:block;
	margin:0 auto 0.75em;
	max-width:350px;
}
:root .archive .card-style{
	gap:1em ;
	display:grid;
	grid-template-columns: repeat(3, 1fr);
}
:root .archive .card-style .card-data{
	background:var(--bgcolor);
	padding:0.5em 1em 1.5em;;
}
:root  .card-style .img-fit img{
	width:100%;
	height:100%;
	object-fit:cover;
}

@media (any-hover: hover) {
    :root .news-style .news-body ul a:hover{
        background:#f6f9ff;
        color:var(--keycolor);
    }
    :root .news-style .news-body ul a:hover time{
        color:inherit; 
        transform:translateX(1.25rem);
    }
    :root .news-style .news-body ul a:hover:after{
        background:var(--accent02);
        transform:translateX(-0.5em);
    }
    :root .news-style .news-body ul a:hover .article-body{
        text-decoration-color:inherit;
        transform:translateX(1.25rem);
    }
    :root .news-style.side .news-body ul a:hover{
        color:var(--accent02);
    }
    :root .news-style.side .news-body ul a:hover :is(time,.article-body){
        transform:none;
    }
    :root .icon-card li a:hover{
        background:var(--bgcolor);
        text-decoration-color:transparent;
        transform:translateY(0.5em);
        box-shadow:0 0 0.15em rgba(0,0,0,0.25);
    }
    :root .icon-card li a:hover:before{
        background:var(--keycolor);
    }

	:root .card-style a:hover{
		color:var(--keycolor);
		transform:translateY(0.5em);
	}
	:root .card-style a:hover .card-info{
		color:inherit;
	}
}
@media  (max-width:1200px) {
	:root .news-style.side{
		padding-inline:0;
		margin-inline:var(--inner);
		max-width:100%;
	}
	:root .news-style .news-body ul a{
		flex-direction:column;
		align-items:flex-start;
		gap:0.5em;
		padding:1em 3em 1em 1em;
	}
}
@media  (max-width:900px) {
	:root .icon-card{
	    gap: 1.5em 4%;
	}
	:root .icon-card li{
	    flex-basis: 48%;
	}
	:root .icon-card li > *{
		min-height:9em;
		padding-block:1.5em 1em;
		gap:0.5em;
	}
	:root .flow-card{
		flex-direction:column;
		gap:3em;
		max-width:480px;
		margin-inline:auto;
		width:fit-content;
	}
	:root .flow-card li{
		border:solid 2px #6793d5;
		border-radius:0.5em;
		padding:1em;
		flex-direction: row;
		align-items: center;
		gap:1em;
		justify-content: flex-start;
	}
	:root .flow-card li:nth-child(n+2):before{
		inset:-2.5em 0 auto 0;
		transform:rotate(135deg);
	}
	:root .flow-card li .num{
		margin:0 0 auto 0;
	}
	:root .flow-card li p{
		margin:0;
	}
	:root .news-style:not(.side) .news-body ul a{
		min-height: 4em;
		gap: 0.5em;
		padding-block: 1em;
	}
	:root .news-style:not(.side) .news-body ul {
		border-top: solid 1px #e1e1e1;
	}
	:root .archive  .card-style{
		grid-template-columns: repeat(2, 1fr);
		gap:2em;
	}
	:root .archive  .card-style a{
		max-width:100%;
	}
}

@media  (max-width:767px) {
	:root .news-style.side{
		flex-direction:column;
	}
	:root .news-style.side .news-head{
	    width:100%;
		padding:1em;
	}
	:root .news-style.side .news-body{
	    width:100%;
	}
	:root .news-style.side .news-body ul a{
		padding-left:1em;
	}
	:root .news-style:not(.side) .news-body ul a{
		padding-inline:0 2em;
		gap:0.25em;;
	}
	:root .news-style .news-body ul a:after{
		right:0.5em;
	}
	:root .news-style .news-body ul p{
		font-size:0.875rem;
		line-height:1.5;
	}
	:root .icon-card li > *{
		padding: 1.5em 2.5em 1.5em;
		height: 100%;
	}
	:root .icon-card li p{
		font-size:1.11rem;
	}
	:root .archive  .card-style{
		grid-template-columns: repeat(1, 1fr);
		gap:1em;
		padding-inline:var(--inner);
	}
}
:root .page-head .page-header{
	min-height:15.4375em;
	background:url(../img/common/outline.jpg) no-repeat center center / cover;
	margin-bottom:1em;
}
.post-name-exam_guide .page-head .page-header{
	background-image:url(../img/common/exam_guide.jpg);
}
.post-name-mypage .page-head .page-header{
	background-image:url(../img/common/mypage.jpg);
}
.post-name-faq .page-head .page-header{
	background-image:url(../img/common/faq.jpg);
}
.post-type-example .page-head .page-header{
	background-image:url(../img/common/example.jpg);
}
.post-type-post .page-head .page-header{
	background-image:url(../img/common/topics.jpg);
}
:root .page-head .page-title{
	font-size:2.375rem;
	color:#fff;
	letter-spacing:0.06em;
}
/*	パンくずリスト	*/
#pan ol {
	padding: 0;
	margin: 0;
	font-size: 0.75rem;
	letter-spacing: 0.1em;
	list-style:none;
	display:flex;
	gap:0.75em 1em;
	align-items:center;
	flex-wrap:wrap;
}
#pan ol li{
	display:flex;
	gap:1.5em;
	align-items:center;
}
#pan ol li:nth-child(n+2):before{
	content:"";
	display:block;
	aspect-ratio:1 / 1;
	height:0.75em;
	border-top:solid 1px;
	border-right:solid 1px;
	transform:rotate(45deg) skew(-10deg,-10deg);
}
@media only screen and (max-width: 767px) {
	.post-name-outline .page-head .page-header{
		background-image:url(../img/common/outline@sp.jpg);
	}
	.post-type-example .page-head .page-header{
		background-image:url(../img/common/example@sp.jpg);
	}
	.post-name-faq .page-head .page-header{
		background-image:url(../img/common/faq@sp.jpg);
	}
	#pan ol {
		gap:0.5em;
	}
	#pan a {
		text-decoration: underline;
		color:var(--keycolor)
	}
	#pan ol li{
		gap:1.0em;
	}
	#pan ol li:nth-child(n+2):before{
		height:0.5em;
	}
}
:root .entry-body :is(h2,h3,h4,h5,h6){
	font-weight:600;
	margin-block:1.5em;
	line-height:1.25;
}
:root .entry-body :is(li){
	line-height:1.25;
}
:root .entry-body :is(p,ul,ol){
	line-height:1.8;
	margin-block:0 1em;
}
:root .entry-body li + li{
	margin-top:0.5em;
}
:root .entry-body ol{
	margin-left:1.25em;
}
:root .entry-body li::marker{
	color:var(--keycolor);
	font-weight:600;
}
:root .entry-body li::before{
	color:var(--keycolor);
}
:root .end-area{
	margin-top:5em;
	
}
:root main .entry:not(.type-page){
	max-width:1000px;
	margin-inline:auto;
}
:root .entry-header{
	padding-top:1.5em;
	position:relative;
	z-index:2;
}

:root .entry-header time{
	color:#686868;
	font-size:0.875rem;
	font-weight:600;
	margin-bottom:0.5em;
	display:block;
}
:root .entry-header h1{
	color:var(--keycolor);
	font-size:1.875rem;
	border-bottom:solid 1px #e1e1e1;
	padding-bottom:1.25em;
	font-weight:600;
}
:root .entry-body > *:first-child,
:root .entry-body .wp-block-column > *:first-child{
	margin-top:0;
}
:root .entry-body h2{
	font-size:2rem;
}
:root .entry-body h2::first-letter{
	color:var(--keycolor);
}

:root .entry-body h3{
	font-size:1.75rem;
	border-bottom:solid 1px #e1e1e1;
	padding-bottom:0.5em;
	display:flex;
	gap:0.5em;
	width:100%;
	margin-bottom:1em;
}
:root .entry-body h3:before{
	content:"";
	display:block;
	width:5px;
	background: #1A57B1;
	background: linear-gradient(145deg, rgba(26, 87, 177, 1) 70%, rgba(30, 41, 61, 1) 70%);
	margin-top:4px;
}
:root .entry-body h4{
	font-size:1.5rem;
	color:var(--keycolor);
}
:root .entry-body h5{
	font-size:1.25rem;
}
:root .entry-body h6{
	font-size:1.1875rem;
	color:var(--keycolor);
}
:root .entry-body a:not(.btn){
	color:var(--keycolor);
	text-decoration:underline solid 1px;
}

@media only screen and (max-width: 767px) {
	:root .entry-body :is(h2,h3,h4,h5,h6){
		margin-block:1.0em;
	}
	:root .entry-body h2{
		font-size:1.66rem;
	}
	:root .entry-body h3{
		font-size:1.5rem;
	}
	:root .entry-body h4{
		font-size:1.375rem;
		color:var(--keycolor);
	}
	:root .entry-body h5{
		font-size:1.25rem;
	}
	:root .entry-body h6{
		font-size:1.1875rem;
	}
	:root .entry-body :is(p,li){
		font-size:0.94rem;
	}
}
/*	ページャー	*/
.pager_style {
	text-align: center;
	padding: 30px 0 0 0;
}
.pager_style li {
	width: 40px;
	border: 1px solid #BBBBBB;
	background: var(--whitecolor);
	display: inline-block;
	margin: 0 0 10px 0;
}
.pager_style li:hover {
	background: #024384;
}
.pager_style li.on {
	background: #024384;
}
.pager_style li a {
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 8px 0;
}
.pager_style li.on a {
	color: var(--whitecolor);
}
.pager_style li a:hover {
	color: var(--whitecolor);
}
.pager_style li.prev {
	margin: 0 10px 0 0;
}
.pager_style li.next {
	margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
	.pager_style li {
		width: 30px;
	}
	.pager_style li a {
		font-size: 12px;
		padding: 6px 0;
	}
	.pager_style li.prev,
	.pager_style li.next {
		margin: 0;
	}
}
/*	モーダル	*/
.modal-content {
	width: 80%;
	max-width: 1240px;
	margin: 0px;
	padding: 10px 20px;
	background: none;
	position: fixed;
	display: none;
	z-index: 1020;
}
#modal-overlay {
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.66);
}
.modal_tit {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 250px;
	text-align: center;
	line-height: normal;
	font-size: 20px;
	z-index: 1025;
	overflow: hidden;
	padding: 0px 30px;
	color: var(--whitecolor);
}
.modal_tit span {
	display: block;
	position: relative;
	padding: 10px 0px;
	background: rgb(0, 0, 0);
	z-index: 2;
	border-bottom: 1px solid rgb(255, 255, 255);
}
.modal-content .close_btn {
	position: absolute;
	top: -5%;
	right: 15px;
	color: rgb(255, 255, 255);
	font-size: 40px;
	line-height: 1;
	display: block;
	cursor: pointer;
	text-underline-offset: 4px;
}
.modal-content .modal_whole{
	background:var(--whitecolor);
	padding: 3em 3em;
	overflow: auto;
	max-height: 80vh;
	text-align: left;
	overscroll-behavior: contain;
}
@media screen and (max-width: 768px) {
	.modal-content {
		width: 100%;
		padding: 30px 15px 15px;
		box-sizing: border-box;
	}
	.modal-content .modal_whole{
		padding: 2em 1em;
		overflow: auto;
		max-height: 70vh;
		text-align: left;
	}
	.modal-content .close_btn {
		font-size:2em;
		top: -1%;
		right: 10px;
	}
}
/*	タブ切替	*/
.tab_change .controller input[type="radio"] {
	appearance: none;
	border: none;
	background: none;
	outline: none;
}
.tab_change .tab_content {
	overflow: hidden;
	opacity: 0;
	max-height: 0;
	z-index: -10;
	visibility: hidden;
	transition: opacity .4s;
}
.tab_change:has(.controller input[id$="01"]:checked) .tab_table div[class$="01"],
.tab_change:has(.controller input[id$="02"]:checked) .tab_table div[class$="02"],
.tab_change:has(.controller input[id$="03"]:checked) .tab_table div[class$="03"],
.tab_change:has(.controller input[id$="04"]:checked) .tab_table div[class$="04"],
.tab_change:has(.controller input[id$="05"]:checked) .tab_table div[class$="05"],
.tab_change:has(.controller input[id$="06"]:checked) .tab_table div[class$="06"],
.tab_change:has(.controller input[id$="07"]:checked) .tab_table div[class$="07"],
.tab_change:has(.controller input[id$="08"]:checked) .tab_table div[class$="08"],
.tab_change:has(.controller a) .tab_content {
	opacity: 1;
	z-index: 10;
	visibility: visible;
	max-height: fit-content;
	overflow: visible;
	width: 100%;
}
.tab_change .controller {
	display: flex;
	margin: 0 auto 2em;
	flex-wrap: wrap;
	gap: 2em;
}
.tab_change .controller :is(label, a) {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: solid 1px var(--dgray);
	background: transparent;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.1;
	text-align: left;
	padding-block: 0.5em;
	padding-left: 1.0em;
	transition: var(--hover);
	min-width: 170px;
	position: relative;
	color: var(--dgray);
}
.tab_change .controller a:hover,
.tab_change .controller a.current,
.tab_change .controller label:has(:checked) {
	text-decoration-color: transparent;
}
.tab_change .controller :is(label, a)::before {
	content: "";
	display: block;
	height: 6px;
	width: 6px;
	position: absolute;
	z-index: 1;
	inset: 0 auto 0 0;
	border: solid 1px #9ea7a5;
	border-radius: 50%;
	margin: auto;
	transition: background .4s, border-color .4s;
}
.tab_change .controller :is(label, a)::after {
	content: "";
	display: block;
	height: 2px;
	width: 0%;
	position: absolute;
	z-index: 1;
	inset: auto 0 0 0;
	background: var(--keycolor);
	transition: width .2s;
}
.tab_change .controller :is(a, label) {
	width: auto;
}
.tab_change .controller :is(a.current, a:hover, label:has(:checked)) {
	color: var(--keycolor);
}
.tab_change .controller :is(a.current, a:hover)::before,
.tab_change .controller label:has(:checked)::before {
	background: var(--keycolor);
	border-color: var(--keycolor);
}
.tab_change .controller :is(a.current, a:hover, label:has(:checked))::after {
	width: 100%;
}
body:not(.home) .tab_change .controller {
	margin-block: 2em;
}
body:not(.home) .tab_change .tab_table {
	margin-inline: auto;
}
.tab_change .tab_content:has(.pulldown) {
	display: flex;
	justify-content: space-between;
	gap: 3em;
}
.tab_change .pulldown .select_wrap {
	position: relative;
	z-index: 2;
	width: fit-content;
	background: var(--whitecolor);
}
.tab_change .pulldown .select_wrap::after {
	content: "";
	display: block;
	height: 0.45em;
	aspect-ratio: 1 / 1;
	border-top: solid 1px;
	border-right: solid 1px;
	transform: rotate(135deg) skew(5deg, 5deg);
	position: absolute;
	right: 1em;
	top: calc(50% - 0.4em);
}
.tab_change .pulldown select {
	appearance: none;
	font-size: 1rem;
	border: none;
	padding: 1em 2em 1em 1em;
	width: 180px;
	background: transparent;
	cursor: pointer;
	color: inherit;
}
.tab_change .tab_table {
	margin-inline: calc(50% - 50vw);
}
.tab_change .data {
	max-width: var(--container);
	margin-inline: auto;
}
.tab_change .btn_area a {
	margin-inline: auto;
}
.tab_change .tab_content:has(.pulldown) .tab_result {
	flex-grow: 1;
	max-width: 942px;
}
.tab_change .tab_result :is(h2, h3) {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 1em;
}
.tab_result label[for^="view-more"] {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	width: fit-content;
	padding: 0.5em 2em 0.5em 0;
	border-bottom: solid 1px;
	transition: background .4s, color .4s;
	font-size: 1.1275rem;
	letter-spacing: 0.1em;
	position: relative;
}
.tab_result label[for^="view-more"] span {
	display: flex;
	gap: 0.5em;
	align-items: center;
	transition: 0.3s;
	max-height: fit-content;
	overflow: hidden;
}
.tab_result label[for^="view-more"]::after {
	content: "";
	display: block;
	width: 0.35em;
	height: 0.35em;
	border-top: solid 2px;
	border-right: solid 2px;
	transform: rotate(135deg);
	position: absolute;
	right: 0.75em;
	top: 0.875em;
	margin: auto;
	z-index: 1;
	transition: top .3s;
}
.tab_result input[id^="view-more"] {
	appearance: none;
	border: none;
	width: 0;
	height: 0;
	background: none;
	outline: none;
}
.tab_result label[for^="view-more"]:hover {
	background: var(--whitecolor);
}
.tab_result label[for^="view-more"]:has(input:checked) {
	opacity: 0;
	pointer-events: none;
	max-height: 0;
	padding: 0;
}
.tab_result label[for^="view-more"]:hover span {
	transform: translateX(0.5em);
}
.tab_result label[for^="view-more"]:hover::after {
	top: 1.1em
}
.tab_result:has(input[id^="view-more"]) .news_list>*:nth-child(n+6) {
	display: none;
}
.tab_result:has(input[id^="view-more"]:checked) .news_list>*:nth-child(n+6) {
	display: block;
}
@media screen and (max-width: 1410px) {
	.tab_change .controller {
		gap: 1.25em;
	}
	.tab_change .controller :is(label, a) {
		min-width: 6em;
	}
}
@media screen and (max-width: 767px) {
	.tab_change .controller {
		justify-content: flex-start;
		gap: 0.75em;
	}
	.tab_change .controller :is(label, a) {
		font-size: 1rem;
		width: 90px;
		min-height: 30px;
	}
	.tab_change .tab_content:has(.pulldown) {
		flex-direction: column;
		gap: 2em;
	}
}
/*	フォーム	*/
.form_wrap input[type="text"],
.form_wrap input[type="search"],
.form_wrap input[type="email"],
.form_wrap input[type="tel"],
.form_wrap input[type="number"],
.form_wrap input[type="password"],
.form_wrap textarea {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px var(--whitecolor);
	border-radius: 0px;
	font-size: 0.875rem;
	padding: 0 0.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: var(--whitecolor);
}
.form_wrap input::placeholder,
.form_wrap textarea::placeholder {
	color: #ccc;
}
.form_wrap .tables .wrap textarea {
	height: auto;
	padding: 1em;
}
.form_wrap label {
	cursor: pointer;
}
.form_wrap input[type="radio"],
.form_wrap input[type="checkbox"] {
	display: none;
}
.form_wrap input[type="radio"]+label,
.form_wrap input[type="checkbox"]+label {
	display: inline-block;
	padding: 0.25em 0.25em 0.25em 1.5em;
	position: relative;
}
.form_wrap input[type="radio"]+label::before,
.form_wrap input[type="checkbox"]+label::before,
.form_wrap input[type="radio"]+label::after,
.form_wrap input[type="checkbox"]+label::after {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border: solid 1px #333;
	position: absolute;
	left: 0;
	top: 6px;
	transition: opacity .2s;
}
.form_wrap input[type="checkbox"]+label::after {
	border: none;
	width: 0.6rem;
	height: 0.4rem;
	border-top: solid 3px #333;
	border-right: solid 3px #333;
	transform: rotate(135deg);
	top: 8px;
	left: 2px;
	opacity: 0;
}
.form_wrap input[type="radio"]+label::before {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	top: 7px;
}
.form_wrap input[type="radio"]+label::after {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: none;
	background: #333;
	top: 12px;
	left: 5px;
	opacity: 0;
}
.form_wrap input[type="radio"]:checked+label::after,
.form_wrap input[type="checkbox"]:checked+label::after {
	opacity: 1;
}
.form_wrap .select_wrap {
	display: inline-block;
	position: relative;
	z-index: 3;
	background: var(--whitecolor);
}
.form_wrap .select_wrap select {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	border: solid 1px #b0b0b0;
	border-radius: 0px;
	font-size: 1rem;
	color: #333;
	padding: 0 2.5em 0 0.5em;
	height: 2.5em;
	line-height: 2.5em;
	background: transparent;
	cursor: pointer;
}
.form_wrap .select_wrap::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	transform: rotate(135deg) translate(-2px);
}
.form_wrap .form_els {
	display: flex;
	flex-wrap: wrap;
}
.form_wrap .form_els.inlines {
	display: block;
	padding-bottom: 0.25em;
}
.form_wrap .form_els>* {
	margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
	.form_wrap input[type="text"],
	.form_wrap input[type="search"],
	.form_wrap input[type="email"],
	.form_wrap input[type="tel"],
	.form_wrap textarea {
		font-size: 1rem;
	}
	.form_wrap .form_els.inlines br {
		display: none;
	}
	.form_wrap input[type="radio"]+label,
	.form_wrap input[type="checkbox"]+label {
		font-size: 0.857rem;
	}
	.form_wrap input[type="checkbox"]+label::before {
		width: 12px;
		height: 12px;
		top: 5px;
	}
	.form_wrap input[type="checkbox"]+label::after {
		width: 7px;
		height: 4px;
	}
	.form_wrap input[type="radio"]+label::before {
		width: 13px;
		height: 13px;
		top: 5px;
	}
	.form_wrap input[type="radio"]+label::after {
		width: 7px;
		height: 7px;
		left: 4px;
		top: 9px;
	}
}
.table_wrap table {
	margin-inline: 0 auto;
}
.table_wrap table :is(th, td) {
	font-size: 1.125rem;
	padding: 1em 1em 1.25em;
	line-height: 1.4;
	border-bottom: 1px solid var(--bgcolor03);
	letter-spacing:0;
}
.table_wrap table th {
	white-space: nowrap;
	border-bottom: 1px solid var(--keycolor);
	font-weight: bold;
}
.table_wrap table td{
	padding-inline:3em;
}
.table_wrap table .caption {
	font-size: 0.875em;
	line-height: 1.6;
}
.table_wrap table *:not(.caption)+.caption {
	margin-top: 1em;
}
.table_wrap table.calendar_table {
	width: 100%;
	margin-bottom: 1em;
}
.table_wrap table.calendar_table :is(th, td) {
	font-size: 1.125rem;
	padding: 1em;
	line-height: 1.4;
}
.flex_list .table_wrap table :is(th, td) {
	padding: 0.5em 0.25em;
}
@media screen and (max-width: 767px) {
	.table_wrap table {
		width: 100%;
	}
	.table_wrap table th {
		white-space: normal;
		width: auto;
		padding: 0.75em 0.5em 1em;
		text-align: center;
		font-size: 0.814rem;
	}
	.table_wrap table td {
		padding: 0.75em 0.5em 1em;
		font-size: 1rem;
	}
	.table_wrap.break :is(table, thead, tbody, tr, th, td) {
		display: block;
		width: 100%;
		border: none;
	}
	.table_wrap.break :is(th, td) {
		font-size: 1rem;
		text-align: left;
	}
	.table_wrap.break td {
		border-top: none;
	}
	.table_wrap.break tr {
		margin-bottom: 1em;
	}
	.table_wrap.break th br {
		display: none;
	}
	.table_wrap table *:not(.caption)+.caption {
		margin-top: 1em;
	}
	.table_wrap table.calendar_table :is(th, td) {
		font-size: 0.875rem;
		padding: 1em 0.5em;
	}
	.table_wrap table.calendar_table tr:has(th:first-child + td:nth-child(2):last-child) th {
		white-space: nowrap;
	}
}