@charset "UTF-8";

p,
a,
ul,
li,
span,
div {
  font-family: "Noto Sans JP", "ryo-gothic-plusn", sans-serif;
}



 /* ============================================
           カラーテーマ設定（ここを変更するだけで全体の色が変わります）
           ============================================ */
       /*テーマ1: ブラック系 */
       

       :root {
            --midasi-text-color: #ffffff;
            --primary-color: #1A1616;
            --intable-text-color: #1A1616;
            --time-table-text-color: #fff;
            --text-color: #ffffff;
            --text-sub-color: #DEDEDE;
            --button-bg: #410909;
            --accent-color: #F02222;
            --timetable-bg: #858585;
            --box-color: #ffffff;
        }

        /* テーマ2: ブルー系（使用する場合はこちらをコメント解除） */
        /*
       :root {
                --midasi-text-color: #ffffff;
                --primary-color: #051c50;
                --intable-text-color: #051c50;
                --time-table-text-color: #fff;
                --text-color: #fff;
                --text-sub-color: #eee;
                --button-bg: #5184e7;
                --accent-color: #0089ff;
                --timetable-bg: #C3D2EF;
                --box-color: #ffffff;
            
        }*/
  

        /* テーマ3: ホワイト系（使用する場合はこちらをコメント解除） */
        
        
        /*:root {
            --midasi-text-color: #ffffff;
            --primary-color: #EFEFEF;
            --intable-text-color: #000;
            --time-table-text-color: #000;
            --text-color: #000;
            --text-sub-color: #eee;
            --button-bg: #393939;
            --accent-color: #E91E63;
            --timetable-bg: #fff;
            --box-color: #ffffff;
        }
        */
        






/*FV*/


.top_bg {
  background-image: url("https://storage.googleapis.com/clabel-upload-contents/kyousou_seminar/13/top_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top_bg_box {
  position: relative;
}


.topflex {
  height: auto;
  padding: 24px 0px;
  display: flex;
  justify-content: flex-start;
}

.fv_top_msg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.h1box {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  justify-content: space-between;
}

.h1box_top {
  display: flex;
  flex-direction: column;

}

.h1box_top h1 {
  margin: 0 0 10px;
  font-size: 5.2rem;
  font-weight: 600;
}



.h1box_top h2 {
  font-size: 3.8rem;
  margin: 0 0 10px;
  font-weight: 600;
} 
.fv_top_h1 {
  color: var(--midasi-text-color);
  letter-spacing: 2px;
}
.fv_top_h2 {
  color: var(--text-sub-color);
  letter-spacing: 2px;
  line-height: 1.4;
}

span.sm {
  font-size: 80%;
}
span.big{
  font-size: 140%;

}
span.accent {
  color: var(--accent-color);

}
.font-weight-800 {
  font-weight: 800;
}
.font_out_line {
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.negapad40 {
  margin-left: -40px;

}
.negapad20  {
  margin-left: -20px;

}

.h1box_top img.h2 {
  width: 60%!important;
    margin: 0;
}

@media screen and (min-width: 769px) {
  .sponly {
    display: none;
  }
.h1box_top_right {
  width:40%;
  min-width: 40%;

}
}
@media screen and (max-width: 768px) {
  .pconly {
    display: none;
  }
  .h1box_top_left, .h1box_top_right {
  width:100%;
  }
  .h1box {
            flex-wrap: wrap;
        flex-direction: column;
  }
  .top_information img.liveicon {
    display: none;
  }
}


.h1box_top_right img {
    width: auto;
    position: relative;
    z-index: 1;
    max-width: 100%;
}


.top_information h3 {
  color: var(--box-color);
  letter-spacing: 2px;
  margin-bottom: 0;
  margin-top: 20px;
}
.top_information img.liveicon {
  height: 40px;
  width: auto;
}

@media screen and (max-width: 769px) {
  .fv_top_msg {
    width: 90%;
    margin: 0 5%;
  }
  .h1box_top h1 {
    font-size: 4.2rem;
  }
  .h1box_top h2 {
    font-size: 2.4rem;
  }
  .negapad40,
  .negapad20 {
    margin-left: 10px;
  }
}
.top_date {
  display: flex;

}
.top_date p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 4rem;
  font-weight: 700;
  color:var(--box-color);
  letter-spacing: 0.05em;
}



.logobox {
  gap: 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--box-color);
  border-radius: 8px;
  padding: .2em;
}
.logobox li {
  background-color:var(--box-color);
  padding: 0.4em 0.4em;
  margin: 0.4em 0.4em 0.2em 0;
}
.logobox li img {
  max-height: 26px;
}
@media screen and (max-width: 425px) {
  .logobox {
    gap: 1px;
  }
}
/*八千代仕様*/
.h1box_top img {
  width: 180px;
  object-fit: contain;
  margin-right: 8px;
}

