@charset "utf-8";
/* CSS Document */



a {
	color: #175b2c;
}
a:hover {
	color: #339966!important;
}

/********************************

  main

********************************/

.contentWrap {
	position: relative;
	margin: 40px auto;
	padding: 0 0 50px;
	text-align: left;
	background: #f4f7de;
	transform: rotate(0.05deg);
}
.contentWrap h2 {
	width: 100%;
	background: #175b2c;
	padding: 15px 0;
	font-size: 24px;
	font-family: "Sawarabi Mincho";
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width:640px) {
	.contentWrap {
		width: 100%;
		padding: 0;
		margin: 20px auto;
	}
	.contentWrap h2 {
		font-size: 20px;
	}
}


/********************************

  content

********************************/

/* .contents{
	width: 900px;
	margin: 0 auto 30px;
	padding: 50px 0 0;
}

@media screen and (max-width:640px) {
	.contents{
		width: 90%;
		margin: 0 auto;
		padding: 15% 0;
	}
} */

/********************************

  事業内容

********************************/
.naiyoBlock {
	width: 100%;
	display: flex;
	margin: 20px auto 0;
	background: #ffffff;
}
.naiyo_img,
.naiyo_txt {
	width: 50%;
}
.naiyo_img img {
	width: 100%;
}
.naiyo_txt {
	padding: 5%;
}
.naiyo_txt h3 {
	font-size: 28px;
	font-weight: bold;
}
.naiyo_txt h4 {
	font-size: 24px;
	font-weight: bold;
}
.naiyo_txt h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;

}
.naiyo_setsumei {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0;
	padding-top: 5px;
}
.naiyo_link {
	margin-top: 50px;
}
.naiyo_link {
	color: #339966!important;
}
@media screen and (max-width:640px) {
	.naiyoBlock {
		width: 100%;
		flex-wrap: wrap;
		padding: 20px;
	}
	.naiyo_img,
	.naiyo_txt {
		width: 100%;
	}
	.naiyo_txt {
		padding: 10px 0;
	}
	.naiyo_txt h3,
	.naiyo_txt h4,
	.naiyo_txt h5 {
		padding: 0;
		margin: 10px 0 0 0;
	}
	.naiyo_link {
		margin-top: 20px;
	}
	/*SPのとき並び方をかえる*/
	.reverse {
		flex-direction: column-reverse;
	}
}
/********************************

  ブランド紹介

********************************/
.brand_item {
	width: 85%;
	margin: 50px auto 10px;
	display: flex;
}
.brand_item.brand01 {
	background: url("../img/company/brand-logo.svg"),
	 #ffffff;
	background-size: 300px;
	background-position: bottom right, center;
	background-repeat: no-repeat, repeat;
}
.brand_item.brand02 {
	background: url("../img/company/brand-logo-bell.svg"),
	 #ffffff;
	background-size: 500px;
	background-position: bottom right, center;
	background-repeat: no-repeat, repeat;
}
.brand_item.brand03 {
	background: url("../img/company/brand-logo-bon.svg"),
	 #ffffff;
	background-size: 300px;
	background-position: bottom right, center;
	background-repeat: no-repeat, repeat;
}
.brand_item.brand04 {
	background: url("../img/company/brand-logo-villa.svg"),
	 #ffffff;
	background-size: 300px;
	background-position: bottom right, center;
	background-repeat: no-repeat, repeat;
}
.brand_logo {
	width: 200px;
	margin: -25px 20px 0 -20px;
}
.brand_detail {
	width: calc(100% - 200px);
	padding: 20px;
}
.brand_detail h3 {
	font-size: 20px;
}
@media screen and (max-width:640px) {
	.brand_item {
		width: 98%;
		margin: 50px auto 10px;
		padding-bottom: 30px;
		flex-wrap: wrap;
	}
	.brand_logo {
		width: 80px;
		margin: -30px auto 0;
	}
	.brand_detail {
		width: 100%;
	}
}
/********************************

  会社概要

********************************/
#gaiyo {
	padding-bottom: 50px;
}
#gaiyo h3 {
	padding: 10px;
	font-weight: bold;
	width: 98%;
	max-width: 900px;
	margin: 50px auto 0;
	color: #175b2c;
}
table.gaiyo_tbl {
	width: 98%;
	max-width: 900px;
	margin: 10px auto;
	border-collapse:collapse;
	font-size: 18px;

}
table.gaiyo_tbl th,
table.gaiyo_tbl td {
	padding: 30px 10px;
	border-bottom: 1px solid #000000;
	text-align: left;
	vertical-align: top;
}
table.gaiyo_tbl th {
	width: 20%;
}
ul.office li {
	list-style-type: square;
}
@media screen and (max-width:640px) {
	table.gaiyo_tbl th,
	table.gaiyo_tbl td {
		padding: 10px;
		border: none;
		display: block;
		width: 100%;
	}
	table.gaiyo_tbl th {
		background: #e6ebc5;
	}
	ul.office li {
		list-style-type: square;
		margin-left: 20px;
	}
}
