@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    tools_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

body{
    background-color: #fff;
}

#wrap{
    padding: 50px 0 0 0;
    margin: 0 auto;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#contents_area h1{
    padding: 70px 0 50px 0;
    text-align: center;
}

#contents_area h1 img{
    width: 376px;
}

#mv{
    margin: 0 0 45px 0;
}

#mv img{
    width: 100%;
}


/* --------------------------------------------------
*
    #section_yodogawa
*
-------------------------------------------------- */
#section_yodogawa{
    text-align: center;
    margin: 0 0 95px 0;
}

#section_yodogawa .desc p{
    margin: 0 0 30px 0;
    font-size: 17px;
    line-height: 1.5882em;
}

#section_yodogawa .notes{
    margin: 0 0 1em 0;
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.5714em;
    color: #e73828;
}

/* --------------------------------------------------
*
    #section_tools
*
-------------------------------------------------- */
#section_tools{
    text-align: center;
    padding: 0 0 50px 0;
}

#section_tools ul{
    width: 900px;
    display: inline-block;
    letter-spacing: -.40em;
    text-align: left;
}

#section_tools li{
    width: 250px;
    margin: 0 25px 100px 25px;
    display: inline-block;
    text-align: center;
    letter-spacing: normal;
    vertical-align: top;
    position: relative;
}

#section_tools li.domestic:after{
    content: '';
    width: 55px;
    height: 55px;
    display: block;
    background-image:url(../images/ja/tools/parts_badge_domestic.png);
    background-repeat: no-repeat;
    background-size: 55px;
    position: absolute;
    top: 0;
    left: 0;
}

#section_tools li .img{
    margin: 0 0 15px 0;
}

#section_tools li .img img{
    width: 100%;
}

#section_tools li h3{
    margin: 0 0 10px 0;
    font-size: 13px;
    letter-spacing: .08em;
}

#section_tools li h2{
    margin: 0 0 10px 0;
    font-size: 18px;
}

#section_tools li .price{
    margin: 0 0 15px 0;
    font-size: 12px;
    letter-spacing: .08em;
}

#section_tools li .desc{
    padding: 10px 0 12px 0;
    border-top: 3px solid #ffe473;
}

#section_tools li .desc p{
    font-size: 13px;
    line-height: 1.692em;
    white-space: nowrap;
}

#section_tools .btn_detail{
    width: 180px;
    height: 30px;
    margin: 0 auto;
}

#section_tools .btn_detail a{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    background-color: #40220f;
    background-image:url(../images/parts_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: calc(50% - 50px) center;
    border-radius: 30px;
    display: block;
    font-size: 14px;
    letter-spacing: .055em;
    text-align: center;
    color: #fff;
    transition: opacity .1s ease .0s, background .1s ease .0s, color .1s ease .0s;
}

.is_pc #section_tools .btn_detail a:hover,
.is_sp #section_tools .btn_detail a.touch{
    color: #f0e673;
    background-image:url(../images/parts_arrow_right_on.png);
    background-position: calc(50% - 47px) center;
    transition: opacity .15s ease .05s, background .15s ease .05s, color .15s ease .0s;
}



} /* ----- min-width : 641px ----- */
