/* reset */
html {
    font-size: 18px;
    overflow-x: hidden;
    overflow-y: scroll;
}

html, body, ul, li {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    overflow-x: hidden;
    text-align: center;
    font-family: Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body h1, body h2, body h3, body h4, body h5, body h6, body p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #1a0dab;
}

img {
    border: none;
}

p {
    font-weight: normal;
    line-height: 1.6;
}
span {
    font-weight: bold;
}
button {
    color: #FFA51D;
    display: inline-block;
    background-color: #fff;
    margin: 0;
    padding-block: 0;
    padding-inline: 0;
    border-width: 0;
    border-style: outset;
    border-color: #FFA51D;
}
.wpcf7-spinner {
    display: none !important;
}
/* style */
body {
    color: #333333;
}
h1 {
    font-size: 24px;
    color: #171C61;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
@media screen and (max-width:768px) {
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
}
@media screen and (max-width:428px) {
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 16px;
    }
    p {
        font-size: 12px;
    }
}