@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 15px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

.br-sm{display:none;font-size: 90%;}
.br-phone{display:none;font-size: 90%;}

.mpl{display:none}
.mpl2{display:none}

.absolute{
  position: absolute;
  left: 35%;
  top: 400px;
  z-index: 2;
  border-radius: 10px;
}

.fs70{
	font-size: 70%;
}
@media screen and (max-width:479px) {

.fs70phone{
	font-size: 70%;
}
}
.fs80{
	font-size: 80%;
}

.mb5{
	margin-bottom: 5px;
}

.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb30-pc{
	margin-bottom: 30px;
}

.mb40-pc{
	margin-bottom: 40px;
}

/*スマホ横*/
@media screen and (max-width:479px) {
.mb30-pc{
	margin-bottom: 0px;
}

.mb40-pc{
	margin-bottom: 0px;
}

}

.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}

.p-red01{
	color: rgb(255,0,0);
}
.p-red02{
	color: rgb(204,0,0);
}
.p-blue01{
	color: rgb(0,153,204);
}
.p-blue02{
	color: rgb(26,73,115);
}

.p-gray01{
	color: rgb(153,153,153);
}

.bg-arrow01{
	background-image: url(../images/arrow01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	background-size: 15px 15px;
	padding-left: 20px;
	}
.bg-color01{
	background-color: rgb(204,204,204) !important;
}
.bg-color02{
	background-color: #F5F5F5 !important;
}
.under-line{
	text-decoration: underline;
}


.list-no li{
	list-style-type: decimal;
	margin-left: 30px;
}
.list-disc li{
	list-style-type: disc;
	margin-left: 30px;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*================================================
 *  右上バナー
 ================================================*/

/*青藍会*/

header .inner .association {
	float: right;
	padding-top: 30px;
	padding-right: 0%;
}
header .inner .association a {
	background-color: #1e528e;
	color: rgb(255,255,255);
	width: 110px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	padding-bottom: 4px;
	padding-top: 6px;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
header .inner .association a:hover {
	color: rgb(255,255,255);
	background-color: rgb(0,46,78);
}

/*member*/

header .inner .member {
	float: right;
	padding-top: 30px;
	padding-right: 1%;
	padding-left: 1%;
}
header .inner .member a {
	background-color: #f28521;
	color: rgb(255,255,255);
	width: 110px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	padding-bottom: 4px;
	padding-top: 6px;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
header .inner .member a:hover {
	color: rgb(255,255,255);
	background-color: rgb(0,46,78);
}

/*================================================
 *  コンテンツ
 ================================================*/


#contents {
	width: 100%;
	margin: 0 auto;
}

#contents2 {
	width: 80%;
	margin: 0 auto; 	

}

#contents3 {
	width: 100%;
	margin: 0 auto;
	background: #002e4e;
	color: #fff;
}

#contents4 {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background : url(../images/top-1.png) left center / auto auto no-repeat scroll padding-box border-box transparent; !important;  
}

#contents5 {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background : url(../images/top-2.png) left center / auto auto no-repeat scroll padding-box border-box transparent; !important;  
}


header + #contents {
	padding-top: 100px; 
}

.inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

a {
	color: #043771;
}
a:hover {
	color: #144d8d;
}

h1 {
	font-size: 28px;
}

h2 {
	margin-top: 50px;
	margin-bottom: 0.5em;
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 1.0;
}
/*スマホ横*/
@media screen and (max-width:479px) {
h2 {
	margin-top: 0;
}
}

h2 span {
	position: relative;
	font-size: 12px;
}

h2 span:before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h2 span:after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h3 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
  font-size:18px;

  margin-bottom:1em;
}
h3::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #002e4e;
}
h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

h4 {
  position: relative;
  padding-bottom: .1em;
  padding-top: 1em;
  border-bottom: 4px solid #ccc;
  font-size:18px;
  margin-bottom: 0.8em;
  color: #002e4e;
}

h4::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #0099CB;  
}


