
.open-smooth-contents01 {
    position: relative;
}
.open-smooth-contents01 dl {
    position: absolute; top: 109px; left: 84px;
}
.open-smooth-contents01 dl dd {
    width: 22em;
    color: #FFF;
    font-size: 16px;
    line-height: 1.6;
    padding: 10px 0 0;
}
@media only screen and (max-width: 896px){
    .open-smooth-contents01 {
        position: static;
        background: #000;
    }
    .open-smooth-contents01 dl {
        display: flex;
        justify-content: space-between;
        position: static;
    }
    .open-smooth-contents01 dl dt {
        padding: 4vw 3vw 4vw 4vw;
    }
    .open-smooth-contents01 dl dt img {
        width: 28vw;
    }
    .open-smooth-contents01 dl dd {
        width: inherit;
        font-size: 3vw;
        line-height: 1.4;
        padding: 4vw 4vw 4vw 0;
    }
}

.custom_fit_sp-title01 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}
.custom_fit_sp-title01 span {
    padding: 0 10px;
}
.custom_fit_sp-title01 span img {
    width: 87px;
}
@media only screen and (max-width: 896px){
    .custom_fit_sp-title01 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .custom_fit_sp-title01 span {
        padding: 0 1vw;
    }
    .custom_fit_sp-title01 span img {
        width: 8vw;
    }
}

.unitStyle01.title-plus li {
    position: relative;
    margin-top: 100px;
}
.unitStyle01.title-plus li .custom_fit_sp-title01 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
@media only screen and (max-width: 896px){
    .unitStyle01.title-plus li {
        margin-top: 10vw;
    }
    .unitStyle01.title-plus li .custom_fit_sp-title01 {
        top: -10vw;
    }
}

.ancStyle02.twoCol li.arrow.transition-links a:after {
    transform: rotate(270deg);
}

.ancStyle02.oneCol li.arrow.linkHoverStyle01 {
    width: 564px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 896px){
    .ancStyle02.oneCol li.arrow.linkHoverStyle01 {
        width: 100%;
    }
}

.ancStyle01 li.disable, .ancStyle02 li.disable, .ancStyle03 li.disable {
    font-size: 18px;
    color: #9b9b9b;
    padding: 16px 30px 17px 21px;
    line-height: 1.65;
    background: #f5f5f5;
}
@media screen and (max-width: 896px) {
    .ancStyle01 li.disable, .ancStyle02 li.disable, .ancStyle03 li.disable {
        padding: 6px 25px 6px 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        line-height: 1.5;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
}




