@charset "UTF-8";
/*----------------------------------------
page common style
----------------------------------------*/
/*1colume*/
#content-in.wrap{/*1colum*/
  max-width: 1366px;
}
/*main.main{
  padding:0;
  background-color:transparent;
}*/
/*------------------------------------------
page orignal style
------------------------------------------*/

  hr{
    max-width: 768px;
  }
.block__marketprice h2{
  text-align: center;
  background-color: transparent !important;
  padding: 0 !important;
}
.block__marketprice h2::after{
  text-align: center;
  background-color: #00a1c9;
  width: 2em;
  content: '';
  display: block;
}
@media screen and (max-width: 767px){
  .block__marketprice h2{
    font-size:26px;
    margin-bottom:15px;
  }
  .block__marketprice h2::after{
    margin: 10px auto 0;
    height: 2px;
  }
}
@media screen and (min-width: 768px){
  .block__marketprice h2{
      font-size: 34px;
      margin-bottom: 30px;
  }
  .block__marketprice h2::after{
    margin: 35px auto 0;
    height: 4px;
  }
}
  .block__marketprice {
    max-width: 768px;
    margin: 0 auto;
  }

  h3.ttl_box_sample__martkprice {
    font-size: 18px;
    width: 100%;
    background-color: #5ab64a;
    color: #ffffff;
    border: none;
    padding: 1em 0;
    line-height: 1;
    text-align: center;
  }
  .num_marketprice span {
    font-size: 13px;
    text-align: center;
    padding: 0.5em 1em;
    background-color: #5ab64a;
    border-radius: 2px;
    color: #ffffff;
    margin-right: 10px;
  }
  .name__marketprice span {
    font-size: 9px;
    color: #fff;
    background-color: #cf0714;
    padding: 3px;
    margin: 0 0 0 5px;
    border-radius: 2px;
  }

  .cost_total__marketprice .price01__marketprice .unit {
    font-size: 28px;
  }
  .price01__marketprice .under_yellow {
    display: inline-block;
    width: auto;
    background: linear-gradient(transparent 70%, #ffc956 30%);
  }


  .num_marketprice {
    text-align: center;
    font-weight: bold;
  }
@media screen and (max-width: 767px) {
  .num_marketprice {
    font-size: 18px;
    margin-bottom: 1em !important;
  }
}
@media screen and (min-width: 768px) {
  .num_marketprice {
    font-size: 22px;
    margin-bottom: 20px !important;
  }
}
  .cost_product__marketprice,
  .cost_construction__marketprice,
  .cost_total__marketprice {
    border: 1px solid #ccc;
  }

@media screen and (max-width: 767px) {
  .cost_product__marketprice,
  .cost_construction__marketprice,
  .cost_total__marketprice {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px) {
  .cost_product__marketprice,
  .cost_construction__marketprice,
  .cost_total__marketprice {
    border-radius: 8px;
  }
}


.box_btn__marketprice{
  margin-top:40px;
}
.btn_apply{
    width:90%;
    max-width: 360px;
    margin-left:auto;
    margin-right:auto;    
    margin-bottom: 10px !important;
        padding: 0 10px;
  }
  .btn_apply a{
    text-align: center;
    background-color:#b81b25;
    color: #fff;
    font-size: 20px;
    width: 100%;
    display: block;
    border-radius: 2em;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 1em;
    position:relative;
  }
  .btn_apply a::after{
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    background: url(/wp/wp-content/themes/cocoon-child-master/img/common/arrow_r.png) no-repeat center center / contain;
    position: absolute;
    right: 0.5em;
    top: 0.6em;
  }


@media screen and (max-width: 767px){
  .btn_apply{
    width:100%;
    max-width:320px;
  }
  .btn_apply a{
    border-radius:56px;
  }
}





@media screen and (max-width: 767px) {
  .cost_product__marketprice {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .cost_construction__marketprice {
    width: 45%;
  }

  .cost_total__marketprice {
    width: 90%;
    margin-top: 20px;
  }

  .ttl__marketprice {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px 4px 0 0;
    line-height: 3em;
    margin-bottom: 10px !important;
    width: 100%;
  }

  .cost_product__marketprice .ttl__marketprice {
    background: #00a1c9;
    height: 3em;
  }

  .cost_construction__marketprice .ttl__marketprice {
    background: #00a1c9;
    height: 3em;
  }

  .cost_total__marketprice {
    display: flex;
    flex-wrap: wrap;
  }

  .cost_total__marketprice .ttl__marketprice {
    background: #cf0714;
    width: 6em;
    border-radius: 4px 0 0 4px;
    margin-bottom: 0 !important;
    line-height: 6em;
  }

  .name__marketprice {
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    margin-bottom: 5px !important;
  }

  .box_cost__marketprice {
    margin: 5px 10px 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }

  .img_cost__marketprice {
    margin-bottom: 0 !important;
    line-height: 0;
    width: 35%;
  }

  .price_cost__marketprice {
    line-height: 1.2;
    margin-left: 10px;
    width: calc(65% - 10px);
  }

  .cost_total__marketprice .price_cost__marketprice {
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .price01__marketprice {
    display: block;
    width: 100%;
    line-height: 1.2;
    font-weight: bold;
    font-size: 20px;
  }

  .price01__marketprice .unit {
    font-size: 14px;
  }

  .cost_total__marketprice .price01__marketprice {
    font-weight: bold;
    font-size: 34px;
  }



  .taxin__marketprice {
    display: block;
    width: 100%;
    font-size: 9px;
  }

  .icon01_boxSample__marketprice {
    width: 10%;
    background: url(/wp/wp-content/themes/cocoon-child-master/img/marketprice/icon01_boxSample__marketprice.png) no-repeat center;
    background-size: contain;
    margin: 4px 0px;
  }

  .icon02_boxSample__marketprice {
    width: 10%;
    background: url(/wp/wp-content/themes/cocoon-child-master/img/marketprice/icon02_boxSample__marketprice.png) no-repeat center;
    background-size: contain;
    margin: 20px 0px 4px;
  }

}

@media screen and (min-width: 768px) {
  .cost_product__marketprice {
    width: 28%;
  }

  .cost_construction__marketprice {
    width: 28%;
  }

  .cost_total__marketprice {
    width: 34%;
  }

  .ttl__marketprice {
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 8px 8px 0 0;
    line-height: 3em;
    margin-bottom: 10px !important;
  }

  .cost_product__marketprice .ttl__marketprice {
    background: #00a1c9;
  }

  .cost_construction__marketprice .ttl__marketprice {
    background: #00a1c9;
  }

  .cost_total__marketprice .ttl__marketprice {
    background: #cf0714;
  }

  .name__marketprice {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px !important;
  }


  .box_cost__marketprice {
    margin: 10px;
    justify-content: center;
    align-items: center;
  }

  .img_cost__marketprice {
    margin-bottom: 0 !important;
    line-height: 0;
  }

  .price_cost__marketprice {
    line-height: 1.2;
  }

  .price01__marketprice {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.2;
  }

  .price01__marketprice {
    font-weight: bold;
    font-size: 30px;
  }

  .price01__marketprice .unit {
    font-size: 18px;
  }

  .cost_total__marketprice .price01__marketprice {
    font-weight: bold;
    font-size: 46px;
  }
  .taxin__marketprice {
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
  }

  .icon01_boxSample__marketprice {
    width: calc(5% - 8px);
    background: url(/wp/wp-content/themes/cocoon-child-master/img/marketprice/icon01_boxSample__marketprice.png) no-repeat center bottom 35%;
    background-size: contain;
    margin: 0px 4px;
  }

  .icon02_boxSample__marketprice {
    width: calc(5% - 8px);
    background: url(/wp/wp-content/themes/cocoon-child-master/img/marketprice/icon02_boxSample__marketprice.png) no-repeat center bottom 35%;
    background-size: contain;
    margin: 0 4px;
  }
}