/*------------------------------------------------------------
FOR PC LAYOUT CSS
------------------------------------------------------------*/
@media screen and (min-width:1040px){

.magiologo{
width:800px;
height:80px;
position:absolute;
top:50%;
margin-top:-400px;
left:50%;
margin-left:-120px;
}

}

/*------------------------------------------------------------
FOR PC LAYOUT CSS
------------------------------------------------------------*/
@media screen and (min-width:768px){


/*------------------------------------------------------------
RESPONSIVE
------------------------------------------------------------*/
.pconly{display:block;}
.sponly{display:none;}

/*------------------------------------------------------------
ANCHOR ADJUST
------------------------------------------------------------*/
#main section#yukaue{
padding-top:40px;
margin-top:-40px;
}


/*------------------------------------------------------------
  direct_reserve_school
------------------------------------------------------------*/
.direct_reserve{
position:fixed;
top:240px;
right:0px;
cursor:pointer;
width:140px;
height:30px;
z-index:999;
background-color:#0099e5;
padding: 10px 0 10px 0px;
border-radius:30px 0px 0px 30px;
font-weight: bold;
margin-left:20px;
filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.3));
border:1px double #0099e5;
text-align: center;
opacity: 0.8;
color:#fff;
}
.direct_reserve a{
color:#fff;
}
.direct_reserve:hover{
  opacity: .5;
  transition: .5s ;
}


/*------------------------------------------------------------
  direct_reserve_school
------------------------------------------------------------*/
.direct_reserve_school{
position:fixed;
top:240px;
right:0px;
cursor:pointer;
width:140px;
height:60px;
z-index:999;
background-color:#0099e5;
padding: 10px 0 10px 0px;
border-radius:30px 0px 0px 30px;
font-weight: bold;
margin-left:20px;
filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.3));
border:1px double #0099e5;
text-align: center;
opacity: 0.8;
color:#fff;
}
.direct_reserve_school a{
color:#fff;

}
.direct_reserve_school:hover{
  opacity: .5;
  transition: .5s ;
}

/*------------------------------------------------------------
	GOTOTOP
------------------------------------------------------------*/
.pcgototop{
position:fixed;
bottom:60px;
right:60px;
cursor:pointer;
width:60px;
height:60px;
z-index:999;
background:url(img/gototop.png) no-repeat left top;
text-indent:-9999px;
}



/*------------------------------------------------------------
BASIC
------------------------------------------------------------*/

body{
font-size:16px;
line-height:30px;
color:#333;
min-width:1040px;
}


.alignright{float:right; margin:0 0 20px 20px;}
.alignleft{float:left; margin:0 20px 20px 0;}
.aligncenter{display:block; margin:0 auto 20px;}
.alignnone{display:block; margin:0 auto 20px;}

/*------------------------------------------------------------
BTNS
------------------------------------------------------------*/
.btn a{
padding:10px 40px;
font-weight:bold;
background:#cc2728;
border-radius:4px;
color:#fff;
text-align:center;
transition:all 0.3s;
}
.btn a:hover{
background:#f00;
}

.btn2 a{
padding:10px 0;
display:block;
font-weight:bold;
background:#2f9018;
border-radius:4px;
color:#fff;
text-align:center;
transition:all 0.3s;
position:relative;
border:0;
}

.btn2 a:hover{
background:#4cca2e;
color:#fff;
}

.btn2 a::after{
font-family:fontawesome;
content'\f105';
position:absolute;
top:50%;
margin-top:-15px;
right:20px;
}

.btn3 a{
padding:10px 0;
display:block;
font-weight:bold;
background:#0099e5;
border-radius:30px;
color:#fff;
text-align:center;
transition:all 0.3s;
position:relative;
border:0;
}

.btn3 a:hover{
background:#87cefa;
color:#fff;
}

.btn3 a::after{
font-family:fontawesome;
content'\f105';
position:absolute;
top:50%;
margin-top:-15px;
right:20px;
}

.btnNeo a{
display:inline;
padding: 3px 10px;
margin-bottom:5px;
}

.btn_chushaku{
font-size:13px;
text-align:center;
color:#cc2728;
line-height:20px;
margin:10px 0;
}


