@charset "UTF-8";
/* Scss Document */
a:hover {
  opacity: 0.7; }
a img:hover {
  opacity: 0.7; }

img {
  max-width: 100%; }

body {
  font-size: 22px;
  line-height: 26px;
  background-color: #fff; }

/*共有*/
.wrap {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0px; }

.header {
  background-image: url("../images/header-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 40px; }

.btn {
  text-align: center; }

.re-btn {
  margin: 20px 0; }

.more-box {
  display: none; }

.more-btn {
  margin-bottom: 50px;
  cursor: pointer; }

h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 20px 10px 30px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  text-align: center;
  background: #1AA700;
  box-sizing: border-box; }

h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #1AA700; }

.check-list {
  max-width: 775px;
  margin: 0 auto;
  padding: 90px 0; }

.check-list li {
  position: relative;
  padding-left: 50px;
  font-weight: bold;
  margin: 30px 0; }

.check-list li::before {
  display: inline-block;
  content: '';
  top: 50%;
  margin-top: -17px;
  position: absolute;
  left: 0;
  width: 34px;
  height: 33px;
  background-image: url("../images/check.png"); }

.box1 {
  margin-top: -30px;
  background-image: url("../images/box1-bg.png");
  background-position: center right;
  background-repeat: no-repeat; }
.box3 {
  margin-top: -30px;
  background-image: url("../images/bg02.png");
  background-position: center;
  background-repeat: repeat; }

.box4 {
  margin-top: -30px;
  background-image: url("../images/p01_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px; }

.box6 {
  margin-top: -30px;
  background-image: url("../images/p02_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px; }

.box6 h3 {
  padding: 150px 0 70px 0; }


.box5 {
  position: relative;
  z-index: 0;
  background: #1AA700;
  padding: 20px 0 60px 0; }

.box5::after {
  content: '';
  position: absolute;
  left: 0;
  top: 90px;
  transform: skewY(-2deg);
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1AA700; }

.box5::before {
  content: '';
  position: absolute;
  left: 0;
  top: -90px;
  /*四角形を傾けます*/
  transform: skewY(2deg);
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1AA700; }

.box7::after {
  transform: skewY(0deg); }

.box7::before {
  transform: skewY(2deg); }

.white {
  color: #fff; }

.lb-outerContainer {
  width: 100% !important; }

.lb-container img {
  width: 100% !important;
  height: auto !important; }

.lb-data .lb-close {
  position: fixed !important;
  top: 20px; }

.img-list {
  margin: 50px auto;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.img-list li {
  margin: 20px 0; }

.box3 {
  padding: 70px 0;
  text-align: center; }

.t-center {
  text-align: center; }

h3 {
  margin: 0px 0;
  padding: 50px 0; }

.box5 h3{
  padding-top:0;
}
p {
  line-height: 1.85em; }

p.left {
  width: 55%;
  float: left; }

.right {
  float: right;
  width: 40%; }

h4 {
  text-align: center;
  margin-top: 50px; }

.plan-list {
  margin: 20px 0;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.s-text {
  max-width: 800px;
  color: #fff;
  line-height:1.85em;
  margin: 0 auto;
 }
.b8{
  margin-bottom:50px;
}
.white-t{
  color: #fff;
  font-size: 1em;
  font-weight:bold;
  margin-top:20px;
}
.box8 h4 {
  padding: 80px 0 50px 0; }

.box8 {
  padding-bottom: 80px; }

.q {
  position: relative;
  padding: 15px 0;
  padding-left: 60px;
  padding-right: 10px;
  margin: 30px 0;
  background-color: #F0FCD7;
  font-weight: bold; }

.q::before {
  display: inline-block;
  content: '';
  top: 50%;
  margin-top: -17px;
  position: absolute;
  left: 10px;
  width: 36px;
  height: 36px;
  background-image: url("../images/icon-q.png"); }

.a {
  position: relative;
  padding: 0;
  padding-left: 60px;
  margin: 30px 0;
  font-size: 0.8em; }

.a::before {
  display: inline-block;
  content: '';
  top: 0;
  position: absolute;
  left: 10px;
  width: 36px;
  height: 36px;
  background-image: url("../images/icon-a.png"); }

.form-box {
  background-image: url("../images/form-bg.png");
  background-repeat: repeat;
  padding:50px 0;
  font-size: 16px;
}

.footer {
  text-align: center;
  font-size: 0.8em;
  padding: 10px 0; }

.logo {
  padding: 10px; }
.form-form{
  padding:50px 30px;
  background-color: #fff;
}



/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.table_form tr{
  border-bottom: #D5D5D5 solid 1px;
}
.table_form tr:last-child,.table_form tr:nth-last-child(2){
  border-bottom:none;
}
.table_form td{
  padding: 20px 0;
}
.table_form td:nth-child(odd){
  width: 35%;
}
input[type="submit"]{
  background-color: #FF5454;
  border-radius: 10px;
  color:#fff;
  font-weight: bold;
  padding:20px;
  margin:20px;
  width: 80%;
  font-size:1.5em;
  max-width: 480px;
  box-sizing: border-box;
}
input[type="text"],textarea{
  border:#D5D5D5 1px solid;
  padding: 10px 10px;
  width: 100%;
  box-sizing: border-box;
}
textarea{
  height:200px;
}

input[type="text"].name-input{
  width: 42%;
}


/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-right:20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #D5D5D5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.a-red{color:#ff0000;}

/*メディア*/
@media only screen and (min-width: 768px) {
  .pc_no {
    display: none; }
  .box4,.box6{ padding-bottom:150px;}
}
@media only screen and (max-width: 767px) {
  .sp_no {
    display: none; }

  body {
    font-size: 18px;
    line-height: 22px; }

  .wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%; }

  .header {
    background-position: top center;
    background-size: cover;
    padding-bottom: 0px;
    margin-bottom: 100px; }

  .swiper-container {
    margin: 20px 0; }

  .swiper-slide {
    text-align: center; }
.white-t{
  font-size: 0.9em;
  }
  .swiper-pagination.swiper-pagination-bullets {
    margin: 20px auto;
    position: relative; }

  .swiper-pagination-bullet {
    border-radius: 0px;
    width: 60px;
    margin: 10px; }

  .swiper-pagination-bullet-active {
    background: #FFFF00; }

  .re-btn {
    padding: 20px 0;
    margin: 0; }

  .header {
    margin-bottom: 0; }

  .check-list {
    padding: 30px 0; }

  .img-list li {
    width: 48%; }

  p.left {
    width: 100%;
    margin-bottom: 20px;
    float: none; }

  .right {
    float: none;
    width: 100%; }

  h3 {
    text-align: center; }
  .box5 h3{margin:0; padding-top:0;}
  .box5{padding:0;}
  .box5::after {
    transform: skewY(0deg); }

  .box5::before {
    transform: skewY(0deg);
    top:-30px;
  }

  .box7::after {
    transform: skewY(0deg); }

  .box7::before {
    transform: skewY(0deg); }

  .form-form{
    padding:10px 2%;
  }
  .table_form tr{
    width: 100%;
  }
  .table_form td{
    width: 100%;
    display: block;
  }
  .table_form td:nth-child(odd){
    width: 100%;
    display: block;
    padding-bottom:0;
  }
  input[type="text"],textarea,input[type="text"].name-input{
    width: 100%;
  }
  input[type="submit"]{
    margin: 0 0 20px 0;
    width: 100%;
    font-size: 1.2em;
  }
  .small{margin-top:5px; font-size:0.9em;}
}
