/*
Theme Name: Nichigaku
Version: 1
Author: GVT株式会社
Author URI: https://gvt.jp
*/

@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	font: 12px "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;	/*文字サイズ、行間、フォント指定*/
/*
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
*/
	background-color: #FFF;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
a {
    /*text-decoration:none;*/
    transition:0.3s all ease;
}
a:hover {
    transition:0.3s all ease;
}
a.bx-prev, a.bx-next, a.bx-prev:hover, a.bx-next:hover{
    transition:none;
}
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: #333;
}
a:hover {
	color: #122f8d;
	text-decoration: none;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF 80%, #ededed);	/*同上*/
	background-image: linear-gradient(#FFF 80%, #ededed);			/*同上*/
}
/*ヘッダー*/
header .inner {
	width: 997px;
	margin: 0px auto;
    padding-top: 32px;
    padding-bottom: 16px;
    position: relative;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
/*キャッチ*/
header .inner h1{
	font-size: 7px;
	color:#CCC;
    position: absolute;
    top: 3px;
}
header h1 a {
	text-decoration: none;
	color:#CCC;
}
/*ロゴの設定*/
header .inner .logo {
    line-height: 0;
}

#headerR {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
}
.headerRBox {
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}
.headerRBox:first-child {
    margin-bottom:10px;
}
/*english*/
header .english {
	color:#F00;
	font-size:110%;
	font-weight:800;
    border: 1px solid #f00;
    border-radius:10px;
    padding:0 10px;
    margin-left:10px;
    line-height: 1.4;
}

header .english a:hover {
	color:#0F0;
}
/*Google*/
header .search {
}
/*検索ボタンの設定*/
header .search input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 40px;	/*ボタン幅*/
	padding: 3px;	/*ボタン内の余白*/
	margin-bottom: 0;
	border-radius: 0px;	/*角丸のサイズ*/
	background-color: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 1px 2px 7px #ccc;			/*同上*/
	font-size: 10px;	/*文字サイズ*/
	letter-spacing: 0.1em;
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*検索ボタンマウスオン時の設定*/
header .search input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#FFF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#e5e5e5, #FFF);	/*同上*/
	background-image: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}
/*Teltoi*/
#teltoi {
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    text-decoration:none;
    white-space:nowrap;
}
#teltoi:hover {
    color: #333;
}
#teltoi > img {
    height:2rem;
}
#tel {
    color: #009;
    font-weight:800;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1;
    text-align: justify;
    padding: 0 3px;
}
#tel div{
    font-size: 0.75rem;
    letter-spacing: -0.6px;
    color: #000;
    font-weight: 300;
    text-align: justify;
    -ms-text-align-last: justify;
    text-align-last: justify;
}
#mail {
    background-color: #009;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    padding: 0 10px;
    display:-ms-flex;
    display:flex;
    -ms-align-items:center;
    align-items:center;
}
#mail::before{
    content:'\f0e0';
    font-family: fontawesome;
    padding-right: 3px;
    font-size: 1.2rem;
    line-height: 1;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 60px;
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e7e7e7));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e7e7e7);	/*同上*/
	background-image: linear-gradient(#FFF, #e7e7e7);			/*同上*/
	border-top: 1px solid #d4d4d4;		/*メニューの上側の線の幅、線種、色*/
	border-bottom: 5px solid #244594;	/*メニューの下側の線の幅、線種、色*/
}
nav#menu ul {
	width: 997px;
	margin: 0px auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 165px;	/*メニュー幅*/
	border-right: 1px solid #d4d4d4;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: bold;	/*文字を太字にする設定*/
}
nav#menu ul li a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	padding-top: 5px;
	color: #222;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少しあける設定*/
	text-shadow: #FFF 0px 2px;	/*テキストの影。色、右方向、下方向への指定。*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px solid #d4d4d4;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #FFF;	/*背景色*/
	border-bottom: 5px solid #2d5fff;	/*メニューの下側の線の幅、線種、色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	color: #122f8d;	/*文字色*/
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 20px;
	padding-bottom: 5px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	background-color: #a5afd3;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4159a4), to(#a5afd3));	/*グラデーション*/
	background: -webkit-linear-gradient(#4159a4, #a5afd3);	/*同上*/
	background: linear-gradient(#4159a4, #a5afd3);			/*同上*/
	clear: left;
	-webkit-box-shadow: 0px 2px 10px #bcbcbc;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 0px 2px 10px #bcbcbc;		/*同上*/
	width:auto;
}
#mainimg .slid {
	text-align:center;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 997px;
	margin: 0px auto;
	padding-top: 0px;	/*メニューと下の左右のブロックの間に空ける余白*/
}
#contents::after {
    content:'';
    display: block;
    clear: both;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*ぱんくずlist*/
