/*------------------------------------
  common
------------------------------------*/
body{
  background-image: none;
}

.content-wrap{
  width: 1000px;
  margin: 0 auto;
}

:root{
  --event-color: #009380;
}

.spacer-s{
  height: 10px;
}

.spacer-m{
  height: 30px;
}

.spacer-l{
  height: 50px;
}

.toitsutest_koukou-banner{
  width: 720px !important;
}

/*------------------------------------
  apply
------------------------------------*/
.apply-wrap{
  width: 1000px;
  margin: 50px auto;
}

h1 + .apply-wrap{
  margin: 30px auto;
}

.apply-before{
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: 600px;
  margin: 20px auto;
  padding: 15px 0;
  border-radius: 10px;
  border: 2px solid #000;
}

.apply-after{
  background-color: #808080;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: 600px;
  margin: 20px auto;
  padding: 15px 0;
  border-radius: 10px;
}

.apply-upper-text{
  text-align:center;
  font-weight:700;
  font-size:1.3rem;
}

.apply-button{
  display: block;
  background: linear-gradient(#fff -100%,#f00 70%);
  font-size: 28px;
  font-weight: bold;
  padding: 18px 0;
  border-radius: 6px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 4px #f00, 2px 4px 4px 0px rgb(0 0 0 / 50%);
  width: 680px;
  text-align: center;
  margin: 10px auto;
  color: #fff;
}

.apply-button:hover{
  box-shadow: 0 0 0 4px #f00;
  transform: translateY(1px);
  cursor: pointer;
}

.apply-after{
  background-color: #dcdcdc;
  border-radius: 10px;
  width: 680px;
  margin: 30px auto 70px;
  padding: 20px 0;
  color: #000;
}


/*------------------------------------
  page_header
------------------------------------*/
.logo-area {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
}

.brand-logo-box {
  flex: 4;
  text-align: right;
}

.brand-logo {
  width: 300px;
  margin: 0;
}

.logo-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #009380;
  text-decoration: none;
  display: block;
  text-shadow: 1px 1px 0 #fff;
  margin-left: 3px;
}

/*------------------------------------
  mv
------------------------------------*/
.mv-intro-wrap{
  background-color: #F0F7E7;
  padding: 15px;
}

.mv-intro-inner{
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}

.mv-intro-text{
  width: 80%;
  display: block;
  font-size: 22px;
}

.mv-intro-image{
  width: 20%;
  display: block;
}

/*------------------------------------
  content
------------------------------------*/
.content-buttton-upper{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1vw;
}

.content-button-wrap{
  display: flex;
  justify-content: space-between;
  width: 850px;
  margin: 0 auto;
}

.content-button{
  position: relative;
  width: 400px;
  padding: 10px 0 25px;
  border: 2px solid var(--event-color);
  font-size: 18px;
  text-align: center;
  color: var(--event-color);
  font-weight: bold;
  transition: background 200ms;
}

.content-button::before{
  content: "";
  position: absolute;
  bottom: 12px;
  width: 20px;
  height: 3px;
  background-color: var(--event-color);
  left: 49%;
  transform: rotate(-45deg);
}

.content-button::after{
  content: "";
  position: absolute;
  bottom: 12px;
  width: 20px;
  height: 3px;
  background-color: var(--event-color);
  right: 49%;
  transform: rotate(45deg);
}

.content-button:hover{
  background-color: var(--event-color);
  color: #fff;
}

.content-button:hover::before,.content-button:hover::after{
  background-color: #fff;
}


.content-title{
  width: 500px;
  color: var(--event-color);
  border-bottom: 2px solid var(--event-color);
  font-size: 28px;
  margin: 40px auto 0;
  text-align: center;
}

.content-title-under{
  padding: 10px 0;
  font-size: 20px;
  width: 800px;
  margin: 0 auto;
}

.lecture-graph{
  margin: 0 auto;
}

.lecture-graph-upper{
  font-size: 20px;
  text-align: center;
  margin: 15px 0 5px;
}

.lecture-graph-left-col{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #808080;
  width: 23%;
}

.lecture-graph-left-col.-math{
  background-color: #59adff;
}