.sideBtn a{
color:#cc2728;
font-size:16px;
line-height:25px;
text-align:center;
display:block;
transition:all 0.3s;
border:2px solid #cc2728;
padding:10px 0;
font-weight:bold;
position:relative;
}
.sideBtn a::after{
content:'\f105';
font-family:fontawesome;
position:absolute;
top:50%;
margin-top:-12.5px;
right:10px;
}

.sideBtn a span{
display:block;
font-size:11px;
letter-spacing:2px;
color:#999;
}
.sideBtn a:hover{
background:#cc2728;
color:#fff;
}

.sideBtn a:hover span{
color:#fff;
}


/*------------------------------------------------------------
PC HEADER
------------------------------------------------------------*/
#header{
position:relative;
}

#pheader{
border-top:4px solid #cc2728;
border-bottom:1px solid #cc2728;
height:119px;
width:100%;
position:fixed;
background:#fff;
z-index:9999;
box-sizing:border-box;
}
#pheader_inner{
width:1000px;
margin:0 auto;
padding:0;
overflow:hidden;
}

.sitelogo{
padding:20px 0;
width:300px;
float:left;
}
.hninka{
margin-bottom:5px;
font-weight:bold;
}

.hcatch{
padding:20px 0;
float:left;
margin-left:30px;
width:340px;
}

.hcatch h1{
font-size:20px;
line-height:30px;
margin-bottom:5px;
}
.hcatch p{
font-size:14px;
line-height:20px;
}

.tellogo{
width:300px;
float:right;
text-align:right;
}
.htel{
font-size:26px;
line-height:30px;
margin-bottom:0px;
color:#cc2728;
font-weight:bold;
}
.hdesk{
font-size:12px;
line-height:18px;
font-weight:bold;
color:#666;
}

.hmenus{
overflow:hidden;
margin-bottom:10px;
}
.hmenus li{
float:left;
margin-right:10px;
}
.hmenus li:last-child{
margin:0;
}
.hmenus li a{
color:#fff;
font-size:14px;
font-weight:bold;
background:#cc2728;
border-radius:0 0 4px 4px;
display:block;
padding:0 20px;
transition:all 0.3s;
}
.hmenus li a:hover{
background:#f00;
}

.magiotoplink {
display:none;
}

#wrapper{
padding-top:119px;
}


/*------------------------------------------------------------
PC TOP SLIDER
------------------------------------------------------------*/

.bx-viewport {
left: 0;
box-shadow: none;
border: none;
}

.bxslider li{
height:100vh;
overflow:hidden;
}
.slide1{
background:url(img/slide1.jpg) no-repeat center center;
background-size:cover;
}
.slide2{
background:url(img/slide2.jpg) no-repeat center center;
background-size:cover;
}
.slide3{
background:url(img/slide3.jpg) no-repeat center center;
background-size:cover;
}
.slide4{
background:url(img/slide4.jpg) no-repeat center center;
background-size:cover;
}
.slide5{
background:url(img/slide5.jpg) no-repeat center center;
background-size:cover;
}

.magiologo{
width:800px;
height:80px;
position:absolute;
top:50%;
margin-top:-40px;
left:50%;
margin-left:-400px;
}

.headCatch{
position:absolute;
top:55%;
left:0;
text-align:center;
width:100%;
}
.headCatch h2{
font-size:30px;
font-weight:bold;
line-height:50px;
text-align:center;
color:#fff;
text-shadow:0 0 10px #999;
}
.headCatch p{
font-size:16px;
font-weight:bold;
text-align:center;
color:#fff;
text-shadow:0 0 10px #999;
}

/*------------------------------------------------------------
GNAVI
------------------------------------------------------------*/
#gnavi{
background:#cc2728;
}
.gnavi{
width:1000px;
margin:0 auto;
display:table;
border-left:1px solid #b42b23;
border-right:1px solid #Da2322;
}
.gnavi li{
display:table-cell;
border-right:1px solid #B42B23;
border-left:1px solid #DA2322;
text-align:center;
transition:all 0.3s;
position:relative;
font-weight:bold;
color:#fff;
}
.gnavi li a{
color:#fff;
font-weight:bold;
display:block;
padding:20px;
}

.gnavi li:hover{
background:#f00;
}

