@charset "UTF-8";
/* Body */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
}

body {
	font-family: "YuGothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0;
	font-size:14px;
	color: #505050;
}

h1{
	font-size:2rem;
	text-align: center;
}



p{

}

a{
	text-decoration: none;
	color: #505050;
}

a:hover{
	background-color: #EAEAEA;
}

.clear{
	content:"";display:block;clear:both
}

.bold{
	font-weight: bold;
}

.red{
	color: #ff0000;
}

.pc-block{
	display: block;
}

.sp-block{
	display: none;
}

/*ボタン設定*/
.button{
	padding:20px 50px 20px 50px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color:  #6E6E6E;
	font-weight: bold;
	color: #fff;
	margin-bottom:20px;
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	background-color: #999999;
	color: #ffffff;
}

.button a{
	text-decoration: none;
	color: #ffffff;
}

.link-btn a{
	text-decoration: none;
	outline: none;
	background-color:  #6E6E6E;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	margin: 15px auto;
}

.link-btn a:hover{
	background-color:  #999;
}

.button-big{
	padding:20px 0;
	text-align: center;
	text-decoration: none;
	outline: none;
	background:  #6E6E6E;
	font-weight: bold;
	color: #fff;
	margin-bottom:20px;
  width:100%;
  display: inline-block;
  font-size: 1.5rem;;
}

.button-big:hover {
	background-color: #999999;
	color: #ffffff;
}

/* Container */
.container {
	width: 100%;
	margin-left: 0 auto;
	margin-right: 0 auto;
}

.container p{}






/* Header */
header {
	position: fixed;
	width: 100%;
	height: 90px;
	background-color:#F0F0FF;
	z-index: 999;
}

.head_contents	{
	/*width: 960px;*/
	margin:0 5%;
}

/*.head_contents h1{
	font-size: 0.8rem;
	color: #ffffff;
	text-align: left;
	padding-left: 5px;
}*/


.head_contents:after{
	content:"";display:block;clear:both
}

.head_logo {
	float:left;
}

.head_logo img{
	height: 70px;
	margin-top: 10px;
}

.head_logo a {
	text-decoration: none;
}

#head_menu	{
	float:right;
	width:auto;
	margin-top: 8px;
}

.head_info{
}

.head_info .text{
	float:right;
	font-size:0.7rem;
	margin: 5px 10px 0 0;
}

.head_info .tel{
	float:right;
	font-size:2rem;
	font-weight: bold;
	margin: 0 10px 0 33px;
}

#head_menu ul	{
	margin:0;padding:0;list-style:none;
	margin-top: -15px;
}

#head_menu li a	{
	font-size:1.1rem;
	display:block;padding:5px 11px 8px 11px;color:#747474;text-decoration:none;font-weight: bold;
}

#head_menu li a:hover	{
	background-color:#bbbbbb;
	color: #ffffff;
	transition: 0.5s;
}

#head_menu ul:after	{
	content:"";display:block;clear:both
}

#head_menu li	{
	float:left;width:auto
}

#first_view{
	position: relative;
	padding:120px 0 0 0;
	height: 680px;
	background-image: url(../img/top_taser_bg.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
	z-index: 1;
}

#first_view:before{
	content: '';
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#topimg{
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 300px;
	margin: 300px auto 0 auto;
	z-index: 2;
}

#topimg img{
	width: 300px;
}

.scrolldown{
	width: 150px;
	margin: -100px auto 0 auto;

}

.scrolldown img{
	width: 150px;
}

.top_margin {
	height: 80px;
	width: auto;
}

/*下層ページヘッダー*/
.title_text{
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1200px;
	margin: 180px auto 0 auto;
	z-index: 2;
}

.title_text h2{
	font-size:2.5rem;
	color: #fff;
	text-shadow: 3px 3px 6px #000;
}
#title_about{
	position: relative;
	padding:120px 0 0 0;
	height: 250px;
	background-image: url(../img/bgimg_5.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 100%;
	z-index: 1;
}

#title_about:before{
	content: '';
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#title_gallery{
	position: relative;
	padding:120px 0 0 0;
	height: 250px;
	background-image: url(../img/bgimg_6.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 100%;
	z-index: 1;
}

