body {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

#page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 9999;
}

#page-top a {
  display: block;
  z-index: 999;
  padding: 15px 0 0;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  background-color: #009380;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .7;
}

#page-top .fas {
  font-size: 2.8rem;
}

#content-main {
  width: 1000px;
  margin: 0 auto;
}

.cal {
  background-color: #0090d1;
  border-radius: 20%;
  color: #fff;
  display: inline-block;
  padding: 10px 10px 5px 10px;
  position: relative;
}

.cal:before,
.cal:after {
  background-color: #0090d1;
  border: 2px solid;
  border-radius: 5px;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  top: -16%;
  width: 8px;
}

.cal:after {
  right: 5px;
}

.cal:before {
  left: 5px;
}

.cal span {
  font-size: 2em
}

.date {
  font-size: 2em;
  color: #0090d1;
}

.apply-flex-box2 {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
}

.form-text {
  text-align: center;
  font-size: 23px;
  margin: 20px 0 0 0;
}

.shingaku-ttl {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  margin-left: 10px;
}

.shingaku-ttl span {
  color: #0594e2;
  font-size: 36px;
}

.content {
  margin-top: 40px;
}

.number-img {
  width: 91px;
  height: 85px;
}

.dot {
  width: 486px;
  border: dashed #808080 2px;
  height: 0;
  margin: 8px 0 0 10px;
}

.check {
  width: 39px;
  height: 38px;
  margin: 11px;
}

.content3_sentence {
  width: 220%;
}

.content3_sentence span {
  color: red;
}

.content3_image1 {
  width: 85%;
  margin-top: 20px;
  margin-left: 20px;
}

.content4-sentence {
  width: 631px;
}

.content4-sentence span {
  color: #0A3190;
  font-size: 24px;
  font-weight: bold;
}

.flex-box-con2 {
  display: flex;
  width: 500px;
}

.content5 {
  width: 744px;
}

.video {
  margin-top: 20px;
}

.dot7 {
  width: 400px;
  border: dashed #808080 2px;
  height: 0;
  margin: 8px 0 0 10px;
}

.content8 {
  background-color: #FBD3D1;
  margin-bottom: 4em;
  width: 1000px;
}

.content8 p {
  line-height: 1.6;
  margin: 0;
  font-size: 14px;
}

.content8_sub p {
  margin-left: 25px;
  position: relative;
}

.content8_sub p:before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: red;
  position: absolute;
  top: 2px;
  left: -19px;
}

.content9 {
  margin-top: 40px;
  position: relative;
}

.content10 {
  margin-top: 20px;
}

.content10 .shingaku-ttl {
  line-height: 1.2;
  margin-top: 16px;
}

.info-flex {
  display: flex;
  width: 700px;
  margin: 30px auto;
}

.info-subttl {
  color: #003cf0;
  border-bottom: solid 3px #808080;
  width: 650px;
  margin: 0;
  font-size: 25px;
  font-weight: 800;
}

.info-content {
  margin-left: 20px;
}

.info-bar {
  width: 10px;
  height: 107px;
  background: #003cf0;
  border-radius: 10px;
}

.content-main {
  margin-bottom: 50px;
}

.main-ttl1 h2 {
  border-radius: 12px;
  color: #FFF;
  text-align: center;
  background-color: #00b1ef;
  padding: 12px 0px;
  font-weight: 800;
  margin: 12px 0px;
  font-size: 35px;
}

.sub-ttl {
  background-color: #00b1ef;
  border-radius: 5px;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  margin: 40px auto;
  padding: 12px 85px;
  text-align: center;
  width: 280px;
}

.ttl1-cnt1 {
  margin-left: 20px;
  margin-bottom: 10px;
}

.font-weight {
  font-weight: 800;
}

.yellow_under {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.flex-box {
  display: flex;
  justify-content: center;
}

.flex-box p {
  text-align:left;
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0px 20px 0;
}

.flex-box a :hover {
  opacity: .8;
  cursor: pointer;
}

.class-how {
  width: 300px;
  margin: 20px 15px;
}

.class-how :hover {
  opacity: 0.5;
}

.movie-class {
  text-align: center;
  font-size: 30px;
}

.flex-box3 {
  display: flex;
  justify-content: left;
}

.flex-box3 p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: -10px 0px 20px 0;
}

.flex-box3 a :hover {
  opacity: .8;
  cursor: pointer;
}

.center {
  text-align: center;
}

.cnt10-price-link {
  display: block;
  text-align: center;
  margin: 30px;
}

.main-visual-img {
  display: block;
  margin: auto;
}

.ml-97 {
  margin-left: 97px;
}

.fs-20 {
  font-size: 20px;
}

.home-study-img {
  margin: 0 auto;
  width: 800px;
  display: block;
}

.schedule-img {
  width: 73%;
  margin: 0 auto;
  display: block;
}

