@charset "UTF-8";
@media screen and (max-width:768px) {
#contents {
	width:100%;
	max-width: 100%;
	margin:0 auto;
}
#main {
	width:100%;
}


.index {
  min-width: 100%;
}


/*--------------------------------------------------------
　header
--------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	height: 100px;
	margin:0 auto 30px auto;
	z-index: 16;
	background:url(../img/business_p1.jpg) no-repeat center top;
	background-size: cover;
	border-radius: 0 0 0 0;
	padding: 0;
}
header h2 {
	background: #004096;
	position: absolute;
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	bottom: -30px;
	left: 50%;
	width: 250px;
	text-align: center;
	margin-left: -125px;
	border-radius: 25px;
	padding: 10px 0 12px 0;
	line-height: 1em;
	letter-spacing: 10px;
}
header .logo {
	position: absolute;
	top:15px;
	left:10px;
	display: block;
	margin: 0 0px 0 0px;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.6));
	z-index: 20;
	float: none;
}
header .logo a {
	display: block;
	background: #FFF;
	padding: 5px 15px 5px 15px;
	overflow: hidden;
	border-radius: 10px;
	line-height: 1.0;
}
header .logo a img {
	width:30px;
	display: block;
	margin: 0;
	padding: 0;
}
#gloval-nav ul.header_nav-txt {
	margin: 0 0 0 0;
}



/*--------------------------------------------------------
　box
--------------------------------------------------------*/
.boxA,  .boxB, .boxC, .boxD, .boxE {
	margin-top: 30px;
	clear: both;
	overflow: hidden;
}

.boxA h3, .boxB h3, .boxC h3, .boxD h3, .boxE h3 {
	font-size: 18px;
	color: #004096;
	text-align: center;
	font-weight: 600;
	display: block;
		margin: 20px 0 10px 0;
}

.boxA {
	width: 94%;
	max-width: 94%;
	margin: 20px auto;
}
.boxA p{
	font-size: 14px;
	line-height: 1.7;
	margin-top: 5px;
}
.boxA img {
	float: none;
	width: 100%;
	margin-right: 30px;
}

.boxB img {
	width: 94%;
	display: block;
	margin: 20px auto 0 auto;
}

.boxC, .boxD {
	width: 94%;
	max-width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.boxC p {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: -0.5px;
	margin-top: 0;
}
.boxD p{
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0;
}
.boxC img {
	float: left;
	width: 150px;
	margin-right: 10px;
}
.boxE {
	width: 94%;
	max-width: 94%;
	margin-left: auto;
	margin-right: auto;
}
.boxE p{
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: -0.3px;
}


#contents .printBtn {
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	margin: 50px auto 50px auto;
	display: none;
}
#contents .printBtn a {
	background: #005EBF;
	float: right;
	color: #FFF;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 250px;
	font-size: 20px;
	position: relative;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
}
#contents .printBtn a::before {
	content: "→";
	color: #FFF;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: 20px;
}
#contents .printBtn a:hover {
	opacity: 0.7;
}



} /**** END media screen *****/