.lecture-graph-left-col.-english{
  background-color: #F88122;
}

.lecture-graph-right-col{
  border: 1px solid #808080;
  width: 77%;
  padding: 5px;
}

.lecture-graph-text{
  font-size: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

.kouza-button{
  background-color: #0068b7;
  color: #fff;
  text-align: center;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 8px;
  width: 460px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  font-size: 24px;
}

.content-last-line{
  background-color: #ddf7f4;
  padding: 10px;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}

/*------------------------------------
  jisseki
------------------------------------*/
.jisseki-img{
  width: 1000px;
  margin: 0 auto 40px;
  display: block;
}


/*------------------------------------
  flow
------------------------------------*/
.bg-title{
  text-align: center;
  font-size: 40px;
  background-image: url(../img/flow_title_bg_pc.png);
  background-size: 1000px;
  padding: 5px 0 0;
  margin: 0 auto;
  width: 1000px;
}

.flow-content-wrap{
  background-color: #f0f7e7;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.flow-text-box {
  background-image: url(../img/flow-back-pc.jpg);
  background-size: 1000px;
  background-repeat: no-repeat;
  padding: 10px 0 0;
  margin: 0 auto;
  width: 1000px;
}

.flow-1-text {
  padding: 102px 100px 23px;
  font-size: 20px;
  font-weight: bold;
  width: 70%;
  line-height: 26px;
}

.flow-apply {
  text-decoration: underline;
  color: #0000EE;
}

.flow-koukou-textlink{
  position: absolute;
  left: 107px;
  bottom: 43px;
  font-size: 21px;
  font-weight: bold;
}


/*------------------------------------
  guideline
------------------------------------*/
.section-title{
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}
.guidelines-list{
  border-bottom: 5px solid #33A999;
  margin: 20px auto;
  width: 800px;
}
.guidelines-list-name{
  font-size: 30px;
    font-weight: bold;
    width: 225px;
}
.guidelines-list-name span{
  color: #009380;
  font-size: 42px;
  margin-right: 10px;
}
.guidelines-list-content{
  font-size: 20px;
  margin: 0 0 10px 20px;
}
.guidelines-place {
}
.guidelines-free {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
.term-bottom{
  margin-top: 20px;
}
.period{
  font-size: 20px;
}
.free{
  color: #f00;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 0 20px;
}
.content-flex{
  display: flex;
  border-radius: 10px;
  align-items: center;
  width: 730px;
  font-size: 24px;
  margin: 14px 0;
  padding: 5px;
}
.content-flex span{
}
.content-flex.attend{
  width: 400px;
}
.term-box{
  margin-left: 20px;
}
.term-text{
  font-size: 24px;
  margin: 0 0 10px;
}
.term-plus{
  font-size: 12px;
  vertical-align: top;
}
.grade{
  width: 88px;
  font-size: 20px;
  margin-left: 20px;
  text-align: center;
  background-color: #87b3e5;
}
.grade.attend{
  margin: 5px 0 5px 20px;
}
.date{
  margin-left: 15px;
  font-size: 36px;
}
.date-2{
  margin-left: 15px;
  font-size: 24px;
}
.guidelines-period{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.invitation{
  color: red;
  font-size: 36px;
  line-height: 79px;
}
.guidelines-remark{
  font-size: 16px;
}
.guidelines-list-bottom{
  margin-left: 20px;
}

.prehigh-attention {
  font-size: 18px;
}
.prehigh-comment {
  font-size: 17px;
}
.prehigh-sup {
  font-size: 12px;
}

.guidelines-list-content .guidelines-tokuten-text{
  position: relative;
  top: 25px;
  left: -76px;
  font-size: 20px;
}

.guidelines-normalkouza{
  position: relative;
  top: 10px;
  color: #000 !important;
}

.guidelines-list-one-more{
  font-size: 1.3em;
}

.guidelines-day{
  position: relative;
  top: -30px;
}

.guidelines-day b{
  font-size: 56px;
  position: relative;
  top: 25px;
}

.flow-textlink{
  color: #00f;
  text-decoration: underline;
}
