@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	min-width:1080px;
	margin:0 auto;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size:16px;
	line-height:1.7em;
	color:#222;
	background-color: #fff;
	-webkit-text-size-adjust: none;
}
#wrapper {
	width:100%;
	clear:both;
	overflow: hidden;	/*スクロール余白無*/
}
#contents {
	max-width: 1080px;	/*サイトの最大幅*/
	margin:0 auto;
}

#main,
#main_t{
	max-width: 100%;	/*サイトの最大幅*/
	margin:0 auto 0;
}
#main:after,
#main_t:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
	.in_contents{
	max-width: 1080px;	/*サイトの最大幅*/
	margin:0 auto;
}
	.in_contents_n{
	max-width: 1080px;	/*サイトの最大幅*/
	margin:0 auto;
}
@media screen and (max-width: 767px) {
body {
	min-width:100%;
	font-size:18px;
	line-height:1.6em;
	}
#wrapper {
	}
#contents {
	max-width: 100%;	/*サイトの最大幅*/
	margin:0 auto;
	}
#main{
	max-width: 96%;	/*サイトの最大幅*/
	margin:0 auto 0;
	}
#main_t{
	max-width: 98%;	/*サイトの最大幅*/
	margin:0 auto 0;
	}	
#main:after,
#main_t:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
	}
	.in_contents{
	max-width: 96%;	/*サイトの最大幅*/
	margin:0 2%;
	}	
} /*@media*/


/*================================================
 *  ヘッダー
 ================================================*/
header #site-header{
	background: #fff;
    /*position: fixed;*/
    width: 100%;
	top: 0;
	z-index: 10000;
	border-top: 5px solid #003580;
}
header #site-header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
header #head_in {
	max-width:100%;	/*サイトの最大幅*/
	height:70px;
	margin:6px auto;
	position:relative;
}
header #head_in:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
#head_in #head_m{
	max-width: 1080px;	/*サイトの最大幅*/
	height:70px;
	margin:0px auto;
	position:relative;
}
header #head_m:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

/*header-l*/
#head_in #head_l {
	float: left;
	width: 330px;
	margin-top: 3px;
}
#head_in #head_l img{
	width: 100%;
}

/*header_c*/
#head_in #head_c {
	float: left;
	width: 500px;
	margin-left: 50px;
}
#head_in #head_c h1{
	font-size: 11px;
	display:block;
	color: #999;
	margin-top: 7px;
}

/*header_r*/
#head_in #head_r {
	float: right;
	max-width: 160px;
	margin-top: 10px;
}
#head_in #head_r img{
	width: 100%;
}
#head_in #head_r img:hover{
	opacity: 0.5;
}
#head_in #head_r:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
@media screen and (max-width: 767px) {
header {
	}
header #site-header{
	background: #fff;
    width: 100%;
	top: 0;
	z-index: 10000;
}	
header #head_in {
	max-width:100%;	/*サイトの最大幅*/
	height: auto;
	margin:0px auto 0;
	position:relative;
	}
#head_in #head_m{
	max-width:100%;	/*サイトの最大幅*/
	height: auto;
	margin:0px auto;
	position:relative;
	padding-top: 3px;
	}
/*header-l*/
#head_in #head_l {
	float: none;
	width: 75%;
	padding-left: 5px;
	padding-bottom: 8px;
	}
/*header_c*/
#head_in #head_c {
	display: none;
	float: none;
	width: 100%;
	margin-left: 0;
	text-align: center;
}
#head_in #head_c h1{
	font-size: 10px;
	display:block;
	color: #999;
	margin-top: 8px;
	border-top: solid 1px #666;
}	
/*header_r*/
#head_in #head_r {
	display: none;
	}	
/*=======　mmenuの設定　=======*/
/*nav:not(.mm-menu) {
 display: none;
}*/
header #head_in {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:;
	height:;
	padding: 0 0px;
	}
header #head_in.fixed {
	position: fixed;
	top: 0;
	left: 0;
	}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	}
header #head_in a.sp_menu {
	background: center center no-repeat transparent;
	background-image: url(../images/base/btn-menu.gif);
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 8px;
	right: 12px;
	}
#menu ul {
	font-size:17px;
	} /*ここまで"mmenuの設定*/		
} /*@media*/


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	clear: both;
}
.nav_bb{
	width:100%;
	background-color:#C9CACA;
}
.nav_bb {
  zoom: 1;
}
.nav_bb:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}	

#g_nav{
  position: relative;
	width:1080px;
	margin:0 auto;
}
#g_nav li{
  position: relative;
  float: left;
  width:180px;
  border-left:solid 2px #fff;
  color: #fff;
}
#g_nav li:last-child{ 
  border-right:solid 2px #fff;
}
#g_nav li a {
	position: relative;
    display: block;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    color: #333;
	font-size:16px;
	box-sizing: border-box;
}
#g_nav li a:hover {
	background-color:#003580;
	color:#fff;
	box-sizing: border-box;
}
#g_nav li a.active {
	background-color:#003580;
	color:#fff;
	box-sizing: border-box;
}	


/*================================================
 *  h2 画像タイトル
 ================================================*/

#ti_bk_1 {
	width:100%;
	height:110px;
	background-color: #003580;
	background-image: url("../images/base/ti_bk1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	border-top: 3px solid #003580;
	border-bottom: 1px solid #666;
	box-sizing:border-box;
}
#ti_bk_1 h2 {
	max-width: 1080px;	/*サイトの最大幅*/
	margin:0 auto;
	padding-left: 40px;
	padding-top: 45px;
	font-size: 28px;
	color: #fff;
	text-shadow:3px 4px 5px #557491,-3px -2px 5px #557491;
}

@media screen and (max-width: 767px) {	
#ti_bk_1 {
	width:100%;
	height:60px;
	background-color: #003580;
	background-image: url("../images/base/ti_bk_sp.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	border-bottom: 1px solid #003580;
	box-sizing:border-box;
	}
#ti_bk_1 h2 {
	max-width:100%;	/*サイトの最大幅*/
	margin:0 auto;
	padding-left: 15px;
	padding-top: 13px;
	font-size: 18px;
	color: #fff;
	}
} /*@media*/


/*================================================
 *  パンくずナビ
 ================================================*/
 
nav#breadcrumbs ol {
	width:1080px;
	margin:0 auto 5px;
}
nav#breadcrumbs ol li {
	display: inline;
	font-size:14px;
	color: #003580;
	line-height: 50px;
}
nav#breadcrumbs ol li:before {
	content: " > ";
	font-size:12px;
	color: #666;
	padding: 0 5px;
}
nav#breadcrumbs ol li span{
}
nav#breadcrumbs ol li a{
	color: #666;
}
nav#breadcrumbs ol li:first-child:before {
	content:"";
}

@media screen and (max-width: 767px) {
nav#breadcrumbs ol {
	width:1000px;
	margin:0 auto 5px;
	display: none;
	}	
} /*@media*/


/*================================================
 *  トップページ slide
 ================================================*/

