@charset "UTF-8";

ul.option-block li label>input+span a {
    color: #fff;
    display:block;
    width:100%;
}

/** 部位選択 **/
.bui-block {
    position: relative;
    z-index: 0;
    width: 100%;
}
.bui-block .bui-map-row{
    display:flex;
    justify-content:space-around;
}
.bui-block .bui-map-row .col1, .bui-block .bui-map-row .col2{
    position:relative;
    width:50%;
}
.bui-block .bui-image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto;
    z-index:100;
    pointer-events: none;
}
.bui-map area{
    cursor:pointer;
}

@media only screen and (max-width: 768px){
    .dis-first-time.yes {
        margin-top: 18px;
    }
    
    .contact_box.switch-sp{
        display:none;
    }
    
    /** フッター部分 **/
    footer .ft_home, footer .ft_nav{
        display:none;
    }
    footer .ft_sns{
        padding-top:120px;
        clear:both;
    }
    
    /** アフィリエイトの画像 **/
    div.aff img{
        width:auto;
        height:auto;
    }
    
    .font-size-small{
        font-size:11px;
    }

    /** 部位選択 **/
    .bui-block {
        width: calc(100% + 60px);
        margin-right: -30px;
        margin-left: -30px;
    }
}

.error-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.error-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.error {
    position: relative;
    padding: .75rem 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
