/* ==========================================================================
 Foundation
========================================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/* ==========================================================================
 Page
========================================================================== */
/*====================
/soukin/xx/agree
====================*/
.p-mv.o-agree {
  padding-top: 58px;
  background: url(/soukin/shared/image/agree/mv_item.png) no-repeat,
    #e8e8e2 url(/soukin/shared/image/agree/mv.jpg) no-repeat;
  background-size: auto, cover;
  background-position: 17% 225px, center center;
  background-position: calc(50% - 370px) 225px, center center;
}

.p-block.o-agree01 {
  padding-top: 430px;
}
.p-block.o-agree01::before {
  content: "";
  width: 100%;
  height: 340px;
  background: url(/soukin/shared/image/agree/bg_sect01.jpg) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.p-block.o-agree02 {
  padding-top: 430px;
}
.p-block.o-agree02::before {
  content: "";
  width: 100%;
  height: 340px;
  background: url(/soukin/shared/image/agree/bg_sect02.jpg) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.p-block.o-agree03 {
  padding-top: 430px;
}
.p-block.o-agree03::before {
  content: "";
  width: 100%;
  height: 340px;
  background: url(/soukin/shared/image/agree/bg_sect03.jpg) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.p-block.o-agree04 {
  padding-top: 430px;
}
.p-block.o-agree04::before {
  content: "";
  width: 100%;
  height: 340px;
  background: url(/soukin/shared/image/agree/bg_sect04.jpg) center center
    no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-mv.o-agree {
    padding: 10px 0 0;
    background-size: 130px auto, cover;
    background-position: 15px 225px, center center;
  }
  .p-mv.o-agree .p-mv_ttl {
    max-width: 320px;
    height: auto;
  }

  .p-block {
    overflow: hidden;
  }
  .p-block.o-agree01 {
    padding-top: 195px;
    padding-top: 50vw;
  }
  .p-block.o-agree01::before {
    height: 150px;
    height: 40vw;
    width: 120%;
    margin: 0 -10%;
  }
  .p-block.o-agree02 {
    padding-top: 195px;
    padding-top: 50vw;
  }
  .p-block.o-agree02::before {
    height: 150px;
    height: 40vw;
    width: 120%;
    margin: 0 -10%;
  }
  .p-block.o-agree03 {
    padding-top: 195px;
    padding-top: 50vw;
  }
  .p-block.o-agree03::before {
    height: 150px;
    height: 40vw;
    width: 120%;
    margin: 0 -10%;
  }
  .p-block.o-agree04 {
    padding-top: 195px;
    padding-top: 50vw;
  }
  .p-block.o-agree04::before {
    height: 150px;
    height: 40vw;
    width: 120%;
    margin: 0 -10%;
  }
}
@media screen and (max-width: 640px) {
  .p-mv.o-agree {
    background-color: #d8d8ce;
    background-image: url(/soukin/shared/image/agree/mv_item.png),
      url(/soukin/shared/image/agree/mv_sp.jpg);
    background-size: 145px auto, auto 400px;
    background-position: 90% 232px, left bottom;
    background-position: right 5px top 232px, left bottom;
  }
}

#slide_origin {
  color: #01a32b;
}

#slide_origin:hover {
  color: #fff;
}

#slide_content {
  display: none;
}
