@charset "UTF-8";

/* Toppage CSS Document */

/* Common
 * --------------------------------------- */
body{
	background-color:#000;
}
/*hr {
	color:#fff;
}*/

/* about_page
 * --------------------------------------- */
#about_page{
	max-width:1200px;
	margin:0 auto;
}
.about_p {
    color: #fff;
    text-align: left;
    font-weight: 200;
	  padding: 20px 0 10px;
}
.page_title_gra {
    font-size: 54px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1rem;
    color: #fff;
	  text-align: center;
	  margin-top: 160px;
	  background-image:
    linear-gradient(-45deg, #ffffff, #555555, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation:page_title_gra 7s ease-in infinite;
   }
	@keyframes page_title_gra{
    0%{background-position:0px 0px;}
    100%{background-position:400px 0px;}
   }
.about_section {
	width: 100%;
	margin: 1em auto;
	padding: 1em 0;
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
}
.about_section_1{
	margin: 0 5%;
	width:50%;
}
.about_section_2{
	margin: -20px 5% 0;
	width:50%;
}

dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	font-weight: 200;
}
dl dt{
	padding: 10px 34px 10px 5px;
	width: 110px;
	text-align: right;
	line-height: 1.6;
}
dl dd{
	padding: 10px 5px;
	margin-left: 0;
	text-align:left;
	width: calc(100% - 110px);
	line-height: 1.6;
}
hr{
	height:.5px;
	background-color: #ccc;
}

@media only screen and (max-width:768px) {
	.about_section{
		display: block;
		margin: 3em auto;
	}
	.about_section:before {
	left: 5%;
 }
	.about_section_1{
	margin:10px auto;
	width:90%;
 }
	.about_section_2{
	margin:-30px auto 10px;
	width:90%;
	}
	.page_title_gra{
		font-size: 28px;
		letter-spacing: 0.6rem;
		margin-right: 0;
}
dl{
    margin: 40px auto 10px;
}
dl dt{
	text-align: left;
}
dl dd{
	padding: 11px 5px;
}
	hr{
	opacity: .6;
}

	.about_copy{
		font-size: 12px;
		font-weight: 100;
		margin-top: 60px;
		letter-spacing: .18rem;
	}
}

.mon{
	font-family: "Montserrat";
	font-weight:300;
	font-size: 17px;
	letter-spacing: .1rem;
}

.mon2{
	font-family: "Montserrat";
	font-weight:300;
	font-size: 13px;
}
