 /* ************************************************ 
	commitment page
* ************************************************ */
main {
  background-image: url(../img/commitment/bg_commitment.jpg);
  background-repeat: repeat;
}

.cover {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media only screen and (max-width: 767px) {
  .cover {
    padding: 50px 20px;
  }
}

/*point
---------------------*/
.point {
  position: relative;
  display: flex;
}
.point:not(:first-child) {
  margin-top: 50px;
}
.point .point_img {
  width: calc(40% - 20px);
  max-width: 350px;
  margin-right: 20px;
  z-index: 4;
}
.point .point_txt {
  position: relative;
  width: calc(60% - 20px);
  max-width: 600px;
  z-index: 3;
}
.point .point_txt h2 {
  width: 70%;
}
.point .point_txt p {
  margin-top: 1.5rem;
}
.point .point_txt .point_02_txt {
  padding-right: 70px;
}
@media only screen and (max-width: 767px) {
  .point .point_txt .point_02_txt {
    padding-right: 0;
  }
}
.point .strawberry {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 1;
}
.point .strawberry02 {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .point {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
  .point .point_img {
    order: 1;
    width: 100%;
    margin: 20px auto;
  }
  .point .point_txt {
    order: 0;
    width: 100%;
    max-width: 747px;
  }
  .point .point_txt h2 {
    width: 80%;
  }
  .point .point_txt p {
    font-size: 1.4rem;
  }
  .point .strawberry {
    top: -10px;
    right: -30px;
  }
  .point .strawberry02 {
    top: -80px;
    right: -40px;
  }
}
/*package
---------------------*/
.package {
  max-width: 960px;
  margin: 80px auto 50px auto;
}
.package h2 {
  display: flex;
  align-items: center;
  height: 80px;
  margin: 30px auto 10px auto;
  padding: 0 50px;
  background-color: #172247;
  text-align: center;
}
.package h2 img {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .package {
    margin: 50px auto 25px auto;
  }
  .package h2 {
    height: 60px;
  }
}
.package .new_package {
  max-width: 800px;
  margin: 20px auto;
}
.package .new_package img {
  margin: auto;
}
.package .new_package img.sp_img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

img.new_package_sp {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  img.new_package_sp {
    display: block !important;
  }
}
img.new_package_pc {
  display: block !important;
}

@media only screen and (max-width: 600px) {
  img.new_package_pc {
    display: none !important;
  }
}
