/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p-lp
====================================================================== */
.p-lp .l_main_visual {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp .l_main_visual .btnwrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
  }
}
.p-lp .l_main_visual .buy {
  position: absolute;
  width: 30vw;
  bottom: 100px;
  left: calc(50% - 30%);
  transform: translateX(-50%);
  text-align: center;
  transition: all .2s linear;
}
@media screen and (min-width: 1280px) {
  .p-lp .l_main_visual .buy {
    bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .l_main_visual .buy {
    width: 203px;
    position: inherit;
    top: initial;
    bottom: initial;
    left: initial;
    text-align: center;
    margin: -40vw auto 0;
    transform: translateX(0);
  }
}
.p-lp .l_main_visual .buy:hover {
  opacity: .7;
}
.p-lp .l_main_visual .buy img {
  max-width: 100%;
}
.p-lp .c_sec01 {
  width: 1200px;
  margin: 0 auto 50px;
  padding: 50px 0 70px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec01 {
    width: 100%;
    margin: 0 auto 30px;
    padding: 50px 4.6875%;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec01 .c_ttl_2 {
    font-size: 22px;
  }
}
.p-lp .c_sec01 .flex {
  margin: 70px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec01 .flex {
    margin: 30px 0 0;
    flex-wrap: wrap;
  }
}
.p-lp .c_sec01 .flex .imgwrap {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec01 .flex .imgwrap {
    width: 100%;
    padding: 0 20px;
  }
}
.p-lp .c_sec01 .flex .imgwrap img {
  max-width: 100%;
}
.p-lp .c_sec01 .flex .txtwrap {
  width: 750px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec01 .flex .txtwrap {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 20px;
  }
}
.p-lp .c_sec01 .flex .txtwrap > ul {
  border: 5px solid #E1DFD9;
  padding: 0 25px 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec01 .flex .txtwrap > ul {
    padding: 0 25px 20px;
  }
}
.p-lp .c_sec01 .flex .txtwrap > ul li {
  padding: 10px 10px 10px 25px;
  font-size: 20px;
  border-bottom: 1px solid #707070;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec01 .flex .txtwrap > ul li {
    font-size: 13px;
    padding: 10px 10px 10px 20px;
    line-height: 1.5;
  }
}
.p-lp .c_sec01 .flex .txtwrap > ul li:before {
  content: "";
  width: 16px;
  height: 23px;
  background: url(../img/common/check.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-lp .c_sec01 .flex .txtwrap > ul li span {
  color: #FF0000;
}
.p-lp .c_sec02 {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 {
    padding: 70px 0 0;
  }
}
.p-lp .c_sec02 ul {
  width: 1200px;
  margin: 100px auto 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 ul {
    flex-wrap: wrap;
    width: 100%;
    margin: 60px auto 0;
    padding: 0 calc(4.6875% + 10px);
  }
}
.p-lp .c_sec02 ul li {
  width: calc( (100% - 50px) / 3);
  border: 10px solid #E1DFD9;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 ul li {
    width: 100%;
    border: 4px solid #E1DFD9;
  }
}
.p-lp .c_sec02 ul li:nth-child(2) {
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 ul li:nth-child(2) {
    margin: 50px 0;
  }
}
.p-lp .c_sec02 ul li .ttl {
  margin: -25px auto 15px;
  width: calc(100% - 30px);
  background: url(../img/common/subttlbg.png);
  background-position: center center;
  border-radius: 10px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  padding: 10px 0;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 ul li .ttl {
    font-size: 16px;
  }
}
.p-lp .c_sec02 ul li .img {
  padding: 0 15px 15px;
}
.p-lp .c_sec02 ul li .subtxt {
  font-size: 16px;
  line-height: 1.7;
  padding: 0 10px 10px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 ul li .subtxt {
    font-size: 15px;
  }
}
.p-lp .c_sec02 .sebun {
  width: 1200px;
  margin: 70px auto 0;
  background: #E1DFD9;
  padding: 50px 20px 30px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 .sebun {
    padding: 25px 20px;
    width: calc(100% - ( 4.6875% * 2 + 40px ) );
    margin: 50px calc( 4.6875% + 20px ) 0;
  }
}
.p-lp .c_sec02 .sebun .ttl {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 .sebun .ttl {
    font-size: 30px;
  }
}
.p-lp .c_sec02 .sebun .subttl {
  margin: 30px 0 0;
  font-size: 17px;
  line-height: 1.5;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 .sebun .subttl {
    padding: 0;
  }
}
.p-lp .c_sec02 .sebun .subtxt {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 .sebun .subtxt {
    padding: 0;
  }
}
.p-lp .c_sec02 .sebun .info {
  background: #F0EFEC;
  margin: 25px 0 0;
  border: 1px solid #707070;
  font-size: 16px;
  line-height: 1.5;
  padding: 12px 20px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 .sebun .info {
    font-size: 12px;
    padding: 10px;
  }
}
.p-lp .c_sec02 .btnwrap {
  margin: 80px 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 .btnwrap {
    width: 100%;
    margin: 55px 0;
  }
}
.p-lp .c_sec02 .btnwrap a {
  max-width: 455px;
  width: 20%;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 .btnwrap a {
    width: 203px;
  }
}
.p-lp .c_sec02 .btnwrap a:hover {
  opacity: .7;
}
.p-lp .c_sec02 .btnwrap a img {
  max-width: 455px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec02 .btnwrap a img {
    width: 200px;
  }
}
.p-lp .c_sec03 {
  background: url(../img/common/step.png);
  background-position: center center;
  padding: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec03 .c_ttl_2 {
    font-size: 26px;
    line-height: 1.5;
  }
}
.p-lp .c_sec03 .steps {
  width: 1200px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec03 .steps {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 calc( 4.6875% + 20px );
  }
}
.p-lp .c_sec03 .steps .step {
  background: #fff;
  width: 370px;
  padding: 50px 15px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec03 .steps .step {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec03 .steps .step:nth-child(2) {
    margin: 50px 0;
  }
}
.p-lp .c_sec03 .steps .step .ttl {
  position: absolute;
  font-size: 18px;
  color: #fff;
  top: -15px;
  left: -20px;
  padding: 15px 20px;
  background: url(../img/common/subttlbg.png);
  background-position: center center;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec03 .steps .step .ttl {
    font-size: 15px;
  }
}
.p-lp .c_sec03 .steps .step .txt {
  font-size: 16px;
  line-height: 1.7;
  margin: 10px 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec03 .steps .step .txt {
    font-size: 14px;
  }
}
.p-lp .c_sec03 .txt {
  font-size: 14px;
  margin: 15px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec03 .txt {
    font-size: 10px;
  }
}
.p-lp .c_sec03 .youtube {
  padding: 35% 0 0;
  margin: 50px auto 0;
  width: 1000px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec03 .youtube {
    width: 100%;
    padding: 70% 0 0;
  }
}
.p-lp .c_sec03 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-lp .c_sec04 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec04 {
    padding: 100px calc(4.6875% + 20px);
  }
}
.p-lp .c_sec04 .c_ttl_1 {
  margin: 0 0 70px;
}
.p-lp .c_sec04 .lists {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec04 .lists {
    width: 100%;
  }
}
.p-lp .c_sec04 .lists .list {
  display: flex;
  padding: 15px;
  width: 580px;
  background: url(../img/common/voicebg.png);
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec04 .lists .list {
    width: 100%;
    padding: 20px 15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec04 .lists .list:nth-child(n+2) {
    margin: 20px 0 0;
  }
}
.p-lp .c_sec04 .lists .list:nth-child(n+3) {
  margin: 20px 0 0;
}
.p-lp .c_sec04 .lists .list .img {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec04 .lists .list .img {
    width: 100%;
  }
}
.p-lp .c_sec04 .lists .list .img > p {
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec04 .lists .list .img > p {
    margin: 10px 0 0;
    width: 100%;
  }
}
.p-lp .c_sec04 .lists .list .txt {
  font-size: 16px;
  padding: 0 0 0 15px;
  width: calc(100% - 160px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec04 .lists .list .txt {
    margin: 5px 0 0;
    width: 100%;
    padding: 0;
  }
}
.p-lp .c_sec04 .lists .list .txt span {
  display: inline;
  border-bottom: 1px dashed #000;
}
.p-lp .c_sec05 {
  margin: 0;
  padding: 100px 0 70px;
  background: #CDC4B7;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec05 {
    margin: 0;
    padding: 60px 40px;
  }
}
.p-lp .c_sec05 .c_ttl_3 {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec05 .c_ttl_3 {
    line-height: 1.5;
    font-size: 24px;
    margin: 0 0 30px;
  }
}
.p-lp .c_sec05 .faqitem {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  border: 5px solid #E1DFD9;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec05 .faqitem {
    width: 100%;
    padding: 0 10px;
  }
}
.p-lp .c_sec05 .faqitem:not(:first-of-type) {
  margin: 15px auto 0;
}
.p-lp .c_sec05 .faqitem .question {
  font-size: 16px;
  padding: 10px 0 10px 30px;
  position: relative;
  border-bottom: 1px solid #707070;
  line-height: 1.5;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec05 .faqitem .question {
    font-size: 14px;
  }
}
.p-lp .c_sec05 .faqitem .question:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../img/p_top/q@2x.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec05 .faqitem .question:before {
    top: 20px;
  }
}
.p-lp .c_sec05 .faqitem .answer {
  line-height: 1.5;
  font-size: 16px;
  padding: 10px 0 10px 30px;
  position: relative;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec05 .faqitem .answer {
    font-size: 14px;
  }
}
.p-lp .c_sec05 .faqitem .answer:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../img/p_top/a@2x.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec05 .faqitem .answer:before {
    top: 23px;
  }
}
.p-lp .c_sec06 {
  margin: 0 0 70px;
  position: relative;
  background: url(../img/p_lp/PC_back.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec06 {
    margin: 0 0 60px;
    background: url(../img/p_lp/PC_back.png);
    background-size: cover;
  }
}
.p-lp .c_sec06 .inner {
  width: 1500px;
  padding: 60px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec06 .inner {
    width: 100%;
    padding: 60px 0 40px;
  }
}
.p-lp .c_sec06 .inner img {
  max-width: 100%;
}
.p-lp .c_sec06 .inner h2 {
  margin: 0 0 60px;
  text-align: center;
}
.p-lp .c_sec06 .inner .flexbox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec06 .inner .flexbox {
    display: block;
  }
}
.p-lp .c_sec06 .inner .flexbox li {
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec06 .inner .flexbox li {
    margin: 0 auto;
    max-width: 245px;
  }
}
.p-lp .c_sec06 .inner .flexbox li:not(:first-child) {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec06 .inner .flexbox li:not(:first-child) {
    margin: 50px auto 0;
  }
}
.p-lp .c_sec06 .inner .flexbox p {
  text-align: center;
}
.p-lp .c_sec06 .inner .flexbox a {
  margin: 40px 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec06 .inner .flexbox a {
    margin: 0;
  }
}
.p-lp .c_sec06 .inner .flexbox .imgttl {
  height: 35px;
  margin: 0 0 15px;
}
.p-lp .c_sec06 .inner .flexbox .imgttl img {
  max-width: initial;
  transform: scale(0.8);
  transform-origin: center left;
}
.p-lp .c_sec06 .inner .flexbox .img {
  height: 250px;
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec06 .inner .flexbox .img {
    height: auto;
  }
}
.p-lp .c_sec06 .inner .flexbox .img img {
  max-height: 100%;
  max-width: inherit;
}
.p-lp .c_sec06 .inner .flexbox .value {
  height: 66px;
}
.p-lp .c_sec06 .inner .flexbox .value img {
  max-height: 100%;
}
.p-lp .c_sec06 .inner .flexbox .value2 {
  height: 60px;
  margin: -20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-lp .c_sec06 .inner .flexbox .value2 {
    margin: -10px 0 0;
  }
}
.p-lp .l_breadcrumbs {
  margin: 70px 0 30px;
}
@media screen and (max-width: 768px) {
  .p-lp .l_breadcrumbs {
    margin: 40px 0 30px;
  }
}
.p-lp picture img {
  width: 100%;
}

/*# sourceMappingURL=p_enz.css.map */