.gnavi li ul.sub{
display:none;
position:absolute;
top:70px;
left:-1px;
background:#fff;
width:100%;
border:1px solid #dcdcdc;
border-top:0;
z-index:9999;
}
.gnavi li ul.sub li{
width:100%;
display:block;
border-left:0;
border-right:0;
border-bottom:1px dotted #dcdcdc;
}
.gnavi li ul.sub li:last-child{
border-bottom:0;
}
.gnavi li ul.sub li a{
color:#000;
}
.gnavi li ul.sub li a:hover{
color:#fff;
}


/*------------------------------------------------------------
PC TOPPAGE INDEX0
------------------------------------------------------------*/
#index0{
width:1000px;
width:1000px;
margin:0 auto;
padding:80px 0;
overflow:hidden;
}
#index0 h2{
font-size:30px;
line-height:50px;
margin-bottom:50px;
color:#cc2728;
text-align:center;
}
#index0 h2 span{
display:inline-block;
border-top:1px solid #cc2728;
border-bottom:1px solid #cc2728;
padding:5px 20px;
}

.points{}

.points li{
overflow:hidden;
margin-bottom:40px;
}
.points li:last-child{
margin:0;
}
.num{
float:left;
display:inline-block;
font-size:60px;
line-height:60px;
width:80px;
text-align:center;
font-weight:bold;
}
.pointsText{
margin-left:100px;
padding-left:40px;
border-left:5px solid #cc2728;
}
#index0 h3{
font-size:26px;
line-height:30px;
margin-bottom:15px;
}






.index0L{
width:600px;
float:left;
margin:0;
}
.index0R{
width:320px;
float:right;
}


#index1{
background:#fffcf9;
}

#index1_inner{
width:1000px;
margin:0 auto;
padding:80px 0;
overflow:hidden;
}
.index1L{
width:475px;
float:left;
margin:0;
}
.index1R{
width:475px;
float:right;
}

#index1 h3{
color:#cc2728;
font-size:30px;
text-align:center;
line-height:50px;
margin-bottom:10px;
border-bottom:2px solid #cc2728;
}

.feed{
margin-bottom:40px;
}
.feed li{
position:relative;
border-bottom:1px dashed #eee;
transition:all 0.3s;
padding:10px 15px;
color:#f00;
}
.feed li:last-child{
border-bottom:0;
}
.feed li:hover{
background:#fff;
}

.feed li a.feedLink{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:block;
}

.feedTitle{
color:#f00;
}
.feedTitle span{
display:inline-block;
margin-right:20px;
font-size:13px;
color:#666;
font-weight:bold;
}

/*------------------------------------------------------------
PC TOP INDEX2
------------------------------------------------------------*/
#index2{
width:1000px;
margin:0 auto;
padding:80px 0;
overflow:hidden;
}

#index2 h2{
font-size:30px;
line-height:50px;
margin-bottom:50px;
color:#cc2728;
text-align:center;
}
#index2 h2 span{
display:inline-block;
border-top:1px solid #cc2728;
border-bottom:1px solid #cc2728;
padding:5px 20px;
}


.index2L{
width:350px;
float:left;
}
.index2R{
width:550px;
float:right;
}

.schoolList{
margin-left:1em;
margin-bottom:30px;
}
.schoolList dt{
width:5em;
}
.schoolList dd{
margin-left:6em;
margin-top:-30px;
}

.schoolList dd span{
display:inline-block;
}


/*------------------------------------------------------------
PC TOP INDEX3
------------------------------------------------------------*/
#index3{
width:1000px;
margin:0 auto;
padding:0 0 80px;
overflow:hidden;
}

#index3 h2{
font-size:30px;
line-height:50px;
margin-bottom:50px;
color:#cc2728;
text-align:center;
}

.licenses{
overflow:hidden;
}
.licenses li{
width:176px;
float:left;
margin-right:30px;
position:relative;
transition:all 0.3s;
}
.licenses li:nth-child(2n){
margin-right:30px;
}
.licenses li a.licLink{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:block;
}
.licenses li:hover{
opacity:0.7;
filter:alpha(opacity=70);
}

.licenses li:last-child{
margin-right:0;
}
#index3 h3{
font-size:16px;
text-align:center;
color:#cc2728;
line-height:40px;
}


/*------------------------------------------------------------
PC PAGE LAYOUT
------------------------------------------------------------*/
#content_wrap{
width:1000px;
margin:0 auto 100px;
overflow:hidden;
padding-top:20px;
}

