@charset "utf-8";

/* PC.SP表示切り替え
----------------------------------------- */

.pc {display: block;}
.sp {display: none;}

@media(max-width: 599px) {
  .pc {display: none;}
  .sp {display: block;}
}

/* ----------------------------
  初期スタイル調整
------------------------------- */
html { overflow: auto; }
body { overflow: hidden; }

html {
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

figure {
  border: 0;
  margin: 0;
}

a:hover > img {
opacity: .8;
}

.h3 {
	font-size: 43px;
  line-height: 1.3;
  margin: 0 0 40px;
  text-align: center;
  border-top: 2px solid #ff0211;
  border-bottom: 2px solid #ff0211;
  padding: 20px 0 20px;
}

@media(max-width: 599px) {
  .h3 {
    font-size: 26px;
    margin: 0 0 20px;
  }
}

h4 {
  margin: 0;
  font-size: 32px;
}

@media(max-width: 599px) {
  h4 {
    font-size: 22px;
  }
}


/* レイアウト
----------------------------------------- */

.l-padding {
  padding: 40px;
}

.l-margin {
  margin: 40px auto;
}

.l-width {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 800px;
}

@media(max-width: 599px) {
  .l-width {
    padding: 0 20px;
  }
  .l-margin {
    margin: 20px auto;
  }
  .l-padding {
    padding: 20px;
  }
}

/* ---------------------------------------
  ヘッダー
---------------------------------------- */
.header-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff url("img/header__bg.jpg") no-repeat center top;
}

.header-1__txt {
  margin: 0;
  margin-left: -80px;
}

.header-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ff0211;
}

.header-2__txt {
  margin: 0;
}

@media(max-width: 599px) {
  .header-sp {
    margin: 0;
  }

  .header-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

}


/*------------------------------------------
  cta
-------------------------------------------*/
.cta {
  text-align: center;
}

.cta__head {
  background-color: #ff0211;
  margin: 0 0 30px;
  padding: 30px;
}

.cta__caution {
  font-size: 24px;
  font-weight: bold;
}

@media(max-width: 599px) {
  .cta__caution {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }
}


/* -----------------------------------------
  main
------------------------------------------ */
.main {
  padding-top: 40px;
}

.head-h3 {
  text-align: center;
  padding-bottom: 0px;
}

@media(max-width: 599px) {
  .main {
    padding: 0 20px 0;
  }
}

/*  point
-------------------------------------------*/
.point {
  padding-top: 10px;
}

.point__item {
  margin-bottom: 80px;
  background-color: #f0e9de;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.point__img {
margin-bottom: 20px;
}

.point__num {
  position: absolute;
  left: -50px;
  top: -50px;
}

.point__head {
  font-size: 42px;
  line-height: 1.3;
}

.point__display {
  margin-top: 20px;
  border-top: 1px solid #4dc9ff;
}

.point__txt {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.3;
}

@media(max-width: 599px) {
  .point__item {
    margin-bottom: 45px;
  }

  .point__num {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 50px;
  }

  .point__head {
    font-size: 26px;
  }

  .point__txt {
    font-size: 16px;
    text-align: start;
  }
}

/*  overeview
-------------------------------------------*/
.overview {
  background-color: #f0e9de;
  background-size: 100vw auto;
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
}

.overview__display {
  background-color: #fff;
}

.overview__head {
  color: #fff;
  background-color: #4dc9ff;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
}

.overview__head:first-child {
  margin-top: 0;
}

.overview__zoom {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-top: 20px;
}

/* 表 */
.overview table {
  width: 100%;
  border-top: 1px solid #ccc;
}

.overview th,
.overview td {
  padding: .5em 1em;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}

.overview th {
  background: #f0e9de;
  width: 220px;
  border-left: none;
  font-size: 23px;
}

.overview td {
  width: 265px;
  font-size: 24px;
}

.overview__caution {
  font-size: 18px;
  letter-spacing: .008em;
  line-height: 1.3;
}

.overview__step {
  display: flex;
}

.step-txt {
  font-size: 25px;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 0;
}

.step2__img,.step3__img {
  text-align: center;
}

.triangle {
  height: calc(60px / 2);
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  text-align: center;
  background-color:  #ff0211;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.online-held {
  text-align: center;
  margin-bottom: 30px;
}

