@charset "UTF-8";
/***************************20230719 add*************************/
.new-space {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
}
/* amazon gift section04 */
.section04.cv-gift {
  background: #fff600;
  padding: 120px 0 215px;
  position: relative;
}

.top .cv-gift {
  padding: 80px 0 0;
}

.section04.cv-gift::after {
  content: "";
  width: 1920px;
  height: 130px;
  background: #fff600;
  position: absolute;
  display: block;
  bottom: -129px;
  left: calc(50% - 960px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.section04.cv-gift::before {
  content: "";
  width: 1920px;
  height: 140px;
  background: linear-gradient(to bottom, #fcb900 0, #ff6900 100%);
  position: absolute;
  display: block;
  bottom: -139px;
  left: calc(50% - 960px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.section04.cv-gift .section-cont {
  background: #fff;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.top .cv-gift .section-cont {
  position: relative;
}

.cv-gift .section-cont img {
  position: absolute;
}
.cv-gift .section-cont .title {
  right: 0;
  width: 100%;
  top: -98px;
}
.cv-gift .section-cont .img01 {
  left: calc(50% - 382px);
  top: 60px;
}
.cv-gift .section-cont .img02 {
  left: calc(50% - 331px);
  bottom: -380px;
  z-index: 1;
}
.cv-gift .section-cont .cont {
  padding: 337px 0 30px;
  text-align: center;
}
.cv-gift .section-cont .cont .cont01 {
  font-size: 2.6rem;
  font-weight: bold;
}
.cv-gift .section-cont .cont .cont01 .course {
  font-size: 2.8rem;
  background: #e96300;
  color: #fff;
  padding: 13px;
}
.cv-gift .section-cont .cont .cont01 .present {
  color: #f70000;
  line-height: 1.5;
  display: block;
  margin-top: 10px;
}
.cv-gift .section-cont .cont .bold {
  font-size: 2rem;
  font-weight: bold;
}

/* couse */
.section05 {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 220px 0 50px;
}
.top .section05 {
  padding: 0 0 50px;
}
.top .section05.couse-short-faq {
  padding: 120px 0 0;
}
.section05 .section-cont {
  margin: 0 auto;
}
.section05.course-last .section-cont {
  width: 1000px;
  margin: 0 auto;
}
.top .couse-short.section05 {
  background-image: none;
}
.top .couse-short.section05 .section-cont {
  width: 900px;
}
.top .couse-short.couse-short-faq.section05 .section-cont {
  width: 800px;
}

.section05 .section-cont h2 {
  background: #ffd401;
  color: #333333;
  padding: 25px 0;
  font-size: 4rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
.section05 .section-cont h2::before {
  content: "";
  width: 52px;
  height: 20px;
  background: #ffd401;
  position: absolute;
  display: block;
  bottom: -20px;
  left: calc(50% - 26px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.section05 .section-cont .right {
  text-align: right;
  margin: 10px 0;
}
.animation .section05 .section-cont .right {
  margin: 10px 20px;
}
.section05 .section-cont .price-wrap {
  display: flex;
  justify-content: space-between;
}
.animation .section05 .section-cont .price-wrap {
  padding: 0 20px;
}
.section05 .section-cont .price-wrap .price-cont {
  border-radius: 20px;
  width: 32%;
}
.section05 .section-cont .price-wrap .price-cont h3 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  border-radius: 18px 18px 0 0;
  padding: 35px 0;
}
.section05 .section-cont .price-wrap .price-cont h3 span {
  font-size: 3.2rem;
}
.section05 .section-cont .price-wrap .price-cont .price-info {
  background: #fff;
  padding: 14px 0 20px;
  border-radius: 0 0 20px 20px;
}
.section05 .section-cont .price-wrap .price-cont .price-info .list-check a {
  font-size: 1.5rem;
  color: #f70000;
  font-weight: bold;
}
.section05 .section-cont .price-wrap .price-cont .price-info .list-check a:hover {
  opacity: 0.7;
}
.section05 .section-cont .price-wrap .price-cont .pricedata {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 14px 0;
}
.section05 .section-cont .price-wrap .price-cont .pricedata img {
  max-width: calc(100% - 20px);
}
.section05 .section-cont .price-wrap .price-cont .pricedata img:nth-of-type(2) {
  margin: 10px 0;
}
.section05 .section-cont .price-wrap .price-cont p {
  padding: 0 15px 0 30px;
  text-indent: -16px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.section05 .section-cont .price-wrap .price-cont p a {
  color: #f70000;
  font-weight: bold;
  /* transition: .2s; */
}
.section05 .section-cont .price-wrap .price-cont p a:hover {
  opacity: 0.7;
}
.section05 .section-cont .price-wrap .price-cont .cv-btn {
  width: 300px;
  margin: 0 auto;
  display: block;
  pointer-events: none;
  /* transition: .2s; */
}
.section05 .section-cont .price-wrap .price-cont .cv-btn.active {
  pointer-events: all;
}
.section05 .section-cont .price-wrap .price-cont .cv-btn:hover {
  opacity: 0.7;
}
.section05 .section-cont .price-wrap .price-cont p.checkbox {
  padding: 0 0 0 18px;
}
.section05 .section-cont .price-wrap .price-cont p.checkbox input[type=checkbox] {
  display: none;
}
.section05 .section-cont .price-wrap .price-cont p.checkbox input[type=checkbox] + span {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  text-indent: 0px;
  line-height: 1.5;
  margin-bottom: 11px;
}
.section05 .section-cont .price-wrap .price-cont p.checkbox input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section05 .section-cont .price-wrap .price-cont p.checkbox input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 2px;
  top: 43%;
  /* 1行なら top: 30%;*/
  /* 2行なら top: 43%;*/
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
}
/* .section05 .section-cont .price-wrap .price-cont p.checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
} */
.section05 .section-cont .price-wrap .price-cont p.checkbox label span.span-active::after {
  opacity: 1;
}
.section05 .section-cont .price-wrap .cont01 {
  border: 1px solid #e96300;
}
.section05 .section-cont .price-wrap .cont01 h3 {
  background: #e96300;
  position: relative;
  padding: 48px 0 22px;
}
.section05 .section-cont .price-wrap .cont01 h3 img {
  position: absolute;
  left: calc(50% - 113px);
  top: -46px;
}
.section05 .section-cont .price-wrap .cont01 input[type=checkbox] + span::after {
  border-bottom: 3px solid #e96300;
  border-left: 3px solid #e96300;
}
.section05 .section-cont .price-wrap .cont02 {
  border: 1px solid #099802;
}
.section05 .section-cont .price-wrap .cont02 h3 {
  background: #099802;
}
.section05 .section-cont .price-wrap .cont02 input[type=checkbox] + span::after {
  border-bottom: 3px solid #099802;
  border-left: 3px solid #099802;
}
.section05 .section-cont .price-wrap .cont03 {
  border: 1px solid #1f6fcd;
}
.section05 .section-cont .price-wrap .cont03 .pricedata {
  padding-bottom: 94px;
}
.top .section05 .section-cont .price-wrap .cont03 .pricedata {
  padding-bottom: 125px;
}
.section05 .section-cont .price-wrap .cont03 h3 {
  background: #1f6fcd;
}
.section05.couse-short .section-cont .price-wrap .cont03 h3 {
  font-size: 3.6rem;
}
.section05 .section-cont .price-wrap .cont03 input[type=checkbox] + span::after {
  border-bottom: 3px solid #1f6fcd;
  border-left: 3px solid #1f6fcd;
}
.section05 .section-cont .information {
  background: #fffdd9;
  font-size: 2rem;
  text-align: center;
  border-radius: 50px;
  padding: 20px 0;
  margin: 20px 0 0;
}
.section05 .section-cont .information a {
  color: #f70000;
  font-weight: bold;
  /* transition: .2s; */
}
.section05 .section-cont .information a:hover {
  opacity: 0.7;
}

.section05 ul li:before {
  content: "・";
  color: #BF7939;
  margin-right: 5px;
}

.section05 ul li::marker {
  color: #FFF;
}

.section05 .price-money-back h4,
.new-space h4 {
  width: 300px;
  color: #f70000;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  border: 2px solid #f70000;
  padding: 5px 0;
  margin: 0 auto;
}

.new-space h4 {
  width: auto;
  margin: 0 30px;
}

.couse-short.section05 .price-money-back h4 {
  width: calc(100% - 20px);
}