@charset "utf-8";
.price .dtl table td .yellow {
background-color: #fff100;
}
.elementary .schedule table.date .bg-blue th {
  background-color: #006cac;
  color: #fff;
}
.elementary .schedule table.date .bg-blue td{
  background-color: #deecf4;
}
.elementary .schedule .time table .bg-blue th{
  background-color: #006cac;
  color: #fff;
}
.elementary .schedule .time table .bg-blue td{
  background-color: #deecf4;
}
.gakuho-form {
    border: #a66299 solid 2px;
    border-radius: 7px;
    background-color: #f8f6f3;
    padding: 30px;
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
}
.gakuho-form .com-btn {
    background-color: #a66299;
    margin-top: 25px;
    margin-bottom: 25px;
}
.gakuho-form h4 {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    background-color: #a66299;
    color: #fff;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    padding: 15px;
}
.gakuho-form li {
    margin-left: 10px;
    margin-right: 10px;
}
.gakuho-form li:before {
    content: "●";
    color: #a66299;
}
.gakuho-form h4 span {
    display: block;
    font-weight: 400;
    font-size: 15px;
}
.gakuho-form dl {
    background-color: #F3ECE1;
    margin-top: 25px;
    padding: 20px;
}
.gakuho-form dt {
    font-weight: 500;
    color: #a66299;
    font-size: 16px;
    margin-bottom: 10px;
}
.gakuho-form dd a {
    font-family: 'Hind Siliguri', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #a66299;
}
.gakuho-form dd.sub {
    font-size: 95%;
}
.preparations {
    background-color: #f8f6f3;
  padding: 15px;
    border-radius: 5px;
    line-height: 1.7;
    margin-top: 20px;
}
.preparations dt {
    font-weight: 700;
    color: #008c8c;
    margin-bottom: 5px;
}
.elementary .preparations dt {
    color: #4196c7;
}
.preparations dd {
    font-size: 95%;
}
.cau-red {
    font-weight: 500;
    font-size: 95%;
    color: #c13a41;
    line-height: 1.5;
    display: block;
}
.clr01-sche {
    color: #2d2fae;
}
.clr02-sche {
    color: #f5821e;
}
.btn-area {
    margin-top: 40px;
}
.btn-area li {
    width: 29.3333%;
    margin-left: 2%;
    margin-right: 2%;
}
.btn-area li:first-child a {
    background-color: #eaad56;
}
.btn-area li a {
    max-width: inherit;
}
.junior_high h3.h3-ttl {
    background: rgb(31,154,154);
background: linear-gradient(311deg, rgba(31,154,154,1) 0%, rgba(31,154,154,1) 19%, rgba(0,140,140,1) 19%, rgba(0,140,140,1) 100%);
}

.elementary h3.h3-ttl {
background: rgb(88,163,206);
background: linear-gradient(311deg, rgba(88,163,206,1) 0%, rgba(88,163,206,1) 19%, rgba(65,150,199,1) 19%, rgba(65,150,199,1) 100%);
}


