@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: 12px 0 45px 16px;
}

.copyright_wrap {
    padding-bottom: 0;
}

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

#a01.block01{
    padding: 50px 0 48px;
}
#a01.block01 .block_inner{
    width: 76.39%;
    margin: 0 auto;
}
#a01.block01 .block_inner > a{
    display: flex;
    width: 100%;
	height: auto;
    min-height: 140px;
    background: linear-gradient(90deg, rgba(240,171,30,1.00) 0%, rgba(232,6,0,1.00) 97%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 3px;
    color: #E81C24;
    font-weight: 500;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgba(119,119,119,0.45);
}
#a01.block01 .block_inner > a:not(:first-of-type){
    margin-top: 50px;
}


#a01.block01 .block_inner > a::after{
    content: '';
    display: block;
    background: url("../images/common/sp-nav_ico@2x.png") no-repeat;
    background-size: contain;
    width: 34px;
    height: 9px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

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

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