#main{
width:660px;
float:left;
margin:0;
}
#side{
width:300px;
float:right;
}

#pankuzu{
width:1000px;
margin:0 auto;
font-size:12px;
line-height:20px;
padding:10px 0;
}

#main h2,
#fullw h2{
font-size:26px;
line-height:40px;
padding-left:20px;
border-left:5px solid #cc2728;
margin-bottom:30px;
}

#main section,
#fullw section{
margin-bottom:40px;
}


#main h3.mid01,
#fullw h3.mid01{
font-size:18px;
line-height:30px;
margin-bottom:15px;
}
#main h3.mid01 span,
#fullw h3.mid01 span{
display:inline-block;
width:30px;
height:30px;
border-radius:15px;
margin-right:15px;
background:#cc2728;
color:#fff;
text-align:center;
font-weight:bold;
}

#main h3.mid02,
#fullw h3.mid02{
font-size:16px;
line-height:26px;
margin-bottom:20px;
}
#main h3.mid02 span,
#fullw h3.mid02 span{
display:inline-block;
border-left:3px solid #cc2728;
border-right:3px solid #cc2728;
padding:0 15px;
}

#main h4.mid01,
#fullw h4.mid01{
font-size:16px;
line-height:25px;
margin-bottom:5px;
}
#main h4.mid01 span,
#fullw h4.mid01 span{
background:#f66;
color:#fff;
display:inline-block;
padding:0 10px;
}

#main h4.mid02,
#fullw h4.mid02{
font-size:16px;
line-height:25px;
margin-bottom:5px;
}
#main h4.mid02 span,
#fullw h4.mid02 span{
background:#6cc;
color:#fff;
display:inline-block;
padding:0 10px;
}


/*------------------------------------------------------------
	BLOCKQUOTE
------------------------------------------------------------*/
.bq1{
background:#f8f8f8;
border:1px solid #dcdcdc;
border-radius:4px;
padding:20px 30px;
width:100%;
box-sizing:border-box;
}

/*------------------------------------------------------------
	PC PAGE EXPLAINATION
------------------------------------------------------------*/
.appflows{
margin-bottom:40px;
}
.appflows li{
padding-bottom:40px;
}
.appflows li img{
text-align:center;
margin:0 auto;
display:block;
}




/*------------------------------------------------------------
PC PAGE FAQ
------------------------------------------------------------*/
.faq dt{
font-size:20px;
line-height:30px;
margin-bottom:20px;
font-weight:bold;
background:url(img/capital_q.png) no-repeat left top;
background-size:30px;
padding-left:45px;
}

.faq dd{
background:url(img/capital_a.png) no-repeat left top;
background-size:30px;
padding-left:45px;
margin-left:20px;
font-size:18px;
line-height:30px;
margin-bottom:40px;
}

div.reserve_course_inner li {
  font-size:1em;
}
div.reserve_course_inner .emp {
  font-size:1.2em;
}


/*------------------------------------------------------------
PC PAGE SUMMARY
------------------------------------------------------------*/
.summaryCatch{
text-align:center;
color:#cc2728;
font-size:20px;
line-height:36px;
margin-bottom:40px;
font-weight:bold;
}

.summaryT{
width:100%;
border:1px solid #dcdcdc;
font-size:14px;
line-height:25px;
}
.summaryT thead tr{
border-bottom:3px double #dcdcdc;
background:#f8f8f8;
}
.summaryT thead th,
.summaryT thead td{
border:1px solid #dcdcdc;
padding:10px 20px;
}

.summaryT tbody th,
.summaryT tbody td{
border:1px solid #dcdcdc;
padding:10px 20px;
}
.summaryT tbody th{
white-space:nowrap;
}

.summaryT tbody tr:nth-child(even){
background:#FFFCF9;
}

/*------------------------------------------------------------
PC PAGE BENEFIT SYSTEM
------------------------------------------------------------*/
.decimal li{
list-style-type:decimal;
margin-left:1.5em;
}



/*------------------------------------------------------------
PC SCHOOL SINGLE
------------------------------------------------------------*/

#school h2{
font-size:26px;
line-height:40px;
padding-left:20px;
border-left:5px solid #cc2728;
margin-bottom:30px;
}

