@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #F9F9F9;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
	border-top: 0px solid #184894;
	min-width:1000px;/*レスポンシブ時外す*/

}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #666;
}
a:hover {
	color: #0f1bb1;			
	text-decoration: none;	
}






/*ヘッダー
---------------------------------------------------------------------------*/
header {
	background-color: #FFF;	
    box-shadow: 1px 2px 5px #999;
    position: relative; z-index: 10;
	min-width: 960px;
}

/*ヘッダーブロックの中*/
header .inner {
	width: 997px;	
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}
/*h1*/
h1 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 110%;
	margin-top: 0px;
	font-weight: 500;
	}

.logo {
	position: absolute;
	left: 0px;	
	top: 10px;
}

#head_logo {
	margin-top: 10px;
	}

header .inner address {
	position: absolute;
	top: 40px;		
	right: 0px;	
	font-size: 11px;	
	text-align: center;
	line-height: 1.0;
	letter-spacing: 0.em;
}

header .inner address .tel {
	font-size: 18px;
	color: #0f1bb1;		
	font-weight: bold;
	display: block;
}


/*メインメニュー
---------------------------------------------------------------------------*/
#nav {
	width: 60em; /* 1000 */
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	position: relative ;
	top: 10%;
	left: 50%;
	margin-left: -41.5em; /* 30 480 */
	
}

#nav > a {
	display: none;
}

#nav li {
	position: relative;
}

#nav li a {
	text-decoration: none;
	color: #111111;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 150%;
	display: block;
}
#nav li a:active {
	background-color: #DDDDDD !important;
}

#nav span:after {
	width: 0;
	height: 0;
	border: 0.4em solid transparent;
	border-bottom: none;
	border-top-color: #184894;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}

#nav span.nosecond:after {
	width: 0;
	height: 0;
	border: 0em solid transparent;
	border-bottom: none;
	border-top-color: #184894;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}

#nav ul li:first-child {
	border-left-width: 0.3px;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}

/* first level */

#nav > ul {
	height: 45px; /* 60 */
	width: 997px;
	background-color: #;
	margin-right: auto;
	margin-left: auto;
}

#nav > ul > li {
	height: 45px;
	width: 165.8px;
	float: left;
}

#nav > ul > li > a {
	height: 100%;
	font-size: 150%;
	line-height: 2.3em; 
	text-align: center;
	display: block;
}

#nav > ul > li:not( :last-child ) > a {
	border-right: 0.5px solid #EEEEEE;
}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
	background-color: #;
}

/* second level */

#nav li ul {
	background-color: #EEEEEE;
	display: none;
	position: absolute;
	top: 100%;
	-webkit-box-shadow: 1px 1px 1px #999;
	box-shadow: 1px 1px 1px #999;
}

#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}

#nav li:not( :first-child ):hover ul {
	left: -1px;
}

#nav li ul a {
	font-size: 120%;
	border-top: 0px solid #cccccc;
	padding: 0.75em;
	color: #111111;
}

#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
	background-color: #AAAAAA;
}

#nav ul li:last-child {
	border-right-width: 0.5px;
	border-right-style: solid;
	border-right-color: #EEEEEE;
}


/*トップページ スライドショー
---------------------------------------------------------------------------*/

#mainimg {
	width:999px;
	height:400px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

	
}

#mainimg_back {
	width:100%;
	height:400px;
	background-color: #192149;
	}



.top_img {
	width:999px;
	height:400px;
	}
	
#img2, #img3, #img4 {
display:none;
}

