@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
#asaka-bnr {
    max-width: 840px;
    margin: auto;
    width: 86%;

    margin-top: 40px;
}
#asaka-bnr .other {
    max-width: 870px;
    margin-left: -1%;
    margin-right:-1%;
    margin-bottom: 20px;
}
#asaka-bnr a {
    display: block;
    border: #6f0d6d 1px solid;
}
#asaka-bnr a:hover {
    opacity: 0.8;
}
#asaka-bnr li {
    width: 49.9999%;
}
#asaka-bnr .other li {
    width: 47.9999%;
    margin: 1%;
}
.start {
    margin: auto;
    margin-top: 135px;
}
.start dl {
    background-color: #fff;
    font-family: 'Noto Serif Japanese';
    
}
.start dt {
    display: table-cell;
    vertical-align: middle;
    background-color: #59387e;
    width: 180px;
    text-align: center;
    color: #fff;
    border-bottom: #59387e 2px solid;
    border-right: #59387e 2px solid;
    padding: 10px;
}
.start dd {
    display: table-cell;
    vertical-align: middle;
    color: #59387e;
    border-bottom: #59387e 2px solid;
    border-right: #59387e 2px solid;
    padding: 10px;
    text-align: center;
}
.start dd span {
    margin-left: 20px;
}
#about-session {
    background-color:#fee215;
font-weight: 500;
text-align: center;
padding: 20px;
font-size: 105%;
line-height: 1.8;
display: block !important;
    width: 1100px;
    margin: auto;
    box-sizing: border-box;
}
#about-session a {
    font-weight: 500;
    color: #333333;
}
#important-news {
    margin-bottom: 40px;
    margin-top: 40px;
}
#important-news li {
    display: block !important;
    width: auto !important;
    margin-bottom: 0 !important;
    background-color: #F7F7F7;
}
#important-news li:nth-child(even) {
    background-color: #ececec;
}
#important-news li a {
    text-decoration: underline !important;
    padding: 12px;
    padding-left: 15px;
    padding-right: 35px;
    position: relative;
    display: block;
}
#important-news li a:before {
    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: #000;
    border-right-color: #000;
}
#important-news li a span.pdf {
    background-image: url("../../images/icon_1r_24.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
}
#important-news li p {
    padding: 12px;
    padding-left: 15px;
    position: relative;
}
/*#important-news li a:before {
    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: #000;
    border-right-color: #000;
}
*/
#important-news li a:hover {
    text-decoration: none !important;
}
#important-news li a:after {
    display: none !important;
}
#important-news li span.red {
    background-color: #c13a41;
    color: #fff;
    display: inline-block;
    padding: 3px;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 15px;
    line-height: 1.5;
    border-radius: 40px;
}
#important-news li span.num {
    color: #c13a41;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
#asaka-bnr .other{
    margin-left: 0%;
    margin-right:0%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#asaka-bnr .other li {
    width: 100%;
    margin-left: 0%;
    margin-right:0%;
}
    #asaka-bnr .other li:not(:last-child) {
        margin-bottom: 10px;
    }
#asaka-bnr {
    margin-top: 30px;
}
    #asaka-bnr li {
        width: 100%;
    }
#important-news {
    margin-bottom: 25px;
    margin-top: 25px;
    }
#important-news li {
    font-size: 95%;
}
#important-news li a {
    padding-left: 12px;
    }
#important-news li a span.red {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 80%;
}
}
#newsletter {
    font-size: 105%;
    margin-top: 30px;
    margin-bottom: 30px;
}
#newsletter.sp-only {
    display: none;
}
#newsletter th {
    padding: 15px;
    background-color: #c13a41;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 180px;
}
#newsletter td {
    padding: 15px;
    background-color: #f2f2f2;
    font-weight: 700;
    color: #344564;
    font-size: 120%;
    padding-left: 20px;
    
}
#newsletter td .blk {
    margin-left: 15px;
}
#newsletter td .red {
     color: #c13a41;
}
#news-box {
    border: #344564 1px solid;
    margin-top: 40px;
    margin-bottom: 40px;
}
#news-box table th {
    background-color: #344564;
    color: #fff;
    text-align: center;
    padding: 10px;
    width: 200px;
}
#news-box table td {
    padding: 10px;
}
#news-box table td p {
    color: #c13a41;
    text-decoration: underline;
    cursor: pointer;
}
#news-box .txt-box {
    padding: 25px;
    border-top: #344564 1px solid;
    display: none;
}
#news-box table td p:hover {
    text-decoration: none;
}
#news-blk {
	display:none;
}
#news-blk a {
	display:block;
	background-color:#FFF616;
	padding:12px;
	text-align:center;
	color:#c13a41;
	font-weight:500;
	font-size:105%;
	margin-top:30px;
	background-image: url(../../images/news_arrow.png);
	background-position:97% center;
	background-repeat:no-repeat;
	background-size:14px;
}
#visual {
	padding-bottom: 40px;
	position:relative;
	min-width:1100px;
	margin-bottom:0;
	margin-top:90px;
}
#visual:after {
	background-image: url(../images/bg_polygon.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	content:"";
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
}
#visual .photo {
	text-align:right;
	margin-bottom:120px;
    position: relative;
}

