@charset "utf-8";

/* main */
.main {
	background: #474d54;
}
.main .inner {
	margin: 0 auto;
}
.main img {
	width: 100%;
}

/* section */
.sectionWrap {
	overflow: hidden;
}
.sectionWrap .h2Wrap {	
	text-align: center;
	padding: 36px 0;
	background: #ffffff;
	height: auto;
}
.sectionWrap .h2Wrap h2 {
	font-size: 2.5rem;
	color: #333333;
	padding: 0 0 0 30px;
	display: inline-block;
}
.sectionWrap:after {
	content: "";
	display: block;
	width: 43%;
}
.sectionWrap .sectionContents {
	width: 57%;
	position: relative;
	display: table;
}
.sectionWrap .sectionContents .inner {
	display: table-cell;
	vertical-align: middle;
}
.sectionWrap .sectionContents .inner dl dt {
	font-size: 1.8rem;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	padding: 0 0 0 3px;
}
.sectionWrap .sectionContents .inner dl dd {
	margin: 6px 0 40px;
}

/* service */
#service {
	background: #1d548f;
}
#service .h2Wrap h2 {
	background: url(../common/images/service_hbg.png) no-repeat left center;
	background-size: 24px 22px;
	padding: 0 0 0 35px;
}
#service:after {
	float: left;
	background: url("../images/bg_service.jpg") no-repeat right center;
	background-size: cover;
	height: 380px;
}
#service .sectionContents {
	float: right;
	height: 380px;
	color: #ffffff;
	background: #1d548f;
}
#service .sectionContents .text-area {
	margin: 0 auto;
	max-width: 420px;
	margin-bottom: 40px;
}

/* company */
#company {
	background: #c0cede;
}
#company .h2Wrap h2 {
	background: url(../common/images/company_hbg.png) no-repeat left center;
	background-size: 20px 24px;
}
#company:after {
	float: right;
	background: url("../images/bg_company.jpg") no-repeat left center;
	background-size: cover;
	height: 380px;
}
#company .sectionContents {
	float: left;
	height: 380px;
	background: #c0cede;
}
#company .sectionContents p {
	margin: 0 auto;
	max-width: 420px;
	margin-bottom: 40px;
}

/* staff */
#staff {
	background: #315b87;
}
#staff .h2Wrap h2 {
	background: url(../common/images/staff_hbg.png) no-repeat left center;
	background-size: 19px 25px;
}
#staff:after {
	float: left;
	background: url("../images/bg_staff.jpg") no-repeat right top;
	background-size: cover;
	height: 380px;
}
#staff .sectionContents {
	float: right;
	height: 380px;
	color: #ffffff;
	background: #315b87;
}
#staff .sectionContents p {
	margin: 0 auto;
	max-width: 420px;
	margin-bottom: 40px;
}

/* recruit */
#recruit .h2Wrap h2 {
	background: url(../common/images/recruit_hbg.png) no-repeat left center;
	background-size: 19px 25px;
}
#recruit .recruitContents {
	text-align: center;
	background: url(../images/recruit_bg.jpg) no-repeat center center;
	background-size: cover;
	height: 342px;
	color: rgba(0, 0, 0, 1);
	padding: 58px 0 0 0;
}
#recruit .recruitContents p {
	margin: 0 auto;
	max-width: 450px;
	margin-bottom: 40px;
	text-align: left;
}
#recruit .recruitContents .btnWrap {
	font-size: 0;
}
#recruit .recruitContents .btnWrap .btn {
	display: inline-block;
	margin-left: 30px;
}
#recruit .recruitContents .btnWrap .btn:first-child {
	margin-left: 0;
}

/* box */
.box {
	display: table;
	width: 100%;
	max-width: 1064px;
	margin: 90px auto 60px;
	padding: 0 20px;
}

/* topics */
#topics {
	display: table-cell;
	vertical-align: top;
	padding-right: 40px;
	width: 66.8%;
}
#topics .h2Wrap {
	margin: 0 0 14px;
	position: relative;
	text-align: left;
  border-bottom: solid 1px #333;
  padding: 0 0 5px;
	height: auto;
}
#topics .h2Wrap h2 {
	padding: 0;
	line-height: 1;
}
#topics .h2Wrap .link {
	position: absolute;
	right: 0;
	top: 0;
	background: #e4e4e4;
	font-size: 1.4rem;
}
#topics .h2Wrap .link a {
	text-decoration: none;
	padding: 2px 30px 2px 14px;
	display: block;
	background: url(../common/images/icon_arrow3.png) no-repeat right 16px center;
	background-size: 12px 8px;
}
#topics .h2Wrap .link a:hover {
	opacity: 0.8;
}
#topics ul {
	margin: 0 20px;
}
#topics ul li {
	border-bottom: 1px dotted #cccccc;
	padding: 15px 10px;
	font-size: 1.4rem;
	display: table;
	width: 100%;
}
#topics ul li:last-child {
	border-bottom: none;
}
#topics ul li span.date {
	padding-right: 30px;
	display: table-cell;
	width: 117px;
}
#topics ul li span.title {
	display: table-cell;
}
#topics ul li span.title a {
	color: #929292;
}

