#contents {
    display: none;
}

.loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_41.png");
    background-size: contain;
    z-index: 10;
}

.loading-cntents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .loading-cntents {
        font-size: 5vw;
        top: 40vh;
    }
}

.loading-cntents-logo {
    width: 100px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 640px) {
    .loading-cntents-logo {
        width: 48vw;
        margin-bottom: 3vh;
    }
}

.loading-cntents span {
    display: inline-block;
    margin: 0 -.05em;
    animation: loading 1.4s infinite alternate;
}

loading span:nth-child(2) {
    animation-delay: .2s;
}

loading span:nth-child(3) {
    animation-delay: .4s;
}

loading span:nth-child(4) {
    animation-delay: .6s;
}

loading span:nth-child(5) {
    animation-delay: .8s;
}

loading span:nth-child(6) {
    animation-delay: .10s;
}

loading span:nth-child(7) {
    animation-delay: .12s;
}

loading span:nth-child(8) {
    animation-delay: .14s;
}

loading span:nth-child(9) {
    animation-delay: .16s;
}

loading span:nth-child(10) {
    animation-delay: .18s;
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#strMain {
    text-align: center;
}

#strMain h1,
#strMain h2,
#strMain h3,
#strMain p {
    margin: 0;
}

#strMain a:hover,
#strMain a:hover img {
    opacity: .7;
}

#strMain .merker-yellow {
    position: relative;
    font-weight: bold;
    z-index: 0;
}

#strMain .merker-yellow::after {
    content: "";
    position: absolute;
    background-color: #f8e800;
    width: 100%;
    height: 10px;
    top: 9px;
    left: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (max-width: 980px) {
    #strMain .merker-yellow::after {
        height: calc(10vw / 980 * 100);
        top: calc(9vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .merker-yellow::before {
        content: "";
        position: absolute;
        background-color: #f8e800;
        top: 15%;
        left: 0;
        right: 0;
        z-index: -1;
        height: 15%;
        width: 123%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .merker-yellow::after {
        height: 15%;
        top: 70%;
        width: 87%;
        left: 11%;
    }
}

#strMain h1 {
    font-size: 15px;
    padding: 7px 0;
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
    #strMain h1 {
        font-size: calc(15vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain h1 {
        font-size: calc(15vw / 640 * 100);
        padding-left: calc(35vw / 640 * 100);
    }
}

#strMain .h1-inner {
    display: block;
    width: 980px;
    margin: auto;
    text-align: left;
    font-weight: normal;
}

#strMain .fv {
    position: relative;
}

#strMain .fv-img {
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-shadow: 0 0 10px #252527, 0 0 10px #252527;
    overflow: hidden;
}

@media only screen and (max-width: 1100px) {
    #strMain .fv-img {
        font-size: calc(30vw / 1100 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .fv-img {
        font-size: 5.8vw;
    }
}

#strMain .fv-img img {
    transform-origin: center top;
    transition: 10s ease-out;

}

#strMain .fv-img .slick-active img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#strMain .fv-img .slick-track {
    transform: none;
}

#strMain .fv-img-text-bold {
    font-size: 36px;
}

@media only screen and (max-width: 1100px) {
    #strMain .fv-img-text-bold {
        font-size: calc(36vw / 1100 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .fv-img-text-bold {
        font-size: 6.5vw;
    }
}

#strMain .fv-img-1-text {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
}

#strMain .fv-img-2-text {
    position: absolute;
    top: 37%;
    left: 52%;
    text-align: left;
}

@media only screen and (max-width: 640px) {

    #strMain .fv-img-1-text,
    #strMain .fv-img-2-text,
    #strMain .fv-img-3-text {
        top: 71%;
        left: 0;
        right: 0;
        text-align: center;
        font-weight: bold;
    }
}

#strMain .fv-scroll-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 59px;
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
    #strMain .fv-scroll-btn {
        width: calc(59vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .fv-scroll-btn {
        width: calc(59vw / 640 * 100);
    }
}

#strMain .document-request-btn {
    position: relative;
    text-align: center;
    margin: 64px auto;
    display: inline-block;
    width: 454px;
}

@media only screen and (max-width: 980px) {
    #strMain .document-request-btn {
        margin: calc(64vw / 980 * 100) auto calc(64vw / 980 * 100);
        width: calc(454vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .document-request-btn {
        margin: calc(64vw / 640 * 100) auto calc(64vw / 980 * 100);
        width: calc(540vw / 640 * 100);
    }
}

#strMain .document-request-btn a {
    text-decoration: none;
}

#strMain .dap-description {
    position: relative;
    background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_02.png");
    background-position: center;
    background-size: cover;
    height: 736px;
}

@media only screen and (max-width: 980px) {
    #strMain .dap-description {
        height: auto;
        padding-bottom: 5vh;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description {
        height: auto;
        padding-bottom: 10vh;
    }
}

#strMain .dap-description h2 {
    padding-top: 30px;
    font-size: 30px;
    color: #1f266b;
    font-weight: normal;
}

@media only screen and (max-width: 980px) {
    #strMain .dap-description h2 {
        font-size: calc(30vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description h2 {
        font-size: 5.5vw;
        padding-top: 8vh;
        font-weight: bold;
    }
}

#strMain .dap-description-h2-under {
    position: relative;
    font-size: 36px;
    z-index: 0;
}

