@charset "UTF-8";

/* #0001 */
.main {
    margin-top: -80px;
}

.main .main-visual {
    padding: 126px 0 80px;
    background: url(../images/img-main.png) no-repeat center;
    background-size: cover;
}

.main .main-visual .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.main .main-info {
    margin-top: 60px;
    margin-right: 20px;
    width: 688px;
}

.main .main-title {
    font-size: 42px;
    font-weight: 700;
    color: #122036;
    line-height: 1.27;
}

.main .main-title span {
    font-weight: inherit;
    color: #4965cb;
}

.main .main-desc {
    margin-top: 26px;
    font-size: 20px;
    font-weight: 500;
    color: #444;
    line-height: 1.6;
}

.main .btn-type1 {
    margin-top: 56px;
    width: 353px;
    height: 70px;
}

.main .btn-type1 span {
    font-size: 20px;
    line-height: 70px;
}

.main .btn-type1 span:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    background: url(../images/btn-type1-arrow.png) no-repeat 0 0;
    background-size: auto 100%;
    transform: translateY(-50%);
}

.main .main-slide-wrap {
    position: relative;
    width: 400px;
}

.main .main-slide {
    width: 280px;
    height: 574px;
    padding: 12px 11px 15px;
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);;
}

.main .main-slide .swiper-slide {
    border-radius: 26px;
}

.main .main-txt {
    position: absolute;
    left: 50%;
    bottom: -35px;
    font-size: 15px;
    color: #444;
    transform: translateX(-50%);
}

.main .main-txt {
    font-weight: 700;
}

.main .swiper-button-next,
.main .swiper-button-prev {
    top: 50%;
    margin-top: 0;
    width: 87px;
    height: 87px;
    transform: translateY(-50%);
}

.main .swiper-button-next {
    right: -27px;
    background: url(../images/btn-slide-next.png) no-repeat 0 0;
    background-size: auto 100%;
}

.main .swiper-button-prev {
    left: -27px;
    background: url(../images/btn-slide-prev.png) no-repeat 0 0;
    background-size: auto 100%;
}

.main .main-content {
    padding: 90px 0 128px;
    background-color: #F8F9FC;
}

.main .main-sub-title {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    box-shadow: inset 0 -14px 0 rgb(255 223 80 / 44%);
}

.main .main-box {
    margin-top: 32px;
    font-size: 0;
}

.main .main-list {
    display: inline-block;
    padding: 35px 0 40px;
    width: calc((100% - 60px) / 3);
    text-align: center;
    border-radius: 16px;
    background-color: #fff;
    vertical-align: middle;
}

.main .main-list + .main-list {
    margin-left: 30px;
}

.main .main-list strong {
    display: block;
    position: relative;
    padding-top: 122px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.main .main-list strong:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    height: 100px;
    transform: translateX(-50%);
}

.main .main-list:nth-child(1) strong:before {
    background: url(../images/bg-main-list1.png) no-repeat 0 0;
    background-size: auto 100%;
}

.main .main-list:nth-child(2) strong:before {
    background: url(../images/bg-main-list2.png) no-repeat 0 0;
    background-size: auto 100%;
}

.main .main-list:nth-child(3) strong:before {
    background: url(../images/bg-main-list3.png) no-repeat 0 0;
    background-size: auto 100%;
}

.main .main-list p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

/* #0002 */
.api-intro-wrap .intro-wrap + .intro-wrap {
    margin-top: 80px;
}

.api-intro-wrap .intro-wrap:first-child .last-btn-wrap {
    margin-top: 40px;
    padding-top: 0;
    border-top: 0;
}

.api-intro-wrap .intro-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.api-intro-wrap .intro-desc {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #666;
}

.api-intro-wrap .intro-img {
    position: relative;
    margin-top: 38px;
}

/* #0003 */
.api-progress-wrap .progress-wrap + .progress-wrap {
    margin-top: 60px;
}

.api-progress-wrap .progress-box .depth1 {
    position: relative;
    padding-left: 28px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.api-progress-wrap .progress-box .depth1 + .depth1 {
    margin-top: 20px;
}

.api-progress-wrap .progress-box .depth1 span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.api-progress-wrap .progress-box .depth1 ul {
    margin-top: 13px;
}

.api-progress-wrap .progress-box .depth2 {
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    color: #666;
}

.api-progress-wrap .progress-box .depth2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 1px;
    background-color: #666;
}

.api-progress-wrap .progress-box .depth2 + .depth2 {
    margin-top: 8px;
}

