@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,span,small,dl,dt,dd,ol,ul,li {
  margin: 0;
  font-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
}
ul {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
img {
  vertical-align: top;
}
li {
  list-style-type: none;
  vertical-align: baseline;
}


/*--------------------------------------
　Base
---------------------------------------*/
html {
    font-size: 62.5%;
}
body {
	color: #333;
	font-family: 'Noto Sans','Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	line-height: 2;
	min-width: 1200px;
	position: relative;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
img { 
  max-width: 100%; 
  height: auto;
}
a {
	color: #000;
	text-decoration: none;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.sp {
	display: none;
}
.wi1100 {
	width: 1100px;
	margin: 0 auto;
}
.bold {
	font-weight: bold;
}
#contents .red {
	color: #be3737;
	font-size: 100%;
}
.small {
	font-size: 1.2rem;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.secTit {
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	line-height: 1.5;
	padding: 0 0 2rem;
	margin: 0 0 4rem;
}
.secTit:before {
	content: "";
	background: #c63527;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.secTitBox p {
	font-size: 1.5rem;
	font-weight: 500;
}
.subTit {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	line-height: 1.5;
	padding: 0 0 2rem;
	margin: 0 0 4rem;
	border-bottom: solid 1px #333;
}
.subTit:before {
	content: "";
	background: #f1c400;
	width: 150px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
}


/*--------------------------------------
　Header
---------------------------------------*/
header {
	background: #fff;
	height: 10rem;
	width: 100%;
	min-width: 1100px;
}
header .inner {
	height: 100%;
}
header .logo {
	float: left;
	width: 636px;
	margin: 3rem 0 0 4rem;
}
header .blBtn {
	width: 326px;
	height: 100%;
	float: right;
}
.blBtn a {
	background: #001e62 url("../image/arr_white_right.png") no-repeat right 2rem center;
	background-size: 15px auto;
	color: #fff;
	font-size: 1.3rem;
	height: 100%;
	letter-spacing: 0.03em;
	padding: 1rem 5rem 1rem 2.5rem;
	display: flex;
	align-items: center;
}
.oraBtn {
	background: #c63527 url("../image/arr_white_right.png") no-repeat right 2rem center;
	background-size: 15px auto;
	color: #fff;
	font-size: 1.4rem;
	height: 100%;
	letter-spacing: 0.03em;
	padding: 1.5rem 2.5rem;
	display: block;
	text-align: center;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all .3s;
}
.oraBtn:hover {
	opacity: 0.7;
}


/*--------------------------------------
　Footer
---------------------------------------*/
footer {
	margin: -10rem 0 0;
}
footer.login {
	margin: 0;
}
footer .pagetop {
	width: 60px;
	position: fixed;
	bottom: 4rem;
	right: 4%;
	z-index: 100;
}
footer .fotTop {
	background: url("../image/bg_footer.jpg") no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 40rem;
}
footer .fotBtm {
	background: #f6f6f6;
	padding: 5rem 8rem;
}
footer .leftBox {
	float: left;
}
footer .fotBtm .logo {
	width: 585px;
	margin: 0 0 2.5rem;
}
footer .fotBtm .blBtn {
	width: 330px;
	margin: 0;
}
footer .fotBtm .blBtn a {
	padding: 1rem 5rem 1rem 2.5rem;
	font-size: 1.3rem;
}
footer .rightBox {
	float: right;
}
footer .schoolName {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.03em;
}
footer .adress {
	font-size: 1.3rem;
	letter-spacing: 0.03em;
}
footer .copy {
	font-size: 1rem;
	text-align: center;
	border-top: solid 1px #ddd;
	padding: 2.5rem;
}


/*--------------------------------------
　CONTENT
---------------------------------------*/
#contents {
	background: #f6f6f6;
}
.contBox {
	padding: 6rem 11rem 8rem;
	background: #fff;
	margin: -10rem 0 0;
    z-index: 1;
    position: relative;
	width: calc(100% - 80px);
	min-width: 1200px;
}






@media screen and (max-width: 599px) {

.pc {
	display: none;
}
.sp {
	display: block;
}

body {
	font-size: 1.4rem;
	min-width: 320px;
	overflow-x: hidden;
	line-height: 1.8;
}
a:hover {
	opacity: 1;
}
.wi1100 {
	width: 100%;
}

.secTit {
	font-size: 2.2rem;
	position: relative;
	padding: 0 0 1.5rem;
	margin: 0 0 3rem;
}
.secTitBox p {
	font-size: 1.5rem;
	font-weight: 500;
}
.subTit {
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 0 0 1rem;
	margin: 0 0 3rem;
}
.subTit:before {
	content: "";
	background: #f1c400;
	width: 80px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
	
/*--------------------------------------
　Header
---------------------------------------*/
header {
	height: auto;
	width: 100%;
	min-width: 100%;
}
header .inner {
	height: 100%;
}
header .logo {
	float: none;
	width: 100%;
	max-width: 345px;
	margin: 1.5rem 0 1.2rem;
	padding: 0 4%;
}
header .blBtn {
	width: 100%;
	height: 100%;
	float: none;
}
.blBtn a {
	background: #001e62 url("../image/arr_white_right.png") no-repeat right 2rem center;
	background-size: 15px auto;
	padding: 1rem 5rem 1rem 2.5rem;
	display: flex;
	align-items: center;
}
.oraBtn {
	background: #c63527 url("../image/arr_white_right.png") no-repeat right 2rem center;
	background-size: 15px auto;
	color: #fff;
	font-size: 1.4rem;
	height: 100%;
	letter-spacing: 0.03em;
	padding: 1.5rem 2.5rem;
	display: block;
	text-align: center;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: all .3s;
}
.oraBtn:hover {
	opacity: 1;
}


/*--------------------------------------
　Footer
---------------------------------------*/
footer {
	margin: 0;
}
footer .pagetop {
	width: 40px;
	bottom: 4rem;
	right: 4%;
}
footer .fotTop {
	background: url("../image/bg_footer.jpg") no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 14rem;
}
footer .fotBtm {
	padding: 3rem 4%;
}
footer .leftBox {
	float: none;
}
footer .fotBtm .logo {
	width: 100%;
	margin: 0 0 1.5rem;
}
footer .fotBtm .blBtn {
	width: 100%;
	margin: 0 0 1.5rem;
}
footer .rightBox {
	float: none;
}
footer .schoolName {
	font-size: 1.5rem;
}
footer .adress {
	font-size: 1.3rem;
}
footer .copy {
	font-size: 1rem;
	padding: 1.5rem 2rem;
}


/*--------------------------------------
　CONTENT
---------------------------------------*/
.contBox {
	padding: 3rem 6% 4rem;
	background: #fff;
	margin: 0;
	width: 100%;
	min-width: 100%;
}



	
}