@charset "UTF-8";

b{
  font-weight: bold !important;
}
/* サイトロゴサイズ */
.sitelogo {
  width: auto;
  max-height: 90px;
}
/* LPの基本設定 */
@media screen and (min-width: 980px) {
  .head_fixed {
    position: absolute;
  }
}
#header.header3 .menu.is-fixed {
  position: absolute;
}
#header {
  padding: 10px 0;
}
#contentWrap {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-feature-settings: "palt";
}
#contentWrap a {
  color: #222;
}
#contentWrap a {
  text-decoration: none;
}
#contentWrap ul {
  list-style: none;
  margin: 0;
}
#contentWrap p {
  margin: 0;
}
#contentWrap h3 {
  margin: 0;
  padding: 0;
  color: #222;
  background-color: transparent;
  word-break: auto-phrase;
  line-height: 1.5;
  padding: 10px 0;
}
#contentWrap table,
#contentWrap table th,
#contentWrap table td {
  width: auto !important;
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  vertical-align: middle !important;
}

#contentWrap .only_smart,
#contentWrap .only_smart_i,
#contentWrap .only_smart_f {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #contentWra {
    font-size: 3.4vw;
  }
  #contentWrap .only_pc {
    display: none !important;
  }
  #contentWrap .only_smart {
    display: block !important;
  }
  #contentWrap .only_smart_i {
    display: inline-block !important;
  }
  #contentWrap .only_smart_f {
    display: -webkit-flex !important;
    display: flex !important;
  }
}

/* 固定ヘッダ分のスペースを開ける */
@media screen and (min-width: 980px) {
  #contentWrap {
    padding-top: 110px;
  }
}

/* .inner */
#contentWrap .inner {
  max-width: 1200px;
  width: 94%;
  margin: auto;
  flex-wrap: wrap;
}

/* h1 */
#contentWrap h1 {
  max-width: 1350px;
  width: 98%;
  margin: 20px auto 0;
  border: none;
}
#contentWrap h1 img {
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
  #contentWrap h1 {
    width: 100%;
    margin: 0 auto;
  }
  #contentWrap h1 img {
    border-radius: 0;
    box-shadow: none;
  }
}

/* .cta */
.cta {
  padding: 50px 0;
  background: linear-gradient(transparent 50%, #f3d723 50%);
}
.cta .inner {
  max-width: 1000px;
  padding-bottom: 30px;
  border: 1px solid;
  background-color: #fff;
  border-radius: 20px;
}
.cta .inner h2 {
  max-width: 580px;
  width: 65%;
  margin: auto;
  font-size: 21px !important;
  font-weight: 900;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  transform: translateY(-50%);
  background-color: #fff;
}
.cta .inner h2 span {
  margin-right: 0.8em;
  font-size: 40px;
  font-style: italic;
}
.cta .inner ul {
  padding: 0 1%;
  display: -webkit-flex;
  display: flex;
}
.cta .inner ul li {
  width: 47%;
  margin: 0 1.5%;
}
.cta .inner dl {
  max-width: 620px;
  width: 80%;
  margin: 30px auto 0;
  border-top: 1px solid;
}
.cta .inner dl dt {
  display: inline-block;
  padding: 0 2em;
  font-size: 19px;
  font-weight: bold;
  background-color: #fff;
  transform: translateY(-50%);
}
.cta .inner dl dd {
  margin-top: -1.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cta .inner dl dd img {
  width: 70px;
  margin-right: 1em;
}
.cta .inner dl dd a {
  line-height: 1;
  font-size: 50px;
  font-weight: 900;
}
.cta .inner dl dd a span {
  line-height: 1.5;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .cta {
    padding: 5% 0 9%;
  }
  .cta .inner {
    padding-bottom: 3%;
  }
  .cta .inner h2 {
    font-size: 2.1vw !important;
  }
  .cta .inner h2 span {
    font-size: 4vw;
  }
  .cta .inner dl {
    margin: 3% auto 0;
  }
  .cta .inner dl dt {
    font-size: 1.9vw;
  }
  .cta .inner dl dd img {
    width: 10%;
  }
  .cta .inner dl dd a {
    font-size: 5vw;
  }
  .cta .inner dl dd a span {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 12% 0 9%;
  }
  .cta .inner {
    padding: 0 5% 5%;
    border-radius: 1em;
  }
  .cta .inner h2 {
    width: 70%;
    font-size: 3.4vw !important;
    display: block;
    white-space: nowrap;
  }
  .cta .inner h2 span {
    display: block;
    margin-right: 0;
    font-size: 6.2vw;
  }
  .cta .inner ul {
    margin-top: -9% !important;
    padding: 0;
    display: block;
  }
  .cta .inner ul li {
    width: auto;
    margin: 3% 0 0;
  }
  .cta .inner dl {
    max-width: 100%;
    width: 100%;
    margin: 9% auto 0;
  }
  .cta .inner dl dt {
    padding: 0 1em;
    font-size: 3.6vw;
  }
  .cta .inner dl dd {
    margin-top: 0;
  }
  .cta .inner dl dd img {
    width: 14%;
  }
  .cta .inner dl dd a {
    font-size: 8.5vw;
  }
  .cta .inner dl dd a span {
    font-size: 2.4vw;
  }
}

.reform_banner {
  display: inline-block;
}

/* .cont */
.cont {
  padding: 90px 0;
}
.cont.bg_cream {
  background-color: #faf6dd;
}
.cont .tit {
  font-size: 42px !important;
  font-weight: 900;
}
.cont .tit:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 6px;
  margin: 0.5em auto;
  background-color: #f3d723;
}
.cont .tit .small {
  line-height: 1.5;
  display: inline-block;
  padding: 0 1em;
  font-size: 19px;
  position: relative;
}
.cont .tit .small:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #222;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}
.cont .tit .small:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #222;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.cont .tit .large {
  display: inline-block;
  line-height: 1;
  font-size: 59px;
  vertical-align: -0.08em;
}

