/*見出し*/
#contents h1.index {
    background-image: url("/service/images/main-bg.png");
    background-position: right top;
    background-repeat: no-repeat;
}
#contents h2.line {
    padding-right: 0;
}
#contents h3.line.exit {
    padding: .8rem 1rem 1.8rem 7rem;
    background: url("/survey/images/survey-icon-exit.png") no-repeat left top;
}

section.survey-blk {
    margin-bottom: 8rem;
}

.loginBtn-survey {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    width: 100%;
    margin: 24px auto;
}

.loginBtn-survey li a {
    display: flex;
    width: 250px;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}