﻿
/*

	0) service

*/

#wrapper {
	overflow: hidden;
}


/*! #serviceSec01
================================================ */

#serviceSec01 {
	padding: 100px 0 140px;
	background: #f5f9fc;
	position: relative;
}

.serviceSec01Hd {
	margin-bottom: 95px;
	text-align: center;
}

.serviceSec01Hd .mainTit {
	margin-bottom: 20px;
}

.serviceSec01Hd .mainTit span {
	color: #1f364d;
}

.serviceSec01In {
	margin-bottom: 140px;
	position: relative;
}

.serviceSec01In:last-of-type {
	margin-bottom: 0;
}

.serviceSec01In .imgFitBox {
	height: 483px;
	width: 55%;
	margin: 0 0 0 auto;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.serviceSec01In .txtBox {
	width: 660px;
	min-height: 420px;
	padding: 45px 50px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.serviceSec01In .txtBox .subTxt {
	color: #1f364d;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

.serviceSec01In .txtBox ul {
	padding: 18px 20px;
	margin-bottom: 20px;
	background: #f5f9fc
}

.serviceSec01In .txtBox ul li {
	color: #1f364d;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
}

.serviceSec01In .txtBox ul li:before {
	content: "・";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.serviceSec01In:nth-of-type(odd) .imgFitBox {
	left: 0;
}
.serviceSec01In:nth-of-type(odd) .txtBox {
	left: 0;
	margin: 0 -75px 0 auto;
}

.serviceSec01In:nth-of-type(even) .imgFitBox {
	right: 0;
}
.serviceSec01In:nth-of-type(even) .txtBox {
	right: 0;
	margin: 0 auto 0 -75px;
}