#main .list li {
	float:left;
	font-size: 10pt;
}
/*mainコンテンツのh3タグ設定*/
/*中央2列*/
#main .item {
	width:100%;
}
#main .item1{
float:left;
background:#777575;
box-shadow:0 0 3px rgba(0,0,0,.2);
width:340px;
margin:0 15px 20px 2px;
}

#main .item1 h2 a {
	color:#fff;
	text-decoration:none;
	font-size:120%;
}

#main .item1 h2.school{
	font-size:13pt;
	padding:2px;
	text-align:center;
	color:#009;
	margin:15px 0 10px;
}

#main .item1 h2.school a:hover{
	text-decoration:underline;
	color:#BBF56E;
}

#main .item1 img{
	height:auto;

}

#main .item1 .readmore{
	background-color:#FFF;
	background-image:url(./images/ya01.gif) ;
	background-position:right;
	background-repeat:no-repeat;
	margin:4px;
	font-size:125%;
	text-align:right;
	font-weight:bold;
}
#main .item1 .readmore a{
	color:#000;
	text-decoration:none;
	padding-right:25px;
}
#main .item1 .readmore a:hover{
	text-decoration:underline;
	color:#EF0B0F;
}
/*main見出しタイトル設定*/
#main .midashi {
	clear: both;
	background-color: #FFF;
	font-size: 18pt;
	font-weight:bold;
	color: #ff9933;
	border-bottom:3px solid #ff9933;
	margin-top:20px
}
#main .midashi_naka {
	clear: both;
	background-color: #FFF;
	font-size: 18pt;
	font-weight:bold;
	color: #ff9933;
	border-bottom:3px solid #ff9933;
	margin-top:0px;
}
#main .item {
	width:100%;
}


/*main item2設定*/
#main .item2{
float:left;
background:#FFF;
width:330px;
margin:10px 10px 5px 2px;
}
#main .item2 h3 a {
	color:#000;
	text-decoration:none;
	font-size:13pt;
	padding-left:10px;
}
#main .item2 h3 a:hover{
	text-decoration:underline;
	color:#009;
}
#main .item2 p {
	line-height:130%;
	font-size:13px;
	padding:3px 5px; /*上下、左右への余白*/
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 10px 10px 15px;	/*左から、上、左右、下への余白*/
	line-height:150%;
}
#main .midashi {
	clear: both;
	background-color: #FFF;
	font-size: 18pt;
	font-weight:bold;
	color: #ff9933;
	border-bottom:3px solid #ff9933;
	margin-top:20px;
}

/*黒板アート*/
#main .kart img {
width:100%;
max-width: 100%;
height: auto;
}


/*右メニュー
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
	margin-top: 25px;
}
/*右メニューh2タグ設定*/
#sub h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	background-color: #000099;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3646A4), to(#000099));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#3646A4, #000099);	/*同上*/
	background-image: linear-gradient(#3646A4, #000099);			/*同上*/
	padding: 3px 0px;	/*上下、左右への余白*/
	color: #FFF;		/*文字色*/
	border-radius: 1px 1px 0px 0px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
}
/*box1の中にあるh2タグの設定*/
#sub .box1 h2 {
	border-radius: 0;	/*角丸をなくす設定*/
}
/*右メニューbox1設定*/
#sub .box1 {
	background-color: #eee;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 7px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}
/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#sub h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul {
	margin-bottom: 0;
}

/*右列
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul {
	border-top: 1px solid #cfcfcf;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左側の線の幅、線種、色*/
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
	background: #FFF;	/*背景色*/
}
#sub ul li a:hover {
	background-color: #fff8c7;	/*マウスオン時のボックス色*/
}

