@charset "utf-8";

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

/* companyBox01
---------------------------------------- */
#company .companytable01 {
	width: 100%;
	border: 2px solid #d1d1d7;
}
#company .companytable01 tr + tr th {
	border-top: 1px solid #d1d1d7
}
#company .companytable01 tr + tr td {
	border-top: 1px solid #d1d1d7
}
#company .companytable01 th {
	background-color: #e9f4fb;
	vertical-align: top;
	padding: 16px 30px 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	width: 250px;
	box-sizing: border-box;
}
#company .companytable01 td {
	font-size: 15px;
	line-height: 1.6;
	padding: 16px 30px 10px;
}
#company .companytable01 td a {
	color: #1588da;
}

/* companyBox01
---------------------------------------- */
#company .companyBox01 {
	margin-top: 50px;
}
#company .companyBox01 h2 {
    background: url(../img/company/ico01.png) 15px center no-repeat #1588da;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 25px 0 19px 65px;
}
#company .companyBox01 section {
	margin-top: 30px;
}
#company .companyBox01 section + section {
	margin-top: 23px;
}
#company .companyBox01 section .map {
	margin-top: 20px;
}
#company .companyBox01 section p {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.6;
}

/* companyBox03
---------------------------------------- */
#company .companyBox03 {
	margin-top: 60px;
}
#company .companyBox03 h2 {
    background: url(../img/company/ico01.png) 15px center no-repeat #1588da;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 25px 0 19px 65px;
}
#company .companyBox03 .stepList01 {
	margin-top: 44px;
	background-color: #e9f4fb;
	padding: 15px;
}
#company .companyBox03 .stepList01 .stepBox01 {
	padding: 45px 35px 30px;
	position: relative;
	min-height: 288px;
	box-sizing: border-box;
	border-bottom: 2px solid #d9d8db;
	background: url(../img/company/bg02.png) 0 0 no-repeat #ffffff;
}
#company .companyBox03 .stepList01 .stepBox01 + .stepBox01 {
	margin-top: 17px;
}
#company .companyBox03 .stepList01 .stepBox01 + .stepBox01:before {
	content: "";
	background: url(../img/company/ico_arrow01.png) 0 0 no-repeat;
	width: 242px;
	height: 67px;
	position: absolute;
	left: 255px;
	top: -30px;
}
#company .companyBox03 .stepList01 .stepBox01 .img {
	position: absolute;
	left: 10px;
	top: 28px;
}
#company .companyBox03 .stepList01 .stepBox01 h3 {
	padding-left: 325px;
}
#company .companyBox03 .stepList01 .stepBox01 .txt {
	padding-left: 325px;
	margin-top: 24px;
	font-size: 15px;
	line-height: 1.6;
}
#company .companyBox03 .stepList01 .stepBox01 .txt a {
	color: #1588da;
}
#company .companyBox03 .stepList01 .stepBox01 .tel {
	padding-left: 325px;
	margin-top: 18px;
}
#company .companyBox03 .stepList01 .stepBox01 .btn {
	padding-left: 325px;
	margin-top: 20px;
}