/* main */
#main_visual{
	width: 100%;
	height: 444px;
	display: block;
	margin: 0 0 0 0;
	background: url(../img/top/main.jpg) repeat-x center center;
}
#main_visual .overlay{
	width: 100%;
	height: 444px;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
}
#main_visual h2{
	width: 100%;
	height: 0;
	display: block;
	margin: 0 !important;
	padding: 444px 0 0 0;
	background: url(../img/top/main_txt.png) no-repeat center center;
	overflow: hidden;
}
#main_visual.topVisual2,
#main_visual.topVisual3{
	width: 100%;
	height: 444px;
	display: block;
	margin: 0 0 0 0;
	background: url(../img/top/main2.jpg) repeat-x center center;
}
#main_visual.topVisual2 h2,
#main_visual.topVisual3 h2{
	width: 100%;
	height: 0;
	display: block;
	margin: 0 !important;
	padding: 444px 0 0 0;
	background: none;
	overflow: hidden;
}


/* movBox */
.movBox{
display: block;
margin: 64px 0 0 0;
}

.movBoxLeft{
width: 48.5%;
display: block;
float: left;
}
.movBoxLeft .embed iframe{
border: 8px solid #000000;
}
.movBoxRight{
width: 48.5%;
display: block;
float: right;
text-align: left;
border: 1px solid #eeeeee;
}
.movBox h5{
display: block;
margin: 4px 0 0 0;
font-size: 2.8rem;
font-weight: 700;
color: #e04a0b;
}
.movBox p{
display: block;
margin: 10px 0 0 0;
font-size: 1.6rem;
text-align: left;
}
.movBox p.make_manzai{
display: block;
margin: 12px 0 0 0;
padding: 12px 0 0 0;
border-top: 1px solid #e04a0b;
color: #e04a0b;
font-size: 1.6rem;
font-weight: bold;
}
.movBox p.make_manzai_arr{
text-align: center;
}
.pdfBtn{
display: block;
margin: 12px 0 24px 0;
}
.pdfBtn a{
width: 98%;
display: block;
margin: 0 auto 0 auto;
padding: 24px 0 24px 0;
background-color: #f31b0f;
color: #ffffff;
font-weight: bold;
border-radius: 8px;
text-align: center;
}
.pdfBtn a:hover{
background-color: #8b0700;
}
.pdfBtn a span{
display: inline-block;
padding: 0 0 0 28px;
background: url(../img/icoPdf.png) no-repeat left center;
}
.movBoxRight .pdfBtn a{
width: 100%;
display: block;
padding: 16px 0 16px 0;
text-align: center;
}
.movBox:after{
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.movBoxLeft.col1{
width: 100%;
float: none;
}
.movBoxRight.col1{
width: 100%;
float: none;
}
.movBoxLeft ul.movie2col{
width: 100%;
display: flex !important;
justify-content: space-between;
flex-wrap: wrap;
}
.movBoxLeft ul.movie2col li{
width: 100% !important;
display: block;
box-sizing: border-box;
margin: 0 !important;
}
.movie1col{
display: block !important;
text-align: center;
}
.movie1col li{
width: 80% !important;
display: block !important;
float: none !important;
margin: 0 auto 0 auto !important;
padding: 40px 40px 20px 40px;
background-color: #dfdfdf;
border-radius: 32px;
}

/* book */
.bookInfo{
display: block;
margin: 60px auto 0 auto;
padding: 60px 0 60px 0;
background-color: #e04a0b;
text-align: center;
}
.bookInfo dl{
width: 640px;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 30px;
margin: 0 auto 0 auto;
}
.bookInfo dl dt{
width: 250px;
display: block;
position: relative;
z-index: 900;
}
.bookInfo dl dt img{
width: 100%;
height: auto;
position: relative;
z-index: 910;
}
.bookInfo dl dt:before{
content: "";
width: 110px;
height: 110px;
display: block;
background-color: #fcff00;
position: absolute;
top: -25px;
left: -25px;
z-index: 850;
}
.bookInfo dl dd{
width: calc(100% - 280px);
display: block;
text-align: left;
}
.bookBlockTit{
display: inline-block;
margin: 0 0 20px 0;
padding: 0 0 5px 0;
color: #ffffff;
border-bottom: 2px solid #ffffff;
font-weight: 700;
letter-spacing: 0.5px;
}
.bookTit{
display: block;
color: #ffffff;
font-size: 3.3rem;
font-weight: 700;
}
.bookAuthor{
display: block;
margin: 10px 0 0 0;
color: #ffffff;
}
.bookDate{
display: block;
margin: 50px 0 0 0;
color: #ffffff;
font-size: 120%;
}
.bookInfo dl dd a{
height: 72px;
display: block;
margin: 10px 0 0 0;
padding: 0 18px 0 18px;
background-color: #e04a0b;
border: 2px solid #ffffff;
color: #ffffff;
font-size: 120%;
font-weight: 700;
line-height: 72px;
position: relative;
overflow: hidden;
}
.bookInfo dl dd a span{
display: block;
background: url(../img/arr_white.png) no-repeat center right;
}
.bookInfo dl dd a::before {
position: absolute;
top: 0;
left: -10%;
z-index: -1;
content: '';
width: 320%;
height: 650%;
background: #ffffff;
transform-origin: left bottom;
transform: skewY(-30deg) scale(1, 0);
transition: transform .3s;
}
.bookInfo dl dd a:hover::before{
transform-origin: left top;
transform: skewY(-30deg) scale(1, 1);
}
.bookInfo dl dd a:hover{
color: #e04a0b;
}
.bookInfo dl dd a:hover span{
background: url(../img/arr_orange.png) no-repeat center right;
}

/* contactTop */
#contactTop{
	width: 100%;
	height: 464px;
  display: block;
  margin:0 0 0 0;
	padding: 54px 0 0 0;
	background: url(../img/top/bg_contactTop.jpg) no-repeat center top, linear-gradient(180deg,#e04a0b 0%,#e04a0b 229px,#ffffff 230px,#ffffff 284px,#ffffff 285px,#ffffff 100%);
	overflow: hidden;
}
#contactTop{
	height: auto;
	position: relative;
}
#contactTop .embedYT iframe{
	border: 8px solid #000000;
}

