@charset "UTF-8";
/*--------------------------
リセット
---------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*--------------------------
基本：基本タグ
---------------------------- */
/* [ PC - SP switch ] */
@media screen and (min-width: 768px) {
  .pcOFF {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* Smartphone */
  .spOFF {
    display: none !important;
  }
}
/* -------*/
* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height:1.5;
  color:#333333;
}
a{
	color:#5F4B46;
	text-decoration:underline;
}
a:hover{
	color:#f00;
}

/*--------------------------
基本書式
---------------------------- */
.pdflink{
	display: flex;
	align-items: center;
}
.pdflink::before{
	content:url(../img/pdfIcon.png);
	padding: 5px; 
}




/* ----- .tit -----*/
.tit01{
}


/* ----- .tit -----*/
.btnArea{
	text-align:center;
}
.btnArea a{
	display:inline-block;

	text-decoration:none;
	color:#222;
	font-size:15px;
	border:solid 1px #222222;
	border-radius:5px;
	padding:10px 40px;
	text-align:center;
	font-weight:bold;
	position:relative;
	box-shadow: 6px 6px 0px 0px rgba(122, 173, 240, 0.12);
}
.btnArea a:hover{
	background:#01B4E5;
	color:#fff;
}
.btnArea a:before{
	content:"";
	display:block;
	position:absolute;
	width:60px;
	height:1px;
	background:#333333;
	right:-30px;
	top:0;
	bottom:0;
	margin:auto;
}

/* ----- .iconTit -----*/
.iconTit{
	margin-bottom:50px;
	text-align:center;
}
.iconTit .tit{
	display:inline-block;
}
.iconTit .tit .en{
	display:block;
	font-size:24px;
	color:#00B2E5;
	text-align:center;
	padding:0px 0 0px 55px;
}
.iconTit .tit .ja{
	display:block;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	padding:10px 0 10px 55px;
	background:url(../img/icon_circle_blog.png) no-repeat left center;
}
/* tit-news */
.iconTit.tit-news .tit{
}
.iconTit.tit-news .tit .en{
	padding:0px 0 0px 0px;
}
.iconTit.tit-news .tit .ja{
	padding:10px 0 10px 60px;
	background:url(../img/icon_circle_news.png) no-repeat left center;
}

/* tit-message */
.iconTit.tit-message .tit{
}
.iconTit.tit-message .tit .en{
}
.iconTit.tit-message .tit .ja{
	padding:10px 0 10px 60px;
	background:url(../img/icon_circle_message.png) no-repeat left center;
}

/* tit-blog */
.iconTit.tit-blog .tit{
}
.iconTit.tit-blog .tit .en{
}
.iconTit.tit-news .tit .ja{
	padding:10px 0 10px 60px;
	background:url(../img/icon_circle_blog.png) no-repeat left center;
}

@media screen and (max-width: 767px) { /* Smartphone */
	.iconTit{
		margin-bottom:20px;
		text-align:center;
	}
	.iconTit .tit .en{
		font-size:16px;
		padding:0px 0 0px 55px;
	}
	.iconTit .tit .ja{
		font-size:26px;
		padding:10px 0 10px 55px;
	}
}
/*--------------------------
.overlayBox
---------------------------- */
.overlayBox{
	position:relative;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:100px;
}
.overlayBox > .pic{
	position:absolute;
	width:30%;
	z-index:1;
	min-height:360px;
}
.overlayBox > .pic img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}
.overlayBox .cnt{
	background:#FFF;
	padding:60px 50px;
	flex-basis:72.5%;
	position:relative;
	z-index:10;
	margin-top:30px;
	margin-left:27%;
	border-radius:8px;
}



@media screen and (max-width: 767px) { /* Smartphone */
	.overlayBox{
		display:block;
	}
	.overlayBox > .pic{
		width:100%;
		min-height:auto;
		position:relative;
	}
	.overlayBox > .pic img{
	}
	.overlayBox .cnt{
		width:100%;
		margin-top:-30px;
		margin-left:auto;
		margin-right:auto;
		padding:20px;
	}
}


/*----------------------------------------------------
SP-nav
------------------------------------------------------ */
/* スマホヘッダー */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999999;
}

#fixed-top {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99999999;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* ヘッダーのロゴ */
#fixed-top .logo {
  padding: 9px 0 0 10px;
}

#fixed-top .logo img {
  width: auto;
  height: 35px;
  vertical-align:bottom;
}

/* ヘッダーのボタン関連 */
#fixed-top .headerButtons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
  justify-content: right;
}
#fixed-top .headerButtons img{
  vertical-align:bottom;
}
#fixed-top .headerButtons li a {
  display: block;
}

#fixed-top .headerButtons li img {
  vertical-align: bottom;
  height: 55px;
  width: auto;
}