/*おすすめ
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#sub section.box2 {
	font-size: 11px;	/*文字サイズ*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);									/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);											/*同上*/
	border-bottom: 1px solid #999;	/*下の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左の線の幅、線種、色*/
	line-height: 1.6;	/*行間*/
	position: relative;
	overflow: hidden;
}
#sub section.box2 a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#sub section.box2 a:hover {
	background-color: #fff8c7;	/*マウスオン時のボックス色*/
}
/*h4見出しタグ*/
#sub section.box2 h4 {
	color: #0f1bb1;		/*文字色*/
	margin-left: 70px;	/*左の画像とバランスをとって設定する*/
	font-size: 100%;
}
/*p段落タグ*/
#sub section.box2 p {
	margin-left: 70px;	/*左の画像とバランスをとって設定する*/
}
/*サムネイル画像設定*/
#sub section.box2 figure {
	float: left;	/*左に回り込みさせる設定*/
}
/*サムネイル画像のフチ*/
#sub section.box2 figure img {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
	margin-right:5px;
}
/*問合せ*/
#sub .toi {
	border: 1px solid #999;
	padding: 5px;
	margin-bottom:20px;
}

#sub .toi h5 {
	font-size:15px;
	font-weight:bold;
}

#sub .toi p {
	font-size:12px;
	line-height:130%;
}
/*関連リンク*/
#sub section.box3 {
	font-size: 11px;	/*文字サイズ*/
	border-bottom: 1px solid #cfcfcf;	/*下の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;	/*左の線の幅、線種、色*/
	line-height: 1.6;	/*行間*/
	position: relative;
	overflow: hidden;
}
#sub section.box3 a {
	padding: 5px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}
#sub section.box3 a:hover {
	background-color: #fff8c7;	/*マウスオン時のボックス色*/
}
/*h4見出しタグ*/
#sub section.box3 h4 {
	color: #0f1bb1;		/*文字色*/
	margin-left: 70px;	/*左の画像とバランスをとって設定する*/
	font-size: 100%;
}
/*p段落タグ*/
#sub section.box3 p {
	margin-left: 70px;	/*左の画像とバランスをとって設定する*/
}
/*サムネイル画像設定*/
#sub section.box3 figure {
	float: left;	/*左に回り込みさせる設定*/
}
/*サムネイル画像のフチ*/
#sub section.box3 figure img {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	vertical-align: bottom;
	margin-right:5px;
}
/*メニューブロック全体の設定*/

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub .submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #dcdcdc;	/*上の線の線種、幅、色*/
}


/*メニュー１個ごとの設定*/
#sub .submenu li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	border-bottom: solid 1px #dcdcdc;	/*下の線の線種、幅、色*/
	border-left: solid 1px #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: solid 1px #dcdcdc;	/*右の線の線種、幅、色*/

}
/*マウスオン時の背景色*/
#sub .submenu li a:hover {
	background: #fff8c7;	/*背景色*/
}
/*h2直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
#sub h2 + .submenu {
	border-top: none;
}
#sub section.box4 ul {
	border-top: 1px solid #cfcfcf;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左側の線の幅、線種、色*/
	margin-bottom: 0px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub section.box4 ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
	background: #FFF;	/*背景色*/
}
#sub section.box4 ul li a:hover {
	background-color: #fff8c7;	/*マウスオン時のボックス色*/
}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
ul#footermenu {
	margin-left: 16px;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
ul#footermenu li {
    font-size: 0.8rem;
}
ul#footermenu li:not(:first-child)::before {
    content:'/';
    padding:0 0.8rem;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	color: #FFF;	/*文字色*/
	background-color:#0e5ca7;
    border-top: 10px solid #122f8d;
    border-bottom: 10px solid #122f8d;
}
footer a {
	color: #FFF;
    text-decoration:none;
}
footer a:hover {
	color: #FFF;
    text-decoration:underline;
}
section#footer{
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    max-width: 997px;
    margin: 0 auto;
    padding: 2rem 0 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
section#footer a img{
    height: 1.8rem;
}
#copy {
    padding: 1.5rem 0;
    text-align: center;
}

