@charset "UTF-8";

/* CSS Document */
 /* @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
/* 共通 */

/* 共通 */

body, img, p, h1, h2, h3, ul, li, dt, dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

*, h1, h2, dt, dd {
	font-family : YuGothic, '游ゴシック', sans-serif;/*font-family: 'Noto Sans Japanese', sans-serif;*/
	font-weight: lighter;
}

/* ヒーロー画像　*/
.heroPicture {
	width: 100%;
	/*height: 540px;*/
	height: 750px;
	background: url(../img/about/aboutMainImg02.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position:relative;
}

/* カテゴリータイトル */
.heroPicture .title {
	width:384px;
	height:100px;
	background-color:rgba(0,101,68,0.76);
	position:absolute;
	left:384px;
	top:50%;
	margin-top:-50px;
	
	}
	
.heroPicture .title img {
	padding-top:10px;
	padding-left:20px;
}




/* ------------------------------------------------------------------------------ */

/*　section01 会社概要　*/
.section01Wrapper {
	width: 100%;
	/*background-color: #DCDCCB;*/
	background:url(../img/backGroundLattice03.png);
}

.section01 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 200px;
}

.section01 h1 {
	text-align: center;
	color: #077655;
	margin-bottom: 10px;
}

.section01 h2 {
	text-align: center;
	color: #077655;
	font-size: 20px;
	margin-bottom: 100px;
	padding-top: 5px;
	border-top: thin solid #077655;
}

.section01 h3 {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #519776;
	font-size: 25px;
}

.section01 table th {
	font-size:18px;
	color:#5A5A5A;
	text-align:left;
	vertical-align:top;
	line-height:2;
	width:30%;
	padding-left:30px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:solid thin rgba(7,134,0,0.34);
}

.section01 table td {
	font-size:18px;
	color:#5A5A5A;
	text-align:left;
	vertical-align:top;
	line-height:2;
	border-bottom:solid thin rgba(7,134,0,0.34);
	padding-bottom:10px;
	padding-top:10px;
}
.section01 li {
	margin-bottom:50px;
}
.section01 p {
	font-size:18px;
	color:#5A5A5A
}

/* ----------------------------------------------------------------------------- */

/*　section02 組織図　*/
.section02Wrapper {
	width: 100%;
	background-color: #DCDCCB;
	padding-bottom: 200px;
	clear:both;
}

.section02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 200px;
}

.section02 h1 {
	text-align: center;
	color: #077655;
	margin-bottom: 10px;
}

.section02 h2 {
	text-align: center;
	color: #077655;
	font-size: 20px;
	margin-bottom: 50px;
	padding-top: 5px;
	border-top: thin solid #077655;
}
.section02 li {
	height: 370px;
	border-right: solid thin #519776;
	margin-bottom: 20px;
}
.section02 li:nth-of-type(4) {
	border: none;
}

.section02 h3 {
	text-align: center;
	color: #519776;
	font-size: 20px;
}


/* ----------------------------------------------------------------------------- */

/* section03 沿革 */

.section03Wrapper {
	background: #077655;
	padding-top: 200px;
	padding-bottom: 200px;
}

.section03 h1 {
	color: white;
	text-align: center;
	margin-bottom: 10px;
}

.section03 h2 {
	text-align: center;
	color: white;
	font-size: 20px;
	margin-bottom: 50px;
	padding-top: 5px;
	border-top: thin solid white;
}


.section03 table {
	width:100%;
	border-collapse:separate;
	border-spacing:0px 30px;
}

.section03 table tr td:first-child{
	width:12%;
	font-size:18px;
	color:white;
	line-height:2;
	vertical-align:top;
}

.section03 table tr td:nth-child(2){
	width:15%;
	font-size:18px;
	color:white;
	line-height:2;
	vertical-align:top;
}

.section03 table tr td:nth-child(3){
	width:73%;
	font-size:18px;
	color:white;
	line-height:2;
	vertical-align:top;
}


/* ----------------------------------------------------------------------------- */

/* section04 主要取引先 */

.section04Wrapper {
	background:url(../img/backGroundCircle03.png);
	padding-top: 200px;
	padding-bottom: 200px;
}

.section04 h1 {
	color: white;
	text-align: center;
	margin-bottom: 10px;
}

.section04 h2 {
	text-align: center;
	color: white;
	font-size: 20px;
	margin-bottom: 50px;
	padding-top: 5px;
	border-top: thin solid white;
}


.section04 table {
	width:50%;
	border-collapse:separate;
	border-spacing:0px 30px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.section04 table th{
	color: white;
	font-size:30px;
}

.section04 table tr td:first-child{
	width:12%;
	font-size:18px;
	color:white;
	line-height:2;
	vertical-align:top;
}

.section04 table tr td:nth-child(2){
	width:15%;
	font-size:18px;
	color:white;
	line-height:2;
	vertical-align:top;
}

.section04 table tr td:nth-child(3){
	width:73%;
	font-size:18px;
	color:white;
	line-height:2;
	vertical-align:top;
}


/* メディアクエリ */
@media (max-width:1200px) {

.productList h1 {
	border-bottom: solid thin white;
	padding-left: 0px;
	text-align: center;
	width: 200px;
	height: auto;
}

.mainCopy02 li:nth-of-type(2) {
	border: none;
}

.mainCopy02 li:nth-of-type(4) {
	border: none;
}
}

/* ボーダー削除クラス */
.borderOff {
	border-right: none;
}
