@charset "utf-8";
.lowerWrap {
    margin: 0 auto;
    padding: 0 19px;
    max-width: 918px;
}
.lower_wrap_subcont {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
@media screen and (max-width: 834px) {
    .lowerWrap {
        width: 100%;
        padding: 0 19px;
    }
}
@media screen and (max-width: 834px) {
    .lowerWrap {
        padding: 0 19px;
    }
        .lower_wrap_subcont {
        width: calc(100% - 20px);
    }
}
#lower_ttl {
    width: 1120px;
    height: 310px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
/*----------------------------------------------------------------------
スタートセット
----------------------------------------------------------------------*/
#equipment_ttl_container {
    background: #fff;
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
}

#equipment_ttl_bg {
    background: url(/mega/wp-content/themes/site/images/equipment/equipment_mv_img.png) no-repeat transparent;
    background-position: calc(52% + 319px) bottom;
    width: 100%;
    height: 350px;
    position: absolute;
    z-index: 1;
}

#equipment_ttl_bg #lower_ttl {
    height: 350px;
    z-index: 1;
}

#equipment_ttl_bg #lower_subttl {
    margin-top: 40px;
    margin-bottom: 1rem;
    background: linear-gradient(transparent 50%, #ffffb2 0%);
    font: 800 3.4rem YakuHanJP, 'Hiragino Sans', 'Noto Sans JP', 'YuGothic', Yu Gothic, sans-serif;
    display: table;
    color: #202020;
}

#equipment_ttl_bg #lower_subttl2 {
    font-size: 2.6rem;
    margin-top: 0;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
}

#equipment_ttl_bg #lower_subttl3 {
    width: 360px;
    display: table;
    line-height: 50px;
    position: relative;
    height: 50px;
    margin: 1em 50px 1em 30px;
    padding: 0 2rem;
    text-align: center;
    color: #fff;
    background: #e20000;
}

#equipment_ttl_bg #lower_subttl3:before,
#equipment_ttl_bg #lower_subttl3:after {
    position: absolute;
    top: 0;
    display: block;
    height: 0;
    content: '';
    border: 25px solid #e20000;
}

#equipment_ttl_bg #lower_subttl3:before {
    left: -15px;
    border-left-width: 15px;
    border-left-color: transparent;
}

#equipment_ttl_bg #lower_subttl3:after {
    right: -15px;
    border-right-width: 15px;
    border-right-color: transparent;
}

#equipment_ttl_bg #lower_subttl3 span {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    font-feature-settings: "palt";
}

#equipment_ttl_bg h1 {
    margin-top: 13px;
    color: #fe0000;
    font: 700 4rem/1.2 YakuHanJP, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', 'YuGothic', Yu Gothic, sans-serif;
}
.ie #equipment_ttl_bg h1 {
    font-family: YakuHanJP, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans JP', 'YuGothic', Yu Gothic, sans-serif;
}

.general_h2.equipment_h2 {
    position:relative;
}

.general_h2.equipment_h2:after {
    content: '';
    position: absolute;
    bottom: 6px;
    right: 50px;
    width: 100px;
    height: 100px;
    background: url(/mega/wp-content/themes/site/images/equipment/equipment_ttl1_bg_right.png) 0 0/contain no-repeat;
    z-index: 3;
}

.equipment_h3 {
    font-size: 28px;
    padding-left: 30px;
    margin: 15px 0;
    border-left: solid 4px #202020;
    line-height: 40px;
}

.equipment_h4 {
  display:table;
  line-height: 40px;
  position: relative;
  height: 40px;
  margin: 0;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #e20000;
}

