

/* new products_docusign.php*/
body{
    margin: 0;
    padding: 0;
}
#products-docusign *{
    word-break: normal;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
}
#products-docusign a{
    text-decoration: none;
}
#products-docusign .inner{
    margin: 0 auto;
    position: relative;
}
#products-docusign img{
    vertical-align: middle;
    border: none;
    max-width: 100%;
}
/* PC header & top */
@media only screen and (min-width: 1000px){
    .show-sp{
        display: none !important;
    }
    #products-docusign{
        background: #ffffff;
    }
    #products-docusign .inner {
        width: 1200px;
    }
    #products-docusign header {
        width: 100%;
        height: 100px;
        padding: 0 40px;
        background: #ffffff;
        position: fixed;
        top: 0;
        z-index: 99;
    }
    #products-docusign header .header-sp{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
    }

    #products-docusign header .right-btn {
        padding: 16px 30px;
        background: #2486fc;
        border-radius: 5px;
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
        color: #ffffff;
        display: flex;
        align-items: center;
    }
    #products-docusign header .right-btn:hover{
        background: #0061d5;
    }

    #products-docusign header .right-btn img {
        margin-right: 18px;
    }

    #products-docusign .cot-top {
        position: relative;
        margin-top: 100px;
    }

    #products-docusign .cot-top .ct-logo {
        margin-bottom: 51px;
        padding-top: 50px;
    }

    #products-docusign .cot-top .ct-title {
        font-size: 50px;
        line-height: 1.26;
        font-weight: bold;
        color: #000000;
        margin-bottom: 36px;
        letter-spacing: -1px;
    }

    #products-docusign .cot-top .ct-txt {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.45;
        color: #000000;
        letter-spacing: 1px;
    }

    #products-docusign .cot-top .ct-maximg{
        position: absolute;
        /*right: -80px;*/
        left: 660px;
        top: 0;
        margin-top: 20px;
    }
    #products-docusign .cot-top .ct-maximg img{
        margin-top: 100px;
        min-width: 501px;
        margin-left: 35px;
    }

    #products-docusign .ct-link-group {
        margin-top: 70px;
    }

    #products-docusign .ct-link-group .link-Reques,
    #products-docusign .ct-link-group .link-help {
        font-size: 20px;
        line-height: 1;
        padding: 20px 0;
        font-weight: bold;
        display: inline-flex;
        transition: 0.2s;
        align-items: center;
    }

    #products-docusign .ct-link-group .link-help {
        background: #2486fc;
        border-radius: 5px;
        color: #fff;
        padding-left: 62px;
        padding-right: 81px;
        margin-right: 20px;
        position: relative;
    }
    #products-docusign .ct-link-group .link-Reques{
        background: #e9eef3;
        border-radius: 5px;
        color: #2486fc;
        padding-left: 77px;
        padding-right: 100px;
    }
    #products-docusign .ct-link-group .link-help:before{
        content: '';
        background: url("/wp-includes/images/products_docusign/email.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 24px;
        height: 18px;
        margin-right: 20px;
    }
    #products-docusign .ct-link-group .link-Reques:before{
        content: '';
        background: url("/wp-includes/images/products_docusign/book.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 26px;
        height: 18px;
        margin-right: 20px;
    }
    #products-docusign .ct-link-group .link-help:hover{
        transition: 0.2s;
        background: #0061d5;
    }
    #products-docusign .ct-link-group .link-Reques:hover{
        transition: 0.2s;
        color: #ffffff;
        background: #2486fc;
    }
    #products-docusign .ct-link-group .link-Reques:hover:before{
        content: '';
        background: url("/wp-includes/images/products_docusign/book-hover.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 26px;
        height: 18px;
        margin-right: 20px;
    }
    #products-docusign .cot-top .ct-circle {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        position: absolute;
        background: #f26430;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.6;
    }

    #products-docusign .cot-top .ct-circle .cir-num{
        font-size: 36px;
        font-family: "Barlow Semi Condensed";
        font-weight: 500;
        line-height: 0.7;
    }
    #products-docusign .cot-top .ct-circle .cir-en{
        font-size: 24px;
    }
    #products-docusign .cot-top .ct-circle .cir-dftxt{
        font-size: 28px;
    }

    #products-docusign .cot-top .circle-left {
        left: 0;
    }
    #products-docusign .cot-top .circle-center {
        left: 196px;
    }
    #products-docusign .cot-top .circle-right {
        left: 390px;
    }
}
/* PC cot01 */
@media only screen and (min-width: 1000px) {
    #products-docusign .cot01{
        margin-top: 118px;
        margin-bottom: 60px;
    }
    #products-docusign .cot01 .cot01-title{
        font-size: 50px;
        line-height: 1;
        font-weight: bold;
        color: #000000;
        text-align: center;
        margin-bottom: 55px;
    }
    #products-docusign .cot01 .cot01-data-txt{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #products-docusign .cot01 .cot01-data-txt .cot01-txt-group{
        width: 620px;
    }
    #products-docusign .cot01 .cot01-data-txt .cot01-txtmain{
        font-size: 24px;
        font-weight: bold;
        color: #003c96;
        line-height: 1.66;
    }
    #products-docusign .cot01 .cot01-data-txt .cot01-txt{
        margin-top: 27px;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        line-height: 1.6;
    }
    #products-docusign .cot01 .cot01-video{
        width: 540px;
    }
    #products-docusign .cot01 .cot01-video iframe{
        width: 540px;
        height: 360px;
    }

    #products-docusign .cot01 .cot01-circlegroup{
        margin-top: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #products-docusign .cot01 .circle01,
    #products-docusign .cot01 .circle02{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #products-docusign .cot01 .cot01-circlegroup .cg-circle{
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: #2486fc;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        font-weight: 500;
        color: #ffffff;
    }
    #products-docusign .cot01 .cot01-circlegroup .cg-circle{
        margin-right: 40px;
    }
    #products-docusign .cot01 .cot01-circlegroup .cg-circle .cir-num{
        font-size: 80px;
        font-family: "Barlow Semi Condensed";
        font-weight: 500;
        line-height: 0.85;
    }
    #products-docusign .cot01 .cot01-circlegroup .cg-circle .cir-unit{
        font-size: 40px;
        font-weight: bold;
    }
}
/* PC cot02 */
@media only screen and (min-width: 1000px){
    #products-docusign .cot02{
        background: #2486fc;
        padding-top: 60px;
        padding-bottom: 69px;
    }
    #products-docusign .cot02 .cot02-title{
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        margin-bottom: 46px;
    }
    #products-docusign .cot02 .cot02-title span{
        font-family: "Barlow Semi Condensed";
        font-size: 100px;
        font-weight: 500;
        line-height: 0.7;
    }
    #products-docusign .cot02 .card-group{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #products-docusign .cot02 .card-group .card{
        width: calc( (100% - 60px ) / 3 );
        position: relative;
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 30px;
    }
    #products-docusign .cot02 .card-group .card:nth-child(n+4){
        margin-top: 29px;
    }
    #products-docusign .cot02 .card-group .card .card-num{
        font-family: "Barlow Semi Condensed";
        font-size: 160px;
        font-weight: 500;
        color: #f0fafd;
        position: absolute;
        top: -12px;
        right: 30px;
    }
    #products-docusign .cot02 .card-group .card .card-title{
        font-size: 22px;
        font-weight: bold;
        color: #003c96;
        line-height: 1.8;
        position: relative;
        z-index: 1;
        min-height: 70px;
    }
    #products-docusign .cot02 .card-group .card .card-img{
        height: 265px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }
    #products-docusign .cot02 .card-group .card .card-txt{
        font-size: 18px;
        line-height: 1.6;
        color: #000000;
        font-weight: 500;
    }


}
/* PC cot03 */
@media only screen and (min-width: 1000px){
    #products-docusign .cot03{
        padding-top: 60px;
        padding-bottom: 60px;
        background: #efefef;
    }
    #products-docusign .cot03 .cot03-title{
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        color: #000000;
        line-height: 1;
        margin-bottom: 40px;
    }
    #products-docusign .cot03 .cot03-subtitle{
        font-size: 24px;
        font-weight: 500;
        color: #000000;
        line-height: 1;
        margin-bottom: 64px;
        text-align: center;
    }
    #products-docusign .cot03 .point-group{
        margin-top: 90px;
    }
    #products-docusign .cot03 .point-group .cot03-point{
        position: relative;
        padding: 30px;
        padding-right: 50px;
        background: #ffffff;
        border-radius: 20px;
        display: flex;
        margin-top: 60px;
        margin-left: 30px;
    }
    #products-docusign .cot03 .point-group .cot03-point .point-img{
        min-width: 300px;
        min-height: 180px;
        flex-basis: 300px;
        border-radius: 10px;
        background: #ffecbc;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #products-docusign .cot03 .point-group .cot03-point .point-txtgroup{
        margin-left: 40px;
        color: #000000;
    }
    #products-docusign .cot03 .point-group .cot03-point .point-title{
        font-size: 24px;
        font-weight: bold;
    }
    #products-docusign .cot03 .point-group .cot03-point .point-art{
        font-size: 18px;
        font-weight: 500;
        line-height: 1.77;
        margin-top: 23px;
    }
    #products-docusign .cot03 .point-group .cot03-point .point-cirnum{
        position: absolute;
        top: -30px;
        left: -30px;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #f26430;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 0.8;
        color: #ffffff;
    }
    #products-docusign .cot03 .point-group .cot03-point .point-cirnum .point-num{
        font-size: 40px;
    }

    #products-docusign .cot03 .ct-link-group{
        text-align: center;
    }
    #products-docusign .cot03 .ct-link-group .link-help{
        margin-right: 40px;
    }
    #products-docusign .cot03 .ct-link-group .link-help{
        padding: 27px 0;
        padding-left: 105px;
        padding-right: 127px;
    }
    #products-docusign .cot03 .ct-link-group .link-Reques{
        padding: 27px 0;
        padding-left: 130px;
        padding-right: 146px;
        background: #ffffff;
        border: 2px solid #2486fc;
    }
    #products-docusign .cot03 .ct-link-group .link-Reques:hover{
        color: #ffffff;
        background: #2486fc;
    }

   
}
/* PC cot04 */
@media only screen and (min-width: 1000px){
    #products-docusign .cot04{
        padding: 60px 0;
        background: #ffffff;
    }
    #products-docusign .cot04 .cot04-title{
        margin-top: 26px;
        font-size: 50px;
        font-weight: bold;
        color: #000000;
        line-height: 1;
        text-align: center;
        margin-bottom: 62px;
    }
    #products-docusign .cot04 .cot04-support{
        display: flex;
    }
    #products-docusign .cot04 .cot04-support:not(:first-child){
        margin-top: 105px;
    }
    #products-docusign .cot04 .cot04-support.opposite{
        flex-direction: row-reverse;
    }
    #products-docusign .cot04 .cot04-support .support-txt{
        position: relative;
        z-index: 9;
        width: 580px;
        padding-top: 40px;
        margin-left: 40px;
    }
    #products-docusign .cot04 .cot04-support .support-num{
        position: absolute;
        top: -7px;
        left: -45px;
        font-size: 200px;
        line-height: 0.7;
        font-weight: 500;
        color: #e3f3fb;
        z-index: -1;
        font-family: "Barlow Semi Condensed";
    }
    #products-docusign .cot04 .cot04-support .support-title span{
        font-size: 40px;
        font-weight: bold;
        line-height: 1.75;
        border-bottom: 6px solid #f26430;
    }
    #products-docusign .cot04 .cot04-support .support-art{
        font-size: 18px;
        line-height: 1.7;
        font-weight: 500;
        margin-top: 22px;
    }
    #products-docusign .cot04 .cot04-support .support-img{
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}
/* PC cot05 */
@media only screen and (min-width: 1000px){
    #products-docusign .cot05{
        padding: 78px 0;
        background: #efefef;
    }
    #products-docusign .cot05 .cot05-title{
        font-size: 50px;
        font-weight: bold;
        color: #000000;
        text-align: center;
    }
    #products-docusign .cot05 .block-voice{
        margin-top: 57px;
        display: flex;
        justify-content: space-between;
    }
    #products-docusign .cot05 .block-voice .voice-all-txt{
        color: #000000;
        width: 640px;
    }
    #products-docusign .cot05 .block-voice .voice-title{
        font-size: 32px;
        font-weight: bold;
        line-height: 1.7;
        margin-bottom: 31px;
        letter-spacing: 1px;
    }
    #products-docusign .cot05 .block-voice .voice-subtitle{
        line-height: 1;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 29px;
    }
    #products-docusign .cot05 .block-voice .voice-sign{
        display: flex;
    }
    #products-docusign .cot05 .block-voice .voice-sign div{
        padding: 9px 22px;
        min-width: 110px;
        background: #ffffff;
        border-radius: 5px;
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        margin-right: 20px;
        margin-bottom: 43px;
        display: inline-block;
        border: 2px solid #003c96;
        color: #003c96;
        text-align: center;
    }
    #products-docusign .cot05 .block-voice .voice-txt{
        font-size: 18px;
        font-weight: 500;
        line-height: 1.6;
    }
   
    #products-docusign .cot05 .voice-img{
        width: 500px;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
        margin-top: 12px;
    }

}
/* PC cot06 */
@media only screen and (min-width: 1000px){
    #products-docusign .cot06{
        background: #ffffff;
        padding: 61px 0;
    }
    #products-docusign .cot06 .cot06-title{
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 42px;
        color: #000000;
    }
    #products-docusign .cot06 table{
        border-collapse: collapse;
        margin: 0 auto;
    }
    #products-docusign .cot06 table .top{
        font-size: 24px;
        font-weight: bold;
        color: #ffffff;
    }
    #products-docusign .cot06 table .top span{
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -1px;
    }
    #products-docusign .cot06 table .top-blue{
        background: #2486fc;
    }
    #products-docusign .cot06 table .top-dpblue{
        background: #003c96;
    }
    #products-docusign .cot06 table tr>*{
        margin: 0;
        padding: 0;
        border: 1px solid #afc3d7;
        text-align: center;
    }
    #products-docusign .cot06 th{
        width: 300px;
        background: #e9eef3;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
        color: #000000;
        padding: 20px !important;
    }
    #products-docusign .cot06 td{
        width: 350px;
        line-height: 1;
        padding: 23px 0 !important;
        font-size: 14px;
        font-weight: 500;
    }
}
/* PC fqa */
@media only screen and (min-width: 1000px){
    #products-docusign .fqa{
        background: #2486fc;
        padding: 60px 0;
    }
    #products-docusign .fqa-title{
        font-size: 50px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        margin-bottom: 60px;
        color: #ffffff;
    }
    #products-docusign .fqa-block-group{
        padding: 60px 0;
        background: #ffffff;
        border-radius: 20px;
    }
    #products-docusign .fqa-block{
        cursor: pointer;
        width: 1000px;
        position: relative;
        margin: 0 auto;
        padding: 36px 0;
        padding-right: 30px;
        padding-left: 80px;
        border-top: 1px solid #d8d8d8;
    }
    #products-docusign .fqa .fqa-block:last-child{
        border-bottom: 1px solid #d8d8d8;
    }
    #products-docusign .fqa-block .fqa-question,
    #products-docusign .fqa-block .fqa-answer{
        position: relative;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.6;
        width: 830px;
    }
    #products-docusign .fqa-block .fqa-answer{
        margin-top: 80px;
        display: none;
    }
    #products-docusign .fqa-block .fqa-question:before{
        content: 'Q';
        position: absolute;
        left: -40px;
        top: -8px;
        font-size: 40px;
        line-height: 1;
        font-weight: bold;
        color: #2486fc;
        font-family: "Barlow", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }
    #products-docusign .fqa-block .fqa-answer:before{
        content: 'A';
        position: absolute;
        left: -40px;
        top: -8px;
        font-size: 40px;
        line-height: 1;
        font-weight: bold;
        color: #f26430;
        font-family: "Barlow", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }
    #products-docusign .fqa-block:after{
        content: '';
        width: 25px;
        height: 3px;
        background: #2486fc;
        position: absolute;
        right: 30px;
        top: 48px;
    }
    #products-docusign .fqa-block:before{
        content: '';
        height: 25px;
        width: 3px;
        background: #2486fc;
        position: absolute;
        right: 41px;
        top: 37px;
    }
    #products-docusign .fqa-block.active:before{
        transition: 0.2s;
        opacity: 0;
    }


    #products-docusign .fqa .ct-link-group{
        text-align: center;
    }
    #products-docusign .fqa .ct-link-group .link-help,
    #products-docusign .fqa .ct-link-group .link-Reques{
        font-size: 28px;
        padding: 26px 0;
    }
    #products-docusign .fqa .ct-link-group .link-help{
        padding-left: 105px;
        padding-right: 127px;
        background: #f26430;
    }
    #products-docusign .fqa .ct-link-group .link-help:before{
        width: 29px;
        height: 23px;
    }
    #products-docusign .fqa .ct-link-group .link-help:hover:before{
        background: url("/wp-includes/images/products_docusign/email-hover-or.png") no-repeat;
        width: 29px;
        height: 23px;
    }
    #products-docusign .fqa .ct-link-group .link-help:hover{
        color: #f26430;
        background: #ffffff;
    }
    #products-docusign .fqa .ct-link-group .link-Reques{
        padding-left: 130px;
        padding-right: 146px;
        background: #ffffff;
    }
    #products-docusign .fqa .ct-link-group .link-Reques:hover{
        background: #e9eef3;
        color: #2486fc;
    }
    #products-docusign .fqa .ct-link-group .link-Reques:before{
        width: 34px;
        height: 26px;
    }
    #products-docusign .fqa .ct-link-group .link-Reques:hover:before{
        background: url(/wp-includes/images/products_docusign/book.png) no-repeat;
        background-size: 100% auto;
        display: block;
        width: 34px;
        height: 26px;
        margin-right: 20px;
    }
 
}
/* PC cot08 */
@media only screen and (min-width: 1000px){
    #products-docusign .cot08{
        background: #f8f8f8;
        padding: 64px 0 100px;
    }
    #products-docusign .cot08 .cot08-title{
        font-size: 32px;
        font-weight: bold;
        line-height: 1;
        color: #003c96;
        text-align: center;
        margin-bottom: 23px;
    }
    #products-docusign .cot08 .cot08-title span{
        padding-bottom: 2px;
        border-bottom: 4px solid #003c96;
    }
    #products-docusign .cot08 .cot08-txt{
        font-size: 24px;
        font-weight: 500;
        line-height: 1.8;
        color: #000000;
        text-align: center;
        margin-bottom: 54px;
    }
    #products-docusign .cot08 .cot08-banners{
        display: flex;
        justify-content: center;
    }
    #products-docusign .cot08 .cot08-banners .banner1{
        margin-right: 36px;
    }
}
/* PC footer */
@media only screen and (min-width: 1000px){
    #products-docusign footer{
        background: #003c96;
        padding: 28px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #fff;
        text-align: center;
    }
}