.container {
	margin-bottom: 0px;
	position: relative; z-index: 1;
}
.slide_all {width: 1000px; margin: 0 auto; height: 300px; position: relative; margin-top: 2px; margin-bottom: 48px;}
.slide_wrap {width: 3000px; position: absolute; left: 50%; margin-left: -1500px;}
.slide_body {width: 100%;}
.slide {width: 1000px; font-family: 'arial'; background-color: #00A0E8; color: #fff; font-size: 50px; line-height: 250px; text-align: center;}
.slide img {width: 100%; vertical-align: bottom;}


.bx-controls-direction,.bx-pager {text-align: center;height: 25px;}
.bx-controls-direction a,.bx-pager-item {display: inline-block;}
.bx-pager-item a{display: block; height: 10px; width: 10px; text-indent: -9999px; background: #fff; border-radius: 10px; margin:10px 2px 0 2px;}
.bx-pager-item a.active {opacity: 0.3;}
.bx-controls-direction a{text-decoration: none; color: #fff; padding:0 5px;}
.bx-controls {position: absolute;bottom: 5px;z-index: 100;width: 100%;}


.slide{transition:all .3s;opacity:.20;}
.slide.active{ opacity:1;}

.bx-pager {
	width: 100%;
	height: 60px;
	box-shadow: 0.3px 0.3px 0.3px 0.3px #666666;
	background-color: #1e234c;
	padding-top: 5px;
	}
.bx-pager a img {  
opacity: 0.5;  
filter: alpha(opacity=50);  
}  
.bx-pager a.active img {  
opacity: 1;  
filter: alpha(opacity=100);  
} 


/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 997px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#contents-in {
	float: left;
	width: 570x;
}

body.c2 #contents-in {
	float: none;
	width: 100%;
}

/*メイン
---------------------------------------------------------------------------*/
#main {
	float: left;	
	width: 750px;	
	padding-bottom: 10px;
}


body.c2 #main {
	width: 770px;
}



#main h2 {
	/*	background-color: #184894;
	border-radius: 1px 1px 1px 1px;
	-webkit-box-shadow: 2px 2px 2px 1px #999;
	box-shadow: 2px 2px 2px 1px #999;*/
	color: #111;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 150%;
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #192149;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #192149;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #192149;
	font-weight: 500;
}




#main h3 {
	background-color: #000033;
	border-radius: 1px 5px 1px 5px;
	-webkit-box-shadow: 1px 2px 3px #999;
	box-shadow: 1px 2px 3px #999;
	font-size: 125%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	color: #fff;
	clear: both;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 1px solid #00A0E8;
	border-left: 6px solid #00A0E8;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 8px;
}

#main h4 {	
	background-color: ;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#), to(#));
	background-image: -webkit-linear-gradient(#, # 49%, #fff 50%);
	background-image: linear-gradient(#, # 49%, # 50%);
	font-size: 115%;
	color: #333;
	clear: both;
	margin-top: 10px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 2.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1e234c;
	border-right-color: #1e234c;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


#main p {
	padding: 0.5em 10px 15px;
}


#box_top {
	margin-top: 5px;
	margin-bottom: 25px;
}



#box_top ul li {
	width: 235px;
	height:200px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #FFF;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: ;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 10px;
}





#box_top ul li.li_left {
	width: 235px;
	height:200px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #FFF;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: ;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 0px;
}


#box_top .icatch{
	width: 235px;
	border-radius: 1px;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


#box_top_pre2 {
	font-size: 125%;
}

#box_top_pre ul li {
	width: 235px;
	height:300px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #FFF;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: ;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 10px;
}

#box_top_pre ul li.li_left {
	width: 235px;
	height:300px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #FFF;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: ;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#box_top_pre .icatch_pre{
	width: 235px;
	border-radius: 1px;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#box_top_pre h6 {
	width: 235px;
	margin: 0px;
	padding: 0px;
	color: #E83E35;
	font-size: 135%;
	font-weight: bold;
	text-align: left;
}
#box_top_pre span {

	font-size: 125%;

}




#box_top_mini ul li {
	width: 113px;
	height: 113px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
    margin-top: 5px;
	margin-right: 3px;
	margin-bottom:5px;
	margin-left: 5px;
}

#box_top_mini .icatch_icon{
	width: 113px;
	height: ;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.0);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: -5px;
}

/*マウスオーバー*/
.icatch:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


#box_top .midasi {
	width: 235px;
	border-radius: 0px;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	float: left;
}