@media only screen and (max-width: 980px) {
    #strMain .dap-description-h2-under {
        font-size: calc(36vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description-h2-under {
        font-size: 6.5vw;
    }
}

#strMain .dap-description-h2-under::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 102%;
    height: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: -1;
    transform: translateX(-1%);
}

@media only screen and (max-width: 890px) {
    #strMain .dap-description-h2-under::after {
        height: 1vh;
        bottom: 16%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description-h2-under::after {
        width: 100%;
        height: 25%;
        bottom: 20%;
        transform: none;
    }
}

#strMain .dap-description-logo {
    margin: 35px auto;
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description-logo {
        margin: calc(35vw / 640 * 100) auto;
        width: calc(379vw / 640 * 100);
    }
}

#strMain .dap-description-people {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description-people {
        margin-top: 7vh;
    }
}

@media only screen and (max-width: 750px) {
    #strMain .dap-description-people p {
        flex-basis: auto;
        width: 100%;
    }
}

#strMain .dap-description-text-dap {
    margin-top: 33px;
    font-size: 19px;
    left: 0;
    right: 0;
    letter-spacing: -0.06em;
    line-height: 1.6;
}

@media only screen and (max-width: 980px) {
    #strMain .dap-description-text-dap {
        margin-top: calc(33vw / 980 * 100);
        font-size: calc(19vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description-text-dap {
        margin: 4.5vh auto 3vh;
        font-size: 4.2vw;
        width: 88vw;
        line-height: 1.8;
    }
}

#strMain .dap-description-text-dap-small {
    font-size: 16px;
}

@media only screen and (max-width: 980px) {
    #strMain .dap-description-text-dap-small {
        font-size: calc(16vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description-text-dap-small {
        font-size: 3vw;
    }
}

#strMain .dap-description-tokuyaku {
    position: relative;
}

@media only screen and (max-width: 980px) {
    #strMain .dap-description-tokuyaku {
        width: 70vw;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description-tokuyaku {
        width: calc(600vw / 640 * 100);
        margin: 0 auto;
    }
}

#strMain .dap-description-tokuyaku-list {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 690px;
    font-size: 19px;
    font-weight: bold;
}

@media only screen and (max-width: 980px) {
    #strMain .dap-description-tokuyaku-list {
        top: 46%;
        width: 68vw;
        font-size: 2vw;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description-tokuyaku-list {
        position: absolute;
        top: 18%;
        left: 5%;
        margin: 0 auto;
        display: block;
        flex-wrap: nowrap;
        width: auto;
        font-size: 4vw;
        font-weight: bold;
    }
}

#strMain .dap-description-tokuyaku-list li {
    margin-bottom: 10px;
    text-align: left;
}

@media only screen and (max-width: 980px) {
    #strMain .dap-description-tokuyaku-list li {
        margin-bottom: calc(10vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description-tokuyaku-list li {
        margin-bottom: 1.3vh;
    }
}

#strMain .dap-description-tokuyaku-list li:nth-child(2n+1) {
    margin-left: 20px;
    width: 260px;
}

@media only screen and (max-width: 980px) {
    #strMain .dap-description-tokuyaku-list li:nth-child(2n+1) {
        margin-left: 0;
        width: calc(260vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-description-tokuyaku-list li:nth-child(2n+1) {
        margin-left: 0;
        width: auto;
    }
}

#strMain .dap-description-tokuyaku-list li::before {
    content: "●";
    color: #0068b7;
}

#strMain .new-function-sos {
    background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_03.jpg");
    height: 955px;
}

#strMain .three-feature {
    background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_04.jpg");
    height: 3339px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature {
        height: auto;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature {
        padding-bottom: 5vh;
    }
}