#top_slide{
	text-align: center;
	position: relative;
}
@media screen and (max-width: 767px) {
#top_slide{
	margin-top:0px;
	}
}
.slider ul{
	margin:0;
	padding:0;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
.slider li{
	position: relative;
	text-align: center;
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
.slider img{
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

/*================================================
 *  #main  h1 h2 h3 
 ================================================*/
#main h1 {
	font-size: 20px;
	text-align:center;
}
#main h2 {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 28px;
	color: #003580;
	font-weight: bold;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	margin: 10px 0 50px;
	line-height: 1.3em;
}
#main h2:before{
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0097e0;
}
#main h3{
	padding: 5px;
	font-size:20px;
	color: #003580;
	font-weight: bold;
	margin-bottom:1.5em;
	background-image:url(../images/base/h3_img.png);
	background-repeat: no-repeat;
	background-position:bottom;
	margin-top:1.5em;
	line-height: 2em;
    }
#main h3:before{
	content: '●';
	font-size: 30px;
	color: #5792c5;
}
#main h4 {
	margin-top: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#main h4:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
@media screen and (max-width: 767px) {
#main h2 {
	position: relative;
	display: inline-block;
	padding: 0 0px;
	font-size: 24px;
	color: #003580;
	font-weight: bold;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	margin: 20px 0 30px;
	line-height: 1.3em;
	}
#main h3{
	padding: 5px;
	font-size:20px;
	color: #003580;
	font-weight: bold;
	margin-bottom:1.5em;
	background-image:url(../images/base/h3_img.png);
	background-repeat: no-repeat;
	background-position:bottom;
	margin-top:1.5em;
	line-height: 1.5em;
    }
#main h4 {
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	}	
}	
	
/*================================================
 *  #main_t トップページ h1 h2 h3 
 ================================================*/
#main_t h1 {
	font-size: 20px;
	text-align:center;
}
#main_t h2 {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-size: 28px;
	color: #003580;
	font-weight: bold;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	margin: 20px 0 30px;
	line-height: 1.3em;
}
#main_t h2:before{
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0097e0;
}
#main_t h3 {
	font-size: 16px;
	text-align: left;
}
#main_t h4 {
  font-size:20px;
  color: #003580;
  line-height:2em;
  border-bottom: solid 1px #003580;
	margin-top: 20px;
  margin-bottom: 5px;
	margin-left: 20px;
}
#main_t .bk_color {
  padding:2em 1em 1em 3em;
  background-color: #f8f5ee;
  font-size: 18px;
  line-height:1.9em;
}
#main_t .top_co_ti{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.7em;
	color: #666;
	letter-spacing: 2px;
	padding-bottom: 8px;
}
#main_t .bk_color p{
	margin-bottom: 1.3em;
}
.pd_top50{
	padding-top: 50px;
}
.area_sm{
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 15px;
}

/*ボタン*/
.nav_b_1 {
	margin: 0 auto;
	width:1080px;
	padding: 25px;
}
.nav_bt {
	position: relative;
	width: 100%;
	height: 70px;
  	display: inline-block;
	text-align: center;
	font-size: 20px;
  	padding: 1em 1em;
  	border-radius: 5px;
  	color: #ffffff;
	background-color: #003580;
  	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.20);
	border-bottom: solid 3px #888;
}
.nav_b_1 a.nav_bt {
	color: #fff;
	text-decoration: none;
	margin: 10px 0;
}
.nav_bt:hover {
	opacity: 0.55; /* 55％不透明度(＝45％透過) */
	color: #fff;
}
.nav_bt:active {
  	-webkit-transform: translateY(4px);
  	transform: translateY(4px);
  	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  	border-bottom: none;
}
/*矢印*/
.nav_bt:before {
	font-size: 18px;
	line-height: 1.3em;
	position: absolute;
	content: '▶';
	top: 25%;
	left: 15px;
	color: white;/*文字色*/
	padding: 2px;/*余白*/
	background: #0097e0;/*背景色*/
	width: 22px;
	height: 22px;
	border-radius: 50%;
}
@media screen and (max-width: 767px) {
#main_t h1 {
	font-size: 18px;
	text-align:left;
	line-height: 1.7em;
	}
#main_t h2 {
	position: relative;
	display: inline-block;
	padding: 0 0px;
	font-size: 24px;
	color: #003580;
	font-weight: bold;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	margin: 20px 0 30px;
	line-height: 1.3em;
}
#main_t h2:before{
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0097e0;
}
#main_t h3 {
	font-size: 18px;
	text-align: left;
	line-height: 1.6em;
}
#main_t .bk_color {
	padding:1em;
	background-color: #f8f5ee;
	font-size: 18px;
	line-height:1.7em;
	}
#main_t .top_co_ti{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.7em;
	color: #666;
	letter-spacing: 0;
	padding-bottom: 8px;
	}	
#main_t h4 {
	font-size:20px;
	color: #003580;
	line-height:2em;
	border-bottom: solid 1px #003580;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	}
#main_t h4 span {
	font-weight:bold;
	}	
.pd_top50{
	padding-top:0;
	}
/*ボタン*/
.nav_b_1 {
	margin: 0 auto;
	width:100%;
	padding: 10px;
	line-height: 1.5em;
	}
.nav_bt {
	position: relative;
	width: 100%;
	height: auto;
  	display: inline-block;
	text-align: center;
	font-size: 20px;
  	padding: 1em 0.3em 1em 1.2em;
  	border-radius: 5px;
  	color: #ffffff;
	background-color: #003580;
  	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.20);
	border-bottom: solid 3px #888;
	}	
/*矢印*/
.nav_bt:before {
	font-size: 14px;
	line-height: 1.3em;
	position: absolute;
	content: '▶';
	top: 30%;
	left: 10px;
	color: white;/*文字色*/
	padding: 2px;/*余白*/
	background: #0097e0;/*背景色*/
	width: 20px;
	height: 20px;
	border-radius: 50%;
	}	
} /*@media*/



/*================================================
 *  トップページ nav 画像
 ================================================*/
.t_b_menu1{
	max-width:100%;
	margin: 0 auto;
	background-color:#F0F0F0;
	padding-bottom: 20px;
	margin-top: 30px;
}
.t_b_menu1:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.t_b_nav1{
	width:1080px;
	margin: 0 auto;
	clear:both;
}
.t_b_nav1 ul li{
	width:32%;
	height:210px;
	float:left;
	margin-top:1.5em;
	margin-bottom:1.5em;
	border: solid 1px #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
}
.t_b_nav1 ul li{
	background-color:#666;
}	
.t_b_nav1 .m_r{
	margin-right:2%;
	margin-left:2%;
}

/*トップ　1バナー nav2*/
.t_b_nav02{
	width:400px;
	float:left;
	margin-top:1.5em;
	margin-bottom:1.5em;
	margin-left: 100px;
}
.t_b_nav02 ul li{
	width:350px;
	height:210px;
	border: solid 1px #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	display: block;
}
.t_b_nav02 ul li{
	background-color:#666;
}
.t_b_nav03{
	width:400px;
	float:left;
	margin-top:1.5em;
	margin-bottom:1.5em;
	margin-left: 30px;
}