#school h3{
font-size:16px;
padding-left:10px;
border-left:4px solid #cc2728;
margin-bottom:10px;
line-height:20px;
}

#school section{
margin-bottom:60px;
}

.schoolInfo{
overflow:hidden;
/*margin-bottom:40px;*/
}
.schoolInfoL{
width:600px;
float:left;
}
.schoolInfoVideo {
  position: relative;
  width: 600px;
  height: 450px;
  overflow: hidden;
  padding-top: 0px;
}
.schoolInfoVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.schoolInfoR{
width:350px;
float:right;
}

.school_license{
overflow:hidden;
margin-bottom:30px;
}
.school_license li{
float:left;
width:72px;
height:72px;
border:2px solid #cc2728;
border-radius:4px;
margin-right:20px;
box-sizing:border-box;
margin-bottom:20px;
}
.school_license li:nth-child(4){
margin-right:0;
}

.school_option{
overflow:hidden;
}
.school_option li{
float:left;
width:72px;
height:72px;
border:2px solid #cc2728;
border-radius:4px;
margin-right:20px;
box-sizing:border-box;
margin-bottom:20px;
}
.school_option li:nth-child(4n){
margin-right:0;
}

.school_navi{
overflow:hidden;
}
.school_navi li{
float:left;
width:158px;
height:55px;
border:1px solid #2f9018;
border-radius:2px;
margin-right:10px;
box-sizing:border-box;
margin-bottom:20px;
text-align:center;
background:url(img/inverted_triangle.png) no-repeat center bottom #2f9018;
background-size:20px 12px;
}
.school_navi li.fork_link,
.school_navi li.koiku_link,
.school_navi li.yukaue_link,
.school_navi li.tamakake_link,
.school_navi li.hai_link,
.school_navi li.fees_access_link
{
background:url(img/inverted_triangle.png) no-repeat center bottom #2f9018;
background-size:20px 14px;
}	
	
.school_navi li.mr0{
margin-right:0px;
}
.school_navi li a {
width:158px;
height:50px;
padding-top:5px;
text-indent: 0;
white-space: normal;
overflow: auto;
font-size:14px;
line-height: 17px;
color:#fff;
display:block;
}	

.school_navi li a span{
    font-size:12px;
}
	
.schoolPriceTitle{
overflow:hidden;
}

.schoolPrice{
overflow:hidden;
padding:20px 0;
}
.schoolPrice li,
.schoolPriceTitle li{
float:left;
width:30%;
margin-right:5%;
}
.schoolPrice li:last-child,
.schoolPriceTitle li:last-child{
margin-right:0;
}

.schoolSubject{
font-weight:bold;
}

.course_navi{
overflow:hidden;
}
.course_navi li{
float:left;
width:158px;
height:45px;
border:1px solid #2f9018;
border-radius:2px;
margin-right:10px;
box-sizing:border-box;
margin-bottom:20px;
text-align:center;
background:url(img/inverted_triangle.png) no-repeat center bottom #2f9018;
background-size:20px 14px;
}
	
.course_navi li.course35_link,
.course_navi li.course31_link,
.course_navi li.course11_link
{
background:url(img/inverted_triangle.png) no-repeat center bottom #2f9018;
background-size:20px 14px;
}	

	
.course_navi li a {
width:158px;
height:45px;
text-indent: 0;
white-space: normal;
overflow: auto;
font-size:14px;
color:#fff;
display:block;
}	
	
	
.coursePrice dt{
float:left;
width:10em;
}
.coursePrice dd{
font-weight:bold;
color:#cc2728;
width:8em;
float:right;
text-align:right;
}

.textPrice{
font-weight:bold;
color:#cc2728;
text-align:right;
}

.otherL{
width:475px;
float:left;
}

.lm1{
margin-bottom:30px;
}

.lm1 li{
background:url(img/lm_gray8.png) no-repeat left center;
padding-left:18px;
}

.daytime{
margin-bottom:30px;
}

.daytime dt{
width:5em;
}
.daytime dd{
color:#cc2728;
font-weight:bold;
margin-left:8em;
margin-top:-30px;
}




.mapR{
width:475px;
float:right;
}

.mapWrap{
margin-bottom:30px;
}


#shopmap{
width:100% !important;
height:300px !important;
}