/* facebookWrap */
.facebookWrap {
	display: table-cell;
	vertical-align: top;
	max-width: 340px;
	width: 33.2%;
}

/* bnr */
.bnr {
	padding: 30px 0;
	background: #f4f4f4;
	background-image: url("../images/bg01.png");
	background-repeat: repeat;
	font-size: 0;
	text-align: center;
}
.bnr li {
	display: inline-block;
	margin-left: 20px;
}
.bnr li:first-child {
	margin-left: 0;
}

@media screen and (max-width:900px){
/* section */
.sectionWrap .h2Wrap {	
	padding: 16px 0;
}
.sectionWrap .h2Wrap h2 {
	font-size: 1.6rem;
	padding: 2px 0 1px 22px;
}
.sectionWrap:after {
	width: 100%;
}
.sectionWrap .sectionContents {
	width: 100%;
	display: block;
}
.sectionWrap .sectionContents .inner {
	width: 100%;
	padding: 50px 24px;
	display: block;
}
.sectionWrap .sectionContents .inner dl dt {
	font-size: 1.6rem;
	padding: 0;
}
.sectionWrap .sectionContents .inner dl dd {
	margin: 4px 0 30px;
}

/* service */
#service .h2Wrap h2 {
	background: url(../common/images/service_hbg.png) no-repeat left center;
	background-size: 17px 15px;
	padding: 2px 0 1px 24px;
}
#service:after {
	float: none;
	background: url("../images/sp_bg_service.jpg") no-repeat center center;
	background-size: cover;
	height: 146px;
}
#service .sectionContents {
	float: none;
	height: auto;
}
#service .sectionContents dl {
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
}

/* company */
#company .h2Wrap h2 {
	background: url(../common/images/company_hbg.png) no-repeat left center;
	background-size: 15px 18px;
}
#company:after {
	float: right;
	background: url("../images/sp_bg_company.jpg") no-repeat center center;
	background-size: cover;
	height: 147px;
}
#company .sectionContents {
	float: none;
	height: auto;
}
#company .sectionContents p {
	margin-bottom: 40px;
}

/* staff */
#staff .h2Wrap h2 {
	background: url(../common/images/staff_hbg.png) no-repeat left center;
	background-size: 14px 19px;
}
#staff:after {
	float: left;
	background: url("../images/sp_bg_staff.jpg") no-repeat center center;
	background-size: cover;
	height: 147px;
}
#staff .sectionContents {
	float: none;
	height: auto;
}
#staff .sectionContents p {
	margin-bottom: 40px;
}

/* recruit */
#recruit .h2Wrap h2 {
	background: url(../common/images/recruit_hbg.png) no-repeat left center;
	background-size: 14px 17px;
}
#recruit .recruitContents {
	background: url(../images/sp_recruit_bg.jpg) no-repeat center center;
	background-size: cover;
	height: auto;
	padding: 54px 24px;
}
#recruit .recruitContents p {
	margin-bottom: 40px;
}
#recruit .recruitContents .btnWrap {
	font-size: 0;
}
#recruit .recruitContents .btnWrap .btn {
	display: block;
	margin: 0 auto;
}
#recruit .recruitContents .btnWrap .btn:first-child {
	margin: 0 auto 10px;
}

/* box */
.box {
	display: table;
	width: 100%;
	max-width: 100%;
	margin: 55px auto 35px;
	padding: 0;
}

/* topics */
#topics {
	display: block;
	padding-right: 0;
	width: 100%;
}
#topics .h2Wrap {
	margin: 0 24px 14px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
	line-height: 1;
}
#topics .h2Wrap h2 {
	padding: 2px 0 0 0;
}
#topics .h2Wrap .link {
	position: absolute;
	top: 0;
	font-size: 1.3rem;
}
#topics .h2Wrap .link a {
	text-decoration: none;
	padding: 4px 30px 4px 14px;
	display: block;
	background: url(../common/images/icon_arrow3.png) no-repeat right 16px center;
	background-size: 12px 8px;
}
#topics .h2Wrap .link a:hover {
	opacity: 1;
}
#topics ul {
	margin: 0 auto;
	padding: 0 24px;
}
#topics ul li {
	border-bottom: 1px dotted #cccccc;
	padding: 15px 0;
	font-size: 1.5rem;
	display: table;
	width: 100%;
}
#topics ul li:last-child {
	border-bottom: none;
}
#topics ul li span.date {
	padding-right: 0;
	display: block;
	width: 100%;
}
#topics ul li span.title {
	display: block;
}
#topics ul li span.title a {
	width: 100%;
}

/* facebookWrap */
.facebookWrap {
	display: block;
	max-width: 100%;
	width: 76%;
	margin: 35px auto 0;
}
.facebookWrap div span {
	display: block;
	margin: 0 auto;
}

/* bnr */
.bnr {
	padding: 35px 12.5%;
	overflow: hidden;
}
.bnr li {
	display: block;
	margin: 4% 0 0 0;
	max-width: 210px;
}
.bnr li img {
	width: 100%;
}
.bnr li:nth-child(odd) {
	float: left;
	width: 48%;
}
.bnr li:nth-child(even) {
	float: right;
	width: 48%;
}	
.bnr li:first-child {
	margin: 0;
}
.bnr li:nth-child(2) {
	margin: 0;
}
}