@charset "utf-8";

/* mainVisual */
.l-content .mainVisual {
    width: 950px;
    height: 150px;
    margin-bottom: 10px;
    background: url("/maker/misumi/mech/product/clean/img/main_v240926.png") no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* new_info */
.l-content .new_info {
    padding: 20px;
    width: 920px;
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    margin: 36px auto 0;
}

.l-content .new_info .title {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #666666;
    padding-bottom: 5px;
}

.l-content .new_info .info_list {
    margin-top: 15px;
    height: 80px;
    overflow: auto;
}

.l-content .new_info .info_list .info_item {
    padding: 4px 15px;
    display: flex;
    align-items: center;
}

.l-content .new_info .info_list .info_item span {
    width: 95px;
    padding-left: 65px;
}

.l-content .new_info .info_list .info_item .ico_new+span {
    padding-left: 15px;
}

.l-content .new_info .info_list .info_item .ico_new {
    width: 48px;
    padding: 2px 0 0;
    border: 1px solid #c00;
    background-color: #c00;
    color: #fff;
}

/*sitemap_box*/
.l-content .sitemap_box {
    display: flex;
    justify-content: space-between;
    width: 920px;
    margin: auto;
}

.l-content .sitemap_box .title,
.l-content .sitemap_box .title_02,
.l-content .sitemap_box .title_03 {
    font-size: 15px;
    width: 300px;
    background: #dff8fb;
    font-weight: bold;
    padding: 9px 0 7px 16px;
    box-sizing: border-box;
}
.l-content .sitemap_box .title_02 {
    background: #d5f9e4;
}
.l-content .sitemap_box .title_03 {
    background: #ffe6cc;
}


.l-content .sitemap_box .m-linkList {
    margin: 10px 0 0 16px;
    font-size: 15px;
    font-weight: bold;
}

/* tech_link */
.l-content .tech_link {
    margin: 20px 0 0 10px;
    font-size: 13px;
    font-weight: bold;
}

.l-content .tech_link li a {
    line-height: 36px;
}