<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* - - - - - - - - - - - layout (common) - - - - - - - - - - - */

#main img, #main video, #main object,
.fancybox-container img, .fancybox-container video, .fancybox-container object {
  max-width: 100%;
  height: auto;
}

#topicpathArea {
  width: auto !important;
  max-width: 1012px;
  margin: 0 auto;
  font-size: 93.75%;
}





/*==================================================================================================================================*/



/*layout (pc) */



/*==================================================================================================================================*/

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: block !important; }
.cnt_pc_inline { display: inline !important; }
.cnt_pc_inlineblock { display: inline-block !important; }
.cnt_pc_flex { display: flex !important; }
.cnt_pc_table { display: table !important; }
.cnt_sp { display: none !important; }
.cnt_sp_inline { display: none !important; }
.cnt_sp_inlineblock { display: none !important; }
.cnt_sp_flex { display: none !important; }
.cnt_sp_table { display: none !important; }

#main {
  position: relative;
  width: 100%;
  padding: 0 0 1px;

  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .05em;
  font-feature-settings : "palt" 1;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}

.fancybox-container {
  letter-spacing: .05em;
  font-feature-settings : "palt" 1;
  font-size: 15px;
}

#main *,
.fancybox-container * {
  font-family: 'Roboto', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#main a:link,
.fancybox-container a:link {
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-tap-highlight-color: #000;
  tap-highlight-color: #000;
}

#main a:visited,
.fancybox-container a:visited {
  text-decoration: none;
}

#main a:hover,
#main a:active,
.fancybox-container a:hover,
.fancybox-container a:active {
  text-decoration: none;
}

#topicpathArea {
  width: 1012px;
  margin: 0 auto;
}





/* - - - - - - - - - - - - - - - - - (content) - - - - - - - - - - - - - - - - - */

.dg_content {
  padding: 0 0 10px;
}

.h_logo {
  padding: 5px 40px 13px;
  text-align: left;
  background: #fff;
}

.titlebox {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 80px;
  overflow: hidden;
}

.mv_ill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86%;
  max-width: 640px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.main_copy h1 {
  width: 91%;
  max-width: 582px;
  margin: 0 auto;
}

.dg_title01 {
  position: absolute;
  top: 12.4%;
  right: 14.7%;
  width: 42%;
  max-width: 264px;
}

.dg_title02 {
  position: absolute;
  top: 44.5%;
  left: 12.5%;
  width: 75%;
  max-width: 474px;
}

.dg_title03 {
  position: absolute;
  top: 68.9%;
  left: 0;
  width: 100%;
}

.dg_title04 {
  position: absolute;
  top: 1.4%;
  left: 13.3%;
  width: 28.3%;
  max-width: 181px;
}

.dg_title05 {
  position: absolute;
  top: -9.5%;
  left: 0.5%;
  width: 22.2%;
  max-width: 142px;
}

#main .btn_fixed {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 999;
}

#main .btn_fixed li {
  width: 170px;
}

#main .btn_fixed li &gt; a,
#main .btn_fixed li &gt; span {
  display: block;
}

#main .btn_fixed li a:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

#main .event_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin: 0 auto 100px;
}

#main .event_lead h2 {
  position: relative;
  -webkit-flex-basis: 35.7%;
  -ms-flex-basis: 35.7%;
  flex-basis: 35.7%;
  max-width: 35.7%;
  width: 35.7%;
  margin: 0 -10% 0 0;
  padding: 50px 4%;
  background: #0066b5;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.56;
  text-align: right;
  color: #fff;
  z-index: 2;
}

#main .event_lead p {
  position: relative;
  -webkit-flex-basis: 74.3%;
  -ms-flex-basis: 74.3%;
  flex-basis: 74.3%;
  max-width: 74.3%;
  width: 74.3%;
  margin: 80px 0 0;
  padding: 50px 7% 50px 13%;
  background: #eff0f1;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 2.4;
  text-align: left;
}

#main .event_lead p:last-child {
  margin-bottom: 0;
}

#main .event_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 25px;
  width: 86%;
  max-width: 1200px;
  margin: 0 auto 75px;
}

#main .event_point .point {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 25px;
  padding: 20px 10px;
  background: #eff0f1;
  text-align: center;
}

#main .event_point .point:first-child {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0066b5;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #fff;
}

#main .point_num {
  font-weight: bold;
  font-size: 64px;
  color: #0066b5;
}

