@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*------------------------リセットCSS-------------------------　*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:90%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#333;
-webkit-text-size-adjust: none;
background: #ffffff url(images/commn/bg.png) repeat-x top;
}
/*---------------*/
/*クリアフィックス*/
/*---------------*/
.clear:after{
	content:"";
	display: block;
	clear:both;
	}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* リンク設定*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#486175;
}

a:hover, a:active{
-webkit-transition:opacity 1s;
-moz-transition:opacity 1s;
-o-transition:opacity 1s;
outline: none;
color:#657d90;
}


/**** Clearfix ****/
.nav .panel:before, nav .panel:after, nav#mainNav:before, nav#mainNav:after, .newsTitle:before, .newsTitle:after {
  content: "";
  display: table;
}
nav .panel:after, nav#mainNav:after, .newsTitle:after {
  clear: both;
}
nav .panel, nav#mainNav, .newsTitle {
  zoom: 1;}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* フォーム*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #4f4d4d;
background: -moz-linear-gradient(top, #4f4d4d 0%, #2e2c2c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4d4d), color-stop(100%,#2e2c2c));
background: -webkit-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: -o-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: -ms-linear-gradient(top, #4f4d4d 0%,#2e2c2c 100%);
background: linear-gradient(to bottom, #4f4d4d 0%,#2e2c2c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4d4d', endColorstr='#2e2c2c',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
/*color:#fff;*/
color:#000;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #4f4d4d;
background: -moz-linear-gradient(top, #2e2c2c 0%, #4f4d4d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2c2c), color-stop(100%,#4f4d4d));
background: -webkit-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: -o-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: -ms-linear-gradient(top, #2e2c2c 0%,#4f4d4d 100%);
background: linear-gradient(to bottom, #2e2c2c 0%,#4f4d4d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2c2c', endColorstr='#4f4d4d',GradientType=0 );
}

*:first-child+html input[type="submit"]{padding:3px;}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* レイアウト*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
#wrapper{
	margin: 0 auto;
padding: 0 20px;
width: 910px;
}

.inner{
margin:0 auto;
width:910px;
}

#header{
	
	overflow:hidden;
	height: 80px;
	margin: 0 auto;
	width: 910px;
}

#content{
float:right;
width:625px;
padding:30px 0;
}

#sidebar{
float:left;
width:265px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
border-top:1px solid #ccc;
} 

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* ヘッダー*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* サイト説明文*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* ロゴ (サイトタイトル)*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
#header h2{
clear:both;
float:left;
padding:10px 0;
color: #515151;
font-size:1.6em;
font-weight:bold;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* コンタクトインフォメーション*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
#headerInfo{
float:right;
text-align:left;
padding: 20px 0;
}
#headerInfo:after{
	display: block;
	content: "";
	clear: both;
}

#headerInfo p{
padding:2px 0 2px 80px;
color:#515151;
font-size:12px;
font-weight:bold;
/*background:url(images/openTime.png) no-repeat 0 2px;*/
}

#headerInfo p.tel{margin: 0;padding: 0;}
#headerInfo p.openTime{margin: 0;padding: 0;}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* トップページ　メイン画像*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
#mainImg{
line-height:0;
text-align:center;
z-index:0;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* タイポグラフィ*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*h2.title{
margin-bottom: 10px;
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #252525;
background: url(images/commn/heading.png) no-repeat;
}

h2.first{margin-top:0;}*/

h2.title {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #dadada;
	background: rgb(246,246,246);
background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(251,251,251,1) 100%);
}
h2.title::before{
	position: absolute;
	bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
	background: rgb(101,134,145);
background: linear-gradient(180deg, rgba(101,134,145,1) 0%, rgba(159,189,199,1) 100%);
}
h2.title::after {
  position: absolute;
  top: 50%;
  left: 8px;
	margin-top: -10px;
  content: '';
  width: 4px;
  height:20px;
  background: rgb(101,134,145);
background: linear-gradient(180deg, rgba(101,134,145,1) 0%, rgba(159,189,199,1) 100%);
  /*border-radius: 4px;*/
}

.dateLabel{
margin:-10px 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:7px 0 5px 25px;
font-size:150%;
color: #333;
border-bottom:1px solid #ccc;
background:url(images/headingBg.png) no-repeat 0 50%;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color: #333;
border-bottom:2px solid #515151;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#2e2c2c;
border-bottom:1px solid #515151;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
/*border: 1px #2e2c2c solid*/;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px;
border: 1px #2e2c2c solid;
/*border-width: 0 0 1px 1px;*/
font-weight:bold;
background:#eff1f0;
/*	border-collapse: collapse;*/
}

