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

#container.about{
	width:100%;
	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: 0.8;
}
h2 span{
	font-size: 1.2rem;
}

h3{
	font-family: 'gotham_boldregular';
	font-size:3.6rem;
	font-weight:bold;
	line-height: 0.5;
	margin-bottom:50px;
	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: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	color: #E8AF0A;
}

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

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

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

h3 span{
	font-size:1.8rem;
}

h4{
	font-size:3rem;
	margin-bottom:60px;
}

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

}


.image_box{
	margin-bottom:80px;
}

.image_box img{
	width:100%;
	height:auto;
}

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

.inner_img{
	margin-bottom:80px;
}

.cnt_text{
	text-align:left;
	font-size:1.4rem;
	padding:0 0 80px 0;
}

.about_block{
	margin-bottom:80px;
}

.link_btn{
	display:block;
	width:280px;
	margin:0 auto 30px;
	font-weight:bold;
	padding:15px 0;
	border:2px solid #000;
	color:#fff !important;
	background:#000;
}


.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){
	.about_text{
		padding-top: 50px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	
.text_box {
    width: 100%;
	padding: 0 40px;
}
	
.image_box{
	margin-bottom:60px;
}

.cnt_text{
	padding:0 0 80px 0;
	font-size:20px;
}
	
.link_btn{
	font-size:20px;
	width:325px;
	margin:0 auto 60px;
	padding:20px 0;
}

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