#box_top h5 {
	width: 235px;
	margin: 0px;
	padding: 0px;
	color: #1e234c;
	font-size: 205%;
	font-weight: bold;
	text-align: left;

}
#box_top .k3 {
	font-family: 'Noto Sans Japanese', sans-serif;
	text-decoration: none;
	font-size: 125%;
	color: #ffffff;
	border-radius: 1px;
	font-weight: ;
	display: block;
	width: 120px;
	text-align: center;
	padding: 1.2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FF6600;
	float: right;
}

#box_top .k3:hover {
	color: #FFFFFF;
	background-color: #192149;
}



#box_top2{
	margin-top: 0px;
	margin-bottom: 20px;
}

.imghv:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}


#box_top2 .icatch2{
	width: 720px;
	height: auto;
	border-radius: 0px;
	border: 0px solid #FFF;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.3);
	background: ;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 20px;
}
/*
.icatch2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
*/
#box_menu{
	float: left;
	margin-bottom: 15px;
}



#box_menu ul li {
	width: 235px;
	height:80px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 1px;
	border: 0px solid #FFF;
	box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: ;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}


#box_menu .icatch{
	width: 228px;
	border-radius: 1px;
	box-shadow: 0.1px 0.1px 0.1px rgba(000,000,000,0.3);
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;

}


/*サイド
---------------------------------------------------------------------------*/

#side {
	float: right;
	width: 235px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 0px;

}

body.c2 #side {
	display: none;
}

#side h2 {
	width: 230px;
	background-color: none;
	border-radius: 1px 1px 1px 1px;
	/*-webkit-box-shadow: 0.5px 0.5px 0.5px 0.5px #999;
	box-shadow: 0.5px 0.5px 0.5px 0.5px #999;*/
	color: #000;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 150%;
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #192149;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #192149;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #192149;
	font-weight:500;
}


#side .box1 h2 {
	border-radius: 0;	
}

#side .box1 {
	background-color: #FFF;	
	border: 0px solid #1e234c;
	padding: px;		
	margin-bottom: px;	
}


#side h2 + ul,
#side h2 + .box1 {
	border-top: none;
}

#side .box1 > ul {
	margin-bottom: 0;
}

/*side
---------------------------------------------------------------------------*/
#side ul {
	float: left;	
	border-top: 0px solid #cfcfcf;		
	border-right: 0px solid #cfcfcf;	
	border-left: 0px solid #cfcfcf;		
	border-bottom: 0px solid #cfcfcf;

}

#side ul li{
	width: 100%;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom:3px;
	margin-left: 5px;
	}
	
#side ul li.bn_top{
	width: 100%;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 1px solid #FFF;
	box-shadow: 0px 1px 1px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
    margin-top: 0px;
	margin-right: 3px;
	margin-bottom:5px;
	margin-left: 5px;
	}
	
#side ul li.bn_bottom{

	margin-bottom:10px;

	}
	
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 0px solid #cfcfcf;
	padding-left: 0px;
	background: #FFF;
}

#side .bn {
	width: 97.5%;

	margin-top: 3px;
	margin-bottom: -3px;
	margin-left: 3px;
	}
	
#hoge .bn {
	width: 100%;

	margin-top: 3px;
	margin-bottom: -3px;
	margin-left: 5px;
	}
	
#side .banner{
	width: 100%;
	height:auto;
	font-size: 95%;
	padding:0px;
	
	}
#side .banner2{
	width:100%;
	height:auto;
	font-size: 95%;
	padding:2px;
	
	}
	
.bn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.bn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


#hoge{
	float: left;
	width: 235px;
	margin-top: 0px;
	}

#hoge ul li{
	width: 231px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	-webkit-box-shadow: 0.5px 0.5px 0.5px 0.5px #999;
	box-shadow: 0.5px 0.5px 0.5px 0.5px #999;
	display: block;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 2px;
	background-color: #FFF;
	}
	
	
#hoge ul li a{
	width: 220px;
	text-decoration: none;
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 15px;
	padding-left: 0px;
	background-color: #FFF;
}
#hoge ul li.bn_top{
	width: 231px;
	font-size: 15px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	-webkit-box-shadow: 0.5px 0.5px 0.5px 0.5px #999;
	box-shadow: 0.5px 0.5px 0.5px 0.5px #999;
	display: block;
	padding: 2px;
	background-color: #FFF;
    margin-top: 0px;
	margin-right: 3px;
	margin-bottom:1px;
	margin-left: 2px;
	}
	