.post table td{
padding:7px 5px;
border: 1px #2e2c2c solid;
/*border-width: 0 0 1px 1px;*/
background:#fff;
/*	border-collapse: collapse;*/
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}

.bold{font-weight: bold;}
.font-l{
    font-size: 1.3em;
}

/*pdf埋め込み部分の枠追加　※safari用*/
_::-webkit-full-page-media, _:future, :root #flow + div.post object{
	border: solid 1px #515151;
	box-sizing: border-box;
	height: auto
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* サイドバー　ウィジェット*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:7px 0 5px 20px;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
background:url(images/heading2Bg.png) no-repeat 0 50%;
}

section.widget li{
margin: 0 10px 10px 5px;
border-bottom: 1px solid #ccc;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{background-position: 3px 50%;}

p.banner{padding-bottom:7px;}

#contactBanner a{
	display: block;
	margin: 0 auto;
width:265px;
height:70px;
padding-top:70px;
background:url(images/banners/bannerTel.png) no-repeat;
}

#contactBanner p.tel{
display:inline;
padding-left:80px;
margin-left:30px;
text-align:center;
font-weight:bold;
background:url(images/tel.png) no-repeat;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:130px;
vertical-align:bottom;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* 更新情報*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
.newsTitle{
clear:both;
margin:15px 0 20px;
padding:7px 0 5px 20px;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
background:url(images/heading2Bg.png) no-repeat 0 50%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.8em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.news{padding-bottom:40px;}

.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* フッター*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
#footerLogo{
float:left;
width:265px;
}

#footerLogo img{
max-width:265px;
height:auto;
}

#footer ul{
float:right;
width:625px;
font-size:95%;
padding-bottom:20px;
}

#footer ul ul{padding-bottom:0;width:auto;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-left:15px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin-left:5px;
background:url(images/arrow2.png) no-repeat 0 6px;
}

#footer ul li	li a{padding:0 0 0 8px;}

*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:85%;
zoom:1;
}



/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* トップページ 最新記事3件 + お勧め商品*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*.thumbWrap{
width:645px;
margin-right:-20px;
}*/
.thumbWrap{
width:625px;
}
.thumb{
	display: flex;
}

.thumb li{
	flex:1;
	display: flex;
	flex-direction: column;
padding:2px 5px 0;
background:none;
}
.thumb li p{
	flex:1;
	flex-basis: auto;
}

.bold{font-weight: bold;}

/*-----------------------*/
/*事業項目リンクバナー用CSS*/
/*-----------------------*/
/*

.thwrap{
	display:flex;
}
.thflex{
	flex: 1;
	flex-basis: auto;
	display:flex;
}
 .thlef{
	 display: flex;
	 flex:1;
	 flex-basis: auto;
		flex-direction: column;
		align-items: center;	
	 padding: 0 10px;
	background:none;
 }

 .thumb_bunner{
	padding: 0;
	flex:1;
	flex-basis: auto;
	align-items: center;
}
.thlef .thumb_bunner img{
	align-items: center;
}
*/
.thflex{
	/*flex: 1;
	flex-basis: auto;*/
	display:flex;
	justify-content: space-between;
	max-width: 625px;
	margin: 0 auto;
}
.thlef{
	/*width: 33%;*/
	text-align: center;
	margin-right: 10px;
	display:flex;
	flex-direction: column;
}
.thlef:last-child{
	margin-right: 0;
}
.thumb_bunner{
	height: 50%;
}
.thlef img{
	max-width: 100%;
	height: auto;
}

/* 最新記事リンク */
ul.thumb h3{
/*margin-top:10px;*/
padding: 10px 0;
font-weight:normal;
font-size:100%;
text-align:center;
/*background:#fff;*/
/*border:1px solid #777;*/
}

ul.thumb h3 span{
display:block;
line-height: 31px;
padding:2px 3px;
background:#777;
background: #ffffff url(images/commn/button.png) no-repeat;
}