#strMain .three-feature h2 {
    padding-top: 20px;
    font-size: 47px;
    color: #fff;
    font-weight: normal;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature h2 {
        font-size: calc(47vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature h2 {
        padding-top: 3vh;
        font-size: calc(54vw / 640 * 100);
    }
}

#strMain .three-feature-h2-bold {
    font-size: 70px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-h2-bold {
        font-size: calc(70vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-h2-bold {
        font-size: calc(81vw / 640 * 100);
    }
}

#strMain .three-feature-h2-small {
    font-size: 37px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-h2-small {
        font-size: calc(37vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-h2-small {
        font-size: calc(43vw / 640 * 100);
    }
}

#strMain .three-feature-1,
#strMain .three-feature-2,
#strMain .three-feature-3 {
    background-color: #fff;
    width: 750px;
    margin: 0 auto;
    font-weight: bold;
    position: relative;
}

@media only screen and (max-width: 980px) {

    #strMain .three-feature-1,
    #strMain .three-feature-2,
    #strMain .three-feature-3 {
        max-width: 750px;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {

    #strMain .three-feature-1,
    #strMain .three-feature-2,
    #strMain .three-feature-3 {
        max-width: none;
        width: calc(590vw / 640 * 100);
        margin: 0 auto;
    }
}

#strMain .three-feature-1 {
    margin-top: 16px;
}

#strMain .three-feature h3 {
    font-size: 34px;
    padding: 35px 0 15px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature h3 {
        position: relative;
        font-size: calc(34vw / 980 * 100);
        padding: 35px 0 15px;
        font-weight: normal;
        z-index: 0;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature h3 {
        font-size: calc(41vw / 640 * 100);
        padding: 5vh 0 3vh;
        font-weight: bold;
    }
}

#strMain .three-feature h3::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 50px;
    z-index: 2;
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature h3::before {
        height: calc(150vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature h3::before {
        height: calc(150vw / 640 * 100);
    }
}

#strMain .three-feature-1 h3::before {
    background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_05.png");
    width: 70px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1 h3::before {
        width: calc(70vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1 h3::before {
        width: calc(54vw / 640 * 100);
    }
}

#strMain .three-feature-2 h3::before {
    background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_11.png");
    left: 35px;
    width: 105px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-2 h3::before {
        width: calc(105vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-2 h3::before {
        width: 14vw;
        left: 73vw;
        z-index: -1;
    }
}

#strMain .three-feature-3 h3::before {
    background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_17.png");
    left: 30px;
    width: 105px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-3 h3::before {
        width: calc(105vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-3 h3::before {
        width: 14vw;
        left: 3vw;
        z-index: -1;
    }
}

#strMain .three-feature-comments {
    margin: 15px 0 30px;
    line-height: 1.7;
    font-size: 18px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-comments {
        font-size: calc(18vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-comments {
        font-size: 4.2vw;
        margin: 2.8vh auto 5vh;
        font-weight: normal;
        width: calc(540vw / 640 * 100);
    }
}

#strMain .three-feature-label {
    background-color: #0068b7;
    width: 690px;
    color: #fff;
    margin: 0 auto;
    padding: 6px 0 4px;
    font-size: 17px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-label {
        font-size: calc(17vw / 980 * 100);
        max-width: 690px;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-label {
        font-size: 4.5vw;
        max-width: none;
        width: calc(540vw / 640 * 100);
        margin-bottom: 2.8vh;
    }
}

@media only screen and (max-width: 640px) {

    #strMain .three-feature-1-img,
    #strMain .three-feature-2-img {
        width: calc(540vw / 640 * 100);
        margin: 0 auto;
    }
}

#strMain .three-feature-1-list {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 7px 0 0;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1-list {
        font-size: calc(16vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list {
        position: static;
        display: block;
        font-size: calc(16vw / 640 * 100);
    }
}

#strMain .three-feature-1-list>li {
    width: 225px;
    margin: 0 6px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1-list>li {
        max-width: 225px;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list>li {
        max-width: none;
        margin: 0 0 0 3vw;
        width: auto;
        position: absolute;
        top: 1%;
        left: -1%;
    }
}

#strMain .three-feature-1-list li:nth-child(3) {
    transform: translateX(10px);
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list li:nth-child(3) {
        transform: none;
        margin: 0 3vw 0;

    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list li:nth-child(1) {
        top: 0%;
    }

    #strMain .three-feature-1-list li:nth-child(3) {
        top: 43%;
    }

    #strMain .three-feature-1-list li:nth-child(5) {
        top: 82%;
    }
}


#strMain .three-feature-1-list .three-feature-1-list-arrow-1 {
    position: absolute;
    top: 13px;
    left: 255px;
    width: 14px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1-list .three-feature-1-list-arrow-1 {
        top: 6%;
        left: 34%;
        max-width: 14px;
        width: 2vw;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list .three-feature-1-list-arrow-1 {
        max-width: none;
        top: 39%;
        left: 0;
        right: 0;
        width: 3vw;
        transform: rotate(90deg);
        margin: 0 auto;
    }
}

#strMain .three-feature-1-list .three-feature-1-list-arrow-2 {
    position: absolute;
    top: 13px;
    left: 469px;
    width: 14px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1-list .three-feature-1-list-arrow-2 {
        top: 6%;
        left: auto;
        right: 32%;
        max-width: 14px;
        width: 2vw;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list .three-feature-1-list-arrow-2 {
        max-width: none;
        top: 78%;
        left: 0;
        right: 0;
        width: 3vw;
        transform: rotate(90deg);
        margin: 0 auto;
    }
}

#strMain .three-feature-1-list-head {
    font-size: 16px;
    color: #0068b7;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1-list-head {
        font-size: calc(17vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list-head {
        font-size: 5vw;
        text-align: left;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list-head-3+ul .three-feature-1-list-item {
        width: 80vw;
    }
}

#strMain .three-feature-1-list-head-num {
    font-family: Univers, Arial, sans serif;
    font-style: italic;
    font-weight: normal;
    font-size: 32px;
    margin: 10px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1-list-head-num {
        font-size: calc(32vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list-head-num {
        font-size: 8vw;
    }
}

#strMain .three-feature-1-list-head-small {
    font-size: 10px;
    margin-top: -10px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1-list-head-small {
        font-size: calc(10vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list-head-small {
        font-size: 2.5vw;
    }
}

#strMain .three-feature-1-list-item {
    position: relative;
    text-align: left;
    padding-left: 25px;
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list-item {
        font-size: 3.5vw;
        padding-left: 6vw;
        font-weight: normal;
        margin-top: 0;
        width: 39vw;
    }
}

#strMain .three-feature-1-list-item::before {
    content: "●";
    font-size: 20px;
    color: #0068b7;
    position: absolute;
    top: -3px;
    left: 3px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1-list-item::before {
        font-size: calc(20vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list-item::before {
        font-size: 3.5vw;
        top: 0vh;
        left: 2vw;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list-item-1 {
        margin-top: 0.5vh;
    }
}

#strMain .three-feature-1-list-attention {
    margin: 10px 0 0;
    font-size: 12px;
    text-align: left;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1-list-attention {
        font-size: calc(12vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-list-attention {
        margin: 2.7vh 1vw 0 2vw;
        font-size: 2.3vw;
        font-weight: normal;
        width: 46vw;
    }
}

#strMain .three-feature-1-detection {
    display: flex;
    justify-content: space-between;
    width: 690px;
    margin: 5px auto 20px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1-detection {
        max-width: 690px;
        width: 100%;
    }
}

/* @media only screen and (max-width: 640px) {
    #strMain .three-feature-1-detection {
        position: absolute;
        display: block;
        max-width: none;
        top: 1%;
        left: 55%;
        width: calc(235vw / 640 * 100);
    }
} */

#strMain .three-feature-1-detection-speech-bubble {
    position: relative;
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-detection-speech-bubble {
        position: absolute;
        top: 10.5%;
        right: 4%;
        width: calc(235vw / 640 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-detection-operator {
        position: absolute;
        top: 54%;
        right: 4%;
        width: calc(236vw / 640 * 100);
    }
}

#strMain .three-feature-1-bottom {
    position: relative;
    margin-top: 50px;
}

#strMain .three-feature-1-bottom-text {
    position: absolute;
    top: 28px;
    left: 48%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 21px;
    font-weight: normal;
    text-shadow: 0 0 10px #252527, 0 0 10px #252527;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-1-bottom-text {
        font-size: calc(21vw / 980 * 100);
        top: 8%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-1-bottom-text {
        font-size: calc(30vw / 640 * 100);
        left: 47%;
    }
}

#strMain .three-feature-2 {
    margin-top: 30px;
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-2 {
        margin-top: 5vh;
    }
}

#strMain .three-feature-2-list {
    display: flex;
    justify-content: space-around;
    width: 690px;
    margin: 20px auto 5px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-2-list {
        max-width: 690px;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-2-list {
        max-width: none;
        width: calc(540vw / 640 * 100);
    }
}

#strMain .three-feature-2-list-head {
    background-color: #4d95cd;
    border-radius: 40px;
    color: #fff;
    width: 220px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-2-list-head {
        max-width: 220px;
        width: 30vw;
        max-height: 70px;
        height: 10vh;
        font-size: calc(16vw / 980 * 100);
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-2-list-head {
        max-width: none;
        width: calc(175vw / 640 * 100);
        max-height: none;
        height: calc(135vw / 640 * 100);
        font-size: 3.3vw;
        margin-bottom: 15px;
        border-radius: 50%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-2-list-head+p {
        width: calc(175vw / 640 * 100);
    }
}

#strMain .three-feature-2-attention {
    text-align: right;
    font-size: 12px;
    margin-right: 30px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-2-attention {
        font-size: calc(12vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-2-attention {
        font-size: calc(17vw / 640 * 100);
    }
}

#strMain .three-feature-2-bottom {
    position: relative;
    margin-top: 40px;
    color: #fff;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-2-bottom {
        font-size: calc(15vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-2-bottom {
        font-size: calc(19vw / 640 * 100);
        margin-top: 6.5vh;
    }
}

#strMain .three-feature-2-bottom-speech-bubble-1,
#strMain .three-feature-2-bottom-speech-bubble-2,
#strMain .three-feature-2-bottom-comments {
    position: absolute;
}

#strMain .three-feature-2-bottom-speech-bubble-1 {
    top: 117px;
    left: 387px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-2-bottom-speech-bubble-1 {
        top: 33%;
        left: 52%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-2-bottom-speech-bubble-1 {
        top: 19.5%;
        left: 40.5%;
    }
}

#strMain .three-feature-2-bottom-speech-bubble-2 {
    top: 153px;
    left: 569px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-2-bottom-speech-bubble-2 {
        top: 43%;
        left: 76%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-2-bottom-speech-bubble-2 {
        top: 31.5%;
        left: 70.5%;
    }
}

#strMain .three-feature-2-bottom-comments {
    top: 258px;
    left: 434px;
    font-size: 21px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-2-bottom-comments {
        font-size: calc(21vw / 980 * 100);
        top: 73%;
        left: 57%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-2-bottom-comments {
        font-size: calc(30vw / 640 * 100);
        top: 31vh;
        left: 53vw;
        line-height: 1.7;
    }
}


#strMain .three-feature-3 {
    margin-top: 30px;
}

#strMain .three-feature-3-comments {
    margin: -10px 0 25px 10px;
    line-height: 1.7;
    font-size: 18px;
}

@media only screen and (max-width: 980px) {
    #strMain .three-feature-3-comments {
        font-size: calc(18vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .three-feature-3-comments {
        font-size: 3.6vw;
        margin: 0.8vh 0 5vh;
        font-weight: normal;
    }
}

/* ? slider */

#strMain .slider-box {
    position: relative;
    width: 560px;
    margin: 0 auto;
    padding-bottom: 55px;
}

@media only screen and (max-width: 980px) {
    #strMain .slider-box {
        max-width: 560px;
        width: calc(560vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .slider-box {
        max-width: none;
        width: calc(560vw / 640 * 100);
        padding-bottom: 5vh;
    }
}

#strMain .slider-box .slick-slide {
    cursor: pointer;
}

#strMain .slider-box .slick-slide:hover {
    opacity: .7;
}

#strMain .slider-box .slick-prev,
#strMain .slider-box .slick-next {
    top: 200px;
    width: 37px;
    height: 64px;
}

@media only screen and (max-width: 980px) {

    #strMain .slider-box .slick-prev,
    #strMain .slider-box .slick-next {
        top: 50%;
    }
}

@media only screen and (max-width: 640px) {

    #strMain .slider-box .slick-prev,
    #strMain .slider-box .slick-next {
        top: 18.5vh;
    }
}