h5 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #ff8000;
	margin-bottom: 0.5em;
	color: #ff8000;
}

h6 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	background-size: 10px 15px;
	padding-left: 15px;
	background-attachment: scroll;
	background-image: url(../images/arrow02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ccc;
}

p {
	margin:0 0 1em 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	/*color: #ff0000;*/
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
        text-align: center;
	padding: 1em;
	border: 5px solid #ddd;
        width: 90%;
	margin: 0 auto;
	margin-bottom: 1.5em;
		font-size: 22px;
}

.textarea{
	padding-left: 3em;
}




dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}

/*================================================*/

.introduction_man{
}
.introduction_man .box01{
	background-color: rgb(249,249,249);
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 25px;
	border-radius: 5px;
	margin-bottom: 12px;
}
.introduction_man .box01 .title{
	font-size: 115%;
	font-weight: bold;
}

/*================================================*/

.link_box{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204,204,204);
}
.link_box ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204,204,204);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(204,204,204);
	padding-top: 10px;
	padding-bottom: 10px;
	background-size: 15px 15px;
	padding-left: 40px;
	background-attachment: scroll;
	background-image: url(../images/arrow_window.jpg);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}
.link_box ul li:nth-child(even){
	border-top-style: none;
	border-bottom-style: none;
}
.link_box ul li a{
	text-decoration: none;
}
.link_box ul li a:hover{
	color: rgb(36,111,147);
}

/*================================================*/

.visit_box li{
	margin-bottom: 5px;
}
.visit_box span.point_icon{
	background-color: rgb(204,0,0);
	color: rgb(255,255,255);
	font-size: 85%;
	display: block;
	text-align: center;
	width: 45px;
	float: left;
	border-radius: 5px;
}
.visit_box span.non_icon{
	background-color: rgb(255,255,255);
	color: rgb(255,255,255);
	font-size: 85%;
	display: block;
	text-align: center;
	width: 45px;
	float: left;
	border-radius: 5px;
}

/*================================================*/

.point_box01{
	font-size: 140%;
	text-align: center;
	border: 5px solid rgb(234,234,234);
	margin-bottom: 30px;
	padding: 15px;
	margin-right: 2%;
	margin-left: 2%;
}

/*================================================*/

.day-model span{
	position: relative;
	width: 80px;
	height: 25px;
	margin-right: 25px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	background-color: rgb(221,221,221);
	display: block;
	float: left;
}
.piramid::after{
   position: absolute;
    left: 100%;
    top: 0;
    content: ' ';
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 12px 12px;
    border-left-color: rgb(221,221,221);
}


/*================================================*/

.pdf-link_box{
}

.pdf-link_box a{
	text-decoration: none;
	display: block;
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border: 1px solid rgb(204,204,204);
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	padding-right: 5%;
	padding-left: 5%;
}
.pdf-link_box a:hover{
	border: 1px solid rgb(0,46,78);
	color: rgb(0,153,204);
}

/*スマホ横*/
@media screen and (max-width:479px) {
	.pdf-link_box a{
	width: 95%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	border-radius: 30px;

	}
}

/*================================================*/


/*タブレット*/
@media screen and (max-width:959px) {

.day-model span{
	width: 100px;
}
}

/*================================================*/
.faq_box ul li{
	float: left;
}
.faq_box ul li a{
	display: block;
	border: 1px solid rgb(204,204,204);
	width: 340px;
	text-decoration: none;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: rgb(51,51,51);
	font-size: 95%;
	margin-bottom: 10px;
	border-radius: 7px;
	padding-top: 9px;
	padding-bottom: 8px;
}
.faq_box ul li a:hover{
	color: rgb(0,153,204);
	border-top-color: rgb(0,153,204);
	border-right-color: rgb(0,153,204);
	border-bottom-color: rgb(0,153,204);
	border-left-color: rgb(0,153,204);
}
/*タブレット*/
@media screen and (max-width:959px) {
.faq_box ul li a{
	width: 320px;

}
}

/*================================================*/

