@media print,
screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }
}

.wb {
  display: inline-block;
}

.wrapper {
  width: 90%;
  max-width: 970px;
  margin: auto;
  padding: 0 10px;
}

@media only screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}

.denki_sec.bg_gray {
  padding: 60px 0;
  background-color: #F2F2F2;
}

.denki_sec {
  padding-top: 60px;
}

@media only screen and (max-width: 750px) {
  .denki_sec {
    padding-top: 45px;
  }

  .denki_sec.bg_gray {
    padding: 30px min(calc(40/480*100vw),40px) 45px;
  }
}

.denki_tit_box {
  padding-bottom: 27px;
}

.denki_tit_box .denki_tit {
  font-size: 27px;
  font-weight: 900;
  color: #008803;
}

.denki_tit_box.p_none {
  padding-bottom: 0;
}

#denki_top .denki_txt {
  margin-top: 30px;
}

@media only screen and (max-width: 750px) {
  #denki_top .top_img {
    margin-bottom: 30px;
  }

  #denki_top .denki_txt {
    margin-top: 30px;
  }
}

#denki_top .img_flex {
  display: flex;
  gap: 20px 22px;
}
@media screen and (max-width: 750px) {
  #denki_top .img_flex {
    flex-direction: column;
  }
}
#denki_top .img_flex figure {
  max-width: 400px;
  display: block;
}
@media screen and (max-width: 750px) {
  #denki_top .img_flex figure {
    max-width: 344px;
  }
}
#denki_top .img_flex figure figcaption {
  font-size: 1.8rem;
  font-weight: 700;
  color: #008803;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #denki_top .img_flex figure figcaption {
    margin-bottom: 8px;
  }
}
#denki_top .img_flex figure .img {
  width: 100%;
  display: block;
  border: 2px solid #008803;
}

.denki_txt_box:not(:last-of-type) {
  padding-bottom: 28px;
}

#mainContents .green {
  color: #008803;
}

#mainContents .red {
  color: #FE2228;
}

.denki_txt_box .denki_lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
}

.denki_txt_box .denki_txt {
  text-align: justify;
  line-height: 2;
}

.denki_txt_box .step_txt {
  font-size: 18px;
  color: #008803;
  font-weight: 900;
  padding-bottom: 8px;
}

#holding_period .schedule_box {
  max-width: 950px;
  gap: 4.212%;
  margin: auto;
}

#holding_period .l_contents {
  color: #fff;
  background-color: #008803;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#holding_period .l_contents .inner_content {
  width: 100%;
  padding: 60px 27px;
}

#holding_period .l_contents .schedule_tit {
  font-size: clamp(20px,24/1280*100vw,24px);
  font-weight: 900;
  text-align: center;
}

#holding_period .l_contents .schedule_tit+.box {
  margin-top: 45px;
}

#holding_period .l_contents .box+.box {
  margin-top: 25px;
}

#holding_period .l_contents .schedule_head {
  position: relative;
  font-size: clamp(16px,18/1280*100vw,18px);
  font-weight: bold;
  padding-bottom: 5px;
}

#holding_period .l_contents .schedule_head::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

#holding_period .l_contents .schedule_head+.schedule_txt {
  margin-top: 10px;
}

#holding_period .l_contents .schedule_txt {
  font-size: clamp(14px,16/1280*100vw,16px);
  line-height: 1.6;
}

#holding_period .l_contents .schedule_txt.-indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

#holding_period .l_contents .schedule_note {
  font-size: clamp(12px,14/1280*100vw,14px);
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

#holding_period .l_contents .schedule_txt02 {
  font-weight: 900;
}

#holding_period .r_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  flex: 1;
}

#holding_period .r_contents .schedule_time {
  font-weight: 900;
  line-height: 1.6;
}

#holding_period .r_contents .inner_content {
  padding: 20px;
  margin: auto;
}

#holding_period .r_contents .schedule_datail {
  line-height: 1.8;
  padding-top: 14px;
}

#holding_period .r_contents .top_content,
#holding_period .r_contents .middle_content {
  border-bottom: 1px solid #ddd;
}

#holding_period .r_contents .company_list {
  line-height: 1.6;
}

#holding_period .r_contents .company_list .txt_blue {
  color: #29ABE2;
}

#holding_period .r_contents .company_list .txt_black {
  color: #333333;
}

