@charset "utf-8";
/* CSS Document */

.page_ttl{
	display: none;
}

.content .inner > h3,
.content .inner > h4,
.content .inner > p{
	padding: 0 30px;
}
.content h3{
	margin-bottom: 1em;
	color: #4ABDCD;
	font-size: 2rem;
	font-weight: bold;
}
.content h4{
	margin: 1em auto;
	font-size: 1.6rem;
	font-weight: bold;
}
.content p{
}


figcaption{
	text-align: right;
}

.content .inner > figure{
	margin: 40px auto;
}
.col2-wrap,
.col3-wrap {
	margin: 40px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}
.col2-wrap li {
	width: 550px;
}
.col3-wrap li {
	width: 366px;
}

#story-head{
	margin-bottom: 60px;
	position: relative;
}
#story-head .content-ttl{
	font-weight: bold;
	font-size: 2.8rem;
	color: #4ABDCD;
	text-align: right;
}
#story-head .body{
	position: absolute;
	top: 10%;
	right: 0;
	width: 475px;
}
#story-head .body div{
	padding: 30px;
	color: #fff;
	background: #4ABDCD;
	font-weight: bold;
	text-align: center;
}
#story-head .vol{
	margin-bottom: .75em;
	padding: 0 1em;
	border-bottom: #fff solid 2px;
	font-size: 2rem;
	display: inline-block;
}
#story-head .vol em{
	font-size: 3rem;
	font-style: normal;
}
#story-head h2{
	line-height: 1.2;
	font-size: 2.8rem;
}
#story-head .data{
	margin: 1em auto;
	width: 80%;
	color: #444;
	background: #fff;
	font-size: 1.6rem;
}
#story-head .read{
	font-size: 1.8rem;
}

#story-head .content-ttl{
	color: #4ABDCD;
	font-size: 2.8rem;
	text-align: right;
}

section .btn_more a {
	width: 245px;
	margin: 0 auto;
	background: #FFF;
	border: #000 1px solid;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
}
section .btn_more a:after {
	content: url(../../images/arrow_more_black.png);
}
@media screen and (max-width:640px) {
	.content .inner > h3,
	.content .inner > h4,
	.content .inner > p{
		padding: 0 0;
	}
	.content h3{
		margin-bottom: 1em;
		color: #4ABDCD;
		font-size: 1.6rem;
		font-weight: bold;
	}
	.content h4{
		margin: 1em auto;
		font-size: 1.4rem;
		font-weight: bold;
	}
	.content p{
		font-size: 1.3rem;
	}
	.content p br{
		display: none;
	}

	figcaption{
		font-size: 1.2rem;
	}
	.content .inner > figure{
		margin: 20px auto;
	}
	.col2-wrap,
	.col3-wrap {
		margin: 20px auto;
		display: block;
	}
	.col2-wrap li ,
	.col3-wrap li {
		width: 100%;
		margin-bottom: 20px;
	}

	#story-head{
		margin-bottom: 30px;
	}
	#story-head .content-ttl{
		padding: .25em 0;
		font-size: 2rem;
		text-align: center;
	}
	#story-head .body{
		position: static;
		width: 100%;
	}
	#story-head .body div{
		padding: 15px;
	}
	#story-head .vol{
		font-size: 1.5rem;
	}
	#story-head .vol em{
		font-size: 2rem;
	}
	#story-head h2{
		font-size: 2rem;
	}
	#story-head .data{
		margin: 1em auto;
		width: 100%;
		font-size: 1.6rem;
	}
	#story-head .read{
		font-size: 1.3rem;
	}
	
	#story-head ..content-ttl{
		color: #4ABDCD;
		font-size: 2.8rem;
		text-align: right;
	}
	section .btn_more a {
		width: 90%;
	}
}