/* スマートフォン用ナビゲーション*/
#slidar_menu ,
#slidar_menu_lang {
  background: #F2F2F2;
  z-index: 999999999999999999;
}
#slidar_menu .sb-close ,
#slidar_menu_lang .sb-close {
  text-align: left;
  padding:15px 15px 0px;
  margin-bottom: 40px;
}

#slidar_menu .sb-right-inner .logo ,
#slidar_menu_lang .sb-left-inner .logo {
  margin: 0px 0 20px;
  text-align: center;
  overflow: hidden;
}

#slidar_menu .sb-right-inner .logo img ,
#slidar_menu_lang .sb-left-inner .logo img {
  display: block;
  width: 250px;
  height: auto;
  margin: 10px auto;
  text-align: center;
}






/* スマホアコーディオンメニュー */
.spMenu-accordion{
}
.spMenu-accordion .acCheck {
	display: none;
}
.spMenu-accordion .ac-label {		/*タイトル*/
	padding: 1em;
	display: block;

	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1em;
	color: #333;
	border-bottom:solid 1px #D5D5D5;
}
.spMenu-accordion .ac-label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #C40016;
	border-right: 2px solid #C40016;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.spMenu-accordion .ac-label,
.spMenu-accordion .ac-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.spMenu-accordion .ac-content {		/*本体*/
	height: 0;
	padding:0px 25px;
	overflow: hidden;
	background:#fff;
}
.spMenu-accordion .acCheck:checked + .ac-label + .ac-content {	/*開閉時*/
	height: auto;
	padding:28px 25px 30px;
	transition: all .3s;
}
.spMenu-accordion .acCheck:checked + .ac-label::before {
	transform: rotate(-45deg) !important;
}
.spMenu-accordion .ac-content ul li {

}
.spMenu-accordion .ac-content ul li a{
	display:block;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #333;
	text-decoration:none;
	background:url(../img/sp/ac-content_arrow.png) no-repeat 9px center;
	background-size:6px auto;
	padding:16px 0px 16px 30px;
	border-bottom:solid 1px #CECECE;
}
.spMenu-accordion .ac-content ul li:last-child a{
	border:none;
}

/* スマホ バナー */
.spMenu-banner{
	width: calc(100% - 30px);
	margin:0 auto 55px;;
}
.spMenu-banner li{
	margin-bottom:10px;
}
.spMenu-banner li a{
	display:block;
}
.spMenu-banner li a img{
	width:100%;
	height:auto;
}

/* スマホ ボタン */
.spMenu-btn {
	margin-bottom:60px;
}
.spMenu-btn a{
	display:block;
	width: calc(100% - 120px);
	margin:0 auto;
	border-radius: 38.5px;
	background: #1473e6;
	padding:23px 0;

	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	text-decoration:none;

}
.spMenu-btn a span{
	display:inline-block;
	padding:0 20px;
	background:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.785%22%20height%3D%2213.345%22%20viewBox%3D%220%200%207.785%2013.345%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_190%22%20data-name%3D%22%E3%83%91%E3%82%B9%20190%22%20d%3D%22M12.1%2C0a1.249%2C1.249%2C0%2C0%2C0-.878.358L6.672%2C4.836%2C2.119.358a1.256%2C1.256%2C0%2C0%2C0-1.756%2C0%2C1.208%2C1.208%2C0%2C0%2C0%2C0%2C1.727L5.795%2C7.427a1.255%2C1.255%2C0%2C0%2C0%2C1.756%2C0l5.431-5.342a1.207%2C1.207%2C0%2C0%2C0%2C0-1.727A1.247%2C1.247%2C0%2C0%2C0%2C12.1%2C0Z%22%20transform%3D%22translate(0%2013.345)%20rotate(-90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat right center;
}

/* スマホ サブリンク */
.spMenu-sublnk{
	border-top:solid 1px #D5D5D5;
	padding:20px 25px;
}
.spMenu-sublnk li{
	margin-bottom:15px;
}
.spMenu-sublnk li a{
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 1200px) {  /* ipad safari対応 */

	.nav__lst{
	}
	.nav__lst__item{
	}
	.nav__lst__item.toggle > a {
		font-size:15px !important;
	}

	.nav__lst__item:nth-child(6) { flex-basis:150px !important; }
	.nav__lst__item.btnContact > a {
		font-size:15px !important;
		padding-bottom:30px !important;
	}
	.nav__lst__item.btnContact > a span {
		background-size:20px auto;
		padding-left:30px !important;
	}
}

@media print  {
	#spheader{
		display: none !important;
	}
}


/*--------------------------
ヘッダー
---------------------------- */
.pcHeader{
	background:#fff;
	width:100%;
	position:fixed;
	z-index:9999999;
}
.pcHeader .headerMain{
	width:100%;
	max-width:1820px;
	margin-left:auto;
	margin-right:auto;
	padding:30px 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: center;
}
/* ---- */
.pcHeader .headerMain .logoArea{
	flex-basis:385px;
}
.pcHeader .headerMain .logoArea img{
	width:100%;
	height:auto;
}

