@charset "UTF-8";
body {
  background: #f5f1ee;
}
#Mv {
  background-color: #fefaf9;
}
.priceInr {
  background: #fefaf9;
  border-radius: 10px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 160px;
  padding: 80px 60px;
}
.intro {
  margin-bottom: 80px;
  margin-top: -150px;
  position: relative;
}
.intro:after {
  font-family: 'Quicksand', sans-serif;
  font-size: 7vw;
  color: #f5f1ee;
  text-align: center;
  width: 100%;
  left: 0;
  top: 34%;
  position: absolute;
  font-weight: bold;
  z-index: -2;
}
.intro h3 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 60px;
}
.intro h3 img {
  margin-bottom: 50px;
}
.intro p.txt {
  text-align: left;
  margin: 0 auto;
  max-width: 770px;
}
.listBox {
  background: #fff;
  margin-bottom: 60px;
  padding: 80px 30px;
}
.listBox .ttl {
  background: #3f3a39;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin: -100px auto 30px;
  padding: 8px 30px;
  text-align: center;
  display: table;
}
.listBox .txt {
  text-align: center;
  margin-bottom: 100px;
}
.listBox .wrap {
  background: url("../images/zigzag.png") repeat-x;
  background-position: bottom center;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.listBox .wrap .txt {
  margin-bottom: 0;
}
.listBox .wrap .ttl01 {
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
}
.listBox .priceList .item {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
}
.listBox .priceList .item:before {
  content: "";
  border-top: 2px dotted #d1cac4;
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  z-index: 0;
}
.listBox .priceList .item:last-child {
  margin-bottom: 0;
}
.listBox .priceList .item > p {
  position: relative;
  z-index: 2;
}
.listBox .priceList .itemName {
  font-size: 24px;
  font-size: 2.4rem;
  width: 60%;
}
#sec03 .listBox .priceList .itemName {
    width: 48%;
}
#sec02 .listBox .priceList .itemName {
  width: 50%;
}
#sec02 .listBox .priceList .item {
margin-bottom: 0;
border-bottom: 2px dotted #d1cac4;
padding: 10px 0;
}
#sec02 .listBox .priceList .item:before {
display: none;
}

.listBox .priceList .itemName span.name {
  background: #fff;
}
.listBox .priceList .itemName span.note {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  display: block;
}



.plusIcon {
text-align: center;
padding: 10px 0;
}
.plusIcon i {
font-size: 40px;
font-size: 4.0rem;
}
.listBox .priceList .number {
  background: #fff;
  color: #8bac61;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 80% !important;
  padding-left: 10px;
  position: relative;
  z-index: 2;
  text-align: right;
}
.listBox .priceList .number small {
  font-size: 24px;
  font-size: 2.4rem;
}
.listBox .priceList .number.fixlh {
line-height: 1.9!important;
}
.listBox .priceList .number span {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 10px;
}
.greenPrice {
  color: #8bac61;
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
  line-height: 0.7 !important;
  margin-bottom: 40px;
  letter-spacing: 0;
}
.greenPrice span {
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 10px;
}
.greenPrice small {
  font-size: 20px;
  font-size: 2.0rem;
}
.greenPrice i.sizefix {
  font-size: 24px;
  font-size: 2.4rem;
  color: #333;
  display: block;
  padding: 20px 0;
}
.lightGrey {
  margin: 0 auto 40px;
  text-align: center;
}
.lightGrey span.bg {
  background: #eeeeee;
  border-radius: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  text-align: center;
  padding: 0px 25px;
}
#sec03 span.bg{
  background: #eeeeee;
  border-radius: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  text-align: center ;
  padding: 5px 25px;
  margin-bottom: 20px;

}
.plan {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.itemWrap {
  margin: 0 5px;
  width: calc(25% - 10px);
}
.plan .itemWrap .item {
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 50px 10px;
}
.plan .itemWrap .item img {
  display: block;
  margin: 0 auto 30px;
  max-width: 100px;
  text-align: center;
  width: 100%;
}
.plan .itemWrap .item .detail {
  font-size: 18px;
  font-size: 1.8rem;
  height: 60px;
  text-align: center;
}
.plan .itemWrap .note {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 25px;
}
#sec01 {
  /*background: url("../../lib/cmn_img/gizagiza_02.gif") left top repeat-x;*/
  margin-bottom: 0;
  position: relative;
  padding: 160px 0 100px;
}
#sec01 .priceInr {
  background: #fefaf9 url("../images/bg_02.png") no-repeat;
  background-position: right 0 bottom 0;
  background-size: 50%;
}
#sec02 .stage {
  margin: 0 auto 80px;
  text-align: center;
}
#sec02 .stage img {
  width: 100%;
}
#sec02, #sec03, #sec04 {
  margin-top: -180px;
  padding-top: 180px;
}

