/* banner */
.picture {
    width: 100%;
    position: relative;
    margin-top: 70px;
}
.picture_pic {
    width: 100%;
    height: 26em;
    overflow: hidden;
}
.picture_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.picture_word {
    left: 16%;
    top: 42%;
    position: absolute;
    z-index: 9;
}
.picture_word p {
    color: #333;
    font-size: 3em;
}

.picture_word span {
    font-size: 1.5em;
    display: block;
    font-family: mont-medium;
    color: #333;
    text-transform: uppercase;
    margin-top: 30px;
}




.use_form {
    margin-top: 5em;
}
.use_form_title {
    font-size: 2em;
    margin-bottom: 1.25em;
    margin-top: 100px;
}
.use_form_content {
    width: 100%;
}
.use_form_content li {
    margin-bottom: 2.5em;
}

.use_01 {
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.use_01 p {
    font-size: 1.125em;
    margin-left: 0.5em;
}
.use_01 span {
    font-weight: bold;
    color: #f75555;
    font-size: 1.125em;
}
.use_02 {
    overflow: hidden;
}

.use_wide{
    width: 100%;
}
.use_wide01 {
    width: 49%;
    margin-right: 2%;
}
.use_wide02 {
    width: 32%;
    margin-right: 2%;
}

.use_02 input {
    padding: 0 1.3em;
    height: 3em;
    float: left;
    border: solid 1px #ccc;
    border-radius: 3px;
    outline: 0;
    box-sizing: border-box;
}
.use_02 input:last-child {
    margin-right: 0;
}

.use_02 select {
    padding: 0 1em;
    height: 3em;
    float: left;
    border: solid 1px #ccc;
    border-radius: 3px;
    outline: 0;
    outline: 0;
}
.use_02 textarea {
    padding: 1.2em;
    height: 9em;

    width: 100%;
    border: solid 1px #ccc;
    outline: 0;
    resize: none;
}

.use_form_btn {
    margin-top: 3em;
}

.use_form_btn button {
    width: 20em;
    line-height: 3em;
    border-radius: 0.3em;
    text-align: center;
    background: linear-gradient(to right, #336be1, #2d4fd4);
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

