@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;
}

@media print,
screen and (min-width: 1025px) {
  .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;
}

.top_img+.denki_txt_box {
  margin-top: 30px;
}

.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;
  color: #008803;
  border-bottom: #999 solid 1px;
  padding-bottom: 6px;
  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);
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .unit .c-list .item {
    width: 100%;
  }
}

#holding_period .schedule_box2 .unit .c-list .item .c-link {
  display: flex;
  gap: 18px;
  align-items: center;
  color: inherit;
  transition: opacity ease .3s;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .unit .c-list .item .c-link {
    gap: 16px;
  }
}

#holding_period .schedule_box2 .unit .c-list .item .logo {
  width: clamp(120px,200/1078*100vw,200px);
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .unit .c-list .item .logo {
    width: clamp(120px,160/480*100vw,200px);
  }
}

#holding_period .schedule_box2 .unit .c-list .item .logo:not(.noline) {
  border: 1px solid #000;
}

#holding_period .schedule_box2 .unit .c-list .item .c-txt {
  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-txt {
    font-size: clamp(1.4rem,16/480*100vw,1.6rem);
  }
}

#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.-green {
  --talk-color: #0F4727;
  --talk-bg-color: #BCEDC4;
}

#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 .inner .txt_link {
  color: #29ABE2;
}

#holding_period .schedule_box2 .inner .unit .timetable {
  position: relative;
  --table-head-bg: #CCCCCC;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--table-head-bg);
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table-head {
    height: 37px;
  }
}

#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;
  border: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table th {
    font-size: 1rem;
    height: 30px;
  }
}

#holding_period .schedule_box2 .inner .unit .timetable .table th:first-of-type {
  width: 156px;
  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 th:nth-of-type(2) {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #holding_period .schedule_box2 .inner .unit .timetable .table th:first-of-type {
    width: clamp(80px,100/480*100vw,100px);
  }
}

#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: 1rem;
    height: 35px;
  }
}

#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.-purple {
  --table-color: #421A6A;
  --table-bg-color: #CFBDE0;
}
#holding_period .schedule_box2 .inner .unit .timetable .table td.-green {
  --table-color: #0F4727;
  --table-bg-color: #87DC91;
}
#holding_period .schedule_box2 .inner .unit .timetable .table td.-l_green {
  --table-color: #0F4727;
  --table-bg-color: #BCEDC4;
}

#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% -50%;
  top: 50%;
  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;
  /* transition: opacity ease .3s; */
}

#holding_period .schedule_box2 .inner .unit .timetable .scrollhint .icon .hand {
  position: absolute;
  /* opacity: 0; */
  top: 0;
  left: 0;
  /* transition: left ease .3s, opacity ease .3s; */
}

/* #holding_period .schedule_box2 .inner .unit .timetable .scrollhint.active .icon .hand {
  animation: scrollhint 1s ease .5s 2;
} */
/* @keyframes scrollhint  {
  0% {
    left: 100%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: -100%;
    opacity: 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 .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;
  }
}

#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 */