@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*/
    .FWRA_subNavSwitch{display: none;}
}
@media screen and (max-width:767px) { /*SP*/
    .FWRA_subNavSwitch{}
}


/*FWRA_productNavi----------------------------*/
@media screen and (min-width:768px) , print { /*PC&TB*/
    .FWRA_globalnaviModal{
        display: block;
        height: 0;
        overflow: hidden;
    }
    .FWRA_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;
    }
    .FWRA_globalnaviModalCover * {
        box-sizing: border-box;
    }
    .FWRA_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;
    }
    .FWRA_globalnaviModalCoverClose img{
        width: 100%; height: auto;
    }
    .FWRA_globalnaviModalCoverClose:hover{
        opacity: 0.7;
    }
    .FWRA_productNaviLine{
        width: 100%;
        margin: 0 0 60px 0;
    }
    .FWRA_productNaviLineSub{
        width: 100%;
        margin: 0;
    }
    .FWRA_productNaviBG{background-color: #2D2D2D; margin: 10px 0 0 0;}
    .FWRA_productNavi{
        display: flex; flex-wrap: nowrap;
        justify-content: flex-end; align-items: center;
/*        margin: 7px 0 0 0;  */
        background-color: #2D2D2D;
    }  
    .FWRA_productNavi div,.FWRA_productNavi a{
        width: 15%;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        padding: 27px 0 25px 0;
        border-radius: 2px 2px 0 0;
        font-size: 0.8rem;
        transition: 0.3s;
        text-decoration: none!important;
        color: #fff!important;
        line-height: 1.2rem;
    }
    .FWRA_productNavi div,.FWRA_productNavi a:first-child{
        width: 40%; font-size: 1.2rem; padding: 27px 5px 25px 20px;
        display: flex; flex-wrap: nowrap;
        justify-content: flex-start; align-items: center;
    }
    .FWRA_productNavi div:hover,.FWRA_productNavi a:hover{
        background-color: rgba(0,0,0,0.1); cursor: pointer;
        color: #fff!important; opacity: 0.5;
    } 
    .FWRA_productSub{
        display: flex; flex-wrap: nowrap;
        justify-content: flex-start; align-items: center;
        margin: -60px 0 30px 0;
    }
    .FWRA_productSub div,.FWRA_productSub a{
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        padding: 22px 20px 20px 20px;
        border-radius: 0 0 2px 2px;
        font-size: 0.8rem;
        transition: 0.3s;
        text-decoration: none!important;
        color: #333!important;
    }
    .FWRA_productSub div:hover,.FWRA_productSub a:hover{
        background-color: rgba(0,0,0,0.1); cursor: pointer;
        color: #333!important;
    }
    div.FWRA_pnActive,a.FWRA_pnActive{
/*        background-color: rgba(0,0,0,0.7);*/
/*        color: #fff!important;*/
        position: relative;
    }
    div.FWRA_pnActive,a.FWRA_pnActive:after{
        content: ""; position: absolute;
        width: 0; height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        bottom: 0;
    }
    .FWRA_contentsDottedLine{
        width: 100%;
        border-bottom: 1px dotted #ccc;
        margin: 40px 0 60px 0;
    }
}
@media screen and (max-width:767px) { /*SP*/
    .FWRA_globalnaviModal{
        display: none;
    }
    .FWRA_globalnaviModalCover{
        display: none;
    }
    .FWRA_productNaviLine{
        border-bottom: 1px dotted #ccc; margin: 0; 
        display: none;
    }
    .FWRA_productNaviLineSub{
        display: none;
    }
    .FWRA_productNavi{
        display: none; flex-wrap: nowrap;
        justify-content: space-between; align-items: center;
        margin: 30px 0 0 0;  
    }  
    .FWRA_productNavi div,.FWRA_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;
    }
    .FWRA_productNavi div:hover,.FWRA_productNavi a:hover{
        background-color: rgba(0,0,0,0.1); cursor: pointer;
        color: #333!important;
    } 
    .FWRA_productSub{
        display: none;
    }
    div.FWRA_pnActive,a.FWRA_pnActive{
        background-color: rgba(0,0,0,0.7);
        color: #fff!important;
    } 
    .FWRA_contentsDottedLine{
        width: 100%;
        border-bottom: 1px dotted #ccc;
        margin: 20px 0 30px 0;
    }
}



