@charset "UTF-8";
/*
*　Noto Sans Japanese
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
*　Noto Serif Japanese
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*
*　その他のフォント
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&display=swap");
/* 数値から単位を除外
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `rem` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `em` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/*
*　display: flex;
*/
/*
*　&:last-child
*/
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5 {
  font-weight: inherit;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #000;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 380.9523809524%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 7.9365079365vw;
  }
}
@media screen and (min-width: 1260px), print {
  html {
    font-size: 625%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.14rem;
    line-height: 1.7;
    letter-spacing: 0;
  }
}

#main {
  display: block;
}

/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: none;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  a:hover,
  button:hover {
    opacity: 0.5;
  }
}

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

table th img,
table td img {
  vertical-align: middle;
}

/* form
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* display
   ========================================================================== */
.-block {
  display: block;
}

.-spItem {
  display: none !important;
}

.-pcBlock {
  display: block;
}

.-spBr {
  display: none;
}

@media screen and (max-width: 767px) {
  .-spItem {
    display: block !important;
  }
  .-pcItem {
    display: none !important;
  }
  .-pcBlock {
    display: inline;
  }
  .-spBlock {
    display: block;
  }
  .-spBr {
    display: inline;
  }
  .-pcBr {
    display: none;
  }
}
/* margin
   ========================================================================== */
.-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mt0 {
    margin-top: 0vw !important;
  }
}

.-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mt5 {
    margin-top: 1.33vw !important;
  }
}

.-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mt10 {
    margin-top: 2.67vw !important;
  }
}

.-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mt15 {
    margin-top: 4vw !important;
  }
}

.-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mt20 {
    margin-top: 5.33vw !important;
  }
}

.-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mt25 {
    margin-top: 6.67vw !important;
  }
}

.-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mt30 {
    margin-top: 8vw !important;
  }
}

.-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .-mt35 {
    margin-top: 9.33vw !important;
  }
}

.-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .-mt40 {
    margin-top: 10.67vw !important;
  }
}

.-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .-mt45 {
    margin-top: 12vw !important;
  }
}

.-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .-mt50 {
    margin-top: 13.33vw !important;
  }
}

.-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .-mt55 {
    margin-top: 14.67vw !important;
  }
}

.-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .-mt60 {
    margin-top: 16vw !important;
  }
}

.-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mb0 {
    margin-bottom: 0vw !important;
  }
}

.-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mb5 {
    margin-bottom: 1.33vw !important;
  }
}

.-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mb10 {
    margin-bottom: 2.67vw !important;
  }
}

.-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mb15 {
    margin-bottom: 4vw !important;
  }
}

.-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mb20 {
    margin-bottom: 5.33vw !important;
  }
}

.-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mb25 {
    margin-bottom: 6.67vw !important;
  }
}

.-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mb30 {
    margin-bottom: 8vw !important;
  }
}

.-mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mr0 {
    margin-right: 0vw !important;
  }
}

.-mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mr5 {
    margin-right: 1.33vw !important;
  }
}

.-mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mr10 {
    margin-right: 2.67vw !important;
  }
}

.-mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mr15 {
    margin-right: 4vw !important;
  }
}

.-mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mr20 {
    margin-right: 5.33vw !important;
  }
}

.-ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .-ml0 {
    margin-left: 0vw !important;
  }
}

.-ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .-ml5 {
    margin-left: 1.33vw !important;
  }
}

.-ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .-ml10 {
    margin-left: 2.67vw !important;
  }
}

.-ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .-ml15 {
    margin-left: 4vw !important;
  }
}

.-ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .-ml20 {
    margin-left: 5.33vw !important;
  }
}

/* padding
   ========================================================================== */
.-pt0 {
  padding-top: 0 !important;
}

