@charset "UTF-8";
/* Scss Document */
/******************************************
mixin
******************************************/
/******************************************
fonts
******************************************/
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f_rock {
  font-family: 'Rockwell','Courier Bold','Courier','Georgia','Times','Times','New Roman',serif;
}

/******************************************
HTML一般設定
******************************************/
html {
  font-size: 62.5%;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

img {
  max-width: 100%;
}

.impact {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.content .yellow {
  color: #FFF100;
}

.content .red {
  color: #e60012;
}

.content .blue {
  color: #004EA2;
}

.content .bold {
  font-weight: bold;
}

.content .big {
  font-size: 4rem;
}

.content .large {
  font-size: 2.4rem;
}

.content .small {
  font-size: 1.4rem;
}

.wrapper {
  width: 100%;
  max-width: 1286px;
  margin: 0 auto;
}

.content {
  padding: 0 2rem;
}

.cont01 p, .cont01 a {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  /*一列にするための追加*/
  text-align: center;
}

.wbr {
  word-break: keep-all;
}

.sp_none {
  display: inline;
}

@media screen and (max-width: 480px) {
  .sp_none {
    display: none;
  }
}

/******************************************
個別パーツ
******************************************/
.iframe_container {
  max-width: 620px;
  margin: 0 auto;
}

.iframe_container_inner {
  position: relative;
  width: 100%;
  padding-top: 62.5%;
}

.iframe_container_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main {
  background: url(../img/main.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 800px;
}

.main .catch {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #FFF100;
  font-weight: bold;
  padding: 40px 20px;
}

.main h1 {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .main {
    background-position: right -200px center;
  }
}

.firstText {
  text-align: center;
  padding: 40px 0;
}

.firstText p.text01 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 3rem;
}

.firstText p.text02 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  color: #fff;
  font-weight: bold;
}

.labelFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto;
}

.labelFlex_box {
  margin: 0 10px;
}

.labelFlex_box p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0em;
  color: #fff;
  padding: 0 10px;
  border: solid 2px #fff;
  font-weight: bold;
  border-radius: 10px;
}

.labelFlex_box span {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
}

@media screen and (max-width: 480px) {
  .labelFlex_box {
    width: 100%;
  }
  .labelFlex_box p {
    text-align: center;
  }
  .labelFlex_box:first-of-type {
    margin-bottom: 20px;
  }
}

.btnFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btnFlex a {
  margin: 0 10px;
}

@media screen and (max-width: 420px) {
  .btnFlex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .btnFlex a {
    width: 100%;
  }
  .btnFlex a:first-of-type {
    margin-bottom: 20px;
  }
}

.yellow_btn {
  display: block;
  width: 260px;
  margin: 0 auto;
  background-color: #FFF100;
  font-size: 20px;
  font-size: 2rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: 0em;
  border-radius: 30px;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.yellow_btn:hover {
  background-color: #fff;
}

.section01 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gray {
  background: #002252;
  background: -webkit-gradient(linear, left bottom, left top, from(#002252), color-stop(50%, #004f94), to(#002252));
  background: linear-gradient(0deg, #002252 0%, #004f94 50%, #002252 100%);
  border-radius: 25px;
  padding: 25px;
  margin-bottom: 3rem;
}

.gray h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  /*一列にするための追加*/
  text-align: center;
}

.gray h2 span {
  font-size: 2rem;
}

.gray p {
  font-size: 1.8rem;
  line-height: 1.8;
  /*一列にするための追加*/
  text-align: left;
  color: #fff;
  font-weight: bold;
}

.gray p.small {
  font-size: 1.4rem;
}

.merit h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px;
  position: relative;
  margin: 60px auto 30px;
  font-weight: bold;
}

.merit h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
}

.merit h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 3px;
  background: #002252;
}

.merit .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.merit .flex ul li {
  color: #111b39;
  font-size: 1.8rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}

.merit .flex p {
  color: #111b39;
  font-size: 1.8rem;
  font-weight: bold;
}