#hoge_mini_txt{
	font-size: 13px;
	}
	
.submenu{
	text-decoration: none;
	color: #000;
	
	}

.submenu:hover {
	color: #FF9900;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 15px;
	color: #FFF;
	background-color: #333333;
	background-repeat: repeat;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}


#ft_bg {
	background-repeat: repeat-x;
	height: 130px;
	}
	

div#footer {
   width: 100%;
   height: 100px;
   font-size: 13px;
   text-align: left;
   letter-spacing: 1px;}
 
div#footer2 {
	width: 100%;
	height: 80px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #333333;
}	
	
div#footerIn {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background-color: #;
}


div#footerIn .footerlogo {
	width: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: ;
	font-size: 95%;
}
div#footerIn .footerlogo2 {
	width: 283px;
	position: absolute;
	float:right;
	top: 0px;
	right: 0px;
	line-height: 110%;

}

div#footerIn .footerlogo3 {
	display: block;
	width:500px;
	height:75px;
	float: left;
	position: ;
	margin-top: 5px;
	left: 0px;
	line-height: 1.8em;

}


div#footerIn li {
   margin-bottom: 5px;}

div#footerIn a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 120%;
   }

div#footerIn a:hover {
   text-decoration: underline;}

div#footerIn ul.foot_menu01 {
	position: absolute;
	left: 500px;
	top: 0px;
	color: #FFFFFF;
	line-height: 1.4em;
	font-size: 98%;
}

div#footerIn ul.foot_menu02 {
	position: absolute;
	left: 700px;
	top: 0px;
	color: #FFFFFF;
	line-height: 1.4em;	
	font-size: 98%;
	
}

div#footerIn .telnumber {
   position: absolute;
   top: 45px;
   right: 0;
   width: 277px;
   height: 104px;
   text-indent: -9999em;}

div#footerIn .submenu {
   position: absolute;
   overflow: hidden;
   top: 233px;
   left: 0;
   width: 980px;}

div#footerIn .submenu ul {
   float: left;
   padding-top: 8px;}

div#footerIn .submenu ul li {
   float: left;
   margin-right: 17px;}

div#footerIn .submenu address {
   width: 219px;
   height: 30px;
   float: right;
   text-indent: -9999em;}


/*新着情報
---------------------------------------------------------------------------*/
.ifrm-container {
	border: 0px solid #FFF;
	background-color: #FCFCFC;
	-webkit-box-shadow: 0.5px 0.5px 0.5px #999;
	box-shadow: 0.5px 0.5px 0.5px #999;
	margin-top: 10px;
	}

.ifrm {
	font-family: 'Noto Sans Japanese', sans-serif;
	color:#666;
	font-size:100%;
	width:100%;
	height:120px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}
	
.news_list_toptxt{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:120%;
	font-weight: 200;
}

#news_word {
	float: left;
	width: 67%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 105%;
	}
#news_word_ph{
	float: right;
	width: 30%;
	height: ;
	display: block;
	margin-bottom: 7px;
	margin-top: 5px;
	padding-left: 5px;
	}

/*アクセス テーブル
---------------------------------------------------------------------------*/

.ta1 {
	width: 100%;
	background-color: #fff;	
	font-size: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height:1.8;
	font-size: 105%;
}


.ta1 td{
	padding: 10px;

}

.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #f1f1f1;	
	line-height:1.2em;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;
}

.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;	
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}

/*会社概要
---------------------------------------------------------------------------*/
#president_word {
	float: right;
	width: 100%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 120%;
	}
#president_word_ph{
	float: left;
	width: 30%;
	height: ;
	display: block;
	margin-bottom: 7px;
	margin-top: 5px;
	padding-right: 5px;
	}
	
.president_name {
	float: left;
	margin-top: 0px;
	}

.li_right {
	float: right;
	line-height: 0.3em;
	padding-top: 10px;
}
.li_right span{
	float: right;
	clear:both;
	}

#enkaku_word {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	}