#title_gallery:before{
	content: '';
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#title_system{
	position: relative;
	padding:120px 0 0 0;
	height: 250px;
	background-image: url(../img/header_gallary.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 100%;
	z-index: 1;
}

#title_system:before{
	content: '';
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#title_contact{
	position: relative;
	padding:120px 0 0 0;
	height: 250px;
	background-image: url(../img/bgimg_4.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 100%;
	z-index: 1;
}

#title_contact:before{
	content: '';
	background-color: rgba(0,90,180,0.50);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#title_staff{
	position: relative;
	padding:120px 0 0 0;
	height: 250px;
	background-image: url(../img/bgimg_7.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 100%;
	z-index: 1;
}

#title_staff:before{
	content: '';
	background-color: rgba(0,0,0,0.50);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#head_student{
	padding-top: 80px;
}

/*main contents*/
/*共通設定*/
.contents{
	width: 960px;
	margin: 0 auto 50px auto;
}

.contents:after{
	content:"";display:block;clear:both
}

.contents h2{
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #F0F0FF;
	padding: 5px 0 5px 15px;
	margin: 15px 0;
}

.contents h3{
	font-size: 1.4rem;
	font-weight: bold;
	padding: 30px 0 10px 0;
}

.contents h4{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 10px 0;
}

.contents h5{
	padding: 10px 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.contents p{
	padding: 10px 0;
	text-align: center;
}

.contents_min{
	width: 600px;
	margin: 0 auto;
}

.more_info{
	float: right;
	text-decoration: underline;
	padding: 5px;
}

.signature{
	float: right;
	margin:30px 20px 0 0;
	padding: 5px;
}

.two-colmun{
	font-size: 0;
}

.two-colmun li{
	font-size: 1rem;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

/* TOPコンテンツ */
.bxslider img{
	width: 100%;
}

.top_movie{margin: 30px auto;}
.top_movie video{width: 100%;}

#about {
	background-color: #ffffff;
	z-index: 2;
}

#bnr_camp {
	background-color: #ffffff;
	z-index: 2;
	margin: 20px 0 0 0;
}

#bnr_camp img {
	width: 100%;
}


#gallery{
	background-color: #ffffff;
	z-index: 2;
}

#gallery .box{
	float: left;
	width: 48%;
	margin: 10px 1%;
	background-color: #F0F0FF;
}

#gallery .box img{
	float: left;
}

#gallery .box .box_text{
	float: left;
	width: 65%;
	margin-left: 10px;
}

#gallery .box .box_text h3{
	margin: 10px auto;
	padding: 0;
}

#gallery .box .box_text p{
	text-align: left;
	padding: 0;
}

#bgimg_2{
	position: relative;
	height: 300px;
	background-size: cover;
	background-image: url(../img/bgimg_5.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat:no-repeat;
	z-index: 1;
}

#system{
	background-color: #fff;
	z-index: 2;
}

#system .contents h3{
	background-color: #E4E4E4;
	margin: 30px auto 0 auto;
	text-align: center;
	padding: 5px 0 5px 0;
}

#system .system_box{
	height: 450px;
	margin: 0 auto;
	border: 1px solid #000;
}

#system  .system_box img{
	float: left;
	height: 280px;
	margin: 10px;
}

#system  .system_box .system_box_text{
	float: left;
	width: 500px;
	margin-left: 10px;
}

#system  .system_box .system_box_text h4{
	width: 450px;
	background-color: #fff;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	font-size:1.4rem;
}

#system  .system_box .system_box_text p{
	text-align: left;
	padding: 0;
}

#system  .system_box .system_box_text th{
	text-align: left;
	font-weight: normal;
	padding-right: 20px;
}

#system .bnr_system{
	float: left;
	margin: 30px auto;
}

#system .bnr_system img{
	float: left;
	width: 460px;
	margin: 10px;
}

#system .button_box{
	text-align: center;
}

#bgimg_3{
	position: relative;
	height: 300px;
	background-size: cover;
	background-image: url(../img/bgimg_6.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat:no-repeat;
	z-index: 1;
}

#recruit{margin: 50px auto;}
#recruit h2{text-align: center;}
#recruit .recruit-table{margin: 30px auto;border-collapse: collapse;}
#recruit .recruit-table th{border-bottom: 1px solid;padding: 10px 25px 10px 5px;font-weight: bold;text-align: left;}
#recruit .recruit-table td{border-bottom: 1px solid;padding: 10px 5px;}

#contact{
	background-color: #F0F0FF;
	z-index: 2;
	padding-top:50px;
	padding-bottom: 50px;
}

#contact .contents h3{
	background-color: #E4E4E4;
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 5px 0 5px 0;
}

.mail_form{
	width: 80%;
	margin: 0 auto;
}

.mail_form p{
	text-align: left;
	padding: 5px 0;
}

.mail_form .input_box{
	width: 100%;
	height: 30px;
	font-size:1.1em;
}

.mail_form .input_text{
	width: 100%;
	height: 150px;
	font-size:1.1em;
}

.form_btn {
	text-align: center;
}

.form_btn button{
	width: 200px;
	height: 50px;
	background-color: #6E6E6E;
	color: #ffffff;
	font-size:1rem;
}

#form-tbl table{
	margin: 30px auto;
}

#form-tbl th{
	padding: 5px 20px;
}

#form-tbl td{
	padding: 5px 30px;
	text-align: left;
	letter-spacing: 0.1em;
}

#map{
	background-color: #F0F0FF;
	z-index: 2;
	padding-top:10px;
}

#map h3{
	background-color: #E4E4E4;
	margin: 10px auto 10px auto;
	text-align: center;
	padding: 5px 0 5px 0;
	font-size:1.4rem;
}

.policy-box{
	width: auto;
	height: 200px;
	overflow-y: scroll;
	padding: 10px;
	border: solid 1px #000;
}

.policy-box h4{
	text-align: left;
}

.policy-box p{
	text-align: left;
}

.policy-box li{
	margin-left: 20px;
	list-style: disc;
}

/*footer設定*/
footer {
	background-color: #ffffff;
	padding-top: 50px;
}

.footer_contents{
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

.footer_contents:after{
	content:"";display:block;clear:both;
	padding-bottom: 20px;
}

#footer_menu{
	margin-bottom: 30px;
}

#footer_menu ul	{
	margin:0;padding:0;list-style:none;
	text-align: center;
	margin-top: -10px;
}

#footer_menu li{
	display: inline;
}

#footer_menu li a	{
	font-size:1.2rem;
	display:inline;padding:10px 20px 8px 20px;color:#747474;text-decoration:none;font-weight: bold;
}

#footer_menuli a:hover	{
	background-color:#bbbbbb;
	color: #ffffff;
	transition: 0.5s;
}

#footer_menu ul:after	{
	content:"";display:block;clear:both
}

#footer_menu li	{
	width:auto
}


.footer_contents img{
	width: 100px;
}

.footer-logo{
	margin: 30px auto 15px auto;
}

.footer-logo li{
	display: inline-block;
	list-style: none;
	margin: auto 10px;
	vertical-align: middle;
}

.copyright {
	background-color: #ffffff;
	text-align: center;
	padding: 10px;
}


/* pagetop button */
#pageTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
}

#pageTop img{
	width: 120px;
}

#pageTop i {
  padding-top: 6px
}



#pageTop a {
  display: block;
  background-color: rgba(255,255,255,0.50);
  color: #777;
  border-radius: 10px;
  padding: 10px;
  line-height: 16px;
  text-align: center;
}



#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*下層ページ*/
.box_content_one{
	border: 1px solid #000;
	padding: 10px;
	margin: 10px auto;
}

.box_content_one img{
	float: left;
	width: 40%;
}

.box_content_one .box_text{
	float: left;
	width: 55%;
	margin-left: 2%;
}

.box_content_one .box_text_full{
	float: none;
	width: 100%;
}

