@charset "utf-8";
/* CSS Document */

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

 content_TopImg

=================================**/
.content_TopImg{
	text-align:center;
}
.content_TopImg img{
	margin:-45 0 20 0;
}

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

 content_FiveColor

=================================**/
.content_FiveColor{
	background-color:#fffad6;
	padding-top:10px;
	padding-bottom:1px;
}
.content_FiveColor .fivelist{
	width:100%;
	padding:0;
	list-style: none;
	color:#FFF;
	margin-bottom:0;
}
.content_FiveColor .fivelist a{
	color:#FFF;
}
.fivelist li{
	margin:0;
	padding:0px;
	width:100%;
	list-style-position:inside;
	list-style: none;
}
.fivelist_body{
	display:block;
	background-color:#007cc8;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
}
.fivelist_margin{
	margin:0 10px;
	height:70px;
}
.fivelist_hr{
	padding:0px;
	margin:10px 0px 0px 10px;
	width:325px;
	color:#a6d1ec;
	background-color:#a6d1ec;
	border: none;
	height:1px;
}
.fivelist_border_bold{
	border-bottom:solid 2px #fffad6;
}
.fivelist_body img{
	display:block;
	padding:5px 20px 0px 0px;
	float:left;
}
.fivelist_body img.fivelist_body_title{
	margin:0 auto;
	float:none;
	padding:10px 0px 0px 0px;
}
.fivelist_body span{
	display:flex;
	align-items: center;
	height:51px;
	margin-top:10px;
	font-size:110%;
	font-weight:bold;
}
.fivelist_body span.fivelist_subtitle{
	float:left;
}

.fivelist_body span.glyphicon{
	float:right;
	margin-right:10px;
}
/**=================================

 content_FleeEntry

=================================**/
.content_FleeEntry{
	padding-top:1px;
	padding-bottom:13px;
	text-align:center;
	background-color:#fffad6;
	font-weight:bold;
}
.flee_entry_title{
	color:#007cc8;
	font-weight:bold;
	font-size:130%;
	margin-top:13px;
}
.flee_entry_txt{
	background-color:#fffef7;
	border-top:solid 1px #ff403e;
	border-bottom:solid 1px #ff403e;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:10px;
	margin-right:10px;
}
.flee_entry_txt_strong{
	font-size:140%;
	color:#ff0000;
}

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

 content_Curriculum

=================================**/
.content_Curriculum{
	text-align:center;
	padding-bottom:10px;
	border-top:solid 3px #007cc8; 
}
.curriculum_title{
	color:#007cc8;
	font-weight:bold;
	font-size:130%;
	margin-top:3px;
	background-color:#cce5f4;
	padding:10px;
}