/*会社概要 テーブル*/
.ta_com {
	width: 100%;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 115%;
	background-color: #fff;	
}
.ta_com, .ta_com td, .ta_com th{
	border: 1px solid #CCC;
	line-height: 1.7;
}


.ta_com td{
	padding: 5px;
}

.ta_com th{
	width: 130px;
	padding: 5px;
	text-align: center;
	background-color: #f1f1f1;	
	line-height:1.2em;
}

.ta_com th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;
}

.ta_com caption{
	padding: 10px;
	border-top: 1px solid #CCC;	
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;

	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}


.ta_com td.enkaku_ph{
	border-width: 0px 1px;
	font-size: 85%;   
}


/*会社概要 テーブル2*/
.ta_com2 {
	width: 100%;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 130%;
	background-color: #fff;	
}
.ta_com2, .ta_com2 td, .ta_com2 th{
	border: 1px solid #CCC;
	line-height: 1.7;
}


.ta_com2 td{
	padding: 5px;
}

.ta_com2 th{
	width: 120px;
	padding: 5px;
	text-align: center;
	background-color: #f1f1f1;	
	line-height:1.2em;
}

.ta_com2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;
}

.ta_com caption{
	padding: 10px;
	border-top: 1px solid #CCC;	
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;

	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}

.ta_com2 td.enkaku_ph{
	border-width: 0px 1px;
	font-size: 85%;   
}


#contents_top {
	float: left;
	width: 69%;
	height: auto;
	display: block;
	line-height: 1.8em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-size: 100%;
	}

.contents_text{
	float: left;
	margin-top: 8px;
	font-size: 125%;
	}

#contents_word {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: px;
	font-size: 115%;
	}
	
#contents_word_ph{

	float: right;
	width: 30%;
	height: ;
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
	padding-left: 5px;
	}

#contents_link {
	font-size: 115%;
	float: left;
	display: block;
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
	}



#rinen_word {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-size: 110%;
	}

.google-maps {
position: relative;
padding-bottom: 50%; /*これが縦横比*/
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/*実績
---------------------------------------------------------------------------*/

/*実績 テーブル*/
.ta_res {
	width: 100%;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 115%;
	background-color: #fff;	
}
.ta_res, .ta_res td, .ta_res th{
	border: 1px solid #CCC;
	line-height: 1.7;
}


.ta_res td{
	padding: 5px;
}

.ta_res th{
	width: 100px;
	padding: 5px;
	text-align: center;
	background-color: #f1f1f1;	
	line-height:1.2em;
}

th.ta_midashi_1 {
	width: 120px;
	padding: 5px;
	text-align: center;
	font-size: 110%;
	font-weight: 400;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 1.8em;
}
th.ta_midashi_2 {
	width: 120px;
	padding: 5px;
	text-align: center;
	font-size: 110%;
	font-weight: 400;
	background-color: #000022;
	color: #FFFFFF;
	line-height: 1.8em;
}
th.ta_midashi_3 {
	width: 120px;
	padding: 5px;
	text-align: center;
	font-size: 110%;
	font-weight: 400;
	background-color: #000044;
	color: #FFFFFF;
	line-height: 1.8em;
}
th.ta_midashi_4 {
	width: 120px;
	padding: 5px;
	text-align: center;
	font-size: 110%;
	font-weight: 400;
	background-color: #000066;
	color: #FFFFFF;
	line-height: 1.8em;
}

th.ta_midashi_5 {
	width: 120px;
	padding: 5px;
	text-align: center;
	font-size: 110%;
	font-weight: 400;
	background-color: #000088;
	color: #FFFFFF;
	line-height: 1.8em;
}

th.ta_midashi_6 {
	width: 120px;
	padding: 5px;
	text-align: center;
	font-size: 110%;
	font-weight: 400;
	background-color: #0000aa;
	color: #FFFFFF;
	line-height: 1.8em;
}

th.ta_midashi_7 {
	width: 120px;
	padding: 5px;
	text-align: center;
	font-size: 110%;
	font-weight: 400;
	background-color: #0000cc;
	color: #FFFFFF;
	line-height: 1.8em;
}

table th.ta_res_con{
	width: 15px;

}

table th.ta_res_time{
	width: 30px;
}

table th.ta_res_ad{
	width: 15px;
}





#box_res {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 25px;
	line-height: 1.3em;
}