/********** GLOBAL NAVI **********/
@media screen and (max-width:767px) { /*SP*/
    .FWRA_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;
    }
    .FWRA_gnaviWrapper{
        width: 100%; height: 80vh;
        position: relative;
        /* background-color: rgba(0,0,255,0.7); */
    }
    .FWRA_tip{
        opacity: 0.0;
    }
    .FWRA_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); }
    }
    .FWRA_navItemPlus{
    }
    .FWRA_navItemPlus::after{
        background-image: url(/module/fwra/img/FWRA_mark_plus_b.png)!important;
    }
    .FWRA_navItemPlus{
    }
    .FWRA_navItemMinus::after{
        background-image: url(/module/fwra/img/FWRA_mark_minus_b.png)!important;
        background-size: 12px!important;
        top: calc( 50% - 1px )!important;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .FWRA_gnaviRoot{
        display: none;
    }
    .FWRA_gnaviWrapper{
        display: none;
    }
}
.FWRA_barger{
    display: inline-block;
    width: 40px; height: 5px;
    background-color: #fff;
    margin-bottom: 10px;
    transform: translateX(90px);
}
.FWRA_barger:last-child{
    margin-bottom: 0;
}
.FWRA_gnaviSpLinkSlide{
    display: none;
    position: fixed; z-index: 99999;
    top: 0px; left: 0px;
    width: 0; height: 75px;
    background-color: #000;
    overflow: hidden;
}
.FWRA_gnaviPcLinkSlide{
    display: none;
    position: fixed; z-index: 99999;
    top: 0px; right: 0px;
    width: 0; height: 75px;
    background-color: #000;
    overflow: hidden;
}
.FWRA_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;
}
.FWRA_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; }
}
.FWRA_loopBarger1{
    animation: slideBargerLoop 5.0s ease 0s infinite normal;
    animation-fill-mode: forwards;
}
.FWRA_loopBarger2{
    animation: slideBargerLoop 5.0s ease 0.1s infinite normal;
    animation-fill-mode: forwards;
}
.FWRA_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); }
}


.FWRA_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;
}
.FWRA_gnaviClose img{
    padding: 20px;
    width: 35px; height: auto;
}
.FWRA_gnaviClose:hover{
    opacity: 0.7;
}
.FWRA_gnaviContainer{
    width: 100%; height: auto;
    /* background-color: rgba(0,255,0,0.7); */
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.FWRA_gnaviContainer > div:last-child,
.FWRA_gnaviContainer > a:last-child{
    border-bottom: 1px solid #ccc;
}
.FWRA_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;
}
.FWRA_gnaviItem::after{
    content: "";
    position: absolute;
    top: calc( 50% - 7px ); right: 10px;
    vertical-align: middle;
    display: inline-block;
    background-image: url(/module/fwra/img/FWRA_mark_arw_right_b.svg);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    width: 14px; height: 14px;
}
.FWRA_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/fwra/img/FWRA_mark_arw_right_b.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 10px;
}
.FWRA_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/fwra/img/FWRA_mark_plus_b.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 14px;
}
.FWRA_gnaviSubtitleOpen{
    background-image: url(/module/fwra/img/FWRA_mark_minus_b.png);
}
.FWRA_gnaviLink{
    color: rgb(0,0,0)!important;
}
.FWRA_gnaviLink h1{
    font-weight: bold!important;
}
.FWRA_gnaviUnlink{
    color: rgb(71, 65, 65)!important;
}
.FWRA_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;
}
.FWRA_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*/
	.FWRA_gnaviSpLink{
		display: none;
		position: fixed; z-index: 99999;
		top: 0px; right: 0px;
	}
	.FWRA_gnaviSpLink img{
        padding: 20px;
		width: 35px; height: auto;
	}
	.FWRA_gnaviPcLink{
		display: none!important;
	}
    .FWRA_gnaviSubtitle{
        color: rgb(29, 23, 23)!important;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
	.FWRA_gnaviSpLink{
		display: none!important;
	}
	.FWRA_gnaviPcLink{
		display: none;
		position: fixed; z-index: 99999;
		top: 0px; right: 0px;
	}
	.FWRA_gnaviPcLink img{
        padding: 20px;
		width: 50px; height: auto;
	}
    .FWRA_gnaviSubtitle{
		display: none!important;
    }
}
.FWRA_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); }
}
.FWRA_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*/
}
/*FWRA_0501-------------------------------------------------------*/
@media screen and (min-width:1024px) , print { /*PC*/
.FWRA_GN0501{
width: calc((100% - 40px) /5);
margin-right: 10px; margin-bottom: 10px;}
.FWRA_GN0501:nth-child(5n){
width: calc((100% - 40px) /5);
margin-right: 0px; margin-bottom: 10px;}
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*PC&TB*/
.FWRA_GN0501{
width: calc((100% - 20px) /3);
margin-right: 10px; margin-bottom: 10px;}
.FWRA_GN0501:nth-child(3n){
width: calc((100% - 20px) /3);
margin-right: 0px; margin-bottom: 10px;}
}
@media screen and (max-width:767px) { /*SP*/
.FWRA_GN0501{
width: calc((100% - 10px) /1);
margin-left: 10px; margin-bottom: 0px;}
.FWRA_GN0501:nth-child(1n){
width: calc((100% - 0px) /1);
margin-left: 10px; margin-bottom: 0px;}
}
/*FWRA_0401-------------------------------------------------------*/
@media screen and (min-width:1024px) , print { /*PC*/
.FWRA_GN0401{
width: calc((100% - 30px) /4);
margin-right: 10px; margin-bottom: 10px;}
.FWRA_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*/
.FWRA_GN0401{
width: calc((100% - 20px) /3);
margin-right: 10px; margin-bottom: 10px;}
.FWRA_GN0401:nth-child(3n){
width: calc((100% - 20px) /3);
margin-right: 0px; margin-bottom: 10px;}
}
@media screen and (max-width:767px) { /*SP*/
.FWRA_GN0401{
width: calc((100% - 10px) /1);
margin-left: 10px; margin-bottom: 0px;}
.FWRA_GN0401:nth-child(1n){
width: calc((100% - 0px) /1);
margin-left: 10px; margin-bottom: 0px;}
}
/*FWRA_0301-------------------------------------------------------*/
@media screen and (min-width:1024px) , print { /*PC*/
.FWRA_GN0301{
width: calc((100% - 20px) /3);
margin-right: 10px; margin-bottom: 10px;}
.FWRA_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*/
.FWRA_GN0301{
width: calc((100% - 10px) /2);
margin-right: 10px; margin-bottom: 10px;}
.FWRA_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*/
.FWRA_GN0301{
width: calc((100% - 20px) /3.001);
margin-right: 10px; margin-bottom: 10px;}
.FWRA_GN0301:nth-child(3n+1){
width: calc((100% - 20px) /3.001);
margin-right: 0px; margin-bottom: 10px;}
}
@media screen and (max-width:767px) { /*SP*/
.FWRA_GN0301{
width: calc((100% - 0) /1);
margin-left: 0; margin-bottom: 0px;}
.FWRA_GN0301:nth-child(1n){
width: calc((100% - 0) /1);
margin-left: 0; margin-bottom: 0px;}
}





