@charset "UTF-8";
main { max-width: 600px; margin: 50px auto; padding: 0 20px;}
 
h1 { margin: 0 0 50px; text-align: center;}

main img { display: block; margin: 0 auto 20px;}

main a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    box-sizing: border-box; width: 240px; height: 42px; margin: 30px auto 0; padding-right: 31px;
    border: solid 1px #000; 
    border-radius: 30px;
    font-size: 16px; line-height: 1.0em; text-decoration: none;}

main a::after {
    content: '';
    display: block; position: absolute; top: 50%; right: 15px;
    width: 30px; height: 30px;
    background: url("../wp-content/themes/asiwo2025/images/sitelink.webp");
    background-size: 100% auto;
    transform: translateY(-50%);}

main a:hover { opacity: 0.5; text-decoration: none;}

/* LastUp2025.11.18_kimata */