/***4 sample***/
#sample .row > [class^=col]{
  /*background-color: #ccc;*/
  /*border: solid 1px #222;*/
}

/***global***/
*{
    color: #222222;
}
body{
    width: 100%;
    /*background-image: url("../img/devifes_sidecolor.png");*/
}
.p_w100{
    width: 100%;
}
#base{
    background-color: #fff;
    /*margin: 0 7px;*/
    /*padding-top: 63px;*/
}
.logo_bg{
    background-color: #3a65ef;
}
.header_logo{
    display: block;
    width: 140px;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
}
.badge-blue{
    background-color: #4a97d4;
    color: #fff;
    padding: 15px 40px;
    font-weight: normal;
    font-size: 1rem;
    letter-spacing: 3px;
}
.notice{
    background-color: #6FAEE1;
    font-size: 0.9rem;
}

/*font*/
strong{
    font-size: 1.1rem;
}
.product .name{
    /* font-size: 0.9rem; */
    font-size: 1.3rem;
    padding-top: 5px;
    padding-bottom: 2px;
}
.product .price{
    font-size: 2.4rem;
    margin-top: -8px;
}
.product .price,
.product .price .xsmall{
    /*color: #e60012;*/
    color: #222222;
}
p.indentback{
  text-indent: -1rem;
  padding-left: 1rem;
}
span.blue{
    color: #4a97d4;
    font-weight: bold;
}
.text_link{
    text-decoration: underline;
}
.text_blue{
    color: #4a97d4;
}
.text_blue:hover{
    color: #4a97d4;
}

.btn_acd::after{
    content: "\FF0B";
    color: #4a97d4;
    position: absolute;
    right: 15px;
}
.btn_acd.open::after{
    content: "\FF0D";
    color: #4a97d4;
}
.btn_acd{
    color: #4a97d4;
    border-color: #4a97d4;
    position: relative;
}
.btn_acd:hover{
    color: #fff;
    background-color: #4a97d4;
}
.btn_acd:hover::after{
    color: #fff;
}

.acd__box{
    width: 100%;
}
.sns_icon img{
    height: 40px;
    width: auto;
}

#bottom{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2000;
}
.note_parent{
    border-top: 1px dotted #dee2e6;
    border-bottom: 1px dotted #dee2e6;
}
.note{
    /*font-weight: bolder;*/
    font-size: 1rem;
    color:#666;
}
svg{
    margin-bottom: 3px;
}
.clock{
    display: inline-block;
    fill: currentColor;
    margin-bottom: 3px;
    color:#666;
}

/*color_set*/
.color_black{
    color: #444444;
}
.bg_yellow{
    background-color: #F0DBC5;
}
/*override_bs*/
mark, mark {
    background-color: rgba(242,185,115,0.7);
    font-weight: bold;
}

/*styles*/
#bg_a{
    background-color: #FFFCF3;
}
.row{
  margin-bottom: 10px;
}
img{
	width: 100%;
    max-width: 100%;
	height: auto;
}
ul{
	list-style: none;
	padding-inline-start: 0;
}
p{
	margin-bottom: 0;
}
a{
	color:inherit;
}
a:hover{
	text-decoration: none;
	color: inherit;
}
.btn-xs{
	padding: .15rem .3rem .2rem .3rem;
	font-size: .6rem;
	line-height: 1.5;
	border-radius: .2rem;
	margin-bottom: .3rem;
}
.btn-xs b{
    color: #ffffff;
}
.btn-xs b span{
    font-size: .7rem;
    color: #ffffff;
}



.card h5,
.card h6,
.card p,
dt,
dd{
    color: #444444;
}
.xsmall{
    font-size: .6rem;
    margin-left: 2%;
    font-size: 0.35em;
}

.under{
    text-decoration: underline;
	font-weight:bold;
}
.indent{
    padding-left:1em;
    text-indent:-1em;
}
.btn-green {
    color: #fff;
    background-color: #5bb69b;
    border-color: #5bb69b;
}

/*footer*/
/* 検索フォーム
--------------------------------------------*/
#seartch_form{
/*    width: 100%;*/
    background: #f0f0f0;
    border-radius: 27px;
    margin: 0 10px;
    box-sizing: border-box;
    text-align: left;
    padding: 2px 10px ;
}
#seartch_form form{
        position: relative;
}

#seartch_form input{
    background: none;
    border: none;
}
#seartch_form input.search{
}

#seartch_form input.search {
    color: #8c8c8c;
    -webkit-appearance: none;
    width: 100%;
    height: 36px;

    box-sizing: border-box;
    border-radius: 2px;
    text-indent: 10px;
    font-size: 12px;
    line-height: 34px;
    padding-right: 34px;
}

#seartch_form .word-search-button {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 14px;
}


/* 性別から探す
--------------------------------------------*/

.cate_list li,
.cate_list li a,
.cate_list02 li a{
    color: #444444;
    font-size: 0.9rem;
    text-decoration: none;
}
.cate_list li>p{
    padding: 15px 15px 15px 15px;
    border-bottom: #8c8c8c solid 1px;
    color: #444444;
}
.cate_list li>p span{
    background: url(../img/common/icon03.png) no-repeat right center;
    display: block;
    -webkit-background-size: 8px;
    background-size:8px ;
    color: #444444;
}

.cate_list li>p.acd__btn.open span{
        background: url(../img/common/icon02.png) no-repeat right center;
     -webkit-background-size: 8px;
    background-size:8px ;
}

.cate_list li>p.acd__btn_icon.open span{
     -webkit-background-size: 8px;
    background-size:8px ;
}

.cate_list li ul li,
.cate_list02 li{
    border-bottom: #8c8c8c solid 1px;
}