.elementary .schedule .time table .asaka-clr th {
  background-color: #b74c97;
}
.elementary .price .dtl table .bg-blue th{
  background-color: #006cac;
  color: #fff;
}
.elementary .price .dtl table .bg-blue td{
  background-color: #deecf4;
}
.elementary .schedule .time table .asaka-clr td {
  background-color: #F1DFEB;
}
.elementary .price .dtl table .asaka-clr th {
  background-color: #b74c97;
	color: #fff;
}
.elementary .price .dtl table .asaka-clr td {
  background-color: #F1DFEB;
}
.time-list li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
	margin-right: 25px;
}
.tabContent {
    display: block;
}
.area-tab {
    margin-bottom: 50px;
    margin-top: 40px;
}
.area-tab ul {
    display: flex;
    border-bottom: #4196c7 4px solid;
    background-color: #fff;
    border-left: #4196c7 1px solid;
    border-top: #4196c7 1px solid;
}
.junior_high .area-tab ul {
  border-bottom-color:#008c8c;
  border-left-color: #008c8c;
  border-top-color: #008c8c;
}
.area-tab li {
    width: 33.3333%;
    box-sizing: border-box;
    padding: 18px;
    font-weight: 700;
    font-size: 115%;
    border-right: #4196c7 1px solid;
    color: #4196c7;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}
.junior_high .area-tab li {
  border-right-color: #008c8c;
  color: #008c8c;
}
.area-tab li:hover {
    background-color: #ECECEC;
}
.area-tab li:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #4196c7;
    border-right-color: #4196c7;
}
.junior_high .area-tab li::after {
  border-top-color: #008c8c;
  border-right-color: #008c8c;
}
.area-tab li.current:after {
    border-top-color: #fff;
    border-right-color: #fff;
}
.area-tab li.current {
    background-color: #4196c7;
    color: #fff;
}
.junior_high .area-tab li.current {
    background-color: #008c8c;
}
.area-txt-lead {
    text-align: center;
    color: #c13a41;
    margin-top: -40px;
}
.sche-choice {
    margin-bottom: 30px;
}
.area-top {
    color: #4196c7;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: 30px;
    text-align: center;
}
.junior_high .area-top {
  color: #008c8c;
}
.sche-ttl {
    color: #4196c7;
    font-weight: 700;
    font-size: 130%;
    margin-bottom: 10px;
}
.other-school .sche-ttl {
    color: #b74b97;
}
.elementary .schedule .other-school table.date thead th {
  background-color: #f0dfed;
}
.elementary .schedule .other-school table.date {
  border-top-color: #b74b97;
  border-left-color: #b74b97;
}
.elementary .schedule .other-school table.date th {
  border-bottom-color: #b74b97;
  border-right-color: #b74b97;
}
.elementary .schedule .other-school table.date td {
  border-bottom-color: #b74b97;
  border-right-color: #b74b97;
}
.junior_high .sche-ttl {
  color: #008c8c;
}
.sche-ttl.mdt {
    margin-top: 30px;
}
@media screen and (max-width: 860px) {
.btn-area {
    margin-top: 40px;
}
.btn-area li {
    width:100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 15px;
}

.btn-area li a {
    max-width: 350px;
}
.time-list li {
	display: block;
	margin-left:0px;
	margin-right: 0px;
}
	.time-list li:first-child {
		margin-bottom: 10px;
	}
.area-tab ul {
    flex-wrap: wrap;
}
.area-tab li {
    width: 33.3333%;
    border-bottom: #4196c7 1px solid;
    text-align: left;
}
.area-tab li.current {
}
}
@media screen and (max-width: 480px) {
.gakuho-form .com-btn {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  padding: 14px;
}
.gakuho-form dt {
  font-size: 15px;
  margin-bottom: 10px;
  text-align: center;
}
.gakuho-form dl {
  margin-top: 20px;
  padding: 15px;
}
    .gakuho-form dd {
        text-align: center;
    }
    
.gakuho-form dd.sub {
  font-size: 90%;
}
.gakuho-form dd a {
  font-size: 29px;
}
.gakuho-form {
  padding: 15px;
    text-align: left;
    margin-top: 35px;
}
.gakuho-form h4 {
  font-size: 17px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
    line-height: 1.5;
    padding: 10px;
}
.gakuho-form h4 span {
  font-size: 13px;
    margin-top: 5px;
}
.sub-ttl {
  font-size: 105%;
    margin-top: 15px;
}
.btn-area {
  margin-top: 25px;
}
.area-tab li {
    width: 49.9999%;
    border-bottom-color: #008c8c;
}
    
.junior_high .area-tab li {

  border-bottom-color: #4196c7 1px solid;
}
.area-txt-lead {
  text-align: left;
  margin-top: -15px;
}
.schedule .time h4::before {
  width: 8px !important ;
  height: 8px !important;
    border-width: 5px !important;
  top: 3px !important;
}
.area-tab {
  margin-bottom: 30px;
  margin-top: 30px;
}
.sche-ttl {
  font-size: 115%;
}
.area-top {
  font-size: 22px;
  line-height: 1.5;
}
.area-tab ul {
    border-bottom-width: 3px;
}
.area-tab li {
 padding: 10px;
        font-size: 4vw;
        text-align: left;
}
}
.course-btn {
    margin: auto;
    background-color: #f8f6f3;
    padding: 40px;
    border-radius: 8px;
}
.course-btn ul {
    margin-left: -2%;
    margin-right: -2%;
}
.course-btn li {
    width: 45.9999%;
    margin-left: 2%;
    margin-right: 2%;
}
.course-btn li a {
    display: block;
    overflow: hidden;
    font-weight: 700;
    padding: 15px;
    padding-left: 120px;
    text-decoration: none;
    font-size: 110%;
    border-radius: 6px;
    background-color: #4196c7;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-image: url("../images/elementary.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 95px;
}
.course-btn li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: box-shadow ease-in-out .2s;
}
.course-btn li:nth-child(1) a:hover:before {
    box-shadow: inset 0px 0px 0px 7px rgb(47 121 163 / 80%);
    -webkit-box-shadow: inset 0px 0px 0px 7px rgb(47 121 163 / 80%);
}
.course-btn li:nth-child(2) a:hover:before {
    box-shadow: inset 0px 0px 0px 7px rgba(0,100,100,0.80);
    -webkit-box-shadow: inset 0px 0px 0px 7px rgba(0,100,100,0.80);
}
.course-btn li a span {
    font-size: 130%;
}
.course-btn li:last-child a {
    background-color: #008c8c;
    background-image: url("../images/junior.jpg");
}
.course-btn li a:after {
    top: 50%;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 4px;
    border-right-width: 4px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    transition: ease-in-out .3s;
    right: 20px;
    position: absolute;
}
.time-scedule {
    
    text-align: center;
    color: #c13a41;
    margin-top: 25px;
}
.best-feature .row {
    letter-spacing: -0.5em;
    
    margin-left: -3%;
    margin-right: -3%;
}
.junior .best-feature .couse-btn {
    margin-top: 0px;
}
.best-feature .couse-btn {
    margin-top: -20px;
}
.best-feature .row .blk{
    letter-spacing:0.05em;
    vertical-align: middle;
    vertical-align: top;
}
.best-feature .row .blk.course h4 {
    font-size: 27px;
    margin-bottom: 20px;
}
.best-feature .row .blk.course h4 span {
    background:linear-gradient(transparent 70%, #ff6 70%);
}
.best-feature .row .blk.course .txt {
    margin-top: 20px;
}
.best-feature .row .blk.course .txt.mdb {
    margin-bottom: 25px !important;
}
.best-feature .step .ttl {
    background-image: url( "../images/num02.png");
}
.best-feature .step:last-child .ttl {
    background-image: url( "../images/num03.png");
}
.best-feature .row .blk .txt {
    font-weight: normal;
    text-align: left;
    margin-top: 30px;
}
.best-feature .inner-blk{
    background-color: #f8f6f3;
    margin-left: -100px;
    margin-right: -100px;
    padding: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.best-feature h3 {
    text-align: center;
font-size: 220%;
font-weight: 700;
margin-bottom: 70px;
color: #008c8c;
line-height: 1.4;
    border: none !important;
    padding: 0;
}
.elementary .best-feature h3 {
    color: #4196c7;
}
.best-feature .blk {
    margin-bottom: 50px;
    text-align: center;
}
.best-feature .sub-img {
    margin-top: 20px;
    margin-bottom: 25px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.best-feature .blk:last-child {
    margin-bottom: 0px;
}
.best-feature .sub-row {

    margin-top: 35px;
}
.best-feature .sub-row__item.mdt {
    margin-top: 40px;
}
.best-feature .sub-row__item li {
    text-align: left;
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    border-bottom: #218D49 1px solid;
    padding-bottom: 15px;
    padding-top: 15px;
}
.best-feature .txt-center {
    text-align: center !important;
}
.best-feature .under-row {
    display: flex;
    gap:4%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    
}
.best-feature .sub-row__item li:first-child {
    border-top: #218D49 1px solid;
}
.best-feature .sub-row__item li:before {
    content: attr(data-eng);
    color: #fff;
    position: absolute;
    left: 0;
    top: 10px;
    text-align: center;
    font-size: 19px;
    background-color: #218D49;
    width: 35px;
    line-height: 35px;
}
.best-feature .sub-row__item dl {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    font-size: 16px;
}
.best-feature .sub-row__item dt {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    background-color: #218D49;
    color: #fff;
    width: 150px;
    padding: 5px;
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.best-feature .sub-row__item dd {
    padding: 5px;
    text-align: left;
    
}
.best-feature .sub-row__item dd:not(:last-child) {
    border-bottom: #ccc 1px dotted;
    
}
.best-feature .ttl {
    font-weight: 700;
    background-image: url( "../images/num01.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 40px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
    padding-top: 100px;
}
.best-feature .achievements .ttl {
    background-position: left top;
    text-align: left;
    padding-left: 100px;
    padding-top: 40px;
}
.best-feature .reasonable .ttl {
    background-image: url( "../images/num02.png");
}
.best-feature .topic .ttl {
    background-image: url( "../images/num03.png");
}
.best-feature .ttl h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.best-feature .ttl .sub01 {
    font-size: 140%;
    font-weight: 500;
}
.best-feature .ttl .sub02 {
    color: #218D49;
    font-size: 140%;
    font-weight: 500;
    margin-bottom: 5px;
}
.best-feature .ttl .date {
    font-weight: 400;
    margin-top: 10px;
    color: #888888;
}
.best-feature .reasonable .ttl {
    float: left;
    margin-right: 70px;
}
.best-feature .reasonable .txt-right {
    overflow: hidden;
}
.best-feature .topic ul {
    margin-left: -1%;
    margin-right: -1%;
    
}
.best-feature .topic li {
    background-color: #fff;
    box-sizing: border-box;
    border: #218D49 1px solid;
    border-radius: 5px;
    padding: 25px;
    width: 31.3333%;
    line-height: 1.6;
    font-size: 110%;
    margin-left: 1%;
    margin-right: 1%;
}
.best-feature .topic li h5 {
    text-align: center;
    color: #218D49;
    font-weight: 700;
    font-size: 120%;
    margin-bottom: 10px;
}
.start {
    text-align: center;
}
.start dt {
    font-weight: 700;
font-size: 30px;
line-height: 1.3;
margin-bottom: 5px;
    margin-bottom: 25px;
}
.start dt span {
    color: #ec286a;
}
.start dd {
    font-weight: 700;
font-size: 22px;
line-height: 1.3;
margin-bottom: 10px;
    color: #c13a41;
}
.start .cau {
    margin-bottom: 15px;
    color: #c13a41;
}
.start dd span {
    display: inline-block;
    border-top: #c13a41 1px solid;
    border-bottom: #c13a41 1px solid;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.start a {
    background-color: #eaad56;
    margin-bottom: 60px;
}
.best-feature .achievements {
    position: relative;
    margin-bottom: 90px;
}
.best-feature .achievements .img{
    position:absolute;
    right:-30px;
    top: 20px;
    z-index: 1;
    width: 280px;
}
.best-feature .price-box {
    background-color: #fff;
    display: table;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: #218D49 1px solid;
    line-height: 1.3;
}
.best-feature .price-box.no-btm {
    border-bottom: none;
}
.best-feature .price-box dt{
    display: table-cell;
    vertical-align: middle;
    color: #218D49;
    font-size: 21px;
    font-weight: 400;
    padding: 20px;
}
.best-feature .price-box dd{
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    font-weight: 400;
    padding: 20px;
}
.best-feature .price-box dd span {
    font-family: 'Oswald', sans-serif;
color: #218D49;
    font-size: 230%;
    font-weight: 700;
    font-style: oblique;
    margin-left: 10px;
    margin-right: 10px;
    
}

#number {
    width: 70%;
    text-align: left;
    position: relative;
}
#number .num-link {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 110%;
}
#number li {
	width:48.9999%;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom:1%;
}
#number li dl {
	display:table;
	border:#218D49 1px solid;
	width:100%;
	box-sizing:border-box;
	border-radius:5px;
	background-color:#fff;
	line-height:1.6;
}
#number li dt {
	display:table-cell;
	background-color:#218D49;
	padding:12px;
	color:#fff;
	width:65%;
	font-weight:500;
	font-size:140%;
	vertical-align:middle;
}
#number li dd {
	display:table;
	display:table-cell;
	text-align:right;
	vertical-align:middle;
	padding:12px;
}
#number li dd {
	font-weight:500;
	font-size:125%;
	color:#c13a41;
	line-height:1;
}
#number li dd span {
	font-family: 'Oswald', sans-serif;
	color:#c13a41;
	font-size:200%;
	margin-right:3px;
	vertical-align: baseline;
	
}
#number li dd div {
	line-height:1;
}