#box_res ul	{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}


#box_res ul li {
	width: 237px;
	height: 237px;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 2px solid #FFF;
	box-shadow: 0px 1px 3px rgba(000,000,000,0.3);
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 30px;
	margin-left: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 110%;
}


#box_res .icatch{
	width: 237px;
	height: 237px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(000,000,000,0.0);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}



/*実績ページ タブ
---------------------------------------------------------------------------*/


/* 表示領域全体 */
div.tab_box div.tabbox { margin: 0px; padding: 0px; width:100%; }
/* タブ部分 */
div.tab_box span.tabs { margin-top: 20px; padding: 0px; font-size: 100%; }
div.tab_box span.tabs a {
	display: block;
	width:13.1%;
	height: 30px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:	center;
	border-radius: 0px 0px 0px 0px; 
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
div.tab_box span.tabs a.tab1 {
	color: #fff;
	background-color: #000000;
	font-size: 120%;
	text-decoration: none;
	padding-top: 5px;
	line-height: 1.7em;
	box-shadow: 0.5px 0.5px 0.5px #999;
	float: left;
}

div.tab_box span.tabs a.tab2 {
	background-color: #000022;
	color: #fff;
	font-size: 120%;
	text-decoration: none;
	padding-top: 5px;
	line-height: 1.7em;
	box-shadow: 0.5px 0.5px 0.5px #999;
	margin-left: 10px;
	float: left;
}

div.tab_box span.tabs a.tab3 {
	color: #fff;
	background-color: #000044;
	font-size: 120%;
	text-decoration: none;
	padding-top: 5px;
	line-height: 1.7em;
	box-shadow: 0.5px 0.5px 0.5px #999;
		margin-left: 10px;
	float: left;
}

div.tab_box span.tabs a.tab4 {
	background-color: #000066;
	color: #fff;
	font-size: 120%;
	text-decoration: none;
	padding-top: 5px;
	line-height: 1.7em;
	box-shadow: 0.5px 0.5px 0.5px #999;
	margin-left: 10px;
	float: left;
}

div.tab_box span.tabs a.tab5 {
	background-color: #000088;
	color: #fff;
	font-size: 120%;
	text-decoration: none;
	padding-top: 5px;
	line-height: 1.7em;
	box-shadow: 0.5px 0.5px 0.5px #999;
	margin-left: 10px;
	float: left;
}

div.tab_box span.tabs a.tab6 {
	background-color: #0000aa;
	color: #fff;
	font-size: 120%;
	text-decoration: none;
	padding-top: 5px;
	line-height: 1.7em;
	box-shadow: 0.5px 0.5px 0.5px #999;
	margin-left: 10px;
	float: left;
}

div.tab_box span.tabs a.tab7 {
	background-color: #0000cc;
	color: #fff;
	font-size: 120%;
	text-decoration: none;
	padding-top: 5px;
	line-height: 1.7em;
	box-shadow: 0.5px 0.5px 0.5px #999;
	margin-left: 10px;
	float: left;
}

div.tab_box span.tabs a:hover {
	color: #FFFF00;
	text-decoration: none;
}
/* 対応表示領域 */
div.tab_box div.tab { height: auto; overflow: ; clear: left; }
div.tab_box div#tab1 { border: 0px solid blue;  background-color: ; }
div.tab_box div#tab2 { border: 0px solid #aaaa00; background-color: ; }
div.tab_box div#tab3 { border: 0px solid blue;  background-color: ; }
div.tab_box div#tab4 { border: 0px solid #aaaa00; background-color: ; }
div.tab_box div#tab5 { border: 0px solid #aaaa00; background-color: ; }
div.tab_box div#tab6 { border: 0px solid #aaaa00; background-color: ; }
div.tab_box div.tab span { margin: 0em; }






/*
---------------------------------------------------------------------------*/


#page {
	width: 47%;
	font-size: 110%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	color: #000;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fff, #fff 49%, #fff 50%);
	background-image: linear-gradient(#fff, #fff 49%, #fff 50%);
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 2px solid #1e234c;
	border-right: 2px solid #1e234c;
	border-bottom: 2px solid #1e234c;
	border-left: 2px solid #1e234c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 10px;
	text-align: center;	
}


#page1, #page2  {
	width: 47%;
	font-size: 110%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	color: #000;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: -webkit-linear-gradient(#fff, #fff 49%, #fff 50%);
	background-image: linear-gradient(#fff, #fff 49%, #fff 50%);
	-webkit-box-shadow: 1px 2px 7px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 2px solid #1e234c;
	border-right: 2px solid #1e234c;
	border-bottom: 2px solid #1e234c;
	border-left: 2px solid #1e234c;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 10px;
	text-align: center;	
}

/*採用情報
---------------------------------------------------------------------------*/

.ta_rec {
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.3;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 115%;
}
.ta_rec, .ta_rec td, .ta_rec th{
	line-height: 1.7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


.ta_rec td{
	padding: 5px;
}

.ta_rec th{
	width: 120px;
	padding: 5px;
	text-align: center;
	background-color: ;	
	line-height:1.2em;
}

.text_big{
	font-size: 180%;
	line-height: 1.2em;
	font-weight: 300;
	}
.text_big2{
	font-size: 250%;
	line-height: 1.2em;
	font-weight: 300;
	}

.text_middle{
	font-size: 140%;
	line-height: 1.2em;
	font-weight: 300;
	}
	
.text_tel{
	font-size: 320%;
	line-height: 1.0em;
	font-weight: 500;
	}
.text_mail{
	font-size: 280%;
	line-height: 1.0em;
	font-weight: 500;
	}
.mail_link{
	text-decoration: none;
	}
	
	
/*
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
	width: 40%;
	font-size: 120%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	text-align: center;
	float: left;
	background-color: #1e234c;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 1px solid #1e234c;
	border-right: 1px solid #1e234c;
	border-bottom: 1px solid #1e234c;
	border-left: 1px solid #1e234c;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-bottom: 35px;
	margin-left: 220px;
	margin-right: auto;
	margin-top: 15px;
	color: #FFFFFF;
}


input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}


/*ワークフロー
---------------------------------------------------------------------------*/

#bottan {
	width: 40%;
	font-size: 125%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	text-align: center;
	float: left;
	background-color: #1e234c;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 1px solid #1e234c;
	border-right: 1px solid #1e234c;
	border-bottom: 1px solid #1e234c;
	border-left: 1px solid #1e234c;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 30px;
	margin-left: 220px;
	margin-right: auto;
	margin-top: 15px;
}

#bottan:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}

#bottan2 {
	width: 47%;
	font-size: 120%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	text-align: center;
	background-color: #1e234c;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 1px solid #1e234c;
	border-right: 1px solid #1e234c;
	border-bottom: 1px solid #1e234c;
	border-left: 1px solid #1e234c;
	border-radius: 5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: auto;
	margin-top: 5px;
}

