body{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #333333;
    margin: 0;
}

br.sp{
display:none;
}

header .wrap {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.head_top {
    display: flex;
    justify-content: space-between;
padding:0 20px;
}

.head_ttl {
    background: #ae0001;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 22px;
    text-align: center;
}

footer {
    background: #dedede;
}

.foot_wrap {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}

.foot_wrap p {
    margin: 15px auto;
}

.foot_top {
    display: flex;
    justify-content: space-around;
}

.foot_top a {
    color: #333333;
    text-decoration: none;
}

.foot_bot {
    text-align: center;
}

.grecaptcha-badge {
    z-index: 102;
}

@media screen and (max-width: 768px) {
br.sp{
display:block;
}
.head_top{
font-size: 14px;
}
.head_ttl{
font-size: 18px;
        line-height: 24px;
}
.foot_wrap p {
    margin: 3px auto;
    font-size: 14px;
}
}