@charset "utf-8";
@import url("style-x.css");

/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #FFF;	/*全体の文字色*/
	background: #000;	/*全体の背景色（古いブラウザだとここの色のみが出ます）*/
	background: radial-gradient(circle 400px at center 100px,#383838,#000);	/*ロゴ背後の光を含めた背景色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォントファミリー*/
		BACKGROUND:url(117965867.jpg) ; 
}
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;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	max-width: 1440px;		/*ヘッダー幅*/
	width: 100%;
	margin: 20px auto;
	text-align: center;	/*内容をセンタリング*/
}
@media screen and (max-width:860px) {
	header {
		margin: 0;
		height: 46px;
	}
	.header .logo img {
		width: auto;
		height: 30px;
	}
}
/*電話番号ボックスの設定*/
header address {
	font-size: 11px;	/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定*/
	text-shadow: #000 1px 1px;	/*テキストの影。左右への設定、上下への設定、色設定。*/
}
/*電話番号の文字設定*/
header address .tel {
	font-size: 20px;	/*文字サイズ*/
	color: #ffde00;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
}

/*コンテナー（ヘッダーとフッター以外を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1440px;
	width: 100%;
	margin: 0px auto;
	background: #FFF;	/*背景色*/
	padding: 10px 0 0px;	/*コンテナー内の余白。上、左右、下への設定。*/
	color:#333;
}
@media screen and (max-width: 860px) {
	#container {
		padding: 0px;
	}

	#pankuzu {
		padding: 0 15px;
	}
}
/* #container a {
	color:#333;
}
#container a:hover {
	color: #bb8614;
	text-decoration: none;
} */

/*上部のメインメニュー
---------------------------------------------------------------------------*/
@media screen and (max-width: 860px) {
	nav#menubar {
		margin-top: 5px !important;
	}
}
nav#menubar > ul {
	display: flex;
	overflow: hidden;
	margin-bottom: 10px;
}
/*メニュー１個ごとの設定*/
nav#menubar > ul > li {
	flex: 0 0 14.28%;
	background: #5c3e01 url(../images/bg1.jpg) no-repeat center center;		/*背景画像読み込み（※IE8以前の古いブラウザ用。h2用背景を再利用。）*/
	background: url(../images/menu_bg.jpg) no-repeat center top/100% 200%;	/*背景画像（の上部）を読み込む*/
	margin-left: 1px;	/*メニュー同士の余白*/
	font-weight: bold;	/*太字にする設定。標準がいいならこの１行削除。*/
	text-shadow: 0px -1px #fff;	/*テキストの影。左右への設定、上下への設定、色設定。*/
}
nav#menubar > ul > li > a {
	height: 40px;
	padding-top: 12px;
	line-height: 1.4;
	text-decoration: none;
	display: block;
	font-size: 13px;	/*文字サイズ*/
	letter-spacing: 0.1em;		/*文字間隔を少し広めにとる設定。*/
	text-align: center;	/*文字をセンタリング*/
	color: #003399;	/*文字色*/
	border: 1px solid #926910;	/*枠線の幅、線種、色*/
	-webkit-box-shadow: 0px 0px 1px #fff inset;	/*内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 0px 0px 1px #fff inset;		/*同上*/
}
/*最初のメニューの設定*/
nav#menubar > ul > li:first-child {
	margin-left: 0px;
}
/*マウスオン時と、current(表示中のメニュー)の設定*/
nav#menubar > ul > li > a:hover,
nav#menubar > ul > li.current > a {
	border: 1px solid #d59100;	/*枠線の幅、線種、色*/
	background: url(../images/menu_bg.jpg) no-repeat center bottom/100% 200%;	/*背景画像（の下部）を読み込む*/
	color: #FFF;	/*文字色*/
}
/*英語表記の設定*/
nav#menubar > ul > li > a span {
	font-size: 8px;	/*文字サイズ*/
	display: block;
	opacity: 0.5;	/*50%の透明度で表示*/
	letter-spacing: 0.4em;	/*文字間隔を少し広めにとる設定。*/
	font-weight: normal;	/*太字を標準に*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	padding: 30px 10px 0px;	/*上、左右、下にとるボックス内の余白*/
}
@media screen and (max-width: 860px) {
	#contents {
		padding: 0;
	}
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	flex: 1;
	padding-left: 30px;
}
@media screen and (max-width: 860px) {
	#main {
		padding-left: 0;
	}
}
/*mainコンテンツのh2タグの設定*/
/* #main h2 {
font-size: 14px;
color: #fff;
margin: 10px 0px 20px 0px;
padding: 0.5em 1em;
border-radius:5px;
background: linear-gradient(#007ab5 0%, #007ab5 50%, #004364 50%, #0099e3 100%);
} */
/*mainコンテンツのh3タグの設定*/
#main h3 {
		font-size: 100%;