.listBox.pink .ttl {
  background: #f6c3c5;
}
.listBox.yellow .ttl {
  background: #eee498;
}
.listBox.blue .ttl {
  background: #b7d1e7;
}
.listBox.green .ttl {
  background: #a4ca73;
}
.listBox.purple .ttl {
  background: #cca8eb;
}
.listBox.pink .plan .itemWrap .item, .listBox.yellow .plan .itemWrap .item, .listBox.blue .plan .itemWrap .item, .listBox.green .plan .itemWrap .item, .listBox.purple .plan .itemWrap .item {
  position: relative;
}
.listBox.pink .plan .itemWrap .item:after, .listBox.yellow .plan .itemWrap .item:after, .listBox.blue .plan .itemWrap .item:after, .listBox.green .plan .itemWrap .item:after, .listBox.purple .plan .itemWrap .item:after {
  background-repeat: no-repeat !important;
  content: "";
  height: 60px;
  position: absolute;
  width: 60px;
  top: 50%;
  right: 0;
  transform: translate(60%, -50%);
  z-index: 2;
}
.listBox.pink .plan .itemWrap .item:after {
  background: url(../images/pink_plus.png);
}
.listBox.yellow .plan .itemWrap .item:after {
  background: url(../images/yellow_plus.png);
}
.listBox.blue .plan .itemWrap .item:after {
  background: url(../images/blue_plus.png);
}
.listBox.green .plan .itemWrap .item:after {
  background: url(../images/green_plus.png);
}
.listBox.purple .plan .itemWrap .item:after {
  background: url(../images/purple_plus.png);
}
.listBox.pink .plan .itemWrap .item.last:after {
  background: none !important;
}
.listBox.yellow .plan .itemWrap .item.last:after {
  background: none !important;
}
.listBox.blue .plan .itemWrap .item:last-child:after, .listBox.green .plan .itemWrap .item:last-child:after, .listBox.purple .plan .itemWrap .item:last-child:after {
  background: none;
}
.consultationDl {
  text-align: center;
}
.consultationDl dt {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  color: #cca8eb;
  margin-bottom: 30px;
}
.consultationDl dt span {
  font-size: 38px;
  font-size: 3.8rem;
}
.consultationDl dd {
  font-size: 20px;
  font-size: 2.0rem;
}
.listBox.borderP {
  border: 3px solid #cca8eb;
  padding: 40px 30px;
}
@media only screen and (max-width: 1290px){
	.plan .itemWrap .item .detail {	
    font-size: 17px;
    font-size: 1.7rem;
}
}
@media only screen and (max-width: 1280px) {
  .listBox .priceList .itemName {
    width: 48%;
  }
  .listBox .priceList .number {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .listBox .priceList .number small {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .plan .itemWrap .item {
    padding: 40px 10px;
  }
  .plan .itemWrap .note {
    margin-top: 10px;
  }
  .consultationDl dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1200px) {
.listBox .priceList .number span {
    font-size: 14px;
    font-size: 1.4rem;
}
.plan .itemWrap .item .detail {	
    font-size: 16px;
    font-size: 1.6rem;
	height: 80px ;
}
}
@media only screen and (max-width: 1120px) {
  .consultationDl dt {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .consultationDl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .priceInr:last-child {
    margin-bottom: 0;
  }
  .intro {
    margin-bottom: 60px;
  }
  .intro:after {
    top: 39%;
  }
  .intro h3 {
    margin-bottom: 70px;
  }
  #sec03 .listBox {
    padding: 10.5% 20px 5% 20px;
  }
}
@media only screen and (max-width: 900px) {
  .priceInr {
    margin: 0 auto 160px;
    padding: 50px 40px;
  }
  .intro {
    margin-top: -110px;
  }
  .intro h3 {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 60px;
  }
  .intro h3 img {
    max-width: 75px;
  }
  #sec01 .intro h3 img {
    width: 80%;
  }
  .intro h3 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 50px;
  }
  .intro h3 img {
    margin-bottom: 30px;
  }
  .listBox .wrap {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .listBox .priceList .itemName {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .listBox .priceList .number {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .listBox .ttl {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .listBox .wrap .ttl01 {
    font-size: 36px;
    font-size: 2.6rem;
  }
  .listBox .priceList .item {
    margin-bottom: 20px;
  }
  .greenPrice {
    font-size: 40px;
    font-size: 4.0rem;
  }

  .listBox.pink .plan .itemWrap .item:after, .listBox.yellow .plan .itemWrap .item:after, .listBox.blue .plan .itemWrap .item:after, .listBox.green .plan .itemWrap .item:after, .listBox.purple .plan .itemWrap .item:after {
    background-size: 100%;
    height: 30px;
    transform: translate(72%, -50%);
    width: 30px;
  }
  .priceInr {
    padding: 80px 30px 10px;
  }
  .consultationDl dd {
    text-align: left;
    line-height: 1.7;
  }
  .listBox.borderP {
    padding: 30px 20px
  }
  .plan .itemWrap .item .detail {
    font-size: 14px;
    font-size: 1.4rem;
	height: 80px;
/*    font-size: 16px;
    font-size: 1.6rem;*/
  }	
}
@media screen and (max-width: 768px) {
  .intro:after {
    top: 33%;
  }
  .listBox .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin: -60px auto 30px;
  }
  #sec01 .priceInr {
    background-image: none;
  }
  .itemWrap {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
  .listBox.pink .plan .itemWrap .item:after, .listBox.yellow .plan .itemWrap .item:after, .listBox.blue .plan .itemWrap .item:after, .listBox.green .plan .itemWrap .item:after, .listBox.purple .plan .itemWrap .item:after {
    background: none;
  }
  .plan .itemWrap .note {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .listBox .priceList .item {
    display: block;
  }
  .listBox .priceList .itemName {
    width: 100%;
    margin-bottom: 20px;
  }
#sec03 .listBox .priceList .itemName {
    width: 100%;
    margin-bottom: 20px;
  }
#sec03 span.bg {
    font-size: 17px;
    font-size: 1.7rem;
}	
  .listBox .priceList .number {
    padding-left: 0;
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  #sec01 {
    scroll-margin-top: 40px;
  }
  #sec03, #sec04, #sec05, #sec06 {
    /*scroll-margin-top: 80px;*/
    padding-top: 80px;
    margin-top: -80px;
  }
  .priceInr {
    padding: 10% 5%;
  }
  .intro {
    margin-bottom: 40px;
    margin-top: -61px;
  }
  .intro:after {
    top: 24.5%;
  }
  .intro h3 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 40px;
  }
  .intro h3 img {
    max-width: 50px;
  }
  .listBox .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    margin: -45px auto 30px;
  }
  .listBox {
    background: #fff;
  }
  .listBox.purple {
    margin-bottom: 0;
  }
  #sec01 .intro:after {
    top: 21.5%;
  }
  #sec01 {
    padding: 110px 0 100px;
  }
  #sec01 .listBox, #sec03 .listBox, #sec04 .listBox {
    margin-bottom: 0 !important;
  }
  #sec01 .listBox .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #sec03 .intro:after {
    top: 21.5%;
  }
  #sec03 .listBox ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #sec02, #sec03, #sec04 {
    margin-top: -80px;
    padding-top: 80px;
  }
  .intro {
    margin-bottom: 40px;
  }
  .intro h3 {
    margin-bottom: 30px;
  }
  .greenPrice {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .greenPrice small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .greenPrice span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .greenPrice i.sizefix {
  padding: 5px 0;
}
  .lightGrey {
    margin: 0 auto 20px;
  }
  .lightGrey span.bg {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .itemWrap {
    width: 100%;
  }
  .listBox .txt {
    margin-bottom: 30px;
  }
  .listBox {
    padding: 30px 20px;
  }
  .listBox .wrap .ttl01 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .listBox .priceList .item:before {
    top: 13px;
  }
  .listBox .priceList .itemName {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .listBox .priceList .itemName span.note {
    font-size: 12px;
    font-size: 1.2rem;
  }
#sec02 .listBox .priceList .itemName {
    width: 100%;
}
#sec03 .listBox{
    margin-bottom: 40px !important;
}	
  .listBox .priceList .number {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  .listBox .priceList .number span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .listBox .priceList .number small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .listBox .priceList .number.fixlh {
    line-height: 1.4!important;
}
  .plan .itemWrap .note {
    margin-bottom: 0;
  }
  .listBox.pink .plan .itemWrap .item, .listBox.blue .plan .itemWrap .item, .listBox.green .plan .itemWrap .item, .listBox.purple .plan .itemWrap .item {
    margin-top: 20px;
    padding: 10% 4%;
  }
  .plan .itemWrap .item .detail {
    height: auto;
  }
  .plan .itemWrap .item img {
    margin: 0 auto 10px;
    max-width: 70px;
  }
  .listBox.borderP {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .consultationDl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .consultationDl dt {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .consultationDl dt span {
    font-size: 30px;
    font-size: 3.0rem;
    display: block;
    padding-top: 10px;
  }
}
.sec02 ul li.fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
.sec02 ul li.fadein:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
.sec02 ul li.fadein:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}
.sec02 ul li.fadein:nth-of-type(5) {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}
.sec02 ul li.fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
