@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : corner_base.css
Description : コーナーベースラインCSS
===================================================================== */

.sp {display: block;}
.pc {display: none;}

.article_main{
	font-size: 1.6rem;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
}

.wrapper_subpage #main>h1 {
	font-size: 2.5rem;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #59493f;
}

	.img_box{
		width: 100%;
		margin: 0 auto;
	}

	.img_box figure{
		margin: 5% auto;
		width: 90%;
	}


.ar_page_subttl {
	font-size: 1.8rem;
	text-align: center;
}

.ar_page_subttl::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background: url(../../../img/forecast/img_date_line.png) no-repeat center top;
    background-size: auto 2px;
}

p {
	font-size: 1.6rem;
	width: 85%;
	margin: 0 auto;
	line-height: 1.6em;
}


@media screen and (min-width:700px){
	.sp {display: none;}
	.pc {display: block;}
	
	.wrapper_subpage #main>h1 {
		font-size: 3.6rem;
		line-height: 1em;
	}

	.ar_page_subttl::after {
		height: 4px;
		background: url(../../../img/forecast/img_date_line.png) no-repeat center top;
		background-size: auto 4px;
	}
}