/* ---- */
.pcHeader .headerMain .lst{
	flex-basis:500px;
	display: flex;
	justify-content: flex-end;;
	flex-wrap:wrap;
}
.pcHeader .headerMain .lst .item{
	margin-left:30px;
}
.pcHeader .headerMain .lst .item a{
	text-decoration:none;
	color:#4B3F3F;
	font-weight:bold;
}
.pcHeader .headerMain .lst .item a:hover{
	color:#1868b3;
	font-size:18px;
}

.pcHeader .headerMain .lst .item a span{
}

.pcHeader .headerMain .lst .item a span{
	display:inline-block;
	background:url(../img/icon_session.png) no-repeat left center;
	padding:2px 0 2px 45px;
}
.pcHeader .headerMain .lst .item:nth-child(1) a span{ background-image:url(../img/icon_session.png); }
.pcHeader .headerMain .lst .item:nth-child(2) a span{ background-image:url(../img/icon_document.png); }
.pcHeader .headerMain .lst .item:nth-child(3) a span{ background-image:url(../img/icon_access.png); }


@media screen and (max-width: 1000px) { /* Smartphone */

	.pcHeader .headerMain{
		padding:15px 15px;
	}
	.pcHeader .headerMain .logoArea{
		flex-basis:300px;
	}
	.pcHeader .headerMain .lst{
		flex-basis:calc(100% - 320px);
	}
}

@media screen and (max-width: 850px) { /* Smartphone */
	.pcHeader .headerMain .logoArea{
		flex-basis:250px;
	}
	.pcHeader .headerMain .lst{
		flex-basis:calc(100% - 280px);
	}
	.pcHeader .headerMain .lst .item a:hover{
		font-size:15px;
	}
	.pcHeader .headerMain .lst .item a span{
		background-size:25px auto;
		padding:2px 0 2px 35px;
	}
}

@media screen and (max-width: 767px) { /* Smartphone */
}

/*--------------------------
PCナビ
---------------------------- */
.pcHeader .navArea{
	width:100%;
	background:#E5F2FF;
}
.pcHeader .navArea .lst{
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;

	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.pcHeader .navArea .lst .item{
	flex-basis:20%;
}
.pcHeader .navArea .lst .item > a{
	display:block;
	text-decoration:none;
	color:#4B3F3F;
	font-size:18px;
	padding:15px 0 15px;
	text-align:center;
	font-weight:bold;
}
.pcHeader .navArea .lst .item a span{
	display:inline-block;
	background:url(../img/icon_information.png) no-repeat left center;
	padding:1px 0 1px 45px;
}
.pcHeader .navArea .lst .item:nth-child(1) a span{ background-image:url(../img/icon_information.png); }
.pcHeader .navArea .lst .item:nth-child(2) a span{ background-image:url(../img/icon_feature.png); }
.pcHeader .navArea .lst .item:nth-child(3) a span{ background-image:url(../img/icon_schoollife.png); }
.pcHeader .navArea .lst .item:nth-child(4) a span{ background-image:url(../img/icon_entrance.png); }
.pcHeader .navArea .lst .item:nth-child(5) a span{ background-image:url(../img/icon_hogosya.png); }

@media screen and (max-width: 900px) { /* Smartphone */
	.pcHeader .navArea .lst .item > a{
		font-size:15px;
	}

}



/* ------------------*
 * ドロップダウンメニュー
   ------------------*/

/* 1. ドロップダウンメニューをデフォルトで非表示にする */
.navArea .lst .item {
	position:relative;
}
.navArea .lst .item .dropDownMenu {
    display: none;
}

/* 2. .itemをホバーしたときに、その子のドロップダウンメニューを表示 */
.navArea .lst .item.active .dropDownMenu ,
.navArea .lst .item:hover .dropDownMenu {
    display: block;
	position:absolute;
    left: 50%; /* .itemの中央に配置 */
    transform: translateX(-50%); /* 自身の幅の半分だけ左に移動 */
	top:50px;
	z-index:100;

	width:100%;
	background-color: #fff; /* メニューの背景色 */
	border-radius: 0 0 5px 5px; /* 角の丸み */
	padding: 5px; /* メニューのパディング */
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); /* 影の効果 */
	border:solid 1px #1868b3;
	border-top:solid 4px #1868b3;
}
.navArea .lst .item .dropDownMenu:before {
    content: '▲'; /* 上向きの三角形 */
    position: absolute;
    top: -15px; /* 三角形の高さ分だけ上に配置。値は調整する */
    left: 50%; /* 左右中央に配置 */
    transform: translateX(-50%); /* 自身の幅の半分だけ左に移動 */
    font-size: 10px; /* 三角形のサイズ。必要に応じて調整 */
	color:#1868b3;
}

.navArea .lst .item.active > span  ,
.navArea .lst .item:hover > a   {
	color:#1868b3;
}

.navArea .lst .item.active .dropDownMenu li,
.navArea .lst .item:hover .dropDownMenu li{
	list-style: none; /* リストマーカーを非表示に */
	border-bottom:solid 1px #eee;
}

.navArea .lst .item.active .dropDownMenu li a,
.navArea .lst .item:hover .dropDownMenu li a{
	display:block;
	width:100%;
	text-decoration: none;
	color: #4B3F3F;
	padding:8px 5px;
	font-size:14px;
	line-height:1.5;
	text-align:left;
}
.navArea .lst .item.active .dropDownMenu li a:hover,
.navArea .lst .item:hover .dropDownMenu li a:hover{
	background:#eee;
}


/*--------------------------
wrapper
---------------------------- */
#wrapper{
	margin-top:188px;
}
@media screen and (max-width: 1000px) { /* Smartphone */
	#wrapper{
		margin-top:144px;
	}
}
@media screen and (max-width: 900px) { /* Smartphone */
	#wrapper{
		margin-top:135px;
	}
}
@media screen and (max-width: 850px) { /* Smartphone */
	#wrapper{
		margin-top:130px;
	}
}
@media screen and (max-width: 767px) { /* Smartphone */
	#wrapper{
		margin-top:55px;
	}
}



/*--------------------------
.subColumn
---------------------------- */

@media screen and (max-width: 767px) { /* Smartphone */

}



/*--------------------------
mainVisual
---------------------------- */
.mainVisual{
	width:100%;
	max-width: 2000px;
	margin: 0px auto;
	position:relative;
	z-index:1;
	margin-bottom:150px;
}
.mainVisual .lst{
}
.mainVisual .lst .item{
}
.mainVisual .lst .item img{
	width:100%;
}
@media screen and (max-width: 1400px) { 
}
@media screen and (max-width: 1000px) { 
}
@media screen and (max-width: 767px) { /* Smartphone */
	.mainVisual{
		margin-bottom:50px;
	}
}



