@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
.slider{
	max-width: 500px;
}
.slick-prev {
    left: 25px !important;
    z-index: 10;
}
.slick-next {
    right: 25px !important;
    z-index: 10;
}
/* ================================================================= 
 common
================================================================= */
.inner {
	width: 1000px;
	margin: 0 auto;
}
a:link ,a:visited {
	color:#3a8d5e
}
a:hover ,a:active {
	color:#68bb8d
}
b {font-weight:bold;}

/* ================================================================= 
 header
================================================================= */
header#global_header {
	height: auto;
}
header#global_header #header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background:url(../images/common/header_bg.png) center top #2c4585;
}
#siteID {
	padding: 0 0 0 50px;
}
#siteID img {
	width: 240px;
	height: 100px;
}
#nav_header {
	float: right;
	margin: 10px 0 20px;
}
#nav_header li {
	float: left;
}
#nav_header li a {
	display: block;
	background-color: #0d2258;
	color: #fff;
	padding: 7px 15px 5px;
	margin-left: 10px;
	text-decoration: none;
	line-height: 1;
}
header#global_header {
	clear: both;
	text-align: right;
	color: #fff;
	padding-bottom: 10px;
}
#header h1 {
	width:320px;
	clear: both;
	text-align: left;
	color: #fff;
	padding: 25px 0 0 20px;
}
#header_inner {
	width: 1100px;
	height: 495px;
	background:url(../images/common/main_bg.png) center top #2c4585;
}
#h_tel {
	padding-right:50px;
}

/* ================================================================= 
 nav_global
================================================================= */
nav#nav_global {
	width: 100%;
	margin: 0 auto;
	background: #2e86b3;
	border-top:1;
}
nav#nav_global ul {
	width: 1000px;
	margin: 0 auto;
}
nav#nav_global ul li {
	float: left;
	width: 12.5%;
}
nav#nav_global ul li a {
	font-size:1.1em;
	font-weight:bold;
	background: #2e86b3;
	display: block;
	padding: 17px 5px 17px 5px;
	margin: 0 auto;
	color: #fff;
	text-align:center;
	text-decoration: none;
}
nav#nav_global ul li a:hover {
	background: #5da7cd;
}

/* ================================================================= 
 main_image
================================================================= */
#main_image {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
#main_image ul li img {
	max-width: 100%;
	height: auto;
}

/* ================================================================= 
 footer
================================================================= */
nav#nav_footer {
	color:#fff;
	width: ;
	float: left;
	padding-top: 20px;
	margin-bottom: 30px;
	text-align:left;
}
nav#nav_footer .col {
	border-left: 5px solid #a3a3a3;
	padding: 0 0 0 10px;
	margin-right: 90px;
	color: #fff;
	float: left;
	text-align: left;
}
nav#nav_footer p {
	font-size: 116%;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
}
nav#nav_footer ul {
	
}
nav#nav_footer ul li {
	padding-bottom: 5px;	
}
nav#nav_footer ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
}

#pagetop {
	background:#206d95;
	float: right;
	padding: 5px 7px 7px 7px;
}
#pagetop a.pagetop {
	background:url(../images/common/ico_pagetop.png) no-repeat left 0;
	font-size: 108%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-left: 25px;
}

#copyright {
	background: #2e85b2;
	color: #fff;
	font-size: 93%;
	padding: 8px 0;
}
#nav_footer_sub {
	float: left;
}
#nav_footer_sub a:link,#nav_footer_sub a:visited {
	color:#ffffff !important;
}
#nav_footer_sub a:hover,#nav_footer_sub a:active {
	color:#7bd2ff !important;
}
#copyright small {
	float: right;
}
/* ================================================================= 
 contents
================================================================= */
#contents_wrap {
}
#contents {
	padding: 20px 0 0 0;
}
#side_col1 {
	margin-bottom: 20px;
}
#side_col2 {
	margin-bottom: 20px;
}
/* #main_col
------------------------------------------- */ 
.index_title {
	font-size: 154%;
	font-weight: bold;
	color: #0d2258;
	border-top: 14px solid #0d2258;
	position: relative;
}
.index_title:after {
	content: "";
	background: url(../images/common/ico_arrow02.jpg);
	width: 10px;
	height: 10px;
	position: absolute;
	top:  -12px;
	left: 2px;
	display: block;
	clear: both;
}
.index_title02 {
	line-height: 1.4;
	font-size: 139%;
	font-family: 'HG明朝E','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;
}
.ico_01 {
	background: url(../images/common/ico_01.png) no-repeat left 0;
	padding: 0 0 0 25px;
}
.ico_02 {
	background: url(../images/common/ico_02.png) no-repeat left 0;
	padding: 0 0 0 25px;
}