.overview__caution-2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 30px;
  line-height: 1.3;
}

.price {
  text-align: center;
}

@media(max-width: 599px) {
  .overview__head {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .overview__zoom {
    font-size: 22px;
    margin: 0px;
  }

  .overview th {
    width: 420px;
    font-size: 14px;
  }

  .overview td {
    width: 265px;
    font-size: 14px;
  }

  .overview__caution {
    font-size: 10px;
    letter-spacing: .008em;
    line-height: 1.4;
  }

  .overview__step {
    display: block;
    text-align: center;
  }

  .step-img {
    width: 60px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .step-txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;

  }

  .triangle {
    height: calc(40px / 2);
    width: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .overview__caution-2 {
    font-size: 14px;
    margin: 0 0 30px;
    line-height: 1.3;
  }
}

/*  voc
-------------------------------------------*/
.voc__item {
	border: solid 6px #4dc9ff;
  border-radius: 10px;
}

.voc__item-head {
  font-size: 41px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .01;
  margin-bottom: 20px;
}

.voc__display {
	border-top: 1px solid #4dc9ff;
	display: flex;
	padding-top: 30px;
  justify-content: space-between;
  align-items: center;
}

@media(max-width: 599px) {
  .voc__item-head {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .voc__display {
    display: block;
    text-align: center;
    padding-top: 0px;
  }

  .voc__photo {
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/*  おすすめ
-------------------------------------------*/
.osusume {
  background-color: #f0e9de;
  margin-right: -100%;
  margin-left: -100%;
  padding-right: 100%;
  padding-left: 100%;
}

.osusume__item {
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 194px;
}

.osusume-head {
  padding: 1.5em;
}

.osusume-h4 {
  font-size: 36px;
}

.osusume-h4-checkmark {
  vertical-align: sub;
  margin-right: 10px;
}

.osusume-txt {
  font-size: 24px;
  line-height: 1.4;
  margin: 10px 0 0;
}

.osusume-img {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}

@media(max-width: 599px) {
  .osusume__item {
    display: block;
    padding-bottom: 30px;
  }

  .osusume-h4 {
    font-size: 22px;
  }

  .osusume-h4-checkmark {
    width: 25px;
    height: auto;
    margin-right: 5px;
  }

  .osusume-txt {
  font-size: 18px;
  margin: 10px 0 0;
  }

  .osusume-img {
    text-align: center;
  }

  .osusume-img img {
    border-radius: 10px;
  }
}

/*  faq
-------------------------------------------*/
.faq__item {
  margin: 20px auto;
}

.faq__txt-q {
  display: flex;
  background-color: #ff0211;
  line-height: 1.4;
  border-radius: 10px 10px 0 0;
  padding: 30px 30px 27px;
  font-size: 22px;
  color: #fff;
}

.faq__txt-q::before {
  content: url("img/question.svg");
  vertical-align: middle;
  padding-right: 10px;
}

.faq__txt-a {
  display: flex;
  background-color: #f0e9de;
  margin: 0;
  padding: 27px 30px 30px;
  border-radius: 0 0 10px 10px;
  font-size: 21px;
  line-height: 1.4;
}

.faq__txt-a::before {
  content: url("img/answer.svg");
  vertical-align: middle;
  padding-right: 10px;
}

@media(max-width: 599px) {
  .faq__txt-q {
    font-size: 22px;
    padding: 20px 20px 18px;
  }

  .faq__txt-a {
    font-size: 18px;
    padding: 18px 20px 20px;
  }

  .faq__txt-a::before {
    display: none;
  }
}

/*-------------------------------------------
  フッター
-------------------------------------------*/

.footer {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  background-color: #ff0211;
}

.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.footer a {
  border-style: none;
  text-decoration: none;
  color: inherit;
}

.footer a:hover {
  text-decoration: underline;
}


@media(max-width: 599px) {
  .footer {
    padding: 10px 0;
  }

  .footer__nav ul {
    display:block;
  }
  .footer a {
    font-size: 11px;
  }
}

/*-------------------------------------------
  アクセント
-------------------------------------------*/
.a-marker {
  background: #ffea00;
  background: linear-gradient(transparent 33%, #ffff66 33%) repeat scroll 0% 0% transparent;
}

.a-red {
  color: #ff0211;
}
