@charset "UTF-8";

.table_wrap{
display:table;
width:calc(100% - 2px);
width:100%;
max-width:900px;
margin:0px auto 25px auto;
/*border:1px solid #999;*/
/*background:#333;*/
}

.table_tr{
display:table-row;
}

.table_th{
display:table-cell;
width:5em;
padding:0.5em 1em;
border:1px solid #999;
/*border-right:none;*/
border-bottom:none;
}

.table_td{
display:table-cell;
/*padding:0.5em 1em;*/
/*border:1px solid #999;*/
border-bottom:none;
/*background:#212121;*/
}

.table_td p{
margin-bottom:1em;
}

@media (max-width: 930px) {
	.table_td p{
		font-size: 15px;
		font-size: clamp(14px, 3vw, 16px);
	}
	.table_td dt,.table_td dd{
		font-size: 15px;
		font-size: clamp(14px, 3vw, 16px);
	}
	.table_td section{
	flex-flow: wrap-reverse;
	}
	.table_td h5{
	width: 100% !important;
	}
	.table_td h5.txt{
	padding: 1em !important;
	width: 100% !important;
	}
}

.table_wrap div:last-child div {
/*border-bottom:1px solid #999;*/
}



.table_ex{
margin:0px auto 25px auto;
border:1px solid #999;
background:#333;
width:100%;
max-width:900px;
}
.table_ex th{
padding:0.5em 1em;
width:5em;
border:1px solid #999;
}
.table_ex td{
padding:0.5em 1em;
border:1px solid #999;
background:#212121;
}
.table_ex td p{
margin:0px 0px 1em;
}
.table_ex td p.lastchild{
margin:0px;
}

.table_ex_in{
border:1px solid #999;
background:#212121;
width:100%;
}
.table_ex_in th{
padding:0.5em;
border:1px solid #999;
background:#333;
}
.table_ex_in td{
padding:0.5em;
border:1px solid #999;
background:#212121;
}

.wrap_other{
}
.wrap_other p{
margin:0px 0px 1em;
}
.wrap_other p.lastchild{
margin:0px;
}
.wrap_other .pagetop{
padding:0px 15px 0px 0px;
text-align:right;
}

/* color */
.pink{
color:#E91E63;
}
.yellow{
color:#FFC107;
}

.t_h2{
margin:0px 0px 10px;
color:#d54310;
font-size:120%;
font-weight:bold;
}
.t_h2bottom{
margin:20px 0px 10px;
color:#d54310;
font-size:120%;
font-weight:bold;
text-align:left;
}