@media screen and (max-width: 768px) {
  .cont {
    padding: 9% 0;
  }
  .cont .tit {
    font-size: 7vw !important;
  }
  .cont .tit:after {
    height: 1.2vw;
  }
  .cont .tit .small {
    font-size: 4vw;
  }
  .cont .tit .large {
    font-size: 10vw;
  }
}

/* #cont1 */
#cont1 {
}
#cont1 ul.inner {
  max-width: 1160px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cont1 ul li {
  line-height: 2;
  margin: 1em 1.2% 0 0;
  font-size: 17px;
  font-weight: 900;
  width: 9em;
}
#cont1 ul li:nth-child(7n + 7) {
  margin-right: 0;
}
#cont1 ul li a {
  display: block;
  border: 1px solid #aaa;
  border-radius: 0.3em;
}
#cont1 figure.inner {
  margin-top: 50px;
}

@media screen and (max-width: 1260px) {
  #cont1 ul.inner {
    max-width: 810px;
  }
  #cont1 ul li:nth-child(7n + 7) {
    margin-right: 1.2%;
  }
  #cont1 ul li:nth-child(5n + 5) {
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  #cont1 ul.inner {
    max-width: 640px;
  }
  #cont1 ul li:nth-child(5n + 5) {
    margin-right: 1.2%;
  }
  #cont1 ul li:nth-child(4n + 4) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #cont1 ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #cont1 ul li {
    line-height: 2.5;
    margin: 0.8em 0 0;
    font-size: 4.2vw;
    width: 48%;
  }
  #cont1 ul li:nth-child(5n + 5) {
    margin-right: 0;
  }
  #cont1 figure.inner {
    margin-top: 7%;
  }
}

/* .reform */
.reform {
}

