@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    class_pc.css
*
*
------------------------------------------------------------------------------------------ */
.d0619 .d0619_end{ display: block !important;}

@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */
#content_body .section_inner{
    padding: 0 60px;
}

#content_body .section_inner h2{
    margin: 0 0 38px 0;
}

#content_body .section_inner li{
    width: 100%;
    padding: 0 0 50px 0;
    margin: 0 0 45px 0;
    letter-spacing: -.40em;
    border-bottom: 1px dashed #003c20;
}

#content_body .section_inner li a{
    display: block;
}

#content_body .section_inner li:last-child{
    margin: 0;
    border: none;
}

#content_body .section_inner li .col_l{
    width: 320px;
    display: inline-block;
    vertical-align: top;
}

#content_body .section_inner li .col_l img{
    width: 100%;
    opacity: 1 !important;
}

#content_body .section_inner li .col_r{
    width: 355px;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

#content_body .section_inner li .col_r .num{
    width: 50px;
    height: 28px;
    margin: 0 0 10px 0;
    line-height: 28px;
    font-size: 13px;
    text-align: center;
    background-color: #ec5a0c;
    color: #fff;
}

#content_body .section_inner li .col_r h3{
    margin: 0 0 10px 0;
    color: #ec5a0c;
    font-size: 22px;
    line-height: 1.31818em;
}

#content_body .section_inner li .col_r .desc{
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 1.8666em;
    white-space: nowrap;
    text-justfy: inter-ideograph;
    text-align: justify;
}

#content_body .section_inner li .col_r .btn_detail{
    width: 105px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
    font-size: 11px;
    text-align: center;
    background-color:#023e21;
    color: #fff;
    transition: background .1s ease .0s;
}

.is_pc #content_body .section_inner li a:hover .btn_detail,
.is_sp #content_body .section_inner li a.touch .btn_detail{
    background-color: #ec5a0c;
    transition: background .15s ease .05s;
}

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