@charset "utf-8";
.d-md-inline {
  display: inline;
}
.d-md-block {
  display: none;
}
.d-md-none {
  display: none;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-14 {
  font-size: 14px !important;
  line-height: 1;
}
.text-center {
  text-align: center;
}
.oshirase .rokkagetsu {
  color: #c3003a;
  font-weight: bold;
}

.kakakusettei {
  padding: 1rem 0 2rem;
}

.kaisyo {
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.dream-out {
  background-color: #1d2088;
  width: 100%;
  padding: 50px 0;
}
.dream {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}
.dream div {
  width: 40%;
  padding: 2rem;
}
.dream div img {
  width: 100%;
}
.dream-message {
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin: 40px 0 10px;
}
.dream-message div:first-child {
  margin-bottom: 30px;
}
.dream-message .tax {
  font-size: 12px;
  font-weight: normal !important;
}

.course {
  color: white;
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 1rem 0;
}
.course_table th,
.course_table td {
  border: solid 1px;
  padding: 1rem;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
}
.course_table td {
  font-size: 2rem;
}
.course_table {
  border-collapse: collapse;
  background: white;
  width: 100%;
}
.course_title {
  background: #342c5b;
  text-align: center;
  padding: 1rem;
  color: white;
  font-weight: bold;
}
.course_right {
  width: 40%;
  margin: 0 0 0 6%;
}

.oshirase .text-right {
  text-align: right;
  font-weight: bold;
  margin: 0;
}
.course_table span {
  font-size: 14px;
}

.oshirase {
  background: #dbe8ed;
  font-size: 1.8rem;
  padding: 5rem 0 0;
  line-height: 3rem;
}
.oshirase .title,
.oshirase .message {
  max-width: 1000px;
  padding: 0 2.5rem;
  margin: auto;
}

.oshirase .message {
  padding: 0 2.5rem 5rem;
  font-weight: bold;
}
.oshirase .message.cyui {
  padding: 1rem;
  margin: 0 auto 2rem;
  background: #fff;
  border: solid #352b5b 2px;
  color: #352b5b;
}
.oshirase .underline {
  background: linear-gradient(transparent 70%, #ffeb3b 0%);
  font-weight: bold;
  color: currentColor;
  color: #3c526b;
}
.oshirase .title {
  margin: 0px auto 2rem;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.5rem;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  /*background: #006fb6;*/
  background: #3b536b;
}
.one-other {
  padding: 3rem;
  margin: 0 auto 5rem;
  background: #fff;
  border: solid #352b5b 2px;
  color: #352b5b;
  width: 1000px;
}
.one-other .title {
  text-align: center;
  font-weight: bold;
  background: none;
  color: black;
  font-size: 20px;
  letter-spacing: 0.2rem !important;
  background: linear-gradient(transparent 70%, #ffeb3b 0%);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 650px;
}
.one-other p {
  margin: 0 auto 0.5rem;
}
.one-other p .fw-bold {
  font-weight: bold;
}
.one-other p .under-line {
  background: linear-gradient(transparent 70%, #c1c1db 0%);
  font-weight: bold;
}
.oshirase .title.new-course {
  background: #2d86b2;
  color: #ffeb3b;
}

.oshirase .title span {
  font-size: 3.5rem;
}
.mitimasu {
  font-family: mitimasu, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kokuban_yellow {
  color: #f3be01;
}
.kokuban_pink {
  color: #fa59ab;
}
#shikaku {
  font-size: 1.7rem;
  background: #fff8e8;
  background-image: url(/images/kokuban-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
#shikaku .inner,
#shikaku .parent p:first-child {
  text-align: center;
}

#shikaku .inner p:first-child {
  display: inline-block;
  background: #fff8e8;
  background-image: url();
  padding: 1rem;
  color: #ec622f;
  margin: 2rem 0 0;
}

#shikaku .inner {
  padding-bottom: calc(10vw + 10px);
  position: relative;
  overflow: hidden;
  background-color: #3b546b;
  color: white;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
#shikaku .inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid rgb(255 248 232);
  border-left: 100vw solid transparent;
}
#shikaku .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid rgb(255 248 232);
  border-right: 100vw solid transparent;
}
#shikaku .inner :nth-child(2) {
  font-size: 3.5rem;
  letter-spacing: 0.3rem;
  padding: 3rem;
  font-weight: bold;
}
#shikaku .inner img {
  width: 2rem;
  display: inline;
  padding: 0 !important;
}

#shikaku .kokuban {
  background: #13440c;
  border: solid #86794c 0.7rem;
  color: #fff;
  max-width: 800px;
  padding: 4rem;
  margin: 3rem auto;
  line-height: 3;
  font-weight: bold;
  font-size: 2rem;
}
#shikaku .kokuban li {
  width: 45rem;
  margin: auto;
}

