/************************************************

セレキノンの特長

*************************************************/

.purchase__sec-subttl{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #0aa546;
}

.purchase__secttl{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #0aa546;
  margin-bottom: 25px;
}

.purchase__txt{
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.purchase__sec{
  padding: 50px 0;
}

.purchase__com{
  display: block;
  text-align: right;
  font-size: 14px;

}

.purchase__ttlsec .img img{
  width: 376px;
}

.purchase__ttlsec .img{
  text-align: center;
}

.purchase__sec01{
  background-color: #f3f3f3;
}
.purchase__sec02__point{
  border:1px dashed #0aa546;
  padding: 20px 24px;
  margin-top: 40px;
}

.purchase__sec02__point > div:first-child{
  margin-bottom: 20px;
}

.purchase__sec02__point h3{
  color: #0aa546;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 8px;
}

.purchase__sec02__point dt{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}

.purchase__sec02__point dd{
  font-size: 16px;
  line-height: 1.7;
}

.purchase__sec02__point .img{
  width: 316px;
  flex:none;
  margin-left: 40px;
}

.purchase__sec03{
  background-color: #05943c;
  color: #fff;
}

.purchase__sec03 h2{
  color: #fff;
}

.purchase__sec03 h3{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #0aa546;
  margin-bottom: 15px;
}

.purchase__sec03 .purchase__txt{
  text-align: center;
}

.purchase__sec03 .img{
  width: 610px;
  margin: 0 auto 40px;
}

.purchase__sec__inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.purchase__sec__inner .img{
  flex:none;
  margin-left: 15px;
}

.purchase__btn a{
  margin: 0 auto 20px;
  width: 540px;
}

@media screen and (max-width: 768px) {


.purchase__sec{
  padding: 40px 0;
}

.purchase__com{
  font-size: 11px;
}

.purchase__ttlsec .img img{
  width: 100%;
}

.purchase__sec-subttl{
  font-size: 18px;
}

.purchase__secttl{
  font-size: 24px;
  margin-bottom: 20px;
}

.purchase__sec01{
  padding-bottom: 10px;
}


.purchase__sec02__point{
  display: block;
  padding: 20px ;
}

.purchase__sec02__point .img{
  width: auto;
  flex:none;
  margin-left: 0px;
  margin-top: 20px;
}

.purchase__sec03{
  padding-bottom: 30px;
}

.purchase__sec03 h3{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #0aa546;
  margin-bottom: 15px;
}

.purchase__sec03 .img{
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

.purchase__sec03 .img:last-child{
  margin-bottom: 0;
}

.purchase__sec__inner{
 display: block;
  margin-bottom: 20px;
}

.purchase__sec__inner .img{
  margin-left: 0px;
  text-align: center;
}

.purchase__btn a{
  margin: 0 auto 10px;
  width: 100%;
}

.purchase__sec03 .purchase__txt{
  text-align: left;
}

.purchase__sec03 .purchase__txt br{
  display: none;
}

  

}


/************************************************

オンラインチェックシート

*************************************************/


/* purchase__checkseat__stepnav
-----------------------------------------*/
 
.purchase__checkseat__stepnav ol {
  display: table;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  height: 48px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  margin-bottom: 30px;
}
 
.purchase__checkseat__stepnav ol li {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  padding-left: 25px;
  text-align: center;
  vertical-align: middle;
  color: #008f3d;
  font-size: 14px;
  background-color: #f9f9f9;
  font-weight: bold;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
 
.purchase__checkseat__stepnav ol li:first-child {
  padding-left: 0;
}
 
.purchase__checkseat__stepnav ol li.current {
  background-color: #008f3d;
  color: #FFF;
}
 
.purchase__checkseat__stepnav ol li:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -25px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #ccc;
  z-index: 99;
}
 
.purchase__checkseat__stepnav ol li:nth-child(3):before {
  display: none;
}
 
.purchase__checkseat__stepnav ol li:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 24px solid #f9f9f9;
  z-index: 99;
}
 
.purchase__checkseat__stepnav ol li:last-child:after {
  display: none;
}
 
.purchase__checkseat__stepnav ol li.current {
  border-top: solid 1px #008f3d;
  border-bottom: solid 1px #008f3d;
}
 
.purchase__checkseat__stepnav ol li.current:after {
  border-left: 24px solid #008f3d;
}

@media screen and (max-width: 768px) {
  .purchase__checkseat__stepnav ol li {
    font-size: 12px;
  }
}


/* オンラインチェックシートコンテンツ
-----------------------------------------*/

.purchase__checkseat__subttl{
  color:#008f3d;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.purchase__checkseat__bg{
  background: url(/site_cerekinon/assets/img/purchase/bg_check02.gif) left top repeat;
  padding-bottom: 30px;
  margin-bottom: 80px;
}

.purchase__txt{
  margin:30px 40px;
  font-size: 16px;
  line-height: 1.7;
}

.purchase__txt span{
  font-weight: bold;
  color: #005bac;
}

.purchase__checkseat__linkbtn,
.purchase__checkseat__btn{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.purchase__checkseat__linkbtn > li > a{
  margin: 0 10px;
  background-color: #008f3d;
  color: #fff;
  width: 140px;
  height: 32px;
  text-align: center;
  display: block;
  padding-top: 8px;
  border-radius: 4px;
  font-size: 16px;
}

.purchase__checkseat__btn > li {
  margin: 0 10px;
  background-color: #008f3d;
  color: #fff;
  width: 140px;
  height: 32px;
  text-align: center;
  display: block;
  padding-top: 8px;
  border-radius: 4px;
  font-size: 16px;
}

.purchase__step01__q{
  color: #008f3d;
  font-size:110%;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 8px 15px 10px;
  background-color: #fffde4;
  border-top: solid 2px #008f3d;
  border-bottom: solid 2px #008f3d;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .purchase__txt{
    margin:20px;
    font-size: 14px;
  }

  .purchase__checkseat__linkbtn,
  .purchase__checkseat__btn{
     display: block;
     margin: 0 auto; 
   }

  .purchase__checkseat__linkbtn > li > a{
    width: 140px;
    margin: 0 auto 20px;
  }

  .purchase__checkseat__btn > li {
    width: 140px;
    margin: 0 auto 20px;
  }

  .purchase__step01__q{
    font-size:16px;
  }

  .purchase__checkseat__bg{
    margin-bottom: 30px;
  }

}

/*---------------------------------------
    ステップ2-3
---------------------------------------*/

.checksheetArea{
  margin-bottom: 30px;
}

.checksheetArea .item{
  border-bottom: solid 2px #008f3d;
  padding: 20px;
  margin: 0 30px;
}

.checksheetArea .item p{
  color: #008f3d;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}

.checksheetArea .item:nth-child(odd) {
  background-color: #fffde4;
}

.checksheetArea .item:nth-child(even) {
  background-color: #e0eddf;
} 

.checksheetArea li.yes {
  background: url("../../img/purchase/btn_check_yes03.png") no-repeat;
  width: 140px;
  height: 40px;
  padding: 0 10px 10px 0;
  text-indent:-9999px;
  zoom: 1;
}
.checksheetArea li.no{
  background: url("../../img/purchase/btn_check_no03.png") no-repeat;
  width: 140px;
  height: 40px;
  text-indent:-9999px;
  zoom: 1;
}

.checksheetArea li.yes.cur {
  background: url("../../img/purchase/btn_check_yes03_over.png") no-repeat top left;
}
.checksheetArea li.no.cur {
  background: url("../../img/purchase/btn_check_no03_over.png") no-repeat top left;
}

.purchase__checkseat__nextbtn a{
  margin: 0 auto;
}


@media screen and (max-width: 768px) {

  .checksheetArea{
    margin-bottom: 30px;
  }

  .checksheetArea .item{
    padding: 20px;
    margin: 0 10px;
  }

  .checksheetArea .item p{
    font-size: 14px;
  }

  .checksheetArea li.yes {
    padding: 0;
  }

  .checksheetArea li:last-child{
    margin-bottom: 0;
  }

  .purchase__checkseat__nextbtn a{
    margin: 0 20px;
  }

}


/*---------------------------------------
    結果
---------------------------------------*/


.resultArea .messageNG p,
.resultArea .messageOK p,
.resultArea .messageOK02 p  {
  padding: 10px 8px;
  border: solid 2px #e60013;
  text-align: center;
  font-size: 24px;
  color: #e60013;
  font-weight: bold;
  margin: 30px;
}

.resultArea .messageOK p {
  border: solid 2px #008f3d;
  color: #008f3d;
}


.resultArea .messageOK02 p {
  background-color: #008f3d;
  border-radius: 5px;
  color: #fff000;
  border: 0;
}


.resultArea .messageOK li, .resultArea .messageOK02 li {
  padding-left: 1em;
  color: #4b4848;
  text-indent: -1em;
  font-size: 14px;
  margin: 30px;
}

.pc .resultArea .messageNG p,
.pc .resultArea .messageOK p,
.pc .resultArea .messageOK02 p { font-size: 25px; }


.resultArea .img_product {
  text-align: center;
  margin-bottom: 30px;
}


 .dl_area .text {
  padding-top: 25px;
  padding-bottom: 40px;
  background: url(/site_cerekinon/assets/img/purchase/bg_check_arrow01.png) center bottom no-repeat;
  background-size: 30px 17px;
  -moz-background-size: 30px 17px;
  -webkit-background-size: 30px 17px;
  text-align: center;
} .dl_area p {
  padding-top: 5px;
  text-align: center;
} .dl_area p img {
  background: #fff;
}
 .dl_area .btn {
  padding-top: 10px;
  text-align: center;
}
 #checksheetDLArea{
  text-align: center;
}

.attention {
  color:#ff0000;
  font-weight:bold;
}

.attention {
  color:#ff0000;
  font-weight:bold;
  margin-bottom:15px;
  margin-left:auto;
  margin-right:auto;
  font-size: 14px;
}

.attention p{
  text-align:center;
}

.purchase__checkseat__nextbtn__PDF a{
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .resultArea .messageNG p,
  .resultArea .messageOK p,
  .resultArea .messageOK02 p {
    font-size: 18px;
    margin: 20px;
  }

  .purchase__checkseat__nextbtn__PDF a{
    width: auto;
    margin: 0 20px 20px;
  }

  .resultArea .messageOK li, .resultArea .messageOK02 li {
    font-size: 13px;
    margin: 20px;
  }

}



/************************************************

web購入INFO

*************************************************/
.purchase__webinfo{
  border: 3px solid #05943C;
  margin: 60px auto;
  max-width: 800px;
  border-radius: 30px;
  overflow: hidden;
}

.purchase__webinfo__btn{
  background-color: #05943C;
  padding: 30px;
}

.purchase__webinfo__btn h1{
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}


.purchase__webinfo__btn ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.purchase__webinfo__btn ul li{
  width: 40%;
  margin: 2%;
}

.purchase__webinfo__btn ul li img{
  width: 214px;
  height: 60px;
  margin: auto;
}

.purchase__webinfo__btn ul li a{
  background-color: #fff;
  display: block;
  border-radius: 40px;
  overflow: hidden;
  height: 70px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.purchase__webinfo__btn ul li a.hover{
  opacity: .8;
}

.purchase__webinfo__btn ul li a small{
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: auto;
}

.purchase__webinfo__txt{
  padding: 30px;
}

.purchase__webinfo__txt .ttl{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #05943C;
  margin-bottom: 20px;
}

.purchase__webinfo__txt__inner{
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto 20px;
}

.purchase__webinfo__txt__inner img{
  flex: none;
  width: 250px;
  margin-right: 30px;
}

.purchase__webinfo__txt p{
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.purchase__webinfo__txt__inner p em{
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  color: #f00;
  text-decoration: underline;
}

.purchase__webinfo__txt p span{
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {

  .purchase__webinfo{
    border-radius: 20px;
    margin: 40px 0;
  }

  .purchase__webinfo__btn{
    padding: 10px;
  }

  .purchase__webinfo__btn h1{
    margin-bottom: 10px;
  }

  .purchase__webinfo__btn ul{
    display: block;
  }

  .purchase__webinfo__btn ul li{
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .purchase__webinfo__btn ul li img{
    width: auto !important;
    min-width: 150px !important;
    max-width: 200px;
    display: block;
    margin: 0 auto;
  }

  .purchase__webinfo__btn ul li a{
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 20px;
  }

  .purchase__webinfo__txt{
    padding: 20px;
  }

  .purchase__webinfo__txt .ttl{
    font-size: 24px;
  }

  .purchase__webinfo__txt__inner{
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }

  .purchase__webinfo__txt__inner img{
    width: 150px;
    margin-right: 0px;
    margin: 0 auto 20px;
    display: block;
  }

  .purchase__webinfo__txt p{
    font-size: 14px;
    margin-bottom: 20px;
  }

  .purchase__webinfo__txt__inner p em{
    font-size: 1.5em;
  }

}
