@charset "UTF-8";

.sh-form-guide {
    max-width: 840px;
    margin-inline: auto;
}
.sh-form-guide img {
    max-width: 100%;
    margin: 0;
    vertical-align: bottom;
}
.sh-form-guide div::before,
.sh-form-guide div::after {
    display: none;
}

.sh-form-text1 {
    font-size: 14px;
}
.sh-form-title1 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    background-color: #cc7d94;
    border-radius: 8px;
    line-height: 1.5;
    padding: 5px;
}
.sh-form-title1.__blue {
    background-color: #7c84c3;
}
.sh-form-title2 {
    font-size: 16px;
    color: #751f38;
    background-color: #f1d7e0;
    text-align: center;
    line-height: 1.5;
    padding: 6px;
}
.sh-form-text2 {
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    line-height: 1.5;
    padding: 11px;
}
.sh-form-caption1 {
    font-size: 13px;
    text-align: right;
}
.sh-form-title3 {
    display: inline-flex;
    align-items: center;
    padding: 15px 10px 10px;
}
.sh-form-title3 > span {
    flex-shrink: 0;
    flex-grow: 0;
    display: inline-block;
    font-size: 16px;
    width: 2em;
    line-height: 2;
    text-align: center;
    color: #fff;
    background-color: #7c84c3;
    border-radius: 50%;
    margin-right: 15px;
}
.sh-form-title3 > p {
    font-size: 16px;
    color: #323b80;
}
.sh-form-text3 {
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    border: 5px solid #d7daed;
    padding: 10px;
}

.sh-form-box1 {
    margin-top: 30px;
    border: 1px solid #e8e8e8;
    background-color: #f8f8f8;
    padding: 14px;
}
.sh-form-box1 + .sh-form-box1 {
    margin-top: 20px;
}
.sh-form-box2 {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.sh-form-box3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sh-form-box3 > div {
    border-radius: 8px;
    overflow: hidden;
}
.sh-form-box4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.sh-form-box5 {
    margin-top: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sh-form-box6 {
    position: relative;
    background-color: #d7daed;
    text-align: center;
}
.sh-form-guide div.sh-form-box6::after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #d7daed;
    border-left: calc(50vw - 30px) solid transparent;
    border-right: calc(50vw - 30px) solid transparent;
    border-bottom: 20px solid transparent;
}

@media screen and (min-width: 768px) {
    .show-smp {
        display: none;
    }
    .sh-form-text1 {
        font-size: 16px;
    }
    .sh-form-title1 {
        font-size: 22px;
    }
    .sh-form-title2 {
        font-size: 18px;
    }
    .sh-form-text2 {
        font-size: 16px;
    }
    .__online .sh-form-title2 {
        padding: 13px;
    }
    .__online .sh-form-text2 {
        padding: 19px;
    }
    .sh-form-title3 {
        width: 290px;
        flex-shrink: 0;
        flex-grow: 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        padding: 18px 20px 18px 25px;
    }
    .sh-form-title3 > span {
        font-size: 18px;
    }
    .sh-form-title3 > p {
        font-size: 18px;
    }
    .sh-form-text3 {
        flex-grow: 1;
        display: flex;
        align-items: center;
        font-size: 16px;
        border: none;
        padding: 10px 15px;
    }

    .sh-form-box1 {
        margin-top: 40px;
    }
    .sh-form-box2 {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .sh-form-box3 {
        max-width: 495px;
        width: 61.111111111111112%;
    }
    .sh-form-box4 {
        max-width: 300px;
        width: 37.037037037037038%;
        display: flex;
        flex-direction: column;
    }
    .sh-form-box6 {
        display: flex;
    }
    .sh-form-guide div.sh-form-box6::after {
        border-left-width: 145px;
        border-right-width: 145px;
        left: 0;
        top: 100%;
    }
}

@media screen and (max-width: 767px) {
    .hide-smp {
        display: none;
    }
}