#contactTop .txt{
		color: #ffffff;
}
#contactTop ul{
	display: inline-block;
	margin: 0 auto 0 auto;
}

#contactTop ul li{
	width: 360px;
	display: block;
	float: left;
	margin: 0 10px 0 10px;
}

#contactTop ul li a.link_x{
display: inline-block !important;
margin: 20px auto 0 auto !important;
padding: 12px 20px 12px 30px;
border: 1px solid #010101;
font-weight: 700;
}
#contactTop ul li a.link_x span{
display: block;
padding: 0 10px 0 0;
background: url(../img/arr_black.png) no-repeat center right;
}
#contactTop ul li a.link_x:hover{
background-color: #010101;
color: #ffffff;
}
#contactTop ul li a.link_x:hover span{
background: url(../img/arr_white.png) no-repeat center right;
}

.contactTopBtn{
	width: 360px;
	display: block;
	margin: 0 auto 0 auto;
}
.contactTopBtn a{
	width: 360px;
	height: 360px;
	display: block;
	padding: 32px 0 0 0;
	background-color: #ffffff;
	border-radius: 50%;
  box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.55);
	overflow: hidden;
	z-index: 90100;
}
.contactTopBtn a::before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  content: '';
  width: 130%;
  height: 150%;
  background: #010101;
  transform-origin: left bottom;
  transform: skewY(-30deg) scale(1, 0);
  transition: transform .5s;
}
.contactTopBtn a:hover::before {
  transform-origin: left top;
  transform: skewY(-30deg) scale(1, 1);
}
.contactTopBtn h4{
	display: block;
	margin: 0 0 32px 0;
	padding: 0 0 24px 0;
	background: url(../img/top/bar_under.png) no-repeat center bottom;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
}
.contactTopBtn h4:before{
	content: url(../img/ico_contact.png);
	display: block;
	margin-bottom: 15px;
}
.contactTopBtn p{
	display: block;
	font-size: 1.5rem;
	padding: 0 0 82px 0;
	background: url(../img/top/arr_contactTop.png) no-repeat center bottom;
	line-height: 2;
}
.contactTopBtn a:hover h4,
.contactTopBtn a:hover p{
	color: #ffffff;
}
.contactTopBtn a:hover h4:before{
	content: url(../img/ico_contact_w.png);
	display: block;
	margin-bottom: 15px;
}
.contactTopBtn a:hover p{
	display: block;
	padding: 0 0 82px 0;
	background: url(../img/top/arr_contactTop_w.png) no-repeat center bottom;
	line-height: 2;
}