ul.thumb h3 a{color:#486175;}

ul.thumb h3:hover span{
	cursor:pointer;
background:url(images/commn/button_h.png) no-repeat;
}
ul.thumb h3 a:hover{color: #fff;}


@media only screen and (max-width:420px){
	.thumb2 ul li{width: 100%;}	
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* メインメニュー iPadサイズ以下から*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:20px 0;
	}
	
	nav#mainNav .inner{width:98%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	border:1px solid #515151;
  background: #515151 url(images/menuOpen.png) no-repeat 5px 10px;
	}
	
	nav#mainNav a#menu span{padding-left:2.5em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#fff;
	background: #777 url(images/menuOpen.png) no-repeat 5px -32px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border:1px solid #515151;
	}

	.panel ul{margin:0;padding:0;}

	.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:1em 0;
	text-align:left;
	color:#515151;
	background:#fff;
	}

 .panel ul li a span{padding-left:1em;}
 
	.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	color:#fff;
	background:#a4a6a6;
	}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a{background:#fff url(images/sub1.png) no-repeat 20px 50%;}

	.panel ul li li.current-menu-item a,.panel ul li li a:hover, .panel ul li.current-menu-item li a:hover{background:#a4a6a6 url(images/sub1.png) no-repeat 20px 50%;}
	
	.panel ul li li:last-child a{background:#fff url(images/subLast.png) no-repeat 20px 50%;}
	.panel ul li li:last-child.current-menu-item a,.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:#a4a6a6 url(images/subLast.png) no-repeat 20px 50%;}

	.panel ul li li a span{padding-left:35px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* 959px以下から 1カラム表示*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header h2{padding:10px;}
	#headerInfo{padding-right:10px;}

	.panel ul, .thumbWrap{margin:0 auto;}
	.panel ul ul{padding:0;}
	#wrapper{
		padding: 0;
		margin: 0;
	}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	#banners {
	  width: 100%;
	  margin: 0 auto;
	  text-align: center;
		overflow: hidden;
	}
	#banners p {
	  width: 30%;
	  float: left;
	  margin: 0 1% 0 2%;
	}
  #banners p img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
  #contactBanner{margin:0 auto;}

	#footer{margin:0;border:0;text-align:center;}
	
	#footerLogo, #footer ul{
	float:none;
	width:auto;
	padding-bottom:20px;
	text-align:center;
	}
	
	#footer ul{
	padding-top:20px;
	border-top:1px solid #ccc;
	}

	
	#footer ul ul{padding-top:0;border:0;}	
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* 幅648px以下から  トップページの３画像調節*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumb{
		display: block;
	}
	.thumb li{
		/*max-width: 200px;*/
		margin: 0 auto;
		/*flex-direction: row;*/
		align-items: center;
	}
	.thumb li h3{
		width: 195px;
	}
	.thumb li p{
		margin-top: 10px;
	}
	.thumb li img {
		max-width: 200px;
	}
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	/*.thumbWrap ul.thumb li{float:none;}*/
  .thumbWrap img{width:100%;height:auto;}
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* 幅644px以下から ヘッダー等微調節*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{width:98%;padding:0 1%;text-align:center;}
	#header h2,#footerLogo,#headerInfo{float:none;padding:0;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
}
/****追加分CSS****/
/*代表者名右寄せ*/
.frbr{
  display:block;
  text-align: right;
}
.gyomu{
	margin: 0;
}

/*--------------------------------------------------------------------------*/
/*--------------------------グローバルメニュー新調分--------------------------*/
/*--------------------------------------------------------------------------*/


/**********PCサイズ***********/
@media only screen and (min-width:1025px){
#mainNav{
	margin:17px 0 20px;
}	
nav div.panel{
	display:block !important;
}
#mainNav .menu{
	pointer-events: none;
	display:none;
	height:40px;
}

#mainNav .panel ul{
	height:40px;
}
#mainNav .panel ul li{
	width:20%;
	text-align: center;
line-height: 40px;
background-image: url(images/commn/topnav1.jpg);
background-size: cover;
border-bottom:2px solid transparent;
box-sizing: border-box;
float: left;
position: relative;
	z-index: 9999;
}


/*通常非表示*/
#mainNav .panel ul li .sub-menu{
	display:none;
	width:100%;
	position: absolute;
	/*下部マージン分位置を上部修正*/
	margin-top:2px; 
}
#mainNav .panel ul li ul li{
	width:100%;
	/*位置ズレ防止用の透明な線を設置*/
 border-bottom:2px solid transparent;
}

/*ホバー時に下線を付加*/
#mainNav .panel ul li:hover{
	border-bottom: 2px solid #7595a0;
}
/*ホバー時表示*/
#mainNav .panel ul li:hover .sub-menu{
	display:block;
	box-sizing: border-box;
}
.gyomu{
	margin-top:20px;
}

}