/* .flex_two */
.flex_two {
  margin-top: 30px !important;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex_two > li {
  width: 48%;
  margin-left: 4%;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 1em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 20px 1%;
}
.flex_two > li:nth-child(2n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .flex_two > li {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 768px) {
  .flex_two {
    margin-top: 5% !important;
    display: block;
  }
  .flex_two > li {
    width: auto;
    margin-left: 0;
    margin-top: 7% !important;
    font-size: 2.8vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

/* .flex_three */
.flex_three {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_three > li {
  width: 31%;
  margin: 20px 1%;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 1em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.flex_three > li:nth-child(3n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .flex_three > li {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 768px) {
  .flex_three {
    margin-top: 5% !important;
    display: block;
  }
  .flex_three > li {
    width: auto;
    margin-top: 7% !important;
    font-size: 2.8vw;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

/* .panel_four */
.panel_four {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 1em 1em 0 0;
  overflow: hidden;
}
.panel_four li {
  width: 50%;
  position: relative;
}
.panel_four li img {
  width: 100%;
  height: 100%;
  max-height: 183px;
  object-fit: cover;
  object-position: center center;
}

/* .panel_one */
.panel_one {
  border-radius: 1em 1em 0 0;
  overflow: hidden;
}
.panel_one li {
  position: relative;
}
.panel_one li img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

/* panel_detail */
.panel_detail {
  line-height: 1.5;
  font-size: 12px;
  text-align: left;
  text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff;
  position: absolute;
  left: 1em;
  top: 1em;
  width: 75%;
}
.panel_detail dt .brand {
  display: inline-block;
  padding: 0 0.3em;
  font-size: 13px;
  font-weight: 900;
  color: #fff;
  background-color: #222;
  text-shadow: none;
}
.panel_detail dt .large {
  display: block;
  margin: 0.3em 0 0.3rem;
  font-size: 15px;
  font-weight: 900;
  width: 80%;
}
.panel_detail dd:before {
  content: "・";
}

@media screen and (max-width: 1200px) {
  .panel_detail {
    font-size: 0.9vw;
  }
  .panel_detail dt .brand {
    font-size: 1vw;
  }
  .panel_detail dt .large {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 768px) {
  .panel_detail {
    font-size: 2.4vw;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  }
  .panel_detail dt .brand {
    font-size: 2.7vw;
  }
  .panel_detail dt .large {
    font-size: 2.8vw;
  }

  .panel_one li .panel_detail {
    font-size: 3.4vw;
  }
  .panel_one li .panel_detail dt .brand {
    font-size: 3.7vw;
  }
  .panel_one li .panel_detail dt .large {
    font-size: 3.8vw;
  }
}

/* .price_detail */
.price_detail {
  padding: 0 3% 15%;
}
.flex_three > li .price_detail {
  padding-bottom: 20%;
}
.price_detail h3 {
  margin: 0 0 0.5em !important;
  padding: 0;
  font-size: 25px !important;
  font-weight: 900;
  text-align: left;
  color: #222;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}
.price_detail h3 span {
  margin-right: 1em;
  font-size: 16px;
  font-weight: bold;
}
.price_detail .flex {
  margin-bottom: 5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 5px;
}
.flex_three > li .price_detail .flex {
  margin-bottom: 7%;
}
.price_detail .flex .spec_list {
  line-height: 1.7;
  text-align: left;
}
.price_detail .flex .prices {
  text-align: right;
}
.price_detail .flex .prices .benefit {
  height: 1.8em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 10px !important;
}
.price_detail .flex .prices .benefit li {
  line-height: 1.8;
  margin-left: 0.3em;
  padding: 0 0.5em;
  font-size: 13px;
  color: #fff;
}
.price_detail .flex .prices .benefit li.bg_orange {
  background-color: #f34747;
}
.price_detail .flex .prices .benefit li.bg_black {
  background-color: #222;
}
.price_detail .flex .prices .line {
  margin-top: 0.6em !important;
  font-weight: 500;
  text-decoration: line-through;
}
.price_detail .flex .prices .price {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.price_detail .flex .prices .price .icon {
  margin-right: 0.5em !important;
}
.price_detail .flex .prices .price .icon li {
  width: 1.1em;
  line-height: 1.1em;
  margin: 0.1em 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.price_detail .flex .prices .price .icon li.bg_sky {
  background-color: #0096ff;
}
.price_detail .flex .prices .price .icon li.bg_orange {
  background-color: #ff9000;
}
.price_detail .flex .prices .price p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.price_detail .flex .prices .price p .large {
  font-size: 2.5vw;
  font-weight: 900;
  color: #f34747;
  background: linear-gradient(transparent 60%, #ffee64 60%);
  line-height: 1;
}
.price_detail .flex .prices .price p .yen {
  margin-left: 0.3em;
  line-height: 1;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}
.price_detail .flex .prices .price p .yen .tax {
  display: block;
  font-size: 11px;
}
.price_detail a {
  width: 94%;
  line-height: 2.4;
  margin-top: 0.8em;
  display: block;
  font-size: 26px;
  font-weight: 900;
  color: #fff !important;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  background: #ff6c00
    url(/sale/wp-content/themes/item-lp/images/lp/btn_arrow.png) no-repeat right
    0.5em center;
  border-radius: 0.5em;
  box-shadow: 0 4px 0 #b54d00;
  position: absolute;
  bottom: 3%;
}
.flex_three > li .price_detail a {
  font-size: 22px;
}

@media screen and (max-width: 1200px) {
  .price_detail h3 {
    font-size: 2.2vw !important;
  }
  .price_detail h3 span {
    font-size: 1.3vw;
  }
  .price_detail .flex .prices .benefit li {
    font-size: 1vw;
  }
  .price_detail .flex .prices .price .icon li {
    font-size: 1.1vw;
  }
  .price_detail .flex .prices .price p .large {
    font-size: 2.5vw;
  }
  .price_detail .flex .prices .price p .yen {
    font-size: 1.5vw;
  }
  .price_detail .flex .prices .price p .yen .tax {
    font-size: 0.8vw;
  }
  .price_detail a {
    font-size: 2.3vw;
    background-size: 1em auto;
  }
  .flex_three > li .price_detail a {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  .flex_three > li .price_detail {
    padding-bottom: 15%;
  }
  .price_detail h3 {
    line-height: 1.5;
    padding: 0.3em 0;
    font-size: 5vw !important;
  }
  .price_detail h3 span {
    display: block;
    margin-right: 0;
    font-size: 3vw;
  }
  .price_detail .flex .prices .benefit li {
    font-size: 2.4vw;
  }
  .price_detail .flex .prices .price .icon li {
    font-size: 2.5vw;
  }
  .price_detail .flex .prices .price p .large {
    font-size: 7vw;
  }
  .price_detail .flex .prices .price p .yen {
    font-size: 3vw;
  }
  .price_detail .flex .prices .price p .yen .tax {
    font-size: 1.8vw;
  }
  .price_detail a {
    font-size: 4.5vw;
  }
  .flex_three > li .price_detail a {
    font-size: 4.5vw;
  }
}

/* .reform_point */
.reform_point {
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  right: -0.5em;
  top: -0.8em;
}
.reform_point li {
  line-height: 1.2;
  width: 5.2em;
  position: relative;
  z-index: 2;
}
.reform_point li.bg_orange,
.reform_point li.bg_sky {
  color: #fff;
}
.reform_point li:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.reform_point li.bg_yellow:before {
  background-color: #f3d826;
}
.reform_point li.bg_orange:before {
  background-color: #f34747;
}
.reform_point li.bg_sky:before {
  background-color: #0096ff;
}
.reform_point li:nth-child(n + 2) {
  margin-top: 2.2em;
}
.reform_point li .large {
  line-height: 1;
  font-size: 32px;
}
.reform_point li .middle {
  line-height: 1;
  font-size: 28px;
}
.reform_point li .small {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .reform_point {
    font-size: 1.2vw;
  }
  .reform_point li .large {
    font-size: 2.9vw;
  }
  .reform_point li .middle {
    font-size: 2.5vw;
  }
  .reform_point li .small {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 768px) {
  .reform_point {
    font-size: 2.4vw;
  }
  .reform_point li .large {
    font-size: 5.8vw;
  }
  .reform_point li .middle {
    font-size: 5vw;
  }
  .reform_point li .small {
    font-size: 2.2vw;
  }
}

/* #cont2 */
#cont2 {
}
#cont2 section.inner {
  max-width: 1000px !important;
}
#cont2 section h3 {
  font-size: 24px !important;
  font-weight: 900;
}
#cont2 section h3 + p {
  margin-top: 1em;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
#cont2 section h3 + p span {
  font-weight: 900;
}
#cont2 section ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 !important;
}
#cont2 section ul li {
  width: 48%;
  margin-top: 3% !important;
  padding: 0 0 3%;
  border: 1px solid;
  border-radius: 1em;
}
#cont2 section ul li:nth-child(2) {
  margin-left: 4%;
}
#cont2 section ul li figure {
  margin: 0;
  transform: translateY(-9%);
}
#cont2 section ul li figure img {
  width: 50%;
}
#cont2 section ul li figure figcaption {
  font-size: 20px;
  font-weight: 900;
}
#cont2 section ul li tel {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#cont2 section ul li .tel img {
  width: 65px;
  margin-right: 0.5em;
}
#cont2 section ul li .tel a {
  display: inline-block;
  line-height: 1;
  font-size: 47px;
  font-weight: 900;
  text-align: left;
}
#cont2 section ul li .tel a span {
  line-height: 1.5;
  display: block;
  font-size: 14px;
  font-weight: 500;
}
#cont2 section ul li .btn_orange,
#cont2 section ul li .btn_green {
  width: 84%;
  line-height: 2;
  margin: auto;
  display: block;
  font-size: 34px;
  font-weight: 900;
  color: #fff !important;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5em;
}
#cont2 section ul li .btn_orange {
  background: #ff6c00
    url(/sale/wp-content/themes/item-lp/images/lp/btn_arrow.png) no-repeat right
    0.5em center;
  background-size: 0.7em auto;
  box-shadow: 0 4px 0 #b54d00;
}
#cont2 section ul li .btn_green {
  background: #00c200
    url(/sale/wp-content/themes/item-lp/images/lp/btn_arrow2.png) no-repeat
    right 0.5em center;
  background-size: 0.7em auto;
  box-shadow: 0 4px 0 #378a00;
}