.photo_alpha1 img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:"alpha( opacity=100 )";
}
.zoom_img:hover .photo_alpha1 img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
} /*背景画透過*/

/*----------------------------*/ 
.zoom_img {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-align:center;
	position:relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zoom_img:hover .photo_z{
	transform:scale(1.2);
	transition-delay:1s;
	-moz-transition-delay:1s;
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	-ms-transition-delay:1s;
	transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition:all 1s cubic-bezier(0.23, 1, 0.32, 1)
}
.zoom_img:hover {
	text-decoration:none;
	}
.zoom_img .ti_li1 {
	position:relative;
	top:140px;
	right:25px;
	z-index:2;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	line-height:1.5em;
	text-align:right;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	text-shadow:3px 4px 5px #333,-3px -2px 5px #333;
}
.zoom_img .photo_z{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	-webkit-transition:all 0.2s linear; /*Google Chrome、Safari向け*/
	-moz-transition:all 0.2s linear; /* Firefox*/
	-o-transition:all 0.2s linear; /*Internet Explorer*/
	-ms-transition:all 0.2s linear; /*Opera*/
	transition:all 0.2s linear;
}
.zoom_img .photo_z img{
	width:100%;
}
@media screen and (max-width: 767px) {
.t_b_nav1{
	width:90%;
	margin:0 auto;
	clear:both;
	}
.t_b_nav1 ul li{
	width:100%;
	float: none;
	border: solid 1px #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}
.t_b_nav1 ul li{
	overflow:hidden;
	height:200px; /*?????????*/
	}	
.t_b_nav1 .m_r{
	margin-right:0%;
	margin-left:0%;
	}
/*トップ　1バナー nav2*/
.t_b_nav02{
	width:100%;
	float:none;
	margin-top:0.5em;
	margin-bottom:1em;
	margin-left: auto;
	margin-right: auto;
	}
.t_b_nav02 ul li{
	width:100%;
	height:200px;
	border: solid 1px #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	display: block;
	}
.t_b_nav02 ul li{
	background-color:#666;
	}
.t_b_nav02 .zoom_img .ti_li1 {
	position:relative;
	top:140px;
	right:15px;
	z-index:2;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	line-height:1.5em;
	text-align:right;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	text-shadow:3px 4px 5px #333,-3px -2px 5px #333;
}	
.t_b_nav03{
	width:100%;
	float:none;
	margin-top:1em;
	margin-bottom:1em;
	margin-left: auto;
	margin-right: auto;
	}

.photo_alpha1 img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:"alpha( opacity=100 )";
	}
.zoom_img:hover .photo_alpha1 img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
	} /*背景画透過*/	
} /* @media */

/*================================================
 *  トップページ nav3 3画像
 ================================================*/
.t_b_menu3{
	max-width:100%;
	margin: 0 auto;
	background-color:#F0F0F0;
}
.t_b_menu3:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}
.t_b_nav3{
	width:1080px;
	margin: 0 auto;
	clear:both;
}
.t_b_nav3 ul li{
	width:32%;
	height:210px;
	float:left;
	margin-top:3em;
	margin-bottom:3em;
	border: solid 1px #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
}
.t_b_nav3 ul li{
	background-color:#666;
}	
.t_b_nav3 .m_r{
	margin-right:2%;
	margin-left:2%;
}
.photo_alpha1 img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter:"alpha( opacity=100 )";
}
.photo_alpha1 img:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
}
	
/*----------------------------*/ 
.zoom_img {
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	text-align:center;
	position:relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.zoom_img:hover .photo_z{
	transform:scale(1.2);
	transition-delay:1s;
	-moz-transition-delay:1s;
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	-ms-transition-delay:1s;
	transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition:all 1s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition:all 1s cubic-bezier(0.23, 1, 0.32, 1)
}
.zoom_img:hover {
	text-decoration:none;
	}
.zoom_img .txt_on3 {
	position:relative;
	top:0px;
	left:0px;
	z-index:2;
	display:block;
	text-align:center;
	color:#fff;
	width:100%;
}

.zoom_img .ti_li3 {
	position:relative;
	top:80px;
	z-index:2;
	display:block;
	color:#fff;
	font-size:36px;
	font-weight: normal;
	line-height:1.5em;
	text-align:center;
	text-shadow:3px 4px 5px #000,-3px -2px 5px #000;
}
.zoom_img .photo_z{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
	-webkit-transition:all 0.2s linear; /*Google Chrome、Safari向け*/
	-moz-transition:all 0.2s linear; /* Firefox*/
	-o-transition:all 0.2s linear; /*Internet Explorer*/
	-ms-transition:all 0.2s linear; /*Opera*/
	transition:all 0.2s linear;
}
.zoom_img .photo_z img{
	width:100%;
}
@media screen and (max-width: 767px) {
.t_b_nav3{
	width:90%;
	margin:0 auto;
	clear:both;
	}
.t_b_nav3 ul li{
	width:100%;
	float: none;
	border: solid 1px #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	margin-top:0.5em;
	margin-bottom:0.5em;
	}
.t_b_nav3 ul li{
	overflow:hidden;
	height:200px; /*?????????*/
	}	
.t_b_nav3 .m_r{
	margin-right:0%;
	margin-left:0%;
}	
.zoom_img .txt_on3 {
	position:relative;
	top:0;
	z-index:2;
	display:block;
	text-align:left;
	color:#fff;
	}	
} /* @media */


/*================================================
 *  トップページ/info　 トピックス
 ================================================*/
#topics{
}	
.t_copy_bk1{
	width:100%;	
	height:auto;
	margin-top:20px;
	margin-bottom: 20px;
}
.t_copy1{
	max-width:1080px;
	margin: 0 auto;
	padding:20px 20px 10px;
	box-sizing:border-box;
	line-height:1.8;
	text-align:center;
}
.t_copy1:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

#topics dl{
	width:100%;
	border-bottom:dotted 1px #999;
	padding:10px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}	
#topics dt{
	float:left;
	width:230px; 
	font-size:15px;
	text-align:left;
	color:#666;
	clear:both;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
#topics dt .label_info{
	width:6em;
	display:inline;
	padding:2px 15px;
	color:#fff;
	text-align:center;
	font-size:11px;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #003580;
	margin-left:2em;
}
#topics dt .label_1{
	width:6em;
	display:inline;
	padding:2px 15px;
	color:#fff;
	text-align:center;
	font-size:11px;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #3EA6E3;
	margin-left:2em;
}
#topics dd{
	margin-left:230px !important;
	font-size:17px;
	text-align:left;
}
#topics dd p{
	font-size: 16px;
	line-height: 1.7em;
	padding-top: 6px;
	color:#222;
}
@media screen and (max-width: 767px) {
#topics{
	}	
.t_copy_bk1{
	width:100%;	
	height:auto;
	margin-top:0px;
	margin-bottom: 20px;
	}		
.t_copy1{
	max-width:100%;
	margin: 0 auto;
	padding:10px 20px 10px 20px;
	box-sizing:border-box;
	line-height:1.7;
	text-align:center;
	}	
