@charset "utf-8";
/* CSS Document */


@media only screen and (min-width: 751px) {

    #redwin_detail {
        position: relative;
        padding-bottom: 100px;
        text-align: left;
        letter-spacing: normal;
    }

    #redwin_detail .body_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../../common/img/bg_stripe.png') left top, url('../img/main_bg.jpg') no-repeat center top;
        background-size: auto, 100% auto;
        background-blend-mode: multiply;
        z-index: -1;
    }

    #redwin_detail .kv_body_txt {
        margin-top: 58px;
        text-align: center;
    }

    #redwin_detail .kv_body_txt .kv_body_large {
        text-align: center;
    }
    
    #redwin_detail .redwin_navi a:hover,
    #redwin_detail .redwin_navi .current a {
        color: #fff;
        background-color: #c30e18;
        opacity: 1;
    }

    /* cnt navi */
    #redwin_detail .cnt_navi {
        display: flex;
        justify-content: center;
        gap: 23px;
        margin-bottom: 20px;
        color: #fff;
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-weight: 800;
        font-size: 22px;
    }
    
    #redwin_detail .cnt_navi a {
        display: block;
        color: #fff;
        border-bottom: 2px solid #fff;
        font-size: clamp(
            calc(20px * 0.75), /* 最小0.75倍 */
            calc(100vw / (1400 / 20)), /* 画面幅1400pxのときに45px */
            calc(20px * 1) /* 最大1倍 */
        );
        font-family: "FP-ヒラギノ角ゴ StdN W8{pm}", sans-serif;
        font-weight: 800;
        letter-spacing: -0.03em;
        text-align: center;
    }

    /* repair menu */
    #redwin_detail .src_top {
        margin-top: 50px;
    }

    #redwin_detail .sec_repair_menu {
        padding-bottom: 78px;
    }

    #redwin_detail .sec .sec_subtitle{
        margin-top: 40px;
        margin-bottom: 20px;
    }

    #redwin_detail .sec .txth3 {
        color: #173b67;
        font-size: clamp(
            calc(32px * 0.75), /* 最小0.75倍 */
            calc(100vw / (1400 / 32)), /* 画面幅1400pxのときに45px */
            calc(32px * 1) /* 最大1倍 */
        );
        font-family: "FP-ヒラギノ角ゴ StdN W8{pm}", sans-serif;
        font-weight: 800;
        letter-spacing: -0.03em;
        text-align: center;
    }

    #redwin_detail .sec .txt {
        color: #173b67;
        font-size: clamp(
            calc(16px * 0.75), /* 最小0.75倍 */
            calc(100vw / (1400 / 16)), /* 画面幅1400pxのときに45px */
            calc(16px * 1) /* 最大1倍 */
        );
        font-family: "FP-ヒラギノ角ゴ StdN W8{pm}", sans-serif;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 2;
        text-align: center;
    }

    #redwin_detail .sec .txt span{
        display: inline-block;
    }

    #redwin_detail .sec .pc { 
        display: inline-block;
    }

    /*  sec_imgtxt_box  */
    .sec_imgtxt_box{
        max-width: 800px;
        width: 100%;
        margin: 65px auto 0;
    }

    #redwin_detail .sec .txth4 {
        color: #173b67;
        font-size: clamp(
            calc(24px * 0.75), /* 最小0.75倍 */
            calc(100vw / (1400 / 24)), /* 画面幅1400pxのときに45px */
            calc(24px * 1) /* 最大1倍 */
        );
        font-family: "FP-ヒラギノ角ゴ StdN W8{pm}", sans-serif;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.4;
        text-align: left;
        margin-top: 35px;
    }

    #redwin_detail .annotation_txt {
        color: #c30e18;
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-weight: 800;
        font-size: 16px;
    }

    #redwin_detail .ul_annotation {
        color: #173b67;
        font-size: 12px;
        font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
        font-weight: 300;
        margin-top: 18px;
    } 

    #redwin_detail .ul_annotation li {
        margin-bottom: 2px;
        padding-left: 1em;
        text-indent: -1em;
    }

    /*  sec_examples  */
    #redwin_detail .sec_examples{
        margin: 90px auto 0;
    }

    /* exam_grid */
    .exam_grid {
        max-width: 1300px;
        margin: 44px auto 0;
        display: flex;
        flex-wrap: wrap;
    }

    #redwin_detail .ad_grid_item {
        width: 50%;
        max-height: 418px;
        height: 100vw;
    }

    #redwin_detail .ad_grid_item {
        box-sizing: border-box;
        display: flex; 
        align-items: center; 
        justify-content: center;
        margin: 0 auto;

    }

    #redwin_detail .ad_grid_item a {
        max-width: 650px;
        max-height: 418px;
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        margin: 0 auto;
    }

    #redwin_detail .ad_grid_item a::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 24px;
        height: 24px;
        background: url('../img/btn_zoom.svg') no-repeat left top;
        background-size: 100%;
    }

    #redwin_detail .grid_box { 
        width: 100%;
        margin: 40px auto 0;
        display: block; 
        align-items: center; 
        justify-content: center;
        text-align: center;

    }

    #redwin_detail .box_inner{
        margin: 0 30px 0;
    }

    #redwin_detail .sec .txth5 {
        color: #173b67;
        font-size: clamp(
            calc(23px * 0.75), /* 最小0.75倍 */
            calc(100vw / (1400 / 23)), /* 画面幅1400pxのときに45px */
            calc(23px * 1) /* 最大1倍 */
        );
        font-family: "FP-ヒラギノ角ゴ StdN W8{pm}", sans-serif;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.4;
        text-align: center;
    }

    #redwin_detail .sec .grid_box .grid_box_img {
        max-width: 510px;
        margin-top: 48px;
        display: inline-block;
    }

    #redwin_detail .grid_l {
        background: #f7f7f7;
    }

    #redwin_detail .grid_r {
        background: #f0f0f0;
    }

    #redwin_detail .btn_red {
        display: block;
        width: fit-content;
        min-width: 230px;
        margin: 72px auto 0;
        padding: 17px 35px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        background-color: #c30e18;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1450px) {

    #redwin_detail .grid_sizer,
    #redwin_detail .ad_grid_item {
        height: 28.8vw;
    }

    #redwin_detail .grid_box { 
        margin: 2.75vw auto 0;
    }

    #redwin_detail .sec .grid_box .grid_box_img {
        margin-top: 3.3vw;
    }
}