@media screen and (max-width: 1024px) {
  #cont2 section ul li .tel img {
    width: 14%;
  }
  #cont2 section ul li .tel a {
    font-size: 4.7vw;
  }
  #cont2 section ul li .tel a span {
    font-size: 1.4vw;
  }
  #cont2 section ul li .btn_orange,
  #cont2 section ul li .btn_green {
    font-size: 3.4vw;
  }
}

@media screen and (max-width: 768px) {
  #cont2 section h3 {
    line-height: 1.3;
    font-size: 5.5vw !important;
    text-align: left;
  }
  #cont2 section h3 + p {
    font-size: 4vw;
  }
  #cont2 section ul {
    display: block;
  }
  #cont2 section ul li {
    width: auto;
    margin-top: 7% !important;
    padding: 0 0 7%;
  }
  #cont2 section ul li:nth-child(2) {
    margin-left: 0;
  }
  #cont2 section ul li figure img {
    width: 45%;
  }
  #cont2 section ul li figure figcaption {
    font-size: 3.6vw;
  }
  #cont2 section ul li .tel img {
    width: 14%;
  }
  #cont2 section ul li .tel a {
    font-size: 8.5vw;
  }
  #cont2 section ul li .tel a span {
    font-size: 2.4vw;
  }
  #cont2 section ul li .btn_orange,
  #cont2 section ul li .btn_green {
    width: 84%;
    line-height: 2;
    font-size: 5.8vw;
    border-radius: 0.5em;
  }
  #cont2 section ul li .btn_orange {
    background: #ff6c00
      url(/sale/wp-content/themes/item-lp/images/lp/btn_arrow.png) no-repeat
      right 0.5em center;
    background-size: 0.7em auto;
    box-shadow: 0 4px 0 #b54d00;
  }
  #cont2 section ul li .btn_green {
    background: #00c200
      url(/sale/wp-content/themes/item-lp/images/lp/btn_arrow2.png) no-repeat
      right 0.5em center;
    background-size: 0.7em auto;
    box-shadow: 0 4px 0 #378a00;
  }
}

