@charset "utf-8";

/*------------------------------------
  レイアウト設定打消し 
------------------------------------*/
body {background: none;}
#contents {max-width: 100%;}
#lpCcontent {margin-top: 20px;}
h2 {display: none;}
h3 {
  border-bottom:none !important;
  text-align: center;
  margin-bottom: 20px;
}

/*------------------------------------
  共通
------------------------------------*/
.flex_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.note {
  font-size: 14px;
}
#metaslider-id-6770, .purchase, .step {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 60px!important;
}
@media screen and ( max-width:681px ) {
  .note {
    font-size: 13px;
  }
}
@media screen and ( max-width:861px ) {
  h3 img {
    height: 50px;
  }
}
@media screen and ( max-width:661px ) {
  h3 img {
    height: 40px;
  }
}

/*------------------------------------
  購入枠
------------------------------------*/
.purchase {
  padding: 40px 50px 20px 50px;
  margin-bottom: 80px!important;
  border: 3px double #191E66;
  background: #FFF;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.purchase .flex_l {
    width: 50%;
}
.purchase .flex_r {
    width: 45%;
}
.purchase .limit {
  max-width: 320px;
  margin: auto;
}
.purchase .content {
  margin: 35px 0;
}
.purchase .button {
  margin-top: 30px;
}
.purchase .button a {
  display: inline-block;
  text-decoration: none;
  background: #CC0000;
  background: linear-gradient(#CF0F0F, #AE0000);
  padding: 12px 40px 10px 80px;
  margin: auto;
  font-size:20px;
  color: #FFF;
  position: relative;
  border-radius: 30px;
}
.purchase .button a:hover {
  background: linear-gradient(#AE0000, #CF0F0F);
}
.purchase .button a:before {
  content: ' ';
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../images/lp/cart.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 40px;
}
@media screen and ( max-width:861px ) {
  .purchase {
    padding: 20px;
  }
  .purchase .button a {
    padding: 8px 20px 5px 60px;
  }
  .purchase .button a:before {
    left: 20px;
  top: 8px;
  }
  .purchase .content {
    margin: 20px 0;
  }
}
@media screen and ( max-width:581px ) {
  .purchase {
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  .purchase .flex_l, .purchase .flex_r {
      width: 100%;
  }
  .purchase .limit {
    margin-bottom: 20px;
  }
  .purchase .button {
    margin-top: 20px;
  }
}
.purchase .note {
  position: absolute;
	bottom: -60px;
	left: 0px;
}

/*------------------------------------
  お届け内容
------------------------------------*/
.product {
  background: linear-gradient(#F8F6F0 80%, #FFF 90%);
  margin-top: -200px;
  padding-top: 200px;
  margin-bottom: 40px;
}
.product_box {
  max-width: 900px;
  background: url("../images/lp/product_bg.png") no-repeat left center;
  background-size: cover;
  padding: 40px 50px;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
}
.product_box .title {
  padding-right: 50px;
}
.product_box .catch {
  padding-bottom: 30px;
}
@media screen and ( max-width:861px ) {
  .product_box {
    padding: 20px 20px;
  }
}
@media screen and ( max-width:581px ) {
  .product_box {
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  .product_box .flex_l, .product_box .flex_r {
      width: 100%;
  }
  .product_box .title {
    padding-right: 0px;
    text-align: center;
    margin-bottom: 40px;
  }
  .product_box .title img {
    width: 80px;
  }
}
@media screen and ( max-width:481px ) {
  .product_box .title {
    margin-bottom: 20px;
  }
  .product_box .title img {
    width: 60px;
  }
}

/*------------------------------------
  お申込みの流れ
------------------------------------*/
.step .step_list dl {
  width: 25%;
  margin: 0;
  padding: 0 0 30px 0;
  display: flex;
  flex-flow: column;
  position: relative;
}
.step .step_list dd{
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.step .step_list dd:first-line {
  color: #191E66;
  font-weight: bold;
  font-size: 20px;
}
.step .step_list dt {
  text-align: center;
  margin-bottom: 15px;
}
.step .step_list dl:before {
  content: ' ';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/lp/arrow.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top:25%;
  left: -40%;
}
.step .step_list dl:nth-of-type(1):before {
  display: none;
}
@media screen and ( max-width:861px ) {
  .step .step_list dd{
    font-size: 14px;
  }
  .step .step_list dd:first-line {
    font-size: 16px;
  }
}
@media screen and ( max-width:581px ) {
  .step .step_list {
    flex-flow: column;
    max-width: 400px;
    margin: auto;
  }
  .step .step_list dl {
    width: 100%;
    margin-bottom: 50px
  }
.step .step_list dl:before {
  transform: rotate(90deg);
  top:-65px;
  left: 45%;
}
}
