@charset "utf-8";
/* CSS Document */

h1.banner{
    max-width: 520px;
    margin-bottom: 6px;
}

p{
    font-size: 15px;
}

h4{
    font-size: 18px;
    font-weight: bold;
}

.bun{
    margin-bottom: 10px;
}

.gyou{
    display: none;
}

.hojo2{
    font-size: 22px;
}

table.hojo {
    width: 100%;
    border-collapse: collapse;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    margin: 2px;
    font-size: 16px;
}

table.hojo td {
    border: 1px solid #ccc;
    background:#fff;
    text-align: center;
    vertical-align: middle;
    color: #121BC1;
    font-weight: bold;
    padding: 10px 2px;
}

table.hojo th {
    border: 1px solid #ccc; 
    height: 38px;
    background:#efefef; 
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    padding: 6px;
} 

.kome{
    text-align: right;
    font-size: 12px;
}

.btnlink a{
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto;
    padding: 14px 6px;
    width: 340px;
    background-color: #121BC1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align:center;
    text-decoration:none;
}

hr{
    border: 1px dashed #aaa;
    margin-top: 24px;
    margin-bottom: 10px;
}

#maruzen{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 10px 0px 2px 0px;
}

.kikititle{
    font-size: 20px;
    margin: 8px auto;
}

.kiki{
    margin: 8px auto;
    width: 70%;
    border: 1px solid #000;
}

.button a {
    background: #eee;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
    max-width: 180px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.button a:hover {
  background: #333;
  color: #FFF;
}

.button a:hover:after {
  right: 1.4rem;
}

.red{
    color: #FF0000;
}

@media (max-width: 520px) {
    .banner img{
        width: 100%;
    }
    
    table.hojo{
        font-size: 15.5px;
    }
    
    .hojo2{
    font-size: 20px;
    }
    
    .gyou{
    display: block;
    }
    
    .btnlink a{
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 5px auto;
    padding: 6px;
    width: 280px;
    background-color: #121BC1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align:center;
    text-decoration:none;
}
}