.w800 {
  width: 800px;
}

.dflex {
  display: flex;
}

.tsushin-taiken {
  display: block;
  margin: 40px auto;
}

.mt-20 {
  margin-top: 20px;
}

.w-420 {
  width: 420px;
}

.summer-campaign {
  width: 1000px;
  margin: 0 auto;
}

.summer-campaign-normal-text {
  font-size: 23px;
  font-weight: bold;
  margin: 26px;
}

.summer-campaign-attention-text-1 {
  font: 32px bold;
}

.summer-campaign-attention-text-2 {
  font: 33px bold;
  color: #4472C4;
}

.grade-summer-campaingn {
  background-color: #4472C4;
  color: white;
  font: 28px bold;
  margin-top: 70px;
  margin-left: 35px;
  position: relative;
  text-align: center;
  width: 350px;
}

.grade-summer-campaingn:before {
  content: "";
  position: absolute;
  width: 350px;
  height: 4px;
  background-color: white;
  top: 75%;
  left: 0%;
}

.present-item {
  border: 6px solid #4472C4;
  width: 820px;
  margin: 60px auto;
  padding: 0px 30px 33px;
  position: relative;
}

.present-item-img {
  position: absolute;
  top: -75px;
  right: -80px;
}

.present-item-text {
  font-size: 30px;
  font-weight: 500;
  margin: 25px;
}

.present-discription-text {
  font: 24px bold;
}

.apply-button-text {
  font: 40px bold;
  font-weight: bold;
  text-align: center;
  background-color: #4472C4;
  width: 800px;
  color: #FFF;
  margin: 30px auto;
  border-radius: 20px;
  box-shadow: 7px 6px #d6cfd5;
  padding: 8px 0px;
}

.campaign-main-img {
  display: block;
  border: solid #4472C4 5px;
  margin: 0 auto;
  width: 968px;
  margin-top: 80px;
}

.campaign-cnt {
  width: 970px;
  margin: 0 auto;
  border: solid #4472C4 4px;
  border-top: none;
  margin-top: -36px;
  padding-top: 10px;
}

.apply-button a :hover {
  opacity: .6;
}

.shingaku-present1 {
  width: 450px;
  border: solid #4472C4;
  text-align: center;
}

.shingaku-present-text {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}

.present-item-container {
  display: flex;
  justify-content: center;
}

.attention-text-pink {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffbe93 0%) repeat scroll 0 0;
}

.present-ttl {
  font-size: 20px;
  color: #FFF;
  background-color: #4472C4;
  width: 180px;
  margin: 0 auto;
  font-weight: bold;
  margin-top: -14px;
  border-radius: 10px;
}

.spring-cnt {
  width: 100%;
  margin: 0 auto;
}

.apply-under-txt {
  text-align: center;
  font-size: 23px;
  margin-top: 10px;
}

.movie-cnt.yotsuya_policy456 .section4 {
  margin-top: 0;
}

.movie-main-ttl {
  color: #000;
  text-align: center;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 1.08px;
  margin: 20px 0 15px;
}

.ttl-sbuclr-blue {
  color: #0b75be;
}

.movie-main-ttl .ttl-sbuclr-blue {
  padding-left: 10px;
}


/* 入会特典案内 */
.nyuukai-tokutenn-contents {
  background-color: rgba(71, 102, 198, .2);
  display: grid;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'YuGothic', '游ゴシック', 'メイリオ', Meiryo, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: .1em;
  margin: 50px 90px;
  padding: 1em;
  place-items: center;
  text-align: center;
}

.nyuukai-tokutenn-pickup-title {
  align-items: baseline;
  background: #fff;
  border: 1px solid #003cf0;
  box-shadow: 1px 1px 1px #5f5d5d;
  color: #003cf0;
  display: flex;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.3;
  margin: .45em auto .4em;
  padding: .1em 1.8em 0;
  text-align: center;
  width: fit-content;
}

.fs-34 {
  font-size: 34px;
}

