
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: 1.5rem 1rem 1.2rem;
}

#article .btn_prev button {
        font-size: 14px;
        border: none;
		color: #fff;
		letter-spacing: -0.1rem;
        padding: 0.4rem 1rem 0.4rem 1.9rem;
        bottom: 0;
        right: 0;
        background-color: #28476b;
        position: relative;
        text-align: right;
		cursor: pointer;
}
#article .btn_prev button::before {
    content: "";
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 12%;
    width: 10px;
    height: 22px;
    background: url("../sub/menu2_prev2.png") no-repeat center center / 70%;
}
.date{
    font-size: 1.5rem;
    color: #6e6e6e;
}
.art{
    font-size: 1.5rem;
    padding: 1.4rem;
    padding-bottom: 0;
    line-height: 1.4;
    letter-spacing: -.2px;
    position: relative;
}
.art pre {
        color: #626262;
        padding-bottom: 1.4rem;
}
.link_btn{
    margin: 0 0 1.5rem;
        padding: 0 1.4rem;
}
.link_btn a{
    color: #fff; 
    padding: 1.5rem 0;
    display:flex;
    align-items: center;
	justify-content: center;
    font-size: 1.4rem;
    font-weight: bold;
	background-color: #225a9f;
	letter-spacing: -1px;
	border-radius: 10px;
}
.link_btn a::after {
        content: "";
        display: inline-block;
        width: 1.3rem;
        height: 1.3rem;
        background: url("../sub/menu2_prev1.png") no-repeat 0 0 / contain;
        margin-left: .8rem;
}
#article div img{
    width: 100%;
}

#article .btn_prev button{ background: #329ae0; color: #fff; border-radius: 1rem;font-weight:600}
.link_btn {margin-top:2rem; padding:0 1.4rem}
.link_btn a {    border-radius: 2rem;}













