body {
    font-family: "Noto Sans JP", serif;
    font-weight: 300;
    background-color: #251509;
    color: #fff;
    line-height: 1.7;
}
small {
    font-size: 0.8em;
}
#PCmode {
    display: block;
}
#SPmode {
    display: none;
}
@media screen and (max-width:768px) {
    #PCmode {
        display: none;
    }
    #SPmode {
        display: block;
    }
}
/* * {outline: 1px solid magenta;} */
/* formページ *//* formページ *//* formページ *//* formページ *//* formページ */
.form-hero_box {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background-color: #292929;
    background-image: url('http://elpaso.jp/images/form-head.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.form-style {
    margin-left: 150px;
    padding: 0 20px;
}
.form-inn {
    display: flex;
    justify-content: center;
    gap: 120px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 0;
    box-sizing: border-box;
}
.form-body {
    max-width: 768px;
    width: 100%;
    height: 900px;
    background-color: #bbb;
}
.form-note-title {
    font-family: "Zen Old Mincho", serif;
    font-size: 42px;
    margin-bottom: 32px;
}
.form-note-text {
    font-size: 18px;
    font-feature-settings: 'palt' on;
}
.form-note-time {
    font-size: 20px;
    font-weight: 700;
    margin: 50px auto;
    letter-spacing: 1px;
}
.form-note-link {
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.form-note-tell {
    display: flex;
    align-items: center;
    gap: 40px;
}
.form-note-img {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.form-note-img img {
    width: 60px;
    height: auto;
}
.form-note-number {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 120%;
}
.phone-style {
    display: none;
}
.phone-btn {
    display: contents;
}
/* * {outline: 1px solid magenta;} */
@media screen and (max-width:1600px) {
    .form-inn {
        max-width: 768px;
        margin: 0 auto;
        padding: 60px 20px;
        flex-direction: column;
        gap: 60px;
    }
    
}
@media screen and (max-width:768px) {
    .form-style {
        margin-left: 0px;
    }
}
@media screen and (max-width:500px) {
    .form-note-text {
        font-size: 16px;
        font-feature-settings: 'palt' on;
    }
    .form-hero_box {
        margin-top: 50px;
        height: 200px;
    }
    .form-note-time {
        font-size: 16px;
        font-weight: 700;
        margin: 50px auto;
        letter-spacing: 1px;
        text-align: center;
    }
    .form-note-number p:nth-child(1) {
        margin-bottom: 10px;
    }
    .form-note-tell {
        flex-direction: column;
        gap: 10px;
    }
    .phone-style {
        display: block;
    }
}