#main .point_ttl {
  display: inline-block;
  padding: 9px 20px 6px;
  background: #05bdcb;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

#main .point_img {
  width: 70%;
  max-width: 60px;
  margin: 5px auto 2px;
}

#main .point_txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
}

#main .cntbox_dg {
  position: relative;
  margin: 0 0 100px;
}

#main .cntbox_dg.cntbox_dg_wh {
  margin: 0 0 0;
}

#main .cntbox_dg h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  background: #0066b5;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#main .cnt_dg {
  margin: -110px 0 0;
  padding: 160px 0 80px;
  background: #eff0f1;
}

#main .cntbox_dg.cntbox_dg_wh .cnt_dg {
  background: #fff;
}

#main .cnt_dg p.comingsoon {
  padding: 50px 0;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #999;
}

#main .corp_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}

#main .corp_list &gt; div {
  -webkit-flex-basis: 48.4%;
  -ms-flex-basis: 48.4%;
  flex-basis: 48.4%;
  max-width: 580px;
  width: 48.4%;
  margin: 0 0 60px;
  border-top: 2px solid #0066b5;

}

#main h4 {
  width: 90%;
  max-width: 400px;
}

#main .corp_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#main .corp_txt {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  background: #0066b5;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.47;
  text-align: left;
  color: #fff;
}

#main .corp_btn {
  -webkit-flex-basis: 110px;
  -ms-flex-basis: 110px;
  flex-basis: 110px;
  max-width: 110px;
  width: 110px;
}

#main .corp_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #05bdcb;
}

#main .corp_btn a:hover {
  opacity: 0.8;
}

#main .corp_btn a span {
  display: block;
  padding: 19px 0 37px;
  background: url("../images/dg_icn_nwin.png") bottom 21px center / 12px auto no-repeat;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}





/* timetable_list */

.timetable_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 86%;
  margin: 0 auto;
}

.timetable_list &gt; div {
  -webkit-flex-basis: 24%;
  -ms-flex-basis: 24%;
  flex-basis: 24%;
  max-width: 24%;
  width: 24%;
  margin: 0 0 0;
  padding: 25px 20px 0;
  border-radius: 15px 15px 0 0;
  background: #fff;
  text-align: center;
}

.timetable_time {
  position: relative;
  margin: 0 auto 10px;
  padding: 0 0 8px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  color: #0066B5;
}

.timetable_time::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  background: #0066B5;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

h4.timetabe_title {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

h4.timetabe_title span {
  position: relative;
  display: inline-block;
  padding: 0 22px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #0066B5;
}

h4.timetabe_title span::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  background: #0066B5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

h4.timetabe_title span::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  background: #0066B5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.timetable_box {
  height: auto;
  min-height: 124px;
  margin: 0 auto 22px;
  padding: 0 0 20px;
  border-bottom: 2px solid #D6D6D6;
}

.timetable_box.timetable_box_last {
  margin: 0 auto 0;
  padding: 0 0 0;
  border-bottom: none;
}

.timetable_corp {
  margin: 0 auto 6px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.timetable_name {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.btn_zoom {
}

.btn_zoom a {
  display: block;
  padding: 22px 42px 19px;
  border-radius: 15px;
  background: url("../images/icn_zoom_wh.png") right 10px center / 30px auto no-repeat #45D972;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #fff;
}

.btn_zoom a:hover {
  background: url("../images/icn_zoom_wh.png") right 8px center / 30px auto no-repeat #6EE191;
}

.btn_zoom span {
  display: block;
  padding: 22px 42px 19px;
  border-radius: 15px;
  background: #AAAAAA;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1.1;
  text-align: center;
  color: #ddd;
}

.timetable_list &gt; div:nth-child(1) {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 1.5%;
  padding: 20px 20px 20px;
  border-radius: 15px 15px 15px 15px;
}

.timetable_list &gt; div:nth-child(1) .timetable_time {
  margin: 0 0 0;
  padding: 0 2.5% 0;
}

.timetable_list &gt; div:nth-child(1) .timetable_time::after {
  left: auto;
  right: 0;
  bottom: 0;
  top: 0;
  width: 4px;
  height: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.timetable_list &gt; div:nth-child(1) .timetable_name {
  flex: 1;
  margin: 0 2.5% 0;
  text-align: left;
}

.timetable_list &gt; div:nth-child(1) .btn_zoom {
  -webkit-flex-basis: 22%;
  -ms-flex-basis: 22%;
  flex-basis: 22%;
  max-width: 22%;
  width: 22%;
  margin: 0 0 0;
  padding: 0 0 0;
  border-bottom: none;
}

.timetable_list &gt; div:last-child {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 0;
  padding: 15px 15px 15px;
  border-radius: 0 0 15px 15px;
  border: none;
  text-align: center;
}

.timetable_list &gt; div:last-child .btn_zoom {
  width: 90%;
  max-width: 680px;
}





/*==================================================================================================================================*/



/*layout (tablet) */



/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 961px) {

}





/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: none !important; }
.cnt_pc_inline { display: none !important; }
.cnt_pc_inlineblock { display: none !important; }
.cnt_pc_flex { display: none !important; }
.cnt_pc_table { display: none !important; }
.cnt_sp { display: block !important; }
.cnt_sp_inline { display: inline !important; }
.cnt_sp_inlineblock { display: inline-block !important; }
.cnt_sp_flex { display: flex !important; }
.cnt_sp_table { display: table !important; }

body { min-width: auto; }

#main {
  position: relative;
  width: 100%;
  padding: 0 0 1px;
  font-size: 16px;
}

