html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: 'Noto Sans JP', sans-serif;
    color: #595959;
    font-size: 16px;
    line-height: 1.6;
}
body a{
    color: #19B4A8;
}
body a:hover{
    color: #19B4A8;
    text-decoration: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
img{
    max-width: 100%;
}
a img:hover{
    opacity: .8;
    transition: .4s;
}
ul{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.pci{
    display: inline-block;
}
.spi{
    display: none;
}
.flex{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    /* justify-content: flex-start; */
  }
  .flex-between2{
  justify-content: space-between !important;
  }
  .flex-between{
  justify-content: space-between !important;
  align-items: center !important;
  }
  .at-top{
  align-items: flex-start !important;
  }
  .jc-lest{
  justify-content: left !important;
  }
  .jc-right{
  justify-content: right !important;
  }
  .at-center{
  align-items: center !important;
  justify-content: center;
  }
  .at-center2{
  align-items: center !important;
  justify-content: flex-start;
  }
  .stretch{
    align-items: stretch !important;
  }
  .relative{
    position: relative;
  }

/* ヘッダーコンテンツ */
.main-txt{
  font-size: 48px;
  font-weight: 700;
}
.main-txt2{
  font-size: 40px;
  font-weight: 700;
}
.main-txt3{
  font-size: 24px;
  font-weight: 600;
}
.main-txt-desc{
  font-size: 32px;
  font-weight: 600;
}
.color-yh{
  color: #FFFF19;
}
.color-wh{
  color: #fff;
}
.color-gr{
  color: #19B4A8;
}
.back-green{
  background: #19B4A8;
}
.back-green2{
  background: #C9E8E6;
}
.back-green3{
  background: #E5FFFD;
}
.small-txt{
  font-size: 40px;
}
.back-white{
  background: #fff;
}
.marker1 {
  background:linear-gradient(transparent 90%, #FFFF19 90%);
}
.marker2 {
  background:linear-gradient(transparent 60%, #FFFF19 60%);
}
/* ヘッダーコンテンツ */
.mv-contents{
  background: url(../images/main-back.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 32px 0;
}
.back-yellow{
  background: #FFFEED;
}
.back-nayami{
  background: rgb(230,226,226);
  background: linear-gradient(180deg, rgba(230,226,226,1) 0%, rgba(255,255,255,1) 48%);
}
.back-kaiketsu{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(208,239,244,1) 45%, rgba(208,239,244,1) 100%);
}
.back-about{
  background: url(../images/back-about.png);
  background-size: cover;
  background-position: center;
}
.main-contents{
  padding: 56px 0;
}
.main-contents2{
  padding: 0 0 56px;
}
.tokuten li{
  width: calc(100% / 3);
  text-align: center;
}
.tokuten li img{
  padding: 32px 16px;
}
.kaiketsu-contents{
  padding: 48px 0;
}
.point-area{
  margin: 40px auto;
}
.point-area li{
    width: 818px;
    padding: 8px 40px;
    background: #fff;
    text-align: left;
    font-size: 30px;
    margin: 0 auto 16px;
    max-width: 100%;
}
.point-area li > div{
    text-align: left;
    display: inline-block;
}
.point-area li .font-big{
  color: #19B4A8;
  font-size: 36px;
  font-weight: 700;
}
.flow-box{
  margin-top: 40px;
}
.reviw-box{
  width: 1140px;
  margin: 40px auto 0;
}
.reviw-box li{
  width: calc(100% / 2);
  text-align: center;
  margin-bottom: 6%;
}

.qa{
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
  background: #fff;
}
.q > div.text-area,
.a > div{
  font-weight: 600;
  font-size: 24px;
  padding-left: 45px;
}
.a > div{
  font-weight: 500;
  font-size: 18px;
}
.a > div{
      padding: 3% 5% 3% 48px;
}
.a{display: none;}
.q,
.a{
  padding: 1%;
  width: 100%;
  position: relative;
}
.q:before {
  content: '';
  background: url(../images/q.svg);
  background-size: cover;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0%;
  top: 15%;
}
.a:before {
  content: '';
  background: url(../images/a.svg);
  background-size: cover;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0%;
  top: 24px;
}
.a{
  padding-top: 0;
  padding-bottom: 0;
}
.icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
  /* background: #000; */
}
.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #707070;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*＋、－切り替え*/
.open .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.qa-contents{
  margin-top: 40px;
}
.about-txt{
  margin: 40px auto;
}
.container2{
  width: 860px;
  margin: 0 auto;
  max-width: 100%;
}
.container2 p{
  line-height: 1.8;
}
.about-table{
  border: none;
}
.about-table td{
  padding: 24px 16px;
  border: none;
  vertical-align: middle;
}
.about-table td:first-child{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.about-table td:last-child{
  font-size: 16px;
}
.about-table .p1 td:first-child{
  background: #19B4A8;
}
.about-table .p1 td:last-child{
  background: #fff;
}
.about-table .p2 td:first-child{
  background: #17B0A6;
}
.about-table .p2 td:last-child{
  background: #F4F8FB;
}
.btn-mv{
  position: absolute;
  right: 0%;
  bottom: 3%;
}
.back-cta{
  background: url(../images/back-cta.svg);
  background-position: right;
  background-repeat: no-repeat;
    background-size: auto 105%;
}
.cta-item{
    width: 1080px;
    margin: 0 auto;
    max-width: 100%;
}
.cta-item > div{
    width: 50%;
}
.cta-item > div:first-child{
    text-align: left;
}
.cta-item > div:last-child{
    text-align: right;
}
.btn-cta{
    margin-top: 10px;
}
/*フッターコンテンツ*/
#main-footer{
  width: 100%;
  padding: 16px;
  background: #F2F2F2;
}
.footer-order{
    display: none;
}
.footerCta{
    display: none;
}
/*フッターコンテンツ*/
@media screen and ( max-width: 880px ){
    .btn-mv{
        width: 45%;
    }
    .main-txt{
        font-size: 5vw;
    }
    .main-txt2{
        font-size: 4vw;
    }
    .main-txt-desc {
        font-size: 3.5vw;
    }
    .back-cta {
        background: url(../images/back-cta.svg);
        background-position: 400px 100%;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    .reviw-box li {
        width: calc(360px);
        text-align: center;
        margin-bottom: 0%;
        padding: 8px;
    }
    .reviw-box {
        width: 100%;
        margin: 24px auto 0;
        overflow-x: scroll;
        max-width: 100%;
    }
    .reviw-box > ul{
      width: 1440px;
    }
    .container2{
      padding: 0 5%;
    }
    .point-area li .font-big{
            font-size: 32px;
    }
    .point-area li{
            font-size: 24px;
    }
}
@media screen and (max-width: 599px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .spi{
        display: inline-block;
    }
    .pci{
        display: none;
    }
    .footer-order{
        display: block;
        transition: .6s;
    }
    .footerCta{
        display: block;
    }
    .js-hide{
        display: none !important;
    }
    .footerCtaContents{
        background: rgba(255,255,255,.9);
            padding: 16px 14px;
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 9999;
    }
    .main-txt {
      font-size: 7vw;
      font-weight: 700;
    }
    .small-txt {
      font-size: 6vw;
    }
    .mv-contents {
      background: url(../images/main-back-sp.png);
      background-size: 100%;
      background-position: top;
      width: 100%;
      background-repeat: no-repeat;
    }
    .main-txt2 {
        font-size: 7.5vw;
        font-weight: 700;
    }
    .main-contents {
        padding: 28px 0;
    }
    .tokuten li {
        width: calc(100% / 1);
        text-align: center;
    }
    .tokuten li img {
        padding: 8px;
    }
    .tokuten{
      margin-top: 16px;
    }
    .kaiketsu-contents {
        padding: 24px 0 0;
    }
    .main-txt-desc {
          font-size: 4.6vw;
    }
    .main-txt-desc span{
      font-size: 24px;
    }
    .point-area li{
/*      border-left: 6px solid #FFFF19;*/
          font-size: 5vw;
/*      padding-left: 16px;*/
        padding: 8px 0;
        text-align: center;
        margin: 0 5% 16px;
        width: 90%;
    }
    .point-area li .font-big{
      font-size: 5.6vw;
    }
    .point-area li > div {
        text-align: center;
    }
    .main-txt3 {
        font-size: 5vw;
    }
    .point-area {
        margin: 24px auto;
    }
    .q > div.text-area, .a > div {
        font-weight: 600;
        font-size: 24px;
        padding-left: 56px;
        padding-right: 42px;
        font-size: 4.5vw;
        line-height: 1.2;
    }
    .a > div {
        padding: 5% 0 5% 54px;
        font-size: 4vw;
        font-weight: 500;
    }
    .q, .a {
        padding: 22px 0;
    }
    .icon{
      right: -16px;
    }
    .back-about .main-txt2{
      font-size: 5.5vw;
    }
    .about-txt {
        margin: 24px auto;
    }
    .container2 p{
          font-size: 3.5vw;
      text-align: left !important;
    }
    .about-table td{
      display: block;
      width: 100%;
    }
    .about-table td {
        padding: 16px;
    }
    .about-table td:first-child{
      font-size: 3.5vw;
    }
    .about-table td:last-child{
      font-size: 3.5vw;
    }
    .btn-mv{
      position: absolute;
      right: 0;
      bottom: 0;
          top: 70%;
      left: 0;
      margin: auto;
      width: 95%;
    }
    .mv-txt2{
          margin-top: 8%;
    }
    .cta-txt{
      width: 40%;
    }
    .cta-btn{
      width: 60%;
    }
    .back-cta {
      background: url(../images/back-cta-sp.svg);
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: 100%;
  }
  .mv-contents > div{
    margin-top: 15%;
  }
  .cta-item{
      padding: 0 15px;
      width: calc(100% - 30px);
  }
    .cta-item > div{
        width: 100%;
    }
    .qa{
        width: 90%;
    }
}
/*スマホ用の電話ボタンの位置調整*/

.thanks-box{
        border: 4px solid #f5f5f5;
    margin: 5%;
    padding: 5%;
}
.thanks-box h1{
    text-align: center;
    font-size: 140%;
    font-weight: 600;
    margin-bottom: 5%;
}
@media screen and ( max-width: 599px ){
}

.privacy-area{
    padding: 5% !important;
}
.privacy-area p strong{
    font-weight: 600;
}
