@charset "UTF-8";
/*===================================================
  新着一覧
=====================================================*/
.news_box{
	width: 100%;
	max-width:960px;
	margin:0px auto 100px auto;
}
.news_box ul{
	font-size:18px;
	font-size: 1.8rem;
}
.news_item {
	padding:30px 20px;
	position:relative;
	border-bottom:1px solid #e5e5e5;
}

.news_item:first-of-type {
	padding-top: 0;
}

.news_inner {
	display: flex;
	flex-direction: row-reverse;
}

.news_textArea {
	width: calc(65% - 20px);
	margin-left: 20px;
}

.news_title {
	margin-top: 10px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
}

.news_text {
	display: block;
	display: -webkit-box;
	margin-top: .5em;
	padding-top: .5em;
	border-top: 1px solid #ebebeb;
	height: 4.8em;
	font-size: 15px;
	line-height: 1.5;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_date {
	display: inline-block;
	padding: .25em .5em 0;
	font-size: 14px;
	background: #fbb4ae;
	color: #FFF;
}

.news_image {
	width: 35%;
}

.news_image img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 600px) {
	.news_box{
		width:94%;
	}
	.news_box ul{
		font-size:14px;
		font-size: 1.4rem;
	}
	.news_item {
		padding:24px 10px;
	}

	.news_inner {
		flex-direction: column-reverse;
	}

	.news_textArea {
		width: 100%;
		margin-left: 0;
		margin-top: .5em;
	}

	.news_image {
		width: 100%;
	}

	.news_title {
		margin-top: 5px;
		font-size: 15px;
	}

	.news_text {
		font-size: 14px;
	}

	.news_date {
		font-size: 12px;
	}
}

/*===================================================
  新着詳細
=====================================================*/
.news_detail{
	width:960px;
	margin:0px auto 100px auto;
}
.detail_title{
	font-size: 24px;
	font-size: 2.4rem;
	margin:0 0 10px 0;
}
.detail_date{
	font-size: 16px;
	font-size: 1.6rem;
}
.detail_date:before{
	display:inline-block;
	content:" ";
	width:35px;
	border-top:1px solid #000;
	position:relative;
	top:-5px;
	margin:0 10px 0 0;
}
.detail_body{
	margin:10px 0;
}
.detail_body img{
	max-width:100%;
	height:auto;
	display: inline;
}
.detail_body h2{
	font-size: 20px;
	font-size: 2.0rem;
	padding:10px 0 10px 20px;
	margin:20px 0;
	border-bottom:1px solid #fbb4ae;
	border-left:10px solid #fbb4ae;
}
.detail_body h2.campaign_title{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight:bold;
	border:none;
	padding:0;
	margin:40px 0 20px 0;
}
.detail_body h3{
	color:#fbb4ae;
	margin:20px 0 10px 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:bold;
}
.detail_body h3:before{
	content:"―";
	margin:0 5px 0 0;
}
.detail_body p{
	margin:0 0 20px 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.detail_body .bold,
.detail_body strong{
	font-weight:bold;
}
.detail_body em{
	font-style: oblique;
}
.detail_body .under{
	text-decoration:underline;
}
.detail_body a{
	color:#fbb4ae;
}
.detail_body a:hover{
	text-decoration:underline;
}

@media screen and (max-width: 600px) {
	.news_detail{
		width:94%;
		margin:0px auto 50px auto;
	}
	.detail_title{
		font-size: 20px;
		font-size: 2.0rem;
	}
	.detail_date{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.detail_body h2{
		font-size: 18px;
		font-size: 1.8rem;
		padding:5px 0 5px 15px;
	}
	.detail_body h2.campaign_title{
		font-size: 18px;
		font-size: 1.8rem;
		margin:30px 0 10px 0;
	}
	.detail_body h3{
		font-size: 16px;
		font-size: 1.6rem;
	}
	.detail_body p{
		font-size: 14px;
		font-size: 1.4rem;
	}
}
