@charset "UTF-8";
/*column_12　独自CSS*/

.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 #ff9d07;
	text-indent: -1em;
	padding: 0 0 .5em 1em;
}
.area__main-contents :where(h4 span:not([class])){
	color: #ff9d07;
}
.area__main-contents table{
	width: 900px;
	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: #ff9d07;
	margin: 0 0 16px;
}
.area__main-contents table thead{
	background-color: #ff9d07;
	color: #ffffff;
	font-size: 23px;
}
.area__main-contents table thead th{
	 border-left: 2px solid #fff;
}
.area__main-contents table thead th:first-child{
	 border-left: none;
}
.area__main-contents table tbody{
	font-size: 18px;
	color: #222;
}
.area__main-contents table tbody tr{
	border-top: 2px solid #ffffff;
}
.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;
	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;
	border-left: 4px dotted #ffffff;
	vertical-align: middle;

}

.area__main-contents #column13_2 .flex-cont{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.area__main-contents #column13_2 .flex-cont p{
	width: 600px;
}
.area__main-contents #column13_2 .flex-cont figure{
	width: 315px;
	margin: 0;
}
@media screen and (max-width:768px) {
	.area__main-contents :where(h3:not([class])){
		margin-bottom: 1.5rem;
	}
	.area__main-contents table{
		width: 70vw;
		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 tbody tr{
		border-top: none;
	}
	.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 #ee869a;
	}
	.area__main-contents table tbody tr{
		
	}
	.area__main-contents table tbody tr th{
		font-size: 3.8vw;
		padding: 3vw 1em;
		background-color: #ff9d07;
		color: #ffffff;
	}

	.area__main-contents table tbody tr td{
		font-size: 3.8vw;
		padding: 3vw 1em;
		border-left: none;
	}
	.area__main-contents table tbody tr td:before{
	content: attr(data-label);
        font-size: 3.2vw;
        font-weight: bold;
        color: #de8600;
    display: block;
  }
		.area__main-contents table tbody tr td{
		border-bottom: 3px dotted #ffffff;
	}
	.area__main-contents table tbody tr td:last-child{
		border-bottom: none;
	}
	.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;
	}
	.area__main-contents #column13_2 .flex-cont{
		display: block;
	}
	.area__main-contents #column13_2 .flex-cont p{
	width: auto;
}
.area__main-contents #column13_2 .flex-cont figure{
	        width: auto;
        margin: 6vw auto 0;
}
}