.student_program-mokuji li a{
	display: block;
	color: rgb(51,51,51);
	text-decoration: none;
	text-align: center;
	border: 1px solid rgb(223,223,223);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius:20px;
}

.student_program-mokuji li a:hover{
	color: rgb(0,153,204);
}
/*スマホ横*/
@media screen and (max-width:479px) {
.student_program-mokuji li a{
	width: 95%;
	font-size: 85%;
}
}


/*================================================*/

.banner_box01{
	margin-bottom: 30px;
}
.banner_box01 li{
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10px;
}
.banner_box01 img{
	width: 100%;
}
.banner_box01 img:hover{
	opacity:0.5;

}

/*タブレット*/
@media screen and (max-width:959px) {
	.banner_box01 li{
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

}

/*スマホ横*/
@media screen and (max-width:479px) {
	.banner_box01 li{
	width: 100%;
	margin-bottom: 15px;
	}
}

/*================================================*/

.results_box{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204,204,204);
}
.results_box ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204,204,204);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(204,204,204);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.results_box ul li:nth-child(even){
	border-top-style: none;
	border-bottom-style: none;
}
.results_box ul li a{
	text-decoration: none;
}
.results_box ul li a:hover{
	color: rgb(36,111,147);
}

/*================================================*/

.study-box p{
	line-height: 1.25em;
}
.study-box li{
	line-height: 1.25em;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204,204,204);
	padding-bottom: 15px;
}

.study-box span.bottan01{
	position: relative;
	width: 60px;
	height: 21px;
	margin-right: 5px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	background-color: rgb(51,153,204);
	display: block;
	float: left;
	color: rgb(255,255,255);
	border-radius: 3px;
	padding-top: 4px;
}

.study-box span.bottan02{
	position: relative;
	width: 60px;
	height: 21px;
	margin-right: 5px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	background-color: rgb(51,153,153);
	display: block;
	float: left;
	color: rgb(255,255,255);
	border-radius: 3px;
	padding-top: 4px;
}

.study-box span.name{
	padding-top: 4px;
	display: block;
}

.study-box span.day{
	position: relative;
	width: 90px;
	height: 20px;
	margin-right: 10px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	float: left;
	border-radius: 3px;
	padding-top: 3px;
	border: 1px solid rgb(204,204,204);
}

/*================================================*/

.event-box{
}
.event-box article h4{
	color: rgb(255,255,255);
	background-color: rgb(51,102,102);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 110%;
}
.event-box h4::after{
	background-color: #fff;
}
.event-box article section{
	margin-bottom: 15px;
}
.event-box span.day{
	font-size: 90%;
	color: rgb(51,51,51);
	background-color: rgb(255,255,255);
	margin-left: 25px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 1px;
	border-radius:4px;
}
/*スマホ横*/
@media screen and (max-width:479px) {
	.event-box span.day{
	margin-left: 0px;
	text-align: center;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	width: 95%;
	}
}

/*================================================*/

.map_i{
}

.map_i a{
	float: left;
	display: block;
	width: 25%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: rgb(236,248,255);
	border-radius: 5px;
	text-decoration: none;
	margin-right: 10px;
	color: rgb(0,46,78) !important;
}
.map_a{
}

.map_a a{
	float: left;
	display: block;
	width: 25%;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: rgb(255,255,225);
	border-radius: 5px;
	text-decoration: none;
	color: rgb(0,46,78) !important;
}
/*タブレット*/
@media screen and (max-width:1080px) {
.map{
	margin-left: 32%;
}

}

/*スマホ横*/
@media screen and (max-width:479px) {
.map{
	margin-left: 20px;
}
.map_i a{
	width: 45%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.map_a a{
	width: 45%;
	padding-top: 5px;
	padding-bottom: 5px;
}

}

/*================================================
 *  スタッフ
 ================================================*/
.staff30 {
    margin: 2em 0;
    background: #fff;
}
.staff30 .staff-title {
	font-size: 1.2em;
	padding: 4px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 10px;
	background-color: #245589;
	margin-bottom: 15px;
}
.staff30 .staff-title2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	text-align: left;
	color: #245589;
	font-weight: bold;
	letter-spacing: 0.05em;    
}
.staff30 p {
    padding: 5px 5px;
    margin: 0;
    float:right;
    width: 66%;
}