.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.point_box {
  width: 24%;
  background: #002252;
  background: linear-gradient(70deg, #002252 0%, #004f94 100%);
  position: relative;
  padding: 34px 10px 20px;
}

.point_box .label {
  background-color: #FFF100;
  padding: 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
  color: #000;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.point_box h3 {
  color: #FFF100;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 10px;
}

.point_box p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .point_box {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .point_box {
    width: 100%;
  }
}

.section02 {
  background: #002252;
  background: -webkit-gradient(linear, left bottom, left top, from(#002252), color-stop(50%, #004f94), to(#002252));
  background: linear-gradient(0deg, #002252 0%, #004f94 50%, #002252 100%);
}

.list {
  padding-top: 100px;
  padding-bottom: 100px;
}

.list .detail {
  /*一列にするためのコメントアウト*/
  /*margin-bottom: 3rem;*/
  margin-bottom: 6rem;
}

.list .detail:last-of-type {
  margin-bottom: 0;
}

.list .detail h3 {
  /*一列にするためのコメントアウト*/
  padding: 0.3rem 1rem;
  border: solid 1px #fff100;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  /*display: inline-block;*/
  margin-bottom: 1.4rem;
  /*width: 160px;*/
  text-align: center;
}

.list .detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list .detail .flex p {
  text-align: left;
}

.section03 {
  padding: 100px 0;
}

.section03 h2 {
  font-size: 60px;
  font-size: 6rem;
  line-height: 70px;
  line-height: 7rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}

.section03_text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 480px) {
  .section03 h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 70px;
    line-height: 7rem;
    letter-spacing: 0.1em;
  }
}

.programBlock {
  border: solid 2px #002252;
  margin-bottom: 60px;
  position: relative;
}

.programBlock_title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.1em;
  padding: 5px 20px;
  border-bottom: solid 2px #002252;
  font-weight: bold;
}

.dayBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: solid 2px #002252;
  border-top: solid 2px #002252;
  margin-bottom: 10px;
}

.dayBlock:first-of-type {
  border-top: none;
}

.dayBlock:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.dayBlock_dayBox {
  width: 90px;
  padding: 10px;
  background-color: #002252;
  height: 100px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.dayBlock_dayBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #002252;
}

@media screen and (min-width: 901px) {
  .dayBlock_dayBox.-large {
    height: 140px;
  }
  .dayBlock_dayBox.-large:after {
    border-style: solid;
    border-width: 70px 0 70px 30px;
    border-color: transparent transparent transparent #002252;
  }
}

.dayBlock_dayBox p {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  color: #fff;
  width: 100%;
}

.dayBlock_dayBox span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  color: #fff;
}

.dayBlock_timeBox {
  width: 180px;
  padding: 10px 10px 10px 40px;
  height: 100px;
  position: relative;
  margin-right: 30px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.dayBlock_timeBox p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  color: #fff;
  width: 100%;
}

.dayBlock_timeBox span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0em;
  color: #fff;
}

.dayBlock_timeBox.-green {
  background-color: #8FC31F;
}

.dayBlock_timeBox.-green:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #8FC31F;
}

.dayBlock_timeBox.-pink {
  background-color: #EB6EA5;
}

.dayBlock_timeBox.-pink:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #EB6EA5;
}

@media screen and (min-width: 901px) {
  .dayBlock_timeBox.-large {
    height: 140px;
  }
  .dayBlock_timeBox.-large.-green:after {
    border-style: solid;
    border-width: 70px 0 70px 30px;
    border-color: transparent transparent transparent #8FC31F;
  }
  .dayBlock_timeBox.-large.-pink:after {
    border-style: solid;
    border-width: 70px 0 70px 30px;
    border-color: transparent transparent transparent #EB6EA5;
  }
}

.dayBlock_textBox {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dayBlock_textBox p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
  font-weight: bold;
}

.dayBlock_picthBox {
  background-color: #e60012;
  width: 200px;
  padding: 10px 20px;
  height: 100px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-right: 30px;
}

.dayBlock_picthBox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 30px;
  border-color: transparent transparent transparent #e60012;
}

.dayBlock_picthBox p {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
  color: #fff;
  width: 100%;
  font-weight: bold;
}