.local-box .area {
}
.local-box .area dt {
    float: left;
    margin-right: 20px;
    background-color: #008c8c;
    color: #fff;
    font-weight: 700;
    font-size: 110%;
    width: 150px;
    padding: 4px;
    text-align: center;
}
.local-box .area li {
    margin-right: 10px;
    width: 23%;
}
.local-box .area li a {
    border: #008c8c 2px solid;
    display: block;
    color: #008c8c;
    font-weight: 700;
    text-decoration: none;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius: 5px;
}
.local-box .area li a:hover {
    color: #fff;
    background-color: #008c8c;
}
.class-list dl {
    margin-top: 15px;
    padding-top: 15px;
    border-top: #ccc 1px dashed;
    
}
.class-list dl dd a {
    position: relative;
    padding-left: 15px;
    text-decoration: underline;
    
}
.class-list dl dd a:hover {
    text-decoration: none;
}
.class-list dl dd a:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #008c8c;
    border-right-color: #008c8c;
}
.elementary .class-list dl dd a:before {

    border-top-color: #4196c7;
    border-right-color: #4196c7;
}


.class-list {
	background-color:#f8f6f3;
	padding:20px;
    margin-bottom: 40px !important;
}
.class-list.mdb {
    margin-bottom: 10px !important;
}
.class-list tr:first-child th {
	padding-top:0;
}
.class-list tr:first-child td {
	padding-top:0;
}
.class-list tr:last-child th {
	border-bottom:none;
	padding-bottom:0;
}
.class-list tr:last-child td {
	border-bottom:none;
	padding-bottom:0;
}
.class-list th {
	color: #4196c7;
	font-weight:700;
	width:165px;
	border-bottom:#dddad5 1px solid;
	padding:10px;
	padding-left:0;
}
.junior_high .class-list th {
    color: #008c8c;
}
.class-list td {
	border-bottom:#dddad5 1px solid;
	padding:10px;
}
.class-list th span {
	background-color: #D4E0E7;
	padding: 5px;
	display:block;
	text-align:center;
}
.junior_high .class-list th span {
	background-color: #DEE8E8;
}
.junior .class-list th {
	color: #008c8c;
}
.junior .class-list th span {
	background-color: #DEE8E8;
}
.pdf-link {
	margin-top: 15px;
    padding: 13px;
    background-color: #f8f6f3;
    border: #dddad5 1px solid;
}
.pdf-link p {
	margin-bottom:3px;
}
.pdf-link li {
	background-image: url(../../summer/images/icon_1r_48.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:24px;
	padding-left:28px;
	position:relative;
}
.pdf-link li:after {
	content:"｜";
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
}
.pdf-link li:last-child:after {
	display:none;
}
.elementary .area-ttl {
	color:#4196c7;
}
.area-ttl {
	text-align:center;
	font-size:220%;
	font-weight:700;
	margin-bottom:65px;
	color:#008c8c;
	margin-top:-20px;
	line-height:1.6;
}
.area-ttl span {
	display:block;
	font-size:65%;
}
.area-txt {
	text-align: center;
font-weight: 500;
font-size: 105%;
color: #c13a41;
line-height: 1.6;
margin-bottom: 40px;
margin-top: 40px;
}
.special.mdt {
	margin-top:65px;
}
.special {
	margin-top:-25px;
    text-align: center;
}
.special ul {
    display: flex;
    flex-wrap: wrap;
    gap:1%;
    justify-content: center;
}
.special li {
    width: calc((100% - 3%) / 3);

}
.elementary .class-ttl {
	color:#4196c7;
}
.class-ttl {
	color:#008c8c;
	font-weight:700;
	font-size:125%;
	margin-bottom:10px;
}
.class-ttl.mdt {
	margin-top:25px;
}
.red {
	color: #D0353D;
}
.sub-cau {
	margin-top:10px;
    font-size: 90%;
}
.sub-ttl {
	color:#008c8c;
	font-weight:700;
	font-size:115%;
	margin-bottom:5px;
	margin-top:25px;
}
.elementary .sub-ttl {
	color:#4196c7;
}
.cat-ttl {
	background-color: #EAAD56;
	padding:12px;
	color:#fff;
	text-align:center;
	font-weight:700;
	font-size: 145%;
	margin-bottom:30px;
}
.cat-ttl.gaku {
	background-color: #9a7da9;
}
.fix-btn {
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:4;
	display:none;
}
.fix-btn a {
	display:block;
	background-color:#EAAD56;
	color:#fff;
	font-weight:700;
	text-align:center;
	text-decoration:none;
	padding:18px;
	font-size:115%;
	position:relative;
}
.fix-btn a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
}
.summary-index .jyukunavi {
	background-color:#f8f6f3;
	padding:25px;
	border: #dddad5 1px solid;
	border-radius: 5px;
}
.summary-index .jyukunavi .img{
	float:left;
	width:250px;
	margin-right:30px;
}
.summary-index .jyukunavi dl {
	overflow:hidden;
}
.summary-index .jyukunavi dl dt {
	font-weight:700;
	font-size:125%;
	color: #218D49;
	margin-bottom:5px;
}
.summary-index .jyukunavi dl dd span {
	font-size:90%;
	display:block;
	margin-top:10px;
}
.summary-index .area-txt {
	text-align:center;
	font-weight:500;
	font-size:105%;
	color:#c13a41;
	line-height:1.6;
	margin-bottom:40px;
	margin-top:40px;
}
.w800 {
	max-width:800px;
	margin:auto;
	width:90%;
}
.visual img {
    width: 100%;
}

