@charset "UTF-8";

/*2*/
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) , print { /*PC&TB*/
}
/*2/MDQ2*/
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) , print { /*PC&TB*/
}

/*3*/
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) and ( max-width:1023px) { /*TB*/
}
@media screen and (min-width:1024px) , print { /*PC*/
}

/*4*/
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) and ( max-width:1223px) { /*TB*/
}
@media screen and (min-width:1224px) and ( max-width:1274px) { /*TB*/
}
@media screen and (min-width:1275px) , print { /*PC*/
}





/*------------------------------------------------common*/

@media screen and (max-width:768px) { /*SP*/
    #MDQ2{ display: none; }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    #MDQ2{ display: block; }
}

/* BRパターン */
@media screen and (max-width:768px) { /*SP*/
    .BRPC{ display: none; }
    .BRSP{ display: inline-block; }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .BRPC{ display: inline-block; }
    .BRSP{ display: none; }
}


.ygfont{
    font-family:
        YuGothic, "Yu Gothic Medium", "Yu Gothic",
        "Hiragino Kaku Gothic ProN", sans-serif ;
    font-feature-settings : "palt";
    letter-spacing: 2px;
}
.ygfont img{max-width: 100%;}

div.FWRA4_pnActive,a.FWRA4_pnActive:after{
    border-color: transparent transparent #e77208 transparent!important;
}



/*------------------------------------------------mainImg*/