.cate_list li a,
.cate_list02 li a{
    padding: 15px 15px 15px 15px;
}
.cate_list a {
    display: block;
}
.category_line {
    border-bottom: #8c8c8c solid 1px;
}
.go_top{
    width: 300px;
    padding: 20px 30px;
    /* background-color: #222222; */
    background-color: #3a65ef;
}
.go_top b{
    color: #ffffff;
}


/***4 index.html***/
.schedule li,
.schedule li s{
    color: #999999;
}
.schedule li.active{
    background-color: rgba(148,189,237,0.7);
    color: #444444;
    border-color: rgba(0,0,0,.125);
    font-weight: bold;
}

.n-circle{
    line-height: 3.7rem;
    background-color: #5bb69b;
    border-radius: 50%;
    color: #ffffff !important;
    height: 3.7rem;
    width: 3.7rem;
    font-size: 0.8rem;
    font-weight: bold;
}


.n-text{
    font-size: 1.3rem;
    margin-top: 3px;
}


.fc_blue{
    color: #3a65ef!important;
    font-size: 1.5rem;
}

.fc_blue_2{
    color: #3a98ef!important;
    font-size: 1.3rem;
}

.card_dot{
    border: 1px dashed #3a98ef;
}

.price_b {
    font-size: 1.3rem;
}

.price_b_small {
    margin-left: 2%;
    font-size: 0.3em;
}

span.fs-17{
    font-size: 1.7rem;

}
span.fs-20{
    font-size: 2.0rem;
}

.fs-15{
    font-size: 1.5rem;
}

.sp_br{
    display: none;
}

/* 対象アイテムボタン */

.btn-md{
	padding: .15rem .3rem .2rem .3rem;
	font-size: 1.3rem;
	line-height: 1.5;
	border-radius: .2rem;
	margin-bottom: .3rem;
	margin-right: .3rem;
	margin-left: .3rem;
}
.btn-md b{
    color: #ffffff;
}
.btn-md b span{
    font-size: .7rem;
    color: #252424;
}

.btn-items{
    color:#fff;
    background-color:#3a65ef;
    border-color:#3a65ef;
}
.btn-items:hover{
    color:#fff;
    background-color:#3155cc;
    border-color:#3155cc;
}
.btn-items.focus,.btn-items:focus{
    color:#fff;
    background-color:#3155cc;
    border-color:#3155cc;
    box-shadow:none;
}
.btn-items.disabled,.btn-items:disabled{
    color:#fff;
    background-color:#3a65ef;
    border-color:#3a65ef;
}
.btn-items:not(:disabled):not(.disabled).active,
.btn-items:not(:disabled):not(.disabled):active,
.show>.btn-items.dropdown-toggle{
    color:#fff;
    background-color:#2998a0;
    border-color:#2998a0
}
.btn-items:not(:disabled):not(.disabled).active:focus,
.btn-items:not(:disabled):not(.disabled):active:focus,
.show>.btn-items.dropdown-toggle:focus{
    box-shadow:none;
}
/* 対象アイテムボタン */
/* まとめ買いで15％OFF */

.btn-md-product{
	padding: .15rem .3rem .2rem .3rem;
	font-size: 1.2rem;
	line-height: 1.5;
	border-radius: .2rem;
	margin-bottom: .3rem;
	margin-right: .3rem;
	margin-left: .3rem;
}
.btn-md-product b{
    color: #ffffff;
}
.btn-md-product b span{
    font-size: .7rem;
    color: #252424;
}

.btn-product{
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545;
    font-size: .9rem;
}
.btn-product:hover{
    color:#fff;
    background-color:#c82333;
    border-color:#c82333;
}
.btn-product.focus,.btn-product:focus{
    color:#fff;
    background-color:#c82333;
    border-color:#c82333;
    box-shadow:none;
}
.btn-product.disabled,.btn-product:disabled{
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545;
}
.btn-product:not(:disabled):not(.disabled).active,
.btn-product:not(:disabled):not(.disabled):active,
.show>.btn-product.dropdown-toggle{
    color:#fff;
    background-color:#bd2130;
    border-color:#bd2130
}
.btn-product:not(:disabled):not(.disabled).active:focus,
.btn-product:not(:disabled):not(.disabled):active:focus,
.show>.btn-product.dropdown-toggle:focus{
    box-shadow:none;
}
/* まとめ買いで15％OFF */

/* .sale-price-off{
    color: #CA2922;
    font-size: 1.2rem;

}
.sale-price-off span{
    font-size:1rem;
    color: #CA2922;
} */

.pc_btn_parts{
    display: inline-block;
    color:#FFF
}

.fs-11{
    font-size: 1.1rem;
}


@media (max-width: 767.98px) {
    .item_a:nth-child(odd),
    .item_b:nth-child(odd){
        padding-left: 1rem !important;
        padding-right: .5rem !important;
    }
    .item_a:nth-child(even),
    .item_b:nth-child(even){
        padding-left: .5rem !important;
        padding-right: 1rem !important;
    }
    .card-body {
        padding: 0.8rem;
    }
    .card-body h5 {
        font-size: 1rem;
    }
    .schedule li{
        color: #999999;
        font-size: 0.8rem;
    }
    .n-text{
        font-size: 1rem;
    }
    .name{
        font-size: .7rem!important;
    }
    .price_b{
            font-size: .8rem;
    }
    .price {
        font-size: 1.25rem!important;
        margin-top: -7px!important;
    }

    strong.fs-1{
        font-size: 1rem;
    }

    .sp_br{
        display: block;
    }
    .fs-15{
        font-size: 1.3rem;
    }

    .pc_btn_parts{
        display: none;
    }

    .btn-product{
        font-size: .7rem;
    }
}



/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { ... }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }
