@charset "UTF-8";
/*column_12　独自CSS*/
/*.article-hero-inner{
	    background-color: #333 !important;
}*/
.area__main-contents :where(h3:not([class])){
	color: #866b20;
	border-top: none;
	padding-top: 0;
	margin-bottom: 2.5rem;
}
.area__main-contents :where(h3:not([class]))::before{
	display: none;
}
.area__main-contents :where(h4:not([class])){
	    color: #222;
	    width: auto;
	border-bottom: 2px solid #7ebcf7;
	    text-indent: -1em;
        padding: 0 0 .5em 1em;
}
.area__main-contents :where(h4 span:not([class])){
	color: #7ebcf7;
}
.area__main-contents table{
	    width: 740px;
	    font-family: YakuHanJP, "BIZ UDGothic", sans-serif;
	    margin: 80px auto 0;
	    letter-spacing: .08em;
}
.area__main-contents table caption{
	caption-side: top;
	font-size: 23px;
	color: #7ebcf7;
	    margin: 0 0 16px;
}
.area__main-contents table thead{
	background-color: #7ebcf7;
	color: #ffffff;
	font-size: 23px;
}
.area__main-contents table thead th:first-child{
	 border-right: 2px solid #fff;
}
.area__main-contents table tbody{
	font-size: 20px;
	color: #222;
}
.area__main-contents table tbody tr{
	    border-top: 2px solid #fff;
}
.area__main-contents table tbody tr:first-child{
	 border-top:none;
}
.area__main-contents table tbody tr th{
    background-color: #ebe3d0;
    text-align: left;
    padding: 20px 0 20px 1em;
    line-height: 1.4;
	    border-right: 2px solid #fff;
	    vertical-align: middle;
	
}
.area__main-contents table tbody tr td{
	background-color: #ebe3d0;
	    text-align: left;
    padding: 20px 0 20px 1em;
    line-height: 1.4;
	    vertical-align: middle;

}
.area__main-contents #column12_2 .txt-kome{
	    width: 740px;
	    margin: 20px auto 0;
}
@media screen and (max-width:768px) {
	.area__main-contents table{
		width: auto;
		    margin: 10vw auto 0;
	}
	.area__main-contents table caption{
		    font-size: 4.15vw;
	}
	.area__main-contents table thead{
		    font-size: 4.5vw;
	}
	.area__main-contents table th{
		display: block;
	}
	
	.area__main-contents table td{
		display: block;
	}
	
	.area__main-contents table th.pcOnly,
	.area__main-contents table td.pcOnly{
		display: none;
	}
	.area__main-contents table thead{
		    border: 2px solid #7ebcf7;
	}
	.area__main-contents table tbody tr{
		border: 2px solid #ebe3d0;
	}
	.area__main-contents table tbody tr th{
		font-size: 3.8vw;
		    padding: 3vw 1em;
	}
	.area__main-contents table tbody tr td{
		background-color: #ffffff;
		font-size: 3.8vw;
		    padding: 3vw 1em;
	}
	.area__main-contents table thead th:first-child{
		border-right: none;
	}
	.area__main-contents table tbody tr th{
		border-right: none;
	}
	.area__main-contents #column12_2 .txt-kome{
		width: auto;
		    margin: 4vw auto 0;
	}
}