#topics dl{
	width:100%;
	border-bottom:dotted 1px #999;
	padding:10px 0;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	}	
#topics dt{
	float: nonet;
	width:100%; 
	font-size:16px;
	font-weight:bold;
	color:#666;
	clear:both;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	}
#topics dt .label_info{
	width:6em;
	display:inline;
	padding:1px 15px;
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:1em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #003580;
	margin-left:2em;
	}	
#topics dt .label_1,
#topics dt .label_0{
	font-size:12px;
	}	
#topics dd{
	margin-left:0em !important;
	font-size:18px;
	line-height:1.4em;
	text-align:left;
	}
#topics a:link dt,
#topics a:hover dt,
#topics a.active dt,
#topics a:visited dt,
#topics a:link dd,
#topics a:hover dd,
#topics a.active dd,
#topics a:visited dd{
	color:#444;
	text-decoration:none;
	}
#topics dl:hover{
	background-color:#F0F0F0;
	}
} /*@media*/


/*================================================
 *  .in_contents p インデント
 ================================================*/
.in_contents p{
	margin-left: 20px;
}
.box_01{
	max-width: 900px;	/*サイトの最大幅*/
	margin:0 auto;
}
@media screen and (max-width: 767px) {
.box_01{
	max-width: 94%;	/*サイトの最大幅*/
	margin:0 auto;
	}	
}	
	
/*================================================
 *  枠　背景グレー　100％
 ================================================*/
.waku_gr{
	max-width:100%;
	margin: 0 auto;
	background-color:#F0F0F0;
	padding: 30px 0;
	margin-top: 20px;
}
.waku_gr2{
	max-width:100%;
	margin: 0 auto;
	background-color:#f8f8f8;
	padding: 30px 0;
}
@media screen and (max-width: 767px) {
.waku_gr{
	max-width:100%;
	margin: 0 auto;
	background-color:#F0F0F0;
	padding: 30px 0;
	margin-top: 0px;
	}
}
/*================================================
 *  枠　　100％
 ================================================*/
.waku_1{
	max-width:100%;
	border: 1px solid #ccc;
	padding:1em 2em;
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.10);/*影*/
}
@media screen and (max-width: 767px) {
.waku_1{
	max-width:96%;
	border: 1px solid #ccc;
	padding:1em 1em;
	background-color: #fff;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.10);/*影*/
	box-sizing: border-box;
	margin: 0 2%;
	}	
}	
/*================================================
 *  枠　ライン角丸　100％
 ================================================*/
.waku_r1{
	max-width:100%;
	border-radius:20px;
	border: 1px solid #ccc;
	padding:0em 2em 1em;
	box-sizing: border-box;
}
.waku_r2{
	max-width:100%;
	border-radius:10px;
	border: 1px solid #ccc;
	padding:0.5em 2em 1em;
	box-sizing: border-box;
	margin: 10px 0;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.10);/*影*/
}
@media screen and (max-width: 767px) {
.waku_r1{
	max-width:100%;
	border-radius:20px;
	border: 1px solid #ccc;
	padding:0em 1em 1em;
	box-sizing: border-box;
	}	
}	
/*================================================
 *  枠　2行　waku2g
 ================================================*/
dl,
dt,
dd {
  box-sizing: border-box;
}

dl.waku2g{
	width:80%;
	margin: 0 auto;
}
dl.waku2g dt{
	width:100%;
	background-color:#ABD8BF;
	border:solid 1px #ABD8BF;
	font-size:16px;
	color:#333;
	text-align:center;
	line-height:1.5em;
	padding: 15px 0;
}	
dl.waku2g dd {
	width:100%;
	background-color:#fff;
	border:solid 1px #ABD8BF;
	font-size:20px;
	color: #eb617b;
	text-align:center;
	line-height:1.5em;
	padding: 20px 0;
	margin-bottom:30px;
}	
@media screen and (max-width: 767px) {
dl.waku2g{
	width:90%;
	margin: 0 auto;
	}	
}	

/*================================================
 *  guide
 ================================================*/
.box_guide {
    margin: 1em 0;
    border: dotted 3px #0097e0;/*線*/
    color:#000000;/*文字色*/
	background-color: #F5FCFE;
}
.box_guide:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
.box_guide p{
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 20px;
}
.guide_l{
	float: left;
	width: 60%;
	padding: 40px 50px 20px;
}
.fs24bc{
	font-size: 24px;
	font-weight: bold;
	color:#0097e0;
}

.guide_r{
	float: right;
	width: 35%;
}
.guide_r img{
	width:100%;
}

.guide ul {
	margin-left:2em;
	float: left;
	width: 50%;
}
.guide ul li{
	list-style:none;
	text-indent:-1.2em;
	margin-top:5px;
	margin-bottom:0;
}
.guide_img {
	margin-left:2em;
	float: right;
	width: 40%;
}
.guide_img img{
	width: 100%;
}
@media screen and (max-width: 767px) {
.box_guide {
    margin: 1em 0;
    border: dotted 3px #0097e0;/*線*/
    color:#000000;/*文字色*/
	background-color: #F5FCFE;
	}
.box_guide:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	}
.box_guide p{
	font-size: 16px;
	line-height: 1.7em;
	margin-top: 20px;
	}
.guide_l{
	float: none;
	width: 100%;
	padding: 10px 10px 0px;
	}
.fs24bc{
	font-size: 24px;
	font-weight: bold;
	color:#0097e0;
	}
.guide_r{
	float: none;
	width: 100%;
	}
.guide_r img{
	width:100%;
	}
.guide ul {
	margin-left:0;
	float: none;
	width: 100%;
	margin-bottom: 15px;
	}
.guide ul li{
	list-style:none;
	text-indent:-1.2em;
	margin-top:5px;
	margin-bottom:0;
	margin-left: 1.5em;
	margin-right: 1em;
	}
.guide_img {
	margin-left:0em;
	float: none;
	width: 100%;
	}
.guide_img img{
	width: 100%;
	}
.box_guide {
    padding: 1em 1em 0.2em;
    margin: 1em 0;
    background-color:#edf8fd;/*背景色*/
    border: dotted 3px #0097e0;/*線*/
    color:#000000;/*文字色*/
}
.box_guide p{
	font-size: 16px;
	line-height: 1.8em;
	margin-top: 20px;
	}	
}

/*================================================
 *  merit
 ================================================*/
.merit table{
	float:left;
	width: 46%;
	margin:0 2%;
}
.merit:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
.merit table th{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #003580;
	color: #fff;
}
.merit table td{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #fbfbfb;
	padding: 25px 10px;
	color: #333;
	line-height: 2.5em;
}

.merit img{
	float:right;
	margin-left:2em;
}

.merit_02 dl {
	margin-left: 1em;
}
.merit_02 dt {
	font-weight: bold;
    padding-bottom:10px;
    color: #003580;
    font-size:18px;
}
.merit_02 dd {
	padding-bottom:2.5em;
    margin-left:1em;
    line-height:1.6em;
}
.merit_02 img{
	float:right;
	margin-left:2em;
	width: 400px;
}
@media screen and (max-width: 767px) {
.merit table{
	float:none;
	width: 96%;
	margin:0 2%;
	}
.merit:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	}
.merit table th{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #003580;
	color: #fff;
	}