#strMain .slider-box .slick-prev:before,
#strMain .slider-box .slick-next:before {
    content: "";
}

#strMain button.slick-prev,
#strMain button.slick-next {
    z-index: 2;
}

#strMain .slider-box .slick-prev:hover,
#strMain .slider-box .slick-next:hover {
    opacity: .7;
}

#strMain .slider-box .slick-prev {
    left: -65px;
}

@media only screen and (max-width: 980px) {
    #strMain .slider-box .slick-prev {
        left: -10%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .slider-box .slick-prev {
        left: -3vw;
    }
}

#strMain .slider-box .slick-next {
    right: -65px;
}

@media only screen and (max-width: 980px) {
    #strMain .slider-box .slick-next {
        right: -10%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .slider-box .slick-next {
        right: -3vw;
    }
}

#strMain .slider-box .slick-arrow {
    z-index: 2;
}

#strMain .slider-box .slick-dots {
    bottom: -40px;
}

@media only screen and (max-width: 640px) {
    #strMain .slider-box .slick-dots {
        bottom: -1.5vh;
    }
}

#strMain .slider-box .slick-dots li {
    margin: 0;
}

#strMain .slider-box .slick-dots li button:before {
    opacity: 1;
    content: url("/service/auto/total-assist/shohin/dap/img/dap-img_23.png");
}