/* #cont3 */
#cont3 {
}
#cont3 .inner {
  max-width: 1000px;
}
#cont3 figure {
  padding: 50px;
  background-color: #fff;
  border: 1px solid;
  border-radius: 1em;
}
#cont3 figure figcaption {
  margin-bottom: -1em;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
#cont3 figure figcaption:before {
  content: "■";
  font-size: 24px;
  color: #ff8500;
  vertical-align: -0.15em;
  margin-right: 0.1em;
}
#cont3 figure img {
  width: 344px;
}
#cont3 dl div {
  margin-top: 30px;
  font-size: 18px;
  text-align: left;
  font-feature-settings: initial;
}
#cont3 dl div dt {
  line-height: 3;
  font-weight: 900;
  border-bottom: 1px solid;
}
#cont3 dl div dd {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #cont3 figure {
    padding: 5%;
  }
  #cont3 figure figcaption {
    margin-bottom: 1em;
    font-size: 3.8vw;
  }
  #cont3 figure figcaption:before {
    font-size: 5.5vw;
  }
  #cont3 figure img {
    width: 85%;
  }
  #cont3 dl div {
    margin-top: 5%;
    font-size: 3.6vw;
  }
  #cont3 dl div dt {
    font-size: 4.5vw;
  }
}

/* #cont4 */
#cont4 {
}
#cont4 .inner {
  max-width: 1000px;
}
#cont4 .inner p {
  font-size: 18px;
  text-align: left;
  font-feature-settings: initial;
}
#cont4 .inner p span {
  font-weight: 900;
}
#cont4 .pay {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 !important;
}
#cont4 .pay > li {
  width: 48.5%;
  margin-top: 3% !important;
  padding: 3%;
  border: 1px solid;
  border-radius: 1em;
}
#cont4 .pay > li figure figcaption {
  font-size: 26px;
  font-weight: 900;
}
#cont4 .pay > li figure img {
  width: 40%;
  margin: 9% 0;
}
#cont4 .pay > li p {
  font-feature-settings: "palt";
}
#cont4 .pay > li .caution li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  color: #ff0000;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #cont4 .inner p {
    font-size: 3.6vw;
  }
  #cont4 .pay {
    display: block;
  }
  #cont4 .pay > li {
    width: auto;
    margin-top: 5% !important;
    padding: 9% 5%;
  }
  #cont4 .pay > li figure figcaption {
    font-size: 5vw;
  }
  #cont4 .pay > li .caution li {
    line-height: 1.8;
    font-size: 3.2vw;
  }
}