@media print,
screen and (min-width: 1025px) {
  #holding_period {
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0;
  }

  #holding_period .schedule_box {
    /* width: 74.2%; */
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
  }

  #holding_period .schedule_time {
    font-size: 18px;
  }

  #holding_period .l_contents {
    min-height: 600px;
    width: 38.527%;
  }

  #holding_period .l_contents .schedule_txt02 {
    font-size: 24px;
  }

  #holding_period .r_contents {
    width: 57.265%;
    min-height: 600px;
  }

  #holding_period .r_contents .schedule_datail {
    padding-top: 10px;
  }

  #holding_period .r_contents .top_content,
  #holding_period .r_contents .middle_content {
    padding-bottom: 30px;
  }

  #holding_period .r_contents .company_list {
    font-size: 12px;
    padding-top: 16px;
  }

  #holding_period .r_contents .middle_content {
    padding-top: 30px;
  }

  #holding_period .r_contents .bottom_content {
    padding-top: 30px;
  }
}

@media print,
screen and (min-width: 751px) and (max-width: 1024px) {
  #holding_period {
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0;
  }

  #holding_period .schedule_box {
    width: 84%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
  }

  #holding_period .l_contents {
    min-height: 530px;
    width: 38.5%;
    padding: 20px 0;
  }

  #holding_period .l_contents .inner_content {
    padding: 40px 27px;
  }

  #holding_period .l_contents .schedule_txt {
    font-size: 16px;
    margin-top: 30px;
  }

  #holding_period .l_contents .schedule_txt02 {
    font-size: 14px;
  }

  #holding_period .r_contents {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 57.2%;
    min-height: 530px;
  }

  #holding_period .r_contents .top_content {
    padding-bottom: 10px;
  }

  #holding_period .r_contents .top_content .schedule_datail {
    font-size: 12px;
    padding-top: 12px;
  }

  #holding_period .r_contents .company_list {
    font-size: 12px;
    padding-top: 12px;
  }

  #holding_period .r_contents .middle_content {
    padding-top: 10px;
  }

  #holding_period .r_contents .bottom_content {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 750px) {
  #holding_period {
    width: 100vw;
    margin: 35px calc(50% - 50vw) 0;
  }

  #holding_period .schedule_box {
    width: 90.9%;
  }

  #holding_period .schedule_time {
    font-size: 18px;
  }

  #holding_period .l_contents .schedule_tit+.box {
    margin-top: 40px;
  }

  #holding_period .l_contents .inner_content {
    margin: auto;
    padding: 60px 30px;
  }

  #holding_period .l_contents .schedule_tit {
    font-size: 24px;
  }

  #holding_period .l_contents .schedule_head {
    font-size: 18px;
  }

  #holding_period .l_contents .schedule_txt {
    font-size: 18px;
    margin-top: 30px;
  }

  #holding_period .l_contents .schedule_note {
    font-size: 14px;
  }

  #holding_period .l_contents .schedule_txt02 {
    font-size: 24px;
  }

  #holding_period .r_contents {
    padding: 30px 0;
  }

  #holding_period .r_contents .top_content {
    padding-bottom: 30px;
  }

  #holding_period .r_contents .top_content .schedule_datail {
    font-size: 14px;
    padding-top: 16px;
  }

  #holding_period .r_contents .company_list {
    font-size: 12px;
    padding-top: 16px;
  }

  #holding_period .r_contents .middle_content {
    padding: 30px 0;
  }

  #holding_period .r_contents .bottom_content {
    padding-top: 30px;
  }
}

#holding_period .schedule_box2 {
  max-width: 950px;
  width: 90%;
  background-color: #008803;
  padding: 35px 28px 30px;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  #holding_period .schedule_box2 {
    width: 100%;
    padding: 35px 18px 20px;
  }
}

#holding_period .schedule_box2 .box_head .note {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}

#holding_period .schedule_box2 .inner {
  background-color: #fff;
  padding: 40px 46px 45px;
}

@media only screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner {
    padding: 25px 20px;
  }
}

#holding_period .schedule_box2 .inner .unit {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit {
    font-size: clamp(1.4rem,16/480*100vw,1.6rem);
  }
}

#holding_period .schedule_box2 .inner .unit+.unit {
  margin-top: 28px;
}

#holding_period .schedule_box2 .inner .unit .inner_head {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: #999 solid 1px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .inner_head {
    font-size: clamp(1.6rem,18/480*100vw,1.8rem);
  }
}

#holding_period .schedule_box2 .unit .c-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 26px;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .unit .c-list {
    flex-direction: column;
  }
}

#holding_period .schedule_box2 .unit .c-list .item {
  width: calc((100% - 26px)/2);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 5px 15px;
  grid-template-areas:
    "img name"
    "img txt";
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .unit .c-list .item {
    width: 100%;
    gap: 8px 15px;
    grid-template-areas: 
    "img name"
    "txt txt"; 
  }
}
#holding_period .schedule_box2 .unit .c-list .item .logo {
  grid-area: img;
  width: clamp(120px,200/1078*100vw,200px);
  height: fit-content;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .unit .c-list .item .logo {
    width: min(calc(144/480*100vw),144px);
  }
}

#holding_period .schedule_box2 .unit .c-list .item .logo:not(.noline) {
  border: 1px solid #000;
}

