/*  Typo
----------------------------------------------- */
@charset "utf-8";

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
    overflow-y: scroll;
}


.footer-to-schoolAnchor img{
border-rasius:4px;
}
html #footer .footer_left{
width: 300px;
}
html #footer .footer_right{
width: 654px;
}
html #footer ul li:nth-child(n+2) {
margin-left: 4px;
}
html #header .header_left{
width: 300px;
}
html #header .header_right{
width: 654px;
}
html #header ul li:nth-child(n+2) {
margin-left: 4px;
}
#contentfooter{
display:none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
.none{display:none; !important}
input, textarea,{
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
    outline:none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.both{
    clear:both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* よく使うCSS start

img {
    max-width:100%;
}

table {
    width:100%;
}

a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}

角丸 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}

背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}

グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){

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

}

時々使うCSS3 end */
a:link, a:visited
{
    text-decoration: none;
    color:#000;
}
a:active {  text-decoration: underline;}
a:hover { text-decoration:underline; color:red !important;}

/*  Layout
----------------------------------------------- */
.mr10{
    margin-right: 10px;
}
/*  4. Responsive image slider
--------------------------------- */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.slides li {display: none;} /* fix delay */
.flexslider { margin: 0 auto 0px; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease; }
.hs-loading .flex-viewport { max-height: 300px; }
.hs-loading {min-height: 300px; background: url(ajax-loader.gif) no-repeat center center;}
.flexslider .slides {zoom: 1; margin: 0; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: #999 url(http://u.jimdo.com/www55/o/s7ab389aa1f7b6646/userlayout/img/bg-direction-nav.png) no-repeat 11px 7px; position: absolute; top: 45%; z-index: 10; cursor: pointer;width: 40px; height: 40px; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next { background-position: -36px 7px; right: 0px; }
.flex-direction-nav .flex-prev {left: 0px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px; background-position: -36px 7px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

.flex-direction-nav .disabled { opacity: .3 !important; filter:alpha(opacity=30); cursor: default; }

/* Control Nav */
.flex-control-nav { z-index:5; width: 100%; position: absolute; bottom: -30px; text-align: center; }
.flex-control-nav li { margin: 0 3px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 8px; height: 7px; display: block; background: #222; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; }
.flex-control-paging li a:hover { background: #ddd; }
.flex-control-paging li a.flex-active { background: #ddd; cursor: default; position: relative; }

.flex-caption{
        display:none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px;
        background:#da2c2a; /* color 1 */
}

.flex-caption h1,
.flex-caption p{
    text-align: left;
        color:#fff;
        line-height:150%;
}

.flex-caption h1{
    font-size: 18px;
        text-transform:uppercase;
}

.flex-caption p{
}

/*** caption style in fullwidth slider ***/
.flex-holder .flex-caption{
        display:none;
        position:absolute;
    top: 50%;
        left: 0;
        width: 100%;
        padding: 0px;
        background:none;
}
.flex-holder{
    min-width: 960px;
    margin:0 auto;
}
.flex-holder .flex-caption h1,.flex-holder .flex-caption p{
    text-align: center;
        color:#fff;
        padding-bottom:20px;
}

.flex-holder .flex-caption.dark h1,
.flex-holder .flex-caption.dark p{
        color:#000;
}

.flex-holder .flex-caption h1 span{
    background:#da2c2a; /* color 1 */
}

.flex-holder .flex-caption h1{
    font-size: 38px;
        text-transform:uppercase;
}

.flex-holder .flex-caption p{
}

.flex-caption p a{ border-bottom: 1px solid #fff; color: #fff;text-decoration:none; }

.flex-active-slide .flex-caption,#page-1636291694 .flex-active-slide .flex-caption{
    display: block;
}
.sliderBtn {
    list-style:none;
    z-index:9999;
    margin:-12% auto 0;
    width:600px;
}
.sliderBtn li {
    float:left;
    margin-right:32px;
}
.sliderBtn li:last-child {
    float:left;
    margin-right:0px;
}
body {
    background: #FFFFFF;
    font: 12px "游ゴシック", "メイリオ", Arial, Helvetica, sans-serif;
    font-size:12px !important;
    color:#000;
    /*background:url("bg.jpg")no-repeat top;
    width:1200px;
    height:3000px;
    margin:0 auto;*/
}

#head_bg{
    background: url("https://u.jimcdn.com/cms/o/s952c6bc0648f3aeb/userlayout/img/kj01.jpg?t=1454480992")no-repeat;
    background-size:cover;
    background-position:center center;
    width:100%;
    height:201px;
}
#header{
    width:960px;
    margin: 0 auto;
}
#header img{
    display: inline-block;
}
#header .header_left{
    float: left;
    width:480px;
}
#header .header_right{
    width: 480px;
    float: right;
    text-align: right;
}
#header .h_btn{
    margin-top:11px;
}
#header .h_text{
    font-size:14px;
    margin-top:17px;
}
#header .h_text span{
    font-weight: bold;
}
#header ul{
    text-align: right;
    letter-spacing: -.4em;
    margin-top:12px;
}
#header ul li{
    display: inline-block;
    letter-spacing: normal;
}
#header ul li:nth-child(n+2){
    margin-left:14px;
}
#header .header_left h1{
    padding-top:9px;
    padding-bottom:15px;
    font-style:normal;
    font-weight: normal;
    font-size:12px !important;
}
#nav{
    width:100%;
    height:70px;
    background:#f2f2f2;
    clear: both;
    min-width:960px;
}
#nav ul{
    text-align: center;
    letter-spacing: -.4em;
}
#nav ul li{
    text-align: center;
    line-height:70px;
    display: inline-block;
    letter-spacing: normal;
}
#nav ul li:nth-child(n+2){
    border-left:solid 2px white;
}
#nav ul li a{
    display: block;
    height:100%;
    padding:0px 40px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