.campaign-box {
    background-color: #f9ee06;
    text-align: center;
    color: #07a053;
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url(../../summer/images/bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.campaign-box .more {
	font-weight:700;
	font-size:180%;
	line-height:1.4;
	margin-bottom:40px;
}
.campaign-box .more .red {
	color:#e30103;
	border-bottom:3px #e30103 solid;
}
.campaign-box .more .green {
	border-bottom:3px #07a053 solid;
}
.campaign-box .more span {
	
}
.campaign-box .regular-cam {
	margin-bottom:30px;
}
.campaign-box dl {
	font-weight:700;
	font-size:150%;
	line-height:1.4;
	margin-bottom:25px;
}
.campaign-box dl dd {
	font-size:200%;
	color:#f14f76;
}
.campaign-box h4 {
	background-color:#fff;
	border-radius:5px;
	font-weight:700;
	font-size:220%;
	padding:10px;
	margin-bottom:25px;
	line-height:1.5;
	vertical-align:middle;
}
.campaign-box h4 span.txt {
	font-size:52%;
	margin-left:15px;
	vertical-align:middle;
	display: inline-block;
	margin-bottom:5px;
}
.campaign-box h4 span.cau {
	display:block;
	font-weight:400;
	font-size:45%;
}
.campaign-box .md {
	margin-bottom:25px;
}


#area-blk{
	letter-spacing:-0.4em;
	margin-top:40px;
}
#area-blk .area {
	letter-spacing:0.05em;
	display:inline-block;
	width:22.9999%;
	margin-left:1%;
	margin-right:1%;
	vertical-align:top;
	margin-bottom:30px;
}
#area-blk .area li {
	position:relative;
	padding-left:20px;
}
#area-blk .area li a {
}
#area-blk .area li:before {
	position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #008c8c;
    border-right-color: #008c8c;
}
#area-blk .area h3{
	background-color:#008c8c;
	color:#fff;
	text-align:center;
	padding:10px;
	font-weight:500;
	font-size:120%;
	margin-bottom:10px;
	
}
.elementary #area-blk .area h3 {
	background-color:#4196c7;
}
.elementary #area-blk .area li a::before {
    border-top-color: #4196c7;
    border-right-color: #4196c7;
}
.local-nav {
	margin-left:-1%;
	margin-right:-1%;
	margin-bottom:40px;
	text-align:center;
}
.local-nav li {
	width:32.3333%;
	margin-left:0.5%;
	margin-right:0.5%;
	margin-bottom:1%;
	box-sizing:border-box;
}
.local-nav li a {
	display:table-cell;
	width:25%;
	height: 65px;
	
	box-sizing:border-box;
	vertical-align:middle;
	border:#008c8c 2px solid;
	background-color:#f8f6f3;
	line-height:1.6;
	padding:14px;
	border-radius:10px;
	text-align:center;
	color:#008c8c;
	font-weight:500;
	font-size:105%;
	text-decoration:none;
	position:relative;
	padding-right:25px;
}
.local-nav li a.active {
	background-color:#008c8c;
	color:#fff;
}
.local-nav li a.ele.active {
	background-color:#4196c7;
	color:#fff;
}
.local-nav li a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #008c8c;
    border-right-color: #008c8c;
}
.local-nav li a.ele:after {
	border-top-color: #4196c7;
    border-right-color: #4196c7;
}
.local-nav li a.top:after {
	border-top-color: #218D49;
    border-right-color: #218D49;
}
.local-nav li a:hover:after,
.local-nav li a.active:after {
    border-top-color: #fff;
    border-right-color: #fff;
}
.local-nav li a:hover {
	background-color:#008c8c;
	color:#fff;
}
.local-nav li a.ele {
	color:#4196c7;
	border-color:#4196c7;
}
.local-nav li a.top {
	color:#218D49;
	border-color:#218D49;
}
.local-nav li a.ele:hover {
	background-color:#4196c7;
	color:#fff;
}
.local-nav li a.top:hover {
	background-color:#218D49;
	color:#fff;
}


