@charset "utf-8";
#topcontentsmain{
height: 100vh;
height: 100%;
background-color: #d5fefd;
background-image: linear-gradient(315deg,#ffffff 0%,#f9f9fb 74%);
display:flex;
flex-wrap: wrap;
align-items: center;
}
#topcontentsmain .p01{
color:#3A3A3A;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-weight: 700;
				width: 95%;
				margin: auto auto 30px;
    text-align: center;
				font-size: 28rem;
}
#topcontentsmain .ul_choice{
display:flex;
flex-wrap: wrap;
justify-content: space-around;
width: 95%;
margin:0 auto auto;
max-width: 450px;
}
#topcontentsmain .ul_choice li{
width:48%;
}
#topcontentsmain .ul_choice li a{
min-width: 100px;
}