@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    home_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    width: 100%;
    height: auto !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #023e21;
    position: relative;
    z-index: 2;
}

#mv:after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

#mv h1{
    padding: 20px 0 40px 0;
    box-sizing: border-box;
    text-align: center;
}

#mv h1 img{
    width: 100%;
}

#mv .arrow{
    display: none;
}

#mv .badge{
    width: 35%;
    max-width: 160px;
    position: absolute;
    text-align: left;
    bottom: 5px;
    right: 5px;
    z-index: 2;
}

#mv .badge img{
    width: 100%;
    margin: 0 0 0 0;
}

#mv .badge.end{ width: 25%; max-width: 120px; left: 5px;}

/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */
#content_body .section_inner{
    position: relative;
    padding: 30px 15px 20px 15px;
}

#content_body .section_inner h2{
    font-size: 17px;
    margin: 0 0 20px 0;
    line-height: 1.6em;
}

#content_body .section_inner p{
    margin: 0 0 25px 0;
    line-height: 2em;
}

#content_body .section_inner a{
    text-decoration: underline;
}

#content_body .section_inner a:hover,
#content_body .section_inner a.touch{
    text-decoration: none;
}


.menu_list{
    text-align: center;
    margin: 0 0 10px 0;
}

.menu_list li{
    width: 240px;
    height: 50px;
    text-align: center;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    display: inline-block;
}

.menu_list li a{
    max-width: 240px;
    height: 50px;
    display: inline-block;
    box-sizing: border-box;
    border: 3px solid #023e21;
    border-radius: 10px;
    cursor: pointer;
    transition: background .15s ease .0s;
}

.is_pc .menu_list li a:hover,
.is_sp .menu_list li a.touch{
    background-color: rgba(2, 62, 33, .15);
    transition: background .2s ease .05s;
}

.menu_list li img{
    max-width: 240px;
    position: relative;
    top: -3px;
    opacity: 1 !important;
}



} /* ----- max-width: 640px ----- */
