@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #fdfdfd;
  position: relative;
}
h2 {
  margin-top: 64px;
  margin-bottom: 12px;
  color: #333;
  font-size: 4.0rem;
  font-weight: 600;
}
.section-main {
	padding-left: 40px;
}
.section-main__header {
  margin-bottom: 40px;
}
.section-main-fee {
  font-weight: 500;
  margin-bottom: 8px;
  text-align: left;
  max-width: 327px;
}
.main-number {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 2px;
  letter-spacing: -0.02em;
}
body h4 {
  font-size: 1.6rem;
  color: #3d7bf2;
  opacity: 0.8;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 960px) {
  body h2 {
    font-size: 5.0rem;
    margin-top: 80px;
    margin-bottom: 16px;
  }
  body h4 {
    font-size: 2.0rem;
  }
  .section-main__header {
    margin-bottom: 60px;
  }
  .section-main {
	  padding: 0;
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-main-fee {
    font-size: 2.0rem;
    margin-bottom: 10px;
    max-width: 1040px;
  }
  .main-number {
    font-size: 2.4rem;
    font-weight: 600;
  }
}
table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 1040px;
  height: 320px;
  white-space: nowrap;
  overflow-x: auto;
}
table th, table td {
  border: solid 1px #d3d3d3;
  vertical-align: middle;
}
table td {
  background-color: #fff;
}
.table-scroll {
  overflow: scroll;
}
.table-tittle {
  background-color: #3d7bf2;
  color: #fff;
}
.wave {
  margin-left: 2px;
  margin-right: 2px;
}
.colon {
  vertical-align: 1.5px;
  margin: 0 1px;
}
.kanji {
  font-size: 1.4rem;
  margin-left: 4px;
}
.span-space {
  font-size: 1.4rem;
  margin: 0 4px;
}
.section-main-span {
	font-size: 1.4rem;
	margin-left: 6px;
}
.main-grade {
  background-color: rgba(254, 242, 42, 0.5);
  width: 140px;
}
.main-attention {
  font-size: 1.2rem;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 327px;
}
.main-trial {
  margin-bottom: 64px;
  max-width: 327px;
  margin: 80px auto 240px;
  position: relative;
}
.main-trial-paragraph {
  margin: 0 auto 5px;
  color: #3d7bf2;
  opacity: 0.9;
  display: inline-block;
  position: relative;
}
.main-trial-paragraph:before, .main-trial-paragraph:after {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 20px;
  height: 1px;
  border-radius: 5px;
  background-color: #3d7bf2;
  opacity: 0.9;
  content: "";
}
.main-trial-paragraph:before {
  left: -30px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.main-trial-paragraph:after {
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.section-news__more {
  display: block;
  margin: auto 0;
  font-size: 1.6rem;
  color: #333;
  opacity: 0.8;
  background-color: #fef22a;
  border-radius: 12px;
  border: solid 1px #333;
  padding: 16px 56px;
  text-align: center;
  filter: drop-shadow(2px 2px 5px #f3f3f3);
  text-decoration: none;
}
.section-news__more p {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto;
}
.section-news__more a {
  text-decoration: none;
}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  right: -24px;
  width: 8px;
  height: 8px;
  transform: translateX(-25%) rotate(45deg);
}
.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto
}
.eagerness {
  position: absolute;
  font-size: 7rem;
  bottom: 325px;
  right: 0%;
  opacity: 0.4;
  color: #3d7bf2;
}
@media (min-width: 960px) {
  table {
    font-size: 1.8rem;
  }
  .main-attention {
    font-size: 1.4rem;
    max-width: 840px;
    margin-bottom: 40px;
  }
  .main-trial {
    max-width: 440px;
    margin: 80px auto 240px auto;
  }
  .main-trial-paragraph {
    font-size: 2.0rem;
    margin: 0 auto 8px;
  }
  .section-news__more {
    padding: 24px 0;
    font-size: 2.0rem;
    margin: 0 auto 8px;
  }
  .dli-chevron-round-right {
    right: 36px;
  }
  .eagerness {
    font-size: 14rem;
    bottom: 27%;
    letter-spacing: 0.3rem;
  }
}