#holding_period .schedule_box2 .unit .c-list .item a {
  color: #29ABE2;
}
#holding_period .schedule_box2 .unit .c-list .item .c-link {
  grid-area: name;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .unit .c-list .item .c-link {
    font-size: 1.4rem;
    align-self: center;
  }
}
#holding_period .schedule_box2 .unit .c-list .item .c-taglist {
  grid-area: txt;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  gap: 0 1rem;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .unit .c-list .item .c-taglist {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
  }
}
#holding_period .schedule_box2 .unit .c-list .item .c-taglist .tag {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  display: block;
}

#holding_period .schedule_box2 .unit .conts_list li+li {
  margin-top: 23px;
}

#holding_period .schedule_box2 .unit .conts_list .talk {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7143;
  letter-spacing: 0.04em;
  color: var(--talk-color,inherit);
  border-radius: 4px;
  background: url(../img/denki/bg-noise.jpg);
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,.25));
  padding: 10px 14px;
  margin-top: 14px;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .unit .conts_list .talk {
    margin-top: 12px;
  }
}
#holding_period .schedule_box2 .unit .conts_list .talk.comingsoon {
  min-height: 98px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #FE2228;
  background: #E6E6E6;
  border-radius: unset;
  filter: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .unit .conts_list .talk.comingsoon {
    min-height: 142px;
  }
}

#holding_period .schedule_box2 .unit .conts_list .talk.-blue {
  --talk-color: #18334A;
  --talk-bg-color: #A6E0F7;
}
#holding_period .schedule_box2 .unit .conts_list .talk.-orange {
  --talk-color: #4B311C;
  --talk-bg-color: #F7BB7F;
}
#holding_period .schedule_box2 .unit .conts_list .talk.-purple {
  --talk-color: #421A6A;
  --talk-bg-color: #CFBDE0;
}

#holding_period .schedule_box2 .unit .conts_list .talk::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* triangle dimension */
  --b: 14px; /* base */
  --h: 9px; /* height */

  --p: 32px; /* triangle position (0%:left 100%:right) */
  --r: 4px; /* the radius */
  --c: var(--talk-bg-color);

  border-radius: min(var(--r),var(--p) - var(--b)/2) min(var(--r),100% - var(--p) - var(--b)/2) var(--r) var(--r)/var(--r);
  clip-path: polygon(0 0,0 100%,100% 100%,100% 0,
    min(100%,var(--p) + var(--b)/2) 0,
    var(--p) calc(-1*var(--h)),
    max(0%  ,var(--p) - var(--b)/2) 0);
  background: var(--c);
  border-image: conic-gradient(var(--c) 0 0) fill 0/
    0 calc(100% - var(--p) - var(--b)/2) var(--r) calc(var(--p) - var(--b)/2)/
    var(--h) 0 0 0;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: -1;
}
#holding_period .schedule_box2 .unit .conts_list .talk.comingsoon::before {
  content: unset;
}

#holding_period .schedule_box2 .inner .txt_link {
  color: #29ABE2;
}

#holding_period .schedule_box2 .inner .unit .timetable_comingsoon {
  min-height: 225px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #FE2228;
  background: #E6E6E6;
  border-radius: unset;
  filter: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 10px 14px;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable_comingsoon {
    min-height: 240px;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable {
  position: relative;
  --table-head-bg: #BCEDC4;
  --table-head-color: #032813;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable {
    margin-top: 12px;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table-head {
  height: 46px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--table-head-color);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--table-head-bg);
}

#holding_period .schedule_box2 .inner .unit .timetable .table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table {
    overflow-x: scroll;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable table {
    width: 612px;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table th {
  position: relative;
  height: 50px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  vertical-align: middle;
  text-align: center;
  color: var(--table-head-color);
  border: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table th {
    font-size: 1rem;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table th:first-of-type {
  width: 78px;
  border-left: unset;
}
#holding_period .schedule_box2 .inner .unit .timetable .table th:last-of-type {
  border-right: unset;
}
#holding_period .schedule_box2 .inner .unit .timetable .table :is(th:nth-of-type(2),.table th:nth-of-type(3) ) {
  width: 46%;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table th:nth-of-type(1) {
    width: 9%;
  }  
  #holding_period .schedule_box2 .inner .unit .timetable .table :is(th:nth-of-type(2),.table th:nth-of-type(3) ) {
    width: 45.5%;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table th::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--table-head-bg);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}

#holding_period .schedule_box2 .inner .unit .timetable .table td {
  position: relative;
  height: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: middle;
  text-align: center;
  color: var(--table-color, var(--table-head-color));
  background: url(../img/denki/bg-noise.jpg);
  border: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table td {
    font-size: 0.8rem;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table td:first-of-type {
  font-size: 1.4rem;
  font-weight: 400;
  /* color: #fff; */
  border-left: unset;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table td:nth-of-type(1) {
    font-size: 1rem;
  }
}
#holding_period .schedule_box2 .inner .unit .timetable .table td:last-of-type {
  border-right: unset;
}

