@charset "UTF-8";
/* ******************************************************************

	--company.css--

****************************************************************** */
.blockProduct .detail{
	line-height: 2;
}
.linkList {
	display: flex;
	justify-content: center;
	margin: 0 auto 80px;
	font-size: 18px;
}
.linkList li {
	position: relative;
	padding: 0 20px;
}
.linkList li:after {
	position: absolute;
	top: 3px;
	left: 0;
	width: 2px;
	height: 1em;
	background-color: #000;
	content: "";
}
.linkList li:last-child:before {
	position: absolute;
	top: 3px;
	right: 0;
	width: 2px;
	height: 1em;
	background-color: #000;
	content: "";
}
.linkList a {
	color: #000;
	text-decoration: none;
}
.sectionOutline {
	max-width: 800px;
	margin:0 auto;
}
.sectionOutline dt {
	padding-top: 1em;
	font-size: 20px;
	font-weight: bold;
}
.sectionOutline dd {
	margin: -1.6em 0 2em 0;
	padding: 0 0 3em 12em;
	border-bottom: 2px solid #000;
	font-size: 16px;
	line-height: 1.7em;
}
.sectionOutline dd:last-child{
	margin-bottom: 100px;
}
.salePoint {
	list-style-type: disc;
	list-style-position: inside;
}
.sectionOutline dd.map {
	padding-left: 0;
}
.sectionOutline dd.map p {
	margin-bottom: 10px;
	padding: 0 0 0 12em;
}
.sectionOutline .map .detail {
	position:relative;
	height:0;
	padding-bottom:56.27%;
}
.sectionOutline .map .detail iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.listOffice li {
	margin-bottom: 35px;
}
.listOffice li:last-child {
	margin-bottom: 0;
}
.listOffice .name {
	display: block;
	position: relative;
	padding-left: 20px;
}
.listOffice .name:after {
	position: absolute;
	width: 0;
	height: 0;
	top: 7px;
	left: 0;
	border-style: solid;
	border-width: 12px 7.5px 0 7.5px;
	border-color: #000000 transparent transparent transparent;
	content: "";
}
.listOffice a,
.linkList a:hover{
	color: #e5004f;
	text-decoration: underline;
}
.sectionBusiness .businessItem {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	padding: 30px;
	background: url(/img/common/bg_gradient.png);
}
.sectionBusiness .businessItem:last-child {
	margin-bottom: 100px;
}
.businessItem .image {
	margin-right: 20px;
}
.businessItem .content {
	width: 630px;
	font-size: 20px;
	line-height: 1.5;
}
.businessItem .content .title {
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 4px solid #000;
	font-size: 26px;
	font-weight: bold;
}
.topText h4 {
	max-width: 810px;
	margin:0 auto 30px;
	font-size: 26px;
	font-weight: bold;
}
.topText p {
	max-width: 800px;
	margin:0 auto 50px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 1.5;
}
.sectionMedia {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sectionMedia .mediaItem {
	margin-bottom: 50px;
	padding: 30px;
	background: url(/img/common/bg_gradient.png);
	width: 48%;
}
.mediaItem .image {
	margin-bottom: 20px;
}
.mediaItem .content {
	font-size: 20px;
	line-height: 1.5;
}
.mediaItem .content .title {
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 4px solid #000;
	font-size: 26px;
	font-weight: bold;
}
@media screen and (max-width:736px) {
	.sectionBusiness .businessItem {
		flex-wrap: wrap;
		justify-content: center;
		margin:0 -20px 25px;
		padding: 20px;
		background-size: 39px 39px;
	}
	.businessItem .image {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.businessItem .content .title,
	.mediaItem .content .title {
		font-size: 15px;
	}
	.linkList {
		margin: 0 auto 40px;
		font-size: 13px;
	}
	.linkList li {
		padding: 0 10px;
	}
	.sectionOutline dt {
		padding-top: 1.5em;
		font-size: 15px;
	}
	.sectionOutline dt:first-child {
		padding-top:0;
	}
	.sectionOutline dd {
		margin: 0;
		padding: 0 0 1.5em 0;
		border-bottom: 2px solid #000;
		font-size: 13px;
		line-height: 1.7em;
	}
	.sectionOutline dd:last-child{
		margin-bottom: 50px;
	}
	.sectionOutline dd.map {
		padding-left: 0;
	}
	.sectionOutline dd.map p {
		padding: 0;
	}
	.sectionBusiness .businessItem {
		margin-bottom: 25px;
	}
	.sectionBusiness .businessItem:last-child {
		margin-bottom: 50px;
	}
	.businessItem .content {
		width: 100%;
		font-size: 13px;
	}
	.businessItem .content .title {
		padding-bottom: 15px;
		font-size: 15px;
	}
	.topText h4 {
		margin:0 auto 17.5px;
		font-size: 15px;
	}
	.topText p {
		margin-bottom:25px;
		padding: 0;
		font-size: 13px;
	}
	.sectionMedia {
		justify-content: center;
		margin: 0 -20px;
	}
	.sectionMedia .mediaItem {
		margin-bottom: 25px;
		padding: 20px;
		width: 100%;
		background-size: 39px 39px;
	}
	.mediaItem .image {
		margin-bottom: 20px;
		text-align: center;
	}
	.mediaItem .content {
		font-size: 13px;
	}
	.mediaItem .content .title {
		font-size: 15px;
		font-weight: bold;
	}
}