@charset "utf-8";


.tl_list {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tl_list>li {
	width: 50%;
    text-align: center;
	font-size: 1.8rem;
	background-color: #ccc;
}
.tl_list>li>a {
	display: inline-block;
    width: 100%;
	padding: 7px 0;
    text-decoration: none;
	color: #fff;
}

.tab_box {position: relative;}
.tl_section.b {position: absolute;top: 0;}


[role="tabpanel"][aria-hidden="true"] {opacity: 0;z-index: -999;}
/*[role="tabpanel"][aria-hidden="false"] {opacity: 1;z-index: 0;}*/
.tl_list>li [aria-selected="true"] {background-color: #85746c;}


/*======================スマホ調整======================*/
@media screen and (max-width: 568px) {
	.tl_list>li {font-size: 1.6rem;}
	.tl_list>li>a {padding: 10px 0;}
	.tl_section.b {left: 50%;transform: translate(-50%);}

}




