@charset "UTF-8";


@media screen and (min-width:768px) , print { /*PC&TB*/
}
@media screen and (max-width:767px) { /*SP*/
}


@media screen and (min-width:768px) , print { /*PC&TB*/
    .FWRA4_subNavSwitch{display: none;}
}
@media screen and (max-width:767px) { /*SP*/
    .FWRA4_subNavSwitch{}
}


/*FWRA4_productNavi----------------------------*/
@media screen and (min-width:768px) , print { /*PC&TB*/
    .FWRA4_globalnaviModal{
        display: block;
        height: 0;
        overflow: hidden;
    }
    .FWRA4_globalnaviModalCover{
        display: block;
        width: 100%; height: 100vh;
        position: fixed;
        top: 0; left: 0; opacity: 0;
        z-index: 1000000;
        background-color: rgba(0,0,0,0.9);
        transition: opacity 0.5s; opacity: 0;
        padding: 80px 0;
        box-sizing: border-box;
        overflow-y: scroll;
    }
    .FWRA4_globalnaviModalCover * {
        box-sizing: border-box;
    }
    .FWRA4_globalnaviModalCoverClose{
        width: 50px; height: 50px;
        position: absolute; top: 20px; right: 20px;
        z-index: 1000001;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: flex-start;
        transition: opacity 0.5s; opacity: 1.0;
        cursor: pointer;
    }
    .FWRA4_globalnaviModalCoverClose img{
        width: 100%; height: auto;
    }
    .FWRA4_globalnaviModalCoverClose:hover{
        opacity: 0.7;
    }
    .FWRA4_productNaviLine{
        width: 100%;
        border-bottom: 1px dashed #ccc;
        margin: 0 0 59px 0;
    }
    .FWRA4_productNaviLineSub{
        width: 100%;
        border-bottom: 1px dashed #ccc;
        margin: 0 0 60px 0;
    }
    .FWRA4_productNavi{
        display: flex; flex-wrap: nowrap;
        justify-content: space-between; align-items: center;
        margin: 7px 0 0 0;  
    }  
    .FWRA4_productNavi div,.FWRA4_productNavi a{
        width: 20%;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        padding: 12px 5px 10px 5px;
        border-radius: 2px 2px 0 0;
        font-size: 0.8rem;
        transition: 0.3s;
        text-decoration: none!important;
        color: #333!important;
        line-height: 1.2rem;
    }
    .FWRA4_productNavi div:hover,.FWRA4_productNavi a:hover{
        background-color: rgba(0,0,0,0.1); cursor: pointer;
        color: #333!important;
    } 
    .FWRA4_productSub{
        display: flex; flex-wrap: nowrap;
        justify-content: flex-start; align-items: center;
        margin: -60px 0 30px 0;
    }
    .FWRA4_productSub div,.FWRA4_productSub a{
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        padding: 12px 20px 10px 20px;
        border-radius: 0 0 2px 2px;
        font-size: 0.8rem;
        transition: 0.3s;
        text-decoration: none!important;
        color: #333!important;
    }
    .FWRA4_productSub div:hover,.FWRA4_productSub a:hover{
        background-color: rgba(0,0,0,0.1); cursor: pointer;
        color: #333!important;
    }
    div.FWRA4_pnActive,a.FWRA4_pnActive{
        background-color: rgba(0,0,0,0.7);
        color: #fff!important;
    }
    .FWRA4_contentsDottedLine{
        width: 100%;
        border-bottom: 1px dotted #ccc;
        margin: 40px 0 60px 0;
    }
}
@media screen and (max-width:767px) { /*SP*/
    .FWRA4_globalnaviModal{
        display: none;
    }
    .FWRA4_globalnaviModalCover{
        display: none;
    }
    .FWRA4_productNaviLine{
        border-bottom: 1px dotted #ccc; margin: 0 0 60px 0; 
        display: none;
    }
    .FWRA4_productNaviLineSub{
        display: none;
    }
    .FWRA4_productNavi{
        display: none; flex-wrap: nowrap;
        justify-content: space-between; align-items: center;
        margin: 30px 0 0 0;  
    }  
    .FWRA4_productNavi div,.FWRA4_productNavi a{
        width: 25%;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        padding: 12px 0 10px 0;
        border-radius: 2px 2px 0 0;
        font-size: 0.8rem;
        transition: 0.3s;
        text-decoration: none!important;
        color: #333!important;
    }
    .FWRA4_productNavi div:hover,.FWRA4_productNavi a:hover{
        background-color: rgba(0,0,0,0.1); cursor: pointer;
        color: #333!important;
    } 
    .FWRA4_productSub{
        display: none;
    }
    div.FWRA4_pnActive,a.FWRA4_pnActive{
        background-color: rgba(0,0,0,0.7);
        color: #fff!important;
    } 
    .FWRA4_contentsDottedLine{
        width: 100%;
        border-bottom: 1px dotted #ccc;
        margin: 20px 0 30px 0;
    }
}



