@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------*/

#header .g_nav_area, .openbtn1, .page_tit_area .area_inner, .page_tit_area .bread_crumb, .floatingBnr{
    display: none !important;
}

#header .head_logo {
    padding: 1.08vw 0 3.72vw 2.30vw;
}

.copyright_wrap {
    padding-bottom: 0;
}

/*-----------------------------------------------------------*/

#a01.block01{
    padding: 12.16vw 0 13.18vw;
}
#a01.block01 .block_inner{
    max-width: 67.57vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#a01.block01 .block_inner > a{
    width: 31.28vw;
    height: 19.20vw;
    background: linear-gradient(90deg, rgba(240,171,30,1.00) 0%, rgba(232,6,0,1.00) 97%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 3px;
    font-size: 1.49vw;
    color: #E81C24;
    font-weight: 500;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgba(119,119,119,0.45);
}
#a01.block01 .block_inner > a::after{
    content: '';
    display: block;
    background: url("../images/common/sp-nav_ico@2x.png") no-repeat;
    background-size: contain;
    width: 3.85vw;
    height: 1.49vw;
    position: absolute;
    bottom: 2.03vw;
    right: 2.03vw;
}

#a01.block01 .block_inner > a dl, #a01.block01 .block_inner > a p{
    background: #ffffff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;    
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#a01.block01 .block_inner > a dl dd{
    margin-top: 1.36vw;
	        text-align: left;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

