@charset "utf-8";

.InnerWrap {
}
.corpWrap {
	width: 880px;
	margin: 2em auto;
	font-size: 1.5rem;
	line-height: 1.7;
}
#corporate h2 {
	font-size: 1.6rem;
	margin: 2em 0 1.5em;
	font-weight: 400;
}

/* index */
#categoryImg.corporate {
	background: url("../corporate/images/index_main.jpg") no-repeat ;
	/*background-size: auto 100%;*/
	background-size: cover;
	background-position: 50% 0%;
}

.txt_index {
	background: url("../corporate/images/index_txt.svg") no-repeat;
	background-position: 55px 25px ;
	background-size: 616px;
}

.txtIndexList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 800px;
	margin: 85px auto 0;
}
.txtIndexList ul li {
	border: 1px solid #bbb;
	width: 40%;
	margin-bottom: 2em;
	padding: .8em 1em;
	margin-right: 0;
	height: 2em;
}
.txtIndexList ul li p:after {
	/*content: "〉";*/
	float: right;
}

/* 社長挨拶 */
#categoryImg.president {
	background: url("../corporate/images/president_main.jpg") no-repeat ;
	/*background-size: auto 100%;*/
	background-size: cover;
	background-position: 50% 0%;
}

.txt_president {
	background: url("../corporate/images/president_txt.svg") no-repeat;
	background-position: 365px 70px ;
	background-size: 501px;
}

.presidentMsg .InnerWrap div {
	width: 880px;
	margin: 85px auto 0;
	line-height: 1.8;
	font-size: 1.5rem;
}

/* 会社概要 */
#categoryImg.about {
	background: url("../corporate/images/about_main.jpg") no-repeat ;
	/*background-size: auto 100%;*/
	background-size: cover;
	background-position: 50% 0%;
}

.txt_about {
	background: url("../corporate/images/about_txt.svg") no-repeat;
	background-position: 65px 105px ;
	background-size: 436px;
}

.aboutList {
	margin: 2em auto;
}
.aboutList:first-child {
	margin-top: 68px;
}

.aboutList li {
	border-bottom: 1px dotted #666;
	display: flex;
	padding: 2em;
	font-size: 1.4rem;
	line-height: 1.8;
}
.aboutList li.topLine {
	border-top: 1px dotted #666;
}
.aboutList li:last-child {
	border: none;
}
.aboutList li p {
	width: 14em;
}
.aboutList li p span {
	font-weight: 600;
}
.aboutList li div {
}

p.officeList {
	margin: 2em 0 0 1.5em;
	font-weight: 500;
}

/* 生産 品質管理体制*/
#categoryImg.system {
	background: url("../corporate/images/corpo_image4.jpg") no-repeat ;
	/*background-size: auto 100%;*/
	background-size: cover;
	background-position: 50% 0%;
}

.txt_system {
	background: url("../corporate/images/system_txt.svg") no-repeat;
	background-position: 59px 90px ;
	background-size: 710px;
}

/* 事業概要 */
#categoryImg.business {
	background: url("../corporate/images/corpo_image3.jpg") no-repeat ;
	/*background-size: auto 100%;*/
	background-size: cover;
	background-position: 50% 50%;
}

.txt_business {
	background: url("../corporate/images/business_txt.svg") no-repeat;
	background-position: 70px 75px ;
	background-size: 700px;
}