.dayBlock_lastBox {
  width: calc(100% - 230px);
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dayBlock_lastBox p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0em;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .dayBlock_dayBox {
    width: 40%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
  }
  .dayBlock_dayBox p {
    text-align: center;
  }
  .dayBlock_dayBox:after {
    border-style: solid;
    border-width: 40px 0 40px 30px;
    border-color: transparent transparent transparent #002252;
  }
  .dayBlock_timeBox {
    width: 60%;
    margin-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
  }
  .dayBlock_timeBox p {
    text-align: center;
  }
  .dayBlock_timeBox.-green:after {
    content: none;
  }
  .dayBlock_timeBox.-pink:after {
    content: none;
  }
  .dayBlock_textBox {
    padding: 20px 10px;
  }
  .dayBlock_textBox p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 600px) {
  .dayBlock_picthBox {
    width: 200px;
    height: 80px;
    margin-right: 30px;
  }
  .dayBlock_picthBox:after {
    border-style: solid;
    border-width: 40px 0 40px 30px;
    border-color: transparent transparent transparent #e60012;
  }
  .dayBlock_lastBox {
    width: 100%;
    padding: 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dayBlock_lastBox p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    letter-spacing: 0em;
    font-weight: bold;
  }
}

.selectAttention {
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .selectAttention {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    letter-spacing: 0em;
  }
}

.programCaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0em;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
}

.section04 h2 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.section04 .btnFlex {
  margin: 100px 0;
}

.section04 .btnFlex .yellow_btn:hover {
  background-color: #000;
  color: #fff;
}

.lastText p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0em;
}

.lastText p.small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0em;
}

.tutor_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #002252;
  background: linear-gradient(-30deg, #002252 0%, #004f94 100%);
  border: solid 2px #002252;
  margin-bottom: 2rem;
}

.tutor_box .text {
  padding: 1rem 2rem;
}

.tutor_box .text p {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #fff;
}

.tutor_box .text p span.large {
  font-size: 2rem;
  font-weight: bold;
}

.tutor_box .text a {
  font-weight: bold;
  color: #fff;
}

.tutor_box .img {
  width: 160px;
}

.tutor_box .profile {
  width: 100%;
  border-top: solid 1px #fff;
  padding: 2rem;
}

.tutor_box .profile p {
  font-size: 1.4rem;
  color: #fff;
}

