#article{
    padding: 1.5rem 1.4rem 8rem;
}
#article h2{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
	word-break: keep-all;
}
#article .btn_wrap {
	text-align: right;
	padding-bottom: 1rem;
}
#article .btn_wrap button {
	font-size: 1.5rem;
	border: none;
	color: #fff;
	padding: .4rem .8rem .4rem 2rem;
	background: #0055a2 url("../img/arrow1.png") no-repeat .9rem center / 8%;
	font-weight:bold
}
#article .se_line{
    display:flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding: .4rem 0 0;
}
#article .se_line input{
    background-color: #fff;
    border-radius: 3px;
    color: #fff;
	background: #294a7f;
	border:0;
    letter-spacing: -0.2rem;
}
.date{
    font-size: 1.5rem;
    color: #aaa;
    padding: 0.5rem 0;
}
.art{
    font-size: 1.8rem;
    padding: 1rem 0 2rem;
    line-height: 1.6;
	color: #333;
	word-break: keep-all;
}
.link_btn{
    text-align: center;
    background: #58a51e;
    border-radius: 5px;
    margin-top: 1.5rem;
}
.link_btn a{
    color: #fff; 
    padding: 1.5rem 0;
    display:block;
    font-size: 1.3rem;
}
.link_btn a span {
	position: relative;
	padding-right: 2rem;
	font-size:1.6rem;


}
.link_btn a span::after {
	content: "";
	width: 1rem;
	height: 1rem;
	background: url("../img/arrow2.png") no-repeat 0 0 / contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
#article div img{
    width: 100%;
}
.sec_header {background: url(../img/logo_background.png) no-repeat;
    background-size: 100%;}