#nav ul li a:hover{
    color:red;
}
#nav ul{
    margin:0px;
}
#nav ul li a span{
    position:relative;
    top:1px;
}
#nav img{
    display: inline-block !important;
}

.j-textWithImage figure {
  z-index: 0 !important;
}

#maincontents{
    width:960px;
    margin:0 auto;
     box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin-top:60px;
}
#eyecatch{
    width:100%;
    text-align:center;
    margin:0 auto;
    position:relative;
    display:none;
    min-width: 960px;
}
#eyecatch .bx-controls{
    display:none;
}
#maincontents #sidebar{
    width:250px;
    float:left;
     box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#maincontents #sidebar .side_list{
    margin-top:-5px;
}
.heading7{
	position:relative;
	padding:9px;
	font-weight: bold;
	font-size: 18px;
	background-color: #cf1225;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


#content h3{
	position:relative;
	padding:0px 20px;
	font:bold 28px/1.6 Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff;
	border-top:#333 solid 3px;
	border-bottom:#333 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
#content h3:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cf1226;
}
#content h3:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#cf1226;
	z-index:1;
}


#info{
    background:#f2f2f2;
    padding:25px 25px 18px;
}
#info h3.info_title{
    font-size:16px !important;
    color:#000 !important;
    text-align: left !important;
    font-weight:bold !important;
}
#info dl{
    padding-top:5px;
    line-height:22px;
    font-size:14px !important;
}
#info dl dt{
    float:left;
    margin-right:10px;
    font-weight:bold;
    clear: both;
}
#info dl dd{
    float:left;
}
#sidebar .mainNav2 li{
    padding:5px 0px;
    padding-left:5px;
}
#maincontents #sidebar .mainNav1>li {
    padding:10px 0px;
    border-bottom:dotted 1px #ccc;
    padding-left:15px;
}
#maincontents #sidebar .mainNav1 li,#maincontents #sidebar .mainNav1 li a{
    color:#2ca383;
}
#maincontents #content{
    width:690px !important;
    float:right;
     box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#sidebar a{
    text-decoration: none !important;
    font-size:14px;
    font-weight:bold;
}
#sidebar div.side_box{
    width:250px;
    height:299px;
    background:url("https://u.jimcdn.com/cms/o/s952c6bc0648f3aeb/userlayout/img/side01.jpg?t=1550034051")no-repeat;
}
#sidebar div.side_box ul{
    padding: 121px 20px 10px;
    font-size: 14px;
    line-height: 38px;
}
#sidebar div.side_box ul li a{
    font-weight:bold;
}
#sidebar div.side_box2{
    width:250px;
    height:331px;
    background:url("https://u.jimcdn.com/cms/o/s952c6bc0648f3aeb/userlayout/img/kj21.jpg?t=1454483536")no-repeat;
    margin-top:30px;
}
#sidebar div.side_box2 ul{
    padding: 121px 20px 10px;
    font-size: 14px;
    line-height: 38px;
}
#sidebar div.side_box2 ul li a{
    font-weight:bold;
}