.onlineTopBtn{
	width: 360px;
	display: block;
	margin: 0 auto 0 auto;
}
.onlineTopBtn a{
	width: 360px;
	height: 360px;
	display: block;
	padding: 32px 0 0 0;
	color: #ffffff;
	background: url(../img/top/bg_onlineBtn.png) no-repeat center bottom;
	background-size: 360px auto;
	background-color: #080808;
	border: 1px solid #ffffff;
	border-radius: 50%;
  box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.55);
	overflow: hidden;
	z-index: 90100;
}
.onlineTopBtn a::before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  content: '';
  width: 130%;
  height: 150%;
  background: #333333;
  transform-origin: left bottom;
  transform: skewY(-30deg) scale(1, 0);
  transition: transform .5s;
}
.onlineTopBtn a:hover::before {
  transform-origin: left top;
  transform: skewY(-30deg) scale(1, 1);
}
.onlineTopBtn h4{
	display: block;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.7;
}
.onlineTopBtn h4:before{
	content: url(../img/ico_online.png);
	display: block;
	margin-top: 24px;
}
.onlineTopBtn p{
	display: block;
	font-size: 1.3rem;
	margin: 0;
	padding: 0 0 48px 0;
	background: url(../img/arr_page_w.png) no-repeat center bottom;
	line-height: 1;
	color: #fcff00;
}
.onlineTopBtn a:hover h4{
	color: #fcff00;
}
.onlineTopBtn a:hover p{
	color: #ffffff;
}
.onlineTopBtn a:hover h4:before{
	content: url(../img/ico_online_on.png);
}
.onlineTopBtn a:hover p{
	background: url(../img/arr_page_y.png) no-repeat center bottom;
}


.schoolTopBtn{
	width: 360px;
	display: block;
	margin: 0 auto 0 auto;
}
.schoolTopBtn a{
	width: 360px;
	height: 360px;
	display: block;
	padding: 32px 0 0 0;
	background-color: #ffffff;
	border-radius: 50%;
  box-shadow: 0px 2px 3.6px 0.4px rgba(0, 0, 0, 0.55);
	overflow: hidden;
	z-index: 90100;
}
.schoolTopBtn a::before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  content: '';
  width: 130%;
  height: 150%;
  background: #010101;
  transform-origin: left bottom;
  transform: skewY(-30deg) scale(1, 0);
  transition: transform .5s;
}
.schoolTopBtn a:hover::before {
  transform-origin: left top;
  transform: skewY(-30deg) scale(1, 1);
}
.schoolTopBtn h4{
	display: block;
	margin: 0 0 32px 0;
	padding: 0 0 24px 0;
	background: url(../img/top/bar_under.png) no-repeat center bottom;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
}
.schoolTopBtn h4:before{
	content: url(../img/ico_school.png);
	display: block;
	margin-bottom: 15px;
}
.schoolTopBtn p{
	display: block;
	font-size: 1.5rem;
	padding: 0 0 82px 0;
	background: url(../img/top/arr_contactTop.png) no-repeat center bottom;
	line-height: 2;
}
.schoolTopBtn a:hover h4,
.schoolTopBtn a:hover p{
	color: #ffffff;
}
.schoolTopBtn a:hover h4:before{
	content: url(../img/ico_school_w.png);
	display: block;
	margin-bottom: 15px;
}
.schoolTopBtn a:hover p{
	display: block;
	padding: 0 0 82px 0;
	background: url(../img/top/arr_contactTop_w.png) no-repeat center bottom;
	line-height: 2;
}