.h1box_top > img.h1img {
  min-width: 100%;
  width: 100%;
}

.outline_msg {
  padding: 2em 0 8em;
  background:var(--primary-color);
}


.outline_msg h1,
.outline_msg h2 {
  color:var(--text-color);
}


.mt3em {
  margin-top: 3em;
}


/*CTA*/

.cta_section {
  background-color: var(--button-bg);
}
.cta_bg {
  background-color:var(--button-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 6em 4em;
}

.cta_bg h2 {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--box-color);
}
.centering {
  text-align: center;
  margin: 0 auto;
}
.cta_btn_section {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
}
.cta_btn_section > img {
  margin: auto;
  width: 300px;
}

.cta_btn_section .arrow {
  background-color: var(--text-color);
}
.cta_btn_section .arrow::before {
  background-color: var(--text-color);
}

.cta_btn_section .arrow::after {
  background-color: var(--text-color);
}

.cta_btn {
  background: linear-gradient(93deg, #e44d62 19.64%, #f2d44a 109.83%);
  border-radius: 100px;
  align-items: center;

  width: 600px;
  display: inline-flex;
  padding: 1em 2em;
  justify-content: space-between;
  align-content: center;
  box-shadow: 0 4.976px 16.968px 4.976px rgba(245, 167, 90, 0.49);
  transition: 0.3s;
  margin-top: 1em;
}
.cta_btn:hover {
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
}
.cta_btn p {
  color: var(--text-color);
  font-size: 3.2rem;
  letter-spacing: 0.1em;

  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 1em;
}


/*CTA END*/




.seminar_target {
  margin-top: 3em;
  padding: 2em 6em;
  border-radius: 16px;
  background-color: var(--box-color);
  /*border: 1px solid #8edfff;
  box-shadow: 0 0 18.6px 12px rgba(142, 223, 255, 0.33);*/
}
.seminar_target h2 {
  margin: 1em -20px;
  color: var(--intable-text-color);
  font-size: 2em;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.seminar_target ul {
  color: var(--intable-text-color);
  text-align: left;
  margin: 1em auto;
  /*list-style: disc;*/
  font-size: 1.4em;
  font-weight: 400;
}
.seminar_target ul li {
  margin-bottom: 1em;
  letter-spacing: 0.08em;
}



/*TIME TABLE*/
.time_table {
  padding: 10em 0;
  background: var(--timetable-bg);
}
.time_table > h1 {
  color:  var(--primary-color);
}
.time_table h2,
.about_wrap h2,
.apply_wrap h2 {
  font-size: 4rem;
  letter-spacing: 0.2em;
  font-weight: 800;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
}
.about_wrap {
  padding: 10em 0;
  background-color: var(--timetable-bg);
}
.mbt4 {
  margin-bottom: 4em;
}

.time_table_inner.featureb.mbt4 table td.time.wh,
.time_table_inner.featureb.mbt4 table td.name strong,
.time_table_inner.featureb.mbt4 table td.name {
  color: var(--text-color);
}

.time_table_inner {
  padding: 40px 0;
  margin-top: 32px;
  background-color: var(--primary-color);
  border-radius: 16px;
}

.time_table_inner:nth-of-type(1) {
  margin-top: 80px;
}

.time_table_inner table tr {
  display: flex;
  align-items: start;
  width: 100%;
  justify-content: start;
  color: #fff;
}
.about_table_inner {
  padding: 1em 0;
  background-color: var(--primary-color);
}


.time_table_inner table,
.about_table_inner table {
  width: 100%;
}

.about_table_inner table tr {
  display: flex;
  justify-content: center;
  align-items: start;
}

.time_table_inner table tr.udline {
  border-bottom: dashed 2px var(--text-color);
  width: 90%;
  margin: auto;
}
.time_table_inner table tr.udline:nth-child(11) {
  border-bottom: none;
}

.about_table_inner table tr.udline {
  border-bottom: dashed 2px var(--text-color);
}

.time_table_inner table td.time {
  width: 25%;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: var(--text-color);
  padding-top: 1em;
  padding-bottom: 1em;
}
.time_table_inner table img {
  width: 150px;
}

.about_table_inner table td.about_name {
  min-width: 200px;

  /*background-color: var(--text-color);*/
  
  padding-top: 1.4em;
  padding-bottom: 1em;
}

.about_name p {
  font-size: 1.2em;
  color:var(--text-color);
  font-weight: 800;
  padding: .4em .4em .4em .3em;
  line-height: .9;
  margin-bottom: 0;
}

.time_table_inner table td.name {
  letter-spacing: 0.1em;
  padding-top: 32px;
  padding-bottom: 32px;
  width: 75%;
}

.time_table_inner table td.name span {
  background-color: var(--text-color);
  color: var(--primary-color);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  padding: 4px 8px;
  border-radius: 4px;
}

.about_table_inner table td.about_descrip {
  width: 70%;
  padding-left: 4%;
  font-size: 1.2em !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-top: 1.4em !important;
  padding-bottom: 1.4em;
  color: var(--time-table-text-color);
}
.about_table_inner table td.about_descrip p span {
  color: var(--text-color);
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.12em;

  border-radius: 2px;
  margin-right: 1em;
}
.time_table_inner table td.name p {
  font-weight: 600;
  color: var(--text-color);
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 0px;
}
.time_table_inner table td.name strong {
  font-weight: 700;
  margin-top: 28px;
  color: var(--text-color);
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) { 
  .about_table_inner table td.about_name {
background-color: var(--text-color);
}

.about_name p {
  color: var(--primary-color);
}




  .about_table_inner table tr {
justify-content: flex-start;
}
.about_table_inner {
  padding: 1em;
  }
  .time_table_inner:nth-of-type(1) {
  margin-top: 10px;
  }
  .time_table_inner {
  padding: 10px 0;
  }
}
/*TIME TABEL END*/



h1.leftline {
  font-size: 3.2em;
  letter-spacing: 0.15em;

}




/*SPEAKER*/

.lecture_detail {
  padding: 10em 0;
  background-color: var(--primary-color);
}
.lecture_detail h1 {
  color: var(--text-color);
}
.posirela {
  position: relative;
}

.lecture_detail_box {
  background-color: var(--box-color);
　position: relative;
width: 100%;
  /*box-shadow: 0px 5px 15px 0px rgba(141, 211, 255, 0.35);*/
  border-radius: 16px;
  margin: 5em 0 1.5em;
  display: flex;
}

.lecture_detail_box .speaker {
  border-bottom-left-radius: 8px;
  min-width: 300px;
  position: relative;
  border-top-left-radius: 8px;
}
.featureb {
  background-image: url("https://storage.googleapis.com/clabel-upload-contents/kyousou_seminar/13/topsession_back.png");
  position: relative;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
}
.lecture_detail_box .speaker img {
  width: 120%;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 0 16px;
}

.lecture_detail_box .speaker .profile {
  position: absolute;
  bottom: 4%;
  margin: 1em;
  width: 90%;
  background: var(--box-color);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 1em 1em;
  letter-spacing: 0.1em;
  border-radius: 8px;
}

.lecture_detail_box .speaker .profile span {
  font-size: 0.8rem;
}

.lecture_detail_box .speaker .profile .speaker_name {
  font-size: 2.4rem;
  margin-top: 8px;
  margin-bottom: 0;
}

.speaker:nth-child(1) .profile p {
  margin-bottom: 0;
}
.profile .position-detail {
  font-size: 1.2rem;
}

.profile .company,
.position {
  font-size: 1.6rem;
}
.lecture_detail_box .profile {
  font-size: 1.5rem;
  padding: 1em 0.4em;
  margin: 0;
  width: 95%;
  font-weight: 600;
}

.lecture_detail_box .description {
  background-color:var(--box-color);
  width: 100%;
  padding: 2em;
  z-index: 2;
  letter-spacing: 0.1em;
  line-height: 1.8;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.lecture_detail_box .description {
  padding-bottom: 20px;
}

.lecture_detail_box .description .lec_time {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--intable-text-color);
}
.lecture_detail_box .description .lec_num {
  background-color: var(--intable-text-color);
  color: var(--box-color);
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  padding: 4px 8px;
  border-radius: 4px;
}

.lecture_detail_box .description .lec_title {
  font-size: 2em;
  font-weight: 800;
  color: var(--intable-text-color);
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.lecture_detail_box .description .lec_descrip,
.career_des {
  font-size: 1.4rem;
  font-weight: 600;
}

h3.career {
  color:  var(--intable-text-color);

  padding-left: 0;
  font-size: 1.8em;
  font-weight: 700;
  margin-top: 0;
}

.lec_com_info {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.com_logo_img {
  min-width: 200px;
}

.com_logo_img img {
  max-width: 200px;
  max-height: 54px;
}
/*speaker end*/



h2.topbg {
  font-size: 3.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #09214f;
  display: inline-block;
  padding: 0.3em 0.6em 0.3em 0.2em;
  letter-spacing: 0.1em;
}


.top_information h3 span{
  border: solid 2px var(--box-color);
  font-size: 2.2rem;
  width: fit-content;
  padding: 4px 24px;
}




.top_btn {
  color: #061956;
  background-color: #fff;
  border-radius: 100px;
  display: inline-flex;
  padding: 0.25em 10em;
  justify-content: center;
  align-content: center;
  box-shadow: 0px 10px 10px -6px rgba(9, 39, 104, 0.49);

  transition: 0.3s;
}

.top_btn:hover {
  color: #191970;
  transform: translateY(5px);
  box-shadow: 0 0 0 #191970;
}
.top_btn p {
  font-size: 2.4rem;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 1em;
}





h2.outline {
  font-size: 1.8em;
  letter-spacing: 0.15em;
  line-height: 2;
  font-weight: 600;
}
h3.outline {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 400;
}

.featurebox {
  border: 1px solid #8edfff;
  box-shadow: inset 0 0 2px #fff, inset 3px 0 3px #00ffff, inset -3px 0 3px #0ff,
    inset 3px 0 3px #41cbc9, inset -3px 0 18px #0ff, 0 0 3px #fff,
    -3px 0 3px #41cbc9, 3px 0 3px #0ff;
}

.yobicir {
  font-size: 3.2rem;
  margin: 0 8px;
  margin-bottom: -10;
  padding-left: 2px;
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;

  color: #061956;
}





@media (min-width: 770px) and (max-width: 1121px) {
  .informationbox {
    margin-top: 40px;
  }
  .h1box {
    justify-content: center;
  }

  .h1box_top_right img {
    margin-top: 24px;
  }
  .top_information {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .top_date {
    margin-top: 0px;
  }
  .top_date p {
    font-size: 3.6rem;
    flex-wrap: nowrap;
  }
  .centering {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
.h1box_top_left {
  min-width: 60%;
}
.h1box_top_right img {
  width: auto;
  overflow: hidden;
}
.top_information h3 {
  font-size: 14px;
    padding: 4px 8px;
}
.top_information h3 span {
  font-size: 1.6rem;
}
}
@media screen and (max-width: 1024px) {
.h1box_top_left, .h1box_top_right {
  width: auto;
}
.top_information h3 {
  font-size: 12px;
  padding: 4px 14px;
}

}
@media screen and (max-width: 768px) {

  .lec_com_info {
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
    padding: .8em 0 0;
    margin-bottom: .8em;
  }
  .lecture_detail_box .description .lec_descrip, .career_des {
      font-size: .8em;
      font-weight: 500;
    }
    .outline_msg {
      padding: 0 0 8em;
      background:var(--primary-color);
    }


  .top_bg_box {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  h1.leftline {
    font-size: 2.4rem;
    margin-top: 0;
  }
  h2.outline {
    font-size: 1.6rem;
  }
  h3.outline {
    font-size: 1.4rem;
  }
  .outline {
    padding: 1em 0;
  }


  .h1boxsp img {
    width: 100%;
  }
  .h1box {
    justify-content: space-around;
  }

  .h1box_top img {
    width: 30%;
  }
  .topflex {
    align-items: center;

    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

 
  h2.topbg {
    font-size: 2.7rem;
  }
  
  .h1box_top img {
    width: 110px;
    margin-left: 16px;
  }

  .h1box_top_right img {
    width: 100%;
  }

  .top_date p {
    font-size: 4.2rem;
    text-align: left;
    margin-top: 8px;
  }

  .yobicir {
    margin-left: 8px;
    font-size: 3rem;
    padding-left: 0px;
    width: 48px;
    height: 48px;
  }


  /*.top_information img {
    margin-top: -64px;
    margin-left: -64px;
  }*/

 .top_information {
  margin-top: 20px;
  display: flex;
        flex-wrap: wrap;
 }
  .informationbox {
    margin-top: 64px;
  }
  .arrow {
    width: 60px;
  }
 
  .seminar_target {
    padding: 2em 0em;
  }
  .seminar_target h2 {
    font-size: 1.8rem;
    text-align: left;
    margin: 1em 20px;
  }
  .seminar_target ul {
    width: 80%;
    font-size: 1.1em;
  }

  .cta_bg {
    background-position: center;
    background-size: cover;
    padding: 3em 0 4em;
  }
  .time_table {
    padding: 6em 0;
  }
  .about_wrap {
    padding: 8em 0;
  }
  .time_table h2,
  .about_wrap h2,
  .apply_wrap h2 {
    font-size: 2.8rem;
  }
  .time_table_inner table td.name p {
    font-size: 1.4rem;
  }
  .time_table_inner table tr {
    flex-wrap: wrap;
    padding: .4em 0em;
  }
  .about_table_inner table tr {
    flex-wrap: wrap;
    padding: 1em 0;
  }

  .time_table_inner table td.time {
    width: 100%;
    font-size: 1.2em;
    padding: 0.2em 0 0;
  }
  .time_table_inner table td.name {
    width: 100%;
    padding: 0.2em 0em;
    font-size: 0.9em !important;
  }
  .time_table_inner table td.name strong {
    font-size: 1.2em;
  }

  .time_table_inner table td.name {
    margin-top: 16px;
  }

  .time_table_inner table tr.udline {
  }

  .cta_bg h2 {
    font-size: 2.2rem;
    line-height: 150%;
  }
  .cta_btn_section {
    margin-top: 3em;
  }
  .cta_btn p {
    font-size: 1.8rem;
    margin-right: 0;
  }
  .cta_btn {
    width: 90%;
    padding: 1em 1em;
  }

  .cta_btn_section img {
    width: 240px;
  }
  .cta_btn img {
    width: 64px;
  }
  .lecture_detail {
    padding: 6em 0;
  }

  .lecture_detail_box {
    flex-wrap: wrap;
  }

  .lecture_detail_box .speaker .profile {
    margin: 0.5em 1em;
    bottom: 2%;
    padding: 0.5em 1em;
  }

  .lecture_detail_box .profile {
    margin: .8em 0 0;
    padding: 0;
  }

  .lecture_detail_box .speaker .profile .speaker_name{
    font-size: 2.2rem;
  }
  .lecture_detail_box .speaker {
    border-top-left-radius: 8px;
    min-width: 100%;
    position: relative;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    max-height: 560px;
  }
  .lecture_detail_box .speaker img {
    width: 50%;
    position: relative;
    bottom: 0;
    margin:0 25%;
  }
  .lecture_detail_box .description {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    padding: 0 1em 2em;
  }
  .lecture_detail_box .description .lec_num {
    font-size: 1.1em;
  }
  .lecture_detail_box .description .lec_title {
    font-size: 1.2em;
  }
  .about_descrip p {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
  }
  .about_table_inner table td.about_name {

    min-width: auto;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }
  .about_table_inner table td.about_descrip {
    width: 100%;
    padding-top: 0.2em !important;
    padding-left: 0;
    font-size: 0.9em !important;
    letter-spacing: 0.1em;
    padding-top: 0.4em;
    padding-bottom: 1em;
  }
  .about_table_inner table td.about_descrip p span {
    display: table-cell;
    color: #fff;
  }
  h3.career {
  font-size: 1.4rem;
  }
}

@media (min-width: 426px) and (max-width: 769px) {
  .top_information img {
    margin-top: 0px;
    margin-left: 0px;
  }
  .h1box_top h1 {
    font-size: 4.8rem;
  }

    .lecture_detail_box .speaker {
max-height: 720px;
    }

    h3.career {
  font-size: 1.3rem;
  }

}




@media screen and (max-width: 425px) {
  .top_date p {
    font-size: 2.5rem;
    margin-top: -5px;
  }

  .h1box_top img {
    margin-left: 0;
  }
  .top_information h3 span {
    font-size: 2.2rem;
    padding: 4px 14px;
  }
  .informationbox {
    margin-top: 24px;
  }
  .top_date {
    margin-top: 20px;
  }

  .yobicir {
        margin-left: 8px;
        font-size: 2rem;
        padding-left: 0px;
        width: 32px;
        height: 32px;
        margin-bottom: 2px;
  }
  .logobox li img {
    max-height: 30px;
  }
}

@media screen and (max-width: 1199px) {
.informationbox {
  margin-top: 20px;
}
}

@media screen and (max-width: 375px) {
  
    
    .time_table_inner table td.name { 
      font-size: 0.7em!important;
    }
    .time_table_inner table td.name p {
        font-size: 1.2rem;
    }
}