@charset "UTF-8";
/*
Theme Name:     ATG
Theme URI:      http://a-t-g.jp
Description:    nostaropusのテーマ
Author:         バズ部
Author URI:     http://a-t-g.jp
Template:       xeory
Version:        0.1.0
*/
/* ----------------------------------------
   index
---------------------------------------- */

/* 20151106 TKD 
---------------------------------------- */

/* reset */

body.page-template-pages-lp #content,
body.page-template-pages-lp .main-inner,
body.page-template-pages-lp article{
  margin: 0;
  padding: 0;
}
body.page-template-pages-lp article.page .post-content form{
  margin-top: 40px;
}
body.page-template-pages-lp #content{
  width: 100%;
  max-width: 100%;
}
body.page-template-pages-lp .container{
  width: auto;
  max-width: 700px;
  margin: 0 auto;
}

body.page-template-pages-lp .post-header{
  padding: 84px 0 40px;
}

body.page-template-pages-lp .post-title{
  background: #e0653a;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding: 16px;
  position: relative;
}
body.page-template-pages-lp .post-title:after{
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 10px solid #e0653a;
  border-bottom: 10px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

body.page-template-pages-lp .lead{
  font-size: 18px;
  margin-bottom: 0;
}
body.page-template-pages-lp .lp-lead{
  padding-bottom: 32px;
}
body.page-template-pages-lp .lp-lead .small{
  font-size: 14px;
}

body.page-template-pages-lp .lead-01{
  font-weight: bold;
  font-size: 20px;
  background: url(../images/nami_line.png) repeat-x left bottom;
  padding-bottom: 12px;
}
body.page-template-pages-lp .lead-02{
  color: #e0653a;
  font-size: 20px;
  font-weight: bold;
}

.step-section{
  padding: 0 0 80px;
}

.step-section .sec-header{
  padding-top: 70px;
}
.sales-section{
  padding: 70px 0 80px;
}
.sales-section.sales-01{
  padding-bottom: 2px;
}
.sales-section.sales-01 .subtitle{
  text-align: center;
  margin-bottom: 12px;
}
.sales-section.sales-03{
  padding-top: 50px;
}
.step-section h2,
.sales-section h2{
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 48px;
  padding: 0;
  border: none;
  text-align: center;
  line-height: 2.4;
}

.step-section h2:after,
.sales-section h2:after{
  content: '';
  display: block;
  width: 190px;
  height: 2px;
  background: #69b07f;
  margin: auto;
}

/* step 01 */
.item-wrap{
  font-size: 0px;
}
.item-wrap-3 .item{
  width: 33.33%;
}
.item-wrap .item{
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.step-01 .item-wrap-3{
  margin: 0 -8px;
}
.step-01 .item-wrap-3 .item{
  padding-left: 8px;
  padding-right: 8px;
}
.post-content p.step-01-bln{
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.post-content p.step-01-bln:after{
  content: url(../images/step_01_tri.png);
  width: 34px;
  height: 17px;
  position: absolute;
  bottom: -14px;
  right: 28px;
}
.post-content p.step-01-arw{
  width: 37px;
  height: 32px;
  display: block;
  margin: 0 auto 16px;
  background: url(../images/icon_arw.png) no-repeat;
}
.step-01-img{
  margin-bottom: 16px;
}

/* step 02 */
.step-02 h3{
  border: none;
  padding-left: 42px;
  margin: 56px 0 20px;
  font-size: 20px;
  background: url(../images/icon_rev.png) no-repeat left center;
}
.step-02 .sub-cont{
  overflow: hidden;
}
.step-02 .sub-cont .img{
  float: left;
}
.step-02 .sub-cont .cont{
  margin-left: 400px;
}

.step-02 .sub-cont02 {
  display: table;
  margin: 0 0 16px;
  width: 100%;
}
.step-02 .sub-cont02 .row {
  display: table-cell;
}
.step-02 .sub-cont02 .row figure {
  border-collapse: separate;
  border-spacing: 10px 0;
}
.step-02 .sub-cont02 .row figure img {
  width: 100%;
}
.step-02 .sub-cont02 p.row {
  width: 10%;
}
.step-02 .sub-cont02 p.row i {
  vertical-align: middle;
  text-align: center;
  display: block;
  font-size: 36px;
  color: #B6B1AC;
}

/* step 03 */
.step-ol h3{
  border: none;
  font-size: 18px;
  line-height: 50px;
  margin: 0 0 14px;
  padding: 0;
}

.step-ol h3:before{
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  background: #493c2f;
}
.step-ol .step-ol-01 h3:before{
  content: '1';
}
.step-ol .step-ol-02 h3:before{
  content: '2';
}
.step-ol .step-ol-03 h3:before{
  content: '3';
}
.step-ol .step-ol-04 h3:before{
  content: '4';
}
.step-ol .step-ol-05 h3:before{
  content: '5';
}
.step-ol .step-ol-06 h3:before{
  content: '6';
}
.step-ol .step-ol-07 h3:before{
  content: '7';
}
.step-ol{
  list-style: none;
  padding: 0 !important;
}
.step-ol li{
  overflow: hidden;
  margin-bottom: 30px;
}
.step-ol li .img{
  float: left;
  margin-right: 12px;
}
.step-ol li .cont{
  margin-left: 304px;
}

/* step 04 */
.green-bln{
  position: relative;
  background: #55b18b;
  color: #fff;
  border-radius: 10px;
  padding: 24px 28px;
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: bold;
}
.green-bln:after{
  content: '';
  position: absolute;
  bottom: -32px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 18px solid #55b18b;
  border-bottom: 18px solid transparent;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
}
strong.big{
  font-size: 18px;
}
span.large{
  font-size: 30px;
  font-weight: bold;
}
strong.main-color{
  font-size: 20px;
  color: #e0653a;
}

/* step 05 */
.step-05 table{
  border: 3px solid #c1c1c1;
}

.step-05 table th,
.step-05 table td{
  border: 1px solid #c1c1c1;
}
.step-05 table th{
  text-align: center;
  padding: 30px 20px;
  font-size: 18px;
}
.step-05 table th.first-cel{
  background: #e9eced !important;
}
.step-05 table th.center-cel,
.step-05 table td.center-cel{
  background: #f7fafb !important;
}
.step-05 table th.last-cel{
  background: #e87b32 !important;
  color: #fff;
}
.step-05 table td{
  padding: 18px 15px;
}
.step-05 table td.first-cel{
  background: #fff !important;
}
.step-05 table td.center-cel{
  font-size: 20px;
  min-width: 92px;
  text-align: center;
}
.step-05 table td.last-cel{
  background: #fff9e6 !important;
}

/* step 06 追記 11/24 宮原*/


/*書き出し*/
.step-06 {
  text-align: center;
  padding-bottom: 150px;
}

@media screen and ( max-width: 767px ){
  .step-06 {
    padding-bottom: 100px !important;
  }
}


.step-06 h2 {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 60px;
}

@media screen and ( max-width: 550px ){
  .step-06 h2 {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.step-06 h2:after {
  margin-top: 18px;
}

.step-06 .sec-header p {
  text-align: left;
  margin-bottom: 36px;
}

/*利用ケース例*/
.step-06 .green-bln {
  margin-top: 54px;
  font-size: 24px;
  text-align: center;
}

@media screen and ( max-width: 767px ){
    .step-06 .green-bln {
      font-size: 20px;
  }
}

/*ケース*/
.step-06 .case-a {
  display: inline-block;
  margin-bottom: 0;
  border-bottom: 1px solid #bababa;
  font-size: 18px;
  text-align: center;
}

.step-06 .case-b {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 0;
  border-bottom: 1px solid #bababa;
  font-size: 18px;
  text-align: center;
}

.step-06 h3 {
  margin: 28px 0 24px;
  font-size: 28px;
  border-left: 0;
}

.step-06 .beginning {
  margin-bottom: 60px;
  text-align:left;
}

/*改善案*/
.step-06 .idea-box {
  border: 4px solid #cce198;
  padding: 50px 36px 40px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 32px;
}

@media screen and ( max-width: 550px ){
  .step-06 .idea-box {
      padding: 36px 24px 24px;
  }
}

.step-06 .idea-box .idea-title {
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #cce198;
  width: 96px;
  padding: 6px;
  border-radius: 15px;
  border: 3px solid #fff;
  font-weight: bold;
}

.step-06 .idea-box .idea-text {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

@media screen and ( max-width: 550px ){
  .step-06 .idea-box .idea-text {
      font-size: 18px;
  }
}

.step-06 .triangle {
  margin-bottom: 52px;
}

/*結果*/
.step-06 .result {
  background: #fffceb;
  padding-bottom: 32px;
  position: relative;
}

.step-06 .result .result-title {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #f39800;
  width: 96px;
  color: #fff;
  padding: 6px;
  border-radius: 10px;
  font-weight: bold;
  margin-bottom: 0;
}

.step-06 .result img{
  margin-top: 52px;
  margin-bottom: 6px;
}

.step-06 .result .result-list {
  padding: 0 72px 40px;
  text-align: left;
  margin-bottom: 0;
}

@media screen and ( max-width: 550px ){
  .step-06 .result .result-list {
      padding: 0 36px 24px;
  }
}

.step-06 .result .result-list li{
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and ( max-width: 550px ){
  .step-06 .result .result-list li {
      font-size: 16px;
      line-height: 1.5;
  }
}

.step-06 .result .result-list li:before{
  content: none;
}

.step-06 .result .result-list li i:before {
  color: #a6937c;
  font-weight: bold;
  padding-right: 4px;
}

/*費用*/
.step-06 .result .cost {
  background: #fff;
  margin: 0 32px;
  padding: 40px 36px;
  border: 2px solid #dedccf;
}

@media screen and ( max-width: 550px ){
  .step-06 .result .cost {
      margin: 0 12px;
      padding: 24px 12px;
  }
}

.step-06 .result .cost .cost-title {
  width: 150px;
  padding: 4px;
  margin: 0 auto 16px;
  border: 1px solid #c3c1be;
  font-size: 18px;
  font-weight: bold;
}

.step-06 .result .cost .cost-text {
  font-weight: bold;
}

.step-06 .result .cost .price {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: bold;
}

@media screen and ( max-width: 550px ){
  .step-06 .result .cost .price {
    font-size: 28px;
  }
}

.step-06 .result .cost .price span {
  color: #e60012;
}

/*木の画像*/

.step-06 .result .cost .tree img {
  margin-top: 10px;
}

@media screen and ( max-width: 550px ){
  .step-06 .result .cost .tree img {
    display: none;
  }
}

@media screen and ( min-width: 551px ){
  .step-06 .result .cost .tree-sp img {
    display: none;
    width: 100%;
    margin-top: 10px;
  }
}

/* step 07 */
.step-07 .item-wrap{
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 48px;
}
.step-07 .item{
  padding: 0 32px;
}
.step-07 .item h3{
  border: none;
  padding: 0;
  margin: 0 0 8px;
  font-weight: normal;
  font-size: 20px;
}
.step-07 .item .img{
  vertical-align: top;
  margin-bottom: 12px;
}
.step-07 .item p{
  font-size: 14px;
}
.step-07 .item-wrap .item-01,
.step-07 .item-wrap .item-02,
.step-07 .item-wrap .item-04{
  position: relative;
}
.step-07 .item-wrap .item-01:after,
.step-07 .item-wrap .item-02:after,
.step-07 .item-wrap .item-04:after{
  position: absolute;
  content: '';
  font-family: FontAwesome;
  font-size: 60px;
  margin: auto;
  top: 80px;
  right: -10px;
}


/* step section */
.sec-header{
  position: relative;
}
.step-icon{
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.lp-contact-area{
  border: 3px solid #c1c1c1;
  background: #fff;
}
.lp-contact-area h3{
  background: #339061;
  color: #fff;
  margin: 0;
  padding: 16px;
  text-align: center;
  border: none;
}
.lp-area-inner{
  padding: 32px 50px 40px;
}
.lp-area-inner .contact-lead{
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.lp-area-inner h4{
  border: none;
  border-bottom: 1px solid #c1c1c1;
  padding: 8px 0;
  color: #333333;
  font-weight: normal;
  position: relative;
  padding-left: 20px;
}
.lp-area-inner h4:before{
  content: '';
  display: block;
  background: #69b07f;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  top: 12px;
  left: 0;
  border-radius: 6px;
  position: absolute;
}
.sales-section p.contact-tel,
.step-section p.contact-tel{
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
  color: #e0653a;
  font-weight: bold;
  line-height: 1.2;
}
.sales-section p.contact-tel:before,
.step-section p.contact-tel:before{
  content: '';
  color: #e0653a;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  display: inline-block;
  background: url(../images/icon_tel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.sales-section p.contact-tel small,
.step-section p.contact-tel small{
  color: #333;
  font-size: 16px;
  padding-top: 12px;
  display: block;
  font-weight: normal;
}
.sales-section .lp-contact-form dt,
.step-section .lp-contact-form dt{
  float: left;
  width: 200px;
  padding: 0 ;
  margin: 0 0 20px 0;
}
.sales-section .lp-contact-form dd,
.step-section .lp-contact-form dd{
  margin: 0 0 20px 220px;
  padding: 0;
}
.sales-section .lp-contact-form dd:after,
.step-section .lp-contact-form dd:after{
  content: '';
  display: table;
  clear: both;
}
.sales-section .contact-form-submit,
.step-section .contact-form-submit{
  padding: 0;
  margin-bottom: 0;
  text-align: center; 
}
 .sales-section .contact-form-submit a,
 .step-section .contact-form-submit a{
  font-size: 14px;
  text-align: center;
}
.sales-section .contact-form-submit input[type=submit],
.step-section .contact-form-submit input[type=submit]{
  width: 100%;
  max-width: 440px;
  display: block;
  background: #e86d3c !important;
  border-radius: 5px;
  color: #fff;
  border: none;
  border-right: 4px solid #be553a !important;
  border-bottom: 4px solid #be553a !important;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  font-family: 'ヒラギノ角ゴ Pro W3''Hiragino Kaku Gothic Pro';
}
.sales-section .lp-contact-form input[type=text],
.sales-section .lp-contact-form input[type=email],
.sales-section .lp-contact-form textarea{
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 2;
  padding: 8px 12px;
}
.step-section.step-01{
  background: #f5f9ee;
}
.step-section.step-02{
  background: #fff;
}
.step-section.step-03{
  background: #eff2f3;
}
.step-section.step-04{
  background: #fff;
}
.step-section.step-05{
  background: #fafafa;
}
.step-section.step-06{
  background: #fff;
}
.step-section.step-07{
  background: #f8fbed;
  padding-bottom: 90px;
}

/* sales */
.sales-section{
  position: relative;
}
.sales-section:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 28px solid #fff;
  border-bottom: 28px solid transparent;
  border-right: 42px solid transparent;
  border-left: 42px solid transparent;
}
/* sales 01 */
.sales-section.sales-01:before{
  content: none;
}
.sales-section.sales-01,
.sales-section.sales-01 h2{
  padding-top: 0;
}
.sales-price{
  overflow: hidden;
}
body.page .sales-01 table{
  width: 210px;
  border: 1px solid #c1c1c1;
  float: left;
}
body.page .sales-01 table th{
  text-align: center;
  padding: 10px;
  font-weight: normal;
  border: 1px solid #c1c1c1;
  background: #efefef !important;
}
body.page .sales-01 table td{
  padding: 10px 16px;
  border: 1px solid #c1c1c1;
  background: #fff !important;
}
body.page .sales-01 .cont{
  margin-left: 230px;
}
body.page .sales-01 .cont .price{
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 10px;
}
body.page .sales-01 .cont .price span{
  color: #e63434;
}

/* sales 02 */
.sales-section.sales-02{
  background: #fff;
  padding: 0;
}
.sales-section.sales-02:before{
  border-top-color: #fff;
  display: none;
}
.sales-section.sales-02 .container{
  padding: 0 0 60px;
}
.sales-section.sales-02 .container p{
  margin-bottom: 0;
}

/* sales 03 */
.sales-section.sales-03{
  background: #fff;
}
.sales-section.sales-03:before{
  border-top-color: #f6f6f6;
  display: none;
}
.sales-cta-area{
  border: 3px solid #c1c1c1;
}
.sales-cta-area .sales-title {
  display: block;
  background-color: #605142;
  text-align: center;
  color: #fff;
  padding: 16px 0;
}
.sales-cta-area .point{
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
}
.sales-cta-area .point i{
  font-size: 18px;
  padding: 6px;
  margin-right: 6px;
  background-color: #e0653a;
  border-radius: 50px;
  vertical-align: middle;
}
.sales-cta-area h3{
  border: none;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
.sales-cta-area .item-wrap{
  margin: 0 -10px;
  padding: 0px 40px 16px;
}
.sales-cta-area .item-wrap .item{
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  color: #666;
  font-size: 14px;
  text-align: center;
}
.sales-cta-area .item-wrap .item p{
  margin-bottom: 4px;
}
.sales-cta-area .item-wrap .item p.tel{
  font-size: 30px;
  color: #e0653a;
  font-weight: bold;
  line-height: 28px;
}
.sales-cta-area .item-wrap .item p.tel:before{
  content: '';
  color: #e0653a;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  display: inline-block;
  background: url(../images/icon_tel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.sales-cta-area .item-wrap .item .sub-title {
  font-weight: bold;
}
.sales-cta-area .sales-sec-01{
  padding-top: 16px;
  text-align: center;
}
.sales-cta-area .sales-sec-02{
  padding-top: 24px;
}
.sales-cta-area .sales-sec-02 .btn{
  display: block;
  width: auto;
  border-bottom: 4px solid #be553a;
  border-right: 4px solid #be553a;
  border-radius: 5px;
  background: #e86d3c;
  color: #fff;
  padding: 16px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.sales-cta-area .sales-sec-02 .btn i.fa{
  width: 20px;
  height: 20px;
  padding-left: 4px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  color: #e86d3c;
  background: #fff;
  margin-right: 12px;
}


/* sales 04 */
.sales-section.sales-04{
  background: #fff9e6;
}
.sales-section.sales-04:before{
  border-top-color: #fff;
}

/* sales 05 */
.sales-section.sales-05{
  background: #fafafa;
}
.sales-section.sales-05:before{
  border-top-color: #fff9e6;
}
.sales-section.sales-05 table{
  border: 3px solid #c1c1c1;
}
.sales-section.sales-05 table th,
.sales-section.sales-05 table td{
  border: 1px solid #c1c1c1;
  padding: 18px 20px;
}
.sales-section.sales-05 table th{
  background: #e9eced !important;
  width: 200px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.sales-section.sales-05 table td{
  border: 1px solid #c1c1c1;
  background: #fff !important;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
/* sales 06 */
.sales-section.sales-06{
  background: #fff;
}
.sales-section.sales-06:before{
  border-top-color: #fafafa;
}

/* sales 07 */
.sales-section.sales-07{
  background: #ffefd9;
}
.sales-section.sales-07:before{
  border-top-color: #fff;
}
.sales-section.sales-07 .step-ol h3::before{
  background: #e0653a;
}
.sales-section.sales-07 h2 span{
  color: #d71b31;
}

/* sales 08 */
.sales-section.sales-08{
  background: #fff;
}
.sales-section.sales-08:before{
  border-top-color: #ffefd9;
}

/* sales 09 */
.sales-section.sales-09{
  background: #eff2f3;
}
.sales-section.sales-09:before{
  border-top-color: #fff;
}

/* sales 10 */
.sales-section.sales-10{
  background: #fff;
}
.sales-section.sales-10:before{
  border-top-color: #eff2f3;
}
.sales-section.sales-10 h3{
  padding: 0;
  border: none;
  font-size: 18px;
  margin: 0 0 20px;
}
.sales-section.sales-10 table{
  border: 3px solid #c1c1c1;
  font-size: 13px;
}
.sales-section.sales-10 table th,
.sales-section.sales-10 table td{
  border: 1px solid #c1c1c1;
  text-align: center;
  padding: 18px 10px;
}
.sales-section.sales-10 table th{
  background: #e9eced !important;
}
.sales-section.sales-10 table td{
  background: #fff !important;
}
.sales-section.sales-10 .attention {
  border: 1px dashed #fc7e7e;
  padding: 24px 32px;
  font-size: 14px;
}
.sales-section.sales-10 .attention h3 {
  font-size: 18px;
  text-align: center;
  color: #f94d4d;
  margin-bottom: 12px;
}
.sales-section.sales-10 .attention p{
  font-size: 14px;
}
/* sales 11 */
.sales-section.sales-11{
  background: #f8fbed;
  padding-bottom: 90px;
}
.sales-section.sales-11:before{
  border-top-color: #fff;
}

@media screen and ( max-width: 767px ){
  body.page-template-pages-lp .container{
    width: auto;
    margin: 0 10px;
  }
  body.page-template-pages-lp .post-title {
    font-size: 20px;
  }
  .step-section h2, .sales-section h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .item-wrap{
    margin: 0 0 10px !important;
  }
  .item{
    
    padding-left: 0;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .step-02 .sub-cont .img{
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .step-02 .sub-cont .cont{
    width: 100%;
    margin-left: 0;
  }
  .step-ol{
    margin: 0 0 12px !important;
    padding: 0 !important;
  }
  .step-ol h3{
    line-height: 1.2;
    margin-top: 0;
  }
  .step-ol h3:before{
    display: block;
    margin: 0 auto 10px;
  }
  .step-ol li .img{
    float: none;
    width: auto;
    margin-bottom: 10px;
    margin-right: 12px;
  }
  .step-ol li .cont{
    float: none;
    margin-left: 0;
  }
  .step-07 .item-wrap{
    margin: 0 0 10px;
    padding: 0;
  } 
  .sales-03 .sales-03 .sales-cta-area .item,
  .step-07 .item-wrap .item{
    padding: 0;
  }
  .step-07 .item-wrap .item-01,
  .step-07 .item-wrap .item-02,
  .step-07 .item-wrap .item-03,
  .step-07 .item-wrap .item-04{
    position: relative;30px;
    padding-bottom: 30px;
  }
  
  .step-07 .item-wrap .item-01:after, 
  .step-07 .item-wrap .item-02:after,
  .step-07 .item-wrap .item-04:after{
    display: none;
  }
  .step-07 .item-wrap .item-01 p{
    position: relative;
  }
  .step-07 .item-wrap .item-01 p::after,
  .step-07 .item-wrap .item-02 p::after,
  .step-07 .item-wrap .item-03 p::after, 
  .step-07 .item-wrap .item-04 p::after{
    position: relative;
    content: '';
    font-family: FontAwesome;
    font-size: 60px;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
    right: 0;
    left: 0;
    transform: rotate( 90deg);
    height: 60px;
    line-height: 60px;
    display: block;
  }
  .lp-contact-area h3 {
    font-size: 18px;
    line-height: 1.2;
    padding: 10px;
  }
  .lp-area-inner{
    padding: 10px;
  }
  .lp-area-inner .contact-lead{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .lp-area-inner h4 {
    font-size: 16px;
    margin: 0 0 8px;
  }
  .post-content p.contact-tel {
    font-size: 32px;
    margin: 0 0 10px;
    padding: 20px 0 0;
    text-align: center;
  }
  .post-content p.contact-tel small{
    font-size: 12px;
  }
  .post-content p.contact-tel:before {
    display: none;
  }
  .post-content .lp-contact-form dt {
    float: none;
    width: 100%;
    margin-bottom: 4px;
  }
  .post-content .lp-contact-form dd {
    margin: 0 0 10px;
  }
  .post-content .contact-form-submit input[type="submit"]{
    font-size: 14px;
    padding: 8px;
    max-width: 100%;
    background: #e0653a;
  }
  body.page .sales-01 table{
    float: none;
    width: 100%;
    white-space: normal;
    -webkit-overflow-scrolling: auto;
    overflow-x: inherit;
  } 
  body.page .sales-01 table thead,
  body.page .sales-01 table tbody,
  body.page .sales-01 table tr{
    display: block;
    width: 100%;
  }
  body.page .sales-01 table th,
  body.page .sales-01 table td{
    display: block;
    width: 100%;
  }
  body.page .sales-01 .cont{
    margin-left: 0;
  }
  .sales-section.sales-05 table th,
  .sales-section.sales-05 table td,
  .sales-section.sales-05 table tr,
  .sales-section.sales-05 table tbody,
  .sales-section.sales-05 table thead{
    display: block;
    white-space: normal;
    -webkit-overflow-scrolling: auto;
    overflow-x: inherit;
    width: 100%;
    box-sizing: border-box;
  }
  
  .sales-section.sales-10 table th,
  .sales-section.sales-10 table td,
  .sales-section.sales-10 table tr,
  .sales-section.sales-10 table tbody,
  .sales-section.sales-10 table thead{
    display: block;
    white-space: normal;
    -webkit-overflow-scrolling: auto;
    overflow-x: inherit;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .sales-section.sales-10 table tr{
    width: 50%;
    float: left;
  }
  .sec-header{
    padding-top: 32px;
  }
  .step-05 table th,
  .step-05 table .center-cel{
    display: none;
  }
  .step-05 table td{
    display: block;
    width: 100%;
    white-space: normal;
  }
  .step-05 table .first-cel:before{
    content: '観葉植物を購入した場合：';
    font-weight: bold;
    display: block;
  }
  .step-05 table .last-cel:before{
    content: '観葉植物をレンタルした場合：';
    font-weight: bold;
    display: block;
    color: #e87b32;
  }
  .step-05 table tr.tr-02:before{
    content: '導入';
    display: block;
    border: 1px solid #c1c1c1;
    font-weight: bold;
    padding: 10px;
  }
  .step-05 table tr.tr-03:before{
    content: '手入れ';
    display: block;
    border: 1px solid #c1c1c1;
    font-weight: bold;
    padding: 10px;
  }
  .step-05 table tr.tr-04:before{
    content: '交換';
    display: block;
    border: 1px solid #c1c1c1;
    font-weight: bold;
    padding: 10px;
  }
  .step-05 table tr.tr-05:before{
    content: '費用';
    display: block;
    border: 1px solid #c1c1c1;
    font-weight: bold;
    padding: 10px;
  }
  .step-05 table tr.tr-06:before{
    content: '枯れ';
    display: block;
    border: 1px solid #c1c1c1;
    font-weight: bold;
    padding: 10px;
  }
  
  .step-section,
  .sales-section{
    padding-bottom: 30px;
  }
  .sales-section.sales-01{
    padding-bottom: 2px;
  }
}


/*------ 20151127 tkst
---------------------------*/
#post-6572 .post-header {
  display: none;
}
#post-6572 header {
  border-top: 5px solid #FFC000;
  background-color: #EAEEE4;
  padding: 24px 0;
  margin-bottom: 64px;
}
#post-6572 header figure{
  max-width: 700px;
  margin: auto;
  text-align: center;
}
#post-6572 header figure p{
  margin-bottom: 0px;
}
.sales-section.sales-01 .sub_title{
  color: #68B07F;
  font-size: 16px;
  text-align: center;
  margin-bottom: 6px;
}
.sales-section.sales-01 .sub_title i{
  padding: 8px 0;
  color: #fff;
  background-color: #68B07F;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto 16px;
  border-top: 10px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-radius: 100px;
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
}


/*
.sales-section.sales-01 .sub_title:before{
  content: "\f07a";
  font-family: 'FontAwesome';
  padding: 0px;
  color: #fff;
  background-color: #68B07F;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  margin: auto;
  top: -24px;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: 10px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  width: 40px;
  height: 54px;
  border-radius: 100px;
}*/
.sales-section.sales-01 h1{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0;
    padding: 0 0 0;
}
.sales-section.sales-01 h1:after {   
    content: '';
    display: block;
    width: 190px;
    height: 2px;
    background: #69b07f;
    margin: 24px auto;
}

body.page .sales-01 .product-txt{
  overflow: hidden;
  font-size: 14px;
}
body.page .sales-01 .p-description {
  margin-right: 302px;
}
body.page .sales-01 .p-description p{
  font-size: 14px;
}
body.page .sales-01 table {
  float: none;
  width: 100%;
}
body.page .sales-01 .product-txt .cont{
  float: right;
  width: 270px;
  margin-left: 0;
  background-color: #F3F5F1;
}
body.page .sales-01 .product-txt .cont .price {
  text-align: center;
  padding: 12px;
  font-size: 14px;
  margin: 0;
  border-bottom: none;
}
body.page .sales-01 .product-txt .cont .price span {
  font-size: 14px;
  font-weight: bold;
}
body.page .sales-01 .product-txt .cont .price strong{
  font-size: 24px;
  color: #f00;
}

body.page .sales-01 .product-txt .cont .price-btn {
  text-align: center;
  padding: 12px;
  background-color: #EAEEE4;
}
body.page .sales-01 .product-txt .cont .price-btn a {
  display: block;
  width: auto;
  border-bottom: 4px solid #be553a;
  border-right: 4px solid #be553a;
  border-radius: 5px;
  background: #e86d3c;
  color: #fff;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
body.page .sales-01 .product-txt .cont .price-btn p{
  font-size: 14px;
  margin: 0;
}

body.page .sales-01 .select-bowl .container {
  border: 5px solid #605143;
  padding: 24px 40px 8px;
  position: relative;
}
body.page .sales-01 .select-bowl .container:before {
  content: "\f055";
  font-family: 'Fontawesome';
  position: absolute;
  margin: 0 auto;
  top: -36px;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 40px;
  color: #605143;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
body.page .sales-01 .select-bowl h3 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px dotted #efefef;
  border-left: none;
}

body.page .sales-01 .bowl-box {
  overflow: hidden;
  margin-bottom: 40px;
}
body.page .sales-01 .bowl-box figure {
  float: right;
  width: 274px;
  height: 170px;
  background-color: #444;
  margin-bottom: 16px;
}
body.page .sales-01 .bowl-txt {
  margin-right: 290px;
}
body.page .sales-01 .bowl-txt p{
  font-size: 14px;
  margin-bottom: 16px;
}
body.page .sales-01 .bowl-txt h4 {
  color: #68B07F;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px;
}
body.page .sales-01 .bowl-txt h4 span{
  font-size: 16px;
  color: #fff;
  background-color: #68B07F;
  padding: 4px 6px;
  margin-right: 4px;
}
body.page .sales-01 .size {
  color: #888;
  font-weight: normal;
}
body.page .sales-01 ul.price {
  font-size: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
body.page .sales-01 ul.price li{
  font-size: 14px;
  display: inline-block;
  list-style: none;
  text-align: center;
  vertical-align: top;
  padding: 10px 12px 12px;
}
body.page .sales-01 ul.price li:before{
  display: none;
}
body.page .sales-01 ul.price li span {
  color: #f00;
}
body.page .sales-01 ul.price li strong {
  font-size: 18px;
  color: #f00;
}
body.page .sales-01 ul.price li.single{
  width: 40%;
  background-color: #F4F6F1;
}
body.page .sales-01 ul.price li.set{
  width: 60%;
  background-color: #EAEEE4;
}

.sales-section.sales-12 {
  padding: 0 0 80px;
}
.sales-section.sales-12 h2{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0;
  padding: 0 0 24px;
}
.sales-section.sales-12 h2 i{
  padding: 8px 0;
  color: #fff;
  background-color: #FFC000;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto 0;
  border-top: 10px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-radius: 100px;
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
}

.sales-section.sales-12 .title-txt {
  text-align: center;
  margin-bottom: 12px;
}
.sales-section.sales-12 .title-txt strong{
  font-weight: bold;
}
.sales-section.sales-12 ul.carf-list {
  font-size: 0;
  width: 100%;
  margin: 0 -12px 24px;
}
.sales-section.sales-12 ul.carf-list li {
  display: inline-block;
  width: 50%;
}
.sales-section.sales-12 ul.carf-list li:before {
  content: initial;
}
.sales-section.sales-12 ul.carf-list li p{
  margin-bottom: 0;
}
.sales-section.sales-12 ul.carf-list li figure{
  margin: 12px;
}
.sales-section.sales-12 ul.carf-list li figure img{
  margin-bottom: 12px;
}
.sales-section.sales-12 ul.carf-list li figcaption{
  text-align: center;
  font-size: 14px;
}

/*スライダー用css*/
.container #slider {
  margin-bottom: 32px;
}
.container #slider figure img{
  border: 1px solid #efefef;
  border-right: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
}
.container #slider .sp-slides-container {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  article#post-6572,
  article#post-6572 section.post-content {
    padding: 0!important;
  }
}
@media screen and (max-width: 767px) {
  #post-6572 header figure {
    padding: 0 12px;
  }
  #post-6572 header figure p {
    font-size: 13px;
  }
  body.page .sales-01 .select-bowl h3 {
    font-size: 18px;
  }
  body.page .sales-01 .product-txt .cont {
    float: none;
    width: auto;
    margin-bottom: 24px;
  }
  .sales-price table {
    margin-bottom: 0;
  }
  .sales-price table th,
  .sales-price table td {
    display: inline;
  }
  body.page .sales-01 .p-description {
    margin-right: 0;
  }
  .sales-section.sales-12 h2 {
    font-size: 20px;
  }
  .sales-section.sales-01 h1 {
    font-size: 24px;
  }

  body.page .sales-01 .select-bowl .container {
    padding: 16px 16px 20px;
  }
  body.page .sales-01 .bowl-box {
    margin-bottom: 24px;
  }
  body.page .sales-01 .bowl-box figure {
    float: none;
    width: auto;
    height: auto;
  }
  body.page .sales-01 .bowl-txt {
    margin-right: 0;
  }
  body.page .sales-01 ul.price li.single,
  body.page .sales-01 ul.price li.set {
    width: 100%;
    margin: 0;
  }
  .sales-cta-area .sales-sec-02 {
    padding-top: 0px;
  }
}
@media screen and (max-width: 520px) {
  .sales-section.sales-01 h1 {
    font-size: 20px;
  }
  .sales-cta-area h3 {
    padding: 0 6px;
    font-size: 12px;
  }
  .sales-cta-area .item-wrap .item p.tel {
    font-size: 24px;
  }
  .sales-cta-area .item-wrap {
    padding: 12px 12px 6px!important;
  }
  .sales-section.sales-03 {
    padding-top: 12px;
  }
  .sales-cta-area .time {
    font-size: 12px!important;
  }
  .sales-section.sales-10 .attention {
    padding: 16px 12px 8px;
  }
  .sales-section.sales-10 .attention h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .sales-section.sales-10 .attention p{
    font-size: 13px;
  }
  .sales-section.sales-12 ul.carf-list li {
    display: block;
    width: 100%;
  }

  
  .step-02 .sub-cont02 .row {
    display: block;
    width: 100%;
  }
  .step-02 .sub-cont02 .row figure img {
    width: 100%;
  }
  .step-02 .sub-cont02 p.row {
    margin: 0 auto 0;
  }
  .step-02 .sub-cont02 p.row i {
    vertical-align: middle;
    text-align: center;
    display: block;
    font-size: 36px;
    margin: 8px 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);  
    -moz-transform: rotate(90deg);  
  }
}




/**** 20161116 LPお問い合わせ ****/
.page-id-6459 .contact-lead-re {
  font-size: 26px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 550px) {
  .page-id-6459 .contact-lead-re {
    font-size: 20px;
    margin: 24px 0;
  }
}
.page-id-6459 .b_a_list {
  background: #fff9e6;
  padding: 16px;
}

.before_after {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}
.before_after .before {
  display: inline-block;
  position: relative;
  width: 45%;
  margin: 0;
}
@media screen and (max-width: 610px) {
  .before_after .before {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
}
.before_after .before img {
  width: 100%;
}
.before_after .before:before {
  content: "before";
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 4px;
  width: 50%;
  color: #444;
  text-align: center;
  background: #ffffff;
  border: solid 1px #b6b6b5;
  border-radius: 20px;
}
.before_after .b_a_fa {
  display: inline-block;
  width: 8%;
  text-align: center;
  font-size: 24px;
  color: #fea60e;
}
@media screen and (max-width: 610px) {
  .before_after .b_a_fa {
    transform: rotate(90deg);
    width: 100%;
    font-size: 32px;
  }

  .before_after .b_a_fa .fa {
    padding-left: 10px;
  }
}
.before_after .after {
  display: inline-block;
  position: relative;
  width: 45%;
}
@media screen and (max-width: 610px) {
  .before_after .after {
    display: block;
    width: 100%;
    margin-bottom: 48px;
  }
}
.before_after .after img {
  width: 100%;
}
.before_after .after:before {
  content: "after";
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 4px;
  width: 50%;
  color: #444;
  text-align: center;
  background: #ffffff;
  border: solid 1px #b6b6b5;
  border-radius: 20px;
}