#shikaku .kokuban-bg {
  padding: 0 0 1rem;
}

#shikaku .parent {
  background: #fff;
  color: #3b546b;
  max-width: 800px;
  padding: 4rem;
  margin: 3rem auto;
  line-height: 2;
  border: solid #ddd 2px;
  border-radius: 10px;
  text-align: center;
}
#shikaku .parent p:first-child {
  border-bottom: solid #ddd 0.5rem;
  display: inline;
  padding: 0 0 1rem;
}
#shikaku .parent p:nth-child(2) {
  padding: 2.5rem 0 0;
}

.price_kome {
  color: #df1e1d;
  font-weight: bold;
  font-size: 1.3rem;
  display: block;
}

.attention {
  position: relative;
  box-shadow: 0px 0px 0px 3px #ddd;
  padding: 0.2em 0.5em;
  color: #454545;
  font-size: 1.8rem;
  line-height: 2;
  margin: 1rem auto;
  width: 800px;
  text-align: center;
  padding: 2rem 0;
  margin: 3rem auto;
}
.attention_title {
  background: #c3003a;
  color: #fff;
  line-height: 3;
  text-align: center;
  letter-spacing: 0.3rem;
  font-weight: bold;
  width: 95%;
  margin: auto;
}
.attention_cont {
  padding: 1rem !important;
}
.attention_cont span {
  color: #c3003a;
  font-weight: bold;
}
.tokuten_box {
  max-width: 1000px;
  margin: auto;
  align-items: center;
  -webkit-align-items: center;
}
.godaitoiken {
  border: solid #cf525f 3px;
  padding: 1.5rem;
  font-size: 16px;
  line-height: 2.5rem;
  margin: 1rem;
}
.godaitoiken_title {
  color: #cf525f;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2rem;
  margin: 1rem 0 1.5rem;
}
.godaitoiken_kingaku {
  color: #d8190e;
  padding: 0.5rem;
  margin: 1rem;
}
.godaitoiken_kingaku span {
  font-weight: bold;
  font-size: 18px;
}
.tokuten_cyui {
  font-size: 12px;
  line-height: 1.5;
}
.marker {
  background: linear-gradient(transparent 60%, #ffe599 65%);
  font-weight: bold;
}

.jyuken_season {
  line-height: 18px;
  font-size: 16px;
  background: #fff8e8;
  padding: 1rem;
}

.jyuken_season ul {
  width: 75%;
  margin: auto;
}
.ribbon1 {
  display: block;
  position: relative;
  height: 50px;
  line-height: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem 30px;
  font-size: 18px;
  background: #332c5d;
  color: #fff;
  box-sizing: border-box;
  margin: 5rem auto 2rem;
  width: 50%;
}

.ribbon1:before,
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff8e8;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff8e8 transparent transparent;
  border-style: solid;
}

/******************************/
.reason_cont {
  max-width: 1000px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 1.5rem auto;
}

.choose_reason {
  width: 32%;
  background: #fff left bottom no-repeat;
  border: 3px solid #d5a02f;
  font-size: 16px;
}