/* #cont5 */
#cont5 {
}
#cont5 .inner {
  max-width: 1060px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cont5 .inner li {
  width: 30%;
  margin: 5% 1% 0 !important;
  padding: 0 1.8% 2%;
  border: 1px solid;
  border-radius: 1em;
}
#cont5 .inner li .promise {
  display: block;
  width: 4.5em;
  line-height: 1;
  margin: 0 auto -1em;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  transform: translateY(-50%);
}
#cont5 .inner li .promise:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #f3d723;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
#cont5 .inner li .promise span {
  display: block;
  font-size: 24px;
  font-weight: 900;
}
#cont5 .inner li figure figcaption {
  padding: 0.5em 0;
  font-size: 28px;
  font-weight: 900;
}
#cont5 .inner li figure img {
  width: 60%;
}
#cont5 .inner li p {
  font-size: 18px;
  text-align: left;
}

@media screen and (max-width: 1060px) {
  #cont5 .inner li .promise {
    font-size: 1.4vw;
  }
  #cont5 .inner li .promise span {
    font-size: 2.4vw;
  }
  #cont5 .inner li figure figcaption {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 768px) {
  #cont5 .inner {
    display: block;
  }
  #cont5 .inner li {
    width: auto;
    margin: 12% 0 0 !important;
    padding: 0 5% 5%;
  }
  #cont5 .inner li .promise {
    font-size: 3.6vw;
  }
  #cont5 .inner li .promise span {
    font-size: 7vw;
  }
  #cont5 .inner li figure figcaption {
    padding: 1em 0;
    font-size: 5vw;
  }
  #cont5 .inner li figure img {
    width: 40%;
  }
  #cont5 .inner li p {
    font-size: 3.8vw;
  }
}

/* #cont6 */
#cont6 {
}
#cont6 .inner {
  max-width: 1000px;
}

/* .faq */
.faq div {
  margin-top: 20px;
  border: 1px solid;
  padding: 3% 3%;
  border-radius: 1em;
  font-size: 18px;
  text-align: left;
}
.faq div dt {
  line-height: 1.3;
  padding: 0 50px;
  font-size: 22px;
  font-weight: 900;
  position: relative;
  cursor: pointer;
}
.faq div dt:before {
  content: "Q";
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  background-color: #f3d723;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -0.18em;
}
.faq div dt:after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-right: 6px solid #b1b1b1;
  border-bottom: 6px solid #b1b1b1;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-55%) rotate(45deg);
}
.faq div dt.close:after {
  content: "";
  transform: translateY(-15%) rotate(-135deg);
}
.faq div dd {
  margin-top: 1em;
  padding: 1em 0 0 50px;
  line-height: 2;
  border-top: 1px solid #dddddd;
  position: relative;
  display: none;
}
.faq div dd:before {
  content: "A";
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  background-color: #e2e2e2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1em;
}

