@charset "utf-8";

/*! mainVisual
================================================== */
#contents {
	padding-top: 0;
}

/* serviceContent
---------------------------------------- */
.serviceContent {
	margin-top: 40px;
}
.serviceTit01 {
    background: url(../img/service/ico01.png) 15px center no-repeat #1588da;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 25px 0 19px 65px;
}
.serviceList {
	margin-top: 28px;
	background-color: #e9f4fb;
	padding: 15px;
}
.serviceList > section {
	position: relative;
	min-height: 357px;
	border-radius: 8px;
}
.serviceList > section a {
	display: block;
	text-decoration: none;
}
.serviceList > section + section {
	margin-top: 10px;
}
.serviceList > section .img {
	position: absolute;
	left: 10px;
	top: 9px;
	z-index: 2;
}
.serviceList > section .serviceTit02 {
	padding-left: 360px;
	padding-top: 30px;
}
.serviceList > section .txt {
	padding-left: 360px;
	padding-top: 50px;
	padding-right: 30px;
	font-size: 15px;
	line-height: 1.6;
	color: #414148;
}
.serviceList > section:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 33px;
	background: url(../img/service/bg08.png) 0 0 no-repeat;
}
.serviceList .serviceList01 {
	background: url(../img/service/bg01.png) 0 0 no-repeat #fff;
}
.serviceList .serviceList02 {
	background: url(../img/service/bg02.png) 0 0 no-repeat #fff;
}
.serviceList .serviceList03 {
	background: url(../img/service/bg03.png) 0 0 no-repeat #fff;
}
.serviceList .serviceList04 {
	background: url(../img/service/bg04.png) 0 0 no-repeat #fff;
}
.serviceList .serviceList05 {
	background: url(../img/service/bg06.png) 0 0 no-repeat #fff;
}
.serviceList .serviceList06 {
	background: url(../img/service/bg07.png) 0 0 no-repeat #fff;
}
/*.serviceList .serviceList07 {
	background: url(../img/service/bg07.png) 0 0 no-repeat #fff;
}*/

/* serviceContact01
---------------------------------------- */
.serviceContact01 {
	margin-top: 60px;
	min-height: 320px;
	background: url(../img/service/bg09.jpg) 0 0 no-repeat #fff;
}
.serviceContact01 .tit01 {
	padding-top: 20px;
	text-align: center;
}
.serviceContact01 .tit02 {
	padding-top: 25px;
	padding-left: 225px;
}
.serviceContact01 .contents {
	padding-top: 35px;
	padding-left: 245px;
}
.serviceContact01 .left {
	float: left;
}
.serviceContact01 .right {
	float: left;
	margin-left: 15px;
}
.serviceContact01 .btn {
	padding-top: 8px;
}

/* secFlow
---------------------------------------- */
.secFlow{
	margin-top: 38px;
}
.secFlow .flow{
	margin: 0 0 35px;
}
.secFlow .payment{
	margin: 0 0 10px;
}
.secFlow .note{
	font-size: 13px;
	letter-spacing : 0.03em ;
}


/* serviceBox02
---------------------------------------- */
.serviceBox02 {
	margin-top: 60px;
	padding: 30px;
	background: url(../img/service/bg10.png) no-repeat #e9f4fb;
}
.serviceBox02 p {
	margin-top: 25px;
	font-size: 15px;
	line-height: 1.6;
}
.serviceBox02 .serviceBoxList01 {
	margin-left: -12px;
	margin-top: 27px;
	clear: both;
	overflow: hidden;
}
.serviceBox02 .serviceBoxList01 li {
	float: left;
	margin-left: 12px;
}
.serviceBox02 .serviceBoxList02 {
	margin-left: -10px;
	margin-top: 14px;
	clear: both;
	overflow: hidden;
}
.serviceBox02 .serviceBoxList02 li {
	float: left;
	margin-left: 10px;
}