.cr_title {
  position: relative;
  flex: none;
  margin-right: 36px;
  width: 100%;
  background-color: #d5a02f;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  height: 9rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-weight: bold;
}
.cr_title:before {
  content: "";
  display: block;
  position: absolute;
  border: solid transparent;
  margin-top: -4.5px;
  border-top-color: #d5a02f;
  border-top-width: 9px;
  border-bottom-width: 0;
  border-right-width: 147.5px;
  border-left-width: 147.5px;
  width: auto;
  top: 100%;
  left: 50%;
  margin-left: -147.5px;
  margin-top: 0;
}

.cr_cont {
  line-height: 3rem;
  height: 14rem;
  padding: 2rem 1rem 1rem;
  color: #d5a02f;
  font-weight: bold;
  text-align: center;
}

.goukakukou {
  max-width: 1000px;
  width: 100%;
  margin: 1.5rem auto;
  border: solid #31588a 3px;
}
.goukakukou .cr_title {
  background: #32598b;
  font-size: 22px;
  letter-spacing: 0.2rem;
}
.goukakukou .cr_title:before {
  border-top-color: #31588a;
}
.goukakukou .cr_cont {
  color: #31588a;
  color: #322c5d;
  background-image: url(/images/goukaku_bg.jpg);
  background-size: cover;
  height: 32rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  padding: 0;
}
.price2 .sp {
  display: none;
}
.price2 .pc {
  display: block;
}
.teacher_message {
  font-size: 18px;
  margin: 5rem auto;
  width: 1000px;
  padding: 2rem;
  border: solid #325a8c;
  color: #325a8c;
  line-height: 2.3rem;
}
.teacher_message span {
  display: block;
  text-align: right;
  font-size: 14px;
}
.teacher_message1.sp {
  display: none;
}
.teacher_message1.pc {
  display: block;
  max-width: 1000px;
  margin: 3rem auto;
}
.season_message {
  background-image: url(/images/season_message_bg.jpg);
  background-size: cover;
  background-position: bottom;
  text-align: center;
  font-size: 16px;
  line-height: 3rem;
  padding: 4rem;
}
.season_message p.mogishiken_message {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.3rem;
  padding: 2rem;
  color: #1b2538;
  background: #fff;
  border: solid #1b2538;
  width: 50rem;
  margin: auto;
}

.season_message p {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px #060c2f;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .d-inlien {
    display: inline;
  }
  .d-block {
    display: block;
  }
  .d-none {
    display: none;
  }
  .oshirase {
    background: #dbe8ed;
    font-size: 1.5rem;
    padding: 5rem 0 0;
    line-height: 2.5rem;
  }
  .course_right {
    width: 100%;
    margin: 0;
  }
  .reason_cont {
    display: block;
  }
  .choose_reason,
  .reason_cont,
  .ribbon1 {
    width: 100%;
    max-width: 1000px;
    font-size: 16px;
    margin: 1rem 0;
  }
  .cr_cont {
    height: auto;
  }
  .price2 .pc {
    display: none;
  }
  .price2 .sp {
    display: block;
  }
  .teacher_message {
    font-size: 16px;
    margin: 5rem auto;
    width: 90%;
    padding: 2rem;
    line-height: 2.3rem;
  }
  .teacher_message span {
    display: block;
    text-align: right;
    font-size: 14px;
  }
  .teacher_message1.sp {
    display: block;
    margin: 3rem auto;
  }
  .teacher_message1.pc {
    display: none;
  }
  .tokuten_box {
    display: block;
    width: 95%;
  }
  .oshirase .message {
    padding: 0 2.5rem 3rem;
  }
  .oshirase .text-right {
    margin: 0 0 3rem;
  }
  .oshirase .message.cyui {
    width: 88%;
  }
  .one-other {
    width: 88%;
    padding: 1rem;
  }
  .one-other .title {
    font-size: 16px;
  }
}

/******************************/

#mainimg,
#mainimg img {
  width: 100%;
}

