@charset "utf-8";

/* common */
.l-content .h2Ttl {
    box-sizing: border-box;
    height: 45px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    font-size: 21px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.l-content .h2Ttl span {
    border-left: 5px solid #0f218b;
    display: block;
    padding: 0 0 0 10px;
}

.l-content .h3Ttl {
    padding: 12px 12px 9px;
    background: #cfd3e8;
    font-size: 15px;
}

.l-content .btn {
    width: 300px;
    padding: 12px 0 9px;
    font-size: 15px;
}

.l-content .color_red {
    color: #c00;
}

/* ancArea */
.l-content .ancArea .ancList {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.l-content .ancArea .ancList>li {
    width: 174px;
}

.l-content .ancArea .ancList>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 174px;
    height: 55px;
    font-size: 13px;
    font-weight: bold;
}

/* worryArea */
.l-content .worryArea {
    padding: 0 45px;
}

.l-content .worryArea .worry {
    position: relative;
    padding: 32px;
    margin-bottom: 60px;
    background: #f1f1f1;
}

.l-content .worryArea .worry::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    border-top: 40px solid #f1f1f1;
    border-right: 73px solid transparent;
    border-left: 73px solid transparent;
    transform: translateX(-50%);
}

.l-content .worryArea .worry .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.l-content .worryArea .worry .content {
    display: flex;
}

.l-content .worryArea .worry .content .speechBubble {
    margin-left: 18px;
}

.l-content .worryArea .worry .content .speechBubble .txt {
    font-size: 19px;
    font-weight: bold;
}

.l-content .worryArea .worry .content .speechBubble .txt--01 {
    width: 639px;
    height: 59px;
    padding: 14px 0 0 60px;
    background: url("/maker/misumi/mech/product/general_parts_large_order/img/deco_speechBubble_01.png") no-repeat 0 0;
}

.l-content .worryArea .worry .content .speechBubble .txt--02 {
    width: 640px;
    height: 59px;
    padding: 14px 0 0 60px;
    background: url("/maker/misumi/mech/product/general_parts_large_order/img/deco_speechBubble_02.png") no-repeat 0 0;
}

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

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

.l-content .worryArea .catchcopy span::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -30px;
    width: 26px;
    height: 35px;
    background: url("/maker/misumi/mech/product/general_parts_large_order/img/deco_catchcopy_l.png") no-repeat 0 0;
}

.l-content .worryArea .catchcopy span::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -30px;
    width: 26px;
    height: 35px;
    background: url("/maker/misumi/mech/product/general_parts_large_order/img/deco_catchcopy_r.png") no-repeat 0 0;
}

.l-content .worryArea .solution .upper {
    position: relative;
    margin-bottom: 84px;
}

.l-content .worryArea .solution .upper::before,
.l-content .worryArea .solution .upper::after {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 50%;
    width: 100px;
    height: 4px;
    background: #333;
}

.l-content .worryArea .solution .upper::before {
    transform: translateX(-50%) rotate(30deg);
}

.l-content .worryArea .solution .upper::after {
    transform: translateX(-50%) rotate(-30deg);
}

.l-content .worryArea .solution .lower {
    display: flex;
    justify-content: space-between;
}

.l-content .worryArea .solution .box {
    background: #fffae5;
}

.l-content .worryArea .solution .box--col2 {
    width: 420px;
    height: 260px;
}

.l-content .worryArea .solution .box .box__head {
    padding: 8px 0 4px;
    background: #fc0;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.l-content .worryArea .solution .box .box__main {
    padding: 33px 0 29px;
}

.l-content .worryArea .solution .box--col2 .box__main {
    padding: 20px 0 17px;
}

.l-content .worryArea .solution .box .summary {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
}

.l-content .worryArea .solution .box .detail {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.l-content .worryArea .solution .box .detail .txt {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.l-content .worryArea .solution .box .detail .txt--01 {
    display: inline-block;
    width: 150px;
    text-align: left;
}

.l-content .worryArea .solution .box .detail .txt--02 {
    display: inline-block;
    width: 142px;
    text-align: left;
}



.l-content .recommendArea .itemList {
    display: flex;
    justify-content: center;
    gap: 7px;
}


.l-content .recommendArea .itemList .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 180px;
    padding-bottom: 15px;
    border: 1px solid #bfbfbf;
}

.l-content .recommendArea .itemList .item.box_hover {
    opacity: 0.75;
    cursor: pointer;
}

.l-content .recommendArea .itemList .item .category {
    width: 100%;
    padding: 6px 0 3px;
    background: #eee;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
}
.l-content .recommendArea .itemList .item .name {
    margin-top: 10px;
    color: #004098;
    font-weight: bold;
    text-align: center;
}
.l-content .recommendArea .itemList .item .discount {
    width: 160px;
    padding-top: 6px;
    background: #fffae5;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.l-content .recommendArea .itemList .item .discount>strong {
    font-size: 17px;
    color: #c00;
}

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

.l-content .recommendArea .itemList .item .price {
    align-self: flex-end;
    text-align: right;
    margin: 10px 10px 0 0;
}

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

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

.l-content .recommendArea .itemList .item .type {
    align-self: flex-start;
    margin: 10px 0 0 10px;
}


.l-content .recommendArea .itemList .item .m-btn--conversion {
    width: 160px;
}

/* useCaseArea */
.l-content .useCaseArea .summary {
    font-size: 17px;
    font-weight: bold;
}

.l-content .useCaseArea .summary strong {
    color: #c00;
    font-size: 19px;
}

.l-content .useCaseArea .summary strong .num {
    font-size: 23px;
}

.l-content .useCaseArea .m-table tr th,
.l-content .useCaseArea .m-table tr td {
    padding: 6px 3px
}

.l-content .useCaseArea .m-table tr th {
    font-weight: bold;
}

.l-content .useCaseArea .m-table tr th.bg_yellow {
    background: #fc0;
}

.l-content .useCaseArea .m-table tr td.bg_yellow {
    background: #fffae5;
}

.l-content .useCaseArea .m-table tr.bottom td {
    border: none;
}

.l-content .useCaseArea .m-table tr.bottom td.sum {
    border-bottom: 1px solid #ccc;
    background: #fffae5;
    color: #c00;
    font-weight: bold;
    text-align: right;
}

/* reasonArea */
.l-content .reasonArea>.wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.l-content .reasonArea .box {
    width: 460px;
}

.l-content .reasonArea .txt {
    padding: 16px 0 13px;
    margin-top: 8px;
    background: #fffae5;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

/* lineupArea */
.l-content .lineupArea .itemList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 7px;
}

.l-content .lineupArea .itemList .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 180px;
    padding: 12px 0;
    border: 1px solid #bfbfbf;
}

.l-content .lineupArea .itemList .item.box_hover {
    opacity: 0.75;
    cursor: pointer;
}

.l-content .lineupArea .itemList .item .name {
    color: #004098;
    font-weight: bold;
    text-align: center;
}

.l-content .lineupArea .itemList .item .m-btn--conversion {
    margin-top: 12px;
    width: 150px;
}