.merit table td{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background-color: #fbfbfb;
	padding: 25px 10px;
	color: #333;
	line-height: 1.8em;
	}
.merit_02 dl {
	margin-left: 0em;
	}
.merit_02 dt {
	font-weight: bold;
    padding-bottom:10px;
    color: #003580;
    font-size:18px;
	}
.merit_02 dd {
	padding-bottom:2.5em;
    margin-left:1em;
    line-height:1.6em;
	}	
.merit_02 img{
	float:none;
	margin:5%;
	width:90%;
	}
}

/*================================================
 *  price
 ================================================*/
.tb_price {
	width:100%;
	margin-bottom:5px;
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #333;
	box-sizing:border-box;
}
.tb_price th {
	padding:6px 0px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #666;
	background:#E9F4FE;
	color:#333;
	font-size:95%;
}
.tb_price td {
	padding:6px 0px;
	text-align:center;
	border:1px solid #666;
	font-size:95%;
}
.tb_price_2 {
	width:60%;
	margin-bottom:5px;
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #333;
	box-sizing:border-box;
}
.tb_price_2 th {
	width: 55%;
	text-align: left;
	padding:6px 20px;
	vertical-align:middle;
	border:1px solid #666;
	background:#E9F4FE;
	color:#333;
	font-size:95%;
}
.tb_price_2 td {
	padding:6px 30px;
	text-align:left;
	border:1px solid #666;
	font-size:95%;
}
@media screen and (max-width: 767px){
table.tb_price {
	width:100%;
	margin-bottom:5px;
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #333;
	box-sizing:border-box;
	}
.tb_price th {
	padding:6px 0px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #666;
	background:#E9F4FE;
	color:#333;
	font-size:95%;
	width: 50%;
	}
.tb_price td {
	padding:6px 0px;
	text-align:center;
	border:1px solid #666;
	font-size:95%;
	width: 50%;
	}	
.tb_price_2 {
	width:100%;
	margin-bottom:5px;
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #333;
	box-sizing:border-box;
	}
.tb_price_2 th {
	width: 100%;
	text-align: left;
	padding:6px 10px;
	vertical-align:middle;
	border:1px solid #666;
	background:#E9F4FE;
	color:#333;
	font-size:95%;
	display: block;
	}
.tb_price_2 td {
	padding:6px 20px;
	text-align:left;
	border:1px solid #666;
	font-size:95%;
	width: 100%;
	display: block;
	}
}	

/*================================================
 *  office
 ================================================*/
.office_txt{
	line-height: 2em;
}
.office_txt img{
	float: right;
	margin-left: 2em;
	width:220px;
}
.office_txt1{
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5em;
	text-align: center;	
}
.office_txt2{
	font-size: 20px;
	font-weight: bold;
	line-height: 2.5em;
	color: #003580;
	text-align: center;	
}
.tb_office {
	width:100%;
	margin-bottom:5px;
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #333;
	box-sizing:border-box;
}
.tb_office th {
	padding:6px 0px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #666;
	background:#E9F4FE;
	color:#333;
	font-size:95%;
}
.tb_office td {
	padding:6px 0px;
	text-align:center;
	border:1px solid #666;
	font-size:95%;
}
.tb_office_2 {
	width:100%;
	margin-bottom:5px;
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #333;
	box-sizing:border-box;
}
.tb_office_2 th {
	width: 20%;
	text-align: left;
	padding:8px 20px;
	vertical-align:middle;
	border:1px solid #666;
	background:#E9F4FE;
	color:#333;
	font-size:95%;
}
.tb_office_2 td {
	padding:8px 30px;
	text-align:left;
	border:1px solid #666;
	font-size:95%;
}
.office_box1{
	float: left;
	width: 180px;
	margin-right: 50px;
}
.office_box1 img{
	width:100%;
}
.office_box2{
	float: left;
	line-height: 1.8em;
}

.office_box3_1 {
    position: relative;
    padding: 1em 1.5em;
    margin: 2em 0;
    border: solid 1px #0097e0;/*線*/
    border-radius: 6px;/*角の丸み*/
    color: #000000;/*文字色*/
}
.office_box3_1 .office_box_title{
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 16px;/*タイトル文字サイズ*/
    background: #ffffff;/*タイトル文字背景色*/
    color: #0097e0;/*タイトル文字色*/
    font-weight: bold;
}
.office_box3_1 p {
    margin: 0; 
    padding: 0;
}
@media screen and (max-width: 767px) {
.office_txt{
	line-height: 1.5em;
	}
.office_txt img{
	float: none;
	margin-left: auto;
	margin-right: auto;
	width:75%;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	}
.office_txt1{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;	
	}
.office_txt2{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7em;
	color: #003580;
	text-align: center;	
}	
.tb_office {
	width:100%;
	margin-bottom:5px;
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #333;
	box-sizing:border-box;
	}
.tb_office th {
	padding:6px 0px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #666;
	background:#E9F4FE;
	color:#333;
	font-size:85%;
	width:25%;
	line-height: 1.5em;
	box-sizing:border-box;
	}
.tb_office td {
	padding:6px 0px;
	text-align:center;
	border:1px solid #666;
	font-size:95%;
	}
.tb_office_2 {
	width:100%;
	margin-bottom:5px;
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #333;
	box-sizing:border-box;
	}
.tb_office_2 th {
	width: 100%;
	text-align: left;
	padding:8px 10px;
	vertical-align:middle;
	border:1px solid #666;
	background:#E9F4FE;
	color:#333;
	font-size:95%;
	display: block;
	}
.tb_office_2 td {
	padding:8px 10px 8px 20px;
	text-align:left;
	border:1px solid #666;
	font-size:95%;
	width: 100%;
	display: block;
	}
.office_box1{
	float: none;
	width: 60%;
	margin-right:auto;
	margin-left: auto;
	display: block;
	margin-bottom: 20px;
	}
.office_box1 img{
	width:100%;
	}
.office_box2{
	float: none;
	line-height: 1.6em;
	}
.office_box3_1 {
    position: relative;
    padding: 0.8em 0.8em;
    margin: 2em 0 0;
    border: solid 1px #0097e0;/*線*/
    border-radius: 6px;/*角の丸み*/
    color: #000000;/*文字色*/
	}	
}	

/*================================================
 *  cer
 ================================================*/
.tb_cer {
	width:70%;
	margin-bottom:5px;
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #333;
	box-sizing:border-box;
}
.tb_cer th {
	width: 20%;
	text-align: center;
	padding:12px 20px;
	vertical-align:middle;
	border:1px solid #666;
	background:#E9F4FE;
	color:#333;
	font-size:95%;
}
.tb_cer td {
	padding:12px 20px;
	text-align:center;
	border:1px solid #666;
	font-size:95%;
}
@media screen and (max-width: 767px)  {
.tb_cer {
	width:100%;
	margin-bottom:5px;
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #333;
	box-sizing:border-box;
	}
.tb_cer th {
	width: 100%;
	text-align: center;
	padding:12px 20px;
	vertical-align:middle;
	border:1px solid #666;
	background:#E9F4FE;
	color:#333;
	font-size:95%;
	display: block;
	}
.tb_cer td {
	padding:12px 10px;
	text-align:center;
	border:1px solid #666;
	font-size:95%;
	width: 100%;
	display: block;
	}	
}