#topicpathArea {
  display: none;
}





/* - - - - - - - - - - - - - - - - - (content) - - - - - - - - - - - - - - - - - */

.dg_content {
  padding: 0 0 10px;
}

.h_logo {
  padding: 10px 15px 10px;
  text-align: left;
  background: #fff;
}

.h_logo img {
  width: 100px;
}

.titlebox {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
  overflow: hidden;
}

.mv_bg {
  width: 220%;
  min-width: 220%;
  margin: 0 -60%;
}

.mv_ill {
  position: absolute;
  left: 0;
  top: 0;
  width: 220%;
  min-width: 220%;
  margin: 0 -60%;
}

.main_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  max-width: 640px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.main_copy h1 {
  width: 91%;
  max-width: 582px;
  margin: 0 auto;
}

.dg_title01 {
  position: absolute;
  top: 12.4%;
  right: 14.7%;
  width: 42%;
  max-width: 264px;
}

.dg_title02 {
  position: absolute;
  top: 44.5%;
  left: 12.5%;
  width: 75%;
  max-width: 474px;
}

.dg_title03 {
  position: absolute;
  top: 68.9%;
  left: 0;
  width: 100%;
}

.dg_title04 {
  position: absolute;
  top: 1.4%;
  left: 13.3%;
  width: 28.3%;
  max-width: 181px;
}

.dg_title05 {
  position: absolute;
  top: -9.5%;
  left: 0.5%;
  width: 22.2%;
  max-width: 142px;
}

#main .btn_fixed {
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 999;
}

#main .btn_fixed li {
  width: 110px;
}

#main .btn_fixed li &gt; a,
#main .btn_fixed li &gt; span {
  display: block;
}

#main .btn_fixed li a:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

#main .event_lead {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 50px;
}

#main .event_lead h2 {
  position: relative;
  max-width: 92%;
  width: 92%;
  margin: 0 auto 0 0;
  padding: 30px 4% 30px 0;
  background: #0066b5;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.56;
  text-align: right;
  color: #fff;
  z-index: 2;
}

#main .event_lead p {
  position: relative;
  max-width: 92%;
  width: 92%;
  margin: -30px 0 0 auto;
  padding: 60px 4% 30px 4%;
  background: #eff0f1;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.0;
  text-align: left;
}

#main .event_lead p:last-child {
  margin-bottom: 0;
}

#main .event_point {
  display: block;
  width: 86%;
  max-width: 1200px;
  margin: 0 auto 50px;
}

#main .event_point .point {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 25px;
  padding: 15px 10px;
  background: #eff0f1;
  text-align: center;
}

#main .event_point .point:first-child {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  background: #0066b5;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #fff;
}

#main .point_num {
  font-weight: bold;
  font-size: 40px;
  color: #0066b5;
}

#main .point_ttl {
  display: inline-block;
  padding: 9px 20px 6px;
  background: #05bdcb;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

#main .point_img {
  width: 70%;
  max-width: 60px;
  margin: 5px auto 2px;
}

#main .point_txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
}

#main .cntbox_dg {
  position: relative;
  margin: 0 0 100px;
}

#main .cntbox_dg.cntbox_dg_wh {
  margin: 0 0 0;
}

