@charset "UTF-8";
@media (min-width: 768px) {
  .levelSction {
    min-height: 1px;
    margin-top: 4px;
  }
  .levelSction:last-child {
    min-height: 1px;
    padding-bottom: 250px;
  }
}

@media (min-width: 768px) {
  .levelContent {
    padding-top: 10px;
  }
}

.table1 {
  width: 100%;
  border-collapse: collapse;
}
	
.table1 {
	border: 1px solid #ccc;
	width: 100% !important;
	margin-top:15px;
	}
.table1 th {
  font-weight: normal;
  background: #f2f0e6;
  font-size:14px;
  line-height: 1.5;
  padding: 10px;
  text-align:center;
  border: 1px solid #ccc;
}
.table1 td {
  font-weight: 400;
  font-size:14px;
  text-align:left;
  border: 1px solid #ccc;
  padding: 10px;
 }
.table1 td a {
  text-decoration:none;
 }
.table1 td.ct {
  text-align:center;
 }

table {
  width: 100%;
  border-collapse: collapse;
}
	
table {
	border: 1px solid #ccc;
	width: 100% !important;
	margin-top:15px;
	}
table th {
  font-weight: normal;
  background: #f2f0e6;
  font-size:14px;
  padding: 10px;
  text-align:center;
  border: 1px solid #ccc;
}
table td {
  font-weight: 400;
  font-size:14px;
  text-align:left;
  border: 1px solid #ccc;
  padding: 10px;
 }
table td a{
  text-decoration:none;
 }
 


/* tableを横スクロール */
.scroll{
	overflow: auto;　　　　/*tableをスクロールさせる*/
	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
	height: 5px;
	}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
	background: #F1F1F1;
	}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
	background: #BCBCBC;
	}	
@media only screen and (max-width : 767px) {
.scroll:before{
	content:"▼横スクロールできます";
	color:#cc0000 !important;/*印刷*/
	}
.scroll:after{
	content:"▲横スクロールできます";
	color:#cc0000 !important;/*印刷*/
	}
}
.scroll table{
	width:100%;
	}