.staff30 span {
     font-size: 0.7em;
}

.readon a{
float:right;
display:block;
padding-left:22px;
padding-right:5px;
background:url(../images/bullet.png) no-repeat 0 50%;
text-decoration:none;
}

.readon a:hover{
background-position:5px 50%;
color:#ff8000;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear: both;
	overflow: hidden;
	/*margin-bottom:50px;*/
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.imgC img {
	margin-bottom: 10px;
	height: auto;
}

/* 写真左寄せフッター */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:0;
}
.imgL img {
	float:left;
	margin:0 30px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
		text-align:center;
	}
	.imgL img {
         display:none
	}
}

/* 写真左寄せコンテンツ部分 */
.imageL {
	clear:both;
	overflow:hidden;
	margin-bottom:0;
}
.imageL img {
	float: left;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-left: 0;
}

@media screen and (max-width:767px) {
	.imageL {
		margin-bottom:20px;
		/*text-align:center;*/
	}
	.imageL img {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	}
}



/* 写真右寄せコンテンツ部分 */
.imageR {
	clear:both;
	overflow:hidden;
	/*margin-bottom:30px;*/
}
.imageR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width:767px) {
	.imageR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imageR img {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #000;
}
.btn a:hover {
	color: #fff;
	background: #333;
}

/*================================================
 * ボタン      02
 ================================================*/

.btn02 a{
  display: block;
  padding: 14px 6px 14px 50px;
  font-size:26px;
  border: 1px solid #CCCCCC;
  color: #fff;
  text-decoration: none;
  background : url(../images/bg_arrow_white.png) 20px 50% / auto auto no-repeat scroll padding-box border-box #fff;
  transition: all 0.2s ease 0s;
  color: #000;
  list-style: none;
}

.btn02 a:hover{
  background : url(../images/bg_arrow_white.png) 20px 50% / auto auto no-repeat scroll padding-box border-box #f5f5f5;
  transition: all 0.2s ease 0s;
  color: #000;
}


/*================================================*/
.col_2 {
	overflow:hidden;
}

.col_2 ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_2 li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.col_2 li:nth-child(2n+1) {
	clear:both;
}
.col_2 li img {
	width:30%;
	margin-bottom:2.5%;
	float:left;
	border-radius: 10px;
}

/*================================================*/
.col_3{
	overflow:hidden;
}

.col_3 p{
	text-align:left;
}

.col_3 ul{
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_3 li{
	list-style:none;
	float:left;
	width:31%;
	margin:0 2% 2% 0;
}
.col_3 li:nth-child(3n+1){
	clear:both;
}
.col_3 li img{
	width:100%;
	margin-bottom:2.5%;
}


/*================================================*/
.col_4{
	overflow:hidden;
}

.col_4 p{
	text-align:left;
}

.col_4 ul{
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_4 li{
	list-style:none;
	float:left;
	width:23%;
	margin:0 2% 2% 0;
}
.col_4 li:nth-child(4n+1){
	clear:both;
}
.col_4 li img{
	width:100%;
	margin-bottom:2.5%;
}




/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}

.twoCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}


@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}


/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 0 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
	width: 80%;
}

@media screen and (max-width:959px) {
.threeCol .inner .text {
	font-size: 90%;
	top: 50%;
}
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
.threeCol .inner .text {
	font-size: 130%;
}
}

/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 24.8%;

	margin: 0 0 0 0;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}

.fourCol .inner .text {
	position: absolute;
	top: 80%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 18px;
    width:90%; 	
	background: #000; 
	opacity: 0.7;		
    padding-top: 10px;
    padding-bottom: 10px;	
	color: #fff; border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

.fourCol a {
	color: #fff;
	text-decoration: none;
}
.fourCol a:hover {
	color: #fff;
}

@media screen and (max-width:959px) {

#contents4 {
	padding-top: 5px;
	padding-bottom: 15px;
!important;  
	background-repeat: repeat-y;
	background-position: left top;
}


	.fourCol {
	display: block;
	margin-bottom: 15px;
	margin-top: 10px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 49.5%;
		margin: 0;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 0 0 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 0 0;
	}
}

@media screen and (max-width:479px) {

.fourCol .inner .text {
	font-size: 90%;
	top: 70%;

}
}

/* 4カラム2（スマートフォンでは2カラム) */
.fourCol2 {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.fourCol2 .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 980) *100%);
	margin: 0 0 20px 0;
}
.fourCol2 .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol2 .inner img {
	width: 100%;
}

@media screen and (max-width:767px) {
	.fourCol2 {
		display: block;
		margin-bottom: 20px;
	}
	.fourCol2 .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fourCol2 .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol2 .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
}



/* お知らせ */
.information {
	margin-bottom: 30px;
	height: 180px;
	overflow-y: scroll;
	padding-right: 15px;
}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
}

.information dd {
	margin: 0;
	padding: 10px 0 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}

@media screen and (max-width:767px) {
	.information {
		margin-bottom: 40px;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 100;
          border-bottom: 1px solid #ccc;
	  opacity: 0.95;
}

header:after {
	content: ""; 
	display: block;
	clear: both;
}

header h1 {
	float: left;
	height: 100px;

	color: #fff;

}

header h1 img {
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	header h1 {
		padding: 0 0 0 10px;
	}
}

/*================================================
 *  メイン・サブ
 ================================================*/

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:73%;
	margin-top: 40px;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:23%;
	margin-top: 40px;
}


/*================================================
 *  サブコンテンツ
 ================================================*/
#sub h3{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: rgb(0,46,78);
	text-align: center;
	color: rgb(255,255,255);
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-bottom: 0;
}

.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}

.submenu li a {
	display: block;
	color: #000;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
	font-size: 15px;
	padding-top: 13px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
}
.submenu li a:hover {
	background:#eee;
}

/*================================================
 *  サブコンテンツ  バナー部分
 ================================================*/

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
	nav.gnav:after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		float: right;
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position:  relative;
		line-height: 50px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
		background: #fff;
		color: #002e4e;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	nav.gnav ul li:hover > a {
		color: #002e4e;
	border-bottom: 3px solid #002e4e;
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
		width: 140px;
		float: left;
		margin: 0;
		padding-top: 0px;
		text-align: center;
		list-style: none;
		line-height: 50px;
	}
	nav.gnav > ul > li.subnav a {
		padding-right: 20px;
	}
	nav.gnav > ul > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top:  -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		text-align: left;
		background: #333;
		font-weight: normal;
	}
	nav.gnav ul li ul li a:hover {
		background: #444;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height:  40px;
		border-bottom: 1px solid #555;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		left: -60px;
	}
	nav.gnav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #555;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a {
		background: #444;
	}
	nav.gnav ul li ul li ul li a:hover {
		background: #666;
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}
}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {
	nav.gnav {
		display:  none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 58px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #fff;
		background: #002e4e;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		background: #002e4e;
	}
	nav.gnav li a:hover {
		color: #fff;
		background: #222;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px; 
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #000;
	}
	nav.gnav .subnav a:hover:after {
		background: #222;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-ms-transition:  all 1s;
		-o-transition:  all 1s;
		transition:  all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 20px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 5%;
		background: #002e4e;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	/*margin-top: 30px;*/
	background-color: #002E4E;
	color: rgb(255,255,255);
}
footer .title01 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.fnav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	margin: 0 50px;
	padding: 20px 0;
}

.fnav > ul {
	width: 33%;
	margin-bottom: 0;
	font-size: 12px;
}
.fnav > ul li {
	text-align: left;
}