.nyuukai-tokutenn-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.nyuukai-tokutenn-annotation {
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.nyuukai-tokutenn-text {
  font-size: 27px;
  line-height: 1.6;
  margin: .6em auto;
  text-align: center;
}

.nyuukai-tokutenn-subtext {
  font-size: 20px;
}

.fw-700 {
  font-weight: 700;
}

.col-red {
  color: #f00;
}

.strikethrough {
  text-decoration: line-through;
}

.little-link-text {
  font-size: 25px;
  margin: 0 auto .5em;
}

.little-link {
  color: #00b0f0;
}

.spring-attention-box {
  background-color: #fef2fe;
  margin: 50px 90px;
  padding: 1em 0;
}

.spring-attention {
  font-size: 26px;
  font-weight: bold;
  color: #ff0000;
  line-height: 55px;
  text-align: center;
  margin: .5em auto;
  padding: 0;
}

.spring-attention-big {
  font-size: 36px;
}

.spring-attention-little {
  font-size: 20px;
  color: #000 !important;
  font-weight: 500 !important;
  display: block;
  margin: 1em auto 0;
  text-align: center;
  /*margin-bottom: -70px;*/
}

.spring-attention-box a {
  box-shadow: inset 0 0 0 0 #54b3d6;
  color: #54b3d6;
  display: block;
  font-size: 32px;
  line-height: 1;
  margin: 0 auto .5em;
  padding: .2em .5em;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  width: fit-content;
}

.spring-attention-box a:hover {
  box-shadow: inset 17em 0 0 0 #54b3d6;
  ;
  color: #fff;
}

.spring-panel-box {
  display: flex;
  justify-content: space-around;
  margin: 50px 0;
}

.content.mirai {
  margin-bottom: 5em;
}

.content.mirai>p {
  margin-bottom: 1em;
}

.content .img {
  text-align: center;
}

#master,
#mirai {
  margin-top: 20px;
  padding-top: 20px;
}

.ml--04em {
  margin-left: -.4em;
}

.mr--04em {
  margin-right: -.4em;
}

.fs-_65em {
  font-size: .65em;
}

.recommended-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 800px;
}

.recommended-item {
  font-size: 28px;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.recommended-item::before {
  background-color: #00b1ef;
  content: "";
  height: 85px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

.content-00-txt-ctr {
  box-sizing: border-box;
  margin: 30px auto;
  padding-left: 25px;
  position: relative;
  width: 700px;
}

.content-00-txt-ctr::before {
  background: #003cf0;
  border-radius: 10px;
  content: "";
  height: 107px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

.content-00-catch {
  border-bottom: solid 3px #808080;
  color: #003cf0;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 .2em;
  width: 650px;
}

.content-00-txt {
  width: fit-content;
}

.content-ttl {
  display: flex;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  width: 100%;
}

.content-ttl::after {
  border-top: 4px dashed #808080;
  content: "";
  margin: 8px 0 0 10px;
  width: 100%;
}

.content-ttl-num {
  height: 85px;
  margin-right: 10px;
  width: 91px;
}

.content-ttl-txt {
  flex-shrink: 0;
}

.content-ttl-main {
  color: #0594e2;
  font-size: 36px;
}

.content-01 .content-main {
  align-items: center;
  display: flex;
  justify-content: center;
}

.content-01 .content-main-txt {
  margin: 15px 0 20px .5em;
  font-size: 20px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  justify-content: flex-start;
  margin: 15px auto;
  padding: 0 100px 20px 100px;
  position: relative;
}

.feature-list::before {
  border-bottom: 6px dotted #808080;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 92%;
}

.feature-list::after {
  background: url(../img/border-decoration-dot.png) no-repeat 0 0 / contain;
  bottom: 4px;
  content: "";
  display: block;
  height: 57px;
  position: absolute;
  right: 16px;
  width: 41px;
}

.feature-item {
  align-items: center;
  display: flex;
  font-weight: bold;
  margin: 5px 0;
  width: 400px;
}

.feature-item::before {
  background: url(../img/check.png) no-repeat 0 0 / contain;
  content: "";
  flex-shrink: 0;
  height: 38px;
  margin: 8px 11px 14px 0;
  width: 39px;
}

.reports {
  background-color: #fbd3d1;
  margin-bottom: 4em;
  width: 1000px;
}

.reports-ttl {
  background-color: #ed1a33;
  color: white;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 1em;
  text-align: left;
  width: 200px;
}

.reports-list {
  display: flex;
  justify-content: space-between;
  margin: 8px auto 0;
  padding-bottom: 8px;
  width: 94%;
}

.reports-item {
  display: flex;
  flex-wrap: wrap;
  width: 220px;
}

.reports-item-ttl {
  font-size: 14px;
  position: relative;
}

.reports-item-ttl::before {
  background-color: #f00;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  width: 14px;
}

.reports-item-txt {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 3px;
}

.reports-item-img {
  align-self: flex-end;
}

.fee-table {
  border-spacing: 10px;
  margin-left: 130px;
}

.fee-course {
  background-color: #0594e2;
  color: #fff;
  font-weight: bold;
  line-height: 2.875;
  text-align: center;
}

.fee-course::after {
  border-left: 120px solid #fff;
  border-right: 120px solid #fff;
  border-top: 12px solid #0594e2;
  content: "";
  display: block;
}

.fee-grade {
  background-color: #ddd;
  font-size: 17px;
  line-height: 2.9;
  text-align: center;
  width: 240px;
}

.fee-grade span {
  font-size: 140%;
}

.fee-dtl {
  text-align: center;
}

.movie-custom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}

.subject-txt {
  color: #3e41b6;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 10px;
}