/*================================================
 *  contact
 ================================================*/

.contact_st{
	font-size:12px;
}
.contact_f{
	width:100%;
	margin:0 auto;
	margin-top: 30px;
}
.contact_f table {
	border-collapse: collapse;
	margin:20px 0;
	width:100%;
}
.contact_f th{
	padding: 13px 15px 6px;
	text-align: left;
	vertical-align: top;
	font-weight:normal;
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	font-size:14px;
	width:250px;
	line-height:20px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
.contact_f td{
	padding: 8px 25px 8px 15px;
	background-color: #fff;
	border: 1px solid #CCC;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form textarea[cols="50"],input[size="60"] {
    width:100%;
}
.add_pc{
	display: block;
	float: left;
	width:11em;
	font-size:12px;
}
form input,
form textarea{
	border: solid 1px #E9E9E9;
	padding:5px;
	border:solid 1px #ccc;
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 3px rgba(0, 0, 0, 0.2);
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form textarea{
	padding:5px;
	border:solid 1px #ccc;
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
}
form .label_2{
	display:inline;
	padding:2px 3px;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:0.8em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color:#F90;
	margin-right:0.7em;
}
form .label_3{
	display:inline;
	padding:2px 3px;
	color:#fff;
	text-align:center;
	font-size:10px;
	line-height:0.8em;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:3px;
	background-color: #999;
	margin-right:0.7em;
}
.form_bu{
	border:solid 1px #ccc;
	padding:10px 40px;
	margin:0 10px 20px;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 15px;
	background-color: #0097e0;
}
.form_bu2 a{
	border:solid 1px #ccc;
	padding:10px 30px;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:10px;
	background-color: #ef8ba9;
}
.form_bu2 a:hover{
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {	
.step{
	margin:0 auto;
	text-align:left;
	line-height: 1.5em;
	}

.contact_st{
	font-size:13px;
	text-align:left;
	line-height:1.3em;
	}	
#form-tbl th,
#form-tbl td {
	display: block;
	}
.contact_f{
	width:100%;
	}
.contact_f table {
	border-collapse: collapse;
	margin:10px 0;
	width:100%;
	}
.contact_f th{
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
	font-weight:bold;
	background-color: #D9D9D9;
	border: 1px solid #CCC;
	font-size:16px;
	width:100%;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	}
.contact_f td{
	padding: 8px 10px 8px 10px;
	background-color: #fff;
	border: 1px solid #CCC;
	width:100%;
	display: block;
	box-sizing:border-box;
	overflow:hidden;
	}
form textarea[cols="50"],input[size="60"],input[size="45"] {
    width:99%;
	}
form select {
	height:28px;
	font-size:14px;
	margin:3px 0;
	width:90%;
	}
form input[type=text]{
	font-size:16px;
	}
form textarea{
	font-size:16px;
	}
input#submit_bu,
input#reset_bu {
    // 送信ボタン
    height:40px;
	font-size:16px;
	}
.add_pc{
	display: block;
	float: none;
	width:11em;
	font-size:14px;
	}
.form_box1{
	width:100%;
	border-top:2px solid #165da3;
	margin-bottom:10px;
	padding:10px 0.5em;
	background-image:url(../products/img/box_bk1.jpg);
	background-repeat:repeat-x;
	text-align:left;
	line-height:1.5em;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;	
	}
form .label_2{
	padding:3px 5px;
	font-size:12px;
	}
form .label_3{
	padding:3px 5px;
	font-size:12px;
	}	
} /*@media*/

/*================================================
 *  cgi 確認・エラーページ（お問合せ）
 ================================================*/
/* for table */
#form th {
	text-align:left;
}
 
/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}


/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}
.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #C2C2C2;
	border-bottom:1px dotted #C2C2C2;
	background-color: #F0F0F0;
	margin-top: 50px;
}
.footmenu .footer_w{
	width:1080px;
	margin:10px auto;
	text-align:left;
}
.footmenu ul {
	margin-bottom:1.5em;
	margin-right:3em;
}
.footmenu li {
	display:block;
	font-size:12px;
	background-image:url(../images/base/arrow_foot-1.png);
	background-repeat:no-repeat;
	background-position:1% 7px;
	padding-left:15px;
	line-height:30px;
}
.footmenu ul li ul {
	margin:0px;
}
.footmenu ul li ul li {
	display:block;
	font-size:11px;
	background-image:url(../images/base/arrow_foot-2.png);
	background-repeat:no-repeat;
	background-position:1% 5px;
	padding-left:15px;
	line-height:20px;	
}
.footmenu .add{
	font-size:13px;
	line-height: 1.6em;
	color:#000;
	margin-right:1em;
}
.footmenu .add img{
	width: 250px;
	margin-bottom: 15px;
}
.footmenu .add p{
	margin-left: 2em;
}
.footer_name{
	font-size: 17px;
	display: inline-block;
	margin-bottom: 10px;
}
.footer_tel{
}
.footer_tel a{
	color:#000;
	}
.footmenu li a, 
.footmenu li ul li a{
	color:#000;
}
.footer_fl{
	float:left;
}
.footer_fl2{
	float:left;
	width: 200px;
	font-size: 13px;
	line-height: 1.7em;
	margin-top: 6px;
}
.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#fff;
	border-top: solid 1px #999;
	background-color: #003580;
	line-height: 1.5em;
}

@media screen and (max-width: 767px) {
.footmenu {
	padding:10px 0;
	}
.footmenu .footer_w{
	width:100%;
	}
.footmenu ul {
	margin:10px auto;
	}
.footmenu .add{
	font-size:16px;
	line-height:1.4em;
	color:#000;
	margin-right:0em;
	text-align:center;
	}
.footmenu .add img{
	width:80%;
	margin-top:10px;
	}
.footmenu .add p{
	margin-left: 0;
	}	
.footer_name{
	font-size: 20px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	}	
.footer_fl{
	float:none;
	}
	
.footer_tel{
	font-size:26px;
	font-weight:bold;
	line-height:30px;
	}
.footer_tel a{
	color:#003580;
	}
.footer_fl2{
	float:none;
	width:100%;
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 6px;
	text-align: center;
	}	
}/*@media*/

/*================================================
 *  ページトップへの戻り
 ================================================*/

#pageTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px 0 0 0px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: #0097e0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size:9px;
  line-height:2em;
  }
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*================================================
 *  出現アニメーション スクロールアクション
 ================================================*/
.animation {
	margin: 0x 0;
	visibility: hidden;
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-10px); }
 98% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
 98% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}







/*================================================
 *  table .tb_1  law、company
 ================================================*/
