@charset "utf-8";
/* #PC ========================================================================================================== */
.contents {
	background-color: #FFFFFF;
	width: 100%;
	min-width: 1000px;
	float: left;
}
.end {
	margin-bottom: 0px;
}
.b_back1 {
	width: 100%;
	min-width: 1000px;
	height: auto;
	float: left;
	background-image: url(../../../../company/groups/imgs/back2.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;/*この場合は高さが自動設定*/
	background-position: center bottom;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #eaf2ff;
}
.b_back2 {
	width: 100%;
	min-width: 1000px;
	height: auto;
	float: left;
	background-image: url(../../../../company/groups/imgs/back1.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;/*この場合は高さが自動設定*/
	background-position: center bottom;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #cad7e8;
}
.st {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.shiten_waku {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
    display: flex;
	flex-wrap: wrap;
}
.shiten_box {
	width: 30%;
	float: left;
	background-color: #FFFFFF;
	margin-left: 3%;
	margin-right: -1%;
	margin-bottom: 25px;
}
.shiten_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.shiten_box li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
}
.shiten_box li.hn1 {

}
.shiten_box li.hn2 {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 18px;
	background-color: #0185CC;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	margin-top: -10px;
}
.shiten_box li.hn3 {
	width: 86%;
	margin-left: 7%;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 30px;
}
.shiten_box li.hn4 {
	width: 86%;
	margin-left: 7%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;

}
.shiten_box li.hn5 {
	width: 86%;
	margin-left: 7%;
	margin-bottom: 15px;
	margin-top: 5px;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.contents {
	min-width: 100%;
	padding-bottom: 80px;
}
.b_back1 {
	min-width: 100%;
}
.b_back2 {
	min-width: 100%;
}
.st {
	width: 50%;
}
.shiten_waku {
	width: 100%;
}
.shiten_box {
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
.shiten_box li.hn2 {
	font-size: 40px;
	line-height: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.shiten_box li.hn3 {
	font-size: 30px;
	line-height: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.shiten_box li.hn5 {
	margin-bottom: 25px;
}

}/* @media only screen and (max-width: 750px) */