#catchphrase {
  margin: 70px auto;
  max-width: 700px;
  width: 100%;
}

.flex.alc.jcr li {
  box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.36);
}

.menu li {
  margin-bottom: 2rem;
}

.menu li img {
  box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.36);
}

#message {
  background: rgb(252, 212, 212);
  background: -moz-linear-gradient(left, rgba(252, 212, 212, 1) 0%, rgba(255, 153, 153, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(252, 212, 212, 1) 0%, rgba(255, 153, 153, 1) 100%);
  background: linear-gradient(to right, rgba(252, 212, 212, 1) 0%, rgba(255, 153, 153, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd4d4', endColorstr='#ff9999', GradientType=1);
  padding: 2% 0;
  margin: 2% 0 0;
}

#infomation {
  margin-left: 1.5rem;
  flex-grow: 1;
}

#infomation dl {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 0 0 1rem 0;
}

#infomation dt {
  font-weight: bold;
  border: 1px solid #ff9999;
  text-indent: 1rem;
  border-left: 5px solid #ff9999;
  margin-bottom: 1rem;
  color: #f16868;
  padding: 0.5rem;
}

#infomation p {
  font-size: 1.8rem;
}
#infomation .underline {
  background: linear-gradient(transparent 80%, #ffa500 0%);
  font-weight: bold;
  color: currentColor;
}

#price {
  margin-bottom: 1.5rem;
}

#tobira img {
  margin: 0 auto 1.5rem;
  max-width: 936px;
}

.link-caption {
  margin: 0 auto 1.5rem;
  font-size: 1.8rem;
  text-align: center;
}
#price-box div:first-child,
#price-box img {
  max-width: 334px;
}