.tb_1 {
	width:100%;
}
.tb_1 table{
	width:100%;
	margin-bottom:2em;
	margin-top:2em;
	border-collapse:collapse;
	border:1px solid #C6C6C6;
}
.tb_1 th {
	padding:20px 20px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #C6C6C6;
	background:#e9f3f0;
	color:#003580;
	font-size:16px;
	width:20%;
}
.tb_1 td {
	padding:20px 20px;
	text-align:left;
	border:1px solid #C6C6C6;
	font-size:16px;
}
@media screen and (max-width: 767px) {
.tb_1 {
	width:100%;
	}
.tb_1 table{
	width:100%;
	margin-bottom:2em;
	margin-top:2em;
	border-collapse:collapse;
	border:1px solid #C6C6C6;
	}
.tb_1 th {
	padding:10px 20px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #C6C6C6;
	background:#f5f5f5;
	color:#003580;
	font-size:18px;
	width:100%;
	display:block;
	box-sizing:border-box;
	}
.tb_1 td {
	padding:15px 20px;
	text-align:left;
	border:1px solid #C6C6C6;
	font-size:18px;
	display:block;
	width:100%;
	box-sizing:border-box;
	}	
}/*@media*/

/*================================================
 *  table .tb_2  社長profile
 ================================================*/
.tb_2{
}
.tb_2 table {
	width:100%;
	margin-bottom:2em;
	margin-top:2em;
	border-collapse:collapse;
	border: none;
	border-top:1px dotted #C6C6C6;
}
.tb_2 th {
	padding:8px 20px;
	text-align:left;
	vertical-align:middle;
	border: none;
	border-bottom:1px dotted #C6C6C6;
	background:#e9f3f0;
	color:#003580;
	font-size:16px;
	width:16em;
}
.tb_2 td {
	padding:8px 20px;
	text-align:left;
	border: none;
	border-bottom:1px dotted #C6C6C6;
	font-size:16px;
}
@media screen and (max-width: 767px) {
.tb_2 {
	width:100%;
	}
.tb_2 table {
	width:100%;
	margin-bottom:2em;
	margin-top:2em;
	border-collapse:collapse;
	border:1px solid #C6C6C6;
	}
.tb_2 th {
	padding:10px 20px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #C6C6C6;
	background:#f5f5f5;
	color:#003580;
	font-size:16px;
	width:100%;
	display:block;
	box-sizing:border-box;
	}	
.tb_2 td {
	padding:10px 20px;
	text-align:left;
	border:1px solid #C6C6C6;
	font-size:16px;
	display:block;
	width:100%;
	box-sizing:border-box;
	}
}/*@media*/

/*================================================
 *  table .tb_3  モータースポーツ遍歴
 ================================================*/
.tb_3 {
}
.tb_3 table {
	width:100%;
	margin-bottom:2em;
	margin-top:2em;
	border-collapse:collapse;
	border: none;
	border-top:1px solid #ABD8BF;
}
.tb_3 th {
	padding:8px 20px;
	text-align:left;
	vertical-align:top;
	border: none;
	border-bottom:1px solid #ABD8BF;
	background:#e9f3f0;
	color:#000;
	font-size:16px;
	line-height:1.6em;
	width:20em;
}
.tb_3 td {
	padding:8px 20px;
	text-align:left;
	border: none;
	border-bottom:1px solid #ABD8BF;
	font-size:16px;
}
.tb_3 th span{
	width: 100%;
	display: block;
	background:#ABD8BF;
	padding: 5px 10px;
	color:#003580;
	font-size:18px;	
	line-height: 1.8em;
	border-radius:4px;
}
@media screen and (max-width: 767px) {
.tb_3 {
	}
.tb_3 table {
	width:100%;
	margin-bottom:2em;
	margin-top:2em;
	border-collapse:collapse;
	border: none;
	border-top:1px solid #ABD8BF;
	}
.tb_3 th {
	padding:8px 20px;
	text-align:left;
	vertical-align:top;
	border: none;
	border-bottom:1px solid #ABD8BF;
	background:#e9f3f0;
	color:#000;
	font-size:16px;
	line-height:1.6em;
	width:100%;
	display: block;
	}
.tb_3 td {
	padding:8px 20px;
	text-align:left;
	border: none;
	border-bottom:1px solid #ABD8BF;
	font-size:16px;
	width:100%;
	display: block;
	}
.tb_3 th span{
	width: 100%;
	display: block;
	background:#ABD8BF;
	padding: 5px 10px;
	color:#003580;
	font-size:18px;	
	line-height: 1.8em;
	border-radius:4px;
	}	
}/*@media*/

/*================================================
 *  table .tb_4  agency
 ================================================*/
.tb_4 {
	width:100%;
}
.tb_4 table{
	width:100%;
	margin-bottom:2em;
	margin-top:1em;
	border-collapse:collapse;
	border:1px solid #C6C6C6;
	text-align: left;
}
.tb_4 th {
	padding:10px 20px;
	vertical-align:middle;
	border:1px solid #C6C6C6;
	background:#F0F0F0;
	color:#003580;
	font-size:16px;
	width:auto;
}
.tb_4 td {
	padding:10px 15px;
	border:1px solid #C6C6C6;
	font-size:16px;
}
@media screen and (max-width: 767px) {
.tb_4 {
	width:96%;
	margin: 0 2%;
	}
.tb_4 table{
	width:100%;
	margin-bottom:2em;
	margin-top:0;
	border-collapse:collapse;
	border:1px solid #C6C6C6;
	text-align: center;
	}
.tb_4 th {
	padding:10px 20px;
	vertical-align:middle;
	border:1px solid #C6C6C6;
	background:#F0F0F0;
	color:#003580;
	font-size:18px;
	width:100%;
	display: block;
	}
.tb_4 td {
	padding:6px 15px;
	border:1px solid #C6C6C6;
	font-size:18px;
	width:100%;
	display: block;
	}
.tb_4 thead {
	display: none;
	}
}/*@media*/


/*================================================
 *  table
 ================================================*/
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	box-sizing:border-box;
}
th {
	padding:10px;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	border:1px solid #ddd;
}


	


/*================================================
 *  .privacy
 ================================================*/