.box_content_one .box_text h3,
.box_content_one .box_text_full h3{
	margin: 0 auto;
	padding: 0 0 5px 0;
	line-height: 50px;
	font-size:1.6rem;
	border-bottom: 1px solid #000;
}

.box_content_one .box_text p,
.box_content_one .box_text_full p{
	text-align: left;
	padding:10px 0 0 0;
}

.box_content_one .box_text .attention,
.box_content_one .box_text_full .attention{
	font-size:0.8rem;
	line-height: normal;
}

.box_content_one .box_text th,
.box_content_one .box_text_full th{
	text-align: left;
	font-weight: normal;
	padding-right: 20px;
}

.box_content_two{
	float: left;
	width: 48%;
	margin: 10px 1%;
	background-color: #F0F0FF;
}

.box_content_two img{
	float: left;
	width: 35%;
}

.box_content_two .box_text{
	float: left;
	width: 63%;
	margin-left: 2%;
}

.box_content_two .box_text h3{
	margin: 10px auto 5px auto;
	padding: 0;
	font-size:1.2rem;
}

.box_content_two .box_text p{
	text-align: left;
	padding: 0;
	font-size:0.9rem;
}

.box_content_two .option{
	float: left;
}


.page-student .sample{
	text-align: center;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}

.page-student .step_box {
	margin: 50px auto;
	border: 1px solid #3861BE;
}

.page-student .step_box p{
	text-align: left;
}

.page-student .step_box h4{
	text-align: center;
	background: #3861BE;
	color: #fff;
	padding: 10px;
}

.page-student .step_box .flex-two{
	display: flex;
	justify-content: space-around;
	padding: 10px;
}

.page-student .step_box .flex-two-rev{
	display: flex;
	justify-content: space-around;
	padding: 10px;
	flex-direction: row-reverse;
}

.page-student .step_box .flex-two .box,.page-student .step_box .flex-two-rev .box{
	width: 48%;
}

.page-student .step_box .flex-two .box img, .page-student .step_box .flex-two-rev .box img{
	width: 100%;
}

.one-box{
	padding: 10px;
}

#page_staff .contents p{padding-top: 0;margin-bottom: 15px;}


/*tablet*/
@media (min-width:421px) and (max-width:960px){
/*共通設定*/
.contents{
	width: 80%;
	margin: 0 10%;
	text-align: center;
}

.contents_min{
	width: 80%;
	margin: 0 10%;
}
}

@media (max-width: 420px) {
	.contents{
	width: 96%;
	margin: 0 2%;
	text-align: center;
	padding: 10px 0;
}

.contents_min{
	width: 80%;
	margin: 0 10%;
}
}

/* Mobile */
@media (max-width: 960px) {

h1{
	text-align: center;
}



p{
}

.pc-block{
	display: none;
}

.sp-block{
	display: block;
}


/* Container */
.container {
	width: 100%;
	overflow: hidden;
}

.container p{}




/* Header */
header {
	height: 60px;
}

.head_contents	{
	width: 100%;
	margin: 0;
}

.head_logo img{
	height: 40px;
	margin-left: 10px;
}

.head_logo a {
	text-decoration: none;
}

#first_view{
	position: relative;
	padding:0;
	width: auto;
	height: 480px;
	background-image: url(../img/top_taser_bg.jpg);
	background-attachment: fixed;
	background-position: center 60px;
	background-repeat:no-repeat;
	background-size: auto 480px;
	z-index: 1;
}

#topimg{
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 150px;
	margin: 200px auto 0 auto;
	z-index: 2;
}

#topimg img{
	width: 150px;
}

.scrolldown{
	width: 150px;
	margin: -100px auto 0 auto;

}

.scrolldown img{
	width: 150px;
}

/*下層ページヘッダー*/
.title_text{
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 120px auto 0 auto;
	z-index: 2;
}

.title_text h2{
	text-align: left;
	margin-left: 10px;
}
#title_about{
	position: relative;
	padding:80px 0 0 0;
	height: 200px;
	background-image: url(../img/bgimg_5.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 120%;
	z-index: 1;
}

#title_gallery{
	position: relative;
	padding:40px 0 0 0;
	margin-top: 40px;
	height: 200px;
	background-image: url(../img/header_gallary.png);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 170%;
	z-index: 1;
}