.curriculum_btn_area{
	margin:0 auto;
	width:365px;
	padding-bottom:5px;
	text-align:center;
}
.curriculum_btn_area btn{
	
}
.curriculum_btn{
	background-color:#007cc8;
	color:#FFF;
	font-weight:bold;
	width:180px;
	height:50px;
	font-size:80%;
}
.curriculum_btn:hover{
	color:#CCC;
}
.curriculum_btn:focus{
	color:#FFF;
}
.curriculum_btn_l{
	float:left;
}
.curriculum_btn_r{
	float:right;
}
.curriculum_btn_body{
	
	float:left;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.curriculum_btn_body_title{
	height:32px;
	width:143px;
}
.curriculum_btn_body_ico{
	color:#badcf0;
	height:28px;
	width:10px;
}


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

 content_Environ

=================================**/
.content_Environ{
	background-color:#fffad6;
	padding-top:3px;
	padding-bottom:15px;
	text-align:center;
}
.environ_title{
	color:#007cc8;
	font-weight:bold;
	font-size:130%;
	margin-top:13px;
}
.environ_body_title_wrap{
	width:354px;
	margin:0 auto;
}
.environ_body_title{
	width:175px;
	background-color:#007cc8;
	float:left;
	margin-right:2px;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	font-size:90%;
}

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

 content_NewEntry

=================================**/
.content_NewEntry{
	
}
.content_entry_wrap{
	border:solid 1px #007cc8;
	padding:5px;
	margin:10px 5px 10px 5px;
}
.content_entry_head{
	background-color:#cce5f4;
	color:#007cc8;
	font-weight:bold;
	font-size:110%;
	text-align:center;
	padding:6px;
}
.content_entry_list{
	list-style:none;
	padding:8px 6px 8px 6px;
	border-bottom:solid 1px #007cc8;
}
.content_entry_list p{
	padding-left:15px;
	margin:0 0 3px 0;
}
.content_entry_title{
	color:#007cc8;
	font-weight:bold;
	font-size:130%;
	background:top left no-repeat url(../images/top/ico_body_01.png);
}
.content_entry_txt{

}
.content_ico{

}
.content_entry_list_end{
	border-bottom:none !important;
}



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

 content_Contact

=================================**/
.content_Contact{
	text-align:center;
	background-color:#cce5f4;
	padding-top:5px;
	padding-bottom:20px;
}
.contact_title{
	color:#007cc8;
	font-weight:bold;
	font-size:130%;
	margin-top:15px;
	margin-bottom:1px;
	padding-top:5px;
	padding-bottom:1px;
}
.contact_hr{
	margin:0px 0px 8px 0px;
	width:100%;
	color:#a6d1ec;
	background-color:#a6d1ec;
	border: none;
	height:2px;
}


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

 sotugyo

=================================**/
.sotugyo{
	margin:5px 0;
	padding:5px 0;
}
.sotugyo h1{
	text-align:center;
}
.autoplay{
	max-width:70%;
	margin:0 auto;
}
.slick-prev{
	left:-55px !important;
}
.slick-next{
	right:-55px !important;
}
.slick-prev,.slick-next{
	width:40px !important;
	height:40px !important;
	
}
.slick-slider{

}
.slick-slide{
	/*border-left:solid 2px #06C;*/
    height: 160px;
}
.slick-prev:before,
.slick-next:before
{
	color:#333 !important;
	font-size: 40px !important;
}
.column_list_sotugyo_body p{
	margin:5px 5px 0px 5px;
	padding:0px;
}
.sotugyo_thumbnail{
	width:50px;

}
.sotugyo_thumbnail_wrap img{
	float: left;

}
.sotugyo_thumbnail_wrap{
	font-size:70%;
	font-weight:bold;
	padding-left:5px;
}



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

 Link

=================================**/
.topImgBox {
    display: flex;
    width: 96%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.topBnrBox--kouza h2{
	font-size:120%;
   padding:10px 20px 16px;
	color:#fff;
	background:#007dcd;
	position:relative;
	margin: 0 2% 20px;
}
.topBnrBox--kouza h2::after{
	content:"";
	background:#fff;
	width:100%;
	height:2px;
	display:bliock;
	position:absolute;
	bottom:4px;
	left:0;
}
	
/* .content_TopImg{
	padding:10px 2% 0;
}
.content_TopImg img{
	max-width:100%;
} */
.topBnrBox{
  padding:0px 0;
}
.topBnrBox + .topBnrBox{
	padding-top:0;
}
.topBnrWrap{
  display:flex;
  width: 96%;
  margin: 0 auto;
  flex-wrap:wrap;
}
.topBnrWrap > a{
  display:block;
/*  flex:1; */
	width:49%;
}
.topBnrWrap > a:nth-child(n + 3){
	margin:1em 0 0;
}

.topBnrWrap > a:nth-child(2n){
	margin-left:2%;
}

.topBnrWrap > a img{
  max-width: 100%;
  height: auto;
}
.topBnrWrap > a {
  text-decoration: none;
}
.topBnrWrap > a p{
  text-decoration: none;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.arrow{
    position: relative;
    display: table;
    margin: 0 auto;
    padding: 0 16px 0 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
content: "";

}
.arrow::before{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.arrow::after{
    right:1px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #000;
}
	
	
.hs_btbWrap {
/*     display: flex;
    justify-content: space-between; */
    padding: 0 0 40px;
}

.hs_btbWrap>div {
    width: 90%;
	  margin:10px auto;
}

.hs_btbWrap a.hs_btbWrap__btn {
    display: block;
    background: #e95475;
    color: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    border-radius: 5px;
    position: relative;

}

.hs_btbWrap a.hs_btbWrap__btn:after {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    content: "";
    right: 9px;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 6px solid transparent;
    border-left: 6px solid #fff
}

