@charset "UTF-8";
/* 会社案内 */

.company__nav {
	padding: 20px 0 10px 0;
	text-align: left;
	display: flex;
}
.company__nav__list {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
/*	border: 1px solid #f00;*/
}
.company__nav__menu {
	width: 16%;
	border: 2px solid #becde1;
	text-align: center;
	font-size: 18px;
	line-height: 2.4em;
	font-weight: bold;
}
.company__nav__menu a {
	display: block;
	height: 100%;
	width: 100%
	border: 2px solid #becde1;
}
.company__nav__menu a:hover {
	color: #fff;
	background: #1d375a;
}
.blue__on {
	color: #fff;
	background: #1d375a;
}

.company__copy {
	text-align: left;
}
h2.company__ttl {
	margin: 20px 0 0 0;
	padding: 0.5rem 1rem;
	border-left: 25px solid #8fc320;
	background: #006b35;
	color: #fff;
	font-size: 20px;
	line-height: 1em;
	text-align: left;
}
.company__aisatu__txt {
	padding: 15px 0;
}
.company__aisatu__txt1 {
	font-weight: bold;
	color: #004098;
	font-size: 18px;
	line-height: 28px;
}
.company__aisatu__txt2 {
	padding: 0 0 10px 0;
	font-size: 18px;
	line-height: 30px;
}
.company__aisatu__name {
	font-family: "Ryumin Medium KL";
	text-align: right;
	font-size: 20px;
	line-height: 30px;
}

/* table01 */
.table01 {
	border-collapse:collapse;
	width: 100%;
}
.table01 tr {
	border-bottom: 1px solid #006b35;
}
.table01 th,
.table01 td {
	padding: 10px 0;
	border: none;
}
.table01 th {
	width: 17%;
	vertical-align: top;
}

.company__access {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.company__access__txt span {
	font-weight: bold;
}
.map iframe {
	width: 1000px;
	height: 600px;
}



/*主要取引先*/
h3.company__ttl {
	padding: 20px 0 0 0;
	font-weight: bold;
	color: #004098;
	font-size: 18px;
	line-height: 24px;
}
.company__client__set {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #8eb9e4;
}
.company__client__microdex {
	display: flex;
	justify-content: space-between;
/*	flex-wrap: wrap;
	border: 1px solid #f00;*/
}
.company__client__microdex li {
	width: 33%;
}
.company__client__ttl {
	padding: 20px 0 0 0;
	font-weight: bold;
	color: #004098;
	font-size: 18px;
	line-height: 24px;
}
.company__client__txt {
	padding: 0 0 0 16px;
	font-size: 16px;
	line-height: 24px;
}
.caution {
	padding: 10px 0 0 0;
	text-align: right;
}



/*環境活動について*/
.company__activity {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.company__activity__txt {
	width: 500px;
}
.company__activity__txt1 {
	font-weight: bold;
	color: #004098;
	font-size: 18px;
	line-height: 24px;
}
.company__activity__txt2 {
	padding: 0 0 26px 0;
	font-size: 16px;
	line-height: 24px;
}
.company__activity__txt2 span {
	font-weight: bold;
}





/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {

.company__nav__list {
	width: 100%;
}
.company__nav__menu {
	width: 32%;
	font-size: 3vw;
	line-height: 6vw;
	margin-bottom: 5px;
}

.company__aisatu__txt1 {
	font-size: 4vw;
	line-height: 6vw;
}
.company__aisatu__txt2 {
	font-size: 3.4vw;
	line-height: 5vw;
}
.company__aisatu__name {
	font-size: 3.4vw;
	line-height: 5vw;
}

.table01 th,
.table01 td {
	width: 100%;
	display: block;
}
.table01 th {
	width: 100%;
}
.table01 td {
	padding-top: 0;
}

.company__access__txt {
	padding-top: 20px;
}
.map iframe {
	width: 100%;
	height: 94vw;
}


/*主要取引先*/
.company__client__microdex {
	display: block;
}
.company__client__microdex li {
	width: 100%;
}


/*環境活動について*/
.company__activity__txt1 {
	padding-top: 20px;
	font-size: 4vw;
	line-height: 6vw;
	font-weight: bold;
}
.company__activity__txt2 {
	padding-top: 10px;
	font-size: 3.4vw;
	line-height: 5vw;
}


}