@media screen and (min-width:768px) , print { /*PC&TB*/
    .FWRA_GN_linkBoxA {
        height: 76px;
        display: flex; flex-wrap: nowrap;
        justify-content: center; 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; font-weight: bold;
        line-height: 1.0rem;
    }
    .FWRA_GN_linkBoxB {
        height: 76px;
        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;
    }
    .FWRA_GN_linkBoxC {
        display: none;
    }
    .FWRA_GN_linkBoxA:hover,.FWRA_GN_linkBoxB:hover,.FWRA_GN_linkBoxC:hover{ opacity: 0.7; }
    .FWRA_GN_linkBoxA::after,.FWRA_GN_linkBoxB::after,.FWRA_GN_linkBoxC::after{
        content: "";
        position: absolute;
        top: calc( 50% - 7px ); right: 5px;
        vertical-align: middle;
        display: inline-block;
        background-image: url(/module/fwra/img/FWRA_mark_arw_right_b.svg);
        background-repeat: no-repeat;
        background-size: 14px 14px;
        width: 14px; height: 14px;
    }
    .FWRA_GN_img1{
        vertical-align: middle;
        width: 111px; height: auto;
    }
    .FWRA_GN_box1{}
    .FWRA_GN_box2{}
    .FWRA_GN_text1{
        font-size: 16px; font-weight: bold; color: #000;
        line-height: 20px;
        margin: 0 0 5px 15px!important;
        opacity: 0.8;
    }
    .FWRA_GN_text2{
        font-size: 11px; color: #000;
        line-height: 14px;
        margin: 0 0 0 15px!important;
    }
}
@media screen and (max-width:767px) { /*SP*/
    .FWRA_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;
    }
    .FWRA_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);
    }
    .FWRA_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;
    }
    /* .FWRA_GN_linkBoxA:hover,.FWRA_GN_linkBoxB:hover{ opacity: 0.7; } */
    .FWRA_GN_linkBoxA::after,.FWRA_GN_linkBoxB::after,.FWRA_GN_linkBoxC::after{
        content: "";
        position: absolute;
        top: calc( 50% - 7px ); right: 10px;
        vertical-align: middle;
        display: inline-block;
        background-image: url(/module/fwra/img/FWRA_mark_arw_right_b.svg);
        background-repeat: no-repeat;
        background-size: 14px 14px;
        width: 14px; height: 14px;
    }
    .FWRA_GN_img1{
        vertical-align: middle;
        width: 111px; height: auto;
    }
    .FWRA_GN_box1{}
    .FWRA_GN_box2{}
    .FWRA_GN_text1{
        font-size: 16px; font-weight: bold; color: #000;
        line-height: 20px;
        margin: 0 0 3px 15px!important;
        opacity: 0.8;
    }
    .FWRA_GN_text2{
        font-size: 11px; color: #000;
        line-height: 14px;
        margin: 0 0 0 15px!important;
    }
}

    
    