@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap");
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.inrWidth2 {
  width: 800px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.inrWidth {
  width: 940px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }

  .inrWidth {
    width: 1000px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }

  .outerWidth {
    width: 1200px;
  }

  .inrWidth {
    width: 940px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .full-spw100 {
    width: 100% !important;
  }

  .fullWidth {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .outer-spw100 {
    width: 100% !important;
  }

  .outerWidth {
    width: 90% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inr-spw100 {
    width: 100% !important;
  }

  .inrWidth {
    width: 90% !important;
  }
}
@media screen and (max-width: 800px) {
  .inrWidth2 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .spw100 {
    width: 100% !important;
  }

  .inrWidth {
    width: 90%;
  }

  .outerWidth {
    width: 90% !important;
  }
}
#area_mv .title {
  background: #bfe2db;
}

/* -----
PC
----- */
@media print, screen and (min-width: 769px) {
  .shikaku--lead {
    text-align: center;
    padding: 63px 0 61px;
    font-size: 1.5rem;
  }

  #area_hs {
    background: #bfe2db;
    padding: 50px 0 133px;
    position: relative;
    z-index: 0;
  }

  #area_hs .course--h2 {
    margin: auto;
    margin-bottom: 20px;
  }

  #area_hs .course--h2 img {
    width: 260px;
    display: block;
    margin: auto;
  }

  #area_hs .course--pt {
    text-align: center;
    margin-bottom: 33px;
  }

  #area_hs .course--pt img {
    width: 64px;
  }

  .accordion {
    max-width: 800px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }

  .accordion .accordion__blk {
    width: 47%;
    box-sizing: border-box;
  }

  .accordion .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
    font-size: 1.6rem;
    background-color: #006e45;
    color: #fff;
    height: 50px;
    line-height: 48px;
    padding-left: 30px;
    margin-top: 10px;
    border-radius: 20px 20px 0 0;
    font-weight: 600;
  }

  .accordion .accordion-content {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
    padding: 23px 25px 30px 35px;
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .accordion .accordion-content li {
       width: 100%;
    text-indent: -0.8em;
    padding-left: 0.8em;
    letter-spacing: 0;
    margin: auto;
  }

  .accordion .accordion-content li:nth-of-type(odd) {
    
  }

  .accordion .accordion-content li:nth-of-type(n+3) {
    margin-top: 3px;
  }
	
	.accordion .column_2{
		
	}
	.accordion .column_2 .column_2__list{
		margin: 0;
	}
	.accordion .column_2 .column_2__ttl{
		font-weight: bold;
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	.accordion .column_2 .column_2__ttl span{
		color: #567485;
	}
	.accordion .column_2 .column_2__list .list{
		margin-bottom: 3px;
	}

  /*-----*/
  #area_national {
    position: relative;
    background: #fffbc0;
    padding: 0 0 165px;
    z-index: 1;
  }

  .grncircle {
    border-radius: 50% 50% 0 0;
    width: 110%;
    height: 300px;
    left: 50%;
    margin-left: -55%;
    background: #fffbc0;
    position: absolute;
    z-index: -1;
    top: -80px;
    overflow: hidden;
  }

  #area_national .course--h2 {
    margin: auto;
    margin-bottom: 20px;
  }

  #area_national .course--h2 img {
    width: 130px;
    display: block;
    margin: auto;
  }

  #area_national .course--pt {
    text-align: center;
    margin-bottom: 40px;
  }

  #area_national .course--pt img {
    width: 64px;
  }

  #area_national .area_national--ann {
    max-width: 800px;
    font-size: 1.2rem;
    margin-top: 30px;
  }

  /*-----*/
  #area_private {
    position: relative;
    background: #bfe2db;
    padding: 0 0 115px;
    z-index: 1;
  }

  #area_private .grncircle {
    background: #bfe2db;
  }

  #area_private .course--h2 {
    margin: auto;
    margin-bottom: 20px;
  }

  #area_private .course--h2 img {
    width: 130px;
    display: block;
    margin: auto;
  }

  #area_private .course--pt {
    text-align: center;
    margin-bottom: 40px;
  }

  #area_private .course--pt img {
    width: 64px;
  }

  #area_private .area_national--ann {
    max-width: 800px;
    font-size: 1.2rem;
    margin-top: 30px;
  }

  /*-tablebox-*/
  table.tablebox, .tablebox td, .tablebox th {
    border-bottom: 1px solid #fef4f4;
    border-collapse: collapse;
  }

  table.tablebox {
    background-color: #fff;
    max-width: 800px;
  }

  .tablebox td, .tablebox th {
    padding: 3px;
    vertical-align: middle;
  }

  .tablebox th {
    color: #fff;
    background-color: #006e45;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .tablebox th.maincell {
    width: 50%;
  }

  .tablebox th.subcell {
    width: calc(50% / 3);
  }

  .tablebox th.subcell01 {
    background-color: #009fde;
  }

  .tablebox th.subcell02 {
    background-color: #e95389;
  }

  .tablebox th.subcell03 {
    background-color: #6fba2c;
  }

  .tablebox th .ac-ttl {
    display: none;
  }

  .tablebox td.maincell {
    padding: 15px 23px;
  }

  .tablebox td.subcell {
    text-align: center;
    padding: 8px 5px;
    font-size: 1.2rem;
  }

  .tablebox td.subcell01 {
    background-color: rgba(0, 159, 222, 0.1);
  }

  .tablebox td.subcell02 {
    background-color: rgba(233, 83, 137, 0.1);
  }

  .tablebox td.subcell03 {
    background-color: rgba(111, 186, 44, 0.1);
  }

  .tablebox td.subcell p {
    margin-top: 6px;
  }

  .tablebox td.subcell span {
    display: block;
    margin-bottom: 3px;
  }

  .tablebox td.maincell span {
    display: block;
    color: #006e45;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .tablebox td.subcell01 span {
    color: #009fde;
  }

  .tablebox td.subcell02 span {
    color: #e95389;
  }

  .tablebox td.subcell03 span {
    color: #6fba2c;
  }

  .tablebox td.subcell span sup {
    color: #313131;
    font-size: 1rem;
    vertical-align: super;
    margin: 0 2px;
    line-height: 1;
  }
}
/* PC End */
/*320px*/
/* -----
SP
----- */
@media screen and (max-width: 768px) {
  .inrWidth {
    width: 86.6%;
  }

  .shikaku--lead {
    padding: 26px 0 54px;
    font-size: 1.5rem;
    width: 87%;
    margin: auto;
  }

  .grncircle {
    border-radius: 100% 100% 0 0;
    width: 110%;
    height: 60px;
    left: 50%;
    margin-left: -55%;
    background: #fffbc0;
    position: absolute;
    z-index: -1;
    top: -25px;
    overflow: hidden;
  }

  #area_hs {
    background: #bfe2db;
    padding: 14px 0 80px;
    position: relative;
    z-index: 0;
  }

  #area_hs .grncircle {
    background-color: #bfe2db;
  }

  #area_hs .course--h2 {
    margin: auto;
    margin-bottom: 15px;
  }

  #area_hs .course--h2 img {
    width: 200.5px;
    display: block;
    margin: auto;
  }

  #area_hs .course--pt {
    text-align: center;
    margin-bottom: 23px;
  }

  #area_hs .course--pt img {
    width: 51px;
  }

  .accordion {
    max-width: 86.6%;
  }

  .accordion .accordion__blk:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .accordion .accordion-title {
    position: relative;
    margin: 0;
    cursor: pointer;
    font-size: 1.6rem;
    background-color: #006e45;
    color: #fff;
    padding: 10px 44px;
    padding-left: 25px;
    margin-top: 10px;
    border-radius: 10px;
    transition: 0.3s;
    font-weight: 600;
  }

  .accordion .accordion-title.open {
    border-radius: 10px 10px 0 0;
    transition: 0.3s;
  }

  .accordion .accordion-title::after {
    content: "";
    position: absolute;
    right: 27px;
    top: 35%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 13px;
    height: 13px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
  }

  .accordion .accordion-title.open::after {
    transform: rotate(-45deg);
    top: 45%;
  }

  .accordion .accordion-content {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    padding: 16px 25px 20px 25px;
  }

	.accordion .column_2{
		
	}
	.accordion .column_2 .column_2__list{
		margin: 0;
	}
	.accordion .column_2 .column_2__list:nth-of-type(n+2){
		margin-top: 10px;
	}
	.accordion .column_2 .column_2__ttl{
		font-weight: bold;
		font-size: 1.5rem;
		margin-bottom: 3px;
	}
	.accordion .column_2 .column_2__ttl span{
		color: #567485;
	}
	.accordion .column_2 .column_2__list .list{
		margin-bottom: 1px;
	}
	
  /*-----*/
  #area_national {
    position: relative;
    background: #fffbc0;
    padding: 25px 0 100px;
    z-index: 1;
  }

  #area_national .course--h2 {
    margin: auto;
    margin-bottom: 10px;
  }

  #area_national .course--h2 img {
    width: 108px;
    display: block;
    margin: auto;
  }

  #area_national .course--pt {
    text-align: center;
    margin-bottom: 26px;
  }

  #area_national .course--pt img {
    width: 51px;
  }

  #area_national .area_national--ann {
    font-size: 1.2rem;
    margin-top: 15px;
  }

  /*-----*/
  #area_private {
    position: relative;
    background: #bfe2db;
    padding: 12px 0 50px;
    z-index: 1;
  }

  #area_private .grncircle {
    background-color: #bfe2db;
  }

  #area_private .course--h2 {
    margin: auto;
    margin-bottom: 10px;
  }

  #area_private .course--h2 img {
    width: 108px;
    display: block;
    margin: auto;
  }

  #area_private .course--pt {
    text-align: center;
    margin-bottom: 26px;
  }

  #area_private .course--pt img {
    width: 51px;
  }

  #area_private .area_national--ann {
    font-size: 1.2rem;
    margin-top: 15px;
  }

  /*-tablebox-*/
  #shikaku .tab-ann {
    position: relative;
    max-width: 500px;
    width: 90%;
    text-align: right;
    padding-right: 32px;
    margin-bottom: 10px;
    color: #006e45;
    font-size: 1.4rem;
  }

  #shikaku .tab-ann img {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 17px;
    animation: arrowmove 1s ease-in-out infinite;
  }

  @keyframes arrowmove {
    0% {
      bottom: 0;
    }
    50% {
      bottom: 7px;
    }
    100% {
      bottom: 0;
    }
  }
  table.tablebox, .tablebox td, .tablebox th {
    border-bottom: 1px solid #fef4f4;
    border-collapse: collapse;
  }

  table.tablebox {
    background-color: #fff;
    max-width: 500px;
    width: 90%;
  }

  .tablebox td, .tablebox th {
    padding: 3px;
    vertical-align: middle;
  }

  .tablebox th {
    color: #fff;
    background-color: #006e45;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
    height: 50px;
  }

  .tablebox th.maincell {
    width: 72%;
    padding: 14px 0;
  }

  .tablebox th.subcell {
    width: 28%;
    text-align: left;
    padding-left: 4px;
    position: relative;
  }

  .tablebox th.subcell::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 20px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 9px;
    height: 9px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
  }

  .tablebox th.subcell.open::after {
    transform: rotate(-45deg);
    top: 23px;
  }

  /*--ac-ttl--*/
  .tablebox th.subcell .ac-ttl {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
  }

  .tablebox th.subcell .ac-ttl .ac-ttl-sub {
    height: 50px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tablebox th.subcell .ac-ttl .ac-ttl-sub01 {
    background-color: #009fde;
  }

  .tablebox th.subcell .ac-ttl .ac-ttl-sub02 {
    background-color: #e95389;
  }

  .tablebox th.subcell .ac-ttl .ac-ttl-sub03 {
    background-color: #6fba2c;
  }

  /*--//ac-ttl--*/
  .tablebox th.subcell01 {
    background-color: #009fde;
  }

  .tablebox th.subcell02 {
    background-color: #e95389;
  }

  .tablebox th.subcell03 {
    background-color: #6fba2c;
  }

  .tablebox .subcell02, .tablebox .subcell03 {
    display: none;
  }

  .tablebox th .ac-ttl {
    display: none;
  }

  .tablebox td.maincell {
    padding: 15px 23px;
  }

  .tablebox td.subcell {
    text-align: center;
    padding: 8px 5px;
    font-size: 1.2rem;
  }

  .tablebox td.subcell p {
    margin-top: 6px;
  }

  .tablebox td.subcell span {
    display: block;
    margin-bottom: 3px;
  }

  .tablebox td.maincell span {
    display: block;
    color: #006e45;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .tablebox td.subcell01 {
    background-color: rgba(0, 159, 222, 0.1);
  }

  .tablebox td.subcell02 {
    background-color: rgba(233, 83, 137, 0.1);
  }

  .tablebox td.subcell03 {
    background-color: rgba(111, 186, 44, 0.1);
  }

  .tablebox td.subcell01 span {
    color: #009fde;
  }

  .tablebox td.subcell02 span {
    color: #e95389;
  }

  .tablebox td.subcell03 span {
    color: #6fba2c;
  }

  .tablebox td.subcell span sup {
    color: #313131;
    font-size: 1rem;
    vertical-align: super;
    margin: 0 2px;
    line-height: 1;
  }
}
/* SP End */
/*# sourceMappingURL=shikaku.css.map */