#main .cntbox_dg h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  background: #0066b5;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#main .cnt_dg {
  margin: -85px 0 0;
  padding: 110px 0 30px;
  background: #eff0f1;
}

#main .cntbox_dg.cntbox_dg_wh .cnt_dg {
  background: #fff;
}

#main .cnt_dg p.comingsoon {
  padding: 30px 0;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #999;
}

#main .corp_list {
  display: block;
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}

#main .corp_list &gt; div {
  max-width: 100%;
  width: 100%;
  margin: 0 0 45px;
  border-top: 2px solid #0066b5;

}

#main h4 {
  width: 90%;
  max-width: 400px;
}

#main .corp_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#main .corp_txt {
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 20px;
  background: #0066b5;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.47;
  text-align: left;
  color: #fff;
}

#main .corp_btn {
  -webkit-flex-basis: 90px;
  -ms-flex-basis: 90px;
  flex-basis: 90px;
  max-width: 90px;
  width: 90px;
}

#main .corp_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #05bdcb;
}

#main .corp_btn a:hover {
  opacity: 0.8;
}

#main .corp_btn a span {
  display: block;
  padding: 19px 0 37px;
  background: url("../images/dg_icn_nwin.png") bottom 21px center / 12px auto no-repeat;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}





/* timetable_list */

.timetable_list {
  display: block;
  position: relative;
  width: 86%;
  margin: 0 auto;
}

.timetable_list &gt; div {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 0 20px;
  padding: 25px 20px 10px;
  border-radius: 15px 15px 15px 15px;
  background: #fff;
  text-align: center;
}

.timetable_time {
  position: relative;
  margin: 0 auto 10px;
  padding: 0 0 8px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  color: #0066B5;
}

.timetable_time::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background: #0066B5;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

h4.timetabe_title {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
}

h4.timetabe_title span {
  position: relative;
  display: inline-block;
  padding: 0 22px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  color: #0066B5;
}

h4.timetabe_title span::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  background: #0066B5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

h4.timetabe_title span::after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  background: #0066B5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.timetable_box {
  height: auto;
  min-height: auto;
  margin: 0 auto 22px;
  padding: 0 0 20px;
  border-bottom: 2px solid #D6D6D6;
}

.timetable_box.timetable_box_last {
  margin: 0 auto 20px;
  padding: 0 0 0;
  border-bottom: none;
}

.timetable_corp {
  margin: 0 auto 6px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.timetable_name {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.btn_zoom {
}

.btn_zoom a {
  display: block;
  padding: 22px 40px 19px;
  border-radius: 15px;
  background: url("../images/icn_zoom_wh.png") right 10px center / 30px auto no-repeat #45D972;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: #fff;
}

.btn_zoom a:hover {
  background: url("../images/icn_zoom_wh.png") right 8px center / 30px auto no-repeat #6EE191;
}

.btn_zoom span {
  display: block;
  padding: 22px 40px 19px;
  border-radius: 15px;
  background: #AAAAAA;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: center;
  color: #ddd;
}

.timetable_list &gt; div:nth-child(1) {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0 0 20px;
  padding: 25px 20px 25px;
  border-radius: 15px 15px 15px 15px;
}

.timetable_list &gt; div:nth-child(1) .timetable_time {
  margin: 0 auto 10px;
  padding: 0 0 8px;
}

.timetable_list &gt; div:nth-child(1) .timetable_time::after {
  left: 50%;
  right: auto;
  bottom: 0;
  top: auto;
  width: 40px;
  height: 3px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.timetable_list &gt; div:nth-child(1) .timetable_name {
  margin: 0 auto 20px;
  text-align: center;
}

.timetable_list &gt; div:nth-child(1) .btn_zoom {
  max-width: 100%;
  width: 100%;
  margin: 0 0 0;
  padding: 0 0 0;
  border-bottom: none;
}

.timetable_list &gt; div:last-child {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 0 0;
  padding: 25px 20px 25px;
  border-radius: 15px 15px 15px 15px;
  border: none;
  text-align: center;
}

.timetable_list &gt; div:last-child .btn_zoom {
  width: 90%;
  max-width: 680px;
}





}





/* - - - - - - - - - - - - - - - - - (print) - - - - - - - - - - - - - - - - - */

@media print {
  html, body { width: 1100px; }
  .btn_fixed { display: none; }
  .aos-init { opacity: 1 !important; transform: translate(0) !important; }
}

/* - - - - - - - - - - - /end - - - - - - - - - - - */









</pre></body></html>