footer .inner {
}
footer .footer_menu{
	padding-top: 30px;
	margin-bottom: 20px;
}
footer .footer_menu a{
	color: rgb(255,255,255);
}
footer .footer_menu a:hover{
	color: rgb(0,153,204);
}
.footer_L{
	float: left;
	width: 50%;
	margin-right: 3%;
}

.footer_R{
	float: right;
	width: 47%;
}

.footer-logo{
	padding: 0;
	float: left;
	margin-bottom: 100px;
}
.footer-logo img{
	margin-right: 15px;
}
.copyright {
	padding: 10px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background-color: #001C2F;
}

@media screen and (max-width:1080px) {

footer .inner {
	text-align: center;
}

footer .footer_menu{
	padding-top: 15px;
}
.footer_L{
	float: none;
	width: 100%;
	margin-right: 0%;
}
.footer_L img{
	width:100%;
}

.footer_R{
	float: none;
	width: 100%;
}

.footer-logo{
        display:none
        }

}

@media screen and (max-width:767px) {
	footer {
		/*margin-top: 40px;*/
	}

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:80px;
	right:15px;
	z-index:1;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	border-radius: 5px;
	background-color: #245BAE;
}
.totop img:hover {
	background:#002e4e;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	padding-top: 100px;
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}
	
	
	.br-sm{display:inline;font-size: 90%;}
	
	
	.mpl{display:inline;}
	.mpl a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #ff8000 !important;
	border: 1px solid #fff;
	margin: 10px;
}
        .mpl a:hover {
	color: #fff;
	background: #333;
}

	.mpl2{display:inline;}
	.mpl2 a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #1e528e !important;
	border: 1px solid #fff;
	margin: 10px;
}
        .mpl2 a:hover {
	color: #fff;
	background: #333;
}

	

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}
	
	
	#contents2 {
	width: 90%;
	margin: 0 auto;
}

	footer {
		width: 100%;
	}

	.lock {
		overflow: hidden;
	}
	

	
	
	/*================================================*/	
	.col_2 ul{
		margin-right:0;
	}
	.col_2 li{
		width:100%;
	}
	.col_2 li:nth-child(2n+1){
		clear:both;
	}


/*================================================*/	
.col_3{
	overflow:hidden;

}

.col_3 ul{
	overflow:hidden;
	margin:2% -2% 0 0;
		width:100%;
}
.col_3 li{
	list-style:none;
	float:left;
	width:100%;
	margin:0 2% 2% 0;
}
.col_3 li:nth-child(3n+1){
	clear:both;
}
.col_3 li img{
	width:100%;
	margin-bottom:2.5%;
}

/*================================================*/

.col_4 li{
	list-style: none;
	float: left;
	width: 48%;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 1;
}


/*================================================*/
	#main {
		float:none;
		width:100%;

	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
		background:#710000;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:83px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #fff;
		background:#9b0f0f;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:15px 30px;
		color:#fff;
		text-decoration:none;
		background:#064680;
		font-size:18px;
	}
	nav li a:hover {
		color:#fff;
		background:#043460;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:15px 30px 15px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#064680;
	}
	.subnav a:hover:after {
	  background:#043460;
	}

.slide {
	padding-top: 100px;
	overflow: hidden;
	position: relative;
}

header h1 {
	float: left;
	margin-left: -20px;
	margin-top: 0;
	height: 70px;
	width: 90%;
	margin-bottom: 5px;
}

header .inner .association {
display:none
}


header .inner .member {
display:none
}

#contents2 {
	width: 90%;
	margin: 0 auto;
}



}

/* 599px：SP横
------------------------------ */
@media screen and (max-width:599px) { 
	.br-phone{
		display:inline;font-size: 90%;
		}
.br-pc{
	display: none;
}
.visit_box span.point_icon{
	clear: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}
.visit_box span.non_icon{
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: rgb(102,102,102);
}
header h1 {
	margin-top: 8px;
	margin-bottom: 0px;
}

 /*================================================*/	


}
