@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #1a1919;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', sans-serif;
}

a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

p {
  font-size: 100%;
  line-height: 160%;
}

@media screen and (min-width:769px) {
  p {
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 1px;
  }
}

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

@media screen and (min-width:769px) {
  .pcnone {
    display: none;
  }
}


.copy {
  margin: 0;
  padding: 0;
}

.copy img {
  width: 100%;
}

@media screen and (min-width:769px) {
  .copy {
    padding: 0;
    text-align: center;
    background-image: url(img/bg.png);
    background-position: top right;
    background-repeat: no-repeat;
  }

  .copy img {
    width: 1200px;
  }
}

.intro_bg {
  margin: 0;
  padding: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)), url(img/back.png);
  background-color: rgba(255, 255, 255, 0.6);
  background-color: #fff;
  background-position: top left;
  background-repeat: no-repeat;
}

.intro_box {
  margin: 0 20px 45px 20px;
  padding: 45px 0 0 0;
}

.intro_title {
  margin: 0;
  padding: 10px;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  color: #468f74;
}

.intro_txt {
  margin: 0;
  padding: 0;
}

.worry_bg {
  margin: 0 0 45px 0;
  padding: 45px 20px 30px 20px;
  background: #e9f4ef;
}

.worry_title {
  margin: 0;
  padding: 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.worry_txt {
  margin: 30px auto 0 auto;
  padding: 0;
}

.worry_pict {
  margin: 0 0 25px 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.worry_pict img {
  width: 100%;
}

@media screen and (min-width:769px) {
  .intro_box {
    width: 1200px;
    margin: 0 auto 75px auto;
    padding: 45px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .intro_title {
    width: 48%;
    padding: 75px 0 0 0;
    font-size: 32px;
  }

  .intro_txt {
    width: 48%;
  }

  .worry_bg {
    margin: 0 0 75px 0;
    padding: 75px 0;
  }

  .worry_title {
    font-size: 32px;
  }

  .worry_txt {
    width: 800px;
  }

  .worry_pict {
    margin: 0 0 25px 0;
  }
}


.exercise_title {
  margin: 0;
  padding: 0;
  font-size: 140%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.exercise_box {
  margin: 0 20px;
  padding: 0;
}

.exercise_pict {
  margin: 0;
  padding: 0;
}

.exercise_pict img {
  width: 100%;
}

.exercise_txt {
  margin: 0;
  padding: 0;
}

.order_01 {
  order: 1;
}

.order_02 {
  order: 2;
}

.exercise_bottom {
  margin: 30px 20px 45px 20px;
  padding: 0;
}

@media screen and (min-width:769px) {
  .exercise_title {
    font-size: 32px;
  }

  .exercise_box {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .exercise_pict {
    width: 48%;
  }

  .exercise_txt {
    width: 48%;
  }

  .order_01 {
    order: 1;
  }

  .order_02 {
    order: 2;
  }

  .exercise_bottom {
    width: 640px;
    margin: 30px auto 75px auto;
  }
}


#detail_bg {
  margin: 0;
  padding: 45px 20px;
  background-color: #edf4f2;
}

.detail_top {
  margin: 0;
  padding: 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  color: #019f58;
}

hr {
  width: 30px;
  margin: 20px auto 0 auto;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 5px solid #a58e42;
}

.detail_caption {
  margin: 0 auto;
  padding: 30px 0 10px;
  font-size: 115%;
  font-weight: bold;
  text-align: center;
}

.detail_frame {
  margin: 0 auto;
  padding: 0;
}

.detail_subhead {
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #019f58;
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: center;
  /* 水平中心 */
}

.detail_subhead:before,
.detail_subhead:after {
  border-top: 1px solid #019f58;
  content: "";
  width: 30px;
  /* 線の長さ */
}

.detail_subhead:before {
  margin-right: 15px;
  /* 文字の右隣 */
}

.detail_subhead:after {
  margin-left: 15px;
  /* 文字の左隣 */
}

.detail_eng {
  margin: 0;
  padding: 10px 0 10px 0;
  font-size: 100%;
  line-height: 100%;
  color: #a58e42;
  text-align: center;
  font-family: 'Yellowtail', cursive;
}

.detail_number {
  margin: 0;
  padding: 20px 0 15px 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}

.detail_number span {
  padding: 2px 15px;
  color: #019f58;
  border: 1px solid #019f58;
  background: #fffdcc;
}

.detail_title {
  margin: 0;
  padding: 0;
  font-size: 130%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

@media screen and (min-width:769px) {
  #detail_bg {
    margin: 0;
    padding: 75px 0;
    background-color: #edf4f2;
  }

  .detail_top {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    color: #019f58;
  }

  hr {
    width: 40px;
    margin: 30px auto 0 auto;
    padding: 0;
    height: 0;
    border: 0;
    border-top: 5px solid #a58e42;
  }

  .detail_caption {
    margin: 0 auto;
    padding: 30px 0 10px;
    max-width: 600px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }

  .detail_frame {
    width: 768px;
    margin: 0 auto;
    padding: 0;
  }

  .detail_subhead {
    margin: 60px 0 0 0;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    color: #019f58;
    display: flex;
    align-items: center;
    /* 垂直中心 */
    justify-content: center;
    /* 水平中心 */
  }

  .detail_subhead:before,
  .detail_subhead:after {
    border-top: 1px solid #019f58;
    content: "";
    width: 150px;
    /* 線の長さ */
  }

  .detail_subhead:before {
    margin-right: 15px;
    /* 文字の右隣 */
  }

  .detail_subhead:after {
    margin-left: 15px;
    /* 文字の左隣 */
  }

  .detail_eng {
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 28px;
    line-height: 100%;
    color: #a58e42;
    text-align: center;
    font-family: 'Yellowtail', cursive;
  }

  .detail_number {
    margin: 0;
    padding: 30px 0 15px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
  }

  .detail_number span {
    padding: 2px 15px;
    color: #019f58;
    border: 1px solid #019f58;
    background: #fffdcc;
  }

  .detail_title {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    letter-spacing: 1px;
  }

}

.point_box {
  margin: 10px 0 20px 0;
  padding: 10px 20px 25px 20px;
  background: #fff;
  border: solid 1px #019f58;
}

table.point {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

table.point th {
  width: 25px;
  font-size: 100%;
  line-height: 160%;
  padding: 15px 0 5px 0;
  color: #ef8126;
  vertical-align: top;
  text-align: left;
}

table.point td {
  font-size: 100%;
  font-weight: bold;
  line-height: 160%;
  padding: 15px 0 5px 0;
  vertical-align: top;
  border-bottom: 1px dotted #999;
}

@media screen and (min-width:769px) {
  .point_box {
    margin: 15px 0 20px 0;
    padding: 20px 50px 30px 50px;
  }

  table.point th {
    width: 30px;
    font-size: 18px;
  }

  table.point td {
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 1px;
  }
}



table.check {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

table.check th {
  width: 25px;
  font-size: 105%;
  line-height: 160%;
  padding: 20px 0 0 0;
  color: #019f58;
  vertical-align: top;
  text-align: left;
}

table.check td {
  font-size: 105%;
  font-weight: bold;
  line-height: 160%;
  padding: 20px 0 0 0;
  vertical-align: top;
}

@media screen and (min-width:769px) {
  .know_title {
    margin: 0 0 30px 0;
    font-size: 36px;
    letter-spacing: 1px;
  }

  .know_box {
    width: 1080px;
    margin: 0 auto 75px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #019f58;
  }

  .know_pict {
    width: 48%;
  }

  .know_txt {
    width: 48%;
    padding: 15px 0 0 0;
  }

  table.check {
    margin: 10px 0 35px 0;
  }

  table.check th {
    width: 32px;
    font-size: 21px;
  }

  table.check td {
    font-size: 21px;
    line-height: 160%;
    letter-spacing: 1px;
  }
}




.detail {
  margin: 30px auto 0 auto;
  padding: 0;
}

.detail table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.detail table th {
  padding: 15px 0;
  font-size: 100%;
  line-height: 180%;
  color: #fff;
  background: #468f74;
  display: block;
}

.detail table td {
  padding: 15px;
  font-size: 100%;
  line-height: 180%;
  display: block;
  background-color: #fff;
}

@media screen and (min-width:769px) {
  .detail {
    width: 768px;
    margin: 0 auto;
    padding: 45px 0 0 0;
  }

  .detail table {
    border-collapse: separate;
  }

  .detail table th {
    width: 180px;
    font-size: 16px;
    letter-spacing: 1px;
    display: table-cell;
  }

  .detail table td {
    font-size: 16px;
    letter-spacing: 1px;
    display: table-cell;
    border-bottom: solid 1px #ccc;
  }
}


/* 追加：申し込みボタンブロック */
/* 申し込みボタンブロック */
.application_section {
  margin: 0 auto;
  padding: 0;
}

.application_cards {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0 auto;
  max-width: 600px;
}

.application_card {
  background: #fff;
  border-radius: 15px;
  padding: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
}

.card_header {
  color: #fff;
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}

.card_header.zoom_live {
  background: #52c19b;
}

.card_header.recording {
  background: #134d48;
}

.card_schedule_label {
  color: #199660;
  background-color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #199660;
  display: inline-block;
  margin: 10px 0 15px 0;
}

.schedule_item {
  padding: 10px 0 20px;
}

.schedule_item:last-of-type {
  border-bottom: none;
}


.date_large {
  font-size: 28px;
  font-weight: bold;
  color: #468f74;
  display: block;
  margin-bottom: 5px;
}

.time_large {
  font-weight: bold;
  color: #333;
}

.schedule_note {
  font-size: 18px;
  line-height: 160%;
  color: #468f74;
  font-weight: bold;
  padding: 3px 8px;
  border: 2px solid #468f74;
  display: inline-block;
  margin-bottom: 20px;
}

.schedule_list_vertical {
  padding: 20px;
  margin-bottom: 20px;
}

.schedule_list_vertical {
  font-size: 24px;
  font-weight: bold;
  color: #4CAF50;
  margin-bottom: 15px;
  line-height: 1.3;
}

.schedule_date_time {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #333;
}

.application_btn {
  background: linear-gradient(45deg, #FF6B35, #FF8C42);
  color: #fff !important;
  width: 75%;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  margin: 10px 0;
  box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
  transition: all 0.3s ease;
}

.application_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
  color: #fff !important;
  text-decoration: none !important;
}

.application_btn:link,
.application_btn:visited {
  color: #fff !important;
  text-decoration: none !important;
}

.card_note {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  padding: 20px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

@media screen and (min-width:769px) {
  .application_section {
    margin: 60px 0 0 0;
  }

  .application_cards {
    max-width: 768px;
  }

  .application_card {
    padding: 0;
  }

  .card_header {
    font-size: 26px;
    padding: 25px 0;
  }

  .card_schedule_label {
    font-size: 16px;
    margin: 25px 0 20px 0;
  }

  .date_large {
    font-size: 32px;
  }

  .time_large {
    font-weight: bold;
  }

  .schedule_list_vertical {
    font-size: 28px;
  }

  .schedule_date_time {
    font-size: 28px;
  }

  .schedule_note {
    font-size: 24px;
  }

  .application_btn {
    font-size: 26px;
    padding: 26px 40px;
  }

  .card_note {
    font-size: 16px;
    padding: 25px;
  }
}

.device_bg {
  margin: 0;
  padding: 30px 15px 45px;
  text-align: center;
  background: -moz-linear-gradient(left, #019f58, #0c6374);
  background: -webkit-linear-gradient(left, #019f58, #0c6374);
  background: linear-gradient(to right, #019f58, #0c6374);
}

.device {
  margin: 0;
  padding: 0;
}

.device a:link {
  color: #fff;
  text-decoration: none;
}

.device a:visited {
  color: #fff;
  text-decoration: none;
}

.device a:hover {
  color: #468f74;
  text-decoration: none;
}

.btn {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 25px 0;
  font-size: 110%;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #fff;
  border: solid 3px #fff;
  border-radius: 50px;
  ;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  position: relative;
}

.btn:hover {
  color: #468f74;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* .btn_pk {
  width: 90%;
  margin: 0 auto 0 auto;
  padding: 10px 0;
  font-size: 110%;
  font-weight: bold;
  display: block;
  text-decoration: none;
  background: #df1041;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  position: relative;
}

.btn_pk:hover {
  color: #df1041 !important;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
} */

/* ＿＿＿フローティングボタンまわり＿＿＿＿ */
.device_fl_bg {
  margin: 0;
  padding: 10px 20px;
  display: block;
  text-align: center;
}

.device_fl {
  margin: 0;
  padding: 5px 10px;
}

.device_fl a:link {
  color: #fff;
  text-decoration: none;
}

.device_fl a:visited {
  color: #fff;
  text-decoration: none;
}



.float_btn {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  font-size: 100%;
  font-weight: bold;
  display: block;
  text-decoration: none;
  background: #df1041;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  position: relative;
}

.float_btn:hover {
  color: #df1041 !important;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.floating {
  display: inline-block;
  position: fixed;
  width: 100%;
  bottom: 0px;
  /* 70px から 10px に変更 */
  z-index: 9999;
  text-align: center;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
  /* スムーズな移動のためのトランジション追加 */
}

/* stepboxで止まった時のスタイル */
.floating.stopped {
  position: absolute;
  bottom: auto;
  /* JavaScriptで動的に設定されるtopプロパティを使用 */
}

@media screen and (min-width:769px) {
  .floating {
    bottom: 0px;
    /* PCでも10pxに統一 */
  }
}

/* ＿＿＿＿＿フローティングボタンまわりここまで＿＿＿＿＿ */
.offer_txt_box {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 640px;
}

.offer {
  margin: 0;
  padding: 30px 0 0 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 180%;
  color: #fdd11d;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 要素は中央揃え */
  justify-content: center;
  text-align: left;
  /* 文字は左揃え */
}

.offer_txt {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 85%;
  line-height: 180%;
  color: #fff;
  text-align: left;
  /* 文字は左揃え */
}


@media screen and (min-width:769px) {
  .device_bg {
    margin: 0 auto;
    padding: 30px 0 60px;
  }

  .btn {
    width: 640px;
    padding: 30px 0;
    font-size: 24px;
  }

  .btn_pk {
    width: 640px;
    padding: 20px 0;
    font-size: 24px;
  }

  .float_btn {
    width: 640px;
    margin: 0 auto 0 auto;
    padding: 25px 5px;
    font-size: 120%;
    font-weight: bold;
    display: block;
    text-decoration: none;
    background: #df1041;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    position: relative;
  }

  .offer {
    padding: 30px 0 0;
    font-size: 28px;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 要素は中央揃え */
    justify-content: center;
    text-align: left;
    /* 文字は左揃え */
  }

  .offer_txt {
    padding-left: 80px;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 1px;
    text-align: left;
    /* 文字は左揃え */
  }

}


.step_eng {
  margin: 0;
  padding: 45px 0 25px 10px;
  font-size: 140%;
  line-height: 150%;
  letter-spacing: 10px;
  text-align: center;
  color: #019f58;
  font-family: 'Roboto Condensed', sans-serif;
}

.step_box {
  margin: 0 20px 60px 20px;
  padding: 40px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step_pict {
  width: 34%;
  margin: 0;
  padding: 0;
}

.step_pict img {
  width: 100%;
}

.step_txt {
  width: 60%;
  margin: 0;
  padding: 0;
}

.step_txt p {
  font-size: 90%;
}

.step_title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  border-bottom: solid 1px #019f58;
}

.step_title span {
  font-size: 75%;
  font-weight: normal;
}

.step_caption {
  margin: 0;
  padding: 0;
  font-size: 70%;
  line-height: 160%;
  color: #666;
}

@media screen and (min-width:769px) {
  .step_eng {
    padding: 60px 0 30px 10px;
    font-size: 36px;
  }

  .step_box {
    width: 650px;
    margin: 10px auto 120px auto;
  }

  .step_pict {
    width: 240px;
  }

  .step_txt {
    width: 375px;
  }

  .step_txt p {
    font-size: 18px;
  }

  .step_title {
    margin: 0 0 30px 0;
    font-size: 24px;
    letter-spacing: 1px;
  }

  .step_title span {
    font-size: 16px;
  }

  .step_caption {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 1px;
  }
}


/* 0905追加上部新機能バーSP用 */
.notification-bar {
  font-size: 2em;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
  margin-right: 5px;
  font-weight: bold;
  width: 100%;
  background: -moz-linear-gradient(left, #019f58, #0c6374);
  background: -webkit-linear-gradient(left, #019f58, #0c6374);
  background: linear-gradient(to right, #019f58, #0c6374);
}

.new-news {
  margin: 0 auto;
  border-radius: 20px;
  color: #cf302e;
  font-feature-settings: "palt";
  font-size: 1em;
}

.new-news img {
  width: 90%;
}

/* 0905追加上部新機能バーPC用 */
@media screen and (min-width:769px) {
  .notification-bar {
    padding: 5px 0 0px;
    font-size: 1.4em;
  }

  .new-news {
    padding: 2px 5px;
    margin-right: 5px;
  }

  .new-news img {
    width: 600px;
  }
}

/*---------- ヘッダ下スケジュール ----------*/
.head_bg {
  margin: 0 auto;
  padding: 20px 0 60px;
  text-align: center;
  background: -moz-linear-gradient(left, #019f58, #0c6374);
  background: -webkit-linear-gradient(left, #019f58, #0c6374);
  background: linear-gradient(to right, #019f58, #0c6374);
}

.head-schedule {
  color: #fff;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.head-schedule_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  ;
}

.head-schedule-title {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  padding: 0;
}

.head-schedule-title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  gap: 16px;
  margin: 0 auto;
  padding: 20px 0 10px;
}

.head-schedule-title h2::before,
.head-schedule-title h2::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #fff;
  opacity: 0.7;
}

.head-schedule-title h2>span {
  display: inline-block;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}

/* 各講座行 */
.schedule-list {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.schedule-row {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.schedule-row:last-child {
  border-bottom: none;
}


.schedule-date {
  width: 30%;
  gap: 10px;
  text-align: right;
}

.schedule-lecture {
  width: 15%;
  text-align: center;
}

.schedule-title {
  text-align: left;
  ;
}

/* 昼夜の詳細行 */
.schedule-details {
  display: inline-block;
  margin-top: 32px;
}

.detail-row {
  justify-content: space-between;
  text-align: left;
  align-items: center;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 160%;
  padding: 0 0 10px 0;
}

.detail-row:last-child {
  margin-bottom: 0;
}

.highlight {
  display: inline-block;
  margin: 0 5px;
  font-size: 90%;
  line-height: 120%;
  border: #dfa915 solid 1px;
  color: #dfa915;

  font-weight: bold;
  padding: 2px 5px;
}

@media screen and (max-width:768px) {
  .head_bg {
    padding: 0 10px 45px;
  }

  .head-schedule {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .head-schedule_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    gap: 5px;
    ;
  }

  .head-schedule-title {
    max-width: 640px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    padding: 10px 0;
  }

  .head-schedule-title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    gap: 16px;
  }

  .head-schedule-title h2::before,
  .head-schedule-title h2::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #fff;
    opacity: 0.7;
  }

  .head-schedule-title h2>span {
    display: inline-block;
    padding: 0 8px;
    position: relative;
    z-index: 1;
  }

  /* 各講座行 */
  .schedule-list {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-size: 85%;
  }

  .schedule-row {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .schedule-row:last-child {
    border-bottom: none;
  }


  .schedule-date {
    width: 20%;
    text-align: left;
  }

  .schedule-lecture {
    width: 20%;
    text-align: left;
  }

  .schedule-title {
    text-align: left;
    width: 60%;
  }

  /* 昼夜の詳細行 */
  .schedule-details {
    display: inline-block;
    margin-top: 32px;
  }

  .detail-row {
    justify-content: space-between;
    text-align: center;
    align-items: center;
    margin-bottom: 8px;
    font-size: 90%;
    line-height: 160%;
    padding: 0 0 10px 0;
  }

  .detail-row:last-child {
    margin-bottom: 0;
  }

  .highlight {
    display: inline-block;
    margin: 0 5px;
    font-size: 90%;
    line-height: 120%;
    border: #dfa915 solid 1px;
    color: #dfa915;
    font-weight: bold;
    padding: 2px 5px;
  }
}

/* 開催スケジュール概要セクション */

.schedule_overview_content {
  max-width: 765px;
  margin: 0 auto;
}

.schedule_subtitle {
  margin: 5px;
  background-color: #a58e42;
  color: #fff;
  padding: 5px 20px;
  font-size: 70%;
}

@media screen and (min-width:769px) {

  .schedule_overview_title {
    font-size: 32px;
    margin-bottom: 30px;
  }


}

/*---------- 文字装飾 ----------*/

.bold {
  font-weight: bold;
}

.red {
  font-weight: bold;
  color: #dd0000;
}

.ul {
  text-decoration: underline;
}

.ym {
  font-weight: bold;
  background: linear-gradient(transparent 40%, #fdfd76 40%);
}

.caption {
  font-size: 75%;
  color: #666666;
  font-weight: normal;
  line-height: 150%;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mt {
  margin-top: 30px;
}

@media screen and (min-width:769px) {
  .mt {
    margin-top: 45px;
  }
}


/*---------- フッター ----------*/


#footer {
  margin: 0;
  padding: 30px 0;
  font-size: 75%;
  line-height: 200%;
  color: #fff;
  background: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

#footer a:link {
  color: #fff;
  text-decoration: underline;
}

#footer a:visited {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width:769px) {
  #footer {
    font-size: 12px;
  }
}