/*NEW
---------------------------------------------------------------------------*/
.box-new {
    position: relative;
    margin: 2rem 0;
    padding: 0.5em 1em;
    border: solid 1px #000099;
    font-size:0.875rem;
    line-height:1.75rem;
}
.box-new .box-title {
    position: absolute;
    display: inline-block;
    top: -25px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: #000099;
    color: #ffffff;
    font-weight: 300;
    border-radius: 5px 5px 0 0;
}
.box-new p {
    margin: 0;
    padding: 0;
}

#new h2 {
	font-size: 14px;
	color: #000099;
	clear: both;
	width: 680px;
	line-height: 30px;
	height: 35px;
	padding-left: 30px;
	overflow: hidden;
	border-bottom:#000099 dashed 1px;
	background: url(./images/arrow1.png) no-repeat left center;
	margin:15px 10px;
}
/*ブロック全体の設定*/
#new dl{

	padding-left: 10px;
}
/*日付設定*/
#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 #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 130%;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #f1f1f1;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.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;	/*文字を太字にする設定*/
}

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

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	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;
}


/* bx-slider 不足分 */
.bx-wrapper { border:none !important; background: transparent !important; box-shadow:none !important; }
.bx-wrapper img { margin: 0 auto; }

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

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-image: none;
}
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	display:none;
}
header .inner .english ,.search{
	display:none;
}
header .inner .logo {
	position: static;
	margin-top:0px;
}
header .inner .tel {
	position: static;
	margin-top:0px;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menu {
	height: auto;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #d4d4d4;
	margin-bottom: 6px;
}
nav#menu ul {
	width: auto;
}

nav#menu ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
}
nav#menu ul li a:hover {
	border-bottom: none;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

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

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	margin: 0px 6px 1%;
}
#mainimg aside {
	height: auto;
	width: 100%;
}
#mainimg aside img {
	vertical-align: bottom;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}
/*中央2列*/
#main .item {
	width:auto;
}

#main .item1{
float:left;
background:#777575;
box-shadow:0 0 3px rgba(0,0,0,.2);
width: auto;
margin:0 10px 20px 15px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*幅一杯に画像を表示させる*/
img.wa {
	height: auto;
	width: 100%;
}
/*tdタグにiframeを読み込んだ場合（GoogleMap用）*/
td iframe {
	height: 300px;
	width: 100%;
}

}



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

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-image: none;
}
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h1 {
	display:none;
}
header .inner .english ,.search{
	display:none;
}
header .inner .logo {
	position: static;
	margin-top:0px;
}
header .inner .tel {
	position: static;
	margin-top:0px;
}

header img {
	width: 70%;
	height: auto;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menu {
	height: auto;
	overflow: hidden;
	border-bottom: none;
	border-left: 1px solid #d4d4d4;
	margin-bottom: 6px;
}
nav#menu ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
}
nav#menu ul li a:hover {
	border-bottom: none;
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: none;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

#mainimg {
	display:none;
}
/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*トップページのメイン画像
---------------------------------------------------------------------------*/
#mainimg {
	margin: 0px 6px 1%;
}
#mainimg aside {
	height: auto;
	width: 100%;
}
#mainimg aside img {
	vertical-align: bottom;
}
#slide_image {
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding-top: 10px;
}
#main .item {
	width:auto;
}
#main .item1{
float: none;
background:#777575;
box-shadow:0 0 3px rgba(0,0,0,.2);
width:100%;
}
#main .item1 img {
	width:100%;
	max-width: 100%;
	height: auto;
}

/*お知らせ
---------------------------------------------------------------------------*/
#new h2 {
	width:auto;
}
/*ブロック全体の設定*/
#new {
	margin-bottom: 15px;
	width:auto;
}

#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*幅一杯に画像を表示させる*/
img.wa {
	height: auto;
	width: 100%;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	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;
}

}

/* 共通　デザイン変更後 */
#breadcrumb {
    background-color:#244594;
    width:100%;
}
#breadcrumBox {
    width:997px;
    margin:0 auto;
    padding:0.5rem 0;
}
#breadcrumb * {
    color:#fff;
}
/* 共通　デザイン変更後 */

/* 製品一覧・詳細共通　デザイン変更後 */
.wrapper { width: 100%; }
.wrapper * { box-sizing:border-box; }
.wrapper .content {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.wrapper .content .contentL{
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right:1.25rem;
}
.wrapper .content .contentL span{
    color: #fff;
    font-weight: bold;
    background-color: #115ba4;
    padding: 0.6rem 1rem;
    white-space:nowrap;
}
.wrapper .content .contentL::after{
    content:'';
    display: block;
    width: 0;
    height: 0;
    border-top: 1.1rem solid transparent;
    border-bottom: 1.1rem solid transparent;
    border-left: 1rem solid #115ba4;
}
.wrapper .content .contentR{
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-left:1.25rem;
    visibility: hidden;
}
.wrapper .content .contentR span{
    color: #fff;
    font-weight: bold;
    background-color: #115ba4;
    padding: 0.25rem 1rem;
}
.wrapper .content .contentR::after{
    content:'';
    display: block;
    width: 0;
    height: 0;
    border-top: 1.1rem solid transparent;
    border-bottom: 1.1rem solid transparent;
    border-left: 1rem solid #115ba4;
}
.wrapper .content .contentC{
    font-size: 1rem;
    max-width:997px;
    width:100%;
    /*margin: -0.4rem 0;*/
    padding: 0 1.75rem;
}
/* 製品一覧・詳細共通　デザイン変更後 */

/* 製品詳細　デザイン変更後 */
#itemTitleBox {
    width: 997px;
    margin: 2rem auto 0;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 0.75rem 2rem;
    background-color: #115ba4;
    border-radius:5px;
}
#itemTitleBox h1 {
    font-size: 1.125rem;
    color: #fff;
    font-weight: bold;
}
#itemTitleBox span.isGreen {
    background-color: #319f2d;
    color: #fff;
    padding: 0.1rem 1rem;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 1px;
}
#itemImage{
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 4rem;
}
.content#description{
    margin-top: 6rem;
}
.content#detail{
    margin-top: 4.5rem;
}
.itemDetail {
    padding: 0.25rem 0.5rem;
    border-bottom: 1px dotted #000;
}
.itemDetail:not(:first-child) {
    margin-top: 1rem;
}
.itemDetail > span:first-child {
    width: 15%;
    display: inline-block;
}
.itemDetail > span:last-child {
    margin-left: 2rem;
}
#itemLinkArea {
    width: 997px;
    margin: 2.5rem auto 0;
}
#itemLinkArea a{
    text-decoration:none;
}
.itemLinkRow{
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    padding: 1rem 0;
    background-color:#115ba4;
    border-radius:10px;
}
.itemLinkRow > span{
    border-left: 1px solid #fff;
    height:1.5rem;
}
.itemLinkRow > a::before{
    content:'\f08e';
    font-family:fontawesome;
    visibility: hidden;
}
.itemLinkRow > a:not(first-child)::after{
    content:'\f08e';
    font-family:fontawesome;
}
.itemLinkRow > div {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    width: 35%;
    text-align: center;
    letter-spacing: 2px;
}
.itemLinkRow > a{
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    letter-spacing: 2px;
}
.itemLinkRow:first-child > a{
    width: 35%;
}
.itemLinkRow:last-child{
    margin-top: 10px;
    padding: 1rem 1.5rem;
}
.itemLinkRow:last-child > div, .itemLinkRow:last-child > a{
    width: 25%;
}
/* 製品詳細　デザイン変更後 */

/* 製品一覧　デザイン変更後 */
#productMain *{
    box-sizing:border-box;
}
#productMain{
    width:997px;
    margin-top:1.25rem;
    margin-bottom:6rem;
}
#productMain a{
    text-decoration:none;
}
#porductImg{
    position:relative;
    display:-ms-flex;
    display:flex;
}
#porductImg::before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:block;
    background-color:rgba(0,0,0,0.3);
    z-index:1;
}
#porductImgCont{
    display:-ms-flex;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    justify-content:space-between;
    -ms-align-items:flex-start;
    align-items:flex-start;
    position:absolute;
    top:1rem;
    left:1rem;
    width:calc(100% - 2rem);
    height:calc(100% - 2rem);
    color:#fff;
    padding:4.5rem 3.5rem;
    border:1px solid #fff;
    z-index:10;
}
#porductImgCont h1{
    font-size:1.75rem;
    line-height:1;
}
#productImgIcon{
    background-color:#fff;
    font-size:0.5rem;
    font-weight:bold;
    color:#244594;
    line-height:1;
    letter-spacing:-1px;
    padding:0.3rem 0.5rem 0.2rem;
}
#porductImgCont h2{
    font-size:1.125rem;
    line-height:1;
    padding-bottom:0.75rem;
}
#porductImgCont div div{
    font-size:0.875rem;
    font-weight:bold;
}
#productCateAnchor{
    width:997px;
    margin:1.5rem auto 0;
    display:-ms-flex;
    display:flex;
    justify-content:space-between;
    -ms-align-items:center;
    align-items:center;
}
#productCateAnchor a{
    color:#244594;
    font-size:1.125rem;
    font-weight:bold;
    width:calc((100% - 3.75rem) / 2);
    padding:1rem;
    display:-ms-flex;
    display:flex;
    justify-content:space-between;
    -ms-align-items:center;
    align-items:center;
    border:2px solid #244594;
    border-radius:10px;
}
#productCateAnchor a::before, #productCateAnchor a::after{
    content:'\f0a9';
    font-family:fontawesome;
    font-size:1.75rem;
}
#productCateAnchor a::before{
    visibility:hidden;
}
#categoryAnchor{
    margin-top:6rem;
    display:-ms-flex;
    display:flex;
    justify-content:space-between;
    -ms-align-items:flex-start;
    align-items:flex-start;
    flex-wrap:wrap;
}
.cateBox{
    width:calc((100% - 2.5rem) / 2);
    display:-ms-flex;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    justify-content:space-between;
    -ms-align-items:center;
    align-items:center;
}
.cateBox:nth-child(n+3){
    margin-top:2.75rem;
}
.catBoxTitle{
    width:100%;
    margin-bottom:2rem;
    display:-ms-flex;
    display:flex;
    justify-content:center;
    -ms-align-items:center;
    align-items:center;
    border-bottom:1px solid #000;
    padding-bottom:0.5rem;
}
.catBoxTitle > h1{
    font-size:1.125rem;
    font-weight:bold;
    padding-right:2rem;
    line-height:1;
}
.catBoxTitle > span{
    padding:0.25rem 1rem;
    color:#fff;
    font-size:0.75rem;
    border-radius:1rem;
}
.catBoxTitle > span:not(:last-child){
    margin-right:0.5rem;
}
.catBoxTitle > span.tag_ac{
    background-color:#e1a400;
}
.catBoxTitle > span.tag_sc{
    background-color:#0099ab;
}
.catBoxTitle > span.tag_wb{
    background-color:#244594;
}
.catBoxTitle > span.tag_bull{
    background-color:#8e5e00;
}
.catBoxTitle > span.tag_db{
    background-color:#8e0057;
}
.catBoxTitle > span.tag_bb{
    background-color:#2c4813;
}
.cateImg {
    height:16.875rem;
    -ms-display:flex;
    display:flex;
    justify-content:center;
    -ms-align-items:center;
    align-items:center;
    margin-bottom:2.75rem;
}
.cateImg > img{
    max-height:100%;
}
.cateLead{
    font-size:1.125rem;
    font-weight:bold;
    padding-bottom:2rem;
    line-height:1;
}
.cateLinks {
    width:100%;
    font-size:1rem;
    font-weight: normal;
    line-height:1.5;
    padding: 0 1rem;
    /*word-break: keep-all;*/
    text-align: justify;
    min-height:9rem;
    margin-bottom:2rem;
}
.cateAnchor{
    width: 100%;
    -ms-display: flex;
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    color: #fff;
    font-size: 1.125rem;
    font-weight:bold;
    border-radius: 10px;
    background-color: #244594;
    padding:1rem 0;
}
.cateAnchor:hover{
    transition:0.3s all ease;
    color:#fff;
    background-color: #115ba4;
}
.cateAnchor::before, .cateAnchor::after {
    content: '\f0a9';
    font-family: fontawesome;
    font-size: 1.75rem;
}
.cateAnchor::before {
    visibility: hidden;
}
/* 製品一覧　デザイン変更後 */

/* カテゴリ別製品一覧　デザイン変更後 */
#porductImg.archive::before{
    background-color:transparent;
}
.archive #porductImgCont{
    color:#244594;;
    border-color:#244594;
}
.archive #productImgIcon{
    color:#fff;;
    background-color:#244594;
}
.productSummary {
    width:90%;
    background-color: #115ba4;
    margin-top:-0.25rem;
    margin-bottom:1.75rem;
}
.productSummaryRow{
    color:#fff;
    font-size:1rem;
    border-bottom:1px solid #fff;
}
.productSummaryRow > span:first-child{
    text-indent:1rem;
    width:30%;
    display:inline-block;
}
/* カテゴリ別製品一覧　デザイン変更後 */

/* 製品一覧・詳細共通テンプレート　デザイン変更後 */
#related{
    margin-top: 6rem;
}
#related a{
    text-decoration:none;
}
#pickup{
    margin-top: 4.375rem;
    margin-bottom:6rem;
}
#pickup a{
    text-decoration:none;
}
#pickup a:hover{
    opacity:0.7;
}
.wrapper .content#related .contentC, .wrapper .content#pickup .contentC{
    display: -ms-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:0;
}
.relatedBox {
    width:calc((997px - 2.75rem) / 2);
    display:-ms-flex;
    display:flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items:center;
    align-items:center;
}
.relatedBox:nth-child(n+3) {
    margin-top:4.25rem;
}
.relatedTop{
    width:100%;
    display: -ms-flex;
    display:flex;
    justify-content:center;
    -ms-align-items:center;
    align-items:center;
    padding-bottom:0.5rem;
    border-bottom:1px solid #000;
}
.relatedTop > span:first-child{
    font-size:1.125rem;
    font-weight:bold;
}
.relatedTop > span:last-child{
    color:#fff;
    font-size:0.75rem;
    padding:0 1rem;
    background-color:#244594;
    border-radius:3rem;
    margin-left:2rem;
}
.relatedImg {
    -ms-display:flex;
    display:flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items:center;
    align-items:center;
    margin-top:3rem;
}
.relatedImg > h1{
    font-size:1.125rem;
    margin-top:2.25rem;
}
.relatedAnchor{
    width:100%;
    -ms-display:flex;
    display:flex;
    justify-content:space-around;
    -ms-align-items:center;
    align-items:center;
    color:#fff;
    font-size:1.125rem;
    border-radius:10px;
    background-color:#115ba4;
    margin-top:3rem;
    padding:1rem 0;
}
.relatedAnchor::before, .relatedAnchor::after{
    content:'\f0a9';
    font-family:fontawesome;
    font-size:1.75rem;
}
.relatedAnchor::before{
    visibility:hidden;
}
.relatedAnchor:hover{
    background-color:#417cb6;
    color:#fff;
}
.pickupBox{
    width:calc((997px - 10px) / 2);
    border:0.5rem solid #244594;
    display:-ms-flex;
    display:flex;
    justify-content:space-between;
    -ms-align-items:center;
    align-items:center;
    padding:0.75rem;
}
.pickupBox:nth-child(n+3){
    margin-top:10px;
}
.pickupBox > img {
    width:137px;
    height:137px;
}
.pickup {
    height:100%;
    margin-left:1.5rem;
    display:-ms-flex;
    display:flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content:space-between;
    -ms-align-items:flex-start;
    align-items:flex-start;

    width:293.5px;
}
span.pickup, .pickupTitle, .pickupCont {
    color:#244594;
    font-size:0.875rem;
    font-weight:bold;
    line-height:1.5;
}
span.pickupLogo{
    font-size:1.5rem;
    color:#244594;
    font-weight:bold;
}
/* 製品一覧・詳細共通テンプレート　デザイン変更後 */

/* 製品一覧・詳細共通　デザイン変更後 */
@media screen and (max-width:1420px){
    .content {
        width: 997px;
        margin: 0 auto;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrapper .content .contentC{
        margin-top: 1rem;
    }
    .wrapper .content .contentR{
        display: none;
    }
}

/* 製品一覧・詳細共通　デザイン変更後 */

#about > section > p:not(:last-child) { text-align:justify; }

.pt10 { padding-top:10px !important; }