@media screen and (max-width: 768px) {
  .faq div {
    margin-top: 5%;
    font-size: 3.6vw;
  }
  .faq div dt {
    padding: 0 12%;
    font-size: 4.2vw;
  }
  .faq div dt:before {
    font-size: 5.2vw;
    top: 0;
  }
  .faq div dt:after {
    border-right: 4px solid #b1b1b1;
    border-bottom: 4px solid #b1b1b1;
  }
  .faq div dd {
    margin-top: 1em;
    padding: 1em 0 0 12%;
    line-height: 2;
  }
  .faq div dd:before {
    font-size: 5.2vw;
    top: 1em;
  }
}

/* #contact */
#contact {
}
#contact .inner {
  max-width: 750px;
}
#contact dl {
  text-align: left;
}
#contact dl dt {
  margin: 1.5em 0 0.5em;
  font-size: 23px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
#contact dl dt:after {
  content: "任意";
  display: inline-block;
  line-height: 1.5;
  margin-left: 1em;
  padding: 0 0.5em;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #222;
}
#contact dl dt.hissu:after {
  content: "必須";
  background-color: #ff6b71;
  height: 24px;
}
#contact dl dt span {
  font-size: 17px;
  font-weight: 500;
}
#contact dl dd ul {
  padding: 10px 25px;
  background-color: #fff;
  border: 3px solid #f3d723;
  border-radius: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contact dl dd ul li {
  width: 33.3%;
  margin: 0.6em 0;
  padding-right: 1em;
}
#contact dl dd .hissu {
  display: inline-block;
  line-height: 1.5;
  margin-left: 1em;
  padding: 0 0.5em;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #ff6b71;
}
#contact dl dd table {
  width: 100% !important;
  font-size: 18px;
}
#contact dl dd table th {
  width: 7em !important;
  font-weight: 500 !important;
}
#contact dl dd table td {
  padding: 0.5em 0 !important;
}
#contact dl dd a {
  display: inline-block;
  margin: 0.5em 0;
  font-size: 18px !important;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #contact dl dt {
    font-size: 21px;
  }
  #contact dl dt:after,
  #contact dl dt.hissu:after {
    font-size: 14px;
  }
  #contact dl dt span {
    font-size: 15px;
  }
  #contact dl dd ul {
    padding: 3% 5%;
    border: 2px solid #f3d723;
  }
  #contact dl dd ul li {
    width: 50%;
  }
  #contact dl dd .hissu {
    font-size: 14px;
  }
  #contact dl dd table {
    font-size: 16px;
  }
  #contact dl dd table th,
  #contact dl dd table td {
    display: table-cell;
  }
  #contact dl dd a {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  #contact dl dd ul {
    padding: 5% 9%;
    display: block;
  }
  #contact dl dd ul li {
    width: auto;
    margin: 0.3em 0;
  }

  #contact dl dd table th,
  #contact dl dd table td {
    display: block;
    width: 100% !important;
  }
  #contact dl dd table th br {
    display: none;
  }
}

/* #cont7 */
#cont7 {
}
#cont7 table {
  width: 1000px !important;
  border-top: 1px solid #dddddd !important;
  font-size: 17px;
}
#cont7 table tr {
  border-bottom: 1px solid #dddddd;
}
#cont7 table th {
  width: 11em !important;
  padding: 2em 0 2em 2em !important;
  font-weight: 900;
}
#cont7 table td {
  padding: 2em !important;
}

@media screen and (max-width: 1060px) {
  #cont7 table {
    width: 94% !important;
  }
}

@media screen and (max-width: 768px) {
  #cont7 table {
    font-size: 3.8vw;
  }
  #cont7 table th,
  #cont7 table td {
    display: block;
    line-height: 1.5;
  }
  #cont7 table th {
    padding: 1em 0.5em 0.3em !important;
  }
  #cont7 table td {
    padding: 0.3em 0.5em 1em !important;
  }
}

/* #bottom_nav */
#bottom_nav {
  width: 100%;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  bottom: -150px;
  z-index: 70;
  -webkit-transition: bottom 0.8s;
  transition: bottom 0.8s;
}
#bottom_nav li {
  width: 50%;
  margin: 0;
}
#bottom_nav li a {
  display: block;
  width: 100%;
  line-height: 2.6;
  margin: auto;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}