@media only screen and (max-width: 750px) {
    
    #redwin_detail {
        position: relative;
        padding-bottom: 55px;
        text-align: left;
        letter-spacing: normal;
    }

    #redwin_detail .body_bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('../../common/img/bg_stripe_sp.png') left top, url('../img/main_bg_sp.jpg') no-repeat center top;
        background-size: 15px, 100% auto;
        background-blend-mode: multiply;
        z-index: -1;
    }

    #redwin_detail .kv_body_txt {
        margin-top: 33px;
        text-align: center;
    }

    #redwin_detail .kv_body_txt .kv_body_large {
        text-align: center;
    }
    
    #redwin_detail .redwin_navi .current a {
        color: #fff;
        background-color: #c30e18;
        opacity: 1;
    }

    /* cnt navi */
    #redwin_detail .cnt_navi {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 23px;
        margin-bottom: 20px;
        color: #fff;
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-weight: 800;
        font-size: 22px;
    }
    
    #redwin_detail .cnt_navi a {
        display: block;
        color: #fff;
        border-bottom: 2px solid #fff;
        font-size: clamp(
            calc(16px * 0.75), /* 最小0.75倍 */
            calc(100vw / (1400 / 16)), /* 画面幅1400pxのときに45px */
            calc(16px * 1) /* 最大1倍 */
        );
        font-family: "FP-ヒラギノ角ゴ StdN W8{pm}", sans-serif;
        font-weight: 800;
        letter-spacing: -0.03em;
        text-align: center;
    }

    /* repair menu */
    #redwin_detail .src_top {
        margin-top: 40px;
    }
    #redwin_detail .sec_repair_menu {
        padding-bottom: 35px;
    }

    #redwin_detail .sec .sec_subtitle{
        margin-top: 40px;
        margin-bottom: 10px;
    }

    #redwin_detail .sec .txth3 {
        color: #173b67;
        font-size: clamp(
            calc(24px * 0.75), /* 最小0.75倍 */
            calc(100vw / (1400 / 24)), /* 画面幅1400pxのときに45px */
            calc(24px * 1) /* 最大1倍 */
        );
        font-family: "FP-ヒラギノ角ゴ StdN W8{pm}", sans-serif;
        font-weight: 800;
        letter-spacing: -0.03em;
        text-align: left;
    }

    #redwin_detail .sec .txt {
        color: #173b67;
        font-size: clamp(
            calc(16px * 0.75), /* 最小0.75倍 */
            calc(100vw / (1400 / 16)), /* 画面幅1400pxのときに45px */
            calc(16px * 1) /* 最大1倍 */
        );
        font-family: "FP-ヒラギノ角ゴ StdN W8{pm}", sans-serif;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 2;
        text-align: left;
    }

    #redwin_detail .sec .txt span{
        display: inline-block;
    }

    #redwin_detail .sec .pc { 
        display: inline !important;
    }

    #redwin_detail .sec br { 
        display: none;
    }

    /*  sec_imgtxt_box  */
    .sec_imgtxt_box{
        max-width: 800px;
        width: 100%;
        margin: 20px auto 0;
    }

    #redwin_detail .sec .txth4 {
        color: #173b67;
        font-size: clamp(
            calc(24px * 0.75), /* 最小0.75倍 */
            calc(100vw / (1400 / 24)), /* 画面幅1400pxのときに45px */
            calc(24px * 1) /* 最大1倍 */
        );
        font-family: "FP-ヒラギノ角ゴ StdN W8{pm}", sans-serif;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.4;
        text-align: left;
        margin-top: 20px;
    }
    
    #redwin_detail .annotation_txt {
        color: #c30e18;
        font-family: "FP-ヒラギノ角ゴ StdN W8", sans-serif;
        font-weight: 800;
        font-size: 13px;
    }

    #redwin_detail .ul_annotation {
        font-size: 10px;
        font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
        font-weight: 300;
        margin-top: 12px;
    } 

    #redwin_detail .ul_annotation li {
        margin-bottom: 8px;
        padding-left: 1em;
        text-indent: -1em;
    }

    #redwin_detail .ul_annotation li span {
        padding-left: 1em;
        text-indent: -1em;
        display: inline-block;
    }

    /*  sec_examples  */
    #redwin_detail .sec_examples{
        margin: 60px auto 0;
    }
    
    /* exam_grid */
    .exam_grid {
        max-width: 1300px;
        margin: 15px auto 0;
        display: block;
    }

    #redwin_detail .exam_grid li{
        margin-bottom: 20px;
    }

    #redwin_detail .ad_grid_item {
        width: 100%;
        max-height: 48.6vw;
        height: 100vw;
    }

    #redwin_detail .ad_grid_item {
        box-sizing: border-box;
        display: flex; 
        align-items: center; 
        justify-content: center;
        margin: 0 auto;

    }

    #redwin_detail .ad_grid_item a {
        max-width: 650px;
        max-height: 365px;
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        margin: 0 auto;
    }

    #redwin_detail .ad_grid_item a::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 24px;
        height: 24px;
        background: url('../img/btn_zoom.svg') no-repeat left top;
        background-size: 100%;
    }

    #redwin_detail .grid_box { 
        width: 100%;
        margin: 5.3vw auto 0;
        display: block; 
        align-items: center; 
        justify-content: center;
        text-align: center;
    }

    #redwin_detail .box_inner{
        margin: 0 30px 0;
    }

    #redwin_detail .sec .txth5 {
        color: #173b67;
        font-size: clamp(
            calc(23px * 0.75), /* 最小0.75倍 */
            calc(100vw / (1400 / 23)), /* 画面幅1400pxのときに45px */
            calc(23px * 1) /* 最大1倍 */
        );
        font-family: "FP-ヒラギノ角ゴ StdN W8{pm}", sans-serif;
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1.4;
        text-align: center;
    }

    #redwin_detail .sec .grid_box .grid_box_img {
        max-width: 510px;
        margin-top: 2.6vw;
        display: inline-block;
    }

    #redwin_detail .grid_l {
        background: #f7f7f7;
    }
    
    #redwin_detail .grid_r {
        background: #f0f0f0;
    }

    #redwin_detail .btn_red {
        display: block;
        width: fit-content;
        min-width: 230px;
        margin: 40px auto 20px;
        padding: 17px 35px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        background-color: #c30e18;
        box-sizing: border-box;
    }

}