@charset "utf-8";

body {
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    color: #333;
    background-image: linear-gradient(rgba(255, 255, 255, 0.9)), url(img/bg.png);

}

header {
    background: #c51162;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

header #top {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5em;
}

header p {
    line-height: 1em;
}

header #muryo {
    border: 3px double #fff;
    border-radius: 10px;
    padding: 2%;
    line-height: 1.5em;
}

.box {
    background: #f5f7fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

section {
    padding: 30px 20px;
    max-width: 900px;
    margin: auto;
}

section .logo {
    text-align: center;
    line-height: 1em;
}

section .logo a {
    text-decoration: none;
    color: #c51162;
}

h2 {
    border-left: 6px solid #c51162;
    padding-left: 10px;
    margin-top: 40px;
}

.button {
    display: inline-block;
    width: 40%;
    background: #c51162;
    color: white;
    padding: 1% 1%;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 15px;
    text-align: center;
}

footer {
    background: #eee;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}