#school h3.course_forklift{
background:url(img/fork.png) no-repeat left center;
background-size:50px;
border-bottom:1px solid #000;
border-left:0;
padding-left:50px;
margin-bottom:20px;
line-height:50px;
font-size:24px;
}

#school h3.course_unic{
background:url(img/koiku.png) no-repeat left center;
background-size:50px;
border-bottom:1px solid #000;
border-left:0;
padding-left:50px;
margin-bottom:20px;
line-height:50px;
font-size:24px;
}

#school h3.course_yukaue{
background:url(img/yukaue.png) no-repeat left center;
background-size:50px;
border-bottom:1px solid #000;
border-left:0;
padding-left:50px;
margin-bottom:20px;
line-height:50px;
font-size:24px;
}


#school h3.course_tamakake{
background:url(img/tamakake.png) no-repeat left center;
background-size:50px;
border-bottom:1px solid #000;
border-left:0;
padding-left:50px;
margin-bottom:20px;
line-height:50px;
font-size:24px;
}

#school h3.course_hai{
background:url(img/hai.png) no-repeat left center;
background-size:50px;
border-bottom:1px solid #000;
border-left:0;
padding-left:50px;
margin-bottom:20px;
line-height:50px;
font-size:24px;
}

#school h3.course_time{
background:url(img/time.png) no-repeat left center;
background-size:50px;
border-bottom:1px solid #000;
border-left:0;
padding-left:50px;
margin-bottom:20px;
line-height:50px;
font-size:24px;
}
	
#school h3.course_calendar{
background:url(img/calendar.png) no-repeat left center;
background-size:50px;
border-bottom:1px solid #000;
border-left:0;
padding-left:50px;
margin-bottom:20px;
line-height:50px;
font-size:24px;
}

#school h3.course_baggage{
background:url(img/bag.png) no-repeat left center;
background-size:50px;
border-bottom:1px solid #000;
border-left:0;
padding-left:50px;
margin-bottom:20px;
line-height:50px;
font-size:24px;
}	

#school h3.course_access{
background:url(img/map.png) no-repeat left center;
background-size:50px;
border-bottom:1px solid #000;
border-left:0;
padding-left:50px;
margin-bottom:20px;
line-height:50px;
font-size:24px;
}	
	
	
	
.chushaku{
font-size:13px;
font-weight:normal;
color:#666;
}


.forkcourse,
.koikucourse,
.tamakakecourse,
.haicourse{
overflow:hidden;
margin-bottom:20px;
}

.forkcourse li{
float:left;
width:32%;
margin-right:2%;
font-size:13px;
line-height:22px;
padding:15px 20px 10px;
box-sizing:border-box;
background:#fff9f9;
border-radius:8px;
border:1px solid #ffe0e0;
}
.forkcourse li:last-child{
margin-right:0;
}

.koikucourse li{
float:left;
width:32%;
margin-right:2%;
font-size:13px;
line-height:22px;
padding:15px 20px 10px;
box-sizing:border-box;
background:#f4fff9;
border-radius:8px;
border:1px solid #e0ffe0;
}
.koikucourse li:last-child{
margin-right:0;
}

.tamakakecourse li{
float:left;
width:32%;
margin-right:2%;
font-size:13px;
line-height:22px;
padding:15px 20px 10px;
box-sizing:border-box;
background:#f4f9ff;
border-radius:8px;
border:1px solid #e0efff;
}
.tamakakecourse li:last-child{
margin-right:0;
}

.haicourse li{
float:left;
width:32%;
margin-right:2%;
font-size:13px;
line-height:22px;
padding:15px 20px 10px;
box-sizing:border-box;
background:#fffff4;
border-radius:8px;
border:1px solid #ff0;
}
.haicourse li:last-child{
margin-right:0;
}

.forkInfo li{
float:none;
width:100%;
padding:0 0 0 12px;
background:url(img/lm_gray8.png) no-repeat left 7px;
border:0 !important;
}

.forkcourse h4,
.koikucourse h4,
.tamakakecourse h4,
.haicourse h4{
text-align:center;
color:#cc2728;
font-size:22px;
line-height:30px;
}
.forkcourse h4 span,
.koikucourse h4 span,
.tamakakecourse h4 span,
.haicourse h4 span{
display:block;
font-size:15px;
color:#666;
}

