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

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

#bx {
	background: #ecf1f4;
}

#bx p{
	letter-spacing: 0;
}

.secBx{
	border: #614336 solid 2px;
	border-radius: 10px;
	padding:30px;
	margin:0 30px 40px;	
}

.secBx .wp{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;	
}

.secBx.b01{
background-color: #edf1eb;		
}
.secBx.b02{
background-color: #f2f2e7;
}

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

.secBx .wp .txtBx{
	width:44%;
}

.secBx .wp .phoBx{
	width: 52%;
padding-top: 10px;
}

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

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


.secBx h3{
	color: #426136;
	border-left: #426136 solid 7px;
	padding-left: 0.5em;
	margin-bottom: 0.3em;
}

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