/********** GLOBAL NAVI **********/
@media screen and (max-width:767px) { /*SP*/
    .FWRA4_gnaviRoot{
        width: 100%; height: 100vh;
        position: fixed; top: 0; left: 0; z-index: 199999;
        display: none; flex-wrap: nowrap;
        justify-content: center; align-items: flex-start;
        background-color: rgba(0,0,0,0.9);
        transition: opacity 0.5s; opacity: 0;
        padding-top: 75px;
    }
    .FWRA4_gnaviWrapper{
        width: 100%; height: 80vh;
        position: relative;
        /* background-color: rgba(0,0,255,0.7); */
    }
    .FWRA4_tip{
        opacity: 0.0;
    }
    .FWRA4_slideTip{
        animation: slideTip 0.2s ease 0.0s 1 normal;
        animation-fill-mode: forwards;
    }
    @keyframes slideTip {
        0%   { opacity: 0.0; transform: translateX(50px); }
        100% { opacity: 1.0; transform: translateX(0px); }
    }
    .FWRA4_navItemPlus{
    }
    .FWRA4_navItemPlus::after{
        background-image: url(/module/fwra4/img/FWRA4_mark_plus_b.png)!important;
    }
    .FWRA4_navItemPlus{
    }
    .FWRA4_navItemMinus::after{
        background-image: url(/module/fwra4/img/FWRA4_mark_minus_b.png)!important;
        background-size: 12px!important;
        top: calc( 50% - 1px )!important;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .FWRA4_gnaviRoot{
        display: none;
    }
    .FWRA4_gnaviWrapper{
        display: none;
    }
}
.FWRA4_barger{
    display: inline-block;
    width: 40px; height: 5px;
    background-color: #fff;
    margin-bottom: 10px;
    transform: translateX(90px);
}
.FWRA4_barger:last-child{
    margin-bottom: 0;
}
.FWRA4_gnaviSpLinkSlide{
    display: none;
    position: fixed; z-index: 99999;
    top: 0px; left: 0px;
    width: 0; height: 75px;
    background-color: #000;
    overflow: hidden;
    transition: transform 0.3s;
}
.FWRA4_gnaviPcLinkSlide{
    display: none;
    position: fixed; z-index: 99999;
    top: 0px; right: 0px;
    width: 0; height: 75px;
    background-color: #000;
    overflow: hidden;
    transition: transform 0.3s;
}
.FWRA4_slideShowNavi{
    display: flex; flex-wrap: nowrap; flex-direction: column;
    justify-content: center; align-items: center;
    float: left;
    animation: slideShowNavi 0.3s ease 0s 1 normal;
    animation-fill-mode: forwards;
}
.FWRA4_slideHideNavi{
    opacity: 1.0;
    animation: slideHideNavi 0.2s ease 0s 1 normal;
    animation-fill-mode: forwards;
}
@keyframes slideShowNavi {
    0% { width: 0; }
    60% { width: 90px; }
    100% { width: 75px; }
}
@keyframes slideHideNavi {
    0% { width: 75px; }
    100% { width: 0; }
}
.FWRA4_loopBarger1{
    animation: slideBargerLoop 5.0s ease 0s infinite normal;
    animation-fill-mode: forwards;
}
.FWRA4_loopBarger2{
    animation: slideBargerLoop 5.0s ease 0.1s infinite normal;
    animation-fill-mode: forwards;
}
.FWRA4_loopBarger3{
    animation: slideBargerLoop 5.0s ease 0.2s infinite normal;
    animation-fill-mode: forwards;
}
@keyframes slideBarger {
    0% { transform: translateX(90px); }
    100% { transform: translateX(0px); }
}
@keyframes slideBargerLoop {
    0% { transform: translateX(100px); }
    10.0% { transform: translateX(0px); }
    90.0% { transform: translateX(0px); }
    100% { transform: translateX(-100px); }
}


.FWRA4_gnaviClose{
    width: 75px; height: 75px;
    position: absolute; top: -75px; right: 0px;
    display: flex; flex-wrap: nowrap;
    justify-content: center; align-items: flex-start;
    transition: opacity 0.5s; opacity: 1.0;
    cursor: pointer;
}
.FWRA4_gnaviClose img{
    padding: 20px;
    width: 35px; height: auto;
}
.FWRA4_gnaviClose:hover{
    opacity: 0.7;
}
.FWRA4_gnaviContainer{
    width: 100%; height: auto;
    /* background-color: rgba(0,255,0,0.7); */
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.FWRA4_gnaviContainer > div:last-child,
.FWRA4_gnaviContainer > a:last-child{
    border-bottom: 1px solid #ccc;
}
.FWRA4_gnaviItem{
    width: 100%;
    height: auto;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.3rem;
    text-align: left;
    box-sizing: border-box;
    border-top: 1px solid #afafaf;
    display: block;
    word-break: break-all;
    background-color: rgb(220, 220, 220);
    padding: 20px 10px;
    text-decoration: none!important;
    position: relative;
}
.FWRA4_gnaviItem::after{
    content: "";
    position: absolute;
    top: calc( 50% - 7px ); right: 10px;
    vertical-align: middle;
    display: inline-block;
    background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_b.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    width: 14px; height: 14px;
}
.FWRA4_gnaviSubItem{
    width: 100%;
    height: auto;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.3rem;
    text-align: left;
    box-sizing: border-box;
    border-top: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    display: block;
    word-break: break-all;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    text-decoration: none!important;
    background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_b.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 10px;
}
.FWRA4_gnaviSubtitle{
    width: 100%;
    height: auto;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.3rem;
    text-align: left;
    box-sizing: border-box;
    border-top: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    display: block;
    word-break: break-all;
    background-color: rgb(239, 239, 239);
    padding: 10px;
    text-decoration: none!important;
    background-image: url(/module/fwra4/img/FWRA4_mark_plus_b.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 14px;
}
.FWRA4_gnaviSubtitleOpen{
    background-image: url(/module/fwra4/img/FWRA4_mark_minus_b.png);
}
.FWRA4_gnaviLink{
    color: rgb(0,0,0)!important;
}
.FWRA4_gnaviUnlink{
    color: rgb(71, 65, 65)!important;
}
.FWRA4_gnaviSubWrapper{
    width: 100%;
    height: auto;
/*    border-left: 1px solid #afafaf;*/
    /* background-color: rgb(220, 220, 220); */
    /* padding-left: 10px; */
    box-sizing: border-box;
    overflow: hidden;
}
.FWRA4_gnaviSubContainer{
    width: 100%;
    height: auto;
    /* border-left: 1px solid #afafaf; */
    background-color: rgb(239, 239, 239);
    padding-left: 10px;
    box-sizing: border-box;
}
@media screen and (max-width:767px) { /*SP*/
	.FWRA4_gnaviSpLink{
		display: none;
		position: fixed; z-index: 99999;
		top: 0px; right: 0px;
	}
	.FWRA4_gnaviSpLink img{
        padding: 20px;
		width: 35px; height: auto;
	}
	.FWRA4_gnaviPcLink{
		display: none!important;
	}
    .FWRA4_gnaviSubtitle{
        color: rgb(29, 23, 23)!important;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
	.FWRA4_gnaviSpLink{
		display: none!important;
	}
	.FWRA4_gnaviPcLink{
		display: none;
		position: fixed; z-index: 99999;
		top: 0px; right: 0px;
	}
	.FWRA4_gnaviPcLink img{
        padding: 20px;
		width: 50px; height: auto;
	}
    .FWRA4_gnaviSubtitle{
		display: none!important;
    }
}
.FWRA4_showNavi{
    display: block;
    float: left; opacity: 0.0;
    animation: aniShowNavi 0.3s ease 0s 1 normal;
    animation-fill-mode: forwards;
}
@keyframes aniShowNavi {
    0% { opacity: 0.0; transform: translate(0px, 30px); }
    100% { opacity: 1.0; transform: translate(0px, 0px); }
}
.FWRA4_hideNavi{
    opacity: 1.0;
    animation: aniHideNavi 0.2s ease 0s 1 normal;
    animation-fill-mode: forwards;
}
@keyframes aniHideNavi {
    0% { opacity: 1.0; transform: translate(0px, 0px); }
    100% { opacity: 0.0; transform: translate(0px, 30px); }
}





@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*PC&TB*/
}
@media screen and (min-width:1024px) , print { /*PC*/
}
/*FWRA4_0401-------------------------------------------------------*/
@media screen and (min-width:1024px) , print { /*PC*/
.FWRA4_GN0401{
width: calc((100% - 30px) /4);
margin-right: 10px; margin-bottom: 10px;}
.FWRA4_GN0401:nth-child(4n){
width: calc((100% - 30px) /4);
margin-right: 0px; margin-bottom: 10px;}
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*PC&TB*/
.FWRA4_GN0401{
width: calc((100% - 20px) /3);
margin-right: 10px; margin-bottom: 10px;}
.FWRA4_GN0401:nth-child(3n){
width: calc((100% - 20px) /3);
margin-right: 0px; margin-bottom: 10px;}
}
@media screen and (max-width:767px) { /*SP*/
.FWRA4_GN0401{
width: calc((100% - 10px) /1);
margin-left: 10px; margin-bottom: 0px;}
.FWRA4_GN0401:nth-child(1n){
width: calc((100% - 0px) /1);
margin-left: 10px; margin-bottom: 0px;}
}
/*FWRA4_0301-------------------------------------------------------*/
@media screen and (min-width:1024px) , print { /*PC*/
.FWRA4_GN0301{
width: calc((100% - 20px) /3);
margin-right: 10px; margin-bottom: 10px;}
.FWRA4_GN0301:nth-child(3n+1){
width: calc((100% - 20px) /3);
margin-right: 0px; margin-bottom: 10px;}
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*PC&TB*/
.FWRA4_GN0301{
width: calc((100% - 10px) /2);
margin-right: 10px; margin-bottom: 10px;}
.FWRA4_GN0301:nth-child(2n+1){
width: calc((100% - 10px) /2);
margin-right: 0px; margin-bottom: 10px;}
}
@media all and (-ms-high-contrast: none){ /*IE ONLY*/
.FWRA4_GN0301{
width: calc((100% - 20px) /3.001);
margin-right: 10px; margin-bottom: 10px;}
.FWRA4_GN0301:nth-child(3n+1){
width: calc((100% - 20px) /3.001);
margin-right: 0px; margin-bottom: 10px;}
}
@media screen and (max-width:767px) { /*SP*/
.FWRA4_GN0301{
width: calc((100% - 0) /1);
margin-left: 0; margin-bottom: 0px;}
.FWRA4_GN0301:nth-child(1n){
width: calc((100% - 0) /1);
margin-left: 0; margin-bottom: 0px;}
}





@media screen and (min-width:768px) , print { /*PC&TB*/
    .FWRA4_GN_linkBoxA {
        height: 74px;
        display: flex; flex-wrap: nowrap;
        justify-content: flex-start; align-items: center;
        position: relative;
        color: #333!important;
        border: 1px solid #ccc;
        background-color: #fff;
        text-decoration: none!important;
        transition: 0.3s;
        padding: 0 20px 0 10px;
        font-size: 0.9rem;
        line-height: 1.0rem;
    }
    .FWRA4_GN_linkBoxB {
        height: 74px;
        display: flex; flex-wrap: nowrap;
        justify-content: flex-start; align-items: center;
        position: relative;
        color: #333!important;
        border: 1px solid #ccc;
        background-color: #fff;
        text-decoration: none!important;
        transition: 0.3s;
        padding: 0 20px 0 0;
    }
    .FWRA4_GN_linkBoxC {
        display: none;
    }
    .FWRA4_GN_linkBoxA:hover,.FWRA4_GN_linkBoxB:hover,.FWRA4_GN_linkBoxC:hover{ opacity: 0.7; }
    .FWRA4_GN_linkBoxA::after,.FWRA4_GN_linkBoxB::after,.FWRA4_GN_linkBoxC::after{
        content: "";
        position: absolute;
        top: calc( 50% - 7px ); right: 5px;
        vertical-align: middle;
        display: inline-block;
        background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_b.svg);
        background-repeat: no-repeat;
        background-size: 14px 14px;
        width: 14px; height: 14px;
    }
    .FWRA4_GN_img1{
        vertical-align: middle;
        width: 108px; height: auto;
    }
    .FWRA4_GN_box1{}
    .FWRA4_GN_box2{}
    .FWRA4_GN_text1{
        font-size: 0.7rem;
        line-height: 0.9rem;
        margin: 5px 0 3px 10px!important;
        opacity: 0.8;
    }
    .FWRA4_GN_text2{
        font-size: 0.9rem;
        line-height: 1.0rem;
        margin: 0 0 0 10px!important;
    }
}
@media screen and (max-width:767px) { /*SP*/
    .FWRA4_GN_linkBoxA {
        height: 74px;
        display: flex; flex-wrap: nowrap;
        justify-content: flex-start; align-items: center;
        position: relative;
        color: #333!important;
        border: 1px solid #ccc;
        border-bottom: none;
        background-color: #fff;
        text-decoration: none!important;
        transition: 0.3s;
        padding: 0 20px 0 10px;
        font-size: 0.9rem;
        line-height: 1.0rem;
    }
    .FWRA4_GN_linkBoxB {
        height: 74px;
        display: flex; flex-wrap: nowrap;
        justify-content: flex-start; align-items: center;
        position: relative;
        color: #333!important;
        border: 1px solid #ccc;
        border-bottom: none;
        background-color: #fff;
        text-decoration: none!important;
        transition: 0.3s;
        padding: 0 20px 0 0;
        box-sizing: border-box;
        border-left: 10px solid rgb(220, 220, 220);
    }
    .FWRA4_GN_linkBoxC {
        height: 74px;
        display: flex; flex-wrap: nowrap;
        justify-content: flex-start; align-items: center;
        position: relative;
        color: #333!important;
        border: 1px solid #ccc;
        border-bottom: none;
        background-color: #fff;
        text-decoration: none!important;
        transition: 0.3s;
        padding: 0 20px 0 10px;
        box-sizing: border-box;
        border-left: 10px solid rgb(220, 220, 220);
        margin: 0 0 0 0!important;
    }
    /* .FWRA4_GN_linkBoxA:hover,.FWRA4_GN_linkBoxB:hover{ opacity: 0.7; } */
    .FWRA4_GN_linkBoxA::after,.FWRA4_GN_linkBoxB::after,.FWRA4_GN_linkBoxC::after{
        content: "";
        position: absolute;
        top: calc( 50% - 7px ); right: 10px;
        vertical-align: middle;
        display: inline-block;
        background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_b.svg);
        background-repeat: no-repeat;
        background-size: 14px 14px;
        width: 14px; height: 14px;
    }
    .FWRA4_GN_img1{
        vertical-align: middle;
        width: 108px; height: auto;
    }
    .FWRA4_GN_box1{}
    .FWRA4_GN_box2{}
    .FWRA4_GN_text1{
        font-size: 0.7rem;
        line-height: 0.9rem;
        margin: 5px 0 5px 10px!important;
        opacity: 0.8;
    }
    .FWRA4_GN_text2{
        font-size: 1.0rem;
        line-height: 1.2rem;
        margin: 0 0 0 10px!important;
    }
}


/*FWRA4_extraNavTitle*/
@media screen and (min-width:768px) , print { /*PC&TB*/
    .FWRA4_extraNavTitle{
        color: #fff;
        margin: 20px 0 10px 0;
    }
    .FWRA4_extraNavBB{
        border: none;
        border-bottom: 10px solid #f00;
    }
}
@media screen and (max-width:767px) { /*SP*/
    .FWRA4_extraNavTitle{
        width: 100%;
        height: auto;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.3rem;
        text-align: left;
        box-sizing: border-box;
        border-top: 1px solid #afafaf;
        display: block;
        word-break: break-all;
        background-color: rgb(220, 220, 220);
        padding: 20px 10px;
        text-decoration: none!important;
        position: relative;
        margin-left: 0!important;
    }
    .FWRA4_extraNavBB{
        border-bottom: none;
    }
}

    
    