@charset "UTF-8";
/* ============================== main area ============================== */

/* ======================================== 1050px以上 ======================================== */
@media(min-width: 1050px) {
/* ============================== main area ============================== */
/* ==================== underrightbox ==================== */
.underrightbox {
	margin-bottom: 115px;
}
/*  newsarea  */

.amw{
	display:none;
	}
.article {
	border-top: 1px solid #AB035C;
	padding-bottom: 100px;
}
.article:last-child {
	border-bottom: 1px solid #AB035C;
}
/*.article-last{
	border-bottom:1px solid #AB035C;
	}*/	
	
.heading_single .date {
	color: #AB035C;
	font-size: 12px;
	display: block;
	line-height: 1;
	margin-top: 16px;
	margin-bottom: 10px;
}
.heading_single .title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 43px;
}
/*  img  */

.img_box {
	margin-top: 40px;
}
.img_box img {
	width: 100%;
}
}
/* ======================================== 1049px以下 ======================================== */

@media(max-width: 1049px) {
/* ============================== main area ============================== */

/* ==================== underrightbox ==================== */
.underrightbox {
	margin-bottom: 0px;
}
/*  newsarea  */

.article {
	border-top: 1px solid #AB035C;
	padding-bottom: 40px;
}
.article:last-child {
	border-bottom: 1px solid #AB035C;
}
/*.article-last{
	border-bottom:1px solid #AB035C;
	}*/	
	
.heading_single .date {
	color: #AB035C;
	font-size: 12px;
	display: block;
	line-height: 1;
	margin-top: 16px;
	margin-bottom: 10px;
}
.heading_single .title {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
}
/*  img  */
.img_box {
	width: 100%;
	margin-top: 20px;
}
.img_box img {
	width: 100%;
}
}
/* ======================================== 767px以下 ======================================== */
@media(max-width: 767px) {
/*  newsarea  */




}





/* ======================================== 600px以下 ======================================== */
@media(max-width: 600px) {
/* ==================== underrightbox ==================== */
	
	
	
	
	
	
}