#ctTopBg1{
	width: 100%;
	height: 180px;
	display: block;
	background: url(../img/top/bg_contactTop1.png) no-repeat center bottom;
	background-size: auto 155px;
	position: absolute;
	top: 104px;
	z-index: 90001;
}
#ctTopBg2{
	width: 100%;
	height: 464px;
	display: block;
	background: url(../img/top/bg_contactTop2.png) no-repeat center bottom;
	background-size: auto 152px;
	position: absolute;
	top: 0;
	z-index: 90002;
}

/* -- */
/* -- */
/* SP */
/* -- */
/* -- */
@media screen and (max-width: 768px) {
/* */
/* */


/* main */
#main_visual{
	width: 100%;
	height: 452px;
	display: block;
	margin: 0 0 0 0;
	background: url(../img/top/main_sp.jpg) repeat-x center top;
	background-size: 600px auto;
}
#main_visual .overlay{
	width: 100%;
	height: 452px;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
}
#main_visual h2{
	width: 100%;
	height: 0;
	display: block;
	padding: 452px 0 0 0;
	background: url(../img/top/main_txt.png) no-repeat center center;
	overflow: hidden;
}
#main_visual.topVisual2{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 0 0;
	padding: 37% 0 0 0;
	background: url(../img/top/main2_sp.jpg) repeat-x center center;
	background-size: contain;
}
#main_visual.topVisual2 .overlay{
	width: 100%;
	height: auto;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
}
#main_visual.topVisual2 h2{
	padding: 0;
	background: none;
}
#main_visual.topVisual3{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 0 0;
	padding: 89% 0 0 0;
	background: url(../img/top/main3_sp.jpg) repeat-x center center;
	background-size: contain;
}
#main_visual.topVisual3 .overlay{
	width: 100%;
	height: auto;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
}
#main_visual.topVisual3 h2{
	padding: 0;
	background: none;
}


/* movBox */
.movBox{
	display: block;
	margin: 42px 20px 42px 20px;
}
.movBoxLeft{
	width: auto;
	float: none;
}
.movBoxLeft .embed iframe{
	border: 5px solid #000000;
}
.movBoxRight{
	width: auto;
	float: none;
	margin: 42px 0 0 0;
	text-align: left;
}
.movBox h5{
	margin: 5px 0 0 0;
	font-size: 2.4rem;
}
.movBox p{
	margin: 5px 0 0 0;
	font-size: 1.4rem;
}
.movBox p.make_manzai{
	font-size: 1.4rem;
}
.pdfBtn{
	display: block;
	margin: 12px 0 24px 0;
	text-align: center;
}
.pdfBtn a{
	width: 100%;
	padding: 16px 0 16px 0;
	border-radius: 4px;
}
.pdfBtn a:hover{
	background-color: #f31b0f;
}
.pdfBtn a span{
	display: inline-block;
	padding: 0 0 0 24px;
  background: url(../img/icoPdf.png) no-repeat left center;
}

.movie1col{
}
.movie1col li{
width: 100% !important;
margin: 0;
padding: 12px 12px 20px 12px;
background-color: #dfdfdf;
border-radius: 12px;
}
.movie1col li:last-child{
margin: 0 !important;
}

/* book */
.bookInfo{
margin: 80px auto 0 auto;
}
.bookInfo dl{
width: 80vw;
flex-direction: column;
gap: 20px;
}
.bookInfo dl dt{
width: 220px;
}
.bookInfo dl dt:before{
content: "";
width: 90px;
height: 90px;
display: block;
top: -25px;
left: -25px;
}
.bookInfo dl dd{
width: 100%;
text-align: center;
}
.bookBlockTit{
margin: 0 0 15px 0;
padding: 0 0 5px 0;
}
.bookTit{
font-size: 2.8rem;
}
.bookAuthor{
margin: 10px 0 0 0;
}
.bookDate{
margin: 30px 0 0 0;
font-size: 120%;
color: #ffffff;
}
.bookInfo dl dd a{
height: 72px;
margin: 10px 0 0 0;
padding: 0 18px 0 18px;
background-color: #e04a0b;
border: 2px solid #ffffff;
color: #ffffff;
font-size: 120%;
font-weight: 700;
line-height: 72px;
overflow: hidden;
}
.bookInfo dl dd a span{
display: block;
background: url(../img/arr_white.png) no-repeat center right;
}
.bookInfo dl dd a::before {
position: absolute;
top: 0;
left: -10%;
z-index: -1;
content: '';
width: 320%;
height: 650%;
background: #ffffff;
transform-origin: left bottom;
transform: skewY(-30deg) scale(1, 0);
transition: transform .3s;
}
.bookInfo dl dd a:hover::before{
transform-origin: left top;
transform: skewY(-30deg) scale(1, 1);
}
.bookInfo dl dd a:hover{
color: #e04a0b;
}
.bookInfo dl dd a:hover span{
background: url(../img/arr_orange.png) no-repeat center right;
}