/* #side_col1
------------------------------------------- */
#nav_local h2 {
	background: #0d2258;
	font-size: 116%;
	line-height:1.4;
	padding: 10px 0 10px 15px;
	color: #fff;
	position: relative;
}
#nav_local h2:after {
	content: "";
	border-left: 4px solid #4760a2;
	width: 4px;
	height: 47%;
	position: absolute;
	top:  25%;
	left: 0px;
	display: block;
}
#nav_local ul {
	padding: 0;
}
#nav_local ul li {
	background: #fff;
}
#nav_local ul li a {
	display: block;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	text-decoration: none;
}
.border_radius {
	border: 1px #cccccc solid;
	border-radius: 5px; 
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px;  
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-moz-border-radius-bottomleft: 5px;
}
.border_radius2 {
	border: 3px #bfdeed solid;
	border-radius: 5px; 
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px;  
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-moz-border-radius-bottomleft: 5px;
}
.border_radius3 {
	border: 3px #ace3c3 solid;
	border-radius: 5px; 
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px;  
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-moz-border-radius-bottomleft: 5px;
}

#side_info {
	padding:10px;
}
#side_info img {
	width:220px;
}
/* #side_col2
------------------------------------------- */



/* ================================================================= 
 unique page
================================================================= */
.Pt10 {
	padding-top:10px;
}
h2 {
	font-size:1.6em;
	font-weight:bold;
}
h3 {
	font-size:1.3em;
	font-weight:bold;
}
h4 {
	color:#2e86b3;
	font-size:1.15em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.tit_style01 {
	background:url(../images/common/border01.gif);
}
.tit_style01-2 {
	background:url(../images/common/border01.gif);
}
.tit_style02 {
	color:#589ec2;
	background:url(../images/common/title_bg01.gif);
}
.tit_style03 {
	color:#ffffff;
	background:url(../images/common/title_bg02.gif);
}
.tit_style04 {
	color:#3a8d5e
}
.pickup {
	border:5px solid #dcdcdc;
}
#merit01 {
	width:740px;
}
#merit02,#merit03 {
	width:355px;
}
.border {
	border-bottom:1px dotted #999999;
	padding-bottom:5px;
}

/* ================================================================= 
 タブレット　CSS
================================================================= */
@media screen and (min-width: 469px) and (max-width: 768px){
.inner {
	width: 97.916666%; /* 940/960*100 */
	margin: 0 auto;
}
body {
	font-size:95%;
}

/*-----------------------------------------
 header
------------------------------------------- */ 
header#global_header #header h1 {
	text-align: left;
	margin-top: 10px;
	clear:both;
}
#siteID {
	padding: 0 0 0 10px;
}
#siteID img {
	width: 220px;
}
#header_inner {
	width: 100%;
	height: 400px;
	background:url(../images/common/main_bg3.jpg) no-repeat center top #3596d3;
}
#h_tel {
	display:none;
}
#header h1 {
	width:100%;
	padding:0 10px;
	margin-top:260px !important;
	font-size:0.9em;
}
/*-----------------------------------------
 nav_global
------------------------------------------- */ 
nav#nav_global {
	width: 100%;
	margin: 0 auto;
	background: #2e86b3;
}
nav#nav_global ul {
	width: 100%;
	margin: 0 auto;
}
nav#nav_global ul li {
	float: left;
	width: 25%;
}
nav#nav_global ul li a {
	font-size:0.95em;
	background: #2e86b3;
	display: block;
	padding: 10px 0px 9px;
	margin: 0 auto;
	border-top:1px solid #52a2cc;
	border-bottom:1px solid #156188;
	color: #fff;
	text-decoration: none;
}
nav#nav_global ul li a:hover {
	background: #5da7cd;
}
/*-----------------------------------------
 contents
------------------------------------------- */ 
.banner {
	width: 100%;
}
.border01 {
	border-bottom:1px dotted #999999;
	padding-bottom:5px;
}
h2 {
	font-size:1.3em;
	font-weight:bold;
}
h3 {
	font-size:1.05em;
	font-weight:bold;
}
h4 {
	color:#2e86b3;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.tit_style01 {
	background:url(../images/common/border02.gif);
}
.tit_style01-2 {
	background:url(../images/common/border01.gif);
}
.tit_style02 {
	color:#589ec2;
	background:url(../images/common/title_bg01.gif);
}
.tit_style03 {
	color:#ffffff;
	background:url(../images/common/title_bg02.gif);
}
#merit01 {
	width:100%;
}

}



