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


*{ box-sizing: border-box;}

.bg{
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:url(../img/comment_bg.jpg) no-repeat;
	background-size:cover;
	background-position: center;
	z-index: -1;
}

#content01{
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.conts{
	display:block;
	width:90%;
	max-width: 1000px;
	margin:0 auto;
	padding: 3% 0 10%;
	position: relative;
}
a.top_link_t{
    position: absolute;
    top: 1.3%;
    width: 14%;
	display: block;
    left: 0;
}
a.top_link_f{
    width: 14%;
	display: block;
	margin: 5% auto 0;
}
.comment_page{
	margin: 0;
	padding: 0;
}
.comment_page h2{
	margin:0 auto;
	padding:0 0 5% 0 ;
	width: 250px;
	position: relative;
}
.comment_page h3{
	margin: 0;
	padding: 0;
	font-size: 60px;
	font-weight: normal;
	position: relative;
}
.comment_page .com_conts{
	margin: 0;
	padding: 5%;
	width:100%;
	background: rgba(15,6,25,0.64);
	position: relative;
	text-align: center;
}
.comment_page .frame_t{
	position: absolute;
    top: -0.5%;
	left: 0;
	width: 100%;
}
.comment_page .frame_f{
	position: absolute;
    bottom: -0.5%;
	left: 0;
	width: 100%;
}
.comment_page p{
	width:100%;
	margin:0;
	padding:30px 0 0 0;
	font-size:14px;
	line-height: 2em;
}
.close_a{
	position:fixed;
    top: 15px;
    left: 15px;
}
.close_button{
	width:50px;
	height:50px;
	margin:0;
	padding:0;
	display:block;
}
.comment_page .close_button{
	width:150px;
	height:auto;
	margin:3% auto;
	padding:0;
	display:block;
}
.comment_page span.border{
	display: block;
	margin: 0 auto 5%;
	padding: 0;
	width: 1px;
	height: 120px;
	background: #000;
}
.comment_page dl{
	padding: 0 0 4.5% 0;
	margin: 0 0 6% 0;
}
.comment_page dl:nth-of-type(1){
	margin-top: 10%;
}
.comment_page dt,
.comment_page dd{
	font-weight: normal;
	font-size:16px;
}
.comment_page dt{
	line-height: 1.8em;
	margin: 0;
}
.comment_page dt span{
	font-weight: bold;
	font-size:32px;
	letter-spacing: -1px;
	line-height: 1.5em;
	color: #fcff00;
}
.comment_page dd{
	margin: 0;
	margin-top: 1em;
	font-size: 18px;
}
.comment_page dd span{
	font-weight: 700;
	font-size: 25px
}

@media screen and (max-width:800px){


.comment_page .frame_t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
	
.comment_page .frame_f {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
	
.comment_page{
	display:block;
	width:100%;
	margin:0;
}
.comment_page h3{
	margin:0;
	padding: 10% 0 0 0 ;
	font-size: 30px;
	font-weight: normal;
	position: relative;
}	
	
.comment_page dl{
	text-align: left;
	margin: 0;
	padding: 10% 0
}
.comment_page dl:nth-of-type(1) {
    margin-top: 0;
}	
.comment_page dt {
    line-height: 2em;
    margin: 0;
}
	
.comment_page dt span {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 2px;
}	
	
a.top_link_t{
    position: inherit;
    top: auto;
    width: 40%;
    left: 0;
	margin: 20px 0;
}
a.top_link_f{
    width: 40%;
	display: block;
	margin: 10% auto 0;
}
	
	
}
@media screen and (min-width:460px){
	.comment_page h3 br{
		display: none;
	}
}



