.api-progress-wrap .progress-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.api-progress-wrap .progress-img {
    margin-top: 20px;
}

.api-progress-wrap .step-wrap {
    padding: 40px 38px;
    border: 1px solid #dedede;
}

.api-progress-wrap .step-list + .step-list {
    margin-top: 36px;
}

.api-progress-wrap .step-num {
    display: inline-block;
    width: 82px;
    height: 37px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    background-color: #444;
    vertical-align: top;
}

.api-progress-wrap .step-cont {
    display: inline-block;
    margin-left: 40px;
    vertical-align: top;
}

.api-progress-wrap .step-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.api-progress-wrap .step-cont ul {
    margin-top: 14px;
}

.api-progress-wrap .step-cont ul li {
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    color: #666;
}

.api-progress-wrap .step-cont ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 1px;
    background-color: #666;
}

.api-progress-wrap .step-cont ul li + li {
    margin-top: 10px;
}

.api-progress-wrap .step-cont ul li span {
    display: block;
}

.api-progress-wrap .step-cont p {
    margin-top: 14px;
    font-size: 15px;
    color: #666;
}

/* #0004 */
.use-app-wrap .use-box {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #f4f4f4;
}

.use-app-wrap .use-img {
    position: relative;
    padding: 10px;
    width: calc(100% - 230px);
}

.use-app-wrap .use-badge {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 28px;
    font-size: 14px;
    font-weight: 700;
    color: #005cb0;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    background-color: #ffdd33;
}

.use-app-wrap .use-cont {
    margin-left: 30px;
}

.use-app-wrap .use-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.use-app-wrap .use-cont ul {
    margin-top: 13px;
}

.use-app-wrap .use-cont ul li {
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    color: #666;
}

.use-app-wrap .use-cont ul li + li {
    margin-top: 10px;
}

.use-app-wrap .use-cont ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 1px;
    background-color: #666;
}

.use-app-wrap .btn-type1 {
    width: 275px;
    height: 56px;
}

.use-app-wrap .btn-type1 span {
    padding-right: 32px;
    font-size: 18px;
    line-height: 54px;
}

.use-app-wrap .btn-type1 span:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    background: url(../images/btn-download.png) no-repeat 0 0;
    background-size: auto 100%;
    transform: translateY(-50%);
}

/* #0005 */
.support-envir-wrap .envir-list {
    position: relative;
    padding-left: 180px;
}

.support-envir-wrap .envir-list + .envir-list {
    margin-top: 50px;
}

.support-envir-wrap .envir-list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #f4eede;
    background-size: 88px;
    background-position: center;
    background-repeat: no-repeat;
}

.support-envir-wrap .envir-list:nth-child(1):before {
    background-image: url(../images/bg-envir1.png);
}

.support-envir-wrap .envir-list:nth-child(2):before {
    background-image: url(../images/bg-envir2.png);
}

.support-envir-wrap .envir-list:nth-child(3):before {
    background-image: url(../images/bg-envir3.png);
}

.support-envir-wrap .envir-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.support-envir-wrap .envir-list ul {
    margin-top: 14px;
}

.support-envir-wrap .envir-list ul li {
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    color: #666;
}

.support-envir-wrap .envir-list ul li + li {
    margin-top: 10px;
}

.support-envir-wrap .envir-list ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    width: 5px;
    height: 1px;
    background-color: #666;
}

/* #0006 */
.accordion-wrap + .btn-wrap {
    margin-top: 40px;
    text-align: center;
}

/* #0013 */
.online-app-wrap .online-app-box + .online-app-box {
    margin-top: 40px;
}

.online-app-wrap .online-app-title {
    display: block;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.online-app-wrap .online-app-desc {
    font-size: 18px;
    color: #666;
}

.online-app-wrap tr th {
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: left;
    border-top: 1px solid #005cb0;
    border-bottom: 1px solid #ddd;
    background-color: #eff1f5;
}

.online-app-wrap tr th + th {
    border-left: 1px solid #ddd;
}

.online-app-wrap tr td {
    padding: 8px 20px;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #ddd;
}

.online-app-wrap tr td + td {
    border-left: 1px solid #ddd;
}

.online-app-wrap .online-app-sample {
    padding: 24px 30px;
    font-size: 18px;
    color: #000;
    border: 1px solid #e8e8ea;
    background-color: #fcfcfc;
}


















@media (max-width: 1200px){
    .main .main-visual {
        padding: 151px 20px 115px;
    }

    .main .main-content {
        padding: 76px 20px 103px;
    }
}