.equipment_h4:after {
  position: absolute;
  top: 0;
  display: block;
  height: 0px;
  content: '';
  border: 20px solid #e20000;
  right: -15px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.equipment_h4 span {
  position: relative;
  display: block;
}

.equipment_check ul {
    margin: 28px 0 20px 0;
}

.equipment_table {
    width: 600px;
    border: solid 4px #ccc;
    margin-bottom: 15px;
}

.equipment_table th {
    width: 50%;
    height: 50px;
    background: #fffdf3;
}

.equipment_table th,
.equipment_table td {
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: solid 3px #ccc;
}
.equipment_table td span.small {
    font-size: 80%;
}
@media screen and (max-width: 768px) {
    #equipment_ttl_container {
        height: 280px;
        margin-bottom: 20px;
    }

    #equipment_ttl_bg {
        background: url(/mega/wp-content/themes/site/images/equipment/equipment_mv_img_sp.png) right bottom/auto 65% no-repeat;
        height: 100%;
    }
    .no_webp #equipment_ttl_bg {
        background-image: url(/mega/wp-content/themes/site/images/equipment/equipment_mv_img_sp.png);
    }
    .webp #equipment_ttl_bg {
        background-image: url(/mega/wp-content/themes/site/images/equipment/equipment_mv_img_sp.png.webp);
    }

    #equipment_ttl_bg #lower_subttl {
        margin: 20px 0 5px;
        font-size: 2.1rem;
    }

    #equipment_ttl_bg #lower_ttl {
        height: 100%;
        z-index: 1;
        padding-left: 13px;
    }

    #equipment_ttl_bg #lower_ttl h1 {
        font-size: 2.6rem;
        margin-top: 5px;
        line-height: 1.2;
        background: none;
    }

    #equipment_ttl_bg #lower_subttl2 {
        font-size: 2rem;
        margin-top: 0;
        font-weight: bold;
        line-height: 1.3;
    }

    #equipment_ttl_bg #lower_subttl3 {
        width: 160px;
        line-height: 40px;
        height: 40px;
        margin: .5rem 10px 1em 0;
        padding: 0 1rem;
    }

    #equipment_ttl_bg #lower_subttl3:after {
        border: 20px solid #e20000;
    }

    #equipment_ttl_bg #lower_subttl3:after {
        right: -10px;
        border-right-width: 10px;
        border-right-color: transparent;
    }

    #equipment_ttl_bg #lower_subttl3:before {
        content: none;
    }

    #equipment_ttl_bg #lower_subttl3 span {
        font-size: 1.8rem;
        z-index: 100;
    }

    .equipment_h3 {
        font-size: 2rem;
        padding-left: 15px;
        margin: 15px 0;
    }

    .equipment_table {
        width: 100%;
    }
    .equipment_table th {
        width: 35%;
    }
}

@media screen and (max-width: 480px){
    #equipment_ttl_bg {
        height: 100%;
        background-position: right -5px bottom 0;
        background-size: auto 38%;
    }
    .general_h2.equipment_h2 {
        padding: 16px 100px 16px 19px;
    }
    .general_h2.equipment_h2::after {
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%;
        right: 15px;
        width: 85px;
        height: 85px;
    }
    #equipment_ttl_bg #lower_subttl3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 36px;
        line-height: 1;
    }
    #equipment_ttl_bg #lower_subttl3::after {
        border-width: 18px;
        border-right-width: 9px;
    }
}

@media (max-width: 375px) {
    #equipment_ttl_bg {
        background-size: 57vw auto;
    }
    #equipment_ttl_bg #lower_subttl {
        font-size: 1.9rem;
    }
    #equipment_ttl_bg #lower_subttl2 {
        font-size: 1.9rem;
    }
}

@media (max-width: 320px) {
    #equipment_ttl_container {
        height: 240px;
    }
    #equipment_ttl_bg {
        background-position: right -10px bottom 0;
    }
    #equipment_ttl_bg #lower_subttl {
        font-size: 1.6rem;
    }
    #equipment_ttl_bg #lower_subttl2 {
        font-size: 1.6rem;
    }
    #equipment_ttl_bg #lower_ttl h1 {
        font-size: 2.2rem;
    }

    #equipment_ttl_bg #lower_subttl3 span {
        font-size: 1.6rem;
    }
    .general_h2.equipment_h2 {
        padding-right: 85px;
    }
    .general_h2.equipment_h2::after {
        right: 10px;
        width: 75px;
        height: 75px;
    }
    .general_h2.equipment_h2 span {
        font-size: 2rem;
    }
}