@charset "utf-8";
/*
 * commons css 
 */

@media (max-width: 599px) {
} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {
} /* end 600-959 */

@media (min-width: 960px) {
} /* 960- */

/* ---------------------------------------- common */

main section h2, 
main section h3 {
	color: #093753;
	font-family:'游明朝',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝',serif;
	line-height: 1.6;
	margin: 0 0 1.5em;
}
main section.backimg h2,
main .section.backimg h2,
main section.backimg h3,
main .section.backimg h3 {
	color: #fff;
}

@media (max-width: 599px) {

	h2 { font-size: 1.8rem; }
	h3 { font-size: 1.6rem; }

} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {

	h2 { font-size: 2.0rem; }
	h3 { font-size: 1.8rem; }

} /* end 600-959 */

@media (min-width: 960px) {

	h2 { font-size: 2.2rem; }
	h3 { font-size: 2.0rem; }

} /* 960- */

/* ---------------------------------------- wrap */

@media (max-width: 599px) {

	.wrap + .wrap { margin: 28px 0 0; }

} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {

	.wrap + .wrap { margin: 44px 0 0; }

} /* end 600-959 */

@media (min-width: 960px) {

	.wrap + .wrap { margin: 60px 0 0; }

} /* 960- */

/* ---------------------------------------- flex-content */