#title_system{
	position: relative;
	padding:40px 0 0 0;
	margin-top: 40px;
	height: 200px;
	background-image: url(../img/header_system.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 120%;
	z-index: 1;
}

#title_contact{
	position: relative;
	padding:40px 0 0 0;
	margin-top: 40px;
	height: 200px;
	background-image: url(../img/bgimg_4.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 120%;
	z-index: 1;
}

#title_staff{
	position: relative;
	padding:80px 0 0 0;
	height: 200px;
	background-image: url(../img/bgimg_7.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size: 120%;
	z-index: 1;
}

#head_student{
	padding-top: 60px;
}

/*main contents*/
/*共通設定*/

.contents:after{
	content:"";display:block;clear:both
}

.contents h2{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	margin:0;
}

.contents h3{
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0 10px 0;
}

.contents p{
	padding: 30px 5px;
}

.more_info{
	float: right;
	text-decoration: underline;
	padding: 5px;
}

.two-colmun li{
	width: 100%;
}

#about {
	background-color: #ffffff;
	z-index: 2;
}

#bnr_camp {
	background-color: #ffffff;
	z-index: 2;
}

#bnr_camp img {
	width: 100%;
}


#gallery{
	background-color: #ffffff;
	z-index: 2;
}

#gallery .box{
	float: left;
	width: 48%;
	margin: 10px 1%;
	background-color: #FFF9F5;
}

#gallery .box img{
	float: left;
	width: 100%;
}

#gallery .box .box_text{
	float: none;
	width: 100%;
	padding: 5px;
	margin: 0;
}

#gallery .box .box_text h3{
	margin: 10px auto;
	padding: 0;
}

#gallery .box .box_text p{
	text-align: left;
	padding: 0;
}

#gallery .box .box_text .more_info{
	font-size:14px;
	margin-right: 5px;
}

#bgimg_2{
	height: 150px;
	background-attachment:scroll;
}

#system{
	background-color: #fff;
	z-index: 2;
	margin-bottom: 50px;
}

#system .contents h3{
	background-color: #E4E4E4;
	width: 100%;
	margin: 15px auto 0 auto;
	text-align: center;
	padding: 5px 0 5px 0;
	border: 1px solid #000;
}

#system .system_box{
	width: 100%;
	height: auto;
	margin: 0;
	border: 1px solid #000;
}

#system  .system_box img{
	float: none;
	width: 100%;
	height: auto;
	margin: 0;
}

#system  .system_box .system_box_text{
	float: none;
	width: auto;
	margin: 0;
	padding: 10px;
	margin-bottom: 20px;
}

#system  .system_box .system_box_text h4{
	width: 100%;
	background-color: #fff;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	font-size:24px;
}

#system  .system_box .system_box_text p{
	text-align: left;
	padding: 0;
}

#system .bnr_system{
	float: none;
	margin: 10px auto 30px auto;
}

#system .bnr_system img{
	float: none;
	width: 96%;
	margin: 5px 2%;
}

#system .button_box{
	text-align: center;
}

#bgimg_3{
	height: 150px;
	background-attachment:scroll;
}

#recruit{margin: 50px auto;}
#recruit .recruit-table{margin: 5px auto;border-collapse: collapse;}
#recruit .recruit-table th{border-bottom: none;padding: 15px 5px 5px 5px;display: block;}
#recruit .recruit-table td{padding: 5px 5px 15px 5px;display: block;text-align: left;}

#contact{
	background-color: #FFF9F5;
	z-index: 2;
	padding-top:0;
}

#contact .contents h3{
	background-color: #E4E4E4;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	padding: 5px 0 5px 0;
}

.mail_form{
	width: 80%;
	margin: 0 auto;
}

.mail_form p{
	text-align: left;
	padding: 5px 0;
}

.mail_form .input_box{
	width: 100%;
	height: 30px;
	font-size:1.1em;
}

.mail_form .input_text{
	width: 100%;
	height: 150px;
	font-size:1.1em;
}

.form_btn{
	text-align: center;
}

