h2{
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
		letter-spacing: -1px;
}
#article .se_line{
		padding: 1.2rem 1.4rem;
}
#article .title {
		position: relative;
		padding: 0 1.4rem;
}
#article .btn_prev {
	text-align: right;
	padding: 1rem 1rem 1.2rem;
}

#article .btn_prev button {
		font-size: 14px;
		border: none;
    border-radius: 14px;
    color: #fff;
    letter-spacing: -0.1rem;
		padding: 0.4rem 1rem 0.4rem 1.9rem;
		bottom: 0;
		right: 0;
		background-color: #1b6dce;
		position: relative;
		text-align: right;
}
#article .btn_prev button::before {
	content: "";
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	left: 12%;
	width: 10px;
	height: 22px;
	background: url("../sub/menu2_prev.png") no-repeat center center / 70%;
}
.date{
    font-size: 1.5rem;
    color: #727272;
}
.art{
    font-size: 1.5rem;
    padding: 1.4rem;
		padding-bottom: 0;
    line-height: 1.4;
		letter-spacing: -.2px;
}
.art p {
		color: #222;
		padding-bottom: 1.4rem;
		border-bottom: 1px solid #ddd;
}
.link_btn{
    text-align: center;
    background: #0b72b2;
    border-radius: 1rem;
    margin: 1.5rem;
	display: flex;
    align-items: center;
	padding:0 1.2rem 0;
}
.link_btn a{
	width: 100%;
    color: #fff; 
    padding: 1.5rem 0;
    display:block;
    font-size: 1.8rem;
}
/* .link_btn a::after {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url("../sub/menu2_arrow.png") no-repeat 0 0 / cover;
		margin-left: .5rem;
} */
#article div img{
    width: 100%;
}