#footer_bg{
    background:#f2f2f2;
    width:100%;
    clear:both;
    margin-top:70px;
}
#footer{
    width:960px;
    margin: 0 auto;
}
#footer img{
    display: inline-block;
}
#footer .footer_left{
    float: left;
    width:480px;
}
#footer .f_logo{
    display: block;
    margin-top:52px;
}
#footer .flogo_text{
    font-size:14px;
    font-weight:bold;
    margin-top:15px;
}
#footer .footer_right{
    width: 480px;
    float: right;
    text-align: right;
}
#footer .f_btn{
    margin-top:44px;
}
#footer .f_text{
    font-size:14px;
    margin-top:17px;
}
#footer .f_text span{
    font-weight: bold;
}
#footer ul{
    text-align: right;
    letter-spacing: -.4em;
    margin-top:20px;
}
#footer ul li{
    display: inline-block;
    letter-spacing: normal;
}
#footer ul li:nth-child(n+2){
    margin-left:14px;
}
#footer a{
    text-decoration:none;
}
#footer #mainNav1{
    clear: both;
    padding-top:40px;
    padding-bottom:20px;
    letter-spacing: -.4em;
    text-align: center;

}
#footer #mainNav1 li{
    display: inline-block;
    padding:10px 25px;
    letter-spacing: normal;

}
#footer_bg .copy{
    width:100%;
    text-align: center;
    color:#f2f2f2;
    line-height:40px;
    background:black;
    margin-top:35px;
    font-size:12px;
    min-width:960px;
    margin:0 auto;
}
.f_menu{
    text-align: right;

}
.none{display:none;}
a img:hover{
    opacity: 0.8;
}


/*  長文をコンパクトに表示
----------------------------------------------- */
.scroll
{
background-color: ##f2f2f2;
overflow: auto;
height: 110px;
margin: 0px;
padding: 0px;
border: none;
}

#jirei {
width:100%;
padding:auto;
boder-color:none;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic";
font-size:12px;
margin:0px;
padding:0px;
}

#jirei img{
width:200px;
border:none;
}

#jirei .text{
border:none;
width:100%px;
}

#jirei .midashi{
font-weight:bolder;
color:red;
}

#jirei .midashisub{
font-weight:bolder;
color:black;
}

#jirei .syosai{
color:black;
}

#jirei hr{
border:none;
border-top:dashed 1px #C0C0C0;
height:1px;
color:#FFFFFF;
}





h2{
    margin: 0 0 1.5em;
    padding: 0.8em;
    border-left: 6px solid #cf1225;
    border-bottom: 1px dashed #cf1225;
    font-weight: bold;
}

/* 追加 */
.j-blogarticle h2 a{
	margin-left: 8px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}

.j-text p span{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic" !important;
}

.j-text p{
	line-height: 27px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic" !important;
}

.j-blogarticle .j-text p{
	margin: 18px 0;
}

#cc-m-16676483296{
	display: none;
}

#cc-m-12371763696 p{
    text-align: left !important;
    line-height: 0;
    margin-top: -23px;
    margin-left: 31px;
}

#cc-m-12371988896 p{
    text-align: left !important;
    line-height: 0;
    margin-top: -11px;
    margin-left: 31px;
}

#cc-m-12372001896 p{
    text-align: left !important;
    line-height: 0;
    margin-top: -7px;
    margin-left: 31px;
}

.j-module h2{
	padding: 4px 0 4px 8px;
}

.j-module img{
	width: 100%;
}

#cc-matrix-3581015396 .j-module img{
	width: auto;
}

html strong{
	font-weight: bold;
}

#cc-m-15740114396{
    background-color: #cd0000;
    padding: 8px 0 3px 10px;
}

#cc-m-15740051696{
	margin-top: 10px;
    background-color:#2631af;
    padding: 8px 0 3px 10px;
}

#cc-matrix-3581019396{
	font-size: 14px;	
}

.cc-m-form-view-input-wrapper select{
	outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    padding: 0 0 3px 20px;
    background-color: #f5f5fb;
    font-size: 14px;
}

#m9bd67ad1be115dcc6.cc-m-form-element-input option{
	background-color: #fff;
	color: #333;
}

.cc-m-form-element-input.cc-m-form-checkable-vertical{
	padding-left: 0;
}

.cc-m-form-element-input::-ms-expand {
  display: none;
}

.cc-m-form-element-input:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}


#m9bd67ad1be115dcc_dataprivacy{
    margin-bottom: 20px;
    display: inline-block;
}

.cc-m-form-element-input.cc-m-form-checkable-horizontal{
	padding-left: 0;
}

html form.cc-m-form .cc-m-form-view-element{
	    padding: 9px 0;
}

.cc-m-form-view-input-wrapper input[type="submit"]{
    background-color: #cd0000;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
	transition: .5s ;	
}