/*---------------------------*/
/*事業案内ページ　テーブル調整用*/
/*---------------------------*/
table,tbody,tr{
	width:100%;
}
th{
	text-align: center;
	width:25%;
	vertical-align: middle;
}
td{
	width:75%;
	vertical-align: middle;
}
.stafflex{
	display: flex;
	
}
.stafflex div{
	padding: 15px;
	flex:1;
	flex-basis: auto;
	widows: 40%;
}
.stafflex table{
	flex:2;
	flex-basis: auto;
	width:60%;
}
.sbtop{
	width: 100%;
	flex:1;
	flex-basis: auto;
}
.sbbtm{
	width: 100%;
	/*flex: 1;*/
	display: flex;
	align-items: center;
	flex-basis: auto;
}
.sbbtm a{
	flex: 1;
	flex-basis: auto;
	margin:2%;
}
.sbbtm a img{
	width:100%;
}
.flimg{
	display:flex;
}
.flimg div{
	flex:1;
	flex-basis: auto;
}
.flimg ul{
flex: 2;
flex-basis: auto;
}
.fimg{
	display:flex;
}
.fimg div{
	flex:1;

	padding: 5px;
}
.fimg div img{
	width:100%;
}
.float p{
	float: left;
}
.float p span{
	font-size:0.9em;
}
.float p:first-of-type{
	margin-right:5%;
	width:35%;
}
.float p:last-of-type{
	width: 60%;
	padding-top:28px;
}
@media only screen and (min-width:1025px){
	.sidebanners{
		display:flex;
		flex-direction: column;
	}
}
@media only screen and (max-width:959px){
	.sidebanners{
		display: flex;
	flex-direction:row;
		align-items: center;
		justify-content: space-between;
		text-align: center;
		flex-wrap: wrap;
	}
	.sidebanners .sbtop{
		width: 30%;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.sidebanners .sbtop:nth-child(3){
		padding-right: 0;
	}
	.sidebanners .sbbtm{
		width: 30%;
		margin: 0 auto;
	}
	.sidebanners img{
		max-width: 100%;
		height: auto;
	}
	.float p{
		float: none;
		margin:0 auto;
	}
	.float p:first-of-type{
		margin-right:0;
		width:100%;
	}
	.float p:last-of-type{
		width: 100%;
		padding-top:0; 
	}
}
@media only screen and (max-width:648px){
	#header h2{
		width:100%;
		margin-top:20px;
	}
	
	#header h2 img{
width:100%;
	}
	.stafflex{
		display: block;
	}
	.stafflex table {
		max-width: 100%;
		width:100%;
	}
	iframe {
		max-width: 100%;
	}
	#banners{width:70%;margin:0 auto;text-align:center;}
		#banners p{ float:none;
		width:100%;
			margin: 0;
	}
	.sidebanners{
		display: flex;
		flex-direction: column;
	}
	.sidebanners .sbtop{
		width: 100%;
		padding-right: 0;
	}
	.sidebanners .sbbtm{
		width: 100%;
	}
	.flimg{
		display: flex;
		flex-direction: column;
	}
	.flimg div{
		flex: 1;
		text-align: center;
	}
	.flimg ul{
		flex:1;
		flex-basis: auto;
	}
	.fimg{
		display: flex;
		flex-direction: column;
	}
	ul.thumb h3 span{
		font-size:10px;
	}
	

}
h1,h2,h3{
	margin-bottom:30px !important; 
}
header:after{
	display: block;
	content:"";
	clear:both;
}
.aisatu,.yotei{
	margin-bottom: 30px;
}
/*h2.first{
	border-bottom: none;
}*/
div.newsTitle h3.title{
margin:0 !important;
}
.staffcnt{
    
	text-align: center;
}
.mt{
    margin-top: 40px;
}
#content section .yotei ol.numbar{
	list-style:decimal inside !important;
}

ol.numbar li{
	margin-bottom: 15px;
	
}
#content section .yotei ol.numbar li{
    margin-bottom: 0;
}
ol.numbar li a{word-wrap: break-word;
}
.yotei p,.yotei ul{word-wrap: break-word;}
.news p a{
	display: flex;
}
@media screen and (max-width: 640px) {
    .br-sp { display:none; }
}


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* 新聞・雑誌掲載情報*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

.td1{
width: 22%;	
}

.td2{
width: 15%;	
}

.td3{
width: 50%;	
}

.keisai table{
word-break: break-all;
}

.magazine .td4{
    white-space: nowrap;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* tableのレスポンシブ表示*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
@media only screen and (max-width:648px){

	table {
	  width: 100%;
	  table-layout: fixed;
	  word-break: break-all;
	  word-wrap: break-all;
	}

}