/*--------------------------
importantNews
---------------------------- */
.importantNews{
	background:#DEF5FC;
	position:absolute;
	bottom:-60px;
	right:0;
	width:70%;
}
.importantNews .inner{
	height:120px;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	align-items: center;
}
.importantNews__lbl{
	flex-basis:260px;
	background:#C2EDFA;
	font-size:18px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	height:120px;
	position:relative;
}
.importantNews__lbl span{
	display:inline-block;
	padding-left:35px;
	background:url(../img/icon_circle_attention.png) no-repeat left center;
	width:212px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.importantNews__cnt{
	flex-basis:calc(100% - 260px);
	padding-left:45px;
	padding-right:15px;
}
.importantNews__cnt a{
	color:#333333;
	text-decoration:none;
}
.importantNews__cnt .date{
}
.importantNews__cnt .tit{
	line-height:1.2;
	font-size:16px;
}
@media screen and (max-width: 1000px) { 
	.importantNews__cnt{
		padding-left:25px;
	}
	.importantNews__cnt .tit{
		font-size:14px;
	}
}
@media screen and (max-width: 767px) { /* Smartphone */
	.importantNews{
		background:#DEF5FC;
		position:absolute;
		bottom:-35px;
		right:0;
		width:95%;
		border-radius:100px 0 0 100px;
	}
	.importantNews .inner{
		height:95px;
	}
	.importantNews__lbl{
		flex-basis:135px;
		height:95px;
	}
	.importantNews__lbl span{
		display:block;
		padding-left:0px;
		background:url(../img/icon_circle_attention.png) no-repeat center top;
		background-size:19px auto;
		width:120px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding-top:20px;
		font-size:12px;
	}
	.importantNews__cnt{
		flex-basis:calc(100% - 135px);
		padding-left:10px;
	}
	.importantNews__cnt a{
		color:#333333;
		text-decoration:none;
		font-size:13px;
	}
	.importantNews__cnt .date{
		display:block;
	}
	.importantNews__cnt .tit{
		display:block;
	}
}



/*--------------------------
breadcrumb
---------------------------- */
.breadcrumb{
	width: 100%;
	max-width: 1205px;
	margin:0 auto 75px;
	position:relative;
	z-index:10;
}
.breadcrumb__lst{
}
.breadcrumb__lst__item{
	display:inline-block;
	font-size: 16px;
	letter-spacing: 0.1em;
	color:#999999;
}
.breadcrumb__lst__item:after{
	content:" ＞";
	display:inline-block;
	width:auto;
	heiight:auto;
	margin-left:15px;
}
.breadcrumb__lst__item:last-child:after{
	content:none;
}
.breadcrumb__lst__item a{
	text-align: left;
	color: #333333;
	text-decoration:none;
}
.breadcrumb__lst__item a:hover{
	color: #333333;
}

.breadcrumb__lst__item a.disabled-link:hover{
	color: #527F3F;
}

@media screen and (max-width: 1200px) { 
	.breadcrumb{
		max-width: calc(100% - 20px);
	}
}

@media screen and (max-width: 767px) { /* Smartphone */
	.breadcrumb{
		display:none;
	}
	.breadcrumb{
		width: auto;
		max-width: auto;
		min-width: auto;
		margin-bottom:45px;
	}
	.breadcrumb__lst{
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
		font-size:12px;
	}
}
/*--------------------------
pageLink
---------------------------- */
.pageLink{
}

@media screen and (max-width: 767px) { /* Smartphone */

}
/*--------------------------
wp-pagenavi
---------------------------- */
.wp-pagenavi{
	text-align:center;
}
.wp-pagenavi a,
.wp-pagenavi span{
	display:inline-block;
	padding:2px 6px;
	margin-right:3px;
	background:#1EB9E6;
	color:#fff;
	border-radius:3px;
	font-size:18px;
	text-decoration:none;
}
.wp-pagenavi .pages{
	font-size:14px;
}
.wp-pagenavi span.current{
	background:#eee;
	color:#000;
}
/*--------------------------
prevNext
---------------------------- */
.prevNext{
	position:relative;
	height:50px;
}
.prevNext .prev{
	position:absolute;
	left:0;
	top:0;
}
.prevNext .next{
	position:absolute;
	right:0;
	top:0;
}
.prevNext a{
	display:inline-block;
	padding:4px 15px 3px;
	margin-right:3px;
	background:#1EB9E6;
	color:#fff;
	border-radius:3px;
	font-size:16px;
	text-decoration:none;
}

/*--------------------------
フッタービジュアル
---------------------------- */
.footerImg{
	background:#BBD0ED;
}
.footerImg .pic{
	width:100%;
	max-width:1574px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.footerImg .pic img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

/*--------------------------
フッター
---------------------------- */
.footer{
	background:#DEF5FC;
}
.footer .inner{
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding:75px 0 55px;
}

/* ----- */
.footerLogo{
	text-align:center;
	margin-bottom:45px;
}
.footerLogo a{
	text-decoration:none;
}
.footerLogo img{
	width:100%;
	max-width:276px;
	height:auto;
}
/* ----- */
.footerLst{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.footerLst .item{
	flex-basis:20%;
}
.footerLst .item .lst{
	margin-bottom::25px;
}
.footerLst .item .lst:last-child{
	margin-bottom::0px;
}
.footerLst .item .lst li{
}
.footerLst .item .lst li.parent{
	margin-bottom:10px;
}
.footerLst .item .lst li:last-child.parent{
	margin-bottom:0px;
}
.footerLst .item .lst li.parent span,
.footerLst .item .lst li.parent a{
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.footerLst .item .lst li.parent a:hover{
	color:#f00;
}

.footerLst .item .lst li.child{
	margin-bottom:10px;
}
.footerLst .item .lst li:last-child.child{
	margin-bottom:0px;
}
.footerLst .item .lst li.child a{
	display:block;
	font-size:14px;
	color:#333;
	text-decoration:none;
	background:url(../img/marker01.png) no-repeat left 5px;
	padding-left:20px;
}
.footerLst .item .lst li.child a:hover{
	color:#f00;
}


@media screen and (max-width: 1200px) { /* Smartphone */
	.footer .inner{
		max-width:calc(100% - 30px);
	}
}
@media screen and (max-width: 767px) { /* Smartphone */
	.footer .inner{
		padding:40px 0 1px;
	}

}
/*--------------------------
footerInfo
---------------------------- */
.footerInfo{
	background:#EEEEEE;
}
.footerInfo .inner{
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding:30px 0px;
}
.footerInfo .txt{
	text-align:center;
	font-size:16px;
}
.footerInfo .txt span{
	display:block;
	text-align:center;
	margin:10px 0 10px;
}
.footerInfo .lst{
	text-align:center;
}
.footerInfo .lst li{
	display:inline-block;
	border:solid 1px #333;
	background:#fff;
	padding:5px 15px;
	margin-right:15px;
	font-size:12px;
}
.footerInfo .lst li:last-child{
	margin:0;
}

/* ----- */
.address{
}
.address span{
	display:block;
	text-align:center;

	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding:30px 0px;

	font-size:11px;
}


@media screen and (max-width: 767px) { /* Smartphone */
	.footerInfo .txt{
		font-size:14px;
	}
	.pageTop img{
		width:35px;
		height:auto;
	}
	.footerInfo .lst li{
		padding:2px 10px;
		margin-right:10px;
		font-size:12px;
	}
}


/*-------------------------------------------------------------------

	blogDetail

-------------------------------------------------------------------*/
.blogDate {
  width: 100%;
  margin: 0 auto 20px;
  text-align: left;
  color: #aaa;
}

.blogDetail {
  width: 100%;
  margin: 0 auto 50px;
}

.blogDetail p {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}

.blogDetail ul {
  list-style: disc;
  font-size: 16px;
  margin-left: 15px;
}

.blogDetail ol {
  list-style: decimal;
  font-size: 16px;
  margin-left: 15px;
}

.blogDetail a {
  color: #00f;
  text-decoration: none;
}

.blogDetail a:hover {
  text-decoration: underline;
}

.blogDetail hr {
  border: none;
  border-bottom: solid 1px #ddd;
  margin-bottom: 30px;
}

.blogDetail strong {
  font-weight: bold;
}

.blogDetail img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
	padding:10px 0;
}

.entry-body img,
.blogDetail img.emoticon,
.blogDetail img[src^="http://static.lekumo.jp"] {
	width:auto !important;
}



.blogDetail img.aligncenter {
  display: block;
  text-align: center;
  margin: 15px auto;
}

.blogDetail img.alignleft {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 45%;
  height: auto;
}

.blogDetail img.alignright {
  float: right;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.blogDetail img.alignnone {
  margin: 15px 0;
}

.blogDetail img.size-full {
  display: block !important;
  float: none !important;
  width: 95%;
  height: auto;
  margin: 0 auto 30px;
}

.blogDetail img.size-large {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 30px;
}
.blogcat {
  background: #eee;
  padding: 5px;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}



@media screen and (max-width: 767px) { /* Smartphone */
	.blogDetail img{
		display:block;
		padding:10px 0;
		width:100%;
		height:auto;
	}
}

/*--------------------------
bannerArea
---------------------------- */
.bannerArea{
	background:#F5F1E9;
	padding:40px 0;
}
.bannerArea .inner{
	width:100%;
	max-width:1340px;
	margin-left:auto;
	margin-right:auto;
}
.bannerArea .inner .lst{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.bannerArea .inner .lst:before{
  content:"";
  display: block;
  width:23.8%;
  order:1;
}
.bannerArea .inner .lst:after{
  content:"";
  display: block;
  width:23.8%;
}

.bannerArea .inner .lst .item{
	flex-basis:23.8%;
	margin-bottom:20px;
}
.bannerArea .inner .lst .item a{
	text-decoration:none;
}
.bannerArea .inner .lst .item a:hover img{
	filter: drop-shadow(1px 1px 7px #aaa);
}
.bannerArea .inner .lst .item img{
	transition:all .3s;
	width:100%;
	height:auto;
}

@media screen and (max-width: 1340px) { /* Smartphone */
	.bannerArea .inner{
		max-width:calc(100% - 30px);
	}
}

@media screen and (max-width: 767px) { /* Smartphone */
	.bannerArea .inner .lst .item{
		flex-basis:48%;
		margin-bottom:10px;
	}

}


/*--------------------------
blogBox
---------------------------- */
.blogBox{
}
.blogBox .inner{
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width: 1200px) { /* Smartphone */
	.blogBox .inner{
		max-width:calc(100% - 30px);
	}
}

/*--------------------------
blogBoxLst
---------------------------- */
.blogBoxLst{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.blogBoxLst .item{
	flex-basis:30%;
	margin-bottom:50px;
}
.blogBoxLst .item a{
	text-decoration:none;
}
.blogBoxLst .item .pic{
	border-radius:10px;
	overflow:hidden;
	margin-bottom:10px;
	transition:all .3s;
}
.blogBoxLst .item a:hover .pic{
	filter: drop-shadow(1px 1px 7px #aaa);
}
.blogBoxLst .item .pic img{
	width:100%;
	height:auto;
}
.blogBoxLst .item .titArea{
}
.blogBoxLst .item .titArea .date{
	display:block;
	margin-bottom:5px;
	font-size:16px;
	color:#01B4E5;
}
.blogBoxLst .item .titArea .tit{
	display:block;
	font-size:20px;
	color:#333;
}
@media screen and (max-width: 767px) { /* Smartphone */
	.blogBoxLst{
		max-width:calc(100% - 20px);
		margin-left:auto;
		margin-right:auto;
	}
	.blogBoxLst .item{
	}
	.blogBoxLst .item{
		flex-basis:100%;
		margin-bottom:25px;
	}
	.blogBoxLst .item .pic{
		margin-bottom:0px;
	}
	.blogBoxLst .item .titArea .date{
		margin-bottom:0px;
		font-size:14px;
	}
	.blogBoxLst .item .titArea .tit{
		font-size:18px;
	}


}

/*--------------------------
featureTit
---------------------------- */
.featureTit{
	background:#01B4E5;
	padding:40px 0;
	margin-bottom:40px;
	position:relative;
}
.featureTit:before{
	content:"";
	display:block;
	width:100%;
	height:50px;
	position:absolute;
	top:-25px;
	left:0;
	background:url(../img/icon_circle_feature.png) no-repeat center top;
}
.featureTit__inner{
	margin-left:auto;
	margin-right:auto;
}
.featureTit__inner .tit{
	font-size:30px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
}
.featureTit__inner .txt{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
}
@media screen and (max-width: 1200px) { /* Smartphone */
	.featureTit__inner{
		max-width:calc(100% - 30px);
	}
}

@media screen and (max-width: 767px) { /* Smartphone */
	.featureTit__inner{
	}
	.featureTit__inner .tit{
		font-size:27px;
	}
	.featureTit__inner .txt{
		font-size:18px;
	}
}
/*--------------------------
newsTopics
---------------------------- */
.newsTopics{
}
.newsTopics .inner{
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;

	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
/* ----- */
.newsTopics__tit{
	flex-basis:270px;
	padding-top:15px;
	padding-bottom:15px;
}

/* ----- */
.newsTopics__cnt{
	padding-top:15px;
	padding-bottom:15px;
	flex-basis:calc(100% - 270px);
	padding-left:30px;
	border-left:solid 1px #eee;
}
.newsTopics__cnt .lst{
}
.newsTopics__cnt .lst .item{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	 align-items: flex-start; /* 追加 */
	margin-bottom:15px;
}

.newsTopics__cnt .lst .item .date{
	flex-basis:125px;
	font-size:20px;
}
.newsTopics__cnt .lst .item .catLbl{
	flex-basis:140px;
	display:block;
	font-size:15px;
	background:#01B4E5;
	border-radius:5px;
	text-align:center;
	padding:4px 0;
	color:#fff;
}
.newsTopics__cnt .lst .item .lnk{
	flex-basis:calc(100% - 265px);
	text-decoration:none;
	font-size:18px;
	padding-left:20px;
}
@media screen and (max-width: 767px) { /* Smartphone */
	.newsTopics .inner{
		max-width:calc(100% - 30px);
	}
}
@media screen and (max-width: 767px) { /* Smartphone */
	/* ----- */
	.newsTopics__tit{
		flex-basis:100%;
	}
	/* ----- */
	.newsTopics__cnt{
		flex-basis:100%;
		padding-top:0px !important;
		padding-left:0px !important;
		border-left:none;
	}
	.newsTopics__cnt .lst{
		margin-bottom:40px;
	}
	.newsTopics__cnt .lst .item{
		justify-content: flex-start;
		margin-bottom:25px;
	}
	.newsTopics__cnt .lst .item .date{
		flex-basis:95px;
		font-size:15px;
		margin-bottom:10px;
	}
	.newsTopics__cnt .lst .item .catLbl{
		flex-basis:140px;
		font-size:13px;
	}
	.newsTopics__cnt .lst .item .lnk{
		flex-basis:100%;
		font-size:15px;
		padding-left:0 !important;
	}

}

/*--------------------------
topSubtit
---------------------------- */
.topSubtit{
	background:#FAF9F5;
	position:relative;
	width:100%;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
}
.topSubtit:before{
	content:"";
	display:block;
	position:absolute;
	background:#1868B3 url(../img/bk_triangle01.png) no-repeat left center;
	height:500px;
	width:90%;
	top:0;
	left:0;
	border-radius:0 15px 15px 0;
	order:1;
}

.topSubtit .inner{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:1;
	order:10;
}
.topSubtit .pic{
	position:absolute;
	right:0;
	margin:0 calc(50% - 60vw);
	z-index:1;
}
.topSubtit .pic img{
	width:100%;
	max-width:1200px;
	height:auto;
}

.topSubtit .tit{
	position:relative;
	z-index:2;
	padding-top:50px;
}
.topSubtit .tit .cnt{
}
.topSubtit .tit{
}
.topSubtit .tit .titLine{
	display:inline-block;
	background:#fff;
	border-radius:10px;
	padding:10px 50px 20px;
	color:#1868B3;
	font-weight:bold;
	margin-bottom:20px;
	font-size:36px;
}
.topSubtit .tit .titLine span{
	display:inline-block;
	background:url(../img/topSubtit_border.png) repeat-x left bottom;
	padding:0 15px 5px;
	letter-spacing:4px;
}

@media screen and (min-width: 2200px) { /* pc */
	.topSubtit .pic{
		margin:0 calc(75% - 60vw);
	}
}
@media screen and (max-width: 1300px) { /* Smartphone */
	.topSubtit,
	.topSubtit:before{
		height:400px;
	}
	.topSubtit .pic{ margin:0 calc(50% - 60vw); }
	.topSubtit .pic img{ max-width:1000px; }
}


@media screen and (max-width: 1200px) { /* Smartphone */
	.topSubtit .inner{
		max-width:calc(100% - 30px);
	}
}
@media screen and (max-width: 1100px) { /* Smartphone */
	.topSubtit,
	.topSubtit:before{
		height:350px;
	}
	.topSubtit .pic{ margin:0 calc(50% - 60vw); }
	.topSubtit .pic img{ max-width:800px; }


	.topSubtit .tit .titLine{
		padding:6px 30px 11px;
		margin-bottom:10px;
		font-size:25px;
	}
	.topSubtit .tit .titLine span{
		padding:0 15px 5px;
		letter-spacing:2px;
	}

}

@media screen and (max-width: 1000px) { /* Smartphone */
	.topSubtit,
	.topSubtit:before{
		height:300px;
	}
	.topSubtit .pic{ margin:0 calc(50% - 60vw); }
	.topSubtit .pic img{ max-width:750px; }

	.topSubtit .tit .titLine{
		padding:6px 10px 11px;
		font-size:20px;
	}
	.topSubtit .tit .titLine span{
		padding:0 10px 5px;
		letter-spacing:2px;
	}
}

@media screen and (max-width: 767px) { /* Smartphone */
	.topSubtit{
		height:auto;
		margin-bottom:150px;
	}
	.topSubtit .inner{
		width:100%;
	}
	.topSubtit .pic{
		position:relative;
		right:-13%;
		text-align:right;
		padding-left:30px;
	}
	.topSubtit .tit{
		position:absolute;
		z-index:2;
		top:80%;
		right:0;
		padding-top:0;
	}
	.topSubtit .tit .titLine{
		font-size:18px;
	}
}

/*--------------------------
messageBox
---------------------------- */
.messageBox{
	background:#FAF9F5;
	padding:150px 0 50px;
}
.messageBox .inner{
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
/*  overlayBox */
.messageBox .overlayBox .tit{
	font-size:26px;
	font-weight:bold;
	color:#1868B3;
	margin-bottom:20px;
	position:relative;
}
.messageBox .overlayBox .tit:before{
	content:"";
	display:block;
	width:100%;
	height:1px;
	border-top:solid 1px #1868B3;
	position:absolute;
	z-index:1;
	top:22px;
}
.messageBox .overlayBox .tit span{
	display:inline-block;
	background:#fff;
	position:relative;
	z-index:2;
	padding-right:20px;
}
.messageBox .overlayBox .txt{
	font-size:16px;
	line-height:2;
	margin-bottom:25px;
}
.messageBox .overlayBox .principal{
	text-align:right;
	font-size:18px;
}
.messageBox .overlayBox .principal span{
	display:inline-block;
	font-size:20px;
	padding-left:1em;
}


@media screen and (max-width: 1300px) { /* Smartphone */
	.messageBox{ padding-top:100px; }
}
@media screen and (max-width: 1200px) { /* Smartphone */
	.messageBox .inner{
		max-width:calc(100% - 30px);
	}
}
@media screen and (max-width: 1100px) { /* Smartphone */
}
@media screen and (max-width: 767px) { /* Smartphone */
	.messageBox{
		padding:50px 0 0px;
	}
	.messageBox .overlayBox{
		margin-bottom:40px;
	}
	/*  overlayBox */
	.messageBox .overlayBox .pic{
		text-align:center;
	}
	.messageBox .overlayBox .pic img{
		width:63%;
		height:auto;
	}

	/*  overlayBox */
	.messageBox .overlayBox .tit{
		font-size:18px;
		margin-bottom:20px;
	}
	.messageBox .overlayBox .tit:before{
		content:none;
	}
	.messageBox .overlayBox .tit span{
	}
	.messageBox .overlayBox .txt{
		font-size:14px;
		margin-bottom:25px;
	}


}


/*--------------------------
featureLst
---------------------------- */
.featureLst{
}
.featureLst .lst{
	width:100%;
	max-width:1700px;
	margin-left:auto;
	margin-right:auto;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.featureLst .lst .item{
	flex-basis:31.7%;
}
.featureLst .lst .item:nth-child(2){
	padding-top:70px;
}
.featureLst .lst .item a{
	text-decoration:none;
	transition:all .3s;
}
.featureLst .lst .item .pic{
	padding:5px 5px 0 5px;
	text-align:center;
}
.featureLst .lst .item .pic img{
	width:100%;
	max-width:540px;
	height:auto;
}
.featureLst .lst .item a:hover{
	filter: drop-shadow(1px 1px 7px #aaa);
}
@media screen and (max-width: 1700px) { /* Smartphone */
	.featureLst .lst{
		max-width:calc(100% - 30px);
	}
}
@media screen and (max-width: 767px) { /* Smartphone */
	.featureLst .lst .item{
		flex-basis:100%;
		padding-top:0 !important;
		margin-bottom:20px;
	}
}