#holding_period .schedule_box2 .inner .unit .timetable .table td.-blue {
  --table-color: #18334A;
  --table-bg-color: #A6E0F7;
}
#holding_period .schedule_box2 .inner .unit .timetable .table td.-orange {
  --table-color: #4B311C;
  --table-bg-color: #F7BB7F;
}
#holding_period .schedule_box2 .inner .unit .timetable .table td.-gray {
  --table-bg-color: #CCCCCC;
}
#holding_period .schedule_box2 .inner .unit .timetable .table td.-purple {
  --table-color: #421A6A;
  --table-bg-color: #CFBDE0;
}

#holding_period .schedule_box2 .inner .unit .timetable .table td::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--table-bg-color, var(--table-head-bg));
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}

#holding_period .schedule_box2 .inner .unit .timetable .table td .txt {
  position: relative;
}

#holding_period .schedule_box2 .inner .unit .timetable+.note {
  margin-top: 8px;
}

#holding_period .schedule_box2 .inner .unit .timetable .scrollhint {
  position: absolute;
  width: 122px;
  background-color: rgba(255,255,255,.55);
  box-shadow: 0px 0px 3.4px rgba(0,0,0,.25);
  border-radius: 9px;
  opacity: 0;
  padding: 8px;
  translate: -50% 0;
  top: 350px;
  left: 50%;
}

#holding_period .schedule_box2 .inner .unit .timetable .scrollhint.active {
  opacity: 1;
}

#holding_period .schedule_box2 .inner .unit .timetable .scrollhint .icon {
  position: relative;
  width: 42px;
  margin: 0 auto;
}

#holding_period .schedule_box2 .inner .unit .timetable .scrollhint .icon .arrow {
  opacity: 0;
}

#holding_period .schedule_box2 .inner .unit .timetable .scrollhint .icon .hand {
  position: absolute;
  top: 0;
  left: 0;
}

#holding_period .schedule_box2 .inner .unit .timetable .scrollhint .hint-txt {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 4px;
}

#holding_period .schedule_box2 .inner .unit .timetable .table-tab {
  display: flex;
  width: 100%;
}

#holding_period .schedule_box2 .inner .unit .timetable .table-tab .tab {
  width: 50%;
  padding: 20px 25px;
  background-color: #808080;
  cursor: pointer;
  transition: opacity 300ms ease;
}

@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table-tab .tab {
    padding: 14px;
  }
}

@media screen and (min-width: 751px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table-tab .tab:hover {
    opacity: 0.6;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table-tab .tab.-active {
  position: relative;
  background-color: #008803;
}

#holding_period .schedule_box2 .inner .unit .timetable .table-tab .tab.-active::after {
  content: '';
  position: absolute;
  translate: -50% 0;
  bottom: -23px;
  left: 50%;
  width: 42px;
  height: 24px;
  background: url(../img/denki/table-deco_triangle.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table-tab .tab.-active::after {
    bottom: -11px;
    width: 21px;
    height: 12px;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table-tab .tab .day {
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table-tab .tab .day {
    font-size: 1.0rem;
    color: #fff;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table-tab .tab .head {
  font-size: 2.4rem;
  color: #fff;
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table-tab .tab .head {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table-img {
  margin-top: 48px;
}

@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table-img {
    width: 100%;
    overflow-x: scroll;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table-img .image {
  max-width: 800px;
  width: 100%;
  height: auto;
  display: none;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table-img .image {
    width: 640px;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table-img .image img {
  width: 100%;
  height: max-content;
}

#holding_period .schedule_box2 .inner .unit .timetable .table-img .image.-active {
  display: block;
}

#holding_period .schedule_box2 .inner .unit .note {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  text-indent: -1em;
  display: block;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .note {
    font-size: 1.4rem;
  }
}

#holding_period .schedule_box2 .inner .unit .map {
  width: 560px;
  margin-top: 18px;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .map {
    width: min(100%,310px);
  }
}

#app {
  margin: auto;
}

#app .app_step {
  margin-top: 30px;
}

#app .btn_box {
  padding: 40px 0 70px;
  text-align: center;
}

#app .btn_box a {
  -webkit-transition: .3s;
  transition: .3s;
}

#app .btn_box a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 750px) {
  #app .app_step {
    margin-top: 30px;
  }

  #app .btn_box {
    padding: 40px 0;
    text-align: center;
  }
}

.btn_img {
  margin-top: 40px;
}

.btn_img a {
  transition: 0.3s;
}

.btn_img a:hover {
  opacity: 0.6;
}

/*# sourceMappingURL=denki.css.map */