@media (max-width: 767px) {
  .levelContent {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .levelContent .section__p {
    padding: 0;
  }
}
.levelContent .section__p a {
	color:#224b8F;
	text-decoration:none;
	}


/* リンクアイコン*/
a[href*=".pdf"]::before {
  content: '\f1c1';
  font-family: "Font Awesome 7 Free";
  color: #F30401;
}
a[href*=".docx"]::before {
  content: '\f1c2';
  font-family:"Font Awesome 7 Free";
  color: #185ABD;
}


.levelContent_title {
  line-height: 1.5;
  font-weight: 500;
  color: #A9890F;
  /* &~.levelContent_title {
  	@include inpc() {
  		margin-top: 44px;
  	}

  	@include insp() {
  		margin-top: 31px;
  	}
  } */
}
@media (min-width: 768px) {
  .levelContent_title {
    letter-spacing: 0.1em;
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .levelContent_title {
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .levelContent_title + .section__p {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .levelContent_title + .section__p {
    margin-top: 11px;
  }
}

.levelContent_title2 {
  font-weight: 500;
  color: #224b8F;
}
@media (min-width: 768px) {
  .levelContent_title2 {
    margin-top: 14px;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .levelContent_title2 {
    margin-top: 23px;
    font-size: 20px;
  }
}
.levelContent_title2 > a {
  text-decoration: none;
  color: #A9890F;
  border-bottom: dotted 1px #A9890F;
  padding-bottom: 4px;
}
.levelContent_title2 > a:hover {
  color: #224b8F;
  border-bottom: dotted 1px #224b8F;
  padding-bottom: 8px;
  transition-duration: 0.35s;
}

.levelContent_title3 {
  font-weight: 500;
  color: #333333;
}
@media (min-width: 768px) {
  .levelContent_title3 {
    margin-top: 14px;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .levelContent_title3 {
    margin-top: 23px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.levelContent_title4 {
  font-weight: 500;
  color: #333333;
}
@media (min-width: 768px) {
  .levelContent_title4 {
    margin-top: 14px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 767px) {
  .levelContent_title4 {
    margin-top: 23px;
    font-size: 20px;
  }
}

.levelContent_list {
  list-style: none;
}
@media (min-width: 768px) {
  .levelContent_list {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .levelContent_list {
    margin-top: 13px;
  }
}
.levelContent_list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .levelContent_list li ~ li {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .levelContent_list li ~ li {
    margin-top: 24px;
  }
}
.levelContent_list li::before {
  content: "●";
  color: #224b8F;
}

.levelContent--memo {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .levelContent--memo {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .levelContent--memo {
    font-size: 10px;
  }
}

.levelContent--memo2 {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .levelContent--memo2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .levelContent--memo2 {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .mt4431 {
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .mt4431 {
    margin-top: 31px;
  }
}

.lead {
  font-weight: 500;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
    margin-bottom: 20vh;
  }
}
@media (max-width: 767px) {
  .lead {
    font-size: 18px;
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .heading4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .heading4 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .section__p2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section__p2 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .mb10pc {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .mt2015vh {
    margin-top: 20vh;
  }
}
@media (max-width: 767px) {
  .mt2015vh {
    margin-top: 15vh;
  }
}

.achieveh {
  font-weight: 700;
  color: #224b8F;
  margin-right: 1em;
}

@media (min-width: 768px) {
  .h100vhpc {
    height: 100vh;
  }
}



.table1__mb-lead {
  font-weight: 700;
  color: #224b8F;
}

.section__p-t2 {
  font-weight: 700;
  color: #A9890F;
}
@media (min-width: 768px) {
  .section__p-t2 {
    margin-top: 15px;
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .section__p-t2 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .mt1005vh {
    margin-top: 10vh;
  }
}
@media (max-width: 767px) {
  .mt1005vh {
    margin-top: 5vh;
  }
}

.levelTop-nav {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border-bottom: dotted 1px #224b8F;
}
@media (min-width: 768px) {
  .levelTop-nav {
    width: 400px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .levelTop-nav {
    margin: 32px 5% 0;
    padding-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .levelTop-nav ~ .levelTop-nav {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .levelTop-nav ~ .levelTop-nav {
    margin-top: 25px;
  }
}
.levelTop-nav::after {
  position: absolute;
  bottom: 8px;
  right: 0;
  display: inline-block;
  width: 14px;
  height: 8px;
  content: "";
  background: url(../../img/common/common_pagenav_arrow_blue.png) no-repeat 95% bottom;
  background-size: 14px auto;
  transition: 0.3s;
}
.levelTop-nav:hover::after {
  bottom: 2px;
}

.levelTop_category dt, .levelTop_category-1 {
  line-height: 1.5;
  font-weight: 500;
  color: #224b8F;
}
@media (min-width: 768px) {
  .levelTop_category dt, .levelTop_category-1 {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 767px) {
  .levelTop_category dt, .levelTop_category-1 {
    font-size: 18px;
  }
}
.levelTop_category dt span, .levelTop_category-1 span {
  color: #A9890F;
  display: block;
}
@media (min-width: 768px) {
  .levelTop_category dt span, .levelTop_category-1 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .levelTop_category dt span, .levelTop_category-1 span {
    font-size: 14px;
  }
}

.levelTop_list {
  list-style: none;
}
@media (min-width: 768px) {
  .levelTop_list {
    margin-top: 12px;
  }
}
.levelTop_list li {
  display: inline-block;
  margin-right: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}
.levelTop_list li::before {
  content: "●";
  color: #A9890F;
}

.levelContent_list2 {
  list-style: none;
}
@media (min-width: 768px) {
  .levelContent_list2 {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .levelContent_list2 {
    margin-top: 4px;
  }
}
.levelContent_list2 li {
  padding-left: 2em;
  text-indent: -1em;
}
@media (min-width: 768px) {
  .levelContent_list2 li ~ li {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .levelContent_list2 li ~ li {
    margin-top: 4px;
  }
}
.levelContent_list2 li::before {
  content: "・";
  color: #A9890F;
}

.levelTop_list3 {
  list-style: none;
}
@media (min-width: 768px) {
  .levelTop_list3 {
    margin-top: 12px;
  }
}
.levelTop_list3 li {
  display: block;
  margin-right: 1em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
  margin-bottom: 10px;
}
.levelTop_list3 li::before {
  content: "●";
  color: #A9890F;
  margin-right: 3px;
}
.levelTop_list3 li:last-child {
  margin-bottom: 60px;
}

.anc-list__li {
  list-style-type: none;
}
@media (min-width: 768px) {
  .anc-list__li {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .anc-list__li {
    margin-bottom: 8%;
  }
}
.anc-list__anc {
  align-items: center;
  color: #333333;
  display: flex;
  transition-duration: 0.2s;
  text-decoration: none;
}
@media (min-width: 768px) {
  .anc-list__anc {
    font-size: 24px;
    letter-spacing: 0.09em;
  }
  .anc-list__anc:hover {
    color: #A9890F;
  }
  .anc-list__anc:hover .arrow-icon {
    background-image: url(../img/common/arrow_y.svg);
  }
  .anc-list__anc:hover .anc-list__num {
    padding-left: 12px;
  }
  .anc-list__anc:hover .anc-list__line:after {
    width: 50vh;
  }
  .anc-list__anc:hover .anc-list__num_l {
    color: #A9890F;
  }
}
@media (max-width: 767px) {
  .anc-list__anc {
    margin-left: 5.2%;
    margin-right: 5%;
    border-bottom: dotted 1px #A9890F;
    padding-bottom: 5px;
  }
}
.anc-list__num {
  transition-duration: 0.3s;
}
@media (min-width: 768px) {
  .anc-list__num {
    width: 38px;
  }
}
@media (max-width: 767px) {
  .anc-list__num {
    width: 22px;
  }
}
@media (min-width: 768px) {
  .anc-list__num_s {
    width: 31px;
  }
}
@media (min-width: 768px) {
  .anc-list__num_l {
    color: #666666;
    font-size: 36px;
    font-weight: 700;
    width: 64px;
  }
}
@media (max-width: 767px) {
  .anc-list__num_l {
    color: #A9890F;
    font-size: 27px;
    line-height: 27px;
    font-weight: 500;
    width: 36px;
  }
}
.anc-list__text {
  position: relative;
}
.anc-list__date {
  display: block;
  font-size: 12px;
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .anc-list__date {
    top: -17px;
  }
}
@media (max-width: 767px) {
  .anc-list__date {
    letter-spacing: -0.6px;
    top: -19px;
  }
}
.anc-list__line {
  display: inline-block;
  overflow: visible;
  position: relative;
}
.anc-list__line:after {
  border-top: dotted 1px #A9890F;
  content: "";
  height: 0;
  position: absolute;
  left: 105%;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  top: 50.1%;
  width: 0;
}
@media (max-width: 767px) {
  .anc-list__line {
    font-size: 20px;
  }
}
.anc-list__small {
  font-weight: 500;
}
@media (min-width: 768px) {
  .anc-list__small {
    font-size: 18px;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 767px) {
  .anc-list__small {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}
.anc-list__li2 {
  list-style-type: none;
  text-align: center;
}
@media (min-width: 768px) {
  .anc-list__li2 {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  .anc-list__li2 {
    padding-top: 3px;
  }
}
.anc-list__anc2 {
  border-bottom: dotted 1px #666666;
  color: #333333;
  display: inline-block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .anc-list__anc2 {
    font-size: 16px;
    padding: 0 10px 5px;
  }
  .anc-list__anc2:hover {
    color: #A9890F;
    border-bottom-color: #A9890F;
  }
}
@media (max-width: 767px) {
  .anc-list__anc2 {
    font-size: 14px;
    padding: 0 25px 8px;
  }
}
@media (min-width: 768px) {
  .anc-list .pt {
    padding-top: 17px;
  }
}
@media (max-width: 767px) {
  .anc-list .pt {
    padding-top: 19px;
  }
}
.anc-list .small {
  font-size: 14px;
}

.txtred {
  color: red;
  font-weight: 700;
}

.section_h6 {
  letter-spacing: 0.05em;
  line-height: 1.75em;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .section_h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section_h6 {
    font-size: 16px;
  }
}

.section_h5 {
  letter-spacing: 0.05em;
  line-height: 1.75em;
  width: 100%;
  margin-bottom: 15px;
  color: #224b8F;
}
@media (min-width: 768px) {
  .section_h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section_h5 {
    font-size: 18px;
  }
}


@media (min-width: 768px) {
  .tab-s1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tab-s1 {
    margin-bottom: 40px;
  }
}

.gm_ul1 {
  list-style-type: disc;
  margin-bottom: 40px;
}
.gm_ul1 > li {
  margin-left: 2em;
  margin-bottom: 10px;
}

.gm_ul2 {
  list-style-type: none;
  margin-bottom: 20px;
}
.gm_ul2 > li {
  margin-left: 0em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  margin: 0px;
}
.gm_ul2 > li::before {
  content: "※";
}

.gm_ol1 {
  margin-bottom: 40px;
}
.gm_ol1 > li {
  margin-left: 2em;
  margin-bottom: 10px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.section__pb {
  font-weight: 700;
  font-size: 17px;
  font-family: source-han-sans-japanese, sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section__pb {
    font-size: 15px;
  }
}

.mb2010 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mb2010 {
    margin-bottom: 10px;
  }
}

.mt15060 {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .mt15060 {
    margin-top: 60px;
  }
}/*# sourceMappingURL=sports_academy.css.map */