@charset "UTF-8";

/*-----------------------------スライダーパーツ---------------------------------*/
/*
.swiper-inner {
  max-width: 920px;
  margin: 0 auto;
}

.swiper {
  position: relative!important;
  margin: 0px auto;
  background: #fff;
  border: 1px solid #6ec138;
  border-radius: 20px;
  overflow: initial!important;
  padding: 40px!important;
}

.slidettl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide_category {
  color: #fff;
  background: #6ec138;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 700;
}

.slide_ttl {
  font-weight: 700;
  margin-left: 2rem;
}

.slide_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.slide_images {
  position: relative;
  width: 65%;
}

.slide_imageswrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide_before {
  position: relative;
  width: 48%;
}

.slide_before img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide_before::after {
  position: absolute;
  content: "BEFORE";
  font-weight: 700;
  color: #fff;
  bottom: 5px;
  left: 5px;
}

.slide_next {
  position: relative;
  width: 4%;
  height: 0px;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #EE8321;
  left: 3%;
}

.slide_after {
  position: relative;
  width: 48%;
}

.slide_after img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide_after::after {
  position: absolute;
  content: "AFTER";
  font-weight: 700;
  color: #fff;
  bottom: 5px;
  left: 5px;
}

.slide_textarea {
  width: 35%;
  padding-left: 3rem;
}

.slide_total {
  color: #EE8321;
}

.slide_pricearea {
  text-align: right;
}

.slide_price {
  position: relative;
  color: #EE8321;
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
}

.slide_price span {
  font-weight: 400;
  font-size: 3rem;
}

.slide_price::after {
  position: absolute;
  content: "(税込）";
  color: #EE8321;
  top: 0;
  right: -5px;
  font-size: 1rem;
}

.slide_table {
  width: 100%;
  border-collapse: collapse;
}

.slide_table td {
  border-bottom: 1px solid #212222;
  padding: 5px 0;
  font-weight: 600;
}

.slide_table td:nth-child(1) {
  width: 35%;
}

.slide_table td:nth-child(2) {
  width: 65%;
}

.swiper-button-next {
  background: #6ec138;
  width: 40px!important;
  height: 40px!important;
  border-radius: 50%;
  right: -18px!important;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-next::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 17px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  width: auto;
  height: auto;
}

.swiper-button-prev {
  background: #6ec138;
  width: 40px!important;
  height: 40px!important;
  border-radius: 50%;
  left: -18px!important;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  width: auto;
  height: auto;
}

.swiper-pagination-bullet-active {
  background: #6ec138!important;
}

.swiper-pagination-bullet {
  width: 12px!important;
  height: 12px!important;
}

.price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.price-box {
  position: relative;
  margin-bottom: 2rem;
  width: calc(50% - 2rem);
  border: 1px solid #000;
}
.price-container .price-box:first-of-type {
  margin-top: 0 !important;
}
.price-container .price-box:first-of-type::before {
  display: none !important;
}
.price-box.left::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -3rem;
  transform: translateY(-50%);
  width: 20px;
  height: 3px;
  background: #6ec138;
}
.price-box.full {
  position: relative;
  margin-top: 3rem;
  width: 100%;
}
.price-box.full::before {
  content: '\ea50';
  display: block;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  font-family: 'Material Icons';
  color: #EE8321;
  font-size: 4.8rem;
}
.price-title {
  background: #6ec138;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.price-text {
  color: #6ec138;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.price-box.full .price-title {
  background: #EE8321;
}
.price-box.full .price-text {
  color: #EE8321;
}

@media screen and (max-width: 768px){
.swiper {
    padding: 25px 25px 40px!important;
}
.slide_wraper {
    display: block;
}
.slide_images {
    width: 100%;
}
.slide_textarea {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
}
.slidettl_wrap {
    display: block;
}
.slide_category {
    padding: 0px 15px;
    display: inline-block;
}
.slide_ttl {
    margin-left: 0rem;
    margin-top: 5px;
}
.slide_after {
  width: 49%;
}
.slide_before {
  width: 49%;
}
.slide_next {
  width: 2%;
}
}
*/

/*-----------------------------クレジット決済パーツ---------------------------------*/
.card_headeing {
  text-align: center;
}

.card_headeing h2 {
  display: inline-block;
  background: #6ec138;
  color: #fff;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 25px;
  font-size: 1.7rem;
}

.card_headeing h2 span {
  display: inline-block;
}

.card_img {
  margin: 30px auto 0;
  width: 70%;
}

.card_img img {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px){
.card_headeing h2 {
  font-size: 1.5rem;
}
}
@media screen and (max-width: 500px){
  .card_img {
    width: 100%;
  }
}

/*-----------------------------オプションパーツ---------------------------------*/
.flow_content {
  max-width: 1200px;
  margin: 0 auto;
}

.flow_content {
  position: relative;
  background: #cccccc40;
  margin-top: 60px;
  padding: 30px;
}

.flow_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow_ttl {
  margin-left: 120px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #6ec138;
  font-size: 130%;
}

.flow_img {
  width: 260px;
}

.flow_img img {
  height: 100%;
  width: 100%;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.flow_boxes {
  width: calc(100% - 260px);
  padding: 0 4rem;
}

.flow_text span {
  color: #ff0000;
}

.flow_price {
  margin-top: 20px;
  color: #f60;
  font-size: 140%;
}

.flow_price small {
  color: #212222;
}

.flow_step {
  position: absolute;
  background: #6ec138;
  width: 100px;
  height: 100px;
  top: -40px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 95px;
  text-align: center;
}

.flow_step span {
  font-size: 200%;
}

.flow_step::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 10px;
  right: 1px;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 15px solid #6ec138;
  border-right: none;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
.flow_wrapper {
  display:block;
}
.flow_img {
    width: 100%;
}
.flow_img img {
    max-height: 450px;
    width: 100%;
}
.flow_boxes {
    width: 100%;
    padding: 2rem 0 0;
}
.flow_content {
    padding: 20px;
}
.flow_ttl {
    margin-left: 80px;
}
.flow_step {
    width: 80px;
    height: 80px;
    top: -25px;
    left: 10px;
    line-height: 75px;
    font-size: 14px;
}
.flow_step span {
    font-size: 20px;
}
}

@media (max-width: 768px){
.flow_img img{
height:36vw;
object-position: top;
object-fit: cover;
}
.flow_content.step4 .flow_img img{
    object-position: center;
}
.flow_content.step5 .flow_img img{
    object-position: center;
}
.flow_content.step6 .flow_img img{
    object-position: bottom;
}
}