#bottom_nav li .bg_sky {
  background-color: #239df3;
}
#bottom_nav li .bg_orange {
  background-color: #ff6c00;
}
#bottom_nav li .bg_green {
  background-color: #00c200;
}
#bottom_nav li a img {
  width: 1.8em;
  vertical-align: middle;
  margin-right: 0.3em;
}

@media screen and (max-width: 768px) {
  #bottom_nav li a {
    padding: 0.6em 0;
    line-height: 1.5;
    font-size: 12px;
  }
  #bottom_nav li a img {
    display: block;
    width: 2.2em;
    margin: auto;
  }
}

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 70px);
  transform: translate(0, 70px);
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.fadein_0 {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.fadein.scrollin,
.fadein_0.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*20240520追加*/
.wpcf7-list-item {
  width: 30%;
  margin: 0.6em 0 !important;
  padding-right: 1em;
}
#contact .confirm .wpcf7-list-item {
  width: 100%;
  margin-top: -30px !important;
  display: block;
}
.panel_detail p {
  line-height: 1.5;
}
.price_detail .flex ul li {
  text-align: left;
}
.bg_yellow.free_txt,
.bg_orange.free_txt,
.bg_sky.free_txt {
  height: 3.2em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.bg_yellow.free_txt p,
.bg_orange.free_txt p,
.bg_sky.free_txt p {
  font-size: 1.2rem;
  line-height: 1.2;
}
.flex p {
  text-align: left;
  line-height: 1.5;
}
.flex .prices p {
  text-align: right;
}
.bg_yellow .large p {
  font-size: 1.2rem;
  line-height: 2.8;
}
.pay img {
  height: 120px;
  object-fit: contain;
}
.txt-left {
  text-align: left !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.sp-only {
  display: none;
}
.cont.thanks {
  padding: 30px 0;
}
.cont.thanks .tit {
  color: #222;
}
.cont.thanks span {
  font-size: 18px;
  font-weight: 700;
}
.thanks .price_detail {
  padding: 30px 0;
  margin: 40px auto;
  width: 60%;
}
.thanks .price_detail a {
  width: 60%;
  max-width: 458px;
  margin: 0 auto 30px;
  position: unset;
}
@media screen and (max-width: 1200px) {
  .bg_orange.free_txt p,
  .bg_sky.free_txt p {
    font-size: 1rem;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item {
    width: 40%;
  }
  .bg_yellow.free_txt p,
  .bg_orange.free_txt p,
  .bg_sky.free_txt p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 424px) {
  .wpcf7-list-item {
    width: 100%;
  }
}

/* 20241219追加 */
/* ページ目次へ戻るボタン */
#page-contents {
  background-color: #222222;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  position: fixed;
  bottom: 206px;
  right: 16px;
}
#page-contents a {
  display: block;
  height: 100%;
  color: #ffffff;
  position: relative;
  font-size: 16.98px;
  line-height: calc(30.26 / 16.98);
  transition: all 0.3s;
}
#page-contents a:hover {
  opacity: 0.7;
}
#page-contents a span {
  padding-top: 22px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#page-contents a span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  transform: translateX(-50%) rotate(-135deg);
  left: 54%;
  top: 3px;
}
/* ページトップへ戻るボタン */
#page-top.page-top {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  bottom: 104px;
  right: 35px;
}
#page-top.page-top a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
  background: #bebebe;
  opacity: 1;
  position: relative;
  transition: all 0.3s;
}
#page-top.page-top a:hover {
  opacity: 0.7;
}
#page-top.page-top a::before {
  content: "";
  width: 19px;
  height: 19px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 59%;
}
@media screen and (max-width: 575px) {
  #page-contents {
    width: 75px;
    height: 75px;
    bottom: 154px;
    right: 10px;
  }
  #page-contents a {
    font-size: 11px;
  }
  #page-contents a span {
    padding-top: 14px;
  }
  #page-contents a span::before {
    content: "";
    width: 6px;
    height: 6px;
  }
  #page-top.page-top {
    width: 51px;
    height: 51px;
    bottom: 80px;
    right: 22px;
  }
  #page-top.page-top a::before {
    width: 12px;
    height: 12px;
  }
}
