@charset "utf-8";

/* basic */
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  display: block;
  text-decoration: none;
}

body {
  background: "#fff";
  color: #111111;
  font-family: sans-serif;
  font-size: 37px;
  font-weight: bold;
  line-height: 1.5;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
  width: 100%;
}

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

/* common */

.red-color {
  color: #C3181F;
}

.orange-color {
  color: #FF762D;
}

.yellow-color {
  color: #FFF586;
}

.orange-marker {
  background: linear-gradient(transparent 30%, #E2782840 30%);
}

.yellow-marker {
  background: linear-gradient(transparent 30%, #FFF586 30%);
}

.yellow-marker2 {
  background: linear-gradient(transparent 50%, #FFF586 50%);
}

.border-b {
  border-bottom: 2px solid #FF762D;
}

.border-c {
  display: block;
  width: 100%;
  height: 20px;
  background: #550000;
}

.count {
  background: #000;
  color: #fff;
  font-size: 2vw;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.count-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.count-inner p {
  margin-right: 20px;
}

.count-inner .timer {
  letter-spacing: 0.4rem;
}

.count-inner,
.recommendation-main {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 800px) {
  .count {
    font-size: 4vw;
  }
}

/* br スマホのみ改行 */
.sp-br {
  display: none;
}

/* br PCのみ改行 */
.pc-br {
  display: block;
}

@media (max-width: 800px) {
  .sp-br {
    display: block;
  }

  .pc-br {
    display: none;
  }
}

.text-area01,
/* topview */

.pc-topview-inner img {
  margin-bottom: 30px;
  padding-top: 20px;
}

.pc-topview-inner2 img {
  margin-top: 60px;
}

.pc-topview-inner2 {
  background-position: right bottom;
  position: relative;
}

.pc-topview-area {
  background: rgb(255, 125, 19);
  background: linear-gradient(90deg, rgba(255, 125, 19, 1) 6%, rgba(255, 75, 19, 1) 100%);
}

.pc-topview-area .inner {
  background-image: url(img/pc_image/background_01.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.pc-topview-area img {
  position: relative;
  z-index: 10;
}

.topview-inner02 {
  background: #fff;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.topview-inner03 {
  background: rgba(243, 159, 34, 0.17);
  padding-top: 22px;
  padding-bottom: 30px;
}

.topview-inner03 img {
  max-width: 100%;
}


.topview img {
  margin-right: auto;
  margin-left: auto;
  width: 790px;
}

@media (max-width: 800px) {
  .topview-inner03 {
    background: transparent;
    padding: 0;
  }

  .topview img {
    width: 100%;
  }
}

/* recommendation */

.recommendation .border-pc {
  background: #550000;
  height: 20px;
  width: 100%;
}

.recommendation .border-sp {
  display: none;
}


.recommendation h2 {
  background: #76161B;
}

.recommendation h2 img {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 580px;
}

.assurance {
  background: #eee;
  text-align: center;
  padding: 30px 20px 0px 20px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.1;
  font-weight: bold;
}

.small-size-pc {
  background: #eee;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 20px 46px 20px;
  font-family: 'Noto Sans JP', sans-serif;
}

.small-size-sp {
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
}

.recommendation-area {
  background: #FF4B13;
  background: -moz-linear-gradient(left, #FF7C13 0%, #FF4B13 100%);
  background: -webkit-gradient(linear, left center, right center, from(#FF7C13), to(#FF4B13));
  background: -webkit-linear-gradient(left, #FF7C13 0%, #FF4B13 100%);
  background: -o-linear-gradient(left, #FF7C13 0%, #FF4B13 100%);
  background: linear-gradient(to right, #FF7C13 0%, #FF4B13 100%);
  padding: 33px 10px;
}

.recommendation-main {
  background: #fff;
  border: 14px solid #f5f5f5;
  border-radius: 8px;
  padding: 51px 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.recommendation-main h3 {
  background: #131D1C;
  border-radius: 7px;
  color: #fff;
  font-size: 30px;
  padding: 10px 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.recommendation-main ul {
  margin: 30px auto 0 auto;
}

.recommendation-main ul li {
  display: flex;
  align-items: flex-start;
  font-size: 25px;
  margin-top: 13px;

}

.recommendation-main ul li img {
  margin-right: 10px;
  width: 40px;
  height: 28px;
}

.recommendation-main ul li br {
  display: none;
}

.recommendation-main span {
  display: inline-block;
}

.recommendation-area .arrow {
  width: 40px;
  margin: 28px auto 20px auto;
}

.recommendation-area .text {
  color: #fff;
  font-size: 38px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}


@media (max-width: 800px) {
  .recommendation-main {
    padding: 37px 10px;
  }

  .recommendation-main h3 {
    font-size: 4.4vw;
    padding: 20px;
  }

  .recommendation h2 img {
    width: 70%;
  }

  .recommendation .border-sp {
    display: block;
    background: #550000;
    height: 13px;
    width: 100%;
  }

  .assurance {
    font-size: 4vw;
    padding: 15px 15px 0 15px;
  }

  .small-size-sp {
    background: #eee;
    display: block;
    font-size: 2vw;
    font-weight: bold;
    padding: 10px 20px 12px 20px;
  }

  .small-size-pc {
    display: none;
  }

  .recommendation .border-pc {
    display: none;
  }

  .recommendation-main ul li {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -1.2px;
  }

  .recommendation-main ul li br {
    display: block;
  }

  .recommendation-area .text {
    font-size: 5vw;
  }

  .recommendation-area .arrow {
    width: 20px;
    margin: 15px auto;
  }

}

/* author */

.author {
  background: #F2F2F2;
}

.author-area img {
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
}

.author .pc-profile {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.author .profile {
  display: none;
}

.author .text-area01-inner {
  background-image: url(img/pc_image/background_02.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.author .text-area01 {
  background: #ffffff90;
  font-size: 20px;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 50px;
}

.author .text-area01 p {
  border-top: 1px dashed #00000050;
}

.author .author-text-inner {
  background-image: url(img/pc_image/background_03.jpg);
  background-size: 100%;
}

.author .text-inner {
  background: #fff;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding: 37px 66px;
}

.author .text-inner .text-area {
  color: #162957;
  font-size: 20px;
  padding: 50px;

}

.author .text-inner .text-area p {
  margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  line-height: 1.8;
}

.author .orange-marker-area {
  margin-top: 30px;
}

.author .text-image {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.author .text-image img {
  width: 280px;
}

.text-image-sp {
  display: none;
}

.author .note-target {
  position: relative;
}

.author .note-target .target {
  padding-right: 50px;
  padding-left: 50px;
}

.author .note-target .male {
  position: absolute;
  right: 0;
  bottom: -150px;
  width: 15%;
}

.author .title05-text-area {
  position: relative;
}

.author .title05-text-area .book {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 20%;
}

.sp {
  display: none;
}


@media (max-width: 800px) {

  .author .text-area01-inner {
    background-size: 45%;
  }

  .pc {
    display: none;
  }

  .author-area {
    padding: 60px 15px 15px 15px;
  }

  .author .pc-profile {
    display: none;
  }

  .author .profile {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .author h2 {
    margin-bottom: 25px;
  }

  .author h2 img {
    margin-right: auto;
    margin-left: auto;
  }

  .author .text-area01 {
    font-size: 16px;
    padding: 20px 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: -1.2px;
  }

  .author .text-area01 .orange-marker-area {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
  }

  .author .text-area .orange-marker {
    font-weight: bolder;
  }

  .author .author-text-inner {
    background: #F4CEA8;
  }

  .author .text-inner {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .author .author-text-inner h2 img {
    width: 100%;
  }

  .author .text-inner .text-area {
    font-size: 16px;
    padding: 0;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    letter-spacing: -1.2px;
  }

  .sp {
    display: block;
  }

  .text-image-pc {
    display: none;
  }

  .text-image-sp {
    display: block;
  }

  .text-image-sp img {
    width: 60%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .book {
    display: none;
  }

  .author .note-target .male {
    right: 60px;
  }

}

/* voice */

.voice {
  background-image: url(img/pc_image/background_04.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  padding-bottom: 50px;
}

.voice h2 {
  width: 500px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.voice-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.voice03 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-right: auto;
  margin-left: auto;
}

.voice-content {
  background: #F37C18;
  margin-top: 20px;
  max-width: 465px;
}

.voice-content iframe {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  height: 220px;
}

.voice-title {
  width: 100%;
}

.content-area {
  padding: 10px;
  background-color: #F37C18;
}

.content-area img {
  margin-top: 5px;
  width: 95%;
  margin-right: auto;
  margin-left: auto
}

@media (max-width: 800px) {
  .voice h2 {
    width: 100%;
    padding: 20px 20px 0 20px;
    background: #fff;
    margin-top: 0;
  }

  .voice-area,
  .voice03 {
    display: block;
    max-width: 90%;
  }

  .voice-content iframe {
    height: 170px;
    width: 96%;
  }



}


/* description */

.description {
  background-image: url(img/pc_image/background_03.jpg);
  background-size: 100%;
}

.description-inner {
  background: #fff;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding: 37px 50px;
}

.description-inner .text-area {
  font-size: 20px;
  color: #162957;
  padding: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.description-inner .text-area p {
  margin-top: 30px;
}

@media (max-width: 800px) {
  .description {
    background: #F4CEA8;
  }

  .description-inner {
    margin-right: 13px;
    margin-left: 13px;
    padding: 30px 5px;
  }

  .description-inner .text-area {
    padding: 30px 7px;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: -1.2px;
  }
}

/* video-introduction */

.video-introduction {
  background-image: url(img/sp_image/background_02.jpg);
  background-repeat: no-repeat;
  background-position: contain;
  background-size: cover;
  padding-bottom: 50px;
}

.video-introduction img {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 30px;
}

.video-introduction .text-area {
  background: #fff;
  border: 3px solid #F37C18;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 20px;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.video-introduction .text-area p {
  margin-top: 30px;
}

.video-introduction .text-area p:nth-child(1) {
  margin-top: 0px;
}

@media (max-width: 800px) {

  .border-c {
    height: 10px;
  }

  .video-introduction {
    background: transparent;
    padding-bottom: 0;
  }

  .video-introduction h2 {
    background-image: url(img/sp_image/background_02.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }

  .video-introduction img {
    padding-top: 20px;
    padding-bottom: 100px;
    width: 40%;
  }

  .video-introduction .text-area {
    margin-right: 13px;
    margin-left: 13px;
    position: relative;
    top: -50px;
    font-weight: 100;
    padding: 10px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
  }
}

/* video */

.video {
  background-image: url(img/pc_image/background_08.jpg);
  background-size: contain;
}

.video-content {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
}

.video-content:last-child {
  padding-bottom: 60px;
}

.video-content h2 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  max-width: 900px;
}

.video-content .time {
  text-align: center;
  margin-top: 30px;
}

.video-content p {
  margin-top: 30px;
}

.video-content .text-area {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  max-width: 800px;
  margin: auto;
}

.male-illust {
  position: absolute;
  left: -60px;
  bottom: -40px;
  width: 262px;
}

.video-step {
  background: #fff;
  border: 5px solid #C8C9C9;
  margin-top: 40px;
  padding: 37px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;

}

.video-step ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.video-step ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.video-step ul li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: -1px;
  width: 0;
  left: -23px;
}

.male-illust2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
}

@media (max-width: 800px) {

  .video-step ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 11px;
  }

  .video-step ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .video-step ul li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: -1px;
    width: 0;
    left: -16px;
  }

  .video-content h2 {
    padding: 20px 2px 10px 2px;
  }

  .video-content .time {
    margin-top: 0;
  }

  .video-content .text-area {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    padding-right: 10px;
    padding-left: 10px;
  }

  .video-step {
    margin-right: 10px;
    margin-left: 10px;
    font-weight: 100;
    font-size: 16px;
    padding: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
  }


}


/* takasima */

.takasima {
  background-image: url(img/pc_image/background_09.jpg);
  background-size: 100%;
  padding-bottom: 70px;
  color: #162957;
}

.takasima-text {
  font-size: 22px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

.takasima-inner {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
}

.takasima-img {
  margin-top: 30px;
}

.takasima .text-area p {
  margin-top: 30px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

@media (max-width: 800px) {

  .takasima {
    background: transparent;
    padding-bottom: 30px;
  }

  .takasima-text {
    color: #162957;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin-top: 10px;
    font-size: 20px;
  }

  .takasima .text-area p {
    font-size: 16px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
  }

  .takasima .text-area .orange-color {
    font-size: 5.5vw;
  }
}

/* method */


.method {
  background: #F7F3E8;
}

.method-inner {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.method h2 {
  background: #e84d20;
  background: -moz-linear-gradient(left, #ed7a23 0%, #e84d20 100%);
  background: -webkit-gradient(linear, left center, right center, from(#ed7a23), to(#e84d20));
  background: -webkit-linear-gradient(left, #ed7a23 0%, #e84d20 100%);
  background: -o-linear-gradient(left, #ed7a23 0%, #e84d20 100%);
  background: linear-gradient(to right, #ed7a23 0%, #e84d20 100%);
  color: #fff;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 30px;
}

.method h2 img {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
}

.method .text-area {
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
  padding-top: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  line-height: 2;
}

.special .special-img img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.special .special-img2 {
  margin: 30px 0 15px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.method .text-area p {
  border-top: 1px dashed #00000050;
  font-size: 20px;
  padding: 0 30px;
}

.method .text-area .orange-color {
  font-size: 25px;
}

.method .special .count {
  font-size: 20px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}

.method .book-area {
  background: #fff;
  background-image: url(img/pc_image/background_11.jpg);
  background-position: top center, top right;
  background-size: 100% auto cover;
  background-repeat: no-repeat;
  padding: 250px 0 140px;
}

.method .book-area img {
  margin-right: auto;
  margin-left: auto;
  width: 950px;
}

.method .price {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
}

.method .price-area {
  background: #fff;
  background-image: url(img/pc_image/background_06.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
  cursor: pointer;
  margin-inline: auto;
  position: relative;
}


/* 画像のスタイル */
.box img {
  margin-right: auto;
  margin-left: auto;
  height: auto;
  position: absolute;
  bottom: 17%;
  right: 0;
  left: 0;
  width: 50vw;
  max-width: 750px;
}

/* 2枚目の画像は最初透明 */
.box img:last-of-type {
  opacity: 0;
  transition: opacity .7s;
}

/* hoverすると2枚目の画像が透明じゃなくなる */
.box:hover img {
  opacity: 1;
}

.box-sp {
  display: none;
}

@media (max-width: 800px) {
  .box-sp {
    display: block;
  }

  .box-pc {
    display: none;
  }

  .method .text-area {
    padding: 20px 15px 0px 15px;
  }

  .method .text-area p {
    font-weight: 600;
    font-size: 16px;
    padding: 0 10px;
  }

  .method .text-area .orange-color {
    font-size: 5.5vw;
  }

  .special .special-img img {
    width: 90%;
  }

  .special .special-img2 {
    width: 100%;
  }

  .count-wrap {
    position: relative;
  }

  .method .special .count {
    width: 75%;
    margin-top: 0;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .method .special .count-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 4.5vw;
  }

  .method .special .count-inner .timer {
    letter-spacing: 0.2rem;
  }

  .method .special .count-inner p {
    margin-right: 0;
  }

  .method .book-area {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    background: #fff;
  }

  .method .book-area img,
  .method .price {
    width: 100%;
  }

  .method .price-area {
    padding: 0 10px 30px 10px;
    margin-top: 0;
    background-image: url(img/sp_image/background_04.png);
  }

  .box img {
    bottom: 12%;
    width: 98vw;
  }

}

/* support */

.support h2 {
  margin: 80px auto;
  width: 100%;
}

.support h3 {
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
}



.support-1,
.support-2 {
  border: 3px solid #ff7d14;
  border-radius: 37px;
  max-width: 950px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 20px;
  box-shadow: 7px 5px 0px 2px rgb(255 129 44);
}

.support-1 p,
.support-2 p {
  margin-top: 30px;
}


.privilege {
  background-image: url(img/pc_image/background_07.jpg);
  background-size: 100%;
}

.privilege-inner {
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  max-width: 950px;
  padding-bottom: 30px;
}

.privilege-text-wrap {
  background: rgb(149, 107, 51);
  background: linear-gradient(90deg, rgba(149, 107, 51, 1) 0%, rgba(255, 241, 176, 1) 50%, rgba(149, 107, 51, 1) 100%);
  border-radius: 40px;
  margin: auto;
  padding: 20px;
  max-width: 910px;
}

.privilege-text-inner {
  border: 3px solid #FF7D14;
  border-radius: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 50px 20px 50px;
  font-size: 20px;
  background-color: #fff;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.4);
}


.privilege h2 img {
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  width: 90%;
}

.privilege-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.privilege-detail .time {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 3.5vw;
}

.privilege-detail p {
  display: inline-block;
  font-size: 22px;
}

.privilege-text-inner .border-o {
  width: 100%;
  height: 2px;
  background: #ed7a23;
  margin-top: 20px;
  margin-bottom: 20px;
}

.privilege-text-inner .text-area p {
  margin-top: 30px;
}

.privilege-text-inner .text-img {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.privilege-text-inner .illust {
  width: 65%;
  margin: 0 auto 0 auto;
}

.privilege-text {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}

.refund-guarantee {
  max-width: 950px;
  margin: 30px auto 80px auto;
  border: 1px solid #141E1D;
  padding-bottom: 60px;
}

.refund-guarantee h2 {
  margin-top: 0;
  width: 100%;
}

.refund-guarantee-description {
  background: #EEEEEE;
  border-radius: 33px;
  padding: 50px 30px 30px 30px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.refund-guarantee-description .text1 {
  text-align: center;
  font-size: 32px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

.refund-guarantee-description .border-black {
  width: 100%;
  height: 2px;
  background: #141E1D;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text2 {
  background: #FFF586;
  color: #D10000;
  padding: 30px 20px 30px 20px;
  font-size: 24px;
}

.refund-guarantee .text-area {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
}

.refund-guarantee .text-area p,
.refund-guarantee .text-area dl,
.definition {
  margin-top: 30px;
}


.refund-guarantee .yellow-marker {
  margin-top: 0;
  font-size: 25px;
}

.privilege-text-inner .border {
  width: 100%;
  height: 2px;
  background: #ed7a23;
  margin-top: 30px;
  margin-bottom: 30px;
}

.support .border {
  width: 100%;
  height: 20px;
  background: #ed7a23;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .support h2 {
    width: 100%;
    margin: 20px auto 10px;
  }

  .privilege h2 img {
    padding-top: 0px;
  }

  .support-1,
  .support-2 {
    padding: 30px 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    margin-right: 17px;
    margin-left: 10px;
    font-size: 16px;
  }

  .support-2 {
    margin-bottom: 30px;
  }

  .privilege {
    padding-bottom: 20px;
  }


  .privilege-inner {
    background: transparent;
    padding: 5px;
  }

  .privilege-text-wrap {
    padding: 10px 5px;
  }

  .privilege-text-inner {
    padding: 0 10px 20px;
    background-position: top center;
    background-size: contain;
    letter-spacing: -1.2px;
  }

  .privilege-detail {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .privilege-detail .sp img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    right: 0;
    left: 0;
  }


  .privilege-detail h3 {
    position: relative;
    top: -20px;
    padding-left: 0;
    width: 85%;
  }

  .privilege-detail .time {
    margin: 0;
    font-size: 6.5vw;
  }

  .privilege-detail p {
    font-size: 3.5vw;
  }

  .privilege-text-inner .border-o {
    display: none;
  }

  .privilege-text {
    font-weight: 100;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
  }

  .privilege-text-inner .text-img {
    width: 70%;
    margin: 30px 0;
  }

  .privilege-text-inner .text-area {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
  }

  .illust-area,
  .illust {
    display: none;
  }

  .refund-guarantee {
    border: none;
    margin: 0;
    padding-bottom: 0;
  }

  .refund-guarantee h2 {
    margin: 0 0 20px;
  }

  .refund-guarantee-description {
    padding: 30px 10px;
    width: 95%;
  }

  .refund-guarantee-description .text1 {
    font-size: 19px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
  }

  .text2 {
    font-size: 4.2vw;
    text-align: center;
    padding: 10px 20px;
  }

  .refund-guarantee .text-area {
    width: 94%;
    margin: auto;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: -1.2px;
  }

  .refund-guarantee .yellow-marker {
    font-size: 4vw;
  }

}

/* question */

.question-inner {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
}


.question h2 img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  max-width: 460px;
}

.question dt {
  border: 1px solid #162953;
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 22px 37px;
}

.question dt img,
.question dd img {
  margin-right: 37px;
}

.question dt img {
  width: 37px;
}

.question dd img {
  width: 100px;
}

.question dd {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 20px;
  color: #ed7a23;
}


.question .book-area {
  padding: 150px 0;
}

.question_back {
  background-image: url(img/pc_image/background_10.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.question .book-area img,
.question .price {
  margin-right: auto;
  margin-left: auto;
  width: 850px;
}

.question .price-area {
  background: #fff;
  background-image: url(img/pc_image/background_06.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  cursor: pointer;
  margin-inline: auto;
  position: relative;
}

.question dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.question dd {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

@media (max-width: 800px) {
  .question-inner {
    padding-top: 0;
  }

  .question h2 img {
    width: 60%;
    margin-bottom: 30px;
  }

  .question dl {
    padding: 0 10px;
  }

  .question dt,
  .question dd {
    display: grid;
    grid-template-columns: 1fr 5fr;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    padding: 10px 3px;
  }

  .question dt img {
    width: 4vw;
    margin-right: auto;
    margin-left: auto;
  }


  .question dd img {
    width: 10vw;
    margin-right: auto;
    margin-left: auto;
  }

  .question .book-area {
    padding-top: 0;
    padding-bottom: 0;
  }

  .question .book-area img {
    width: 100%;
  }

  .question .price-area {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    background-image: url(img/pc_image/background_06.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .question .price {
    width: 95%;
  }

  .question .box img {
    bottom: 5%;
  }

}

/* footer */

footer {
  font-size: 15px;
  text-align: center;
}

footer p {
  margin: 20px 0;
  font-size: 14px;
}

.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.footer-inner p {
  margin-top: 30px;
}

.delimiter {
  width: 1px;
  height: 20px;
  background-color: #141E1D;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}



@media (max-width: 800px) {

  body, h3 {
    font-size: 20px;
  }

  footer {
    font-weight: 100;
    font-size: 13px;
    margin-top: 15px;
  }

  footer p {
    margin-top: 20px;
    font-size: 10px;
  }

  .footer-inner {
    margin-top: 0;
  }

  .delimiter {
    height: 10px;
  }
}

@media (max-width: 600px) {
  .author .note-target .target {
    padding: 0;
  }

  .author .note-target .male {
    right: 0;
    bottom: -100px;
  }
}

.js-image-zoom__zoomed-image {
  z-index: 999;
}

.js-image-zoom__zoomed-area {
  background: rgb(0, 0, 0) !important;
}

.right-img-container {
  .js-image-zoom__zoomed-image {
    right: 900px !important;
  }
}