/* SP header & top */
@media only screen and (max-width: 1000px){
    .show-pc{
        display: none !important;
    }
    #products-docusign{
        background: #ffffff;
    }
    #products-docusign .inner{
        max-width:6.9rem
    }

    #products-docusign header{
        width: 100%;
        height: 1.2rem;
        top: 0;
        z-index: 99;
        position: fixed;
    }
    #products-docusign header .header-sp{
        padding: 0.3rem;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #products-docusign header .left-img{
        display: flex;
        width: 1.9rem;
    }

    #products-docusign header .right-btn {
        padding: 0.2rem 0.35rem;
        background: #2486fc;
        border-radius: 0.05rem;
        font-size: 0.22rem;
        line-height: 1;
        font-weight: 500;
        color: #ffffff;
        display: flex;
        align-items: center;
    }
    #products-docusign header .right-btn:hover{
        background: #0061d5;
    }

    #products-docusign header .right-btn img {
        width: 0.25rem;
        margin-right: 0.21rem;
    }

    #products-docusign .cot-top{
        position: relative;
        margin-top: 1.2rem;
    }

    #products-docusign .cot-top .ct-logo{
        width: 3.22rem;
        margin-bottom: 0.54rem;
    }

    #products-docusign .cot-top .ct-title{
        font-size: 0.56rem;
        line-height: 1.2;
        font-weight: bold;
        color: #000000;
        margin-bottom: 0.32rem;
    }

    #products-docusign .cot-top .ct-txt{
        font-size: 0.32rem;
        font-weight: 500;
        line-height: 1.5;
        color: #000000;
        margin-bottom: 0.35rem;
    }

    #products-docusign .cot-top .ct-maximg{
        position: relative;
        text-align: center;
    }
    #products-docusign .cot-top .ct-maximg img{
        width: 6rem;
        margin-top: 14.4vw;
    }
    #products-docusign .cot-top .ct-circle {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        position: absolute;
        top: 0;
        background: #f26430;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 0.24rem;
        font-weight: bold;
        line-height: 1.6;
    }

    #products-docusign .cot-top .ct-circle .cir-num{
        font-size: 0.36rem;
        font-family: "Barlow Semi Condensed";
        font-weight: 500;
        line-height: 0.7;
    }
    #products-docusign .cot-top .ct-circle .cir-en{
        font-size: 0.24rem;
    }
    #products-docusign .cot-top .ct-circle .cir-dftxt{
        font-size: 0.2rem;
    }

    #products-docusign .cot-top .circle-left {
        left: 0.7rem;
    }
    #products-docusign .cot-top .circle-center {
        left: 2.65rem;
    }
    #products-docusign .cot-top .circle-right {
        left: 4.6rem;
    }

    #products-docusign .ct-link-group {
        margin-top: 0.44rem;
        padding: 0 0.1rem;
        display: flex;
    }

    #products-docusign .ct-link-group .link-Reques,
    #products-docusign .ct-link-group .link-help {
        font-size: 0.23rem;
        line-height: 1;
        padding: 0.19rem 0;
        font-weight: bold;
        display: inline-flex;
        transition: 0.2s;
        align-items: center;
    }

    #products-docusign .ct-link-group .link-help {
        background: #2486fc;
        border-radius: 5px;
        color: #fff;
        padding-left: 0.71rem;
        padding-right: 0.71rem;
        margin-right: 0.3rem;
        position: relative;
    }
    #products-docusign .ct-link-group .link-Reques{
        background: #e9eef3;
        border-radius: 5px;
        color: #2486fc;
        padding-left: 0.8rem;
        padding-right: 1rem;
    }
    #products-docusign .ct-link-group .link-help:before{
        content: '';
        background: url("/wp-includes/images/products_docusign/email.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 0.26rem;
        height: 0.22rem;
        margin-right: 0.15rem;
    }
    #products-docusign .ct-link-group .link-Reques:before{
        content: '';
        background: url("/wp-includes/images/products_docusign/book.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 0.3rem;
        height: 0.22rem;
        margin-right: 0.15rem;
    }
    #products-docusign .ct-link-group .link-help:hover{
        transition: 0.2s;
        background: #0061d5;
    }
    #products-docusign .ct-link-group .link-Reques:hover{
        transition: 0.2s;
        color: #ffffff;
        background: #2486fc;
    }
    #products-docusign .ct-link-group .link-Reques:hover:before{
        content: '';
        background: url("/wp-includes/images/products_docusign/book-hover.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 0.26rem;
        height: 0.22rem;
        margin-right: 0.15rem;
    }

}
/* SP cot01 */
@media only screen and (max-width: 1000px) {
    #products-docusign .cot01{
        margin: 0.78rem auto;
    }
    #products-docusign .cot01 .cot01-title{
        font-size: 0.5rem;
        line-height: 1;
        font-weight: bold;
        color: #000000;
        text-align: center;
        margin-bottom: 0.42rem;
    }
   
    #products-docusign .cot01 .cot01-data-txt .cot01-txt{
        font-size: 0.28rem;
        font-weight: 500;
        color: #000000;
        line-height: 1.78;
    }
    #products-docusign .cot01 .cot01-data-txt .cot01-txtmain{
        font-size: 0.32rem;
        font-weight: bold;
        color: #003c96;
        line-height: 1.78;
    }
    #products-docusign .cot01 .cot01-data-txt .cot01-txt{
        margin-top: 0.23rem;
        font-size: 0.28rem;
        font-weight: 500;
        color: #000000;
        line-height: 1.7;
    }
    #products-docusign .cot01 .cot01-video{
        margin-top: 0.5rem;
        width: 100%;
    }
    #products-docusign .cot01 .cot01-video iframe{
        width: 100%;
        height: 4.35rem;
    }

    #products-docusign .cot01 .cot01-circlegroup{
        margin-top: 0.4rem;
        display: flex;
        flex-wrap: wrap;
    }
    #products-docusign .cot01 .cot01-circlegroup .cg-circle{
        width: 2.2rem;
        height: 2.2rem;
        border-radius: 50%;
        background: #2486fc;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.28rem;
        font-weight: 500;
        color: #ffffff;
    }
    #products-docusign .cot01 .cot01-circlegroup .circle01{
        display: flex;
    }
    #products-docusign .cot01 .cot01-circlegroup .circle01 .cg-circle{
        margin-right: 0.9rem;
    }
    #products-docusign .cot01 .cot01-circlegroup .circle02{
        display: flex;
        flex-direction: row-reverse;
        margin-top: 0.15rem;
        margin-left: 0.7rem;
    }
    #products-docusign .cot01 .cot01-circlegroup .circle02 .cg-circle{
        margin-left: 0.9rem;
    }
    #products-docusign .cot01 .cot01-circlegroup .cg-circle .cir-num{
        font-size: 0.8rem;
        font-family: "Barlow Semi Condensed";
        font-weight: 500;
        line-height: 0.85;
    }
    #products-docusign .cot01 .cot01-circlegroup .cg-circle .cir-unit{
        font-size: 0.4rem;
        font-weight: bold;
    }
}
/* SP cot02 */
@media only screen and (max-width: 1000px){
    #products-docusign .cot02{
        background: #2486fc;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
    #products-docusign .cot02 .cot02-title{
        text-align: center;
        font-size: 0.5rem;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        margin-bottom: 0.4rem;
    }
    #products-docusign .cot02 .cot02-title span{
        font-family: "Barlow Semi Condensed";
        font-size: 1rem;
        font-weight: 500;
        line-height: 0.7;
    }
    #products-docusign .cot02 .card-group{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #products-docusign .cot02 .card-group .card{
        /*width: 100%;*/
        position: relative;
        background: #ffffff;
        border-radius: 0.2rem;
        padding: 0.42rem 0.4rem;
    }
    #products-docusign .cot02 .card-group .card:not(:last-child){
        margin-bottom: 0.4rem;
    }
    #products-docusign .cot02 .card-group .card .card-num{
        font-family: "Barlow Semi Condensed";
        font-size: 2rem;
        font-weight: 500;
        color: #f0fafd;
        position: absolute;
        top: -0.3rem;
        right: 0.39rem;
    }
    #products-docusign .cot02 .card-group .card .card-title{
        font-size: 0.32rem;
        font-weight: bold;
        color: #003c96;
        line-height: 1.7;
        position: relative;
        z-index: 1;
    }
    #products-docusign .cot02 .card-group .card .card-img{
        height: 4.9rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }
    #products-docusign .cot02 .card-group .card .card-txt{
        font-size: 0.26rem;
        line-height: 1.76;
        color: #000000;
        font-weight: 500;
    }


}
/* SP cot03 */
@media only screen and (max-width: 1000px) {
    #products-docusign .cot03 {
        padding-top: 0.5rem;
        padding-bottom: 0.6rem;
        background: #efefef;
    }

    #products-docusign .cot03 .cot03-title {
        font-size: 0.5rem;
        font-weight: bold;
        color: #000000;
        line-height: 1.4;
        margin-bottom: 0.44rem;
        text-align: center;
    }

    #products-docusign .cot03 .cot03-subtitle {
        font-size: 0.32rem;
        font-weight: 500;
        color: #000000;
        line-height: 1.7;
        margin-bottom: 0.3rem;
        text-align: center;
    }

 

    #products-docusign .cot03 .point-group .cot03-point {
        position: relative;
        padding: 0.4rem;
        background: #ffffff;
        border-radius: 0.2rem;
        /*display: flex;*/
        margin-top: 1rem;
    }

    #products-docusign .cot03 .point-group .cot03-point .point-img {
        min-width: 100%;
        min-height: 3.7rem;
        flex-basis: 100%;
        border-radius: 0.1rem;
        background: #ffecbc;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #products-docusign .cot03 .point-group .cot03-point .point-txtgroup {
        color: #000000;
        margin-top: 0.3rem;
    }

    #products-docusign .cot03 .point-group .cot03-point .point-title {
        font-size: 0.32rem;
        line-height: 1.7;
        font-weight: bold;
    }

    #products-docusign .cot03 .point-group .cot03-point .point-art {
        font-size: 0.26rem;
        font-weight: 500;
        line-height: 1.7;
        margin-top: 0.12rem;
    }

    #products-docusign .cot03 .point-group .cot03-point .point-cirnum {
        position: absolute;
        top: -0.6rem;
        left: -0.2rem;
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 50%;
        background: #f26430;
        font-size: 0.22rem;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 0.85;
        color: #ffffff;
    }

    #products-docusign .cot03 .point-group .cot03-point .point-cirnum .point-num {
        font-size: 0.48rem;
    }



    #products-docusign .cot03 .ct-link-group {
        display: block;
        text-align: center;
        font-size: 0.28rem;
    }

    #products-docusign .cot03 .ct-link-group .link-help {
        padding: 0.27rem 0;
        padding-left: 1.73rem;
        padding-right: 1.87rem;
        margin: 0;
        margin-bottom: 30px;
        font-size: 0.28rem;
    }

    #products-docusign .cot03 .link-help:before {
        margin-right: 0.26rem;
        height: 0.26rem;
        width: 0.34rem;
    }

    #products-docusign .cot03 .ct-link-group .link-Reques {
        padding: 0.27rem 0;
        padding-left: 1.7rem;
        padding-right: 2.14rem;
        background: #ffffff;
        border: 0.02rem solid #2486fc;
        margin: 0;
        font-size: 0.28rem;
    }

    #products-docusign .cot03 .link-Reques:before {
        margin-right: 0.44rem;
        height: 0.26rem;
        width: 0.36rem;
    }

    #products-docusign .cot03 .link-Reques:hover {
        color: #2486fc;
    }

    #products-docusign .cot03 .link-Reques:hover:before {
        height: 0.26rem;
        width: 0.36rem;
        background: url(/wp-includes/images/products_docusign/book.png) no-repeat;
        background-size: 0.36rem 0.26rem;
        margin-right: 0.44rem;
    }
}
/* SP cot04 */
@media only screen and (max-width: 1000px){
    #products-docusign .cot04{
        padding: 0.6rem 0;
        background: #ffffff;
    }
    #products-docusign .cot04 .cot04-title{
        font-size: 0.5rem;
        font-weight: bold;
        color: #000000;
        line-height: 1.8;
        text-align: center;
    }
    #products-docusign .cot04 .cot04-support{
        width: 6.1rem;
        margin: 0 auto;
        margin-top: 0.9rem;
    }

    #products-docusign .cot04 .cot04-support .support-txt{
        position: relative;
        z-index: 9;
    }
    #products-docusign .cot04 .cot04-support .support-num{
        position: absolute;
        top: -0.6rem;
        left: -0.4rem;
        font-size: 2rem;
        line-height: 0.7;
        font-weight: 500;
        color: #e3f3fb;
        z-index: -1;
        font-family: "Barlow Semi Condensed";
    }
    #products-docusign .cot04 .cot04-support .support-title{
        font-size: 0;
    }
    #products-docusign .cot04 .cot04-support .support-title span{
        font-size: 0.4rem;
        font-weight: bold;
        line-height: 1.75;
        border-bottom: 0.06rem solid #f26430;
    }
    #products-docusign .cot04 .cot04-support .support-art{
        font-size: 0.28rem;
        line-height: 1.78;
        font-weight: 500;
        margin-top: 0.25rem;
    }
    #products-docusign .cot04 .cot04-support .support-img{
        display: flex;
        align-items: end;
        justify-content: center;
    }
    #products-docusign .cot04 .cot04-support .support-img .imginsp01{
        width: 3.2rem;
        margin-top: 0.35rem;
    }
    #products-docusign .cot04 .cot04-support .support-img .imginsp02{
        width: 3rem;
        margin-top: 0.45rem;
    }
    #products-docusign .cot04 .cot04-support .support-img .imginsp03{
        width: 5.9rem;
        margin-top: 0.41rem;
    }
}
/* SP cot05 */
@media only screen and (max-width: 1000px){
    #products-docusign .cot05{
        padding: 0.6rem 0;
        background: #efefef;
    }
    #products-docusign .cot05 .cot05-title{
        font-size: 0.5rem;
        font-weight: bold;
        color: #000000;
        text-align: center;
    }
    #products-docusign .cot05 .block-voice{
        margin-top: 0.35rem;
        display: block;
    }
    #products-docusign .cot05 .block-voice .voice-all-txt{
        color: #000000;
    }
    #products-docusign .cot05 .block-voice .voice-title{
        font-size: 0.4rem;
        font-weight: bold;
        line-height: 1.75;
        margin-bottom: 0.25rem;
    }
    #products-docusign .cot05 .block-voice .voice-subtitle{
        line-height: 1;
        font-size: 0.3rem;
        font-weight: 500;
        margin-bottom: 0.3rem;
    }
    #products-docusign .cot05 .block-voice .voice-sign{
        margin-bottom: 0.41rem;
        display: flex;
    }
    #products-docusign .cot05 .block-voice .voice-sign div{
        padding: 0.18rem 0.42rem;
        min-width: 1.8rem;
        background: #ffffff;
        border-radius: 0.05rem;
        font-size: 0.26rem;
        line-height: 1;
        font-weight: 500;
        margin-right: 0.4rem;
        text-align: center;
        border: 0.02rem solid #003c96;
        color: #003c96;
    }
    #products-docusign .cot05 .block-voice .voice-txt{
        font-size: 0.28rem;
        font-weight: 500;
        line-height: 1.6;
    }
    
    #products-docusign .cot05 .voice-img{
        width: 100%;
        display: flex;
        border-radius: 0.2rem;
        overflow: hidden;
        margin-top: 0.32rem;
    }

}
/* SP cot06 */
@media only screen and (max-width: 1000px){
    #products-docusign .cot06{
        background: #ffffff;
        padding: 0.6rem 0;
    }
    #products-docusign .cot06 .cot06-title{
        text-align: center;
        font-size: 0.5rem;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 0.41rem;
        color: #000000;
    }
    #products-docusign .cot06 .cot06-form{
        overflow: auto;
    }
    #products-docusign .cot06 table{
        border-collapse: collapse;
        background: #ffffff;
        width: 16.1rem;
        overflow: hidden;
    }

    #products-docusign .cot06 table .top{
        font-size: 0.32rem;
        font-weight: bold;
        color: #ffffff;
        line-height: 1.3;
    }
    #products-docusign .cot06 table .top span{
        font-size: 0.22rem;
        font-weight: 500;
        letter-spacing: -1px;
    }
    #products-docusign .cot06 table .top-blue{
        background: #2486fc;
    }
    #products-docusign .cot06 table .top-dpblue{
        background: #003c96;
    }
    #products-docusign .cot06 table tr>*{
        margin: 0;
        padding: 0;
        border: 1px solid #afc3d7;
        text-align: center;
    }
    #products-docusign .cot06 th{
        width: 3.8rem;
        background: #e9eef3;
        font-size: 0.26rem;
        line-height: 1;
        font-weight: bold;
        color: #000000;
        padding: 0.22rem !important;
    }
    #products-docusign .cot06 td{
        width: 5.5rem;
        line-height: 1;
        padding: 0.22rem 0 !important;
        font-size: 0.22rem;
        font-weight: 500;
    }
}
/* SP fqa */
@media only screen and (max-width: 1000px){
    #products-docusign .fqa{
        background: #2486fc;
        padding: 0.6rem 0;
    }
    #products-docusign .fqa-title{
        font-size: 0.5rem;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0.4rem;
        color: #ffffff;
    }
    #products-docusign .fqa-block-group{
        padding: 0.5rem 0.4rem;
        background: #ffffff;
        border-radius: 0.2rem;
    }
    #products-docusign .fqa-block{
        position: relative;
        margin: 0 auto;
        padding: 0.33rem 0;
        padding-right: 0.65rem;
        padding-left: 0.73rem;
        border-top: 1px solid #d8d8d8;
    }
    #products-docusign .fqa .fqa-block:last-child{
        border-bottom: 1px solid #d8d8d8;
    }
    #products-docusign .fqa-block .fqa-question,
    #products-docusign .fqa-block .fqa-answer{
        position: relative;
        font-size: 0.28rem;
        font-weight: 500;
        line-height: 1.4;
    }
    #products-docusign .fqa-block .fqa-answer{
        margin-top: 0.56rem;
        display: none;
    }
    #products-docusign .fqa-block .fqa-question:before{
        content: 'Q';
        position: absolute;
        left: -0.6rem;
        top: -0.1rem;
        font-size: 0.5rem;
        line-height: 1;
        font-weight: bold;
        color: #2486fc;
        font-family: "Barlow", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }
    #products-docusign .fqa-block .fqa-answer:before{
        content: 'A';
        position: absolute;
        left: -0.6rem;
        top: -0.1rem;
        font-size: 0.5rem;
        line-height: 1;
        font-weight: bold;
        color: #f26430;
        font-family: "Barlow", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }
    #products-docusign .fqa-block .fqa-question:after{
        content: '';
        width: 0.3rem;
        height: 0.036rem;
        background: #2486fc;
        position: absolute;
        right: -0.65rem;
        top: 50%;
        transform: translateY(-50%);
    }
    #products-docusign .fqa-block:before{
        content: '';
        height: 0.3rem;
        width: 0.036rem;
        background: #2486fc;
        position: absolute;
        right: 0.13rem;
        top: 50%;
        transform: translateY(-50%);
    }
    #products-docusign .fqa-block.active:before{
        transition: 0.2s;
        opacity: 0;
    }
    #products-docusign .fqa-block .fqa-question.active:before{
        transition: 0.2s;
        opacity: 0;
    }


    #products-docusign .fqa .ct-link-group{
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-top: 0.6rem;
        padding: 0 0.53rem;
    }
    #products-docusign .fqa .ct-link-group .link-help,
    #products-docusign .fqa .ct-link-group .link-Reques{
        font-size: 0.28rem;
        padding: 0.265rem 0;
        border-radius: 0.1rem;
    }
    #products-docusign .fqa .ct-link-group .link-help{
        background: #f26430;
        padding-left: 1.71rem;
        padding-right: 1.85rem;
        color: #ffffff;
        margin: 0;
        margin-bottom: 0.3rem;
    }
    #products-docusign .fqa .link-help:before{
        background: url(/wp-includes/images/products_docusign/email.png) no-repeat;
        margin-right: 0.26rem;
        background-size: 0.26rem 0.22rem;
    }
    #products-docusign .fqa .ct-link-group .link-help:hover{
        color: #f26430;
        background: #ffffff;
    }
    #products-docusign .fqa .ct-link-group .link-help:hover:before {
        background: url(/wp-includes/images/products_docusign/email-hover-or.png) no-repeat;
        width: 0.34rem;
        height: 0.26rem;
        background-size: 0.34rem 0.26rem;
    }
    #products-docusign .fqa .ct-link-group .link-Reques{
        padding-left: 1.7rem;
        padding-right: 2.14rem;
        background: #ffffff;
        color: #2486fc;
    }
    #products-docusign .fqa .link-Reques:before{
        margin-right: 0.44rem;
    }
    #products-docusign .fqa .ct-link-group .link-Reques:hover {
        background: #e9eef3;
        color: #2486fc;
    }
    #products-docusign .ct-link-group .link-Reques:hover:before{
        margin-right: 0.44rem;
        background: url(/wp-includes/images/products_docusign/book.png) no-repeat;
        width: 0.36rem;
        height: 0.26rem;
        background-size: 0.36rem 0.26rem;
    }
}
/* SP cot08 */
@media only screen and (max-width: 1000px){
    #products-docusign .cot08{
        background: #f8f8f8;
        padding: 0.62rem 0 0.8rem;
    }
    #products-docusign .cot08 .cot08-title{
        font-size: 0.4rem;
        font-weight: bold;
        line-height: 1;
        color: #003c96;
        text-align: center;
        margin-bottom: 0.28rem;
    }
    #products-docusign .cot08 .cot08-title span{
        padding-bottom: 0.02rem;
        border-bottom: 0.04rem solid #003c96;
    }
    #products-docusign .cot08 .cot08-txt{
        font-size: 0.3rem;
        font-weight: 500;
        line-height: 1.76;
        color: #000000;
        text-align: center;
    }
    #products-docusign .cot08 .cot08-banners{
        display: block;
        margin-top: 0.61rem;
        padding: 0 0.4rem;
        text-align: center;
    }
    #products-docusign .cot08 .cot08-banners .banner2{
        width: 4.4rem;
        margin: 0 auto;
        margin-top: 0.3rem;
        display: block;
    }
}
/* SP footer */
@media only screen and (max-width: 1000px){
    #products-docusign footer{
        background: #003c96;
        padding: 0.41rem;
        font-size: 0.2rem;
        font-weight: 500;
        line-height: 1;
        color: #fff;
        text-align: center;
    }
}