.mail_form .form_btn button{
	width: 200px;
	height: 50px;
	color: #ffffff;
	font-size:18px;
}

#map{
	background-color: #FFF9F5;
	z-index: 2;
	padding-top:10px;
}

#map h3{
	background-color: #E4E4E4;
	width: 100%;
	margin: 10px auto 10px auto;
	text-align: center;
	padding: 5px 0 5px 0;
}

/*footer設定*/
footer {
	background-color: #ffffff;
	padding-top: 30px;
}

.footer_contents{
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

.footer_contents:after{
	content:"";display:block;clear:both;
	padding-bottom: 10px;
}

#footer_menu{
	margin: 0 0 30px 0;
}

#footer_menu li{
	display: block;
}

.footer_contents img{
	width: 80px;
}

.footer_contents p{
	text-align: center;
	padding: 0;
	margin: 0;
}

.footer-logo{
	text-align: center;
	margin-bottom: 20px;
}

.copyright {
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

/*下層ページ*/
.box_content_one{
	border: 1px solid #000;
	padding: 10px 10px;
	margin: 10px 1%;
}

.box_content_one img{
	float: none;
	width: 100%;
}

.box_content_one .box_text{
	float: none;
	width: auto;
	margin-left: 0;
	padding: 10px 0;
}

.box_content_one .box_text h3,
.box_content_one .box_text_full h3{
	text-align: left;
	margin: 5px auto;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #000;
	line-height: inherit;
}

.box_content_one .box_text p,
.box_content_one .box_text_full p{
	text-align: left;
	padding: 0;
	margin-bottom: 5px;
}

.box_content_two{
	float: left;
	width: 48%;
	margin: 10px 1%;
	background-color: #FFF9F5;
}

.box_content_two img{
	float: left;
	width: 100%;
}

.box_content_two .box_text{
	float: none;
	width: 100%;
	padding: 5px;
	margin: 0;
}

.box_content_two .box_text h3{
	margin: 10px auto;
	padding: 0;
	text-align: left;
}

.box_content_two .box_text p{
	font-size:11px;
	text-align: left;
	padding: 0;
}

#equipment table{
	text-align: left;
	width: 100%;
	word-break: break-word;
	word-wrap: break-word;
}

#equipment table th{
	width: 50%;
}

#equipment table td{
	width: 50%;
}

.page-student  h4{
	font-size:1.2rem;
}

.page-student  h5{
	font-size:1rem;
}

.page-student  p{
	padding: 5px;
	font-size:0.8rem;
}

.page-student .step_box {
	margin: 50px auto;
	border: 1px solid #3861BE;
}

.page-student .step_box h4{
	padding: 10px 1%;
}

.page-student .step_box .flex-two{
	padding: 10px 1%;
}

.page-student .step_box .flex-two-rev{
	padding: 10px 1%;
}

.page-student .step_box .flex-two,.page-student .step_box .flex-two-rev{
	flex-direction: column;
}

.page-student .step_box .flex-two .box,.page-student .step_box .flex-two-rev .box{
	width: 100%;
}

#page_staff .contents h5{text-align: left;}

/* pagetop button */
#pageTop {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 999;
}

#pageTop img{
  width: 80px;
}

#pageTop i {
  padding-top: 6px
}



#pageTop a {
  display: block;
  background-color: rgba(255,255,255,0.50);
  border-radius: 10px;
}



#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
}

#sp-phone {
    position: absolute;
    right: 70px;
    top: 5px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 100;
	font-size:38px;
}

/* トグルメニュー */
#nav-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 19px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 100;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #777; /*トグルボタン色設定*/
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media (max-width:960px){
 #head_menu {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -535px;
        background: #333;
        width: 100%;
        text-align: center;
	 	padding-top:30px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
	 	margin: 0;
	 	padding-top: 80px;
    }
    #head_menu ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #head_menu ul li {
        float: none;
        position: static;
    }
    #header #head_menu ul li a,
    #header.fixed #head_menu ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }


    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #head_menu {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(520px);
        -webkit-transform: translateY(520px);
        transform: translateY(520px);
    }
}
