body {
  background: #F2F2F2; }

.fs-l-main {
  max-width: 1000px !important;
  margin: 0 auto 50px;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 760px) {
    .fs-l-main {
      font-size: 14px; } }

.sp {
  display: block; }
  @media screen and (min-width: 760px) {
    .sp {
      display: none; } }

.pc {
  display: none; }
  @media screen and (min-width: 760px) {
    .pc {
      display: block; } }

.l_mv {
  width: 100%;
  max-width: 1000px; }

.p-txt {
  margin: 40px auto 50px;
  text-align: center;
  width: 90%; }
  @media screen and (min-width: 760px) {
    .p-txt {
      margin: 80px auto; } }

.p-list {
  width: 100%;
  padding: 50px 3%;
  background: #122558;
  margin: 0 auto;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 760px) {
    .p-list {
      padding: 40px 40px;
      line-height: 1.8; } }
  .p-list .p-list_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center; }
  .p-list li {
    margin: 3px 0;
    text-decoration: underline;
    text-underline-offset: 2px; }
  .p-list span {
    font-family: "scotch-display", sans-serif;
    font-weight: 600; }
  .p-list a {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #fff; }

.c-answer {
  margin: 20px auto;
  max-width: 800px;
  color: #000;
  text-align: left; }
  .c-answer .c-answer_inner {
    margin: 0 auto;
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #122558;
    border-radius: 10px;
    height: auto; }
    @media screen and (min-width: 760px) {
      .c-answer .c-answer_inner {
        padding: 40px 40px;
        width: 100%; } }
  .c-answer .c-engTxt {
    font-family: "scotch-display", sans-serif;
    color: #122558;
    font-weight: 600; }
  .c-answer h2 {
    font-weight: bold;
    width: 95%;
    margin: 5px auto 10px 0; }
  .c-answer .c-engTxt {
    width: 95%; }

.btn {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 180px;
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0), #f2f2f2 40%);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: center;
  padding-top: 70px; }

.js-open {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px; }

.js-close {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end; }

.p-styling {
  text-align: center;
  font-family: "scotch-display", sans-serif;
  font-weight: 600;
  width: 80%;
  margin: 70px auto;
  max-width: 450px; }
  .p-styling .p-stylingTtl {
    font-size: 21px;
    color: #122558;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 760px) {
      .p-styling .p-stylingTtl {
        font-size: 24px; } }
    .p-styling .p-stylingTtl small {
      font-style: italic;
      font-size: 16px; }
      @media screen and (min-width: 760px) {
        .p-styling .p-stylingTtl small {
          font-size: 18px; } }
    .p-styling .p-stylingTtl span {
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-size: 12px;
      color: #000; }
      @media screen and (min-width: 760px) {
        .p-styling .p-stylingTtl span {
          font-size: 14px; } }
  .p-styling .c-styling_child {
    margin-bottom: 60px; }
  .p-styling .c-credit {
    margin-top: 25px;
    font-weight: 600; }
    .p-styling .c-credit div {
      margin-bottom: 11px; }
    .p-styling .c-credit a {
      text-decoration: underline;
      text-underline-offset: 4px; }

.c-btn {
  max-width: 350px;
  margin: auto;
  text-align: center;
  width: 80%;
  margin-bottom: 20px; }
  .c-btn .c-btn_inner {
    padding: 20px;
    background: #122558;
    color: #fff; }

.slick-dots li button:before {
  width: 5px;
  height: 5px; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #000;
  border-radius: 50px;
  color: transparent; }

.slick-dots li button:before {
  color: transparent;
  border: 1px #000 solid;
  border-radius: 50px;
  opacity: 1; }

.slick-dots {
  bottom: -30px; }

.js-sld {
  margin-bottom: 35px; }