.forkcourse h5,
.koikucourse h5,
.tamakakecourse h5,
.haicourse h5{
font-size:13px;
line-height:20px;
text-align:center;
color:#666;
margin-bottom:10px;
}

.course_inner{
background:#fff;
padding:10px 15px;
border-radius:4px;
margin-bottom:10px;
/*height:198px;*/
height:285px;
}

.course_inner2{
background:#fff;
padding:10px 15px;
border-radius:4px;
margin-bottom:10px;
/*height:88px;*/
height:128px;	
}
.course_inner3{
background:#fff;
padding:10px 15px;
border-radius:4px;
margin-bottom:10px;
height:118px;
}
.course_inner4{
background:#fff;
padding:10px 15px;
border-radius:4px;
margin-bottom:10px;
}
.courseYen{
color:#cc2728;
font-weight:bold;
text-align:center;
font-size:20px;
line-height:30px;
}
.courseYen span{
display:inline-block;
font-size:13px;
color:#666;
font-weight:normal;
}

.motimono{
background:#fff9f4;
border:1px solid #dcd3b2;
padding:20px 20px 15px;
box-sizing:border-box;
}
.documents{
padding:10px 15px;
border:1px solid #dcd3b2;
background:#fff;
margin-bottom:10px;
}
.docu li{
display:inline-block;
margin-right:15px;
background:url(img/lm_gray8.png) no-repeat left 11px;
font-size:14px;
line-height:30px;
padding-left:15px;
}
.belo li{
display:inline-block;
margin-right:15px;
background:url(img/lm_gray8.png) no-repeat left 11px;
font-size:14px;
line-height:30px;
padding-left:15px;
}

.meeting{
overflow:hidden;
}
.meeting li{
float:left;
width:32%;
margin-right:2%;
/*height:200px;*/
}
.meeting li:nth-child(3n){
margin-right:0;
}

.schoolContent{
}



/*------------------------------------------------------------
PC BLOG SIDE
------------------------------------------------------------*/

#side h2{
border-bottom:1px solid #000;
}

#side h3{
font-size:18px;
margin-bottom:10px;
border-left:4px solid #cc2728;
padding-left:10px;
}

.sideList{
margin-bottom:30px;
}
.sideList li{
overflow:hidden;
padding:10px 0;
border-bottom:1px dotted #dcdcdc;
position:relative;
}
.sideList li:last-child{
border:0;
}

.sideThumb{
width:80px;
float:left;
}
.sideText{
margin-left:90px;
overflow:hidden;
}
.sideText h4{
color:#cc2728;
font-size:18px;
line-height:20px;
margin:5px 0;
}


.sideList li:hover .sidePostTitle{
color:#cc2728;
}

.sideList li a.sideLink{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
display:block;
}
.sideList li a:hover{
color:#f63bb2;
}

.lList{
overflow:hidden;
}
.lList li{
float:left;
margin:0 5px 0 0;
font-size:11px;
line-height:18px;
font-weight:bold;
border:0;
}
.lList li.icon_fork{
padding:0 5px;
color:#fff;
background:#6cc;
border-radius:2px;
}
.lList li.icon_koiku{
padding:0 5px;
color:#fff;
background:#fc0;
border-radius:2px;
}
.lList li.icon_yukaku{
padding:0 5px;
color:#fff;
background:#ff7800;
border-radius:2px;
}
.lList li.icon_tamakake{
padding:0 5px;
color:#fff;
background:#09f;
border-radius:2px;
}
.lList li.icon_hai{
padding:0 5px;
color:#fff;
background:#f66;
border-radius:2px;
}

.sideAdd{
font-size:12px;
line-height:20px;
margin-bottom:5px;
}

.sidePostTitle{
font-size:14px;
line-height:20px;
height:60px;
overflow:hidden;
margin-bottom:5px;
}
.sidePostInfo{
text-align:right;
font-size:12px;
line-height:15px;
color:#999;
font-style:italic;
}



/*------------------------------------------------------------
PC CATEGORY SCHOOL
------------------------------------------------------------*/
#area h2{
font-size:26px;
line-height:40px;
padding-left:15px;
border-left:4px solid #cc2728;
margin-bottom:30px;
}

.area{
margin-bottom:60px;
}