/* contactTop */
#contactTop{
	height: 200px;
	padding: 10px 0 0 0;
	background: url(../img/top/bg_contactTop.jpg) no-repeat center top, linear-gradient(180deg,#e04a0b 0%,#e04a0b 100px,#dfdfdf 101px,#dfdfdf 120px,#ffffff 121px,#ffffff 100%);
	background-size: 1800px auto;
	overflow: hidden;
}

#contactTop{
	height: auto;
}
#contactTop .embedYT{
	width: 300px !important;
	height: 169px !important;
}
#contactTop .embedYT iframe{
	width: 300px !important;
	height: 169px !important;
	border: 5px solid #000000;
}

#contactTop .wrappers{
	margin: 0 auto 0 auto;
	text-align: center;
}
#contactTop ul{
}
#contactTop ul li{
	width: 150px;
	display: inline-block;
	margin: 0 5px 0 5px;
}
#contactTop ul li:last-child{
	display: inline-block;
	clear: none;
	margin-left: 5px;
}

#contactTop ul li a.link_x{
display: inline-block !important;
margin: 20px auto 0 auto !important;
padding: 6px 5px 6px 5px;
border: 1px solid #010101;
font-size: 80%;
font-weight: 700;
}
#contactTop ul li a.link_x span{
display: block;
padding: 0 5px 0 0;
background: url(../img/arr_black.png) no-repeat center right;
}
#contactTop ul li a.link_x:hover{
background-color: #010101;
color: #ffffff;
}
#contactTop ul li a.link_x:hover span{
background: url(../img/arr_white.png) no-repeat center right;
}

.contactTopBtn{
	width: 100%;
	display: block;
	margin: 10px auto 0 auto;
}
.contactTopBtn a{
	width: 150px;
	height: 150px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}
.contactTopBtn a::before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  content: '';
  width: 130%;
  height: 150%;
  background: #ffffff;
  transform-origin: left bottom;
  transform: skewY(-30deg) scale(1, 0);
  transition: transform .5s;
}
.contactTopBtn a:hover::before {
	transform-origin: left bottom;
  transform: skewY(-30deg) scale(1, 0);
}
.contactTopBtn h4{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 9px 0;
	background: url(../img/top/bar_under.png) no-repeat center bottom;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}
.contactTopBtn h4:before{
	content:  "";
	width: 100%;
	height: 28px;
	display: block;
	margin-bottom: 8px;
	background: url(../img/ico_contact.png) no-repeat center top;
	background-size: auto 28px;
}
.contactTopBtn p{
	display: block;
	font-size: 0.9rem;
	margin-top: 0;
	padding: 0 0 50px 0;
	background: url(../img/top/arr_contactTop.png) no-repeat center bottom;
	background-size: 36px 36px;
	line-height: 1.5;
	transform: scale(0.8);
}
.contactTopBtn a:hover h4,
.contactTopBtn a:hover p{
	color: #010101;
}
.contactTopBtn a:hover h4:before{
	content: "";
	display: block;
	margin-bottom: 8px;
}
.contactTopBtn a:hover p{
	display: block;
	font-size: 0.9rem;
	padding: 0 0 50px 0;
	background: url(../img/top/arr_contactTop.png) no-repeat center bottom;
	background-size: 36px 36px;
	line-height: 1.5;
}

.onlineTopBtn{
	width: 100%;
	display: block;
	margin: 10px auto 0 auto;
}
.onlineTopBtn a{
	width: 150px;
	height: 150px;
	margin: 0 auto 0 auto;
	padding: 6px 0 0 0;
	background: url(../img/top/bg_onlineBtn.png) no-repeat center bottom;
	background-size: 150px auto;
}
.onlineTopBtn a::before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  content: '';
  width: 130%;
  height: 150%;
	background-color: #080808;
  transform-origin: left bottom;
  transform: skewY(-30deg) scale(1, 0);
  transition: transform .5s;
}
.onlineTopBtn a:hover::before {
  transform-origin: left top;
  transform: skewY(-30deg) scale(1, 1);
}
.onlineTopBtn h4{
	display: block;
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: -1px;
}
.onlineTopBtn h4:before{
	content:  "";
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 6px;
	margin-bottom: 5px;
	background: url(../img/ico_online.png) no-repeat center top;
	background-size: auto 30px;
}
.onlineTopBtn p{
	display: block;
	font-size: 0.9rem;
	margin: 0;
	padding: 0 0 20px 0;
	background: url(../img/arr_page_w.png) no-repeat center bottom;
	background-size: auto 5px;
	line-height: 1;
	color: #fcff00;
}
.onlineTopBtn a:hover h4{
	color: #ffffff;
}
.onlineTopBtn a:hover p{
	color: #fcff00;
}
.onlineTopBtn a:hover h4:before{
	content:  "";
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 6px;
	margin-bottom: 5px;
	background: url(../img/ico_online.png) no-repeat center top;
	background-size: auto 30px;
}
.onlineTopBtn a:hover p{
	background: url(../img/arr_page_w.png) no-repeat center bottom;
	background-size: auto 5px;
}

.schoolTopBtn{
	width: 100%;
	display: block;
	margin: 10px auto 0 auto;
}
.schoolTopBtn a{
	width: 150px;
	height: 150px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}
.schoolTopBtn a::before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  content: '';
  width: 130%;
  height: 150%;
  background: #ffffff;
  transform-origin: left bottom;
  transform: skewY(-30deg) scale(1, 0);
  transition: transform .5s;
}
.schoolTopBtn a:hover::before {
	transform-origin: left bottom;
  transform: skewY(-30deg) scale(1, 0);
}
.schoolTopBtn h4{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 9px 0;
	background: url(../img/top/bar_under.png) no-repeat center bottom;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
}
.schoolTopBtn h4:before{
	content:  "";
	width: 100%;
	height: 28px;
	display: block;
	margin-bottom: 8px;
	background: url(../img/ico_school.png) no-repeat center top;
	background-size: auto 28px;
}
.schoolTopBtn p{
	display: block;
	font-size: 0.9rem;
	margin-top: 0;
	padding: 0 0 50px 0;
	background: url(../img/top/arr_contactTop.png) no-repeat center bottom;
	background-size: 36px 36px;
	line-height: 1.5;
	transform: scale(0.8);
}
.schoolTopBtn a p span{
	letter-spacing: -5px;
}
.schoolTopBtn a:hover h4,
.schoolTopBtn a:hover p{
	color: #010101;
}
.schoolTopBtn a:hover h4:before{
	content: "";
	display: block;
	margin-bottom: 8px;
}
.schoolTopBtn a:hover p{
	display: block;
	font-size: 0.9rem;
	padding: 0 0 50px 0;
	background: url(../img/top/arr_contactTop.png) no-repeat center bottom;
	background-size: 36px 36px;
	line-height: 1.5;
}

#ctTopBg1{
	width: 100%;
	height: 100px;
	display: block;
	background: url(../img/top/bg_contactTop1.png) no-repeat center bottom;
	background-size: auto 90px;
	position: absolute;
	top: 20px;
	z-index: 90001;
}
#ctTopBg2{
	width: 100%;
	height: 240px;
	display: block;
	background: url(../img/top/bg_contactTop2.png) no-repeat center bottom;
	background-size: auto 92px;
	position: absolute;
	top: 0;
	z-index: 90002;
}


/* */
/* */
}
/* -- */
/* -- */
/* SP */
/* -- */
/* -- */


@media screen and (max-width: 500px) {

#contactTop ul li{
	width: 150px;
	display: inline-block;
	margin: 0 5px 0 5px;
}
#contactTop ul li:last-child{
	display: inline-block;
	clear: both;
	margin-left: calc(50% - 75px);
}

}