#strMain .slider-box .slick-dots li.slick-active button:before {
    content: url("/service/auto/total-assist/shohin/dap/img/dap-img_22.png");
}

#strMain .slider-box .slick-dots li button:hover:before {
    opacity: .7;
}

#strMain .slide-zoom {
    position: absolute;
    top: 376px;
    right: -11px;
}

@media only screen and (max-width: 980px) {
    #strMain .slide-zoom {
        top: 79%;
        right: -1%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .slide-zoom {
        top: 34vh;
        right: 4vw;
    }
}

#strMain .slide-zoom:hover {
    opacity: .7;
    cursor: pointer;
}

#strMain .slide-modal-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10;
    overflow-x: auto;
}

#strMain .slide-modal-window-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 980px) {
    #strMain .slide-modal-window-img {
        left: 5vw;
        right: auto;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .slide-modal-window-img {
        top: 5vh;
        bottom: auto;
        left: 5vw;
        right: auto;
    }
}

#strMain .slide-modal-window-img>img {
    max-height: 90%;
    max-width: 90%;
}

@media only screen and (max-width: 980px) {
    #strMain .slide-modal-window-img>img {
        max-width: none;
        width: auto;
        max-height: none;
        height: 90vh;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .slide-modal-window-img>img {
        max-width: none;
        width: auto;
        max-height: none;
        height: 90vh;
    }
}

#strMain .slide-modal-window-close-btn {
    position: fixed;
    top: 1vh;
    right: 2vw;
    width: 70px;
    z-index: 12;
    cursor: pointer;
}

#strMain .slide-modal-window-close-btn:hover {
    opacity: .7;
}

/* slider */

#strMain .user-voice {
    background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_25.png");
    height: 771px;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice {
        height: auto;
        background-size: cover;
    }
}