#bottan2:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}

#bottan3 {
	width: 35%;
	height: 25px;
	font-size: 110%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	text-align: center;
	background-color: #333333;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 0px solid #1e234c;
	border-left: 0px solid #1e234c;
	border-radius: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	float: none;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	clear: both;
	text-decoration: none;
}

#bottan3:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
}

.bottan_t {
	color: #FFF;
}

#bottan3 a{
	text-decoration: none;
}

#bottan3 a{
	text-decoration: none;
}
	
.flow_bg1 {
	background-image: url(../images/flow1.png);
	height: 155px;
	width: 750px;
	background-repeat: no-repeat;

	}
.flow_bg2 {
	background-image: url(../images/flow2.png);
	height: 155px;
	width: 750px;
	background-repeat: no-repeat;
	margin-top: -30px;	
	}
.flow_bg3 {
	background-image: url(../images/flow3.png);
	height: 155px;
	width: 750px;
	background-repeat: no-repeat;
    margin-top: -30px;	
	}
.flow_bg4 {
	background-image: url(../images/flow4.png);
	height: 155px;
	width: 750px;
	background-repeat: no-repeat;
    margin-top: -30px;	
	}
.flow_bg5 {
	background-image: url(../images/flow5.png);
	height: 155px;
	width: 750px;
	background-repeat: no-repeat;
    margin-top: -30px;	
	}
