.banner_jp {
    height: calc(732px) !important;
}

.banner {
    height: calc(732px - 78px);
    background: url(../image/contact-manager-mac/pc/bg.png) no-repeat 0 0;
    background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .banner {
        padding-bottom: 98px;
        background: url(../image/contact-manager-mac/ipad/bgipad.png) no-repeat 0 0;
        background-size: cover;
        height: auto;
        min-height: calc(732px - 78px);
    }

    .banner#banner-box {
        padding-bottom: 0;
        min-height: 531px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .banner {
        background: url(../image/contact-manager-mac/ios/bgios.png) no-repeat 0 0;
        background-size: cover;
        height: auto;
        min-height: calc(732px - 78px);
        padding-bottom: 56px; /* 1.46rem * 38 = 55.48 →    56px */
    }
}

@media screen and (min-width: 768px) {
    .banner-h1 {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .banner-h1 {
        padding-right: 70px;
    }
}

.banner-p-yes span {
    width: 780px;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .banner-p-yes span {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-p-yes span {
        width: 600px;
    }
}

.banner-p-yes-language span {
    width: 1000px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-p-yes-language span {
        width: 600px;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .banner-p-yes-language span {
        width: 100%;
    }
}

.footer-banner {
    background: linear-gradient(90deg, #173F66 0%, #172B4C 100%);
}

.w-public-style-h3 {
    font-size: 20px;
    font-weight: bold;
    color: #272727;
    margin-bottom: 30px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-public-style-h3 {
        font-size: 17px; /* 0.45rem * 38 = 17.1 →    17px */
        line-height: 1.2;
        margin-bottom: 30px; /* 0.8rem * 38 = 30.4 →    30px */
        text-align: left;
    }
}

.w-public-style-p {
    font-size: 16px;
    font-weight: 100;
    color: #272727;
    word-wrap: break-word;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-public-style-p {
        font-size: 11px; /* 0.3rem * 38 = 11.4 →    11px */
        text-align: left;
        margin-bottom: 50px; /* 1.32rem * 38 = 50.16 →    50px */
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-public-style-p {
        padding: 0 100px;
    }
}


.w-index-h3 {
    color: #272727;
    font-size: 24px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-h3 {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-h3 {
        text-align: left;
        font-size: 19px; /* 0.50rem * 38 = 19 →    19px */
        padding: 0 30px; /* 0.8rem * 38 = 30.4 →    30px */
        line-height: 1.2;
        margin-bottom: 20px; /* 0.53rem * 38 = 20.14 →    20px */
    }
}

.w-index-p {
    font-size: 16px;
    line-height: 26px;
    color: #272727;
    font-weight: 100;
    text-align: center;
    padding: 0 20%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-p {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-p {
        text-align: left;
        font-size: 13px; /* 0.34rem * 38 = 12.92 →    13px */
        line-height: inherit;
        padding: 0 30px; /* 0.8rem * 38 = 30.4 →    30px */
    }
}

.w-index-reviews {
    justify-content: center;
    margin: 50px 0;
}

.w-index-reviews img {
    width: 661px;
    height: auto;
}

.w-index-reviews-right {
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.w-index-reviews-right img {
    width: 87px;
    margin: 0 auto;
}

.w-index-reviews-right p {
    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    cursor: pointer;
}

.w-index-reviews-right span {
    font-size: 12px;
    color: #9F9F9F;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .w-index-reviews {
        flex-direction: column;
    }

    .w-index-reviews-right {
        margin-top: 30px;
        margin-left: 0px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-reviews {
        display: none;
    }
}

.w-index-three {
    padding: 70px 0 100px;
    background: #F8F9FA;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .w-index-three {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-three {
        padding: 40px 0 46px; /* 1.06rem * 38 = 40.28→40px; 1.2rem * 38 = 45.6→46px */
    }
}

.w-index-three .w-index-h3 {
    color: #000;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-three .w-index-h3 {
        font-size: 24px;
        margin-top: 40px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-three .w-index-p {
        line-height: inherit;
        padding: 0 30px; /* 0.8rem * 38 = 30.4 →    30px */
    }
}

.w-index-three-list {
    flex-wrap: wrap;
    margin-top: 60px;
    padding-bottom: 37px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .w-index-three-list {
        padding: 0 30px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-three-list {
        padding: 0 30px; /* 0.8rem * 38 = 30.4 →    30px */
        margin-top: 46px; /* 1.2rem * 38 = 45.6 →    46px */
    }
}

.w-index-three-list li {
    width: calc(100% / 3 - 20px);
    background: #FFF;
    min-height: 360px;
    height: auto;
    margin-right: 30px;
    text-align: center;
    box-shadow: 0px 5px 20px 0px rgba(192, 192, 192, 0.3);
    border-radius: 3px;
}

.w-index-three-list li:last-child {
    margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-three-list li:last-child h4 {
        padding: 30px 50px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .w-index-three-list li {
        width: calc(100% / 2 - 15px);
        margin-bottom: 26px;
    }

    .w-index-three-list li:last-child {
        margin-bottom: 0;
    }

    .w-index-three-list li:nth-child(2n + 0) {
        margin-right: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-three-list li {
        width: 100%;
        margin-right: 0;
        min-height: 161px;
        margin-bottom: 32px; /* 0.84rem * 38 = 31.92 →    32px */
    }

    .w-index-three-list li:last-child {
        margin-bottom: 0;
    }
}

.w-index-three-list li img {
    margin: 0 auto;
    width: 100%;
}

.w-index-three-list li h4 {
    margin: 20px 0;
    color: #000;
    font-size: 16px;
    padding: 30px 30px 0;
    height: 78px;
    color: #1F7CD6;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-three-list li h4 {
        font-size: 13px; /* 0.34rem * 38 = 12.92 →    13px */
        font-weight: bold;
        height: 70px;
        margin: 17px 0 15px; /* 0.46rem*38=17.48→17px; 0.4rem*38=15.2→15px */
        padding: 30px 10px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-three-list li h4 {
        padding: 30px 10px 0;
    }
}

.w-index-three-list li p {
    font-size: 14px;
    text-align: center;
    padding: 0 50px;
    height: 80px;
    margin-bottom: 40px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-three-list li p {
        font-size: 12px; /* 0.32rem * 38 = 12.16 →    12px */
        height: 46px; /* 1.2rem * 38 = 45.6 →    46px */
        color: #666;
        padding: 0 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-three-list li p {
        height: 70px;
        padding: 0 30px;
    }
}

.w-index-manage {
    margin: 100px 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-manage {
        margin: 70px 0 50px;
    }
}

.w-index-lockApp {
    margin-top: 100px;
    text-align: center;
}

.w-index-lockApp .shilitu {
    width: auto;
    margin: 40px auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-lockApp .shilitu {
        width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-lockApp {
        flex-direction: column;
        text-align: center;
        padding: 0 30px;
    }

    .w-index-lockApp img {
        margin-top: 50px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-lockApp {
        flex-direction: column;
        padding: 0 30px; /* 0.8rem * 38 = 30.4 →    30px */
        margin-top: 68px; /* 1.8rem * 38 = 68.4 →    68px */
    }

    .w-index-lockApp img {
        height: auto;
        width: 306px; /* 8.04rem * 38 = 305.52 →    306px */
    }
}

.w-index-lockApp-left {
    padding-left: 62px;
    margin-right: 100px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-lockApp-left {
        margin-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-lockApp-left {
        padding-left: 0;
        margin-right: 0;
    }
}

.w-index-shield {
    margin-top: 100px;
    text-align: center;
}

.w-index-shield img {
    max-width: 642px;
    margin-right: 100px;
}

.w-index-shield .shilitu {
    width: auto;
    margin: 40px auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-shield .shilitu {
        width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-shield {
        flex-direction: column-reverse;
        padding: 0 30px;
        text-align: center;
        margin-top: 50px;
    }

    .w-index-shield img {
        margin-right: 0;
        margin-top: 50px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-shield {
        flex-direction: column-reverse;
        margin-top: 57px; /* 1.5rem * 38 = 57 →    57px */
        padding: 0 30px; /* 0.8rem * 38 = 30.4 →    30px */
    }

    .w-index-shield img {
        width: 312px; /* 8.2rem * 38 = 311.6 →    312px */
        height: auto;
        margin-right: 0;
    }
}

.w-index-scan {
    background-color: #F8F9FA;
    padding-bottom: 50px;
    padding-top: 80px;
}

.w-index-scan .w-index-p {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-scan .w-index-p {
        display: block;
    }
}

.w-index-characteristic {
    margin-top: 70px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-characteristic {
        margin-top: 65px; /* 1.7rem * 38 = 64.6 →    65px */
    }
}

.w-index-characteristic h3 {
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-characteristic h3 {
        padding: 0 30px; /* 0.8rem * 38 = 30.4 →    30px */
        text-align: left;
        margin-bottom: 40px; /* 1.06rem * 38 = 40.28 →    40px */
    }
}

.w-index-characteristic ul {
    flex-wrap: wrap;
    padding: 0 40px;
}

.w-index-characteristic ul li {
    width: calc(100% / 3 - 40px);
    text-align: center;
    margin-right: 60px;
    margin-bottom: 45px;
    padding: 15px;
}

.w-index-characteristic ul li div {
    height: 180px;
}

.w-index-characteristic ul li:nth-child(1) h4 {
    padding: 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-characteristic ul li:nth-child(1) h4 {
        padding: 0 0;
    }
}

@media screen and (min-width: 1025px) {
    .w-index-characteristic ul li:nth-child(3n + 0) {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .w-index-characteristic ul li:nth-child(3n + 0) {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .w-index-characteristic ul li {
        width: calc(100% / 2 - 30px);
        padding: 0;
    }

    .w-index-characteristic ul li:nth-child(2n + 0) {
        margin-right: 0;
    }

    .w-index-characteristic ul li:nth-child(3n + 0) {
        margin-top: 40px;
    }

    .w-index-characteristic ul li div {
        width: 100%;
        height: 200px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-characteristic ul li {
        width: 100%;
        margin-right: 0;
        display: flex;
        padding: 0;
        margin-bottom: 40px; /* 1.06rem * 38 = 40.28 →    40px */
    }

    .w-index-characteristic ul li div {
        flex: 1;
        margin-left: 30px; /* 0.8rem * 38 = 30.4 →    30px */
        height: auto;
    }

    .w-index-characteristic ul li img {
        width: 38px !important; /* 1.01rem * 38 = 38.38 →    38px */
        height: 38px !important; /* 1.01rem * 38 = 38.38 →    38px */
    }
}

.w-index-characteristic ul li img {
    width: calc(120px / 2);
    height: calc(120px / 2);
    margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .w-index-characteristic ul li img {
        width: calc(160px / 2);
        height: calc(150px / 2);
    }
}

.w-index-characteristic ul li h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 0 50px;
    font-weight: bold;
    color: #272727;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .w-index-characteristic ul li h4 {
        min-height: 54px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-characteristic ul li h4 {
        margin: 0;
        font-size: 13px; /* 0.34rem * 38 = 12.92 →    13px */
        text-align: left;
        margin-bottom: 13px; /* 0.33rem * 38 = 12.54 →    13px */
        padding: 0 0;
    }
}

.w-index-characteristic ul li p {
    font-size: 14px;
    color: #272727;
    font-weight: 100;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-characteristic ul li p {
        font-size: 11px; /* 0.3rem * 38 = 11.4 →    11px */
        text-align: left;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel {
        /*padding: 0 0.8rem;*/
        margin: 68px 0; /* 1.8rem * 38 = 68.4 →    68px */
    }
}

.w-index-carousel h3 {
    text-align: center;
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    margin: 85px 0 0px 0;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel h3 {
        margin: 0;
        text-align: left;
        margin-bottom: 8px; /* 0.2rem * 38 = 7.6 →    8px */
        margin-left: 30px; /* 0.8rem * 38 = 30.4 →    30px */
        font-size: 19px; /* 0.50rem * 38 = 19 →    19px */
    }
}

.w-index-carousel ul {
    position: relative;
    height: 600px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel ul {
        height: 315px; /* 8.3rem * 38 = 315.4 →    315px */
    }
}

.w-index-carousel ul li {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.w-index-carousel ul li.active {
    position: static;
    display: block;
}

.w-index-carousel ul li img {
    object-fit: contain;
    height: 600px;
    max-width: 90%;
    margin: 0px auto;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel ul li img {
        width: 100%;
        object-fit: contain;
        max-width: 100%;
        height: auto;
    }
}

.w-index-carousel ul li p {
    font-size: 15px;
    color: #272727;
    font-weight: 100;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel ul li p {
        margin: auto 10px;
        font-size: 11px; /* 0.3rem * 38 = 11.4 →    11px */
    }
}

.w-index-carousel-serial {
    position: relative;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.w-index-carousel-serial span {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.w-index-carousel-serial span::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 50%;
    top: 10px;
    left: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-index-carousel-serial span::after {
        width: 7px;
        height: 7px;
    }
}

.w-index-carousel-serial span.active::after {
    background: #000;
}

.w-index-carousel-serial .svg {
    transform: rotate(-90deg);
    position: absolute;
    z-index: 99;
}

.w-index-carousel-serial .progress {
    animation: rotate 25s linear both;
    stroke-dashoffset: 0;
}

@keyframes rotate {
    from {
        stroke-dashoffset: 471px;
    }
    to {
        stroke-dashoffset: 0px;
    }
}