#strMain .user-voice h2 {
    padding-top: 35px;
    font-size: 27px;
    color: #1f266b;
    font-weight: normal;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice h2 {
        font-size: calc(27vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice h2 {
        font-size: calc(33vw / 640 * 100);
        padding-top: 6.3vh;
        line-height: 1.3;
    }
}

#strMain .user-voice-bold {
    font-size: 34px;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-bold {
        font-size: calc(34vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-bold {
        font-size: calc(41vw / 640 * 100);
    }
}

#strMain .user-voice-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 980px;
    height: 570px;
    margin: 15px auto;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-box {
        max-width: 980px;
        width: 100%;
        height: calc(570vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-box {
        display: block;
        max-width: none;
        width: 100%;
        height: auto;
        margin-top: 5vh;
    }
}

#strMain .user-voice-box li {
    width: 490px;
    min-height: 0%;
    position: relative;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-box li {
        max-width: 490px;
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-box li {
        max-width: none;
        width: 100%;
    }

    #strMain .user-voice-box li img {
        width: 100%;
    }
}

#strMain .user-voice-item-text {
    position: absolute;
    color: #fff;
    font-size: 15px;
    text-align: left;
    line-height: 1.7;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-item-text {
        font-size: calc(15vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-item-text {
        font-size: 3.2vw;
        line-height: 1.8;
    }
}

#strMain .user-voice-item-text-bold {
    font-weight: bold;
}

#strMain .user-voice-item-1-comments {
    top: 48px;
    left: 51px;
    width: 215px;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-item-1-comments {
        top: calc(48vw / 980 * 100);
        left: calc(45vw / 980 * 100);
        width: calc(215vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-item-1-comments {
        top: 20%;
        left: 6%;
        width: 53%;
    }
}

#strMain .user-voice-item-1-from {
    top: 206px;
    left: 122px;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-item-1-from {
        top: calc(206vw / 980 * 100);
        left: calc(122vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-item-1-from {
        top: 71%;
        left: 26%;
    }
}

#strMain .user-voice-item-2-comments {
    top: 52px;
    left: 227px;
    width: 215px;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-item-2-comments {
        top: calc(52vw / 980 * 100);
        left: calc(214vw / 980 * 100);
        width: calc(215vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-item-2-comments {
        top: 21%;
        left: 41%;
        width: 53%;
    }
}

#strMain .user-voice-item-2-from {
    top: 213px;
    left: 298px;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-item-2-from {
        top: calc(213vw / 980 * 100);
        left: calc(283vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-item-2-from {
        top: 72%;
        left: 62%;
    }
}

#strMain .user-voice-item-3-comments {
    top: 68px;
    left: 51px;
    width: 215px;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-item-3-comments {
        top: calc(68vw / 980 * 100);
        left: calc(46vw / 980 * 100);
        width: calc(215vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-item-3-comments {
        top: 28%;
        left: 6%;
        width: 54%;
    }
}

#strMain .user-voice-item-3-from {
    top: 198px;
    left: 127px;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-item-3-from {
        top: calc(198vw / 980 * 100);
        left: calc(122vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-item-3-from {
        top: 68%;
        left: 27%;
    }
}

#strMain .user-voice-item-4-comments {
    top: 42px;
    left: 198px;
    width: 240px;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-item-4-comments {
        top: calc(42vw / 980 * 100);
        left: calc(184vw / 980 * 100);
        width: calc(240vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-item-4-comments {
        top: 18%;
        left: 41%;
        width: 53%;
    }
}

#strMain .user-voice-item-4-from {
    top: 217px;
    left: 298px;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-item-4-from {
        top: calc(217vw / 980 * 100);
        left: calc(284vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-item-4-from {
        top: 78%;
        left: 63%;
    }
}

#strMain .user-voice-attention {
    font-weight: bold;
    text-align: right;
    font-size: 12px;
    max-width: 980px;
    margin: 20px auto 0;
}

@media only screen and (max-width: 980px) {
    #strMain .user-voice-attention {
        font-size: calc(12vw / 980 * 100);
        padding: 0 3vw 3vh;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .user-voice-attention {
        font-size: calc(17vw / 640 * 100);
        width: auto;
        padding: 1vh 3vw 3vh;
    }
}

#strMain .questions {
    margin: 10px auto 35px;
}

#strMain .questions h2 {
    font-size: 34px;
    color: #333333;
    font-weight: normal;
    margin-top: 35px;
}

@media only screen and (max-width: 980px) {
    #strMain .questions h2 {
        font-size: calc(34vw / 980 * 100);
        margin-top: calc(35vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .questions h2 {
        font-size: calc(41vw / 640 * 100);
        margin-top: 6vh;
    }
}

#strMain .questions-list {
    margin: 20px auto;
    width: 630px;
}

@media only screen and (max-width: 980px) {
    #strMain .questions-list {
        margin: calc(20vw / 980 * 100) auto;
        width: calc(630vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .questions-list {
        margin: 3vh auto;
        width: 90vw;
    }
}

#strMain .questions-list li {
    border-bottom: #808080 1px solid;
    height: 68px;
    text-align: left;
    display: flex;
    align-items: center;
}

#strMain .questions-list li:first-child {
    border-top: #808080 1px solid;
}

@media only screen and (max-width: 640px) {
    #strMain .questions-list li {
        height: calc(95vw / 640 * 100);
    }
}

#strMain .questions-list li a {
    position: relative;
    color: #1f266b;
    font-size: 19px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 45px;
}

@media only screen and (max-width: 980px) {
    #strMain .questions-list li a {
        font-size: calc(19vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .questions-list li a {
        font-size: calc(24vw / 640 * 100);
        width: 74vw;
        height: calc(95vw / 640 * 100);
        display: flex;
        margin-left: 8vw;
        align-items: center;
    }
}

#strMain .questions-list li a::before {
    content: url("/service/auto/total-assist/shohin/dap/img/dap-img_30.png");
    position: absolute;
    top: -1px;
    left: -33px;
}

@media only screen and (max-width: 640px) {
    #strMain .questions-list li a::before {
        content: "";
        background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_70.png");
        background-size: contain;
        background-repeat: no-repeat;
        top: 30%;
        margin: auto;
        left: -10%;
        width: calc(25vw / 640 * 100);
        height: calc(37vw / 640 * 100);
    }
}

#strMain .questions-list li a::after {
    content: url("/service/auto/total-assist/shohin/dap/img/dap-img_31.png");
    position: absolute;
    top: 0px;
    left: 550px;
}

@media only screen and (max-width: 980px) {
    #strMain .questions-list li a::after {
        left: calc(550vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .questions-list li a::after {
        top: 30%;
        margin: auto;
        left: 103%;

    }
}

#strMain .fixed-layer {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 10;
    width: 400px;
    height: 110px;
    display: none;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

#strMain .fixed-layer .is-pc {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    display: flex;
    align-items: center;
}

#strMain .fixed-layer .is-pc .fixed-request-btn {
    width: 100%;
}

#strMain .fixed-layer a:hover {
    opacity: 1;
}

#strMain .fixed-layer a:hover img {
    opacity: .7
}

@media only screen and (max-width: 640px) {
    #strMain .fixed-layer {
        height: auto;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    #strMain .fixed-layer .is-sp {
        display: flex;
    }

    #strMain .fixed-layer a:hover,
    #strMain .fixed-layer a:hover img {
        opacity: 1;
    }

    #strMain .fixed-layer .is-sp .fixed-request-btn {
        width: 74.6875%;
    }

    #strMain .fixed-layer .is-sp .fixed-tel-btn {
        width: 25.3125%;
    }

    #strMain .fixed-layer .is-pc {
        display: none;
    }
}