#main h3.ttl {
	border-color:#008c8c;
    color: #008c8c;
}


.schedule .icon {
	margin-bottom:20px;
}
.schedule .icon li {
	margin-right:20px;
}
.schedule .lead-cau {
	margin-top:-5px;
	margin-bottom:20px;
}
.schedule .clr01 {
	color:#c0392b;
}
.schedule .clr02 {
	color:#1abc9c;
}
.schedule .clr03 {
	color:#2980b9;
}
.schedule table.date{
	border-top:#008c8c 1px solid;
	border-left:#008c8c 1px solid;
    line-height: 1.6;
}
.schedule table.date thead th {
	background-color: #C9D9D9;
}
.schedule table.date th {
	border-bottom:#008c8c 1px solid;
	border-right:#008c8c 1px solid;
	padding:5px;
	text-align:center;
}
.schedule table.date th.sat {
	color: #358ED0;
}
.schedule .tbl-sub {
	font-size:95%;
	margin-top:5px;
}
.schedule table.date th.sun {
	color: #D0353D;
}
.schedule table.date th {
	background-color:#f8f6f3;
}
.schedule table.date .asaka-clr {
    
}
.schedule table.date .asaka-clr th{
    color: #fff;
    background-color: #b74c97;
}
.schedule table.date .btm-line {
  border-bottom-color: #fff !important;
}
.schedule table.date .asaka-clr td{
    background-color: #F1DFEB;
}
.schedule table.date th.class-name {
	text-align:left;
	line-height:1.6;
}
.schedule .time table td.class-name-ttl {
	width:25%;
    border-top-right-radius: 0 !important;
}
.schedule table.date th.class-name-ttl {
	width:19%;
}
.schedule table.date td.c-wid {
	width: 15%;
    font-size: 90%;
    line-height: 1.6;
}
.schedule table.date td {
	border-bottom:#008c8c 1px solid;
	border-right:#008c8c 1px solid;
	padding:5px;
	text-align:center;
	background-color:#f8f6f3;
}

.schedule .time h4 {
	font-weight: 700;
	font-size: 130%;
	margin-bottom: 15px;
	padding-left: 35px;
	color: #008c8c;
	margin-top: 40px;
    position: relative;
}
.schedule .time h4:before {
    width: 12px;
    height: 12px;
    border: #008c8c 7px solid;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 7px;
    border-radius: 50%;
}
.schedule .time .sub-cau {
	margin-top:5px;
    font-size: 90%;
}
.schedule .time h4 span {
	font-size:80%;
	margin-left:20px;
	font-weight:400;
}
.class-active {
    width: 32%;
}
.schedule .time table {
    border-collapse: separate;
    border-spacing: 3px;
}
.schedule .time table tr:first-child th {
    border-top-left-radius: 8px;
}
.schedule .time table tr:last-child th {
	border-color:#008c8c;
}
.schedule .time table tr:last-child th {
    border-bottom-left-radius: 8px;
}
.schedule .time table thead th {
    border-bottom-color: #fff !important;
}
.schedule .time table thead th:last-child {
    border-right-color: #4196c7 !important;
}
#gakuho .schedule .time table tr:last-child th {
    border-color: #9a7da9;
        border-right-color:#9a7da9;
}
.schedule .time table th {
	background-color:#008c8c;
	color:#fff;
	font-weight:700;
	width:25%;
	padding:10px;
	text-align:center;
}
.schedule .time table td {
	padding:7px;
	text-align:center;
	background-color:#f8f6f3;
}
.schedule .time table td.c-wid {
    width: 25%;
}

.schedule .time table tr:first-child td {
    border-top-right-radius: 8px;
}
.schedule .time table tr:last-child td {
    border-bottom-right-radius: 8px;
}
.price .dtl h3 {
		font-weight: 700;
	font-size: 130%;
	background-color:#008c8c;
	color:#fff;
	padding:10px;
	text-align:center;
}
.price .dtl h3 span {

	font-weight:400;
	font-size:80%;
	margin-left:10px;
}
.price .dtl h3 span.cam {
	margin-left: 0;
	display: block;
	font-weight: 500;
	margin-top: -2px;
	color: #ED9701;
	font-size:90%;
}
.price .dtl table {
	border-left:1px #008c8c solid;
    line-height: 1.6;

}
.price .dtl table .aizu-area {
    display: none;
}
.price .dtl table th {
	padding:7px;
	background-color: #f8f6f3;
    color: #008c8c;
	font-weight:500;
	width:28%;
	text-align:center;
	border-bottom:1px #008c8c solid;
	border-right:1px #008c8c solid;
}
.price .dtl table th span {
    display: block;
    font-size: 90%;
}
.price .dtl table td {
	padding:10px;
	border-bottom:1px #008c8c solid;
	border-right:1px #008c8c solid;
	line-height:1.6;
	background-color:#f8f6f3;
}
.price .dtl table td span {
	font-weight:700;
}
.price .dtl table td .red {
	color:#c13a41;
}
.price .dtl table td span.cam {
	color: #ED9701;
}
.price .dtl table td span.strike {
	text-decoration:line-through;
}
.cover {
	background-color: #f8f6f3;
	padding:20px;
	margin-bottom:20px;
	border-radius:8px;
	    border: #dddad5 1px solid;
}
.cover .title {
	color: #218D49;
	text-align: center;
}
.cover .title .object {
	background-color: #218D49;
	color: #FFF;
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 5px;
	font-size: 96%;
	border-radius:5px;
}
.cover .copy {
	font-weight: bold;
	color: #218D49;
	font-size: 130%;
	border-bottom:#218D49 1px solid;
	border-top:#218D49 1px solid;
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px;
	margin-top: 20px;
	margin-bottom: 7px;
	margin-bottom:20px;
}
.cover dl dt {
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 125%;
}
.cover .row {
	letter-spacing:-0.4em;
}
.cover dl {
	color: #218D49;
	display:inline-block;
	width:50%;
	box-sizing:border-box;
	padding:30px;
	padding-top:0;
	padding-bottom:0;
	letter-spacing:0.06em;
	vertical-align:top;
}
.cover dl:first-child {
	border-right:#dddad5 1px solid;
}
.cover dl.no_mdr {
	margin-right:0px;
}
.cover dl dd {
	font-size: 95%;
	margin-bottom: 7px;
}
.cover .title .sub {
	font-weight: bold;
	font-size: 150%;
}
.cover .title .size {
	font-size: 220%;
	font-weight: bold;
}
#content .inq-btn {

	text-align:center;

}
#content .inq-btn ul {
	max-width:700px;
	margin:auto;
}
#content .inq-btn li {
	width:45.9999%;
	margin-left:2%;
	margin-right:2%;
}
#content .inq-btn li:last-child {
	margin-bottom:0;
}
#content .inq-btn li a {
	font-size:110%;
}
#content .inq-btn li a.cont {
	background-color:#EAAD56;
}
br.sp-only {
    display: none;
}
.blk.schedule {
    display: none;
}
.blk.schedule.active {
    display: block;
}
@media screen and (max-width: 860px) {
.best-feature .couse-btn {
    margin-top: -10px;
    margin-bottom: 20px;
}
 .course-btn {
     padding: 25px;
}
.course-btn ul {
    margin-left: 0%;
    margin-right: 0%;
}
.course-btn li {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
    margin-bottom: 15px;
}
.course-btn li:last-child {
    margin-bottom: 0;
}
.course-btn li a {
    padding-left: 120px;
    background-size: 100px;
}
    
.best-feature .row {
    margin-left: 0%;
    margin-right: 0%;
}
.best-feature .row .blk{
    display:block;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}
.best-feature .inner-blk {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px;
    padding-top: 40px;
}
br.sp-only {
    display: block;
}
.best-feature .achievements .img {
   display: none;
}
#number .num-link {
    position: static;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 110%;
    margin-top: 15px;
}
#number {
    width: 100%;
}
#number li {
    width: 48.9999%;
	font-size:90%;
}
.best-feature .reasonable .ttl,
.best-feature .achievements .ttl{
    float: none;
    margin-right: 0px;
padding-top: 40px;
    padding-top: 100px;
    background-position: center top;
    text-align: center;
    padding-left: 0;
}
.best-feature .achievements {
    margin-bottom: 50px !important;
}
.best-feature .topic ul {
    margin-left: 0;
    margin-right: 0;
}
.best-feature .topic li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
}
.best-feature .price-box {
    display: block;
    padding: 25px;
}
.best-feature .price-box dt {
    display: block;
    padding: 0;
    margin-bottom: 15px;
}
.best-feature .price-box dd {
    display: block;
    padding: 0;
}
    
    
    
    
    
    
    
.class-list {
	padding:15px;
}
.class-list th {
	display:block;
	width:auto;
	border-bottom:none;
	margin-bottom:10px;
	padding:0;
}
.class-list tr:last-child td {
	margin-bottom:0;
}
.class-list td {
	display:block;
	width:auto;
	line-height:1.6;
	border-bottom:none;
	padding:0;
	margin-bottom:10px;
}
.campaign-box h4 span.txt {
	margin-left:0px;
	display:block;
	margin-bottom:5px;
	margin-top:3px;
	font-size:60%;
}
.fix-btn {
	display:block;
}
#area-blk .area {
    width: 31.3333%;
}
.local-nav li {
	width:47.9999%;
}
.local-nav li a {
	border-width:1px;
	padding: 9px;
}
.special ul {

}
.special li {
    width: calc((100% - 1%) / 2);
    margin-bottom: 1%;
}
}
@media screen and (max-width: 640px) {
.best-feature .under-row {
  display: block;
}
    .best-feature .under-row ul {
        margin-bottom: 30px;
    }
.best-feature .sub-row {
  margin-top: 20px;
}
.best-feature .sub-row__item.mdt {
  margin-top: 30px;
}
.best-feature .sub-row__item dl {
  padding: 15px;
  font-size: 15px;
}
.best-feature .sub-row__item dt {
  font-size: 17px;
  margin-bottom: 10px;
    margin-top: -15px;
    width: 120px;
}
.best-feature .sub-row__item li {
  font-size: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
    padding-left: 40px;
}
.best-feature .txt-center {
  text-align: left !important;
}
.best-feature .sub-row__item li::before {
  top: 8px;
  font-size: 16px;
  width: 28px;
  line-height: 28px;
}
.area-txt-lead {
    margin-top: 0px;
}
.best-feature .blk {
    margin-bottom: 30px;
}
#number li dd {
    padding: 5px;
}
#number li dt {
    font-size: 160%;
	width: 67%;
}
#number li dd span {

    font-size: 160%;
}
.pdf-link {
	margin-top:5px;
}
.pdf-link li {
	display:block;
	margin-bottom:5px;
}
.pdf-link li:after {
	display:none;
}
.pdf-link li:last-child:after {
	display:none;
}
.area-ttl {
	font-size:160%;
	margin-bottom:30px;
	margin-top:0px;
}
.special.mdt {
    margin-top: 30px;
}
.local-nav {
	margin-left:-0.5%;
	margin-right:-0.5%;
}
.local-nav li {
    width: 48.9999%;
	margin-left:0.5%;
	margin-right:0.5%;
}
.local-nav li a {
	display:block;
	width:100%;
	height:auto;
}
.local-nav li a br {
	display:none;
}
.special {
	margin-top:-15px;
	margin-bottom:30px !important;
}


.summary-index .jyukunavi .img {
    width: 170px;
    margin-right: 20px;
}
.visual {
}
.campaign-box {
    padding-top: 20px;
    padding-bottom: 20px;
}
.campaign-box dl {
    font-size:2.8vmin;
	margin-bottom:15px;
}
.campaign-box .more {
	font-size:4.3vmin;
	margin-bottom:25px;
}
.campaign-box h4 {
    font-size: 4.2vmin;
    padding: 5px;
    margin-bottom: 15px;
}
#area-blk {
	margin-top:20px;
}
#area-blk .area {
    width: 47.9999%;
}
#area-blk .area h3 {
    padding: 9px;
    font-size: 105%;
}
.schedule .time .sub-cau {
	margin-bottom:15px;
}
.local-nav {
    margin-bottom: 20px;
}
.local-nav li a {
	font-size:85%;
	border-radius:5px;
	padding:5px;
}
.local-nav li a::after {
	display:none;
}
#main section {
    margin-bottom: 40px;
}
#content .inq-btn li {
    width: 100%;
	display:block;
    margin-left:0%;
    margin-right: 0%;
	margin-bottom:20px;
}
.cover dl:first-child {
	border-right:none;
}
.schedule .icon {
    margin-bottom: 15px;
    font-size: 90%;
}
 .schedule .time h4 {
    font-size: 120%;
    margin-bottom: 12px;
    background-size: 18px;
    padding-left: 25px;
    margin-top: 25px;
    line-height: 1.5;
  }
.schedule .time h4 span {
	display:block;
	margin-left:0;
}
.schedule .time table {
	font-size:95%;
	line-height:1.6;
}
.schedule table.date{
    width: 900px;
}
.schedule table.date .class-name-ttl {
    width: 180px;
}
.schedule table.date th.class-name {
    white-space: normal;
    width: 180px;
}
.schedule .scroll {
	overflow-x: auto;
}
.schedule .scroll::-webkit-scrollbar{
	width: 5px;
	background: #cccccc;
}
.schedule .scroll::-webkit-scrollbar:horizontal{
	height: 5px;
	background: #cccccc;
}
.schedule .scroll::-webkit-scrollbar-thumb{
	background: #008c8c;
	border-radius: 2px;
}
.schedule .scroll::-webkit-scrollbar-thumb:horizontal{
	background: #008c8c;
	border-radius: 2px;
}
.price .dtl h3 {
    font-size: 115%;
    padding: 8px;
}
.price .dtl table {
	font-size:95%;
}
.price .dtl table th {
width: 85px;
    line-height: 1.5;
}
.cover .title .object {
    display:block;
    margin-right: 0px;
    font-size: 96%;
	margin-bottom: 10px;
}
.cover .title .sub {
    font-size: 135%;
}
.cover .title .size {
    font-size: 195%;
}
.cover .copy {

    margin-top: 10px;
	font-size: 110%;
	line-height:1.6;
}
.cover dl dt {
    font-size: 110%;
}
.cover dl {
    display: block;
    width: 100%;
    padding: 0px;
	margin-bottom:15px;
}
.schedule table.date {
	font-size:95%;
}
.summary-index .area-txt {
	font-size:95%;
	margin-top:25px;
	margin-bottom:25px;
	text-align:left;
}
.campaign-box .regular-cam {
    margin-bottom: 15px;
}
.start {
    margin-bottom: 20px;
}
.start a {
    margin-bottom: 0px;
}
}
@media screen and (max-width: 480px) {
.class-list {
  margin-bottom: 25px !important;
}
.best-feature .row .blk.course h4 {
    font-size: 20px;
}
.best-feature .row .blk.course .txt.mdb {
    margin-bottom: 20px !important;
}
.best-feature .row .blk.course .txt {
    margin-top: 10px;
}
.best-feature .row .blk.course h4 {
    margin-bottom: 15px;
}
.best-feature .ttl .sub02 {

    margin-bottom: 10px;
}
.best-feature .ttl .sub02 {
    font-size: 100%;
}
.best-feature .row .blk .txt {
    margin-top: 20px;
}
.course-btn {
    padding: 15px;
}
.course-btn li {
    margin-bottom: 10px;
    }
.course-btn li a {
    font-size: 100%;
    padding-top: 20px;
padding-bottom: 20px;
    padding-left: 75px;
    background-size: 60px;
    padding-top: 13px;
padding-bottom: 13px;
}
.course-btn li a::after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top-width: 3px;
    border-right-width: 3px;
    right: 15px;
}
.course-btn li a span {
    font-size: 115%;
}
.best-feature h3 {
    font-size: 160%;
    margin-bottom: 30px;
}
.best-feature .ttl {
    background-size: 60px;
    padding-top: 70px !important;
    margin-bottom: 30px;
}
.best-feature .ttl h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.best-feature .ttl .sub01 {
    font-size: 110%;
} 
#number li {
    font-size: 65%;
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    
}
#number li dt {
    padding: 7px;
}
.best-feature .ttl .date {
    margin-top: 5px;
    font-size: 90%;
}
.best-feature .price-box dt {
    font-size: 16px;
    margin-bottom: 10px;
}
.best-feature .price-box {
    padding: 15px;
}
.best-feature .price-box dd {
    font-size: 13px;
}
.best-feature .price-box dd span {
    font-size: 170%;
    margin-left: 5px;
    margin-right: 5px;
}
.best-feature .ttl .sub02 {
    font-size: 110%;
}
.best-feature .topic li {
    padding: 15px;
    font-size: 100%;
}
.start dt {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.start dd {
    font-size: 16px;
    margin-bottom: 10px;
}
.start {
    text-align: center;
    margin-bottom: 0;
}
.start p {
    margin: auto;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}
.start a {
    margin-bottom: 0px;
    
    box-sizing: border-box;
}
    
    
    
    
    
.summary-index .jyukunavi {
	padding:15px;
}
.summary-index .jyukunavi .img {
    width: auto;
    margin-right: 0px;
	margin-bottom:20px;
	float:none;
}
.summary-index .jyukunavi dl dt {
    font-size: 120%;
}
#content .inq-btn {
	padding:20px;
}
    
    
}
/*----小学部--------*/

