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

/* 中身-モバイルファースト======================================================================================================== */

#choice li{
margin-top: 20px;
}
#choice li:first-child{
margin-top: 0px;
}
#choice li a{
display: block;
text-decoration: none;
background-color: #111;
color: #fff;
text-align: center;
padding: 20px 40px;
font-size: 20px;
}

/* PCのみ======================================================================================================== */
@media print, screen and (min-width: 751px){

#choice ul{
display: flex;
justify-content: center;
}
#choice li{
margin: 0 20px;
}



}