.-pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px), print {
  .-pcPdg {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .-spPdg {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
/* text-align
   ========================================================================== */
.-textRt {
  text-align: right !important;
}

.-textCtr,
table.-textCtr th,
table.-textCtr td,
table.-textCtr th {
  text-align: center !important;
}

.-textLt {
  text-align: left !important;
}

/* 角丸
   ========================================================================== */
/* ==========================================================================
   03. Layout
   ========================================================================== */
/* base
   ========================================================================== */
/* common */
body {
  min-width: 768px;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: 320px;
  }
}

#wrapper {
  overflow: hidden;
}

.contents__wrapper {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contents__wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

.l-contents-inner {
  max-width: 12.6rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-contents-inner {
    max-width: inherit;
    padding: 0 0.2rem;
  }
}
.l-contents-inner.--lrg {
  max-width: 12rem;
}
@media screen and (max-width: 767px) {
  .l-contents-inner.--lrg {
    max-width: inherit;
  }
}

/*
*
*　アニメーション
*
*/
.js-animate-element,
.js-animate-container > * {
  transform: translate(0, 0.5rem);
  opacity: 0;
  transition: 0.6s;
}

.js-animate-element.in-view,
.js-animate-container > .in-view {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (min-width: 768px), print {
  .js-animate-element.delay-1,
  .js-animate-container > *.delay-1 {
    transition-delay: 0.2s;
  }
  .js-animate-element.delay-2,
  .js-animate-container > *.delay-2 {
    transition-delay: 0.4s;
  }
}
/*
*
*　Scroll Hint
*
*/
@media screen and (max-width: 767px) {
  .scroll-hint-text {
    font-size: 11px !important;
    letter-spacing: -0.0001rem;
    position: relative;
    top: -4px;
  }
}

@media screen and (min-width: 768px), print {
  .js-scrollable {
    overflow: visible !important;
  }
}

.footer {
  margin-top: 1rem;
  padding: 0.8rem 0;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px), print {
  .footer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 0.6rem;
    padding: 0.4rem 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .footer .logo-wrapper img {
    width: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .logo-wrapper img {
    width: 1.4rem;
  }
}
.footer .address {
  color: #595757;
  font-size: 0.16rem;
  letter-spacing: 0.015rem;
}
@media screen and (max-width: 767px) {
  .footer .address {
    margin-top: 0.15rem;
    font-size: 0.12rem;
    line-height: 1.4;
  }
}

/* ==========================================================================
   04. Parts
   ========================================================================== */
.c-btn--apply--pool, .c-btn--apply--open {
  position: relative;
  display: block;
  background: linear-gradient(178deg, rgb(253, 137, 60) 0%, rgb(255, 102, 34) 40%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 0.43rem;
  font-feature-settings: "palt";
  letter-spacing: 0.025rem;
  text-align: center;
  color: white;
}
@media screen and (min-width: 768px), print {
  .c-btn--apply--pool, .c-btn--apply--open {
    box-shadow: 0.0243rem 0.0243rem 0 #8E2D06;
    text-shadow: 0.02rem 0.02rem 0 rgba(0, 0, 0, 0.45);
    border-radius: 0.1rem;
    padding: 0.35rem 0.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--apply--pool, .c-btn--apply--open {
    box-shadow: 0.01rem 0.01rem 0 #8E2D06;
    border-radius: 0.05rem;
    padding: 0.15rem 0.2rem;
    padding-right: 0.35rem;
    line-height: 1.3;
    font-size: 0.2rem;
    letter-spacing: 0.01rem;
  }
}
.c-btn--apply--pool::after, .c-btn--apply--open::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(../img/common/arrow/right__white__style-01.svg) no-repeat center;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .c-btn--apply--pool::after, .c-btn--apply--open::after {
    right: 0.5rem;
    width: 0.47rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--apply--pool::after, .c-btn--apply--open::after {
    right: 0.1rem;
    width: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--apply--pool--slim, .c-btn--apply--open--slim {
    padding-left: 0.1rem;
    padding-right: 0.35rem;
  }
}
.c-btn--apply--pool .highlight, .c-btn--apply--open .highlight {
  color: #FFF42E;
}
@media screen and (min-width: 768px), print {
  .c-btn--apply--pool .small, .c-btn--apply--open .small {
    font-size: 0.37rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--apply--pool .small, .c-btn--apply--open .small {
    font-size: 0.167rem;
  }
}
.c-btn--apply--open {
  background: #FFE100;
  box-shadow: 0.0243rem 0.0243rem 0 #B78F0F;
  text-shadow: none;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-btn--apply--open {
    box-shadow: 0.01rem 0.01rem 0 #B78F0F;
  }
}
.c-btn--apply--open::after {
  background-image: url(../img/common/arrow/right__black__style-01.svg);
}
.c-btn--apply--open .highlight {
  color: #E50012;
}
.c-btn--link {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.25rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02rem;
  text-align: center;
  color: #FFF42E;
}
@media screen and (min-width: 768px), print {
  .c-btn--link {
    box-shadow: 0.02rem 0.02rem 0 #d3d3d3;
    border-radius: 0.1rem;
    padding: 0.15rem 0.2rem 0.2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--link {
    box-shadow: 0.015rem 0.015rem 0 #d3d3d3;
    border-radius: 0.05rem;
    padding: 0.1rem 0.2rem;
    line-height: 1.3;
    font-size: 0.14rem;
    letter-spacing: 0.01rem;
  }
}
.c-btn--link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url(../img/common/arrow/right__white__style-01.svg) no-repeat center;
  height: 100%;
}
@media screen and (min-width: 768px), print {
  .c-btn--link::after {
    right: 0.2rem;
    width: 0.31rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--link::after {
    right: 0.1rem;
    width: 0.18rem;
  }
}
.c-btn--link span {
  font-size: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-btn--link span {
    font-size: 0.17rem;
  }
}
.c-btn--link.-grade-1-3 {
  background-color: #0069BF;
}
.c-btn--link.-grade-4-5 {
  background-color: #008EA5;
}

/* アニメーション*/
.set-anim {
  opacity: 0;
  will-change: transform, transition;
}

/* スライダーパーツ */
.slick-dots .slick-active button::before {
  opacity: 1 !important;
}

/* 電話番号リンク */
@media screen and (min-width: 768px), print {
  .tel-linktext {
    pointer-events: none;
    text-decoration: none;
  }
}
/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* object fit image */
img.img-ofi-cover,
img.img-ofi-contain {
  width: 100%;
  height: 100%;
}

img.img-ofi-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

img.img-ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/*@import "_parts/_box";
@import "_parts/_form";
@import "_parts/_icon";
@import "_parts/_list";
@import "_parts/_pagination";
@import "_parts/_table";
@import "_parts/_topicpath";
*/
/* ==========================================================================
   05. pages
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .m-main-visual {
    background: url(../img/main-visual/pc/top/bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
  }
}
@media screen and (min-width: 1400px) {
  .m-main-visual {
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual {
    background: url(../img/main-visual/sp/bg.png) no-repeat center;
    background-size: cover;
  }
}
.m-main-visual .l-contents-inner {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .l-contents-inner {
    height: 7.28rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .l-contents-inner {
    height: 112vw;
  }
}
.m-main-visual .header {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .header {
    margin: 0 -0.02rem 0 -0.22rem;
    padding: 0.35rem 0 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .header {
    justify-content: space-between;
    padding: 0.1rem 0;
    margin-right: -0.01rem;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual .header .logo img {
    width: 2.29rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .header .logo img {
    width: 1.05rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual .header .tagline img {
    width: 5.58rem;
    margin-left: 1.13rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .header .tagline img {
    width: 2.16rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual {
    text-align: center;
  }
}
.m-main-visual .main-visual .study-image {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .study-image {
    width: 4.58rem;
    bottom: -0.05rem;
    left: -1.08rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .study-image {
    width: 1.74rem;
    bottom: 0rem;
    left: -0.21rem;
  }
}
.m-main-visual .main-visual .title {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .title {
    width: 9.7rem;
    top: 1.49rem;
    right: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .title {
    width: 3.34rem;
    top: 0.71rem;
    left: 0.205rem;
  }
}
.m-main-visual .main-visual .date {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .date {
    width: 5.54rem;
    top: 4.97rem;
    right: 3.34rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .date {
    width: 2rem;
    top: 3.16rem;
    right: 0.8rem;
  }
}
.m-main-visual .main-visual .present {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .m-main-visual .main-visual .present {
    width: 1.72rem;
    top: 1.02rem;
    right: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual .main-visual .present {
    width: 0.833rem;
    top: 1.835rem;
    right: 0.17rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual.--for-grade {
    background-image: url(../img/main-visual/pc/grades/bg.png);
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual.--for-grade .l-contents-inner {
    height: 5.76rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual.--for-grade .header {
    position: relative;
    top: -0.1rem;
    margin: 0 -0.09rem 0 -0.23rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual.--for-grade .header .logo img {
    width: 2.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual.--for-grade .header .tagline img {
    margin-left: 1.35rem;
    width: 5.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual.--for-grade .main-visual .study-image {
    width: 4.09rem;
    bottom: -0.42rem;
    left: -0.16rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual.--for-grade .main-visual .title {
    width: 7.89rem;
    top: 1.12rem;
    right: 2.115rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual.--for-grade .main-visual .date {
    width: 4.95rem;
    top: 3.85rem;
    right: 3.73rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual.--for-grade .main-visual .present {
    width: 1.34rem;
    top: 0.86rem;
    right: 1.38rem;
  }
}

.grade-links {
  position: relative;
  z-index: 1;
  background-color: #f4f2df;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .grade-links {
    padding-bottom: 0.2rem;
  }
}
.grade-links .cta-wrapper {
  position: relative;
  background-color: #f4f2df;
  border-radius: 0.1rem;
}
@media screen and (min-width: 768px), print {
  .grade-links .cta-wrapper {
    top: -0.65rem;
    max-width: 10.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .grade-links .cta-wrapper {
    top: -0.27rem;
  }
}
.grade-links .intro {
  max-width: 10.5rem;
  margin: -0.25rem auto 0;
  text-align: center;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .grade-links .intro {
    margin-top: -0.11rem;
  }
}
.grade-links .intro .lead {
  font-size: 0.278rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .grade-links .intro .lead {
    font-size: 0.164rem;
    line-height: 1.57;
  }
}
.grade-links .intro .lead span {
  color: #E50012;
}
.grade-links .intro .notice {
  margin: 0.32rem auto 0;
  background-color: #E50012;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .grade-links .intro .notice {
    width: 6.82rem;
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 767px) {
  .grade-links .intro .notice {
    width: 2.45rem;
    margin-top: 0.15rem;
    font-size: 0.167rem;
  }
}
.grade-links .intro .points {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .grade-links .intro .points {
    margin-top: 0.26rem;
  }
}
.grade-links .intro .points .title {
  flex-shrink: 0;
}
.grade-links .intro .points .title span {
  display: block;
  width: 0.86rem;
  height: 0.88rem;
  padding-top: 0.06rem;
  background-color: #004097;
  color: white;
  border-radius: 0.05rem;
  font-size: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: -0.005rem;
}
@media screen and (max-width: 767px) {
  .grade-links .intro .points .title span {
    width: 0.6rem;
    height: 0.6rem;
    padding-top: 0.03rem;
    border-radius: 0.02rem;
    font-size: 0.15rem;
  }
}
.grade-links .intro .points .title span img {
  margin-top: -0.02rem;
  width: 0.36rem;
}
@media screen and (max-width: 767px) {
  .grade-links .intro .points .title span img {
    width: 0.27rem;
  }
}
.grade-links .intro .points .list {
  flex-grow: 1;
  color: #E50012;
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .grade-links .intro .points .list {
    display: flex;
    justify-content: space-between;
    margin-left: 0.42rem;
  }
}
@media screen and (max-width: 767px) {
  .grade-links .intro .points .list {
    margin-left: 0.18rem;
  }
}
.grade-links .intro .points .list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.26rem;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .grade-links .intro .points .list li::after {
    content: "";
    display: block;
    width: 0.01rem;
    height: 100%;
    position: absolute;
    right: -0.2rem;
    top: 0;
    background-color: #777;
  }
  .grade-links .intro .points .list li:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .grade-links .intro .points .list li {
    padding: 0.06rem 0;
    border-bottom: 0.01rem solid #777;
    font-size: 0.16rem;
  }
  .grade-links .intro .points .list li:last-child {
    border-bottom: 0;
  }
}
.grade-links .intro .points .list li span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .grade-links .links {
    display: flex;
    justify-content: center;
    margin-top: 0.55rem;
  }
}
@media screen and (max-width: 767px) {
  .grade-links .links {
    margin-top: 0.25rem;
  }
}
.grade-links .links .link {
  border: 0.05rem solid;
  padding: 0.08rem 0.22rem 0.2rem;
  text-align: center;
  background-color: white;
}
@media screen and (min-width: 768px), print {
  .grade-links .links .link {
    width: 5.05rem;
  }
}
@media screen and (max-width: 767px) {
  .grade-links .links .link {
    border-width: 0.03rem;
    padding: 0.05rem 0.22rem 0.12rem;
  }
}
.grade-links .links .link .title {
  font-size: 0.31rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .grade-links .links .link .title {
    font-size: 0.18rem;
    line-height: 1.2;
    min-height: 0.4rem;
  }
}
.grade-links .links .link .btn-wrapper {
  margin-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .grade-links .links .link .btn-wrapper {
    margin-top: 0.05rem;
  }
}
.grade-links .links .link.-grade-1-3 {
  border-color: #0069BF;
}
@media screen and (min-width: 768px), print {
  .grade-links .links .link.-grade-1-3 {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .grade-links .links .link.-grade-1-3 {
    margin-bottom: 0.12rem;
  }
}
.grade-links .links .link.-grade-1-3 .title {
  color: #0069BF;
}
.grade-links .links .link.-grade-4-5 {
  border-color: #008EA5;
}
.grade-links .links .link.-grade-4-5 .title {
  color: #008EA5;
}

.grade-info {
  position: relative;
  z-index: 1;
  background-color: #f4f2df;
}
@media screen and (min-width: 768px), print {
  .grade-info {
    margin-bottom: -0.5rem;
    padding-left: 0.52rem;
  }
}
@media screen and (max-width: 767px) {
  .grade-info {
    margin-bottom: -0.2rem;
    padding-bottom: 0.08rem;
  }
}
.grade-info .item {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .grade-info .item {
    display: flex;
    justify-content: center;
    top: -0.92rem;
  }
}
@media screen and (max-width: 767px) {
  .grade-info .item {
    top: -0.22rem;
  }
}
.grade-info .item .wrapper {
  border: 0.04rem solid;
  padding-top: 0.04rem;
  text-align: center;
  background-color: white;
}
@media screen and (min-width: 768px), print {
  .grade-info .item .wrapper {
    width: 4.98rem;
  }
}
@media screen and (max-width: 767px) {
  .grade-info .item .wrapper {
    border-width: 0.03rem;
    padding: 0.05rem 0rem 0rem;
  }
}
.grade-info .item .wrapper .title {
  font-size: 0.31rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0.75rem;
}
@media screen and (max-width: 767px) {
  .grade-info .item .wrapper .title {
    font-size: 0.18rem;
    line-height: 1.2;
    min-height: 0.4rem;
  }
}
.grade-info .item .wrapper .target {
  margin-top: 0.1rem;
  color: #FFF42E;
  font-size: 0.29rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 0.12rem 0;
}
@media screen and (max-width: 767px) {
  .grade-info .item .wrapper .target {
    font-size: 0.2rem;
    margin-top: 0.08rem;
    padding: 0.08rem 0;
  }
}
.grade-info .item .wrapper .target span {
  font-size: 0.36rem;
}
@media screen and (max-width: 767px) {
  .grade-info .item .wrapper .target span {
    font-size: 0.23rem;
  }
}
.grade-info .item .wrapper.-grade-1-3 {
  border-color: #0069BF;
}
@media screen and (min-width: 768px), print {
  .grade-info .item .wrapper.-grade-1-3 {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .grade-info .item .wrapper.-grade-1-3 {
    margin-bottom: 0.12rem;
  }
}
.grade-info .item .wrapper.-grade-1-3 .title {
  color: #0069BF;
}
.grade-info .item .wrapper.-grade-1-3 .target {
  background-color: #0069BF;
}
.grade-info .item .wrapper.-grade-4-5 {
  border-color: #008EA5;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px), print {
  .grade-info .item .wrapper.-grade-4-5 {
    position: relative;
    left: -0.2rem;
  }
}
.grade-info .item .wrapper.-grade-4-5 .title {
  color: #008EA5;
}
.grade-info .item .wrapper.-grade-4-5 .target {
  background-color: #008EA5;
}

.cta-btn-wrapper {
  padding: 0.6rem 0;
}
@media screen and (max-width: 767px) {
  .cta-btn-wrapper {
    padding: 0.25rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .cta-btn-wrapper .inner {
    width: 10.12rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cta-btn-wrapper .inner {
    padding: 0 0.2rem;
  }
}

.m-appeal {
  margin: -0.15rem -0.05rem 0;
  background-color: #f4f2df;
  padding-top: 0rem;
  padding-bottom: 0.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .m-appeal {
    margin: 0 -0.05rem 0;
    padding-bottom: 0.35rem;
    padding-top: 0rem;
  }
}
.m-appeal .wrapper {
  border: 0.01rem solid #EAEAEA;
  border-radius: 0.2rem;
  padding: 0.3rem 0.8rem 0.8rem;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .m-appeal .wrapper {
    border-radius: 0.1rem;
    padding: 0.2rem 0.15rem 0.25rem;
  }
}
.m-appeal .section-title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .m-appeal .section-title .title-wrapper {
    display: inline-block;
  }
}
.m-appeal .section-title .title-wrapper .sub-title {
  color: #0B407F;
  font-size: 0.33rem;
}
@media screen and (max-width: 767px) {
  .m-appeal .section-title .title-wrapper .sub-title {
    font-size: 0.19rem;
  }
}
.m-appeal .section-title .title-wrapper .title {
  border-top: 0.01rem solid #0B407F;
  display: block;
  font-size: 0.45rem;
  color: #3FA6D6;
}
@media screen and (max-width: 767px) {
  .m-appeal .section-title .title-wrapper .title {
    font-size: 0.27rem;
    line-height: 1.15;
    margin-top: 0.03rem;
    padding-top: 0.08rem;
  }
}
.m-appeal .section-title .title-wrapper .title .red {
  color: #E5006A;
}
.m-appeal .section-title .title-wrapper .title .small {
  font-size: 0.39rem;
}
@media screen and (max-width: 767px) {
  .m-appeal .section-title .title-wrapper .title .small {
    font-size: 0.23rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-appeal .section-title-wrapper {
    text-align: center;
    margin-top: -0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .m-appeal .section-title-wrapper {
    position: relative;
    top: 0.05rem;
    margin-left: 0.35rem;
  }
}
.m-appeal .section-title--for-grade {
  font-size: 0.45rem;
  letter-spacing: 0.03rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: auto;
  position: relative;
  display: inline-block;
  color: #3FA6D6;
}
@media screen and (max-width: 767px) {
  .m-appeal .section-title--for-grade {
    font-size: 0.21rem;
    letter-spacing: 0.005rem;
  }
}
.m-appeal .section-title--for-grade::before, .m-appeal .section-title--for-grade::after {
  content: "";
  display: block;
  width: 0.39rem;
  height: 0.38rem;
  background: url(../img/common/balloon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0.17rem;
}
@media screen and (max-width: 767px) {
  .m-appeal .section-title--for-grade::before, .m-appeal .section-title--for-grade::after {
    width: 0.2rem;
    height: 0.1948rem;
    bottom: 0.08rem;
  }
}
.m-appeal .section-title--for-grade::before {
  left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .m-appeal .section-title--for-grade::before {
    left: -0.26rem;
  }
}
.m-appeal .section-title--for-grade::after {
  right: -0.5rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .m-appeal .section-title--for-grade::after {
    right: -0.23rem;
  }
}
.m-appeal .list-wrapper {
  position: relative;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .m-appeal .list-wrapper {
    margin-top: 0.28rem;
  }
}
.m-appeal .list-wrapper .img {
  position: absolute;
}
.m-appeal .list-wrapper .img-01 {
  width: 2.02rem;
  top: -1.55rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .m-appeal .list-wrapper .img-01 {
    width: 0.95rem;
    top: -0.73rem;
    right: -0.11rem;
  }
}
.m-appeal .list-wrapper .img-02 {
  width: 2.35rem;
  top: -1.7rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .m-appeal .list-wrapper .img-02 {
    width: 0.95rem;
    top: -0.685rem;
    right: -0.18rem;
  }
}
.m-appeal .list-wrapper .img-03 {
  width: 2.15rem;
  top: -1.68rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .m-appeal .list-wrapper .img-03 {
    width: 0.88rem;
    top: -0.685rem;
    right: -0.15rem;
  }
}
.m-appeal .list {
  border-top: 0.01rem solid #ccc;
}
@media screen and (min-width: 768px), print {
  .m-appeal .list .item {
    border-bottom: 0.01rem solid #ccc;
  }
}
@media screen and (min-width: 768px), print {
  .m-appeal .list .item.-style-01 .item-wrapper {
    display: flex;
    justify-content: center;
  }
  .m-appeal .list .item.-style-01 .item-wrapper p.-is-wide_pc {
    width: 4.24rem;
  }
  .m-appeal .list .item.-style-01 .item-wrapper p:nth-child(2n) {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-appeal .list .item.-style-01 .item-wrapper p span {
    margin-left: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-appeal .list .item.-style-02 .item-wrapper {
    margin-left: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .m-appeal .list .item.-style-02 .item-wrapper p span {
    margin-left: 0.07rem;
    padding-left: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-appeal .list .item.-style-03 .item-wrapper {
    display: flex;
    justify-content: center;
  }
  .m-appeal .list .item.-style-03 .item-wrapper p:first-child {
    margin-left: -0.4rem;
    margin-right: 0.69rem;
  }
}
@media screen and (max-width: 767px) {
  .m-appeal .list .item.-style-03 .item-wrapper p span {
    margin-left: 0.07rem;
    padding-left: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-appeal .list .item.-style-04 .item-wrapper {
    margin-left: 1.32rem;
  }
}
@media screen and (max-width: 767px) {
  .m-appeal .list .item.-style-04 .item-wrapper p span {
    margin-left: 0.07rem;
    padding-left: 0.25rem;
    letter-spacing: -0.01rem;
  }
}
.m-appeal .list .item p {
  padding: 0.2rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.28rem;
  line-height: 1.4;
  background: url(../img/common/check.svg) no-repeat 0 0.13rem;
  background-size: 0.38rem auto;
  padding-left: 0.6rem;
}
@media screen and (max-width: 767px) {
  .m-appeal .list .item p {
    background: none;
    padding: 0;
    font-size: 0.17rem;
    border-bottom: 0.01rem solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .m-appeal .list .item p span {
    display: inline-block;
    padding: 0.08rem 0;
    background: url(../img/common/check.svg) no-repeat 0 0.13rem;
    background-size: 0.38rem auto;
    background-position: 0 0.05rem;
    background-size: 0.2rem auto;
    padding-left: 0.35rem;
  }
}
.m-appeal .cta-area {
  text-align: center;
  margin-top: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .m-appeal .cta-area {
    margin-top: 0.26rem;
  }
}
.m-appeal .cta-area .lead {
  color: #606060;
  font-size: 0.25rem;
}
@media screen and (max-width: 767px) {
  .m-appeal .cta-area .lead {
    font-size: 0.165rem;
    line-height: 1.3;
  }
}
.m-appeal .cta-area .lead .highlight {
  color: #E5006A;
}
.m-appeal .cta-area .btn-wrapper {
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .m-appeal .cta-area .btn-wrapper {
    margin-top: 0.1rem;
  }
}
.m-appeal .cta-area .tel-wrapper {
  margin-top: 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .m-appeal .cta-area .tel-wrapper {
    margin-top: 0.35rem;
    padding: 0rem 0.05rem 0.05rem;
  }
}
.m-appeal .cta-area .tel-wrapper .text {
  font-size: 0.27rem;
  line-height: 1.5;
  color: #3FA6D6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .m-appeal .cta-area .tel-wrapper .text {
    font-size: 0.16rem;
    line-height: 1.5;
    color: #0091d5;
  }
}
.m-appeal .cta-area .tel-wrapper .tel {
  display: inline-block;
  margin-top: 0.35rem;
}
@media screen and (min-width: 768px), print {
  .m-appeal .cta-area .tel-wrapper .tel {
    width: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .m-appeal .cta-area .tel-wrapper .tel {
    margin-top: 0.2rem;
    width: 100%;
  }
}
.m-appeal .cta-area .tel-wrapper .reception-hours {
  font-size: 0.18rem;
  margin-top: 0.15rem;
}
@media screen and (max-width: 767px) {
  .m-appeal .cta-area .tel-wrapper .reception-hours {
    margin-top: 0.15rem;
    font-size: 0.15rem;
  }
}
.m-appeal .cta-area .tel-wrapper .note {
  font-size: 0.14rem;
}
@media screen and (max-width: 767px) {
  .m-appeal .cta-area .tel-wrapper .note {
    display: inline-block;
    text-align: left;
    font-size: 0.11rem;
    line-height: 1.4;
    margin-top: 0.05rem;
  }
}

.m-diagnosis {
  padding: 0.8rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .m-diagnosis {
    padding: 0.6rem 0 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-diagnosis .inner {
    max-width: 10.08rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .m-diagnosis .inner {
    max-width: unset;
  }
}
.m-diagnosis .section-title {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.m-diagnosis .section-title .sub-title {
  position: relative;
  color: #0B407F;
  display: inline-block;
  border-bottom: 0.01rem #0B407F solid;
}
@media screen and (min-width: 768px), print {
  .m-diagnosis .section-title .sub-title {
    font-size: 0.32rem;
    letter-spacing: 0.01rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .m-diagnosis .section-title .sub-title {
    font-size: 0.15rem;
    letter-spacing: 0.008rem;
    padding-bottom: 0.03rem;
    margin-bottom: 0.03rem;
  }
}
.m-diagnosis .section-title .title {
  color: #0097E0;
}
@media screen and (min-width: 768px), print {
  .m-diagnosis .section-title .title {
    font-size: 0.46rem;
  }
}
@media screen and (max-width: 767px) {
  .m-diagnosis .section-title .title {
    font-size: 0.26rem;
  }
}
.m-diagnosis .contents {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .m-diagnosis .contents {
    margin-top: 0.3rem;
  }
}
.m-diagnosis .contents .content {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .m-diagnosis .contents .content {
    margin-bottom: 0.5rem;
  }
}
.m-diagnosis .contents .content:last-child {
  margin-bottom: 0;
}
.m-diagnosis .contents .content .content-title {
  background-color: #0071BC;
  color: white;
  font-size: 0.23rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0.08rem 0;
}
@media screen and (min-width: 768px), print {
  .m-diagnosis .contents .content .content-title {
    margin: 0 -0.76rem;
  }
}
@media (min-width: 768px) and (max-width: 1260px) {
  .m-diagnosis .contents .content .content-title {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-diagnosis .contents .content .content-title {
    font-size: 0.15rem;
    padding: 0.04rem 0;
  }
}
.m-diagnosis .contents .content .img-wrapper {
  margin-top: 0.3rem;
}
.m-diagnosis .contents .content .img-wrapper .note {
  text-align: right;
  font-size: 0.15rem;
  margin-top: 0.15rem;
  color: #595757;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 767px) {
  .m-diagnosis .contents .content .img-wrapper .note {
    font-size: 0.1rem;
  }
}
.m-diagnosis .contents .content .disc {
  background-color: #F4F4F4;
  font-size: 0.22rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: 0.35rem;
  padding: 0.2rem 0.1rem;
}
@media screen and (max-width: 767px) {
  .m-diagnosis .contents .content .disc {
    padding: 0.15rem 0.1rem;
    font-size: 0.14rem;
    margin-top: 0.2rem;
  }
}
.m-diagnosis .btn-wrapper {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .m-diagnosis .btn-wrapper {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m-overview {
    font-size: 0.13rem;
  }
}
.m-overview dl {
  border: 0.01rem solid #E2E1E0;
}
@media screen and (min-width: 768px), print {
  .m-overview dl {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .m-overview dl {
    border-top-width: 0;
  }
}
.m-overview dl dt, .m-overview dl dd {
  border: 0 solid #E2E1E0;
}
@media screen and (min-width: 768px), print {
  .m-overview dl dt, .m-overview dl dd {
    border-bottom-width: 0.01rem;
    padding: 0.2rem 0.25rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .m-overview dl dt, .m-overview dl dd {
    padding: 0.1rem 0.2rem;
  }
}
.m-overview dl dt {
  background-color: #F4F4F5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .m-overview dl dt {
    border-right-width: 0.01rem;
    width: 1.6rem;
    padding-left: 0.4rem;
    padding-right: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .m-overview dl dt {
    border-top-width: 0.01rem;
    border-bottom-width: 0.01rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-overview dl dd {
    width: calc(100% - 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .m-overview dl dd {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
}
.m-overview dl dd .text-underline {
  text-decoration: underline;
}
.m-overview dl dd .text-warning {
  color: #E60012;
  font-size: 0.13rem;
}
@media screen and (max-width: 767px) {
  .m-overview dl dd .text-warning {
    font-size: 0.11rem;
  }
}
.m-overview dl dd .text-highlight {
  color: #036EB8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.18rem;
}
@media screen and (max-width: 767px) {
  .m-overview dl dd .text-highlight {
    font-size: 0.15rem;
  }
}
.m-overview dl dd a {
  color: #036EB8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.m-overview dl dd p {
  margin-bottom: 0.1rem;
}
.m-overview dl dd p:last-child {
  margin-bottom: 0;
}
.m-overview dl dd .test-schedule-table {
  display: flex;
  margin-bottom: 0.08rem;
}
.m-overview dl dd .test-schedule-table .table-header {
  width: 1.76rem;
}
@media screen and (max-width: 767px) {
  .m-overview dl dd .test-schedule-table .table-header {
    width: 1.46rem;
  }
}
.m-overview dl dd .test-schedule-table .table-body {
  width: calc(100% - 1.76rem);
}
@media screen and (max-width: 767px) {
  .m-overview dl dd .test-schedule-table .table-body {
    width: calc(100% - 1.46rem);
  }
}
.m-overview dl dd .test-schedule-table .table-body .js-scrollable {
  overflow: auto !important;
  position: relative;
  left: -0.015rem;
}
@media screen and (max-width: 767px) {
  .m-overview dl dd .test-schedule-table .table-body .js-scrollable {
    left: -0.01rem;
  }
}
.m-overview dl dd .test-schedule-table img {
  max-width: unset;
  width: auto;
  height: 2.77rem;
}
@media screen and (max-width: 767px) {
  .m-overview dl dd .test-schedule-table img {
    height: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .m-overview dl dd .table-02 {
    overflow-y: hidden !important;
  }
}
@media screen and (max-width: 767px) {
  .m-overview dl dd table.style--simple {
    margin: 0.05rem 0 0.1rem;
  }
}
.m-overview dl dd table.style--simple th, .m-overview dl dd table.style--simple td {
  border: 0.01rem solid #adadad;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0.05rem 0.15rem;
}
@media screen and (max-width: 767px) {
  .m-overview dl dd table.style--simple th, .m-overview dl dd table.style--simple td {
    padding: 0.05rem 0.08rem;
  }
}
.m-overview dl dd table.style--simple th {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .m-overview dl dd table.sp-fixed-width--schedule {
    width: 3.8rem;
  }
}/*# sourceMappingURL=style.css.map */