padding: .5em .75em;
	background: #f4f4f4;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
      color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #2c559d;/*上線*/
  border-bottom: solid 3px #2c559d;/*下線*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	flex: 0 0 300px;
	padding-bottom: 30px;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	border-radius: 6px 6px 0 0;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	background-color: #00d8ff;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#48e3ff), to(#00d8ff));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#48e3ff, #00d8ff);	/*同上*/
	background-image: linear-gradient(#48e3ff, #00d8ff);			/*同上*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a {
	text-decoration: none;
	display: block;
	border-right: 1px solid #999;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #999;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左側の線の幅、線種、色*/
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	background-color: #313131;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
}

/*car.html内の各ボックス設定（とサブコンテンツのボックスの一部共通設定）
---------------------------------------------------------------------------*/
#main section.list {
	margin-bottom: 15px;	/*ボックス間のスペース*/
	background: #FFF;		/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#dcdcdc));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #dcdcdc);	/*同上*/
	background: linear-gradient(#FFF, #dcdcdc);			/*同上*/
	position: relative;
	overflow: hidden;
	border: 3px solid #bb8614;	/*枠線の幅、線種、色*/
}
#main section.list a {
	padding: 20px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時の背景色（※サブコンテンツも共通）*/
#main section.list a:hover,
#sub section.list a:hover {
	background: #fff799;
}
/*ボックス内の段落タグ設定（※サブコンテンツも共通）*/
#main section.list p,
#sub section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定（※サブコンテンツも共通）*/
#main section.list figure img,
#sub section.list figure img {
	float: left;		/*画像を左へ回り込み*/
	width: 30%;			/*写真の幅*/
	height: auto;		/*写真の高さ*/
	border: 1px solid #ccc;	/*線の幅、線種、色*/
}
/*ボックス内のh4タグ設定（※サブコンテンツも共通）*/
#main section.list h4,
#sub section.list h4 {
	font-size: 100%;
	color: #bb8614;		/*文字色*/
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
	border-bottom: 1px solid #bb8614;	/*下側の線の幅、線種、色*/
	margin-bottom: 0.5em;
}

/*サブコンテンツ用　車ボックス（上の共通設定以外の設定）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub section.list {
	font-size: 11px;	/*文字サイズ*/
	border-bottom: 1px solid #999;	/*下の線の幅、線種、色*/
	line-height: 1.6;	/*行間*/
	position: relative;
	overflow: hidden;
}
#sub section.list a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}

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

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ボックスの高さ*/
	padding-left: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background: #dcdcdc;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 200px;
	height: 40px;

}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background: #333;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	line-height: 30px;
	margin-top: -30px;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #666;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*FAQページの設定
---------------------------------------------------------------------------*/
/*FAQブロック全体*/
dl.faq {
	padding: 0px 10px;	/*上下、左右にとる余白*/
}
/*質問ブロック*/
dl.faq dt {
	font-weight: bold;	/*文字を太字にする設定*/
	color: #bb8614;		/*文字色*/
}
/*回答ブロック*/
dl.faq dd {
	border-bottom: 1px solid #555;	/*下線の幅、線種、色*/
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/*「おすすめ」と「SOLD OUT」マーク
---------------------------------------------------------------------------*/
/*おすすめ*/
.osusume {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: inline-block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
/*SOLD OUT*/
.sumi {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #069;	/*背景色*/
	text-align: center;
	display: inline-block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
/*共通*/
h2 .osusume,
h2 .sumi {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: static;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #bb8614;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
figcaption {
	font-size: 11px;
}
.sortbox {
	text-align: right;
	margin-bottom: 15px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 10px;
	background: #FFF;
}
.big1 {
	font-size: 130%;
}
img {
	max-width: 100%;
	height: auto;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
#menubar_hdr {
	display: none;
}


/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: auto;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 50%;
	margin-left: 0;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	flex: 0 0 100%;
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: auto;
}
/*電話番号の文字設定*/
header address .tel {
	font-size: 16px;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
nav#menubar ul li {
	width: 50%;
	margin-left: 0;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	flex: 0 0 100%;
	float: none;
	width: 100%;
}
@media screen and (max-width: 860px) {
	#sub {
		margin-top: 20px;
		padding: 0 15px;
		box-sizing: border-box;
	}
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*car.html内の各ボックス設定（とサブコンテンツのボックスの一部共通設定）
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	margin-left: 0;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, url(../images/bg1.jpg) no-repeat center center;	/*背景画像とマイナスアイコン*/
	background: url(../images/btn_minus.png) no-repeat right center, url(../images/bg1.jpg) no-repeat center center;	/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, url(../images/bg1.jpg) no-repeat center center;	/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/bg1.jpg) no-repeat center center;		/*背景画像とプラスアイコン*/
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/bg1.jpg) no-repeat center center;		/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, url(../images/bg1.jpg) no-repeat center center;		/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	margin: 5px 5px 0px;
	padding-left: 0px;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

#floatingmenu {
display: block;
width: 100%;
position: fixed;
left: 0px;
bottom: 0px;
z-index: 9999;
text-align: center;
padding: 0 auto;
}

