@charset "utf-8";

@media screen and (min-width : 769px) {
    #main .m_head {
        margin-bottom: 15px;
    }

    .m_head ul {
        margin-left: 5px;
        display: flex;
    }

    .m_head ul li {
        position: relative;
        margin-left: 16px;
    }

    .m_head ul li a {
        color: #c61a22 !important;
        font-size: 14px;
    }

    .m_head ul li::before {
        position: relative;
        top: .5px;
        display: inline-block;
        margin-right: 5px;
        content: "";
        width: 12px;
        height: 12px;
        background: url(../image/parts_ico_circle_arrow.png) no-repeat;
        background-size: 12px;
        vertical-align: middle;
    }

    .btn_page_top {
        margin-bottom: 38px;
        text-align: right;
    }

    .box {
        margin-bottom: 8px;
        min-height: 316px;
        border: none;
        box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    }

    .box_sm {
        min-height: 245px;
    }

    .box .tit_headline {
        margin-bottom: 13px;
    }

    .box .img {
        width: 161px;
    }

    #main .box .desc {
        font-size: 16px;
    }

    .box_info p {
        margin-bottom: 10px;
    }

    .box_info .lead {
        font-size: 17px;
        font-weight: bold;
        line-height: 1.4;
    }

    .btn_page_top img {
        width: 100px;
    }

    .box_01 .img_engine {
        margin: 10px 0 0 10px;
        width: 257px;
        float: right;
    }

    .role_list {
        margin-bottom: 15px;
    }

    .box h5 {
        margin: 15px 0 6px;
        color: #c61a22;
        font-size: 16px;
        font-weight: bold;
    }

    .box_01 .desc {
        min-height: auto;
    }

    .role_list .desc {
        margin: 0 0 5px 30px;
        font-size: 13px;
    }

    #display {
        padding: 34px 20px 4px;
    }

    #display h5 {
        margin-bottom: 10px;
    }

    .pic_box {
        margin: 22px 0 40px;
    }

    .pic_box img {
        max-width: 100%;
    }

    #display .row {
        margin-top: 30px;
        display: flex;
    }

    #display .col {
        width: 335px;
    }

    #display .col:nth-child(2n) {
        margin-left: 12px;
    }

    #display .name {
        margin-bottom: 4px;
        color: #1c2787;
        font-size: 14px;
        font-weight: bold;
    }

    #display .col img {
        max-width: 100%;
    }

    #display .section_column {
        margin-top: 30px;
        width: 682px;
        line-height: 1.5;
    }

    #display .col_left {
        width: 480px;
        margin-left: 6px;
    }

    #display .mark_info {
        margin-bottom: 18px;
        display: flex;
    }

    #display .ico_mark {
        width: 112px;
        justify-content: flex-start;
    }

    #display .ico_mark img {
        margin-left: 7px;
        width: 80px;
    }

    #display .ico_mark.islac img {
        width: 87px;
    }

    #display .mark_info .desc {
        width: 368px;
        letter-spacing: .9px;
        line-height: inherit;
    }

    #display .col_right {
        width: 167px;
    }

    #display .col_right img {
        margin-top: 8px;
    }

    #choice {
        padding-top: 34px;
    }

    #choice .box_info {
        line-height: 1.7em;
    }

    #choice .tit_headline{
        margin-bottom: 20px;
    }

    #estimate {
        padding-bottom: 50px;
    }

    .img_estimate {
        margin-left: 30px;
        width: 203px;
        float: right;
    }

    #estimate h5 {
        margin: 23px 0 10px;
    }
    
    #estimate .detail {
        margin-bottom: 20px;
        text-align: right;
    }

    #estimate .detail a {
        color: #006bb4;
        font-size: 12px;
        text-decoration: underline;
    }

    #estimate .detail a:before {
        position: relative;
        display: inline-block;
        margin-right: 6px;
        content: "";
        width: 12px;
        height: 12px;
        background: url(../image/parts_ico_circle_arrow.png) no-repeat;
        background-size: 12px;
        vertical-align: middle;
    }

    #estimate .caution {
        color: #333;
    }
    
}