@charset "UTF-8";

/*h2*/
.l-content .m-h2 {
    display: flex;
    box-sizing: border-box;
    margin: 40px 0 20px;
    text-indent: 0;
}
/*btn*/
.l-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.l-content .btn a {
    width: 270px;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 30px;
}
.l-content .btn a.btn_01 {
    background: url(/maker/misumi/mech/product/cvs/img/v1/bg_btn_01.png);
    background-repeat: no-repeat;
    background-size: 62px 62px;
    background-position: top 1px right 1px;
}
.l-content .btn a.btn_02 {
    background: url(/maker/misumi/mech/product/cvs/img/v1/bg_btn_02.png);
    background-repeat: no-repeat;
    background-size: 62px 62px;
    background-position: top 1px right 1px;
}

/*content*/
.l-content .content {
    position: relative;
}
.l-content .content .figure {
    position: relative;
    z-index: 0;
}
.l-content .content .series {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    box-sizing: border-box;
    padding: 20px 0;
}
.l-content .content .series .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    border-radius: 8px;
    z-index: -1;
    pointer-events: none;
}
.l-content .content.cont_01 .series {
    height: 866px;
}
.l-content .content.cont_02 .series {
    height: 1096px;
}
.l-content .content .series > p:first-of-type {
    line-height: 17px;
}
.l-content .content .series a.series_btn {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 320px;
    height: 100px;
    box-sizing: border-box;
    color: #333;
    font-weight: bold;
    padding-left: 10px;
    text-decoration: none;
}
.l-content .content .series a.series_btn:hover {
    opacity: .9;
}
.l-content .content .series a.color_bv {
    background-color: #7bbdea;
}
.l-content .content .series a.color_rv {
    background-color: #bdbbd4;
}
.l-content .content .series a.color_jv {
    background-color: #e8dd50;
}
.l-content .content .series a.color_gv {
    background-color: #aec670;
}
.l-content .content .series a.color_combe {
    background-color: #5163ab;
}
.l-content .content .series a.series_btn img {
    align-self: center;
}
.l-content .content .series a.series_btn span.text {
    margin-top: 15px;
}
.l-content .content .series a.series_btn span.text span.text_l {
    font-size: 19px;
    line-height: 23px;
}
.l-content .content .series a.series_btn span.text span.detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 30px;
    background-color: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    color: #004098;
    padding-left: 20px;
}
.l-content .content .series a.series_btn span.text span.detail span.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #004098;
    border-width: 4.75px 0px 4.75px 8.23px;
}
.l-content .content .series a.series_btn div.text div.detail span:last-of-type {
    padding-top: 3px;
}