@charset "utf-8";
/* CSS Document */
#main_visual_sub{
	width:100%;
	position:relative;
	overflow:hidden;

}

h1{
	font-size:153.9% !important;
	color:#fff;
	font-weight:bold;
	position: absolute;
    top: -120%;
    left: -100%;
    right: -100%;
    bottom: -75%;
    margin: auto !important;
    width: 80%;
    height: 60px;
	z-index:5;
	background:#ba2228 !important;
	opacity:0.85;
	border:2px solid #FFF !important;
	text-align:center;
	padding:10px 0 !important;
	border-radius:5px;
	font-family: webfontHorizontal, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	opacity:0.9 !important;
}

span.s_title{
	text-decoration:none;
	font-size:77% !important;
}

.sub_title{
	font-family: webfontHorizontal, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align:center;
	font-size:180%;
	letter-spacing: 3px;
	color:#ba2228;
	background:url(../img/back_logo.png) no-repeat 50% 50%;
	background-size:contain;
	padding:10px 0;
}

.box{
	background:#fff;
	padding:20px 0 0;
}

.box02{
	background:#F8F8F8;
	padding:20px 0 20px;
	
}

.text{
	color:#535353;
	padding:10px 10px 10px;
	font-size:116%;
}

.text_red{
	color: #FFF;
    background: #ba2228;
	padding:10px;
}

.pic img{
	display:block;
	width:100%;
	vertical-align:bottom;
}

.pic02 img{
	display:block;
	width:96%;
	margin:0 auto;
	vertical-align:bottom;
}



/*----アコーディオン------*/
.sekou_box{
	margin-bottom:20px;
}
.accordion_dl{
	width:94%;
	margin:10px auto 30px;
}

dt.edu_dt{
	background-color:#333;
    padding: 20px 35px 20px 10px ;
    color: #fff;
    cursor: pointer;
    position: relative;
	font-weight:bold;
	font-size:116%;
	border-top:1px solid #fff;
}


dt.edu_dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #fff;
}
 
dt.edu_dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background:#333;
}
 
dd.edu{
    padding: 10px 0;
	color:#535353;
	text-align:justify;
	background:#fff;
	margin-bottom:10px ;
	
}

.point_big{
	display:block;
	width:100%;
	font-size:131%;
	color:#ba2228;
	font-weight:bold;
	border-bottom:1px solid #ba2228;
	margin-bottom:10px;
}

.gray{
	color:#535353;
}

.red{
	color:#ba2228;
}

.btn{
	display:block;
	text-align:center;
	width:100%;
	font-size:116%;
	background:#999;
	color:#fff;
	padding:15px 0;
	border-radius:5px;
	margin-top:10px;
}

.us{
	font-size: 116%;
    color: #ba2228;
    padding: 10px;
    
}





