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

#container.news{
	width:800px;
	margin:0 auto;
}

h2{
	font-family: 'gotham_boldregular';
	font-size:4.8rem;
	font-weight:bold;
	margin:40px auto 100px;
	text-align:center;
	letter-spacing: 6px;
	line-height: 1;
}

h2 span{
	font-size: 1rem;
}

h3{
	font-family: 'gotham_boldregular';
	font-size:3.6rem;
	font-weight:bold;
	line-height: 0.5;
	margin-bottom:35px;
	text-align: center;
	letter-spacing: 7px;
}

h3 span{
	font-family: 'gotham_boldregular';
	font-size:1.6rem;
	font-weight:bold;
	line-height:1.2;
	display:block;
	letter-spacing: 2px;
}

h4{
	font-size:1.5rem;
	font-weight:bold;
	text-align:left;
}

h5{
	font-size:2rem;
	font-weight:bold;
	margin-bottom:60px;
}

@media screen and (max-width:640px){
h2{
	font-size:5rem;
	margin-bottom:100px;
}
	
h2 span {
    font-size: 1.8rem;
}

h3{
	font-size:4rem;
	text-align: center;
	line-height: 0.5;
	margin-bottom:60px;
}

h3 span{
	font-size:1.8rem;
}

h4{
	font-size:3rem;
}

h5{
	font-size:2.4rem;
	font-weight:bold;
	margin-bottom:60px;
}

}


.image_box{
	margin-bottom:40px;
}

.cnt_text{
	text-align:left;
	font-size:1.6rem;
}

.sitepolicy_block{
	width: 800px;
	margin:0 auto 120px;
	text-align: left;
}



.back_btn{
	display:block;
	width:280px;
	margin:0 auto 80px;
	font-weight:bold;
	padding:15px 0;
	border:2px solid #000;
}


.back_btn:hover{
	text-decoration:none;
}


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

.cnt_inner_box {
    width: 100%;
	padding: 0 40px;
	font-size: 2rem;
}
	
.image_box{
	margin-bottom:60px;
}

.sitepolicy_block{
	width: 100%;
	margin:0 auto 120px;
}
	
.cnt_text{
	padding:0 0 80px 0;
	font-size:20px;
}

.back_btn{
	font-size:20px;
	width:325px;
	margin:0 auto 180px;
	padding:20px 0;
}
}