@media screen and (max-width:768px) { /*SP*/
    .mainImgBG{
        background: linear-gradient(#e77208, #a8001a);
        padding: 20px 10px; margin: 10px 0 0 0;
    }
    .miTextBox{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        width: 100%; text-align: center;
        margin: 0 0 20px 0;
    }
    .miText1{
        display: inline-block; vertical-align: middle;
        font-size: 5.5vw; color: #fff; font-weight: bold; line-height: 9.0vw;
        letter-spacing: 0;
    }
    .miText2{
        display: inline-block; vertical-align: middle;
        font-size: 10px; line-height: 20px;
        border: 1px solid #fff; font-weight: normal;
        padding: 0 5px; margin: 0 10px 5px 10px;
        letter-spacing: 0;
    }
    .miText3{
        display: inline-block; vertical-align: middle;
        font-size: 12px; line-height: 28px;
        border: 1px dotted #fff; font-weight: normal; padding: 5px;
        border-radius: 2px;
        padding: 1px 10px 0 10px; margin: 10px 10px 5px 10px;
    }
    .miImgBox{
        text-align: center;
        width: calc( 100% + 20px );
        margin-left: -10px;
        margin-right: -10px;
    }
    .miImgBox img{
        width: 100%; height: auto;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .mainImgBG{
        background: linear-gradient(#e77208, #a8001a);
        padding: 50px 30px 30px 30px;
    }
    .miTextBox{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        width: 100%; text-align: center;
        margin: 0 0 40px 0;
    }
    .miText1{
        display: inline-block; vertical-align: middle;
        font-size: 28px; color: #fff; font-weight: bold; line-height: 42px;
    }
    .miText2{
        display: inline-block; vertical-align: middle;
        font-size: 14px; line-height: 20px;
        border: 1px solid #fff; font-weight: normal;
        padding: 0 5px; margin: 0 10px 5px 10px;
    }
    .miText3{
        display: inline-block; vertical-align: middle;
        font-size: 16px; line-height: 28px;
        border: 1px dotted #fff; font-weight: normal; padding: 5px;
        border-radius: 2px;
        padding: 1px 10px 0 10px; margin: 0 10px 5px 10px;
    }
    .miImgBox{
        text-align: center;
    }
    .miImgBox img{
        width: 100%; height: auto;
    }
}
    



/*------------------------------------------------mainMenu*/

@media screen and (max-width:768px) { /*SP*/
    .mainMenuBG{
        background-color: #575757; padding: 20px 10px 10px 10px;
    }
    .mainMenuBox{
        display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
        width: 100%;
    }
    .mainMenuSplit{
        width: 100%;
        background-color: #fff; border-radius: 2px;
        border: 1px solid #c7c7c7;
        text-align: center;
        text-decoration: none!important;
        color: #000!important;
        font-size: 16px; line-height: 28px; font-weight: bold;
        padding: 15px 5px;
        transition: 0.3s;
        position: relative;
        margin: 0 0 10px 0;
    }
    .mainMenuSplit:hover{ opacity: 0.75; }
    .mainMenuSplit:after{
        content: "";
        position: absolute;
        top: 50%; right: 10px; transform: translateY(-50%);
        background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_b2.png);
        background-repeat: no-repeat;
        background-size: 9px 15px;
        width: 9px; height: 15px;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .mainMenuBG{
        background-color: #575757; padding: 30px 20px;
    }
    .mainMenuBox{
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
        width: 100%;
    }
    .mainMenuSplit{
        width: calc( ( 100% - 60px ) / 4 );
        background-color: #fff; border-radius: 2px;
        border: 1px solid #c7c7c7;
        text-align: center;
        text-decoration: none!important;
        color: #000!important;
        font-size: 16px; line-height: 28px; font-weight: bold;
        padding: 20px 5px;
        transition: 0.3s;
        position: relative;
    }
    .mainMenuSplit:hover{ opacity: 0.75; }
    .mainMenuSplit:after{
        content: "";
        position: absolute;
        top: 50%; right: 10px; transform: translateY(-50%);
        background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_b2.png);
        background-repeat: no-repeat;
        background-size: 9px 15px;
        width: 9px; height: 15px;
    }
		.mainMenuBox_3 .mainMenuSplit{
			width: calc( ( 100% - 40px ) / 3.001 );
		}
}




/*------------------------------------------------BN*/

@media screen and (max-width:768px) { /*SP*/
    .bnBG{
        background-color: #EFEFEF; padding: 30px 0 20px 0;
    }
    .bnBox{
        display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%;
    }
    .bnTextBox{ width: 100%; text-align: center; }
    .bnText1{ font-size: 22px; line-height: 30px; font-weight: bold; color: #464646; margin: 0 0 30px 0; }
    .bnText2{ font-size: 11px; line-height: 20px; font-weight: normal; color: #464646; letter-spacing: 0;}
    .bnImgBox{ width: 100%; text-align: center; }
    .bnImgBox img{ width: 90%; height: auto; }
    .bnImgBox div{margin: 0 0 30px 0;}
    .bnDetailBox{
        width: 100%;
        display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    }
    .bnMenu{
        display: inline-block;
        width: 50%;
        background-color: #fff; border-radius: 2px;
        border: 1px solid #c7c7c7;
        text-align: center;
        text-decoration: none!important;
        color: #000!important;
        font-size: 16px; line-height: 28px; font-weight: bold;
        padding: 10px 5px;
        transition: 0.3s;
        position: relative;
        margin: 20px 0 0 0;
    }
    .bnMenu:hover{ opacity: 0.5; }
    .bnMenu:after{
        content: "";
        position: absolute;
        top: 50%; right: 10px; transform: translateY(-50%);
        background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_b2.png);
        background-repeat: no-repeat;
        background-size: 9px 15px;
        width: 9px; height: 15px;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .bnBG{
        background-color: #EFEFEF; padding: 30px 0 20px 0;
    }
    .bnBox{
/*        display: flex; flex-wrap: wrap; justify-content: center; align-items: center;*/
        width: 100%;
    }
    .bnTextBox{ width: 100%; }
    .bnText1{ font-size: 30px; line-height: 40px; font-weight: bold; color: #464646; }
    .bnText2{ font-size: 14px; line-height: 20px; font-weight: normal; color: #464646; }
    .bnImgBox{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    }
    .bnImgBox img{ max-width: 380px; width: 100%; height: auto; }
    .bnImgBox div{margin: 20px 35px;}
    .bnDetailBox{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
    }
    .bnMenu{
    /*    width: calc( ( 100% - 80px ) / 5 );*/
        width: 20%;
        background-color: #fff; border-radius: 2px;
        border: 1px solid #c7c7c7;
        text-align: center;
        text-decoration: none!important;
        color: #000!important;
        font-size: 16px; line-height: 28px; font-weight: bold;
        padding: 10px 5px;
        transition: 0.3s;
        position: relative;
    }
    .bnMenu:hover{ opacity: 0.5; }
    .bnMenu:after{
        content: "";
        position: absolute;
        top: 50%; right: 10px; transform: translateY(-50%);
        background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_b2.png);
        background-repeat: no-repeat;
        background-size: 9px 15px;
        width: 9px; height: 15px;
    }
}



/*------------------------------------------------contents*/

@media screen and (max-width:768px) { /*SP*/
    h1{
        width: 100%; text-align: center;
        font-size: 20px; line-height: 30px; font-weight: bold;
        margin: 40px 0 40px 0;
    }
    .fBG{
    /*    margin: 70px 0 70px 0;*/
    }
    .fSplit1{
        margin: 0 0 30px 0;
        width: calc( 100% + 20px );
        margin-left: -10px;
        margin-right: -10px;
    }
    .fSplit2{
        margin: 0 0 30px 0;
        width: calc( 100% + 20px );
        margin-left: -10px;
        margin-right: -10px;
    }
    .fBox{
        display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
        width: 100%; background-color: #EFEFEF; padding: 20px 10px 20px 10px;
    }
    .fBox2{
        display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
        width: 100%; background-color: #EFEFEF; padding: 20px 10px 20px 10px;
    }
    .fImgBox img{
        width: 100%; height: auto;
    }
    .fTextBox{ 
        width: 100%;
/*        display: flex; flex-direction: column;*/
    }
    .fText1{
        width: 80px!important; text-align: center;
        display: inline-block; vertical-align: middle;
        background-color: #FF0000;
        font-size: 14px; line-height: 20px; color: #fff; font-weight: bold;
        padding: 5px 5px; margin: 0 10px 5px 0;
        border-radius: 2px;
    }
    .fText2Box{
        width: 100%;
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start;
    }
    .fText2{
        width: calc( 100% - 80px );
        font-size: 24px; line-height: 32px; color: #000; font-weight: bold;
    }
    .fText3{
        font-size: 20px; line-height: 30px; color: #000; font-weight: normal;
    }
    .fMenu{
        width: 100%;
        background-color: #3D3D3D; border-radius: 2px;
        text-align: center;
        text-decoration: none!important;
        color: #fff!important;
        font-size: 16px; line-height: 28px; font-weight: bold;
        padding: 10px 5px; margin: 10px 0 0 0;
        transition: 0.3s;
        position: relative;
    }
    .fMenu:hover{ opacity: 0.5; }
    .fMenu:after{
        content: "";
        position: absolute;
        top: 50%; right: 10px; transform: translateY(-50%);
        background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_bw2.png);
        background-repeat: no-repeat;
        background-size: 9px 15px;
        width: 9px; height: 15px;
    }
    .fMenu2Box{
        width: 100%; text-align: center;
    }
    .fMenu2{
        width: 100%; display: inline-block;
        background-color: #3D3D3D; border-radius: 2px;
        text-align: center;
        text-decoration: none!important;
        color: #fff!important;
        font-size: 16px; line-height: 28px; font-weight: bold;
        padding: 10px 5px; margin: 10px 0 0 0;
        transition: 0.3s;
        position: relative;
    }
    .fMenu2:hover{ opacity: 0.5; }
    .fMenu2:after{
        content: "";
        position: absolute;
        top: 50%; right: 10px; transform: translateY(-50%);
        background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_bw2.png);
        background-repeat: no-repeat;
        background-size: 9px 15px;
        width: 9px; height: 15px;
    }
	.fea_specBox2_x {
		width: 132px!important;
		margin: -5px auto 10px;
	}
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    h1{
        font-size: 30px; line-height: 40px; font-weight: bold;
        margin: 70px 0 50px 0;
    }
    .fBG{
    /*    margin: 70px 0 70px 0;*/
    }
    .fSplit1{ width: 100%; margin: 0 0 30px 0; }
    .fSplit2{ width: calc( ( 100% - 30px ) / 2 ); margin: 0 0 30px 0; }
    .fSplit2:nth-child(2n-1){ margin: 0 30px 30px 0; }
    .fBox{
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
        width: 100%; background-color: #EFEFEF; padding: 25px 30px 25px 30px;
    }
    .fBox2{
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start;
        width: 100%; background-color: #EFEFEF; padding: 25px 30px 25px 30px;
    }
    .fImgBox img{
        width: 100%; height: auto;
    }
    .fTextBox{ 
        width: 100%;
    /*    display: flex; flex-direction: column;*/
    }
    .fText1{
        display: inline-block; vertical-align: middle;
        background-color: #FF0000;
        font-size: 14px; line-height: 20px; color: #fff; font-weight: bold;
        padding: 5px 5px; margin: 0 10px 5px 0;
        border-radius: 2px;
    }
    .fText2Box{
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: center;
    }
    .fText2{
        font-size: 28px; line-height: 42px; color: #000; font-weight: bold;
    }
    .fText3{
        font-size: 26px; line-height: 40px; color: #000; font-weight: normal;
    }
    .fMenu{
        width: 20%;
        background-color: #3D3D3D; border-radius: 2px;
        text-align: center;
        text-decoration: none!important;
        color: #fff!important;
        font-size: 16px; line-height: 28px; font-weight: bold;
        padding: 10px 5px;
        transition: 0.3s;
        position: relative;
    }
    .fMenu:hover{ opacity: 0.5; }
    .fMenu:after{
        content: "";
        position: absolute;
        top: 50%; right: 10px; transform: translateY(-50%);
        background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_bw2.png);
        background-repeat: no-repeat;
        background-size: 9px 15px;
        width: 9px; height: 15px;
    }
    .fMenu2Box{
        width: 100%; text-align: center;
    }
    .fMenu2{
        width: 40%; display: inline-block;
        background-color: #3D3D3D; border-radius: 2px;
        text-align: center;
        text-decoration: none!important;
        color: #fff!important;
        font-size: 16px; line-height: 28px; font-weight: bold;
        padding: 10px 5px; margin: 10px 0 0 0;
        transition: 0.3s;
        position: relative;
    }
    .fMenu2:hover{ opacity: 0.5; }
    .fMenu2:after{
        content: "";
        position: absolute;
        top: 50%; right: 10px; transform: translateY(-50%);
        background-image: url(/module/fwra4/img/FWRA4_mark_arw_right_bw2.png);
        background-repeat: no-repeat;
        background-size: 9px 15px;
        width: 9px; height: 15px;
    }
	.fea_specBox2_x{
		padding-top: 1%;
		margin: 0 6%;
    	min-width: 11%;
		max-width: 11%;
	}
}
.no_active:after{
	display: none;
}
    
































































































