/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */
@charset "UTF-8";

html, body {
    background: none;
	overflow: auto !important;
}

.bg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background: #e70012;
	background-size: cover;
	height: 100vh;
	width: 100vw;
}
p{
	margin: 0;
}
.comment{
	padding: 75px 0;
	margin: 0;
	text-align: center;
}
.comment h2{
	margin: 0 auto 60px;
	padding: 0;
	width: 100%;
	max-width: 760px;
}
.comment section{
	position: relative;
	z-index: 1;
}
.comment .com_txt{
	padding: 45px 0 30px;
	margin: 0 0 1px 1px;
	font-size: 14px;
	line-height: 1.8em;
	float: right;
	background: #fff;
	width: 32.3333%;
	width : calc(33.3333% - 1px) ;
}
.comment .inner{
	position: relative;
	padding: 0 8%;
	padding: 0 calc(5% + 30px);
	min-height: 490px;
	text-align: center;
}
.comment .com_txt p{
	-webkit-writing-mode: vertical-rl; /* 実装済 */
	-moz-writing-mode: vertical-rl; /* 未実装 */
	-ms-writing-mode: tb-rl; /* 実装済 */
		writing-mode: vertical-rl;
	-webkit-text-orientation: upright; /* 実装済 */
	-moz-text-orientation: upright; /* 未実装 */
	-ms-text-orientation: upright; /* 未実装 */
		text-orientation: upright;
	text-align: left;
	margin: 0 auto 28px;
	font-weight: 600;
	display: inline-block;
}
.comment .com_txt .name{
	margin-top: 45px;
	position: absolute;
	bottom: 0;
	left: 5%;
	margin: 0;
	font-weight: bold;
	display: block;
}
.comment .com_txt span{
	letter-spacing: -8px;
}
.comment .com_txt .name span{
	color: inherit;
	font-size: 12px;
}
.comment .jun{
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #fff;
}
.comment a{
	display: block;
	margin: 100px auto 0;
	font-family: 'Roboto Slab', serif;
	text-decoration: none;
	color: #000;
	width: 200px;
	background: #fff;
	line-height: 40px;
	border-radius: 5px;
	transition-duration: 0.2s;
}
.comment a:hover{
	opacity: 0.7;
}


@media screen and (max-width:1150px) {
	.comment .com_txt{
		width: 49%;
		width : calc(50% - 1px) ;
	}
}

@media screen and (max-width:720px) {
	.comment .com_txt{
		margin: 0 0 1px 0;
		font-size: 13px;
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:350px) {
	
	.conts {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 5%;
	}
	.comment .inner {
		position: relative;
		padding: 0 5%;
		padding: 0 calc(2.5% + 24px);
		min-height: 418px;
	}
	.comment .com_txt .name {
		margin-top: 45px;
		position: absolute;
		bottom: 0;
		left: 2.5%;
		margin: 0;
		font-weight: bold;
	}
}