#strMain .info-tell {
    background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_32.png");
    height: 227px;
}

@media only screen and (max-width: 980px) {
    #strMain .info-tell {
        height: calc(227vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .info-tell {
        background: none;
        height: auto;
        margin-bottom: 6vh;
    }
}

#strMain .info-tell h2 {
    font-size: 20px;
    color: #333333;
    padding-top: 35px;
}

@media only screen and (max-width: 980px) {
    #strMain .info-tell h2 {
        font-size: calc(20vw / 980 * 100);
        padding-top: calc(35vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .info-tell h2 {
        font-size: 4.5vw;
        font-weight: normal;
        padding: 0;
    }
}

#strMain .info-tell-img {
    position: relative;
    margin: 15px auto 10px;
    width: 455px;
}

@media only screen and (max-width: 980px) {
    #strMain .info-tell-img {
        margin: calc(15vw / 980 * 100) auto calc(10vw / 980 * 100);
        width: calc(455vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .info-tell-img {
        width: 80vw;
    }
}

#strMain .info-tell-num {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    transform: translateX(30px);
}

@media only screen and (max-width: 980px) {
    #strMain .info-tell-num {
        top: calc(10vw / 980 * 100);
        transform: translateX(calc(30vw / 980 * 100));
    }
}

@media only screen and (max-width: 640px) {
    #strMain .info-tell-num {
        top: 14%;
        transform: translateX(calc(30vw / 640 * 100));
    }
}

#strMain .info-tell-num a {
    font-size: 42px;
    color: #0068b7;
    text-decoration: none;
}

@media only screen and (max-width: 980px) {
    #strMain .info-tell-num a {
        font-size: calc(42vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .info-tell-num a {
        font-size: 7.2vw;
    }
}

#strMain .info-tell-details {
    font-size: 13px;
}

@media only screen and (max-width: 980px) {
    #strMain .info-tell-details {
        font-size: calc(13vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .info-tell-details {
        width: 77vw;
        margin: 0 auto;
        font-size: 2.8vw;
    }
}

#strMain .info-etc {
    background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_34.png");
    height: 235px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
    #strMain .info-etc {
        height: calc(235vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .info-etc {
        height: auto;
        display: block;
    }
}

#strMain .info-etc section {
    margin-top: 10px;
    width: 385px;
}

@media only screen and (max-width: 980px) {
    #strMain .info-etc section {
        margin-top: calc(10vw / 980 * 100);
        width: calc(385vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .info-etc section {
        margin-top: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .info-etc-detail {
        padding-bottom: 8vh;
    }

    #strMain .info-etc .info-etc-detail h2 {
        padding-top: 3vh;
        font-size: 3.4vw;
    }
}

#strMain .info-etc section h2 {
    font-size: 19px;
    color: #333333;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    font-weight: normal;
}

@media only screen and (max-width: 980px) {
    #strMain .info-etc section h2 {
        font-size: calc(19vw / 980 * 100);
        margin-top: calc(35vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .info-etc section h2 {
        font-size: 4.8vw;
        padding-top: 8vh;
        margin: 0 auto;
    }
}

#strMain .info-etc-box {
    position: relative;
    margin-top: 10px;
    margin: 10px;
}

@media only screen and (max-width: 640px) {
    #strMain .info-etc-box {
        margin: 2vh auto 0;
        width: calc(540vw / 640 * 100);
    }

    #strMain .info-etc-detail .info-etc-box {
        margin: 0.5vh auto 0;
        width: calc(540vw / 640 * 100);
    }
}

#strMain .cm h2 {
    font-size: 38px;
    color: #333333;
    font-weight: normal;
    margin-top: 35px;
}

@media only screen and (max-width: 980px) {
    #strMain .cm h2 {
        font-size: calc(38vw / 980 * 100);
        margin-top: calc(35vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .cm h2 {
        font-size: calc(41vw / 640 * 100);
        margin-top: 6vh;
    }
}

#strMain .cm-list {
    width: 750px;
    margin: 25px auto 0;
    font-weight: bold;
}

@media only screen and (max-width: 980px) {
    #strMain .cm-list {
        width: calc(750vw / 980 * 100);
        margin: calc(25vw / 980 * 100) auto 0;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .cm-list {
        width: 100%;
        margin: 4.5vh auto 0;
    }
}

#strMain .cm-list li {
    position: relative;
    margin-bottom: 40px;
}

@media only screen and (max-width: 980px) {
    #strMain .cm-list li {
        margin-bottom: calc(40vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .cm-list li {
        margin-bottom: 7vh;
    }
}

#strMain .video-js {
    position: absolute;
    top: 58px;
    left: 348px;
    width: 382px;
    height: 209px;
}

@media only screen and (max-width: 980px) {
    #strMain .video-js {
        top: calc(58vw / 980 * 100);
        left: calc(348vw / 980 * 100);
        width: calc(382vw / 980 * 100);
        height: calc(209vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .video-js {
        top: 16%;
        left: 4%;
        width: calc(580vw / 640 * 100);
        height: calc(317vw / 640 * 100);
    }
}

#strMain .cm-list-head {
    background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_37.png");
    padding-left: 15px;
    color: #fff;
    font-size: 22px;
    height: 80px;
    display: flex;
    align-items: center;
    text-align: left;
}

