@charset "UTF-8";
/* CSS Document */
.emsBox01 .inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2% 40px;
}
.emsBox01 .inner p {
	padding-bottom: 40px;
	font-weight: bold;
	line-height: 1.4;
}
.emsBox01 .inner .txt01 {
	padding: 70px 0 30px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.emsBox01 .inner .txt02 {
	padding-bottom: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.emsBox01 .inner p span {
	color: #FF7F00;
	font-weight: bold;
}
.h3Area h3 {
	margin: 0px 0 70px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}
.h3Area h3:after {
	position: absolute;
	content: "";
	background-color: #000;
	width: 350px;
	height: 2px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.h4Area h4 {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #1D1939;
    padding-left: 10px;
	margin-bottom: 30px;
    border-left: 8px solid #1D1939;
}
.emsBox02 .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.emsBox02 .inner p {
	font-weight: bold;
	line-height: 1.4;
}
.item {
	overflow: hidden;
}
.item .left {
	width: 50%;
	padding: 1% 2%;
	float: left;
	display: inline-block;
}
.item .right {
	width: 50%;
	padding: 1% 2%;
	float: right;
	display: inline-block;
}



@media screen and (max-width: 1150px) {
}
@media screen and (max-width: 885px) {
}

@media screen and (max-width: 768px) {
	.emsBox01 .inner,
	.emsBox02 .inner {
		padding: 0 5vw;
	}
	.emsBox01 .inner .txt01 {
		padding: 50px 0;
		font-size: 5vw;
		line-height: 1.6;
	}	
.emsBox01 .inner .txt02 {
    padding-bottom: 35px;
    line-height: 1.4;
    text-align: left;
	font-size: 4vw;
}
.h3Area h3 {
    margin: 20px 0 40px;
	padding-bottom: 8px;
    font-size: 5vw;
}	
.h3Area h3:after {
    width: 100%;
}	
	
.h4Area h4 {
	margin-bottom: 20px;
	font-size: 5vw;
	line-height: inherit;
}
.emsBox02 .inner p {
	font-size: 3.8vw;
    line-height: 1.3;
}	
	
.emsBox01 .inner p {
	padding: 0 0 30px 0;
	font-size: 3.8vw;
}
.item .left {
	width: 100%;
	padding-bottom: 40px;
	float: none;
}
.item .right {
	width: 100%;
	padding-bottom: 40px;
	float: none;
}
.images {
    max-width: 100%;
    padding: 20px 0 30px;
}




}
