.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.pt80 {
    padding-top: 80px;
}
.vc-centerImg {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.c-sectionContainer {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.c-vocalButton {
    position: relative;
    display: block;
    width: 100%;
    font-family: HiraKakuProN-W3;
    font-size: 14px;
    background-color: #ffffff;
    letter-spacing: 1px;
    border: 1px solid #222222;
    padding: 20px;
    right: 0;
    text-align: center;
    color: #222222;
    box-sizing: border-box;
    text-decoration: none;
}
.c-vocalButton:before {
    content: "";
    background-color: #ffffff;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.vc-color-orange {
    color: #EEAA77;
}

.vc-fixVoice__eysOnlineWorry {
    background-color: #ffffff;
    margin-top: 30px;
    position: relative;
}
.vc-fixVoice__eysOnlineWorry figcaption {
    position: absolute;
    width: max-content;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 10;
}
.vc-fixVoice__eysOnlineLesson {
    background-color: #ffffff;
    position: relative;
    padding-top: 40px;
    text-align: center;
}
.vc-fixVoice__eysOnline figure img {
    margin-left: auto;
    margin-right: auto;
}

.vc-fixVoice__eysOnlineLesson figcaption {
    position: absolute;
    width: max-content;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 80%);
    z-index: 10;
}
.vc-fixVoice__eysOnlineLink {
    display: block;
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
}
.vc-textCenter {
    text-align: center;
}