.tutor_box .profile p a {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .tutor_box .img {
    width: 30%;
    min-height: 200px;
  }
  .tutor_box .img img {
    display: none;
  }
  .tutor_box .img.-hosoe {
    background: url("../img/tutor_hosoe.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_box .img.-taneichi {
    background: url("../img/tutor_taneichi.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_box .img.-kase {
    background: url("../img/tutor_kase.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_box .img.-nakano {
    background: url("../img/tutor_nakano.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_box .img.-iwakami {
    background: url("../img/tutor_iwakami.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_box .img.-takanashi {
    background: url("../img/tutor_takanashi.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_box .img.-takamatsu {
    background: url("../img/tutor_takamatsu.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_box .img.-noimage {
    background: url("../img/tutor_noimage.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_box .img.-obara {
    background: url("../img/tutor_obara.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_box .img.-nakagawa {
    background: url("../img/tutor_nakagawa.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_box .img.-auto {
    background: url("../img/tutor_auto.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_box .tutor_box .text {
    padding: 1rem;
    width: 70%;
  }
  .tutor_box .tutor_box .text p {
    font-size: 1.4rem;
  }
}

footer {
  margin-top: 6rem;
  text-align: center;
  padding-bottom: 40px;
}

footer .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .logos a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 2rem;
  width: 220px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .foot_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: solid 1px #000;
  padding: 2rem 1rem 0;
}

footer .foot_box p {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #000;
}

@media screen and (max-width: 768px) {
  footer .logos a {
    width: 180px;
  }
}

@media screen and (max-width: 480px) {
  footer .logos a {
    width: 220px;
  }
  footer .logos a.aichi {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .first_text p.text01 {
    text-align: left;
  }
  .first_text p.text02 {
    text-align: left;
  }
  .flex {
    display: block;
  }
  .box {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 60%;
  }
  .content {
    padding: 0 1rem;
  }
  .content .big {
    font-size: 3.4rem;
  }
  .content .large {
    font-size: 2rem;
  }
  .content .small {
    font-size: 1.4rem;
  }
  .list .detail h3 {
    text-align: left;
  }
  .cont02 p, .cont02 a {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .tutor_box .img {
    width: 190px;
    height: 200px;
    margin: 20px auto;
  }
  .red_back dl {
    display: block;
  }
  .red_back dt {
    width: 100%;
  }
  .red_back dd {
    width: 100%;
  }
}

/* イベントページへのリンク
----------------------------------------*/
.event_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 0 auto 100px;
  border: 5px solid #002252;
  border-radius: 20px;
}

.event_link a {
  text-decoration: none;
}

.event_link h2 {
  font-size: 18px;
  padding: 20px;
  color: #000;
  font-weight: bold;
}

.event_link img {
  padding: 0 20px 20px;
}

.event_link .attention {
  margin: 0 20px 20px;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #c00;
  text-decoration: none;
  border: solid 2px #c00;
}

.event_link .event_button {
  padding: 20px;
  text-align: center;
  font-weight: bold;
  color: #FFF100;
  font-size: 18px;
  text-decoration: none;
  background: #002252;
}

@media screen and (max-width: 576px) {
  .event_link .event_button {
    font-size: 13px;
  }
}

/* イベントページ
----------------------------------------*/
body.event {
  padding: 0 0 100px;
  background: #fff;
}

body.event .container {
  padding: 0 20px;
}

@media screen and (max-width: 576px) {
  body.event .container {
    padding: 0 15px;
  }
}

body.event header {
  background: #111B39;
}

body.event header h1 {
  padding: 20px 0;
  font-size: 16px;
}

body.event header h1 a {
  color: #fff;
  text-decoration: none;
}

body.event main {
  margin: 0 0 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

body.event main p {
  margin: 0 0 20px;
}

body.event a {
  color: #111B39;
}

body.event a[target="_blank"]::after {
  content: '';
  background: url(../img/newWindow.svg) no-repeat;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  vertical-align: middle;
  margin: 0px 5px;
  text-decoration: none;
}

body.event main h2 {
  margin: 30px 0 20px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  background: #e3eef1;
}

body.event main h3 {
  margin: 20px 0 10px;
  padding: 5px 10px;
  border-left: 5px solid #e3eef1;
  font-size: 20px;
  font-weight: bold;
}

body.event main h4 {
  font-weight: bold;
}

body.event .attention {
  margin: 20px auto;
  padding: 15px 20px;
  color: #c00;
  font-weight: bold;
  border: solid 2px #c00;
}

body.event main table {
  width: 100%;
  margin: 0 0 10px;
  border-collapse: collapse;
  border-spacing: 0;
}

body.event main ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
}

body.event main ol {
  list-style-type: index;
  padding: 0 0 0 20px;
}

body.event main li {
  margin: 0 0 5px;
}

body.event main .content_wrapper {
  max-width: 720px;
  margin: 30px auto;
}

body.event main .content_wrapper .eyecatch {
  margin: 0 0 30px;
}

body.event main .content_wrapper .title {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
}

body.event main .content_wrapper .button {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff100;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background: #111B39;
}

body.event main .content_wrapper .button:hover {
  opacity: 0.8;
}

body.event main .content_wrapper table.schedule th {
  width: 120px;
  padding: 5px;
  border-bottom: 1px solid #e3eef1;
  font-weight: bold;
}

body.event main .content_wrapper table.schedule td {
  width: calc(100% - 120px);
  padding: 5px;
  border-bottom: 1px solid #e3eef1;
}

body.event main .content_wrapper table.contact th {
  width: 50px;
  padding: 0 5px 0 0;
}

body.event main .content_wrapper table.contact td {
  width: calc(100% - 50px);
  padding: 0 5px 0 0;
}

body.event main .content_wrapper .speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  body.event main .content_wrapper .speaker {
    display: block;
  }
}

body.event main .content_wrapper .speaker .speaker_image {
  width: 150px;
}

@media screen and (max-width: 576px) {
  body.event main .content_wrapper .speaker .speaker_image {
    width: 100%;
    text-align: center;
  }
}

body.event main .content_wrapper .speaker .speaker_image img {
  border-radius: 50%;
}

body.event main .content_wrapper .speaker .speaker_info {
  width: calc(100% - 150px);
  margin: 0 0 0 20px;
}

@media screen and (max-width: 576px) {
  body.event main .content_wrapper .speaker .speaker_info {
    width: 100%;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */