@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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-style: 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;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
/* ▼キャプション付き画像全体を囲むボックスの装飾 */
div.imagebox {
position:relative;
	border: 1px solid #999; /* 枠線 */
   background-color: #F9F9F9;  /* 背景色 */
	height: auto;
}
div.imagebox02 {
	position:relative;
	border: 1px solid #39F; /* 枠線 */
	background-color: #ECF5FF;  /* 背景色 */
	height: auto;
}

.imagebox02 .syosai {
	bottom: 0;
	height: 50px;
	width: 100px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.imagebox .syosai {
	bottom: 0;
	height: 50px;
	width: 100px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.syosai p {
	position:absolute;
	bottom:0;
	border: 1px solid #666;
	padding: 10px;
	background-color: #FFF1B9;
border-radius: 10px; /* 角を丸くする */
}
p.image, p.caption {
   text-align: left; /* 3.中央寄せ */
   margin: 5px;        /* 4.余白・間隔 */
}

p.caption02 {
   text-align: left; /* 3.中央寄せ */
   margin: 5px;        /* 4.余白・間隔 */
 	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 140%;  /* 5.文字サイズ */
}
p.caption {
 	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 140%;  /* 5.文字サイズ */
}
p.resizeimage img {
	max-width: 100%;
	height: auto;
	}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
div.imagebox {
	border: 1px solid #999; /* 枠線 */
   background-color: #F9F9F9;  /* 背景色 */
   width: 48%; /* 横幅 */
   float: left; /* 左に配置 */
   margin: 2px;        /* 4.余白・間隔 */
}
div.imagebox img {
   width: 100%; /* 横幅 */
height: auto;
}
div.imagebox02 {
	border: 1px solid #39F; /* 枠線 */
   background-color: #ECF5FF;  /* 背景色 */
   width: 48%; /* 横幅 */
   float: left; /* 左に配置 */
   margin: 2px;        /* 4.余白・間隔 */
}
div.imagebox02 img {
   width: 100%; /* 横幅 */
height: auto;
}
p.caption img {
   width: auto; /* 横幅 */
height: auto;
}
p.caption02 img {
display:none;
}
p.caption img {
display:none;
}
}

body{
	color:#555;
	line-height:1.5;
	background:#fff;
	-webkit-text-size-adjust: none;
}
html{background:#415244;}
.clear {
	clear:both;
}   
.clear hr {
	display:none;
}
.small {
	font-size: 11px;
	color: #666;
	line-height: 100%;
}
.blue {
	font-size: 18px;
	color: #03C;
	line-height: 200%;
}
.blue02 {
	color: #03C;
}
.red {
	color: #F00;
}
.orange {
	color: #F24800;
}
.green {
	font-size: 18px;
	color: #363;
	line-height: 200%;
}
.goshi30 {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	font-size: 30px;
	color: #000;
}
.goshi25_blue {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	font-size: 25px;
	color: #2754C9;
}
.goshi18_blue {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	font-size: 18px;
	color: #2754C9;
}
.goshi18_orange {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	font-size: 18px;
	color: #FF3300;
}
.goshi25_orange {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	font-size: 25px;
	color: #FF3300;
}
.goshi25_green {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	font-size: 25px;
	color: #009900;
}
.goshi20_green {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	font-size: 20px;
	color: #009900;
}
.goshi20_red {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	font-size: 20px;
	color: #FF0000;
}
.goshi20_blue {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	font-size: 20px;
	color: #2754C9;
}

.goshi25_02 {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	font-size: 25px;
	color: #000066;
}
.goshi18 {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	color: #666;
	font-size: 18px;
}
.content {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 180%;
}
.content table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
}
.content table tr th {
	background-color: #E0E0C2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding: 10px;
}

.content table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding: 10px;
}




/* リンク設定
------------------------------------------------------------*/
a{color:#003399;}
a:hover{color:#004EF0;}
a:active, a:focus{outline:0;color:#004EF0;}
a:visited{color:#003399;}

/* 全体
------------------------------------------------------------*/
#wrapper{
	margin:0 auto;
	padding:0 1%;
	width:98%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:16px;
}

.inner{
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

hr.gray {
  margin-top: 16px;
  margin-bottom: 48px;
  height: 8px;
  background-color: #999;
  border: none;
  color: #999; 
}
hr.dash {
  margin-top: 16px;
  margin-bottom: 48px;
  border:none;
  border-top:dashed 3px #999;
  height:1px;
  color:#FFF;
}

/*************
/* ヘッダー
*************/
#header{
	overflow:hidden;
	padding:5px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-image: url(../image/header_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

* html #header{height:1%;}

#line {
	height: 7px;
	width: 100%;
	margin-top: 0px;
	background-color: #F00;
}

/*************
/* ロゴ
*************/
#header .logo{
	float:left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.logo a{
	font-size:18px;
	font-weight:normal;
	line-height:1;
	color:#666600;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.logo span{
font-size:12px;
font-weight:normal;
}

#header h1{
	margin: 0px;
	font-size:14px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
	padding:0;
	width:100%;
	line-height:0;
	background:#415244;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mainBanner .inner{
	position:relative;
}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:0;
	left:0;
	line-height:1.4;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	z-index: 100;
}

.slogan h2{
	padding-bottom:5px;
	color:#666;
	font-size:40px;
}

.slogan h3{
	font-size:20px;
	color:#666;
	padding-left: 30px;
}

/* サブページ スローガン*/
.subImg .slogan{
	left:auto;
	right:0;
}



/**************************
/* グリッド
**************************/
.gridWrapper{
padding-top:20px;
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.grid h3{
padding:3px 0;
margin-bottom:5px;
font-weight:bold;
color:#415244;
}

.grid p{
padding:5px 0;
}

.grid p.img{
float:left;
margin:3px 5px 0 0;
}

.readmore{clear:both;}

.readmore a{
padding:3px 5px;
border-radius:3px;
color:#fff;
background:#334237;
}

.readmore a:hover{background:#212121;}



/* フッター内のグリッド(3カラム) */
#footer .grid{
	color:#660;
	border:0;
	background:transparent;
}
#footer .grid p{
	padding:0px;
	}
#footer ul {
	display:inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
}
#footer li {
	font-size:14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	line-height: 150%;
}

/*************
メイン コンテンツ
*************/
section.content{
padding:10px 0;
margin-bottom:20px;
border-radius:6px;
overflow:hidden;
font-size:16px;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
	padding:15px 0 2px;
	margin-bottom:10px;
	font-size:25px;
	color:#2754C9;
	font-family: "HGS創英角ﾎﾟｯﾌﾟ体", "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif, "Meiryo UI";
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2754C9;
}

section.content img{
max-width:100%;
height:auto;
}

img.frame,#gallery img{
border:3px solid #334237;
}

#gallery .grid{margin-bottom:10px;}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}



/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #415244;
}

table.table th{
text-align:right;
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#6b766c;
border-left:#415244 5px solid
}

a{color:#003399;}
a:hover{
	color:#FF0000;
}

table.table td{border-left:#415244 3px double}




/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:4px;
padding:4px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin:0 10px 0 0;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
	clear:both;
	padding:20px 0;
	overflow:hidden;
	background-color: #E0E0C2;
}

* html #footer{height:1%;}

.tel strong{
font-size:20px;
font-weight:bold;
}

#footer .copyright{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-size:11px;}


/* PC用 */
@media only screen and (min-width:950px){	
	#wrapper,.inner{
	width:945px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav div.panel{
	display:block !important;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	a#menu{display:none;}

	nav#mainNav ul{
	float:right;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	}

	* html nav#mainNav ul{height:1%;}

	nav#mainNav ul li{
	float:left;
	text-align:center;
	border-right-style: dashed;
	border-right-color: #6b766c;
	border-right-width: 1px;
	margin-top: 20px;
	}
	
	nav#mainNav ul li:last-child{border:0;}

	nav#mainNav ul a{
	font-size:13px;
	display:block;
	line-height:1.2;
	color:#000;
	background-color: #FFBA8C;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-decoration:none;
	}
	
	nav#mainNav ul span{
	font-size:12px;
	color:#333333;
	}

	nav#mainNav ul li.active a,nav#mainNav ul a:hover{
	color: #FFF;
	background-color: #848484;
	text-decoration:none;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:250px;
	margin-left:20px;
	}
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{width:400px;}
	#footer .grid{border:0;}

.category_area {
	text-align: left;
	border: 2px solid #F60;
	line-height: 180%;
	width: 260px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 15px;
}
.category_area_right {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 180%;
	float: right;
}
}
/* 768以上に適用（メニュー） */
@media only screen and (min-width:768px){	
  nav div.panel{
	display:block !important;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	a#menu{display:none;}

	nav#mainNav ul{
	float:right;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	}

	* html nav#mainNav ul{height:1%;}

	nav#mainNav ul li{
	float:left;
	text-align:center;
	border-right-style: dashed;
	border-right-color: #6b766c;
	border-right-width: 1px;
	margin-top: 20px;
	}
	
	nav#mainNav ul li:last-child{border:0;}

	nav#mainNav ul a{
	font-size:13px;
	display:block;
	line-height:1.2;
	color:#000;
	background-color: #FFBA8C;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-decoration:none;
	}
	
	nav#mainNav ul span{
	font-size:12px;
	color:#333333;
	}

	nav#mainNav ul li.active a,nav#mainNav ul a:hover{
	color: #FFF;
	background-color: #848484;
	text-decoration:none;
	}


}

/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	#header{
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
	
	#header .logo,#footer .logo{
	float:none;
	text-align:center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery{padding-left:1px;}
	
	#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	
	#footer .grid, #footer .grid p{
	float:none;
	width:100%;
	text-align:center;
	border:0;
	}
	
	#footer .grid:last-child{padding-top:20px;}

.category_area {
	border: 2px solid #F60;
	line-height: 180%;
	width: 100%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 15px;
	text-align: left;
}
.category_area_right {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 180%;
	margin-right: auto;
	margin-left: auto;
}
}


/* iPad 縦 */
@media only screen and (max-width:768px){



	#header h1{
	text-align:center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	
	#header .logo{
	float:none;
	text-align:center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}

	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #415244), color-stop(0.00, #00CCFF));
	background: -webkit-linear-gradient(top, #00CCFF 0%, #0099FF 100%);
	background: -moz-linear-gradient(top, #00CCFF 0%, #0099FF 100%);
	background: -o-linear-gradient(top, #00CCFF 0%, #0099FF 100%);
	background: -ms-linear-gradient(top, #00CCFF 0%, #0099FF 100%);
	background: linear-gradient(top, #00CCFF 0%, #0099FF 100%);
	}

	nav#mainNav a.menu{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #fff;
	color:#003366;
	background-color: #FFF;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{border-top:1px dashed #fff;}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a,nav#mainNav ul li a:hover{
	background-color: #959F96;
}

	nav div.panel{float:none;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	.logo{
	width:100%;
	}
	#footer .grid p{text-align:center;}
	
	.grid img{
	float:none;
	margin:0 auto;
	}
	
	.grid p,#sub .grid li{text-align:left;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:75%;}
	.subImg .slogan{right:-30px;}
	
	.grid img{max-width:90%;height:auto;}
	
	#sub .grid{
	float:none;
	width:98%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
}

.scroll-table {
  overflow: auto;
  white-space: nowrap;
  border: solid 1px #ddd;
  table {
    margin: 0;
    border: none;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ddd;
}
tr:hover {
  background: #eee;
}
tr:not(:first-child) {
  th, td {
    border-top: solid 1px #ddd;
  }
}
th {
  text-align: left;
}
th, td {
  padding: 10px;
}
thead th {
  border-bottom: solid 2px #ccc;
}
/*pagetopボタン*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #669933;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/*pagetopボタンここまで*/
.movie-wrap {
	text-align: center;
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	text-align: center;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;

}
}
.senyo_area {
	text-align: center;
	padding: 10px;
	border: 2px solid #F60;
}
.senyo_area02 {
	text-align: left;
	border: 2px solid #F60;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 180%;
}

/* リストデザイン（三角柄） */
ul.cp_list01 {
	padding:0.5em;
	list-style-type:none;
}
ul.cp_list01 li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.cp_list01 li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #3F51B5;
}
/* 研修動画に戻る */
.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #0099FF;/*左線*/
  color: #0099FF;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}


*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 48%;
   margin: 5px;        /* 4.余白・間隔 */
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 47%;
   margin: 5px;        /* 4.余白・間隔 */
	}
}
@media screen and (max-width: 670px) {
	.col_2 > div{
		width: 100%;
   margin: 5px;        /* 4.余白・間隔 */
	}
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 32%;
   margin: 5px;        /* 4.余白・間隔 */
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 47%;
   margin: 5px;        /* 4.余白・間隔 */
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 47%;
   margin: 5px;        /* 4.余白・間隔 */
	}
}
.imagebox table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F60;
	border-left-color: #F60;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.imagebox table tr td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 110%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F60;
	border-bottom-color: #F60;
}
.imagebox02 table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #09C;
	border-left-color: #09C;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
.imagebox02 table tr td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 110%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #09C;
	border-bottom-color: #09C;
}