.kakakuhenkou {
  width: 800px;
  margin: 8rem auto 6rem;
}
#message2 a {
  text-align: center;
  margin: 6rem auto;
  display: block;
  font-size: 16px;
  background: #315a8c;
  color: white;
  padding: 2rem;
  max-width: 500px;
  line-height: 1.5;
  border-radius: 7px;
}
dl.point {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

dl.point dt {
  text-align: center;
  padding: 1rem 0 1rem 3rem;
  background: #add;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: left;
  position: relative;
  margin-left: 3rem;
}

.point dt:before {
  content: "POINT";
  background: #332b5d;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: -0.5rem;
  left: -4rem;
  font-size: 1.2rem;
  box-shadow: 1px 1px 3px #ddd;
  color: #fff;
}

dl.point dd {
  padding: 1rem;
}

.inner.flex.align-center.around.box-mes {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}

.inner.flex.align-center.around.box-mes figure {
  flex-shrink: 0;
  flex-grow: 0;
}

.inner.flex.align-center.around.box-mes dl {
  font-size: 1.8rem;
  padding: 30px;
  flex-grow: 1;
  flex-shrink: 1;
}

.inner.flex.align-center.around.box-mes dt {
  font-family: "Sawarabi Mincho";
  font-size: 2.5rem;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}

.inner.flex.align-center.around.box-mes dd {
  line-height: 1.5;
}

.standout {
  color: orange;
}
.muryoutaiken {
  width: 50%;
  margin: 1rem;
  text-align: center;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  line-height: 2rem;
  color: #555;
}
.corona li {
  margin: 1.5rem 1rem 0;
}
.corona li img {
  width: 100%;
}
.kanki {
  font-weight: bold;
  letter-spacing: 0.4rem;
  color: #c3003a;
  font-size: 2rem;
}
.top_jisseki {
  margin: 2rem auto 0;
  font-weight: bold;
  padding: 3rem 0;
  border: solid #ddd 1px;
  background-image: url(/images/top_jisseki_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.top_jisseki_titile {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  text-align: center;
  width: 50%;
  margin: 0 auto 3rem;
  padding: 2rem;
  background: #2f86b2;
  color: #fff;
}
.top_jisseki_titile > span {
  font-size: 1.5rem;
}
.top_jisseki > div {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  width: 95%;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.top_jisseki > div > div {
  width: 30%;
}
.top_jisseki dl {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  background: #fff;
}
.top_jisseki dt {
  padding: 1.2rem 1rem 0;
  width: 70%;
  border: solid #efefef 1px;
  border-left: solid #efefef 2px;
  font-size: 1.7rem;
}
.top_jisseki dt.gray {
  background: #efefef;
}

.top_jisseki dd {
  padding: 1rem;
  width: 30%;
  border: solid #efefef 1px;
  border-right: solid #efefef 2px;
  text-align: center;
  color: #e49594;
}
.top_jisseki p {
  line-height: 1.6;
  width: 100%;
  margin: auto;
  border: solid #ddd 1px;
  padding: 2rem;
  background: #3a546b;
  color: #fff;
  letter-spacing: 0.4rem;
  font-size: 2rem;
}
.top_jisseki dd span {
  color: #e49494;
  font-size: 2rem;
}

.tensaku {
  color: #4da383 !important;
}
.tensaku span {
  color: #4da383 !important;
  font-size: 1.5rem !important;
}
.tsugaku {
  color: #e49494;
}
.top_jisseki h5 {
  padding: 1rem;
  font-size: 16px;
  padding: 1rem;
  margin: 1rem;
  max-width: 950px;
  margin: 0 auto 1rem;
  line-height: 1.2;
}
.top_jisseki h5 div {
  margin: 0 auto 3rem;
  line-height: 1.5;
}

.remarks {
  color: #c3003a;
  background: #fff;
  padding: 1rem;
  text-align: center;
  margin-top: 1rem !important;
  width: 20rem !important;
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
}
.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  line-height: 3rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 22rem;
  font-family: FontAwesome;
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgba(27, 37, 56, 1);
}
.cp_box.box_daigaku label:after {
  content: "続きをよむ(あと6件)";
}
.cp_box.box_koukou label:after {
  content: "続きをよむ(あと5件)";
}
.cp_box.box_koukou_reiwa2 label:after {
  content: "続きをよむ(あと14件)";
}
.cp_box.box_cyugaku label:after {
  content: "続きをよむ(あと3件)";
}

.cp_box input {
  display: none;
}
.cp_box .cp_container {
  overflow: hidden;
  height: 865px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}
.cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: "閉じる";
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}
.jisseki_daigaku label,
.jisseki_chugaku label {
  display: none;
}
.jisseki_padding {
  padding: 1rem !important;
}
/*
.jisseki_daigaku .cp_container,
.jisseki_koukou .cp_container,
.jisseki_chugaku .cp_container {
  overflow: visible;
  height: auto;
  transition: all 0.5s;
}*/
.yumeno-tobira-course .small {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .oshirase .flex {
    display: block;
  }
  .course_table {
    width: 100%;
    text-align: center;
  }
  .muryoutaiken {
    width: 100%;
  }
  #message .flex {
    flex-wrap: wrap;
  }
  .kakakuhenkou {
    width: 90%;
    margin: 2rem auto;
  }
  .main_heading {
    width: 100%;
  }
  .muryoutaiken {
    width: auto;
  }
  .main_heading {
    font-size: 1.7rem;
  }
  .teacher_message1.sp {
    width: 75%;
  }
  #message p {
    width: 75%;
    margin: 1rem auto 3rem;
  }
  .attention {
    width: auto;
    margin: 2rem auto;
    padding: 0.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .attention_title {
    width: 100%;
    letter-spacing: 0.2rem;
    line-height: 1.6;
    padding: 1rem;
  }
  .attention_cont {
    padding: 0.6rem !important;
  }
  .inner.flex.align-center.around.box-mes dl {
    font-size: 1.7rem;
    padding: 10px;
  }
  .inner.flex.align-center.around.box-mes dt {
    font-size: 2.1rem;
    line-height: 1.3;
  }
  .cp_box .cp_container {
    overflow: hidden;
    height: 250px; /* 開く前に見えている部分の高さ */
    height: auto; /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
  }
  .top_jisseki {
    width: 100%;
    margin: 1rem auto 3rem;
    padding: 1rem 0;
  }
  .jisseki_daigaku label,
  .jisseki_chugaku label,
  .top_jisseki > div {
    display: block;
  }
  .top_jisseki > div > div {
    width: 100%;
  }
  .top_jisseki_titile {
    width: 95%;
    margin: 0 auto 1rem;
  }
  .top_jisseki p {
    padding: 1rem;
  }
  .cp_box .cp_container {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 768px) {
  #price-box {
    flex-wrap: wrap;
  }

  #price-box + img {
    margin-bottom: 1rem;
  }

  #infomation {
    margin: 0;
  }
  .menu li img {
    margin: 0 0 10px 0;
  }

  #price-box img {
    max-width: 100%;
  }

  .menu li {
    margin: 2px;
  }
  .kakakuhenkou {
    width: 90%;
    margin: 2rem auto;
  }

  .inner.flex.align-center.around.box-mes {
    flex-direction: column;
  }

  .inner.flex.align-center.around.box-mes:nth-child(3),
  .inner.flex.align-center.around.box-mes:nth-child(5),
  .inner.flex.align-center.around.box-mes:nth-child(7) {
    flex-direction: column-reverse;
  }
  .muryoutaiken {
    width: 100%;
    margin: 1rem auto;
  }
  .teacher_message1.sp {
    width: 100%;
  }
  #message p {
    width: 100%;
    margin: 1rem auto 3rem;
  }
  .ribbon1 {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ribbon1:before {
    border-width: 35px 0px 35px 15px;
  }
  .ribbon1:after {
    border-width: 35px 15px 35px 0px;
  }
  .kenso_course .ribbon1 {
    height: 8.6rem;
    width: 100%;
  }
  .kenso_course .ribbon1:before {
    border-width: 45px 0px 45px 15px;
  }
  .kenso_course .ribbon1:after {
    border-width: 45px 15px 45px 0px;
  }
  .corona {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .corona li {
    margin: 1rem;
    width: 43%;
  }
  .cp_box.box_koukou label:after {
    content: "続きをよむ(あと18件)";
  }
  .cp_box label {
    display: none !important;
  }
  .season_message {
    background-image: url(/images/season_message_bg.jpg);
    background-size: cover;
    text-align: center;
    font-size: 16px;
    line-height: 3rem;
    padding: 1rem 1rem 3rem;
    width: 100%;
  }
  .season_message p:first-child {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.3rem;
    padding: 1rem;
    width: 100%;
    margin: auto;
  }
  #shikaku .kokuban,
  #shikaku .parent {
    width: 96%;
  }
  #shikaku .inner :nth-child(2) {
    font-size: 2.5rem;
    text-align: center;
    line-height: 3.5rem;
    padding: 1rem;
  }
  #shikaku .inner img {
    width: 2rem;
    display: inline;
    padding: 0 !important;
    position: absolute;
    top: 60px;
  }
  #shikaku .inner img:first-child {
    left: 10%;
  }
  #shikaku .inner img:nth-child(3) {
    right: 10%;
  }
  #shikaku .kokuban {
    padding: 1rem;
    margin: 0 auto;
    font-size: 1.6rem;
  }
  #shikaku .parent {
    text-align: left;
    font-size: 1.5rem;
    padding: 2rem 1rem;
  }
  #shikaku .parent p:first-child {
    display: block;
    margin: auto;
    width: 12rem;
  }
  #shikaku .parent p:nth-child(2) {
    line-height: 1.8rem;
  }
  #shikaku .kokuban li {
    width: 100%;
  }
  #catchphrase {
    margin: 40px auto;
  }
  .dream-out {
    background-color: #1d2088;
    padding: 50px 0;
    margin: 5px 0;
  }
  .dream {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
  }
  .dream div {
    width: 100%;
  }
  .dream div img {
    width: 100%;
  }
}