.flow_bg6 {
	background-image: url(../images/flow6.png);
	height: 155px;
	width: 750px;
	background-repeat: no-repeat;
    margin-top: -30px;	
	}
.flow_bg7 {
	background-image: url(../images/flow7.png);
	height: 155px;
	width: 750px;
	background-repeat: no-repeat;
    margin-top: -30px;	
	}	
.flow_text {
	height: 107px;
	width: 580px;
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 145px;
	line-height: 2.5em;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	color: #000000;
	font-size: 115%;
	}

.flow_under{
	margin-top: -10px;	
	}

/* プライバシーポリシー
---------------------------------------------------------------------------*/
#privacy {
	line-height: 2em;
	}

/* PAGE TOP 設定
---------------------------------------------------------------------------*/
.pagetop{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

/*その他
---------------------------------------------------------------------------*/
.bold {
	font-weight: 900;
	display: inline;
	}

.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}


#center {
	text-align:center;
	}

/*レスポンシブ
---------------------------------------------------------------------------*/

#smart{
	display: none;	
	}
	
	
#hp {
	display: block;
    } 

.img_s {
	width: auto;
    } 
	
.img_s2 {
	width: auto;
    }

.img_100 {
	width: 100%;
	height:auto;
    }
.img_100map {
	width: auto;
	height:auto;
	text-align: center;
    } 
	
.img_50 {
	width: 49.5%;
    }
	
.img_auto {
	width: auto;
	height:auto; }
		
	 
.fixed{
	position:fixed;
	top:10px;
}

#text_red {
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.2em;
	color: #DD0000;
}

#menu-box{
    display: none;
  }
#toggle{
    display: none;
  }
   
 /*改行*/
.br-sp { display:none; }
.br-hp { display:block; }

.ifrm {
	font-size:100%;
}

   
 /*新着本文*/
#news_wrap {
	width: 750px;
	height:150px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}
#news_wrap_list {
	width: 750px;
	height:150px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}
 /*新着情報一覧用*/
#news_wrap2 {
	width: 750px;
	height:550px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}
#news_wrap_list2 {
	width: 750px;
	height:500px;
	border:none;
	-webkit-overflow-scrolling:touch;
	display: inline-block;
	padding-bottom: 15px;
	overflow:auto;
}

#detailWrap {
	padding:2px;
	margin:0px;
	color:#666;
	font-size:130%;
	line-height:140%;
}
#detailWrap h2 {
	color: #111;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 150%;
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #192149;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #192149;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #192149;
	font-weight: 500;

}


ul#news_list li {
	color:#666;
	font-size:15px;
	margin:0;
	padding:0;
	padding-bottom:2px;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-position:inside;
}

 /*お問い合わせ*/

#formWrap {
	width: 99%;
	margin: 0 auto;
	color: #666;
	line-height: 120%;
	font-size: 120%;
}

.formTable{
	width:100%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:110%;
	font-weight:500;
	margin:0 auto;
	border-collapse:collapse;
}
.formTable td, .formTable th{
	padding: 5px;
	border: 0.8px solid #ccc;
}
.formTable th{
	font-size: 100%;
	width: 30%;
	font-weight: bold;
	text-align: center;
	background-color: #EEEEEE;
	color: #666;
	line-height:1.2em;
}

.formTable td{
	background-color: #FFFFFF;
	width: 60%;
}


#privacy_wrap {
	width: 750px;
	height: 150px;
	margin-top: 10px;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
	padding-bottom: 0px;
	padding-left:5px;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

ul#privacy_list li {
	color:#666;
	font-size:15px;
	margin:0;
	padding:0;
	padding-left:2px;
	margin-bottom:3px;
	background-color: #FFFFFF;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-position:inside;
}

.mini_text {
	font-size: 75%;
}

#detailWrap span{
	color: #666;
	font-size: 180%;

}