@charset "utf-8";

@charset "UTF-8";
/* 使い方
font-size: rem(16);
font-size: vw(16);
font-size: vw(16, 1023); // ブラウザ幅が1023pxのデザインデータの場合
line-height: lh(16,28);
letter-spacing: ls(50);
*/
/* 使い方
font-size: rem(16);
font-size: vw(16);
font-size: vw(16, 1023); // ブラウザ幅が1023pxのデザインデータの場合
line-height: lh(16,28);
letter-spacing: ls(50);
*/

.u-nopc {
  display: none;
}

.p-shukatsu .title-l.no-tai::before {
  display: none;
}
.p-shukatsu .title-l-inner {
  background: linear-gradient(0deg, #ffd4bd, #ffd4bd 30%, transparent 30%, transparent);
}
.p-shukatsu .list-normal {
  margin-top: 1rem;
}
.p-shukatsu section p {
  text-align: justify;
}
.p-shukatsu section:last-of-type {
  margin-bottom: 0;
}
.p-shukatsu-merit {
  display: flex;
  flex-wrap: wrap;
}
.p-shukatsu-merit__col {
  margin-top: 1.5rem;
}
.p-shukatsu-merit__col:nth-of-type(odd) {
  width: 12.5rem;
}
.p-shukatsu-merit__col:nth-of-type(even) {
  width: calc(100% - 12.5rem);
}
.p-shukatsu-merit__col:nth-of-type(-n+2) {
  margin-top: 0;
}
.p-shukatsu-merit__heading {
  font-family: "Zen Maru Gothic", Hiragino Kaku Gothic Pro, Yu Gothic Medium, Yu Gothic, Meiryo, sans-serif;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
}
.p-shukatsu-books {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-shukatsu-books__col {
  display: flex;
  width: 50%;
  margin-top: 3.5rem;
}
.p-shukatsu-books__col:nth-of-type(odd) {
  justify-content: center;
}
.p-shukatsu-books__col:nth-of-type(even) {
  padding-left: 3rem;
}
.p-shukatsu-books__col:nth-of-type(-n+2) {
  margin-top: 0;
}
.p-shukatsu-books__col a {
  width: calc(50% - 1.6rem);
  margin-left: 1.5rem;
  text-align: center;
}
.p-shukatsu-books__col a:first-of-type {
  margin-left: 0;
}
.p-shukatsu-books__col a p {
  text-align: center;
}
.p-shukatsu-bottom {
  display: flex;
  justify-content: center;
}
.p-shukatsu-bottom__col:nth-of-type(odd) {
  padding-right: 1rem;
}
.p-shukatsu-bottom__col:nth-of-type(even) {
  text-align: center;
}
.p-shukatsu-bottom__col:nth-of-type(even) img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .u-nosp {
    display: none;
  }
  .u-nopc {
    display: inherit;
  }
  .p-shukatsu .indent {
    width: auto;
  }
  .p-shukatsu-merit {
    display: block;
  }
  .p-shukatsu-merit__col:nth-of-type(odd) {
    width: auto;
  }
  .p-shukatsu-merit__col:nth-of-type(even) {
    width: auto;
    margin-top: 1rem !important;
  }
  .p-shukatsu-merit__col:nth-of-type(-n+2) {
    margin-top: 1.5rem;
  }
  .p-shukatsu-merit__col:first-of-type {
    margin-top: 0;
  }
  .p-shukatsu-books {
    display: block;
  }
  .p-shukatsu-books__col {
    width: auto;
  }
  .p-shukatsu-books__col:nth-of-type(even) {
    padding-left: 0;
    margin-top: 1rem !important;
  }
  .p-shukatsu-books__col:nth-of-type(-n+2) {
    margin-top: 3.5rem;
  }
  .p-shukatsu-books__col:first-of-type {
    margin-top: 0;
  }
  .p-shukatsu-books__col a p {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .p-shukatsu-books__col > p {
    width: 100%;
    text-align: center !important;
  }
  .p-shukatsu-bottom {
    display: block;
  }
  .p-shukatsu-bottom__col:nth-of-type(odd) {
    padding-right: 0;
  }
  .p-shukatsu-bottom__col:nth-of-type(even) {
    margin-top: 1rem;
  }
  .p-shukatsu-bottom__col:nth-of-type(even) img {
    width: 18rem;
  }
}