.start dl {
    display: table;
    width: 100%;
    font-size: 130%;
    font-family: 'Noto Serif Japanese';
    border-top: #59387e 2px solid;
    margin-top: 30px;
    max-width: 1100px;
    margin: auto;
}
#visual .photo img {
	margin-top:-70px;
}

#visual .inner {
	position:relative;
}
#visual .lead {
	padding-right:44%;
	margin-top:-50%;
	margin-bottom:100px;
	
}
#visual .lead h1 {
	font-family: 'Noto Serif Japanese';
	font-weight:700;
	font-size:42px;
	color:#344564;
	line-height:1.5;
}
#visual .lead .sub {
	font-size:19px;
	color:#344564;
	font-weight:500;
	letter-spacing:0.07em;
	margin-bottom:20px;
	display:block;
}
#visual .lead .copy {
	color:#344564;
	font-weight:500;
	text-shadow:0px 0px 4px #ffffff;
}
#visual .lead .success {
	background-color:#fff;
	margin-bottom:30px;
	display:table;
	width:100%;
}
#visual .lead .success h2 {
	vertical-align:middle;
	display:table-cell;
	font-weight:700;
	font-size:15px;
	color:#344564;
	line-height:1.3;
	text-align:left;
	padding-left:25px;
}
#visual .lead .success h2 span {
	color:#c13a41;
}
#visual .lead .success .slide {
	vertical-align:middle;
	display:table-cell;
	padding:10px;
}
#visual .lead .success .slide li {
	font-size:34px;
	font-weight:700;
	color:#344564;
}
#visual .lead .success .slide li span {
	color:#c13a41;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:33px;
	padding-left:10px;
}
#visual .lead .success .slide li span span {
	color:#c13a41;
font-family: 'Noto Sans Japanese',-apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,"Helvetica Neue", "游ゴシック体","Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight:500;
	font-size:22px;
	padding-left:0;
}
#visual .lead .success .btn {
	vertical-align:middle;
	display:table-cell;
	width:125px;
	
	
	
}
#visual .lead .success .btn a {
	background-color: #c13a41;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding-top: 35px;
	padding-bottom: 35px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size:14px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition:all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	padding-right:10px;
}
#visual .lead .success .btn a:hover {
	background-position: 86% center;
	background-color: #A83238;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}


#visual .lead .success {
	background-color:#fff;
	margin-bottom:30px;
	display:table;
	width:100%;
}
#visual .lead .success h2 {
	vertical-align:middle;
	display:table-cell;
	font-weight:700;
	font-size:15px;
	color:#344564;
	line-height:1.3;
	text-align:left;
	padding-left:25px;
}
#visual .lead .success h2 span {
	color:#c13a41;
}
#visual .lead .success .slide {
	vertical-align:middle;
	display:table-cell;
	padding:10px;
}
#visual .lead .success .slide li {
	font-size:34px;
	font-weight:700;
	color:#344564;
}
#visual .lead .success .slide li span {
	color:#c13a41;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:33px;
	padding-left:10px;
}
#visual .lead .success .slide li span span {
	color:#c13a41;
font-family: 'Noto Sans Japanese',-apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,"Helvetica Neue", "游ゴシック体","Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight:500;
	font-size:22px;
	padding-left:0;
}
#visual .lead .success .btn {
	vertical-align:middle;
	display:table-cell;
	width:125px;
	
	
	
}
#visual .lead .success .btn a {
	background-color: #c13a41;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding-top: 35px;
	padding-bottom: 35px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size:14px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition:all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	padding-right:10px;
}
#visual .lead .success .btn a:hover {
	background-position: 86% center;
	background-color: #A83238;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

#pass {
	background-image: url(../images/bg_polygon.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:35px;
	padding-bottom:35px;
	display:none;
}
#pass .success {
	background-color:#fff;
	margin-bottom:30px;
	display:table;
	width:100%;
}
#pass .success h2 {
	vertical-align:middle;
	display:table-cell;
	font-weight:700;
	font-size:15px;
	color:#344564;
	line-height:1.3;
	text-align:left;
	padding-left:25px;
}
#pass .success h2 span {
	color:#c13a41;
}
#pass .success .slide {
	vertical-align:middle;
	display:table-cell;
	padding:10px;
}
#pass .success .slide li {
	font-size:34px;
	font-weight:700;
	color:#344564;
}
#pass .success .slide li span {
	color:#c13a41;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:33px;
	padding-left:10px;
}
#pass .success .slide li span span {
	color:#c13a41;
