.right-section {
  width: 100%;
  padding: 20px 20px 40px;
}
@media print, screen and (min-width: 960px) {
  .right-section {
    margin-left: 550px;
    padding: 40px 50px;
  }
}
.right-section__inner {
  max-width: 650px;
  margin: 0 auto;
}
.right-section .schedule-wrap {
  border: 1px solid #ccc;
  border-radius: clamp(0.25rem, 0.15909rem + 0.45455vw, 0.5rem);
  padding: clamp(1.25rem, 0.79545rem + 2.27273vw, 2.5rem);
  position: relative;
  margin-top: 24px;
  margin-bottom: clamp(1.25rem, 0.79545rem + 2.27273vw, 2.5rem);
}
.right-section .schedule-wrap .schedule-ttl {
  font-size: clamp(1.125rem, 1.07955rem + 0.22727vw, 1.25rem);
  position: absolute;
  background: #fff;
  padding: 0 24px;
  top: -16px;
}
.right-section .schedule-wrap .schedule-ttl::before, .right-section .schedule-wrap .schedule-ttl::after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: clamp(0.8125rem, 0.74432rem + 0.34091vw, 1rem);
  height: clamp(0.8125rem, 0.74432rem + 0.34091vw, 1rem);
  background: #ccc;
  border-radius: 100px;
}
.right-section .schedule-wrap .schedule-ttl::before {
  left: 0;
}
.right-section .schedule-wrap .schedule-ttl::after {
  right: 0;
}
.right-section .schedule-wrap__inner {
  position: relative;
}
.right-section .schedule-wrap__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  width: 2px;
  height: 100%;
  background: #dadada;
}
@media only screen and (min-width: 640px) {
  .right-section .schedule-wrap__inner::before {
    left: 132px;
  }
}
.right-section .schedule-wrap dl:nth-of-type(n+2) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px dashed #ccc;
}
.right-section .schedule-wrap dl dt {
  font-size: clamp(1rem, 0.95455rem + 0.22727vw, 1.125rem);
  width: 100%;
  position: relative;
  margin-bottom: 4px;
  padding-left: 18px;
}
@media only screen and (min-width: 640px) {
  .right-section .schedule-wrap dl dt {
    width: 140px;
    margin: 0;
    padding: 0;
    padding-right: 20px;
  }
}
.right-section .schedule-wrap dl dt::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #333;
  border-radius: 100px;
}
@media only screen and (min-width: 640px) {
  .right-section .schedule-wrap dl dt::before {
    left: inherit;
    right: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .right-section .schedule-wrap dl dt::before {
    top: 9px;
  }
}
.right-section .schedule-wrap dl dt span {
  font-size: clamp(0.6875rem, 0.64205rem + 0.22727vw, 0.8125rem);
}
.right-section .schedule-wrap dl dd {
  width: 100%;
  margin-left: 16px;
}
@media only screen and (min-width: 640px) {
  .right-section .schedule-wrap dl dd {
    width: auto;
    flex: 1;
  }
}
.right-section .schedule-wrap dl dd p {
  background: #333;
  color: #fff;
  border-radius: 4px;
  font-size: clamp(0.875rem, 0.82955rem + 0.22727vw, 1rem);
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 4px;
}
.right-section .schedule-wrap dl dd p span {
  font-size: clamp(0.75rem, 0.70455rem + 0.22727vw, 0.875rem);
}
.right-section .schedule-wrap dl dd ul li.attention {
  color: #cc1144;
  font-size: clamp(0.6875rem, 0.66477rem + 0.11364vw, 0.75rem);
}
.right-section .schedule-wrap dl dd ul li u {
  border-color: #cc1144;
}
.right-section .btn-link li {
  width: 48%;
}
.right-section .btn-link li a {
  background: #0F47BB;
  color: #fff;
  font-size: clamp(1rem, 0.95455rem + 0.22727vw, 1.125rem);
  display: block;
  border-radius: 100px;
  padding: clamp(0.5rem, 0.40909rem + 0.45455vw, 0.75rem) 0;
  margin-bottom: 4px;
  transition: all .3s;
}
@media (hover: hover) {
  .right-section .btn-link li a:hover {
    opacity: .7;
  }
}
.right-section .btn-link li p {
  line-height: 1.5;
}
.right-section .file-wrap:nth-of-type(n+2) {
  margin-top: clamp(1.25rem, 0.79545rem + 2.27273vw, 2.5rem);
  padding-top: clamp(1.25rem, 0.79545rem + 2.27273vw, 2.5rem);
  border-top: 1px dashed #ccc;
}
.right-section .file-wrap__inner {
  margin: 0 clamp(0rem, -0.90909rem + 4.54545vw, 2.5rem);
}
.right-section .file-wrap__inner h2 {
  font-size: clamp(1.25rem, 1.15909rem + 0.45455vw, 1.5rem);
  color: #0F47BB;
  margin-bottom: clamp(0.25rem, 0.15909rem + 0.45455vw, 0.5rem);
}
.right-section .file-wrap__inner .form-txt {
  margin-bottom: 16px;
}

/*# sourceMappingURL=page.css.map */