@media (max-width:959px) {

	.flex-content.reverse {
		display: -webkit-box;
		display: -webkit-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		-webkit-box-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

} /* end 600-959 */

@media (min-width: 960px) {

	.flex-content {
		display: -webkit-box;
		display: -webkit-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: horizontal;
		box-orient: horizontal;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.flex-content.reverse {
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

} /* 960- */

/* ---------------------------------------- flex-column */

.flex-column.reverse {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* ---------------------------------------- txtwrap, imgwrap inside flex-content, flex-column */

.txtwrap { line-height: 2; }
.imgwrap figure { text-align: center; }
.imgwrap figure + figure {
	margin: 1em 0 0;
}

@media (max-width: 599px) {

	.flex-content:not( .reverse ) .txtwrap + .imgwrap,
	.flex-content:not( .reverse ) .imgwrap + .txtwrap,
	.flex-content.reverse .txtwrap,
	.flex-content.reverse .txtwrap,
	.flex-column:not( .reverse ) .imgwrap,
	.flex-column:not( .reverse ) .imgwrap,
	.flex-column.reverse .txtwrap,
	.flex-column.reverse .txtwrap {
		margin: 32px 0 0;
	}

} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {

	.flex-content:not( .reverse ) .txtwrap + .imgwrap,
	.flex-content:not( .reverse ) .imgwrap + .txtwrap,
	.flex-content.reverse .txtwrap,
	.flex-content.reverse .txtwrap,
	.flex-column:not( .reverse ) .imgwrap,
	.flex-column:not( .reverse ) .imgwrap,
	.flex-column.reverse .txtwrap,
	.flex-column.reverse .txtwrap {
		margin: 44px 0 0;
	}

} /* end 600-959 */

@media (min-width: 960px) {

	.flex-content .txtwrap {
		width: 600px;
	}
	.flex-content .imgwrap {
		width: 360px;
	}
	.flex-column:not( .reverse ) .imgwrap,
	.flex-column:not( .reverse ) .imgwrap,
	.flex-column.reverse .txtwrap,
	.flex-column.reverse .txtwrap {
		margin: 44px 0 0;
	}

} /* 960- */

/* ---------------------------------------- linkbutton */

.linkbutton {
	text-align: right;
	margin: 2em 0 0;
}
.linkbutton a {
	display: inline-block;
	border: 1px #093753 solid;
	font-family:'游明朝',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝',serif;
	padding: 0.5em 1em;
}
main section.backimg .linkbutton a {
	border: 1px #fff solid;
}
.linkbutton a:hover {
	color: #fff;
	background: #093753;
}

@media (max-width: 599px) {

	.linkbutton a { font-size: 1.4rem; }

} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {

	.linkbutton a { font-size: 1.5rem; }

} /* end 600-959 */

@media (min-width: 960px) {

	.linkbutton a { font-size: 1.6rem; }

} /* 960- */

/* ---------------------------------------- table */

.wrap table { width: 100%; }
	
@media (max-width: 599px) {

	.wrap table { border: 1px #093753 solid; }
	.wrap table tr { border-bottom: 1px #093753 solid; }
	.wrap table th, .wrap table td { 
		display: block;
		line-height: 1.8;
		text-align: left;
		vertical-align: middle;
		padding: 1em;
	}
	.wrap table th { background: rgba(9, 55, 83, .4); }
	main section.backimg .wrap table { border: 1px #fff solid; }
	main section.backimg .wrap table tr { border-bottom: 1px #fff solid; }
	main section.backimg .wrap table th { background: rgba(9, 55, 83, .8); }

} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {

	.wrap table th, .wrap table td { 
		border: 1px #093753 solid; 
		line-height: 1.8;
		text-align: left;
		vertical-align: middle;
		padding: 1em;
	}
	.wrap table th { background: rgba(9, 55, 83, .4); }
	main section.backimg .wrap table th,
	main section.backimg .wrap table td,
	main .section.backimg .wrap table th,
	main .section.backimg .wrap table td {
		border: 1px #fff solid; 
	}

} /* end 600-959 */

@media (min-width: 960px) {

	.wrap table th, .wrap table td { 
		border: 1px #093753 solid; 
		line-height: 1.8;
		text-align: left;
		vertical-align: middle;
		padding: 1em;
	}
	.wrap table th { background: rgba(9, 55, 83, .4); }
	main section.backimg .wrap table th,
	main section.backimg .wrap table td,
	main .section.backimg .wrap table th,
	main .section.backimg .wrap table td {
		border: 1px #fff solid; 
	}

} /* 960- */

/* ---------------------------------------- bannersp */

.bannersp { text-align: center; }
.bannersp ul li:not( :last-child ) { margin: 0 0 1em; }

/* -------------------- txtbnr */

.txtbnr {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	 align-items: center;
	 text-align: center;
}
.txtbnr span {
	font-family:'游明朝',YuMincho,'Hiragino Mincho ProN','Hiragino Mincho Pro','ＭＳ 明朝',serif;
	line-height: 1.8;
}

@media (max-width: 719px) {

	.txtbnr {
		width: 100%;
		background-image: url( images/txtbnr-upper.jpg ), url( images/txtbnr-under.jpg );
		background-repeat: no-repeat, no-repeat;
		background-position: left top, right bottom;
		background-size: 40px, 40px;
		padding: 20px 40px;
	}
	.txtbnr span {
		font-size: 1.8rem;
	}
	
} /* -719 */

@media (min-width: 720px) {

	.txtbnr {
		width: 720px;
		min-height: 160px;
		background-image: url( images/txtbnr-upper.jpg ), url( images/txtbnr-under.jpg );
		background-repeat: no-repeat, no-repeat;
		background-position: left top, right bottom;
		padding: 40px 60px;
		margin: 0 auto;
	}
	.txtbnr span {
		font-size: 2.2rem;
	}

} /* 720- */


/* ---------------------------------------- banner split */

@media (max-width: 599px) {

	.bannersplit {
		background: #fff;
		padding: 20px 16px;
	}
	.bannersplit li {
		margin: 0 0 10px;
	}
	.bannersplit li:last-child {
		margin: 0;
	}
	.bannersplit a {
		display: block;
		text-align: center;
	}
	.bannersplit img {
		width: auto;
		max-width: 100%;
		height: auto;
	}

} /* end -599 */


@media (min-width: 600px) and (max-width:959px) {

   .bannersplit {
	   width: 100%;
	   background: #fff;
	   padding: 2em 16px;
   }
    .bannersplit ul {
	   width: 100%;
	   text-align: center;
	   letter-spacing: -0.4em;
	   margin: 0 auto;
   }
    .bannersplit li {
	   display: inline-block;
	   letter-spacing: normal;
   }
   .bannersplit li:not(:last-child) {
   		margin: 0 0 10px;
   }
   .bannersplit a {
	   display: inline-block;
   }
   .bannersplit img {
		width: auto;
		max-width: 100%;
		height: auto;
   }

} /* end 600-959 */

@media (min-width: 960px) {

   .bannersplit {
	   width: 100%;
	   background: #fff;
	   padding: 2em 0;
   }
   .bannersplit ul {
	   width: 740px;
	   text-align: center;
	   letter-spacing: -0.4em;
	   margin: 0 auto;
   }
   .bannersplit li {
	   display: inline-block;
	   letter-spacing: normal;
	   padding: 5px;
   }
   .bannersplit a {
	   display: inline-block;
   }
   .bannersplit img {
		width: auto;
		max-width: 100%;
		height: auto;
   }

}

/* ---------------------------------------- googlemap */

.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------------------------------------- #solutions ul.float3-inline */

#solutions h2 { text-align: center; }

@media (max-width: 599px) {

	.float3-inline { 
		text-align: center;
		letter-spacing: -0.4em; 
	}
	.float3-inline li {
		display: inline-block;
		width: 300px;
    	background: #0d2c87;
    	text-align: center;
		letter-spacing: normal;
		margin: 0 0 30px;
	}
	.float3-inline li a {
		display: block;
	}
	.float3-inline li a h3 {
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 12px;
		margin: 0;
	}

} /* end -599 */

@media (min-width: 600px) and (max-width:959px) {

	.float3-inline { 
		text-align: center;
		letter-spacing: -0.4em; 
	}
	.float3-inline li {
		display: inline-block;
		width: 300px;
    	background: #0d2c87;
    	text-align: center;
		letter-spacing: normal;
		margin: 0 15px 30px;
	}
	.float3-inline li a {
		display: block;
	}
	.float3-inline li a h3 {
		color: #fff;
		font-size: 1.5rem;
		line-height: 1.5;
		padding: 12px;
		margin: 0;
	}

} /* end 600-959 */

@media (min-width: 960px) {

	.float3-inline { letter-spacing: -0.4em; }
	.float3-inline li {
		display: inline-block;
		width: 300px;
    	background: #0d2c87;
    	text-align: center;
		letter-spacing: normal;
		margin: 0 0 30px;
	}
	.float3-inline li:nth-child(3n+2){
		margin: 0 50px 30px;
	}
	.float3-inline li a {
		display: block;
	}
	.float3-inline li a h3 {
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 12px;
		margin: 0;
	}

} /* 960- */