font-family: 'Noto Sans Japanese',-apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,"Helvetica Neue", "游ゴシック体","Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight:500;
	font-size:22px;
	padding-left:0;
}
#pass .success .btn {
	vertical-align:middle;
	display:table-cell;
	width:125px;
	
	
	
}
#pass .success .btn a {
	background-color: #c13a41;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding-top: 35px;
	padding-bottom: 35px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size:14px;
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition:all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	padding-right:10px;
}
#pass .success .btn a:hover {
	background-position: 86% center;
	background-color: #A83238;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

#visual #test-bnr .bnr {
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: 30px;
}
#visual #test-bnr .bnr li {
    width: 47.9999%;
    margin-left: 1%;
    margin-right: 1%;
}
#visual #test-bnr .bnr li a {
    display: block;
}
#visual #test-bnr {
	margin-top: 40px;
	margin-bottom:10px;
	text-align:center;
    padding-top: 40px;
}
#visual #test-bnr a {
	display:block;
}
#visual #test-bnr a:hover {
	opacity:0.8;
}
#event li{
	width:49.9999%;
	text-align:center;
}
#event li.sp-only {
    display: none;
}
#event li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	
	text-decoration:none;
	color:#fff;
	position:relative;
    
}
#event {
	margin-bottom:0 !important;
}
#event li a:hover {
	opacity:0.8;
}
#event li a:before {
	width: 62px;
    background-size: cover;
    height: 62px;
    background-repeat: no-repeat;
    background-position: left top;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}
#event li a.winter-elementary:before {
	background-image:url(../images/foot_icon_elementary.png);
}
#event li a.winter-junior:before {
	background-image:url(../images/foot_icon_junior.png);
}

#event li dl {
    padding-top:50px;
	padding-bottom:50px;
	    border: transparent solid 7px;
    transition: ease-in-out .3s;
}
#event li a:hover dl {
    border: #344564 solid 7px;
}
#event li dt {
	font-weight:700;
	font-size:190%;
	margin-bottom:10px;
}
#event li dd {
	font-size:120%;
	line-height:1.5;
}
#event li a.elementary {
	background-image: url(../../images/bg_top01.jpg?v=20230413);
}
#event li a.junior {
	background-image: url(../../images/bg_top02.jpg);
}
#event li a.winter-junior {
	background-image: url(../../images/bg_summer_junior.jpg);
}
#event li a.winter-elementary {
	background-image: url(../../images/bg_summer_elementary.jpg);
}
#test {
	padding-top:50px;
}
#test h2 {
	float:left;
	position:relative;
	color:#344564;
	font-size:26px;
	font-weight:700;
	margin-right:60px;
}
#test h2:after {
    width: 110px;
    height: 4px;
    background-color: #344564;
    content: "";
    display: block;
    margin-top: 12px;
}
#test dl {
	overflow:hidden;
}
#test dt {
	font-size:19px;
	margin-bottom:10px;
	color:#344564;
	font-weight:700;
}
#test .btn {
	margin-bottom:-25px;
	position:relative;
	z-index:2;
	margin-left:45px;
	max-width:300px;
	margin-top:50px;
}
#tvcm {
	margin-top:50px;
	margin-bottom:45px;
}
#tvcm.inner {
	max-width:730px;
}
#tvcm h2 {
	position: relative;
	color: #344564;
	font-size: 26px;
	font-weight: 700;
	text-align:center;
	margin-bottom:45px;
	padding-bottom:10px;
}
#tvcm h2:after {
    width: 110px;
    height: 4px;
    background-color: #344564;
    content: "";
    margin-top: 12px;
	z-index:1;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-55px;
}
#tvcm .movie-width {
	
	margin:auto;
}
#tvcm .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#tvcm .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 860px) {
.start {
    margin-top: 40px;
}
#visual #test-bnr .bnr  {
    margin-left: 0%;
    margin-right: 0%;
}
#visual #test-bnr .bnr li {
    width: 100%;
    margin-left: 0%;
    display: block;
    margin-right: 0%;
    margin-bottom: 20px;
}
#about-session {
padding: 13px;
font-size: 95%;
    width: auto;
}
    
#newsletter.pc-only {
    display: none;
}
#newsletter.sp-only {
    display: block;
}
#newsletter th {
    width: auto;
    display: block;
    padding: 10px;
}
#newsletter td {
    width: auto;
    display: block;
    padding: 10px;
    text-align: center;
    line-height: 1.5;
}

