@charset "UTF-8";

.l-content .summary {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.l-content .summary span {
    color: #d00;
}

.l-content .navi_01 {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.l-content .navi_01>li a {
    width: 360px;
    font-size: 15px;
}

.l-content .navi_02 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.l-content .navi_02>li a {
    width: 260px;
}

.l-content .h2Ttl_01 {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.l-content .h2Ttl_01 span {
    position: relative;
}

.l-content .h2Ttl_01 span::before,
.l-content .h2Ttl_01 span::after {
    position: absolute;
    top: 13px;
    width: 70px;
    height: 2px;
    background: #003b72;
    content: "";
}

.l-content .h2Ttl_01 span::before {
    left: -83px;
}

.l-content .h2Ttl_01 span::after {
    right: -80px;
}

.l-content .h2Ttl_02 {
    position: relative;
    margin: 40px 0 20px;
    padding-left: 30px;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 1px solid #333;
}

.l-content .h2Ttl_02::before {
    position: absolute;
    top: 5px;
    left: 2px;
    width: 21px;
    height: 21px;
    box-sizing: border-box;
    border: 5px solid #68afef;
    border-radius: 50%;
    content: "";
}

.l-content .h2Ttl_03 {
    position: relative;
    margin: 40px 0 20px;
    padding-left: 15px;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 1px solid #333;
}

.l-content .h2Ttl_03::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 5px;
    height: 24px;
    background: #68afef;
    content: "";
}

.l-content .h3Ttl {
    font-size: 19px;
    font-weight: bold;
    padding: 8px 10px 4px;
    border-left: 7px solid #68afef;
    background: #eee;
}

.l-content .h4Ttl {
    text-align: center;
    padding: 6px 0 2px;
    margin-top: 25px;
    background: #333;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.l-content .worryArea {
    position: relative;
    padding-bottom: 50px;
}

.l-content .worryArea::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    border-top: 27px solid #dbdbdb;
    border-right: 92px solid transparent;
    border-left: 92px solid transparent;
    transform: translateX(-50%);
    content: "";
}

.l-content .worryArea .worryList {
    position: relative;
    margin: 0 auto;
    width: 870px;
    height: 247px;
    background: url("/maker/misumi/el/pr/wire_control/img/worryMan.png") no-repeat 340px 93px;
}

.l-content .worryArea .worryList .worry {
    display: inline-block;
    position: absolute;
    padding: 20px 20px 16px;
    border-radius: 10px;
    background: #eee;
    font-size: 15px;
}

.l-content .worryArea .worryList .worry span {
    color: #d00;
    font-weight: bold;
}

.l-content .worryArea .worryList .worry_01 {
    top: 0;
    left: 150px;
}

.l-content .worryArea .worryList .worry_02 {
    bottom: 16px;
    left: 12px;
}

.l-content .worryArea .worryList .worry_03 {
    top: 22px;
    right: 132px;
}

.l-content .worryArea .worryList .worry_04 {
    right: 34px;
    bottom: 0;
}

.l-content >.catchcopy {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.l-content >.catchcopy>span {
    position: relative;
}

.l-content >.catchcopy>span::before {
    position: absolute;
    top: -25px;
    right: -37px;
    width: 31px;
    height: 30px;
    background: url("/maker/misumi/el/pr/wire_control/img/catchcopy_deco.png") no-repeat 0 0;
    content: "";
}

.l-content >.catchcopy>span::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 8px;
    background: #c8def4;
    content: "";
}

.l-content .feature {
    padding: 0 50px;
}

.l-content .feature .container_01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.l-content .feature .container_02 {
    display: flex;
    align-items: center;
}

.l-content .feature .featureTtl {
    font-size: 27px;
    line-height: 43px;
    font-weight: bold;
}

.l-content .feature .featureTtl span {
    font-size: 33px;
    color: #1a70bf;
}

.l-content .endCategory {
    text-align: center;
    padding: 6px 0 2px;
    margin-top: 10px;
    background: #999;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.l-content .categoryWrap {
    display: flex;
    gap: 10px;
}

.l-content .categoryWrap>.col1 {
    width: 220px;
}

.l-content .categoryWrap>.col2 {
    width: 450px;
}

.l-content .itemList {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}


.l-content .itemList>.item {
    box-sizing: border-box;
    width: 220px;
    padding: 16px 8px 16px;
    border: 1px solid #bfbfbf;
    cursor: pointer;
}

.l-content .itemList>.item:hover {
    opacity: 0.75;
}

.l-content .itemList>.item .name {
    color: #004098;
    font-size: 14px;
    font-weight: bold;
}

.l-content .itemList>.item .pic {
    margin-top: 10px;
    text-align: center;
}

.l-content .itemList>.item .maker {
    margin-top: 10px;
}

.l-content .itemList>.item .discount {
    margin-top: 10px;
    text-align: end;
    font-weight: bold;
}

.l-content .itemList>.item .discount span {
    color: #d00;
    font-size: 17px;
}

.l-content .itemList>.item .discount .num {
    font-size: 19px;
}

.l-content .itemList>.item .price {
    margin-top: 5px;
    text-align: end;
}

.l-content .itemList>.item .price span {
    font-weight: bold;
}

.l-content .itemList>.item .price .num {
    font-size: 15px;
}

.l-content .itemList>.item .delivery {
    text-align: end;
}

.l-content .itemList>.item .catchcopy {
    margin-top: 10px;
}

.l-content .itemList>.item .btn {
    text-align: center;
    margin-top: 10px;
}

.l-content .itemList>.item .btn a {
    width: 180px;
}

.l-content .relatedInfo {
    display: flex;
    justify-content: center;
    gap: 10px;
}