.area li{
padding:40px 20px;
border-bottom:1px dotted #dcdcdc;
overflow:hidden;
position:relative;
transition:all 0.3s;
}
.area li:last-child{
border:0;
}
.area li a.catLink{
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.area li:hover{
background:#f8f8f8;
}

.schoolThumb{
width:400px;
float:left;
}
.schoolVideo {
  position: relative;
  width: 400px;
  height: 300px;
  overflow: hidden;
  padding-top:0px;
}
.schoolVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.schoolText{
width:500px;
float:right;
}
#area h3{
font-size:26px;
color:#cc2728;
line-height:40px;
margin-bottom:10px;
}
#area h3 span{
font-size:20px;
display:inline-block;
margin-right:15px;
}

.add{
font-size:14px;
line-height:20px;
margin-bottom:10px;
}
#area h4{
background:url(img/listmark_square_gray.png) no-repeat left center;
padding-left:24px;
font-size:14px;
line-height:24px;
margin-bottom:10px;
}
.cat_license{
overflow:hidden;
margin-bottom:10px;
}
.cat_license li{
float:left;
border:1px solid #cc2728;
border-radius:4px;
margin-right:5px;
width:60px;
padding:0;
background:#fff;
}
.cat_license li:last-child{
border:1px solid #cc2728;
}

.cat_option{
overflow:hidden;
}
.cat_option li{
width:50px;
padding:0;
float:left;
border:1px solid #cc2728;
border-radius:4px;
margin-right:5px;
background:#fff;
}
.cat_option li:last-child{
border:1px solid #cc2728;
}

/*------------------------------------------------------------
PC CATEGORY TOPICS & HELPFUL
------------------------------------------------------------*/
.archive h3{
font-size:20px;
line-height:40px;
border-bottom:1px solid #000;
margin-bottom:20px;
}

.archive li{
padding:40px 20px;
border-bottom:1px dotted #dcdcdc;
}
.archive li:last-child{
border:0;
}

.archives{
margin-bottom:20px;
padding:0 10px;
}


.postinfo{
font-size:12px;
line-height:20px;
}


/*------------------------------------------------------------
PC FOOTER
------------------------------------------------------------*/
#footer{
background:#cc2728;
padding:80px 0 50px;
text-align:center;
color:#fff;
}
.ninka{
font-size:14px;
font-weight:bold;
margin-bottom:20px;
}
.flogo{
margin-bottom:40px;
}
.ftel{
font-size:30px;
line-height:40px;
margin-bottom:10px;
font-weight:bold;
}
.fdesk{
font-size:12px;
line-height:20px;
font-weight:bold;
margin-bottom:20px;
}

.copy{
text-align:center;
padding:10px 0;
background:#333;
color:#fff;
font-size:11px;
line-height:15px;
}

.fmenus{
overflow:hidden;
/*width:304px;*/
width:534px;
margin:0 auto 30px;
}
.fmenus li{
float:left;
margin-right:10px;
}
.fmenus li:last-child{
margin-right:0;
}
.fmenus li a{
border-radius:4px;
color:#fff;
font-size:14px;
font-weight:bold;
text-align:center;
display:block;
padding:0 20px;
border:1px solid #fff;
line-height:40px;
transition:all 0.3s;
}
.fmenus li a:hover{
background:#f00;
}

a.DownloadLink {
	background-image:url(img/download_link.png);
	background-color:green;

	color:#fff;

	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

	background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 16px 16px;
    padding-left: 20px;
    padding: 2px 33px 2px 5px;
	border:solid 1px #2f9018;

	margin-top:2px;
	margin-bottom:2px;
	
	font-size:15px;
	font-weight: normal;
	white-space: nowrap;

    text-decoration: none;

}

a.DownloadLink:hover{
	background-image:url(img/download_link_on.png);
	background-color:#fff;
	color:#2f9018;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}




.fbanner{
width:1000px;
margin:0 auto 30px;
overflow:hidden;
}
.fbanner li{
width:320px;
float:left;
text-align:left;
margin-right:20px;
margin-bottom:0px;
}
.fbanner li img{
margin-bottom:10px;
}

.fbanner li:last-child{
margin:0;
}


.btn_ctype {
  width: 400px;
}


/*------------------------------------------------------------
END PC LAYOUT CSS
------------------------------------------------------------*/
}