@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	overflow-x: hidden;
}
a:link{
	color:#E67559;
	text-decoration: none;
}
a:visited{
	color:#E67559;
}
a:hover{
	color:#ED9D89;
}
a:active{
	color:#999;
}

#header{
	clear: left;
	float: left;
	width: 100%;
	position: fixed;
	height: 180px;
	justify-content: space-between;
	width: 100%;
	background-image: url(img/header_bg.png);
	background-repeat: no-repeat;
	z-index: 1000; 
}
#menubox{
	clear: both;
	float: none;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 180px;
	background-image: url(img/header_title_bg.png);
	background-repeat: no-repeat;
	background-position: left 40px;
}
.head_title{
	width: 800px;
	clear: left;
	float: left;
	font-size: 18px;
	padding-top: 25px;
}
#professor{
	clear: right;
	float: right;
	background-image: url(img/professor2.png);
	height: 160px;
	width: 160px;
	margin-top: 10px;
}

.font-small{
	font-size: 16px;
}
.font-large{
	font-size: 18px;
	font-weight: bold;
}


#wrapper{
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #333;
	clear: both;
	float: none;
	overflow: hidden;
	margin-top: 100px;
}
#top{
	clear: left;
	float: left;
	width: 1000px;
	text-align: center;
	font-size: 25px;
	padding-top: 300px;
	font-weight: bold;
	margin-top: -180px;
	height: 82px;
}
#info{
	clear: left;
	float: left;
	width: 1000px;
	background-image: url(img/icon_info.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 25px;
	background-position: center;
	font-weight: bold;
	height: 82px;
	margin-top: 10px;
	padding-top: 40px;
}
#info_box{
	clear: left;
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	line-height: 2em;
	border: 1px solid #CCC;
	margin-top: 20px;
	width: 958px;
}
.info_cell{
	clear: left;
	float: left;
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 5px;
}
.info_day{
	clear: left;
	float: left;
	width: 100px;
}
.info_msg{
	float: left;
}
#link{
	clear: left;
	float: left;
	width: 1000px;
	background-image: url(img/icon_link.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 25px;
	background-position: center;
	font-weight: bold;
	height: 82px;
	margin-top: 50px;
	padding-top: 40px;
}
.link_title{
	float: left;
	clear: left;
	margin-left: 60px;
	width: 300px;
}
.link_cmt{
	float: left;
	clear: left;
	margin-left: 60px;
	font-size: 14px;
}

.link_url{
	float: left;
}

.content{
	clear: left;
	float: left;
	width: 960px;
	padding: 20px;
	margin-bottom: 70px;
	line-height: 2em;
}
#purpose{
	clear: left;
	float: left;
	width: 1000px;
	background-image: url(img/icon_arrow.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 25px;
	background-position: center;
	font-weight: bold;
	height: 82px;
	padding-top: 40px;
	margin-top: 20px;
}
#necessity{
	clear: left;
	float: left;
	width: 1000px;
	background-image: url(img/icon_book.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 25px;
	background-position: center;
	font-weight: bold;
	height: 82px;
	padding-top: 40px;
}
#system{
	clear: left;
	float: left;
	width: 1000px;
	background-image: url(img/icon_study.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 25px;
	background-position: center;
	font-weight: bold;
	height: 82px;
	padding-top: 40px;
}

#footer{
	clear: left;
	float: left;
	height: 150px;
	width: 100%;
	background-image: url(img/header_bg.png);
	font-size: 14px;
	text-align: center;
	background-position: bottom;
}
#footer_inner{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
	text-align: left;
	background-image: url(img/footer_inner_bg.png);
	background-repeat: no-repeat;
	height: 130px;
	background-position: 13px top;
}
#footer_title{
	clear: none;
	float: left;
}
#footer_address{
	clear: right;
	float: left;
	width : 581px;
	margin-left: 20px;
	height: 130px;
}

#back-top{
    position: fixed;
    bottom: 15%;
    right: 3%;
}
#back-top span{
	width: 94px;
	height: 94px;
	display: block;
	clear: right;
	float: right;
}
a:link.head_title{
	text-decoration : none; 
color : #000; 
}
a:visited.head_title{
	text-decoration : none; 
color : #000; 
}
a:active.head_title{
	text-decoration : underline; 
color : #000; 
}
a:hover.head_title{
	text-decoration : none; 
color : #3B3B3B; 
}
/* 追加20190221 */
.btn-square-soft{
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #FFF;
	width: 800px;
	height: 70px;
	line-height: 75px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
	background: linear-gradient(#dc411d 0%, #ff6900 100%);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	font-size: 25px;
}
#wrapper .content div div .btn-square-soft{
	color: #FFF;
}


.btn-square-soft:active{
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#dc411d 0%, #912b22 100%);/*グラデーションを明るく*/
}
.title{
	background-color: #F99;
	height: 70px;
	width: 800px;
	font-size: 25px;
	line-height: 75px;
	color: #FFF;
}
/* ついかここまで */
