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

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

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

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

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

.media_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;
}

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

.media_image {
	width: 35%;
}

.media_image img {
	width: 100%;
	height: auto;
	max-height: 322px;
    overflow: hidden;
    object-fit: cover;
}

@media screen and (max-width: 500px) {
	.media_image img {
	max-height: 33vw;
	}
}

@media screen and (max-width: 500px) {
	.media_image img {
	max-height: 88.5vw;
	}
}

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

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

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

	.media_image {
		width: 100%;
	}

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

	.media_text {
		font-size: 14px;
	}

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

/*===================================================
  Media詳細
=====================================================*/
.media_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;
}
.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) {
	.media_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;
	}
}