#news-box table td {
    display: block;
    width: auto;
}
#news-box table th {
    display: block;
    width: auto;
}
#news-blk {
	display: block;
}
#visual {
	min-width: inherit;
	margin-top:0;
}
.short-course #visual .lead .sub {
	margin-bottom:0;
}
#visual .photo {
	text-align:center;
	margin-bottom:35px;
}
#visual .photo img {
    margin-top:0px;
}
#visual .lead {
    padding-right: 0%;
    margin-top:0%;
    margin-bottom: 0px;
}
#visual .lead h1 {
    font-size: 35px;
}
#visual .lead .copy.sp-none {
	display:none;
}
#visual .lead .success.sp-none {
	display:none;
}
#visual .lead .success .slide li {
    font-size: 29px;
}
#visual .lead .success .btn a {
    padding-top: 30px;
    padding-bottom: 30px;
}
#visual #test-bnr {
    padding-top: 0;
	margin-top: 50px;
}
#pass {
	display:block;
}
#pass .success .slide li {
    font-size: 29px;
}
#pass .success .btn a {
    padding-top: 30px;
    padding-bottom: 30px;
}

#test h2 {
    float: none;
    font-size: 26px;
	margin-bottom:35px;
    margin-right: 0px;
	text-align:center;
}
#test h2:after {
	margin:auto;
	margin-top: 12px;
}
#event li{
	width:100%;
	display:block;
}
#event li.sp-only {
    display: block;
}
#event li.pc-only {
    display: none;
}
#event li a:after {
	position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    content: '';
    width: 17px;
    height: 17px;
    margin-top: -8px;
    -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;
  
}
#visual {
	padding-bottom: 30px;
}
#tvcm {
    margin-bottom: 15px;
}
}
@media screen and (max-width: 480px) {
.start {
    margin-top: 25px;
}
.start dt {
    width: 60px;
    padding: 5px;
}
.start dd {
    padding: 5px;
    text-align: center;
}
.start dd span {
    margin-left: 0;
    display: block;
}
.start dl {
    font-size: 100%;
    margin-top: 20px;
}

#visual .lead .success {
    margin-top: 25px;
}
#visual #test-bnr .bnr li {
    margin-bottom: 15px;
}
#about-session {
padding: 10px;
font-size: 82%;
line-height: 1.7;
}
    
#newsletter {
    font-size: 100%;
}
#newsletter td .blk {
    display: block;
    margin: 0;

}
#news-box {
    margin-top: 30px;
    margin-bottom: 30px;
}
#visual {
	    padding-bottom: 20px;
}
#visual #test-bnr {
	margin-top: 30px;
	margin-bottom:0;
}
#visual .lead h1 {
    font-size: 27px;
	text-align:center;
}
#visual .lead .sub {
    font-size: 15px;
    /*margin-bottom: 25px;*/
    margin-bottom: 0px;
    display: block;
    text-align: center;
}

#visual .lead .success h2 {
    display: block;
    font-size: 13px;
    text-align: center;
    padding-left: 0px;
	padding-top:15px;
	margin-bottom:5px;
}
#visual .lead .success h2 br {
	display:none;
}
#visual .lead .success .slide {
    display: block;
	padding:0;
	text-align:center;
	margin-bottom:10px;
}
#visual .lead .success .slide li {
    font-size: 26px;
}
#visual .lead .success .slide li span {
    font-size: 27px;
}
#visual .lead .success .btn {
    vertical-align: middle;
    display: block;
    width:auto;
}
#visual .lead .success .btn a {
    padding-top: 20px;
    padding-bottom: 20px;
}



#pass .success h2 {
    display: block;
    font-size: 13px;
    text-align: center;
    padding-left: 0px;
	padding-top:15px;
	margin-bottom:5px;
}
#pass .success h2 br {
	display:none;
}
#pass .success .slide {
    display: block;
	padding:0;
	text-align:center;
	margin-bottom:10px;
}
#pass .success .slide li {
    font-size: 26px;
}
#pass .success .slide li span {
    font-size: 27px;
}
#pass .success .btn {
    vertical-align: middle;
    display: block;
    width:auto;
}
#pass .success .btn a {
    padding-top: 20px;
    padding-bottom: 20px;
}



#visual .photo {
    margin-bottom: 25px;
}
#test {
	padding-bottom:0;
	margin-bottom:0;
	padding-top:30px;
}
#test h2 {
    font-size: 23px;
}
#test dt {
    font-size: 16px;
}
#test .btn {
    margin-left: 0px;
	margin:auto;
	margin-bottom:35px;
	margin-top:30px;
}
#test .photo {
	margin-left:-5.2%;
	margin-right:-5.2%;
}
#event li dl {
    padding-top: 25px;
    padding-bottom: 25px;
	font-size:85%;
}
#event li a::after {
    right: 18px;
}
#tvcm {
	margin-bottom:25px;
    margin-top: 25px;
}
#tvcm h2 {
	font-size: 23px;
	margin-bottom: 35px;
}
}