﻿
/*

	0) about

*/


/*! #aboutSec01
================================================ */

#aboutSec01 {
	padding: 135px 0;
	margin-bottom: 20px;
	background: #f5f9fc;
	position: relative;
}

#aboutSec01 .imgFitBox {
	height: 664px;
	width: 50%;
	margin: 0 0 0 auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

#aboutSec01 .txtBox {
	width: 880px;
	padding: 40px 30px 50px 60px;
	margin-left: -60px;
	background: #fff;
	position: relative;
	z-index: 2;
}

#aboutSec01 .txtBox .mainTit {
	color: #e5e5e5;
	font-weight: normal;
	font-size: 6rem;
	line-height: 1.5;
}

#aboutSec01 .txtBox .subTxt {
	color: #1f364d;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

#aboutSec01 .txtBox .txt {
	width: 97%;
}

#aboutSec01 .txtBox .name {
	margin-top: 25px;
}

#aboutSec01 .txtBox .name span {
	font-weight: bold;
	margin-left: 20px;
}

#aboutSec01 .txtBox .name span em {
	font-size: 1.8rem;
	font-style: normal;
}

#aboutSec01 .txtBox .name img {
	width: 156px;
}

/*! #aboutSec02
================================================ */

#aboutSec02 {
	padding: 100px 0 120px;
	background: #1f364c;
}

.aboutSec02Hd .mainTit {
	color: rgba(255,255,255,.5);
}

.aboutSec02Hd .mainTit span {
	color: #fff;
	letter-spacing: 2px;
}

.aboutSec02In {
	padding: 60px 150px;
	background: #fff;
}

.aboutSec02In th,
.aboutSec02In td {
	text-align: left;
	padding: 14px 0;
}

.aboutSec02In th {
	width: 200px;
	color: #1f364d;
	font-weight: bold;
}

.aboutSec02In td a {
	text-decoration: underline;
}

.aboutSec02In td a:hover {
	text-decoration: none;
}

/*! #aboutSec03
================================================ */

#aboutSec03 {
	padding: 100px 0 120px;
	background: #f5f9fc;
}

.aboutSec03Hd .mainTit {
	color: rgba(31,54,77,.6);
}

.aboutSec03Hd .mainTit span {
	color: #1f364d;
}

.aboutSec03In table {
	width: 100%;
}

.aboutSec03In th,
.aboutSec03In td {
	width: 50%;
	text-align: center;
	padding: 21px 0;
}

.aboutSec03In th {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background: #1f364d;
	border-bottom: 2px solid #fff;
}

.aboutSec03In td {
	padding: 21px 40px;
	text-align: left;
	background: #fff;
	border-bottom: 2px solid #f5f9fc;
}