.cc-m-form-view-input-wrapper input[type="submit"]:hover{
	background-color:rgba(204, 0, 0, 0.29);
    color: #cd0000;
}

#cc-matrix-3593837296{
	font-size: 14px;
}

#cc-matrix-3593837296 label[for=m8aa97c31de05e36811]{
    margin: -15px 0 0 0;
    font-size: 16px;
}

#cc-matrix-3593837296 label[for="m8aa97c31de05e36813"]{
    margin: -15px 0 0 0;
    font-size: 16px;
}

#m8aa97c31de05e368_dataprivacy{
    margin-bottom: 20px;
    display: inline-block;
}

#cc-matrix-3581363796{
	font-size: 14px;
}

#m771279d7ed5e595a_dataprivacy{
    margin-bottom: 20px;
    display: inline-block;
}
#cc-matrix-5625156196 .n{
 padding:0 5px;
}
#cc-matrix-5625156196{
margin-top: 20px;
}
.exArea{
background-color:#DFF0F7;
padding:32px 0;
}
#content .exArea h3{
color:#0F1353;
font-size:20px;
font-weight:600;
text-align:center;
position: initial;
background-image: none;
border: none;
background: none;
line-height: 1.4;
margin-bottom: 6px;
}
.exArea p{
color:#E0001F;
font-size:16px;
font-weight:400;
text-align:center;
margin-bottom: 14px;
}
#content .exArea a{
width: fit-content;
display: block;
margin: auto;
}
#content .findschool{
background-color: #0F1353;
color: #fff;
text-align: center;
font-weight: 600;
font-size: 20px;
padding:16px 0;
text-decoration: none;
display: block;
transition:.5s;
}
#content .findschool:hover{
color:#FFFF00!important;
}
#content .findschool img{
	display: inline-block;
	width: 22px;
margin-bottom: -2px;
}
#cc-m-18235196296{
background-color: #E6E7E7;
margin: 0 5px;
}
#cc-m-18235196296 p{
text-align: center;
line-height: 1.5;
padding: 8px 0;
}
#content .infoSchool-head{
padding: 62px 0 22px;
	text-align: center;
}
#content .infoSchool-head-title{
font-weight: 700;
font-size: 36px;
letter-spacing: .05em;
}
#content .infoSchool-head-sub{
	font-weight: 600;
	font-size: 18px;
	color:#E0001F ;
color: #E0001F;
margin: 23px 0 10px;
}
#content .infoSchool-head-time{
	font-size: 14px;
}
#content .infoSchool-hub{
	display: flex;
	flex-wrap: wrap;
margin-bottom: 27px;
}
#content .infoSchool-hub-anchor{
width: 33.3%;
position: relative;
background-color: #E0001F;
color: #fff !important;
font-weight: 600;
font-size: 18px;
text-align: center;
padding: 28px 0px 34px;
text-decoration: none;
line-height: 1.1;
display: flex;
justify-content: center;
align-items: center;
}
#content .infoSchool-hub-anchor:nth-of-type(even){
	background-color: #a8001f;
}
#content .infoSchool-hub-anchor-arrow{
	width: fit-content;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%); 
bottom: 9px;
}
#content .infoSchool-detail-name{
	font-weight: 700;
	font-size: 30px;
line-height: 1.3;
}
#content .infoSchool-detail-address{
line-height: 1.5;
font-size: 14px;
margin: 5px 0px 9px;
}
#content .infoSchool-detail-tel{
	color: #e0001f!important;
	font-weight: 600;
	font-size: 24px;
text-decoration: none;
}
#content .infoSchool-detail-cate{
	margin-top: 12px;
	display: grid;
grid-template-columns: 90px 90px;
	gap: 6px;
}
#content .infoSchool-detail-cate-name{
	background-color: #fce5cf;
	text-align: center;
	color: #0F1353;
	font-weight: 600;
	font-size: 14px;
padding: 5px 0;
}
#content .infoSchool-detailWrapper{
	display: flex;
justify-content: space-between;
padding: 23px 0;
border-bottom: 1px solid #e0001f;
}
#content .infoSchool-detailWrapper#infoSchool-kawaragi{
	border-bottom: none;
}
#cc-m-18278471396{
	display:none;
}


#cc-m-18236585896{
	display:none;
}
#content .exArea h3:before{
content:none;
}
#content .exArea h3:after{
content:none;
}
#cc-m-18278471096{
display:none;
}
#cc-m-18236627796{
display:none;
}
#cc-m-18236631596{
	display: none;
}
#cc-m-18236632296{
	display: none;
}
#cc-m-18236660296{
	display: none;
}