@charset "UTF-8";
/*-- 
	このCSSはSassで管理しています。基本的にこのCSSは編集しないようお願いします。
	どうしても編集したい場合は手を付ける前にお声がけください。
 --*/
html, body {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.6;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

header {
  background: #eeebf6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main {
  text-align: center;
}

main img {
  display: inline-block;
}

.body_text {
  background: #eeebf6;
  color: #7B46A9;
}

.body_text p {
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 2; /* 追加 */
}

.body_text dl {
  border-bottom: 1px solid #7B46A9;
}

.body_text dl dt {
  border-bottom: 1px solid #7B46A9;
  font-weight: bold;
  text-align: center;
}

.body_text dl ul {
/*
  text-align-last: left;
*/
  text-align: left;
}

.logo, .main_title {
  margin-bottom: 30px;
}

.lp_days {
  background: #f7ed07;
  font-weight: bold;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.lp_time {
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.text_img {
  margin: 0 8px;
  vertical-align: middle;
}

footer {
  padding: 20px 0;
  background: #7B46A9;
  color: #fff;
  text-align: center;
}

footer .copyright {
  margin-top: 10px;
}

/* 追加ここから */
a:link {
  color: #7B46A9;
}
a:visited {
  color: #7B46A9;
}
/* 追加ここまで */

@media screen and (min-width: 768px) {
  .only_sp {
    display: none !important;
  }
  header {
    margin-bottom: 80px;
    padding: 70px 0;
  }
  .lp_days {
    max-width: 1180px; /* 変更 */

    margin: 60px auto 10px;
    padding-top: 5px; /* 追加 */
    border-radius: 50px;
    font-size: 54px;
  }
  .lp_time {
    margin-bottom: 80px;
    font-size: 32px;
  }
  .text_img {
    margin: -5px 8px 10px; /* 変更 */
  }
  .body_text {
    padding: 80px 0;
  }
  .body_text p, .body_text dl {
    max-width: 1180px; /* 変更 */
    margin: 0 auto;
  }
  .body_text p {
    font-size: 28px;
  }
  .body_text dl {
    margin-top: 70px;
  }
  .body_text dl dt {
    padding-bottom: 10px;
    font-size: 24px;
  }
  .body_text dl dd {
    padding: 30px 0;
    font-size: 16px;
  }
  .body_text ul {
    margin-left: 2.6rem;
/*    line-height: 1.3;  追加 */
  }
  .body_text ul li + li {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .only_pc {
    display: none !important;
  }
  header {
    margin-bottom: 30px;
    padding: 35px 16px;
  }
  main {
    padding: 0 16px;
  }
  .logo {
    margin-bottom: 0;
  }
  .logo img {
    width: 30%;
  }
  .main_title {
    margin-top: 10px;
  }
  .lp_days {
    max-width: 1080px;
    margin: 30px auto 10px;
    padding: 11px 0 10px 6px; /* 変更 */
    border-radius: 50px;
    font-size: 15px;
    font-size: 4.6875vw;
  }
  .lp_time {
    margin-bottom: 50px;
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .body_text {
    margin: 0 -16px;
    padding: 50px 16px;
  }
  .body_text p, .body_text dl {
    max-width: 1080px;
    margin: 0 auto;
  }
  .body_text p {
    font-size: 16px;
    font-size: 5vw;
  }
  .body_text .text_img {
    width: 10%;
  }
  .body_text dl {
    margin-top: 70px;
  }
  .body_text dl dt {
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 5.625vw;
  }
  .body_text dl dd {
    padding: 30px 0;
    font-size: 13px;
    font-size: 4.0625vw;
  }
  .body_text ul {
    margin-left: 2.6rem;
  }
  .body_text ul li + li {
    margin-top: 15px;
  }
  footer img {
    width: 50%;
  }
  footer .copyright {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

/*-- 
	このCSSはSassで管理しています。基本的にこのCSSは編集しないようお願いします。
	どうしても編集したい場合は手を付ける前にお声がけください。
 --*/