/* ================================================================= 
 スマホ　CSS
================================================================= */
@media only screen and (max-width: 468px){
.inner {
	width: 97.87234%; /* 920/940*100 */
	margin: 0 auto;
}
/* スマホサイズになった際の余白のため */
#contents {
	width: 98%;
	min-width: 98%;
	margin: 0 auto;
}
body {
	font-size:95%;
}

/*-----------------------------------------
 header
------------------------------------------- */ 
header#global_header #header h1 {
	text-align: left;
}
#nav_header {
	display: none;
}
#siteID {
	text-align: left;
	padding:0 0 0 10px;
	width:140px;
}
header#global_header .fltL,header#global_header .fltR {
	float:none;
}
#header_inner {
	width: 100%;
	height: 311px;
	background:url(../images/common/main_bg2.jpg) no-repeat center top #3596d3;
}
#h_tel {
	display:none;
}
#header h1 {
	width:100%;
	padding:0 10px;
	margin-top:165px;
	font-size:0.9em;
}
/*-----------------------------------------
 nav_global
------------------------------------------- */ 
nav#nav_global {
	width: 100%;
	margin: 0 auto;
}
nav#nav_global ul {
	width: 100%;
	margin: 0 auto;
}
nav#nav_global ul li {
	float: none;
	width: 100%;
}
nav#nav_global ul li a {
	background: #2e86b3;
	display: block;
	padding: 10px 0 9px;
	margin: 0 auto;
	border-top:1px solid #52a2cc;
	border-bottom:1px solid #156188;
	color: #fff;
	text-decoration: none;
}
/*-----------------------------------------
 footer
------------------------------------------- */ 
nav#nav_footer {
	color:#fff;
	/*display:none;*/
	font-size:12px;
	float: left;
	text-align:center;
	padding-top: 20px;
	margin-bottom: 30px;
}
#pagetop {
	float: right;
	padding: 5px 0;
}
#pagetop a.pagetop {
	background:url(../images/common/ico_pagetop.png) no-repeat left 0;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding-left: 25px;
}
#copyright {
	background: #2e85b2;
	color: #fff;
	font-size: 93%;
	padding: 8px 0;
}
#nav_footer_sub2 {
	display: none;
}
#copyright small {
	float: none;
}
.banner img {
	min-width: 100%;
	height: auto;
}
/*-----------------------------------------
 contents
------------------------------------------- */ 
.border01 {
	border-bottom:1px dotted #999999;
	padding-bottom:5px;
}
h2 {
	font-size:1.1em;
	font-weight:bold;
}
h3 {
	font-size:1.0em;
	font-weight:bold;
}
h4 {
	color:#2e86b3;
	font-size:0.9em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.tit_style01 {
	background:url(../images/common/border02.gif);
}
.tit_style01-2 {
	background:url(../images/common/border01.gif);
}
.tit_style02 {
	color:#589ec2;
	background:url(../images/common/title_bg01.gif);
}
.tit_style03 {
	color:#ffffff;
	background:url(../images/common/title_bg02.gif);
}
.border_radius2 {
	border: 3px #bfdeed solid;
	border-radius: 5px; 
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px;  
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-moz-border-radius-bottomleft: 5px;
}
.border_radius3 {
	border: 3px #ace3c3 solid;
	border-radius: 5px; 
	-webkit-border-top-left-radius: 5px;  
	-webkit-border-top-right-radius: 5px;  
	-webkit-border-bottom-right-radius: 5px;  
	-webkit-border-bottom-left-radius: 5px;  
	-moz-border-radius-topleft: 5px;  
	-moz-border-radius-topright: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-moz-border-radius-bottomleft: 5px;
}
#merit01 {
	width:100%;
}
#merit02,#merit03 {
	width:100%;
}

}