.elementary #main h3.ttl {
    border-color: #4196c7;
    color: #4196c7;
}
.elementary #main #gakuho h3.ttl {
    border-color: #9a7da9;
    color: #9a7da9;
}
.elementary #main h3.ttl span {
	font-size:85%;
}
.elementary .schedule table.date {
    border-top-color: #4196c7;
    border-left-color: #4196c7;
}
.elementary #gakuho .schedule table.date {
    border-top-color: #9a7da9;
    border-left-color: #9a7da9;
}
.elementary .schedule table.date th {
    border-bottom-color: #4196c7;
    border-right-color: #4196c7;
}
.elementary #gakuho .schedule table.date th {
    border-bottom-color: #9a7da9;
    border-right-color: #9a7da9;
}
.elementary .schedule table.date td {
    border-bottom-color: #4196c7;
    border-right-color: #4196c7;
}
.elementary #gakuho .schedule table.date td {
    border-bottom-color: #9a7da9;
    border-right-color: #9a7da9;
}
.elementary .schedule .time table th {
    background-color: #4196c7;
	border-right:#fff solid 1px !important;
	line-height:1.8;
}
.elementary #gakuho .schedule .time table th {
    background-color: #9a7da9;
}
.schedule #gakuho .time table tr:last-child th {
	border-bottom-color:#9a7da9 !important;
}
.elementary .schedule .time table th.w03 {
	width:20% !important;
}
.elementary .schedule .time table th.w04 {
	width:15% !important;
}
.elementary .schedule .time h4 {
    color: #4196c7;
}
.elementary .schedule .time h4:before {
    border-color:  #4196c7;
}
.elementary #gakuho .schedule .time h4 {
    background-image: url(../../spring2019e/images/icon_circle3.png);
    color: #9a7da9;
}
.elementary .schedule .time table td {
    border-bottom-color:#4196c7;
    border-right-color:#4196c7;
}
.elementary #gakuho .schedule .time table td {
    border-bottom-color: #9a7da9;
    border-right-color: #9a7da9;
}
.elementary .schedule .time table {
    border-top-color:#4196c7;
    border-left-color:#4196c7;
}
.elementary #gakuho .schedule .time table {
    border-top-color: #9a7da9;
    border-left-color: #9a7da9;
}
.elementary .price .dtl h3 {
    background-color: #4196c7;
}
.elementary #gakuho .price .dtl h3 {
    background-color: #9a7da9;
}
.elementary .price .dtl table {
    border-left-color: #4196c7;
}
.elementary .price .dtl table th {
    border-bottom-color: #4196c7;
    border-right-color: #4196c7;
	color:#4196c7;
}
.elementary #gakuho .price .dtl table th {
    border-bottom-color: #9a7da9;
    border-right-color: #9a7da9;
    color: #9a7da9;
}
.elementary .price .dtl table td {
    border-bottom-color: #4196c7;
    border-right-color: #4196c7;
}
.elementary #gakuho .price .dtl table td {
    border-bottom-color: #9a7da9;
    border-right-color: #9a7da9;
}
.elementary #gakuho .price .dtl table {
    border-left-color: #9a7da9;
}
.elementary .schedule table.date thead th {
	background-color: #C6D6DF;
}
.elementary #gakuho .schedule table.date thead th {
	background-color: #E3DCE7;
}
.elementary .schedule table.date thead th.w01 {
	width:2%;
}
.elementary .schedule table.date thead th.w02 {
	width:5%;
}
.elementary .schedule table .font-size {
	font-size:90%;
	line-height:1.6;
}
.elementary .schedule .scroll::-webkit-scrollbar-thumb{
	background: #4196c7;
}
.elementary .schedule .scroll::-webkit-scrollbar-thumb:horizontal{
	background: #4196c7;
}
.elementary #area-blk .area li:before {
    border-top-color: #4196c7;
    border-right-color: #4196c7;
}