@charset "UTF-8";
/*
Theme Name: yamashita_company
Author: LeadDesign
Description: All
*/
.company h3 {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.company h3 span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
.company dl {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 15px;
	padding: 0 0 25px 0;
	width: 100%;
}
.company dl dt {
	width: 130px;
	padding: 5px 0 5px 33px;
	position:relative;
	font-weight: 600;
}
.company dl dt:before {
	position:absolute;
	top: 6px;
	left:0;
	content:"";
	display:inline-block;
	width: 25px;
	height: 25px;
    background:url(img/leaf_block.svg) no-repeat;
	background-size:contain;
}
.company dl dd {
	width: calc(100% - 130px);
	padding: 5px 0;
}
.company a {
	margin: 20px auto 0 auto;
	width: 180px;
	font-size: 14px;
	font-weight: 300;
	padding: 3px 15px 3px 15px;
	text-align: center;
	background-color: #fff;
}
.company a:after {
	content: ">";
	padding: 0 0 0 10px;
}
.sr_container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	padding: 0 0 30px 0;
}
.sr_container .sr_l {
	width: calc(60% - 10px);
}
.sr_container .sr_r {
	width: 40%;
}
.sr_container .sr_l h4 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.sr_container .sr_l h4:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.sr_container .sr_l p {
	font-size: 15px;
	line-height: 2;
}
.sr_container .sr_r img {
	width: 100%;
	margin: 0 auto;
}
.sr_dl {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 15px;
	padding: 0 0 25px 0;
}
.sr_dl dt {
	width: 150px;
	padding: 5px 0 5px 33px;
	position:relative;
	font-weight: 600;
}
.sr_dl dt:before {
	position:absolute;
	top: 6px;
	left:0;
	content:"";
	display:inline-block;
	width: 25px;
	height: 25px;
    background:url(../img/leaf_block.svg) no-repeat;
	background-size:contain;
}
.sr_dl dd {
	width: calc(100% - 150px);
	padding: 5px 0;
}
.sr_dl dd .sp_only {
	display: none;
}
.sr_title {
	font-size: 12px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	padding: 20px 0 20px 0;
}
.sr_title span {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #313131;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
@media screen and (max-width:750px) {
	.company h3 {
		font-size:  15px;
	}
	.company dl {
		padding: 0 0 5px 0;
	}
	.company dl dt {
		width: 100%;
	}
	.company dl dd {
		font-size: 13px;
		width: 100%;
		padding: 5px 0;
	}
	.company a {
		width: 160px;
		font-size: 13px;
		padding: 2px 15px 2px 15px;
	}
	.company a:after {
		padding: 0 0 0 8px;
	}
	.sr_container {
		flex-wrap: wrap;
		padding: 0 0 20px 0;
	}
	.sr_container .sr_l {
		width: 100%;
		padding: 0 0 10px 0;
	}
	.sr_container .sr_r {
		width: 100%;
	}
	.sr_container .sr_l h4 {
		font-size:  15px;
	}
	.sr_container .sr_l p {
		font-size: 13px;
	}
	.sr_dl {
		padding: 0 0 5px 0;
	}
	.sr_dl dt {
		width: 100%;
	}
	.sr_dl dd {
		font-size: 13px;
		width: 100%;
		padding: 5px 0;
	}
	.sr_dl dd .sp_only {
		display: inline-block;
		margin: 0 0 0 10px;
		background-color: #313131;
		padding: 0 10px;
		color: #fff;
		font-weight: 100;
		border: 1px solid #313131;
	}
	.sr_dl dd .sp_only:hover,
	.sr_dl dd .sp_only:active {
		background-color: #fff;
		color: #313131;
		transition: .6s;
	}
}