@charset "utf-8";

/* ==================================================================

	for_business.css
	
=================================================================== */

.contents {
	background: #FDFAE9;
}
	
@media only screen and (max-width : 1280px) {
	ol#breadcrumbs {
		width: auto;
	}
	header .container, .contents main > section, .contents .chapter, .contents .wide .container, footer .container {
		width: auto;
	}
}

/* lead
------------------------------------ */
.container .lead {
	text-align: center;
	margin-bottom: 80px;
	font-weight: bold;
	line-height: 2;
}
	
@media only screen and (max-width : 767px) {
	.container .lead {
		text-align: left;
		margin-bottom: 40px;
	}
}
	
/* serviceList
------------------------------------ */
.container .serviceList {
	display: flex;
	margin-bottom: 60px;
	position: relative;
}
.container .serviceList:before {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 44%);
    height: calc(100% - 20%);
    background-color: #fff;
    z-index: 0;
}
.container .serviceList#original {
	flex-direction: row-reverse;
}
.container .serviceList#original:before {
    left: 0;
}

.container .serviceList .imgArea {
	width: 52%;
    z-index: 1;
}

.container .serviceList .txtArea {
	width: 400px;
	padding-top: 188px;
	padding-left: 100px;
	padding-bottom: 84px;
    z-index: 1;
}
.container .serviceList#original .txtArea {
	padding-left: 0;
	padding-right: 100px;
}
.container .serviceList .txtArea h3 {
	font-size: 112%;
	background: url(../../images/for_business/circle.png) 0 0 no-repeat;
	padding-left: 34px;
	margin-bottom: 20px;
}
.container .serviceList .txtArea p {
	font-size: 81%;
}
.container .serviceList .txtArea p.txt {
	margin-bottom: 28px;
}
.container .serviceList .txtArea ul.btnArea {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container .serviceList .txtArea ul.btnArea li {
	width: 48%;
}
.container .serviceList .txtArea .buttonStyle {
	margin-bottom: 0;
	display: table;
	width: 100%;
}
.container .serviceList .txtArea .buttonStyle a {
	display: table-cell;
	background-color: #424242;
	padding: 0;
	height: 46px;
	vertical-align: middle;
}
.container .serviceList .txtArea .buttonStyle a:hover {
	background-color: #1E1E1E;
}
	
@media only screen and (max-width : 767px) {

	.container .serviceList {
		display: block;
		margin-bottom: 40px;
	}
	.container .serviceList:before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: -10;
	}
	
	.container .serviceList .imgArea {
		width: 100%;
	}
	
	.container .serviceList .txtArea,
	.container .serviceList#original .txtArea,
	.container .serviceList#wrapping .txtArea {
		width: 100%;
		padding: 28px 20px;
		box-sizing: border-box;
	}
	.container .serviceList .txtArea p.txt {
		margin-bottom: 24px;
	}
	.container .serviceList .txtArea ul.btnArea li {
		width: 49%;
	}
	.container .serviceList .txtArea .buttonStyle {
		margin-bottom: 0;
		display: table;
		width: 100%;
		font-size: 76%;
	}
	.container .serviceList .txtArea .buttonStyle a {
		display: table-cell;
		background-color: #424242;
		padding: 0;
		height: 50px;
		vertical-align: middle;
	}
	.container .serviceList .txtArea .buttonStyle a:hover {
		background-color: #1E1E1E;
	}
}

/* contact
------------------------------------ */
.container #contact {
	background-color: #fff;
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
}
.container #contact h3 {
	background-color: #E5E5E5;
	text-align: center;
	padding: 20px;
	width: 70%;
	margin: 0 auto 36px;
}
.container #contact .txt {
	font-size: 81%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 2;
}
.container #contact .buttonStyle {
	font-size: 81%;
}






	

