body {
    font-family: Times New Roman,YuMincho,Hiragino Mincho ProN,Yu Mincho,MS PMincho,Noto serif JP,serif;
    background-color: #EDEDED;
    font-size: 18px;
}

header {
    background-image: url(/img/header.png);
    background-size: cover;
    text-align: center;
    padding: 85px 0 55px;
}

header .title {
    font-size: 46px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}

header .subtitle {
    font-size: 22px;
    color: #fff;
}

textarea:focus, .form-control:focus, .btn:focus, input:focus, input[type]:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgb(225 83 97 / 50%);
    border-color: #761E1E;
}

select option:checked {
    background: linear-gradient(#ffc8c8, #ffc8c8);
}

@media (max-width: 991px) {
    body {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    header {
        background-image: url(/img/header-sp.png) !important;
        padding: 60px 0 50px;
    }
    header .title {
        font-size: 36px;
    }
    
    header .subtitle {
        font-size: 14px;
    }
}