


/*************************************************
 cart btn 2021.02.03 add
*************************************************/
.fs-c-productListItem__control.fs-c-buttonContainer form{
    width: 100%;
}
@media (min-width: 897px){
    .itemPg_cart_area{
        overflow:hidden;
    }
    .fs-c-productQuantity{
        float: left;
    }
    .fs-c-productActionButton{
        float: right;
        width: calc( 100% - 100px );
        transform: translateY(-20px);
    }
}
@media (max-width: 896px){
    .fs-c-productQuantity{
        margin-top: 10px;
    }
    .fs-c-productActionButton{
        width: 100%;
        transform: translateY(-30px);
    }
}

/*************************************************
 bn マスクデザインコンテスト結果発表動画 plactice 2021.07.06 add
*************************************************/
div.movei-space {
position: relative;
width: 100%;
padding-top: 56.25%;
height: auto;
}

div.movei-space iframe {
position: absolute;
top: 0;
left: 0;
width: 100% ;
height: 100% ;
}



/*************************************************
 footer search 2021.02.05 add
*************************************************/
.fs-l-footer .fs-p-searchForm{
    padding: 40px 0;
    background: url(https://drc1979.itembox.design/item/common/img/bg_ndblue.jpg) center bottom;
}
.fs-l-footer .fs-p-searchForm form{
    max-width: 1040px;
    margin: 0 auto;
    background: #FFF;
    padding: 20px 40px;
}
.fs-l-footer .fs-p-searchForm form .fs-p-inputGroup{
    border: 1px #CCC solid;
    background: #FFF;
}
.fs-l-footer .fs-p-searchForm form .fs-p-searchForm__button{
    background: #00a1e9;
}
.fs-l-footer .fs-p-searchForm form .fs-p-searchForm__button::before{
    line-height: 1;
}
@media (max-width: 896px){
    .fs-l-footer .fs-p-searchForm{
        padding: 5% 3%;
    }
    .fs-l-footer .fs-p-searchForm form{
        padding: 0;
    }
}

/*************************************************
 footer movie none  2021.02.05 add
*************************************************/
body footer .ft_cnt02 .videoinbox {
    position: static;
    margin-bottom: 0;
}
@media (max-width: 896px){
    body footer .ft_cnt02 .videoinbox{
        position: static;
        margin-bottom: 0;
    }
}

/*************************************************
 slider height  2021.02.06 add
*************************************************/
@media (max-width: 896px){
    body.fs-body-top .fs-pt-carousel{
        height:64vw;
        overflow:hidden;
    }
}




/*************************************************
top contents 2021.02.08 add
*************************************************/
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex .flex-photo{
    width:400px;
}
.flex .flex-text{
    width:460px;
    padding:0 10px;
    text-align: center;
}

@media (min-width: 695px){
    .fs-body-top .fs-pt-column__image > img{
        max-width: 750px;
    }
}
@media (max-width: 896px){
    .flex .flex-photo{
        width:45%;
    }
    .flex .flex-text{
        width:55%;
        padding:0 0 0 10px;
    }
    .fs-body-top .new_contents_2102{
        margin-top: 20px;
    }
}

/*************************************************
btn 2021.02.08 add
*************************************************/

div.btn_link_blu.orig_btn{
    display: inline-block;
    width: 300px;
      line-height: 50px;
      text-align: center;
      color: #fff;
      font-size: 100%;
      font-weight: 700;
      padding: 0px;
      background-color: #00c0f3;
      margin: 40px 0 0;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -ms-border-radius: 3px;
      position: relative;
      /* display: inline-block; */
      vertical-align: middle;
      top: -2px;
      box-shadow: 1px 2px #009fc9;
      -moz-box-shadow: 1px 2px #009fc9;
      -webkit-box-shadow: 1px 2px #009fc9;
      -o-box-shadow: 1px 2px #009fc9;
      -ms-box-shadow: 1px 2px #009fc9;
}
div.btn_link_blu.orig_btn:hover{
      transform: translateY(2px);
}
div.btn_link_blu.orig_btn:after{
       position: absolute;
       top: 0;
       bottom: 0;
       left: 0;
       margin: auto;
       content: "";
       vertical-align: middle;
       left: 275px;
       box-sizing: border-box;
       width: 3px;
       height: 3px;
       border: 4px solid transparent;
       border-left: 5px solid #fff;  
}
div.btn_link_blu.orig_btn a{color:#fff; display: block;}

@media (max-width: 896px){
    div.btn_link_blu.orig_btn{
        width: 90%;
        line-height: 1;
        font-size: 13px;
        margin: 10px 0 0;
    }
    div.btn_link_blu.orig_btn a{
        padding:10px 0;
    }
    div.btn_link_blu.orig_btn:after{
        left: 90%;
    }
}

/*************************************************
top ranking 2021.02.19 add
*************************************************/
.ranking_inner.n2011_itemlist_itembox ul{
    display: flex;
    flex-wrap: wrap;
    padding-top:38px;
}
.ranking_inner .rank_icon{
    display: block;
    position: absolute;
    top:-38px;
    left:0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
.ranking_inner li .rank_icon strong{
    font-size: 24px;
}
.ranking_inner .rank_icon.rank01{ color:rgb(209, 184, 114); }
.ranking_inner .rank_icon.rank02{ color:rgb(192, 192, 192); }
.ranking_inner .rank_icon.rank03{ color:rgb(199, 136, 94); }
@media (min-width: 897px){
    .ranking_inner.n2011_itemlist_itembox{
        width: 100%;
        max-width: 1100px;
        padding: 30px 0 50px;
    }
    .ranking_inner.n2011_itemlist_itembox li{
        width:19%;
        padding:0;
        margin: 0 0.5% 2%;
        display: block;
    }
}
@media (max-width: 896px){
    .ranking_inner.n2011_itemlist_itembox{
        padding: 30px 0;
    }
    .ranking_inner.n2011_itemlist_itembox ul{
        padding-top:0;
    }
    .ranking_inner.n2011_itemlist_itembox .txt_box p{
        font-size: 80%;
    }
    .ranking_inner.n2011_itemlist_itembox li{
        width:49%;
        padding:0;
        margin: 40px 0.5% 0;
    }
    .ranking_inner.n2011_itemlist_itembox li:first-child{
        width:99%;
        padding:0 0 5px;
        display:flex;
        align-items: center;
    }
    .ranking_inner.n2011_itemlist_itembox li:first-child .img_icn_fog{
        position: absolute;
        top: 8px;
        right: 52%;
    }
}

/*************************************************
top category 2021.02.19 add
*************************************************/
.top_category_box{
    text-align: center;
}
@media (min-width: 897px){
    .top_category_box ul{
        padding:0 0 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .top_category_box ul li{
        padding:5px 0;
        width: 49.5%;
    }
}
@media (max-width: 896px){
    .top_category_box ul{
        padding:0 0 10px;
    }
    .top_category_box ul li{
        padding:5px 0;
    }
    .top_category_box ul li img{
        width: 100%;
        height: auto;
    }
}

/*************************************************
bread list 2021.03.08 add
*************************************************/
@media (max-width: 896px){
    body .fs-c-breadcrumb{
        padding: 20px 0 0px 0;
    }
    body .fs-c-breadcrumb .fs-c-breadcrumb__list{
		font-size: 10px;
		line-height: 1.4;
    }
}


/*************************************************
 Hyd 2021.03.12 add
*************************************************/
.n2011_itempage_ttl.add2103{
    background: #0063be;
}
.n2011_wrap_mozaic.add2103 .n2011_txt_wht{
    display: block;
    text-align: center;
    padding:10px 0 40px;
}
.n2011_wrap_mozaic.add2103 .n2011_wrap_inbox_inside{
    padding: 0 30px;
    margin: 0 auto;
    background: transparent;
}
.n2011_wrap_mozaic.add2103 .n2011_wrap_inbox_inside table{
    background: #FFF;
    width: 100%;
}
.n2011_wrap_mozaic.add2103 .n2011_txt_dblue{
    padding:0 40px 0 0;
    font-size: 18px;
}
.n2011_wrap_mozaic.add2103 .footer_123_n2011{
    border:none;
    max-width:1040px;
    margin: 0 auto;
    padding: 0;
}
.n2011_wrap_mozaic.add2103 .footer_123_n2011 li{
    background:#FFF;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.n2011_wrap_mozaic.add2103 .footer_123_n2011 img{
    max-width: 72px;
}
/******** 作用 ***********/
.about_technology{
    padding: 40px 0 0;
}
.about_technology .n2011_ttl_nwrap_mozaic{
    color: #00a0e9;
    border-color: #00a0e9;
}
.about_top_box{
    text-align:center;
    margin-bottom: 60px;
}
.about_top_box dt{
    padding:40px 0 50px;
}
.about_top_box dd img{
    margin:0 auto;
}
.about_disc_inner dt{
    font-size:48px;
    color:#00a0e9;
}
.about_disc_inner dt span{
    font-size:26px;
    margin-right: 10px;
    vertical-align: text-top;
}
.about_disc_inner dd{
    font-size:18px;
}
.about_disc_inner dd strong{
    color: #00a0e9;
}

@media (min-width: 897px){
    .n2011_wrap_mozaic.add2103 .n2011_ttl_nwrap_mozaic{
        width: 100%;
        margin:0;
    }
    .n2011_wrap_mozaic.add2103 .imgbox{
        padding:30px 40px 30px 40px;
    }
    .n2011_wrap_mozaic.add2103 .footer_123_n2011 li{
        margin-top:2px;
        padding:20px 40px 20px 70px;
    }
    /******** 作用 ***********/
    .about_technology .n2011_ttl_nwrap_mozaic{
        width: 100%;
        margin:0 auto;
    }
    .about_top_box dt{
        padding:40px 0 50px;
    }
    .about_bottom_box{
        border-top:1px #00a0e9 solid;
        border-bottom:1px #00a0e9 solid;
    }
    .about_disc_box{
        display: flex;
        align-items: center;
    }
    .about_disc_box:nth-child(2n+1){
        flex-direction: row-reverse;
    }
    .about_disc_image{
        width: 50%;
        min-height: 440px;
        font-size:0;
        text-indent: -9999px;
        position: relative;
        background-color:#f5f5f5;
    }
    .about_disc_image::after{
        content:"";
        display: block;
        position: absolute;
        top:50%;
        left: 40px;
        width:550px;
        height: 220px;
        background-repeat: no-repeat;
        background-position: center;
        transform: translateY(-50%);
    }
    .about_disc_box:nth-child(2n) .about_disc_image::after{
        left: auto;
        right: 40px;
    }
    .hyde_01 .about_disc_image::after{
        background-image: url(https://drc1979.itembox.design/item/common/img/n2103_hyd_chemic_01.jpg);
    }
    .hyde_02 .about_disc_image::after{
        background-image: url(https://drc1979.itembox.design/item/common/img/n2103_hyd_chemic_02.jpg);
    }
    .hyde_03 .about_disc_image::after{
        background-image: url(https://drc1979.itembox.design/item/common/img/n2103_hyd_chemic_03.jpg);
    }

    .about_disc_inner{
        width: 50%;
    }
    .about_disc_inner dl{
        max-width: 520px;
        width: 100%;
        float: right;
    }
    .about_disc_box:nth-child(2n) .about_disc_inner dl{
        float: left;
    }
    .about_disc_inner dl dt,
    .about_disc_inner dl dd{
        padding:0 30px;
    }
}
@media (max-width: 896px){
    .n2011_wrap_mozaic.add2103 .n2011_wrap_inbox{
        padding:5% 2%;
    }
    .n2011_wrap_mozaic.add2103 .n2011_wrap_inbox_inside{
        padding: 0;
    }
    .n2011_wrap_mozaic.add2103 .n2011_txt_wht{
        padding:10px 0 20px;
    }
    .n2011_wrap_mozaic.add2103 .img_chemic{
        width: 100%!important;
    }
    .n2011_wrap_mozaic.add2103 .img_hydag{
        margin:0 5px 0 10px!important;
    }
    .n2011_wrap_mozaic.add2103 .n2011_txt_dblue{
        padding: 0 0 0 10px;
        font-size: 13px;
    }
    .n2011_wrap_mozaic.add2103 .footer_123_n2011{
        width: 100%;
    }
    .n2011_wrap_mozaic.add2103 .footer_123_n2011 li{
        margin:2px 0 0;
        padding:15px 10px 10px;
        font-size: 13px;
    }
    .n2011_wrap_mozaic.add2103 .footer_123_n2011 img {
        max-width: 40px;
        margin-right: 5px;
    }
    /******** 作用 ***********/
    .about_technology {
        padding: 0;
    }
    .about_technology  .n2011_wrap_inbox{
        padding: 5% 2%;
    }
    .about_top_box{
        margin-bottom: 30px;
    }
    .about_top_box dt{
        font-size: 13px;
        text-align: left;
        padding: 10px 0 25px;
    }
    .about_bottom_box{
        padding: 0 2%;
    }
    .about_disc_box {
        position: relative;
        padding-bottom: 30px;
    }
    .about_disc_inner dt{
        font-size: 28px;
        margin-bottom: 110px;
    }
    .about_disc_inner dt span{
        font-size: 16px;
        margin-right: 5px;
    }
    .about_disc_inner dd{
        font-size: 14px;
    }
    .about_disc_image{
        position: absolute;
        top:50px;
        left: 0;
        width: 100%;
        height: 110px;
        font-size:0;
        text-indent: -9999px;
        background-color:#f5f5f5;
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 110px;
    }
    .hyde_01 .about_disc_image{
        background-image: url(https://drc1979.itembox.design/item/common/img/n2103_hyd_chemic_01.jpg);
    }
    .hyde_02 .about_disc_image{
        background-image: url(https://drc1979.itembox.design/item/common/img/n2103_hyd_chemic_02.jpg);
    }
    .hyde_03 .about_disc_image{
        background-image: url(https://drc1979.itembox.design/item/common/img/n2103_hyd_chemic_03.jpg);
    }
}


/*************************************************
 chat bot
*************************************************/
#chatplusview.closed #outline #eye_catcher img{
    width: 48px;
}


/*************************************************
 item page size/wash
*************************************************/
@media (min-width: 897px){
    .useful__content .n2011_wrap_inbox_inside .content{
        display: flex;
    }
    .useful__content .n2011_wrap_inbox_inside .content .grad-wrap{
        width: 50%;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        margin-top:0px;
    }
    .useful__content .n2011_wrap_inbox_inside .content .grad-wrap .n2011_ttl_nwrap_lblue{
        line-height: 1.5;
    }
    .useful__content .n2011_wrap_inbox_inside .content .grad-wrap .flex{
        display: block;
    }
    .useful__content .n2011_wrap_inbox_inside .content .grad-wrap .flex .flex-phot{
        margin: 0 auto;
    }
    .useful__content .n2011_wrap_inbox_inside .content .grad-wrap .flex div.btn_link_blu.orig_btn{
        margin: 40px auto;
    }
}

/*************************************************
 お役立ちコンテンツ
*************************************************/
.cotnents_list{
    display: flex;
    flex-wrap: wrap;
  }
  .cotnents_list dl{
    width:30%;
    margin:1% 5% 2% 0;
  }
  @media (min-width: 897px){
    .cotnents_list dl:nth-child(3n){
      margin-right:0;
    }
  }
  .cotnents_list dl img{
    width:100%;
    height: auto;
  }
  .contents_headline{
    position:relative;
    font-size:22px;
    line-height: 1.3;
    margin: 10px 0 5px;
  }
  .contents_headline a{
    padding-left: 20px;
    display: block;
    font-weight: normal;
  }
  .contents_headline a:hover{
    color: #18b1fe;
  }
  .contents_headline::before{
    content: "";
    position: absolute;
    top:5px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #18b1fe;
    border-right: 2px solid #18b1fe;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .contents_text{
    color: #666;
    font-size: 14px;
  }
  @media (max-width: 896px){
    .cotnents_list dl{
      width:48%;
      margin:1% 4% 2% 0;
    }
    .cotnents_list dl:nth-child(2n){
      margin-right:0;
    }
    .contents_text{
      font-size: 12px;
    }
    .contents_headline{
      font-size:16px;
    }
    .contents_headline a{
      padding-left: 10px;
      font-weight: normal;
    }
    .contents_headline::before{
      top:6px;
      width: 6px;
      height: 6px;
      border-top: 1px solid #18b1fe;
      border-right: 1px solid #18b1fe;
    }
  }

  /*******************************************************
  2021.06.07 add header icon
*******************************************************/
body #DRC_header .header_rig{
    width: 300px;
  }
  @media (min-width: 897px) {
    .pchidden{
      display: none;
    }
    body footer .ft_cnt02 .guide_bloc_2col{
      width:38%;
      margin: 0 2% 0 0;
    }
    body footer .ft_cnt02 .guide_bloc_sns{
      width: 15%;
      float: right;
      margin: 0 5% 0 0;
    }
    body footer .ft_cnt02 .guide_bloc_sns ul{
      display: flex;
      justify-content: space-between;
      padding: 5px 0 0;
    }
    body footer .ft_cnt02 .guide_bloc_sns ul li img{
      width: 74px;
      height: auto;
    }
    body footer .ft_cnt02 div.btn_link_wht{
      margin:10px auto 0;
    }
  }
  @media (max-width: 896px) {
    .spidden{
      display: none;
    }
    body #DRC_header .header_menuicn img{
      width: 42px;
    }
    body footer .ft_cnt02 .guide_bloc_sns{
      width: 50%;
      margin: 0 auto;
    }
    body footer .ft_cnt02 .guide_bloc_sns ul{
      display: flex;
      justify-content: space-around;
      padding: 5px 0 20px;
    }
    body footer .ft_cnt02 .guide_bloc_sns ul li img{
      width: 64px;
      height: auto;
    }
    body footer .ft_cnt02 div.btn_link_wht{
      margin:10px auto 0;
    }
  }


div.fs-c-productNotice--outOfStock {
    clear: both;
}
.fs-c-pageMessage.fs-c-memberOnlyMessage{
top: 0px;
}
/* クーポン対象商品一覧調整  */
.fs-body-couponProduct .fs-l-main {
    justify-content: space-around;
}
@media screen and (min-width: 695px){
    .fs-body-couponProduct .fs-l-pageMain {
        max-width: 928px!important;
    }
}
 
 
/* クーポン利用中ボタン調整  */
.fs-c-checkout-couponStatus.is-inactive{
    font-size: 0.7em;
}
 
.fs-c-checkout-couponStatus.is-active {
    font-size: 1em;
}

