@charset "UTF-8";


#mv2{
    background-image: url(../images/mv.jpg);
}

.syoninsya_button{
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.syoninsya_button ul li{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    width: 40%;
    margin-right: 2%;
    background: #182a60 url(../lib/cmn_img/arw5.png) top 17px right 10px no-repeat;
    text-align: center;
}

.syoninsya_button ul li:hover{
    background: #18603c url(../lib/cmn_img/arw6.png) top 17px right 10px no-repeat;
    transition: all 0.3s ease;
    text-align: center;

}

.syoninsya_button ul li a{
    text-decoration: none;
    color: #fff;
}

.syoninsya_button ul li a p{
    padding: 6% 6%;
}

@media only screen and (max-width: 959px) {
    .syoninsya_button ul li{
        display: block;
        width: 70%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 4%;
    }

}