.fix_menu_smartphone{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
}
.fix_menu_smartphone img{
  width:100%;
}
/*その他
---------------------------------------------------------------------------*/
.ws {
	width: 96%;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}
/*メニュー折りたたみ設定*/
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

}

.news ul li{
	display:table;
	width:100%;
}

.news ul li a{
	display:block;
}

.news ul li figure{
	display:table-cell;
	vertical-align:middle;
	width:50px;
}

.news ul li figure img{
	width:50px;
	height:auto;
}


.news ul li div{
	display:table-cell;
	vertical-align:middle;
}
.news{
	margin:20px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #fff;
}

.news ul li{
	display:table;
	width:100%;
}

.news ul li:not(:last-child){
	border-bottom:1px solid #f6efe2;
}

.news ul li a{
	display:block;
	padding:7px 25px 7px 7px;
	position:relative;
	text-decoration:none;
	color:#574b35;
}

.news ul li a:after{
	content: "";
	display: block;
	height: 0px;
	width: 0px;
	border: 4px solid transparent;
	border-left-color: #e2a6a6;
	position:absolute;
	top:50%;
	right:10px;
}

.news ul li figure{
	display:table-cell;
	vertical-align:middle;
	width:100px;
	padding-right:5px;
	line-height:0.1em;
	font-size:1px;
}

.news ul li figure img{
	width:100px;
	height:auto;
}


.news ul li div{
	display:table-cell;
	vertical-align:middle;
}
.cat1{
	font-size: 18px;
color: #fff;
background: #ffff33;
text-shadow: 0px 0px 2px #000, 2px 2px 3px #000;
}
.color2{
	color: deeppink;
}


.color3{
	color: darkblue;
}

.color4{
	color: red;
}

.color5{
	color: blue;
}

.color6{
	color:aqua;
}

.color7{
	color:rgba(255,174,0,1.00);
}
.color8{
	color:rgba(0,179,255,1.00);
}
.color9{
	color:rgba(0,155,255,1.00);
}

.hyou{
	color:aliceblue;
	background-color: darkslateblue;
}

.qa{
	color: aliceblue;
	background-color: green;
}

#nav207 ul li{
     width:30%;
     padding:1%;
     float:left;
}
img.example2{
width:100%;
max-width: 100%;
height: auto;
}
ol {
	margin-left: 25px;
	list-style: disc;
}
ol li {
	background: #f3fbff;
	padding: 5px;
	margin-bottom: 5px;
}
img.example3{
width:50%;
max-width: 50%;
height: auto;
}


.big02{
	font-size: 130%;
	color: blue;
	
}

.big03{
	font-size: 130%;
	color:deeppink;
}


.big4{
	font-size: 130%;
	color: dodgerblue;
	
}

.big04{
	font-size: 110%;
	color: dodgerblue;
	
}

.big003{
	font-size: 110%;
	color:deeppink;
}


.big005{
	font-size: 110%;
	color:deeppink;
}

.big006{
	font-size: 110%;
	color:blue;
}

.big007{
	font-size: 130%;
	color:red;
}

.big008{
	color:darkcyan;
}

.top-banner{
	display: flex;
	flex-wrap:wrap;
}
.top-banner li {
	width: calc(100%/2);/*←画像を横に2つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}

img {
    max-width: 100%;
    height: auto;
	}
			h1{
  line-height: 200%;
  font-size: 80%;
  color: white;
  background-color: #000000;
  font-weight: 900;
  text-align: left;
  margin: auto;
  padding: 5px 10px;
}

h3 {
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #2c559d;/*上線*/
  border-bottom: solid 3px #2c559d;/*下線*/
}

h4 {
border-left:none;
color: #000000;
font-size: 16px;
line-height: 20px;
position: relative;
padding: 10px;
background: #23DEFF;
box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 #000000;
    margin: 10px 0px 20px 0px;
}

h5 {
		font-size: 100%;
padding: .5em .75em;
	background: #f4f4f4;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
    margin: 10px 0px 10px 0px;
}
.ser {
font-size: 12px;
color: #000000;
margin: 0px 0px;
padding: 0.5em 1em;
border-radius:5px;
background: linear-gradient(#23DEFF 0%, #23DEFF 50%, #0099E3 50%, #0099E3 100%);
}
/* #main h2{
  position: relative;
  padding: 12px 19px;
  background-color: #2c559d;
  font-size: 14px;
  color: #fff;
}

#main h2::before{
  position: absolute;
  top: 4px;
  left: 5px;
  content: '';
  display: block;
  width: 1px;
  height: calc( 100% - 8px);
  background-color: #fff;
} */
.toc4 {
    color: #2c559d;
    font-weight: bold;
     font-size: 120%;
    }

.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 150px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	background: #27acd9;
	transition: 0.5s;
	color: #333;
}
.btn_02:hover {
	color: #27acd9;
	background: #fff;
}