.privacy {
	margin-top: 3em;
}
.privacy ul{
	margin-left:2em;
	margin-top: 30px;
}
.privacy ul li{
	list-style-type: none;
	counter-increment: number;
	margin-top: 3em;
}
.privacy ul li span{
	font-size: 18px;
	color: #003580;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}	
.privacy ul li span::before{
	content: counter(number) ".";
	margin-right: 5px;
	color: #003580;
	margin-left: -1rem;
}	
@media screen and (max-width: 767px) {
.privacy {
	margin-top: 1.5em;
	}
.privacy ul{
	margin-left:1em;
	margin-top: 30px;
	}
.privacy ul li{
	list-style-type: none;
	counter-increment: number;
	margin-top: 1.5em;
	}
.privacy ul li span{
	font-size: 18px;
	color: #003580;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
	}	
.privacy ul li span::before{
	content: counter(number) ".";
	margin-right: 5px;
	color: #003580;
	margin-left: -1rem;
	}	
}		
	
/*================================================
 *  .measurement
 ================================================*/
.measure{
	margin-top: 40px;
}
.measure_1{
	float: right;
	width: 400px;
	box-sizing: border-box;
}
.measure_1 img{
	width: 80%;
}
.measure_2{
	float: left;
	width: 570px;
	box-sizing: border-box;
	padding: 50px 50px 0 80px;
}
.measure_ti{
	font-size: 20px;
	line-height: 2em;
	color:#003580;
}
.measure:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}	
.measure_tb table {
	width:100%;
	margin-bottom:1em;
	margin-top: 0.5em;
	border-collapse:collapse;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.measure_tb th {
	padding:10px 50px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#e9f3f0;
	width: 30%;
}
.measure_tb td {
	padding:10px 50px;
	text-align:left;
	border:1px solid #ddd;
	background-color: #fff;
}
.s_data_tb table {
	width:100%;
	margin-bottom:0.5em;
	margin-top: 1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	box-sizing:border-box;
}
.s_data_tb th {
	padding:10px 10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#e9f3f0;
	font-weight: 600;
	width: 7em;
}
.s_data_tb td {
	padding:10px 10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background-color: #fff;
}
.tb_6w{
	width: 6em;
}
.tb_12w{
	width: 12em;
}
@media screen and (max-width: 767px) {
.measure{
	margin-top: 10px;
	}
.measure_1{
	float: none;
	width: 100%;
	box-sizing: border-box;
	}
.measure_1 img{
	width: 80%;
	margin: 0 9%;
	}
.measure_2{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0px 0 20px;
	}
.measure_ti{
	font-size: 20px;
	line-height: 1.6em;
	color:#003580;
	}
.measure_tb table {
	width:100%;
	margin-bottom:1em;
	margin-top: 0.5em;
	border-collapse:collapse;
	border:1px solid #ddd;
	box-sizing:border-box;
	}
.measure_tb th {
	padding:10px 15px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#e9f3f0;
	width: 100%;
	display: block;
	}
.measure_tb td {
	padding:10px 15px;
	text-align:left;
	border:1px solid #ddd;
	background-color: #fff;
	width: 100%;
	display: block;
	}
.s_data_tb table {
	width:100%;
	margin-bottom:0.5em;
	margin-top: 1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	box-sizing:border-box;	
	}
.s_data_tb th {
	padding:6px 2px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#e9f3f0;
	font-weight: 600;
	width: auto;
	}
.s_data_tb td {
	padding:6px 2px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background-color: #fff;
	}
.tb_6w{
	width: auto;
	}
.tb_12w{
	width: auto;
	}
}	

/*================================================
 *  .spring
 ================================================*/
.fc_1{
	color:#003580;
	font-weight: bold;
}
.s_vol4-1{
	width: 400px;
}	
.spring_1 img{
	width: 250px;
	float: right;
	margin-left: 5em;
	margin-right: 1em;
}
.spring_1:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
.spring_ml4{
	margin-left: 4em;
}
/* ---- table ---- */
.tb_spring {
	width: 94%;
	margin-left: 3%;
}
table.tb_spring {
	width:100%;
	margin-bottom:0.5em;
	margin-top:2em;
	border-collapse:collapse;
	border:1px solid #C6C6C6;
	text-align: center;
}
.tb_spring th {
	padding:8px 10px;
	vertical-align:middle;
	border:1px solid #C6C6C6;
	background:#F0F0F0;
	color:#333;
	font-size:14px;
	line-height: 1.4em;
	width:auto;
	text-align: center;
}
.tb_spring td {
	padding:6px 15px;
	vertical-align:middle;
	border:1px solid #C6C6C6;
	font-size:16px;
	text-align: left;
}
.tb_spring td:first-child {
	background: #F0F0F0;
}
.tb_spring td:nth-child(2) {
	background: #e9f3f0;
}
@media screen and (max-width: 767px) {
.spring_1 img{
	width: 40%;
	float: right;
	margin-left: 0.5em;
	margin-right: 0em;
	}
.spring_ml4{
	margin-left: 1em;
	}
/* ---- table ---- */	
.tb_spring {
	width:98%;
	margin: 0 1%;
	margin-top: 20px;
	}
.tb_spring table{
	width:100%;
	margin-bottom:2em;
	margin-top:0;
	border-collapse:collapse;
	border:1px solid #C6C6C6;
	text-align: center;
	}
.tb_spring th {
	display: none;
	}	
.tb_spring tr {
	width: 100%;
  	}	
.tb_spring td {
	padding:6px 15px;
	border:1px solid #C6C6C6;
	font-size:20px;
	width:100%;
	display: block;
	text-align: left;
	}
.tb_spring td:first-child {
	background: #F0F0F0;
	border-top:2px solid #C6C6C6;
	}
.tb_spring td:nth-child(2){
	background: #e9f3f0;
	color: #003580;
	text-align: left;
	font-size: 20px;
  	}
.tb_spring td:before {
	content: attr(data-label);
	float: left;
	margin-right: 10px;
	font-size: 14px;
  	}	
}
	
/*================================================
 *  .button
 ================================================*/	
.btn_1  {
	position: relative;
	display: inline-block;
	padding: 0.1em 0.5em 0;
	text-decoration: none;
	color: #00BCD4;
	font-size: 15px;
	background: #ECECEC;
	transition: .4s;
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);	
}
@media screen and (max-width: 767px) {
.btn_1  {
	position: relative;
	display: inline-block;
	padding: 0.2em 0.6em 0;
	text-decoration: none;
	color: #00BCD4;
	font-size: 18px;
	font-weight: bold;
	background: #ECECEC;
	transition: .4s;
	border-radius: 4px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);	
	}
}


/*================================================
 *  ボタン 
 ================================================*/
.button_r1 {
	background-color:#6daf2c;
	background-image: url(../images/base/arrow_d1.png);
	background-size:25px 25px;
	border-radius: 5px;
	background-repeat:no-repeat;
	background-position:97% 50%;
	line-height:20px;
	font-size:22px;
	color:#fff;
	padding:20px 50px 20px 15px;
	box-shadow:2px 2px #CCC;
	box-sizing:border-box;
	margin:30px 0 10px;
}
.button_r1 a:link,
.button_r1 a:hover,
.button_r1 a:active,
.button_r1 a:visited{
	color:#fff;
	text-decoration:none;
	display: block;
	}
.button_r1:hover{
	background-color: #B4BCCF;
	color:#6daf2c;
	}
.button_r1 a:hover{
	color:#6daf2c;
	}	
.button_w100{
	width:100%;
	box-sizing:border-box;
	}	

/*================================================
 *  クラス
 ================================================*/
strong {
	font-weight:bold;
}

figure {/*キャプション*/
  text-align: center;
}
figcaption {
  font-size: 80%;
  color:#14a53f;
}
section {
	clear:both;
	}
.ma_tb_pc{
	margin:2em 0;
	}
@media screen and (max-width: 767px) {
	
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	}	
.ma_tb_pc{
	margin:0em 0;
	}
}

