@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

body{
font-family: 'Mplus 1p',sans-serif;
font-weight: 300;
}

.header{
	padding-bottom: 10em;
	background: url("../images/headerBackground2.jpg") center no-repeat;
	background-size: cover;
	border-bottom: 0.2px solid rgba(35,35,35,0.2);

}

.logo{
	padding-left: 3.2em;
}
.headerRow .logo h1{
	font-weight: 300;
	font-size: 1.5em;
}


.guide{
	margin-top: 0.5em;
	padding-left: 3.2em
}

.guide p{
	font-size:0.8em;
	font-weight: 500;
}

.nav li{
	font-weight: 400;
}
.spBanner{
	display: none;
}

#intro{
	margin-top: 5em;
	margin-bottom: 10em;
}

.introTitle h2{
	font-weight: 400;
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 3em;
	padding-top: 3em;
	
}

.introContents p{
	padding-top: 4em;
	padding-bottom: 3em;
	font-size: 1.3em;
	text-align: center;
}

.introContents br{
	content: '';
	display: block;
	margin-bottom: 3em;
}

#sekou{
	padding-bottom: 10em;
	background: url("../images/contents2Background.jpg") center no-repeat;
	background-size: cover;

}
.sekouRow{
	padding-left: 3.2em;
	padding-right: 3.2em
}
.sekouTitle h2{
	font-weight: 400;
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 5em;
	padding-top: 5em;
}

.sekouContents h3{
	font-weight: 400;
	font-size: 1.2em;
	border-bottom: 0.5px solid;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
}

.sekouContents p{
	line-height: 2em;
	padding-top: 1.5em;

}
#about{
	background: rgba(255,155,10,0.05);
	padding-bottom: 7em;
}
.aboutRow{
	padding-left: 3.2em;
	padding-right: 3.2em
}
.aboutTitle h2{
	font-weight: 400;
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 5em;
	padding-top: 5em;	
}

.aboutParagraph p{
	padding-bottom: 3em;
	font-size: 1.1em;
	text-align: left;
}

.aboutParagraph br{
	content: '';
	display: block;
	margin-bottom: 3em;
}

#company{
	padding-bottom: 10em;
}
.companyTitle h2{
	font-weight: 400;
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 5em;
	padding-top: 5em;	
}

.companyContentsTable {
	width: 100%;
}
 
.companyContentsTable tr{
	border-bottom: 0.5px solid;
}
.companyContentsTable th,
.companyContentsTable td {
	padding: 20px;
	display:inline-block;
	margin-bottom:2px;
	text-align: left;
}

.companyContentsTable td{
	width:80%;
}
 
.companyContentsTable th {
	width:20%;
}
#contact{
	background: rgba(0,0,0,0.2);
	padding-bottom: 7em;
	
}

.contactTitle h2{
	font-weight: 400;
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 5em;
	padding-top: 5em;
	
}

.address p{
	text-align: center;
	font-weight: 400;
}
@media (max-width: 767px) {

.header{
	padding-bottom: 1em;
	background-size: cover;
}
.logo{
	padding-left: 2em;
}

.guide{
	margin-top: 0.5em;
	padding-left: 2em
}

#intro{
	margin-top: 5em;
	margin-bottom: 7em;
}

.introContents p{
	padding-top: 2em;
	padding-bottom: 1.5em;
	font-size: 1em;
	text-align: center;

}

.introContetns br{
	content: '';
	display: block;
	margin-bottom: 3em;
}


.sekouContents{
	padding-top: 3em;
}
.sekouRow{
	padding-left: 1.5em;
	padding-right: 1.5em
}

.aboutRow{
	padding-left: 1.5em;
	padding-right: 1.5em
}

.aboutParagraph p{
	padding-top: 7em;
	padding-bottom: 3em;
	font-size: 1em;
	text-align: center;
}

.pcBanner{
	display: none;
}

.spBanner{
	display: block;
}
	
}