@media only screen and (max-width: 980px) {
    #strMain .cm-list-head {
        padding-left: calc(15vw / 980 * 100);
        font-size: calc(22vw / 980 * 100);
        height: calc(80vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .cm-list-head {
        background-image: url("/service/auto/total-assist/shohin/dap/img/dap-img_67.png");
        background-size: calc(485vw / 640 * 100);
        background-repeat: no-repeat;
        padding: 4vh 0 0 4vw;
        font-size: calc(31vw / 640 * 100);
        height: calc(320vw / 640 * 100);
        display: block;
        font-weight: normal;
    }
}

#strMain .cm-list-synopsis {
    margin: 25px 0 0 20px;
    display: flex;
    justify-content: space-between;
    width: 305px;
    text-align: left;
}

@media only screen and (max-width: 980px) {
    #strMain .cm-list-synopsis {
        margin: calc(25vw / 980 * 100) 0 0 calc(20vw / 980 * 100);
        width: calc(305vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .cm-list-synopsis {
        margin: 8.5vh auto 3vh;
        width: 90vw;
    }
}

#strMain .cm-list-synopsis-img {
    width: 100px;
}

@media only screen and (max-width: 980px) {
    #strMain .cm-list-synopsis-img {
        width: calc(100vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .cm-list-synopsis-img {
        width: calc(180vw / 640 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .cm-list-synopsis-img-2 {
        transform: translateX(62vw);
    }
}

#strMain .cm-list-synopsis-inner {
    position: relative;
    margin-top: 10px;
    width: 200px;
    border-top: #0068b7 solid 1px;
    border-bottom: #0068b7 solid 1px;
}

@media only screen and (max-width: 980px) {
    #strMain .cm-list-synopsis-inner {
        margin-top: calc(10vw / 980 * 100);
        width: calc(200vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .cm-list-synopsis-inner {
        margin: 3.5vh auto;
        width: calc(370vw / 640 * 100);
        font-weight: normal;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .cm-list-synopsis-inner-2 {
        transform: translateX(-29vw);
    }
}

#strMain .cm-list-synopsis-head {
    position: absolute;
    top: -11px;
    left: 0;
    color: #0068b7;
    background-color: #fff;
    font-size: 16px;
}

@media only screen and (max-width: 980px) {
    #strMain .cm-list-synopsis-head {
        top: calc(-11vw / 980 * 100);
        font-size: calc(16vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .cm-list-synopsis-head {
        top: -9%;
        font-size: calc(22vw / 640 * 100);
    }
}

#strMain .cm-list-synopsis-detail {
    margin-top: 12px;
    font-size: 15px;
}

@media only screen and (max-width: 980px) {
    #strMain .cm-list-synopsis-detail {
        margin-top: calc(12vw / 980 * 100);
        font-size: calc(15vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .cm-list-synopsis-detail {
        margin: 3vh auto;
        font-size: 3.2vw;
    }
}

#strMain .dap-attention {
    margin: 60px auto;
    width: 970px;
}

@media only screen and (max-width: 1000px) {
    #strMain .dap-attention {
        margin: calc(60vw / 1000 * 100) auto;
        width: calc(970vw / 1000 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-attention {
        margin: 0 auto 5vh;
        width: 100%;
    }
}

#strMain .dap-attention-detail {
    width: 750px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (max-width: 980px) {
    #strMain .dap-attention-detail {
        width: calc(750vw / 980 * 100);
        font-size: calc(12vw / 980 * 100);
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-attention-detail {
        width: 90vw;
        font-size: 2.5vw;
        font-weight: normal;
    }
}

#strMain .dap-attention-num {
    text-align: right;
    font-size: 16px;
    margin-top: 40px;
}

@media only screen and (max-width: 980px) {
    #strMain .dap-attention-num {
        font-size: calc(16vw / 980 * 100);
        margin: 3vh calc(20vw / 980 * 100) 0 0;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .dap-attention-num {
        font-size: 3vw;
        margin-right: calc(20vw / 640 * 100);
    }
}

#strMain .delighter {
    transition: .8s;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transform: translateY(20px);
    opacity: 0;
}

#strMain .delighter-top.delighter {
    transform: translateY(-20px);
}

#strMain .delighter-left.delighter {
    transform: translateX(-5px);
}

#strMain .delighter-right.delighter {
    transform: translateX(5px);
}

#strMain .delighter.started {
    transform: none;
    opacity: 1;
}

#strMain .delighter-02s.started {
    transition-delay: .2s;
}

#strMain .delighter-03s.started {
    transition-delay: .3s;
}

#strMain .delighter-04s.started {
    transition-delay: .4s;
}

#strMain .delighter-05s.started {
    transition-delay: .5s;
}

#strMain .delighter-06s.started {
    transition-delay: .6s;
}

#strMain .delighter-07s.started {
    transition-delay: .7s;
}

#strMain .delighter-1s.started {
    transition-delay: 1s;
}

#strMain .is-pc {
    display: block;
}

@media only screen and (max-width: 640px) {
    #strMain .is-pc {
        display: none;
    }
}

#strMain .is-sp {
    display: none;
}

@media only screen and (max-width: 640px) {
    #strMain .is-sp {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    body.rwd #strMain {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 640px) {
    #strMain .is-sp_pos-r {
        position: relative;
        height: 90vh;
    }
}

@media(min-width: 640px) {
    #strMain a[href^="tel:"] {
        pointer-events: none;
    }
}