#news .boxIn{

}

#news .boxIn h2 {
height: auto;
    text-indent:inherit;
    display: block;
}

#bx p{
	letter-spacing: 0;
}

.flex{
	display: flex;
	justify-content: space-between;

}


.secBx.end{
	border: none;
	padding: 0;
}


.secBx p{
	font-size: 15px;
	padding: 10px 0 0;
}



.lWp{
	display: flex;
	justify-content: space-between;
}

.lWp .secBx{
	width: 49%;
}

.sub{
	position: relative;
	margin-bottom: 20px;
}

.sub >div{
	position: absolute;
	top: 10px;
	left: 50px;
	width:68%;
}
.sub >div p{
	font-size: 16px;
	margin: 0 0 0.3em;
	padding: 0;
	line-height: 1.8;
}

.linkBox{
	text-align: center;
	padding: 40px;
}

.linkBox p {
    margin: 0;
    font-size: 16px;
    color: #004097;
    font-weight: bold;
    letter-spacing: 0.1em;
	background-color: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	border: #9B5600 solid 1px;
}

.linkBox p a{
	    color: #9B5600;
	text-decoration: none;
}

.mb20{
	margin-bottom: 20px;
}

.mb40{
	margin-bottom: 40px;
}

.conbox{
background-image: url("con2_2.jpg");
background-repeat: repeat-y;
	padding: 10px 0 0;
	
}

/*----------*/

.tbl01 {
	width:90%;
	margin: 0 5%;
	border-collapse: collapse;
}
.tbl01 thead th {
	background:#E2F3F5;
	color:#000;
	padding:10px 15px;
	border-right:#A3C5C9 solid 1px;
	border-bottom:#A3C5C9 solid 1px;

}
.tbl01 thead th:last-child {
	border-right:#A3C5C9 solid 1px;
}
.tbl01 tbody th {
	background:#E2F3F5;
	color:#000;
	padding:10px;
	border-bottom:#A3C5C9 solid 1px;
	border-right:#A3C5C9 solid 1px;	
	vertical-align:middle;
	text-align: center;
	font-weight: 500;	
}

.tbl01 tbody tr:first-child th {
	font-weight: normal;	
	background:#C4E9ED;
}

.tbl01 tbody tr:last-child th {
	border-bottom:#A3C5C9 solid 1px;
}

.tbl01 tbody tr th:last-child{
	border-right: none;
}

.tbl01 tbody td {
	background:#FFF;
	padding:10px;
	border-left:#A3C5C9 solid 1px;
	border-bottom:#A3C5C9 solid 1px;
	vertical-align:middle;
	
}

.tbl01 p{
	padding: 0;
}

.fzS{
	font-size: 85% !important;
}

.fRed{
	color: #c00;
}

.tate{
	writing-mode: vertical-rl;
	letter-spacing: 0.2em;
}

.fwB{
	font-weight: 500;
}

@media screen and (max-width: 640px) {
.tbl01 thead {
	display:none;
}
.tbl01 tbody th {
	display:block;
}
.tbl01 tbody td {
	display:block;
}
.tbl01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
.tbl01 tbody td p {
	padding-left:6em;
}
}

