@charset "utf-8";

/* base */

.rd{
    color:#fc1726;
}

.ble{
    color:#004390;
}


.container_distrb{
    width: 900px;
    margin: 0 auto 40px;
}

.container_distrb h1{
    font-size: 1.7em !important;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
}

.container_distrb h2{
    font-size: 1.2em;
    padding: 0.5rem 1rem;
    position: relative;
    color: #333;
    background: linear-gradient(-45deg, #f3f3f3 25%, #ebebeb 0, #ebebeb 50%, #f3f3f3 0, #f3f3f3 75%, #EBEBEB 0);
    background-size: 7px 7px;
}

.container_distrb h2:before{
	font-family: "FontAwesome";
    content: "\f0c8";
    font-size: 0.9em;
    padding-right: 10px;
    color: #747474;
}

.container_distrb p{
    font-size: 1.2em;
    line-height: 1.4em;
}

.box_1,
.box_2{
    margin: 0 0 30px;
}

.box_2_2clm{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.box_3{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.box_3{
    
}

/**/
box_1

#direct_logo{
    margin: 0 0 40px;
}

.logo_frame{
    margin: 0 0 30px;
}

.bl_frame{
    background: #e1f1f5;
    margin: 20px 0 20px;
    padding: 30px 50px;
    box-sizing: content-box;
}


/* 直接取引ロゴ */
.maker_logo{
	margin: 15px 0 30px;
    display: flex;
    flex-wrap: wrap;
}

.maker_logo li{
    width: 20%;
    padding: 0px 25px;
    box-sizing: border-box;
    align-content: center;
    min-height: 78px;
}

.maker_logo img{
    display: block;
    margin: 0 auto;
}

#direct_inq,
#direct_maker_sub{
    margin: 30px 0 50px;
}


/* DK社取扱へのボタン */
.r_text{
    display: block;
    text-align: right;
    padding: 10px 0 20px;
}

.r_text::before{
    content: "＞＞";
}

/* ボタン：お問い合わせ */
.shisaku_discount{
    display: block;
    background: #fc1726;
    width: 700px;
    margin: 0 auto;
    font-size: 1.4em;
    padding: 22px 0;
    text-align: center;
    color: #fff !important;
}

.shisaku_discount::before{
    font-family: "FontAwesome";
    content: "\f05a";
    font-size: 1.2em;
    padding-right: 10px;
    box-sizing: border-box;
}

/* DigiMaru */

.digimaru{
    margin-right: 10px;
}

/* DigiKey同価格 */
#box_sameprice p,
#inq_sameprice p{
    font-size: 1.2em;
    line-height: 1.5em;
}

.menu_bg{
    text-align: center;
    font-size: 1em;
    background: #f8f8f8;
    padding: 12px 15px;
    line-height: 1.8em;
    margin: 0 0 20px;
}

.menu_bg a{
    color: #333;
}

.menu_bg a:visited{
    color: #333;
}

.sameprice_t{
    display: block;
    margin: 0 auto 0;
}

.box_3 img{
    margin: 0 30px 0 0;
}

.t08{
    font-size: 0.8em;
}

.digimaru_catch{
	font-size: 1.5em!important;
    border-bottom: 4px solid #fc1726;
    padding-bottom: 8px;
    text-align: center;
    width: 610px;
    margin: 0 auto!important;
}


/* 同価格お問い合わせ */

#inq_sameprice .imgjoint{
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
}

.ctr{
    text-align: center;
    font-size: 1.5em!important;
    font-weight: 900;
}


@media screen and (max-width: 768px) {

    .container_distrb{
        width: 85vw;
    }
    
    .maker_logo li {
        width: 50%;
        min-height: 70px;
        padding: 20px 10px; /* padding: 0 10px; */
    }
    
    .shisaku_discount {
       width: 100%;
    }
    
    .box_2_2clm{
        flex-wrap: wrap;
    }
    
    .digimaru_catch {
        width: 100vw;
    }
    
    
    .bl_frame .box_3 {
        flex-wrap: wrap;
    }
    
    #inq_sameprice .imgjoint{
        flex-wrap: wrap;
        width: 100%;;
    }
    
    
    
}