#news .boxIn{
	padding-bottom: 10px;
}

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

#bx {
	background: #fff;

}

#bx p{
	letter-spacing: 0;
}
#bx section h4 {
	margin-top: 30px;
	margin-bottom: 0;
}

.secBx.b02{
background-color: #f2f2e7;

}

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

#news .box{
	position: relative;
}

#news .box > div{
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	padding-top:20px;
	width: 40%;
	margin: 0 30%;
}

#news .box .btn01 a,
#news .box .btn02 a,
#news .box .btn03 a{
display: block;
margin: 20px 0 0;
padding: 15px;
color: #fff;
border-radius: 30px;
text-decoration: none;
position: relative;
    box-shadow: 0px 2px 0px #666;	
}

#news .box .btn01 a{background-color: #f08300;}
#news .box .btn02 a{background-color: #0093cd;}
#news .box .btn03 a{background-color: #8e7765;}

#news .box .btn01 a:after,
#news .box .btn02 a:after,
#news .box .btn03 a:after{
position: absolute;
font-family: "Font Awesome 5 Free";
content: "\f138";
font-weight: 600;
right: 5%;
top:30%;
font-size: 150%;
}

.secBx .phoBx p{
	font-size: 14px;
	color: #666;
	text-align: center;
}

.secBx .phoBx img{
	width: 100%;
	height: auto;
}


.secBx h3{

}

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

.tx01{
	font-size: 22px;
	margin-bottom: 2em;
	margin-left: 30px;
	font-weight: bold;
}

.tx01 span{
	border-bottom: #666 solid 2px;
	padding: 0 0.5em 0.3em;
	position: relative;
	display: inline-block;
}

.tx01 span:before,
.tx01 span:after{
	right: 48%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tx01 span:before{
	    border-color: rgba(114, 101, 55, 0);
    border-top-color: #666;
    border-width: 14px;
    margin-bottom: 2px;
    top: 103%;
}

.tx01 span:after{
border-color: rgba(255, 255, 255, 0);
    border-width: 14px;
    margin-top: -2px;
    border-top-color: #fffef4;	
}

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

.lWp .secBx{
	width: 49%;
}

.sub{

}

.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;
}

.mb40{
	margin-bottom: 40px;
}

.mb30{
	margin-bottom: 30px;
}

.mb20{
	margin-bottom: 20px;
}

#sec05 table {
	width: 94%;
	margin: 20px 3%;
}

#sec05 table + p{
  text-align: right;
  font-size: 14px;
  margin:5px 30px 10px 0;
  padding: 0;
}

#sec05 table , td, th {
	border: 2px solid #666;
	border-collapse: collapse;
}

#sec05 td, #sec05 th {
	padding: 8px 15px;
	height: 25px;
}

#sec05 th{
    background: #a7d2fa;
	text-align: center;
}

#sec05 td{
    background: #e4f3ff;
}
#sec05 td.price{
    text-align: right;
}
