@import "aiclerk-table.css";
#clerk .clerkTable .tableSub .faqBox .faqTitle {
    color: #444444;
    text-shadow: -1px 1px 0 #fff;
}

ul {
    list-style: none !important;
}

#contents {
    background: url(../img/column/column-bg.png) no-repeat left top 30px;
}

/*section:nth-child(odd) {
        background: #f9fafc;
    }*/

#breadcrumb {
    background: #f9fafc;
    padding: 7px 0 6px;
}

#breadcrumb .inner {
    padding-left: 44px;
}

#breadcrumb .breadcrumb {
    display: flex;
    flex-wrap: wrap;
}

#breadcrumb .breadcrumb li {
    color: #cacaca;
    font-size: 12px;
    letter-spacing: 0.3px;
}

#breadcrumb .breadcrumb li a {
    color: #494949;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.7px;

}

#breadcrumb .breadcrumb li+li:before {
    content: '＞';
    display: inline-block;
    vertical-align: 0;
    margin-right: 9px;
    margin-left: 10px;
    color: #494949;
    font-size: 12px;
}

#contents #automation {
    padding: 39px 0 70px !important;
    border-bottom: none;
}

.inner {
    max-width: 1140px;
    padding: 0 30px;
}

/* automation */
.titleQA {
    background: url('../img/consulting/background-photo.jpg') no-repeat;
    background-size: 100%;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 30px 15px 25px;
    margin-bottom: 30px;
}

#automation .wrapAuto {
    position: relative;
    width: 100%;
    background-color: transparent;
    text-align: center;
    padding: 41px 15px 49px;
}

/*#automation .wrapAuto:before,
    #automation .wrapAuto:after {
        content: "";
        position: absolute;
        width: 32px;
        height: 100%;
        top: 1px;
    }*/

/* #automation .wrapAuto:before {
        background: url('../img/consulting/autobefore-photo.png') no-repeat;
        background-size: 100% 100%;
        left: 0;
    }

    #automation .wrapAuto:after {
        background: url('../img/consulting/autoafter-photo.png') no-repeat;
        background-size: 100% 100%;
        right: 0;
    }*/

#automation .wrapAuto .boxAuto {
    position: relative;
    z-index: 1;
}

#automation .wrapAuto .boxAuto .autoPhoto {
    width: 980px;
    margin: 0 auto 19px;
}

#automation .wrapAuto .boxAuto .titleAuto {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.6px;
    line-height: 1.95;
    margin-bottom: 18px;
}

#automation .wrapAuto .boxAuto .titleAuto span {
    color: #ff6868;
    font-size: 30px;
}

#automation .wrapAuto .boxAuto .desAuto {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.4px;
    line-height: 1.7;
    padding: 0 53px 0 53px;
    margin-bottom: 35px;
}

#automation .wrapAuto .boxAuto .contactAuto {
    width: 320px;
    margin: 0 auto;
}

#automation .wrapAuto .boxAuto .contactAuto a {
    display: block;
    background: #00a6c2;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.4px;
    padding: 18px 10px;
}

/* reason */
#contents #reason {
    padding: 78px 0 58px !important;
    background: #f9fafc;
}

.share .listReason {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 878px;
    margin: 0 auto 10px;
}

.share .listReason li {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 31%;
    width: -webkit-calc(100%/3 - 23px);
    width: calc(100%/3 - 23px);
}

.share .listReason li .reasonPhoto {
    margin-bottom: 22px;
}

.share .listReason li .reasonPhoto img {
    display: block;
    margin: 0 auto;
}

.share .listReason li .wrapReason .titleStep {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.34;
}

.share .listReason li .wrapReason .titleStep:after {
    content: "";
    width: 50px;
    height: 2px;
    margin: 14px auto 11px auto;
    display: block;
    background-image: linear-gradient(to right, #05a6c2, #f7b50b);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}

.share .listReason li .wrapReason .desStep {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.4px;
    text-align: justify;
    padding: 0 3px 0 20px;
    margin-bottom: 10px;
}

.share .listReason li .wrapReason .desStep:before {
    content: "";
    position: absolute;
    background: #00a6c2;
    width: 4px;
    height: 4px;
    top: 10px;
    left: 4px;
}

/* define */
#contents #define {
    padding: 76px 0 70px !important;
    border-bottom: none;
}

#define .wrapDefine {
    display: flex;
    justify-content: space-between;
    width: 981px;
    margin: 0 58px;
}

#define .wrapDefine .definePhoto {
    width: 32.5%;
}

#define .wrapDefine .boxDefine {
    width: 63.2%;
    padding-top: 19px;
}

#define .wrapDefine .boxDefine .titleDefine {
    font-size: 22px;
    color: #ff6868;
    font-weight: bold;
    letter-spacing: 1.3px;
    margin-bottom: 32px;
}

#define .boxDefine .subDefine {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
    line-height: 1.6;
}

#define .boxDefine .listDefine li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 2;
    padding-left: 16px;
    margin-bottom: 8px;
}

#define .boxDefine .listDefine li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #00a6c2;
    top: 16px;
    left: 0px;
}

#define .boxDefine .listDefine li span {
    width: 100%;
    font-size: 16px;
    font-weight: 100;
}

#define .boxDefine .listDefine li a {
    color: #00a6c2;
    border-bottom: 1px solid;
}

#define .boxDefine .listDefine li a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

/* solution */
#contents #solution {
    padding: 87px 0 79px !important;
    background: #f9fafc;
}

#solution .listReason {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 0 23px;
}

#solution .listReason li {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 23%;
    width: -webkit-calc(100% / 4 - 18px);
    width: calc(100% / 4 - 18px);
}

#solution .listReason li .reasonPhoto {
    margin-bottom: 17px;
}

#solution .listReason li .wrapReason .desStep {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-align: justify;
    padding: 0 3px 0 24px;
    margin-bottom: 8px;
}

#solution .listReason li .wrapReason .desStep:before {
    content: "";
    position: absolute;
    background: #00a6c2;
    width: 4px;
    height: 4px;
    top: 11px;
    left: 7px;
}

#solution.share .listReason li .reasonPhoto {
    margin-bottom: 16px;
}

#solution.share .listReason li .wrapReason .titleStep {
    padding: 0 15px;
    letter-spacing: 0.9px;
}

#solution.share .listReason li .wrapReason .titleStep:after {
    margin: 14px auto 12px auto;
}

#solution.share .listReason li .wrapReason .desStep {
    padding: 0 10px;
    font-weight: 600;
    padding: 0 0 0 24px;
    letter-spacing: 2.3px;
}

#solution.share .listReason li .wrapReason .desStep:before {
    top: 9px;
    left: 7px;
}

#aiPackage {
    padding: 75px 0 88px !important;
    font-weight: 600;
}

#aiPackage .titleReason {
    margin-bottom: 32px;
}

#aiPackage .aiList .listPack:not(:last-child) {
    margin-bottom: 74px;
}

#aiPackage .aiList .listPack .packTitle {
    background: url(../img/plan-detail-ai/package-ai-bg-01.png) no-repeat left top 8px;
    font-size: 24px;
    line-height: 2;
    border-bottom: 1px solid #c5c5c5;
    letter-spacing: 1.4px;
    padding-bottom: 6px;
    padding-left: 13px;
    margin-bottom: 29px;
}

#aiPackage .aiList .listPack .packInfo {
    margin-bottom: 29px;
}

#aiPackage .aiList .listPack .packInfo li {
    position: relative;
    font-size: 18px;
    padding-left: 37px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

#aiPackage .aiList .listPack .packInfo li:not(:last-child) {
    margin-bottom: 9px;
}

#aiPackage .aiList .listPack .packInfo li:before {
    content: "■";
    position: absolute;
    font-size: 6px;
    top: 9px;
    left: 14px;
    color: #00a6c2;
}

#aiPackage .aiList .listPack .packImg img {
    margin: 0 auto;
}

#aiPackage .aiList .listPack .packBtn {
    max-width: 599px;
    padding-top: 40px;
    margin: 0 auto;
}

#aiPackage .aiList .listPack .packBtn .btn {
    display: block !important;
    padding: 16px 10px !important;
}

#aiPackage .aiList .listVideo {
    text-align: center;
    padding-top: 18px;
}

#aiPackage .aiList .listVideo .videoTitile {
    background: url(../img/plan-detail-ai/package-ai-bg-02.jpg) no-repeat center bottom;
    font-size: 26px;
    text-align: center;
    letter-spacing: 1.6px;
    padding-bottom: 31px;
    margin-bottom: 51px;
}

#aiPackage .aiList .listVideo .videoBox iframe {
    margin: 0 auto;
    width: 930px;
    height: 562px;
}

/*#aiPackage*/

#aiSecretarial {
    padding: 77px 0 86px !important;
    font-weight: 600;
    background: #f9fafc;
}

#aiSecretarial .titleQA {
    font-size: 32px;
    margin-bottom: 40px;
    padding: 17px 15px;
}

#aiSecretarial .secreList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 43px;
}

#aiSecretarial .secreList li {
    width: 330px;
    background-color: #fff;
    box-shadow: 4px 4px #f5f7fa;
    padding-bottom: 20px;
}

#aiSecretarial .secreList .listBox {
    background: url(../img/plan-detail-ai/secretarial-icon-02.png) no-repeat center bottom;
    padding: 25px 23px 40px 25px;
    margin-bottom: 15px;
}

#aiSecretarial .secreList .listBox .secreImg {
    margin-bottom: 18px;
}

#aiSecretarial .secreList .listBox .listReason li {
    background: url(../img/plan-detail-ai/secretarial-icon-01.png) no-repeat left top 2px;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.7px;
    padding: 0 0 0 29px;
    box-shadow: none;
}

#aiSecretarial .secreList .listBox .listReason li:not(:last-child) {
    margin-bottom: 8px;
}

#aiSecretarial .secreList .listBox .listReason li:last-child {
    letter-spacing: -0.2px;
}

#aiSecretarial .secreList .secreName {
    font-size: 22px;
    color: #ff6868;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.9px;
}

#aiSecretarial .secreList .secreName a{
    color: #ff6868;
}

#aiSecretarial .secreList .secreName a span {
    font-size: 18px;
    color: #444444;
}


/*#aiSecretarial*/


/*#achievementList*/
#achievementList {
    background: #f9fafc;
}

/*aiNote*/
#aiNote {
    padding: 75px 0 57px !important;
}

#aiNote .noteContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 59px;
}

#aiNote .noteContent .contTop {
    width: 320px;
}

#aiNote .noteContent .contBox {
    width: 603px;
    padding-top: 18px;
    font-size: 18px;
}

#aiNote .noteContent .contBox .boxTitle {
    font-size: 22px;
    color: #ff6868;
    margin-bottom: 28px;
    letter-spacing: 1px;
}

#aiNote .noteContent .contBox .boxSub {
    line-height: 1.67;
    padding-right: 80px;
    letter-spacing: 0.3px;
}

/*#aiNote*/

#aiEffective {
    padding: 75px 0 92px !important;
}

#aiEffective .effectList {
    padding: 0 24px;
}

#aiEffective .effectList li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 4px 4px #f5f7fa;
    padding: 24px 21px 25px;
}

#aiEffective .effectList li:not(:last-child) {
    margin-bottom: 31px;
}

#aiEffective .effectList .effectBox {
    width: 692px;
    padding-top: 18px;
}

#aiEffective .effectList .effectTitle {
    position: relative;
    font-size: 22px;
    letter-spacing: 1.1px;
    margin-bottom: 20px;
    padding-bottom: 22px;
}

#aiEffective .effectList .effectTitle span {
    position: relative;
    display: inline-block;
}

#aiEffective .effectList .effectTitle span:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: url(../img/plan-detail-ai/ai-effective-bg.png);
    background-size: cover;
    bottom: -22px;
    left: 2px;
}

#aiEffective .effectList .effectBox .effectSub {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

#contents>section h1.casestudyTitle {
    background: url('../img/plan-detail-ai/title-bcr.jpg') no-repeat center center/100%;
    padding: 17px 0 16px;
    max-width: 1081px;
    margin: 0 auto 41px !important;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

#contents h1.casestudyTitle span {
    font-size: 24px;
}

#contents #casestudy {
    background: #f9fafc;
    padding-top: 76px !important;
    padding-bottom: 92px;
}

/*clerk*/
/*#contents #clerk {
    padding: 80px 0 96px !important;
}

#contents #clerk .inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

#clerk .casestudyTitle {}

#clerk .clerkTable {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -1px;
    padding-left: 15px;
}

#clerk .clerkTable .seeDetail {
    display: none;
}

#clerk .clerkTable .tableMain {
    width: 924px;
}

#clerk .clerkTable .tableMain .telephoneAI {
    background: #c4c4c4;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 24px 0 23px;
    margin-bottom: 10px;
}

#clerk .clerkTable .tableMain .receptionAI {
    display: flex;
    justify-content: space-between;
}

#clerk .clerkTable .tableMain .receptionAI .reception {
    width: 458px;
    text-align: center;
}

#clerk .clerkTable .tableMain .receptionAI .reception.right {
    display: flex;
    justify-content: space-between;
}

#clerk .clerkTable .tableMain .receptionAI .reception .receptionCall {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #ababab;
    margin-bottom: 6px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#clerk .clerkTable .tableBox.table1 .titleBox {
    background: #c9c9c9;
}

#clerk .clerkTable .tableMain .receptionAI .reception .receptionBox.table2 .receptionCall {
    background: #b9b9b9;
}

#clerk .clerkTable .tableMain .receptionAI .reception .receptionBox.table3 .receptionCall {
    background: #c9c9c9;
}

#clerk .clerkTable .tableMain .receptionAI .reception .leftBox {
    display: flex;
    justify-content: space-between;
}


#clerk .clerkTable .tableBox {
    pointer-events: none;
    width: 226px;
}

#clerk .clerkTable .tableBox .titleBox {
    background: #dcdcdc;
    font-size: 21px;
    font-weight: bold;
    padding: 23px 0 21px;
}

#clerk .clerkTable .tableBox .boxContent {
    border: 2px solid #DCDCDD;
    border-top: 0;
    padding: 20px 13px 15px;
}

#clerk .clerkTable .tableBox .boxContent .basicCharge {
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: bold;
}

#clerk .clerkTable .tableBox .boxContent .price {
    position: relative;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-left: 2px;
    padding-bottom: 22px;
    margin-bottom: 13px;
    color: #697aa6;
}

#clerk .clerkTable .tableBox .boxContent .price:before {
    content: "+";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    line-height: 0.8;
    color: #444444;
}

#clerk .clerkTable .tableBox .boxContent .price span {
    font-size: 18px;
    margin-left: -1px;
    letter-spacing: 0;
    display: inline-block;
    transform: translateY(-2px);
}

#clerk .clerkTable .tableBox .boxContent .basicChargeSub {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}

#clerk .clerkTable .tableBox .boxContent .priceSub {}

#clerk .clerkTable .tableBox .boxContent .priceSub span {
    font-size: 16px;
}

#clerk .clerkTable .tableBox .boxContent .priceSub {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-left: 3px;
    margin-bottom: 13px;
}

#clerk .clerkTable .tableBox .boxContent .installation {
    text-align: left;
    font-size: 14px;
    border-bottom: 2px solid #e6ebf6;
    padding-bottom: 12px;
    margin-bottom: 19px;
}

#clerk .clerkTable .tableBox .boxContent .installation li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 17px;
    font-weight: 500;
}

#clerk .clerkTable .tableBox .boxContent .installation li:before {
    content: "■";
    position: absolute;
    left: 8px;
    top: 0;
    color: #c4c4c4;
    font-size: 4px;
    line-height: 4;
}

#clerk .clerkTable .tableBox .boxContent .includes {
    text-align: left;
    font-size: 14px;
}

#clerk .clerkTable .tableBox .boxContent .includes li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 5px;
}

#clerk .clerkTable .tableBox .boxContent .includes li:before {
    content: "■";
    position: absolute;
    top: 0;
    left: 8px;
    font-size: 4px;
    color: #7383ae;
    line-height: 4;
}

#clerk .clerkTable .reception .receptionBox {
    width: 226px;
}

#clerk .clerkTable .tableSub {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 469px;
}

#clerk .clerkTable .tableSub .faqBox {
    width: 226px;
    text-align: center;
}

#clerk .clerkTable .tableMain.active .telephoneAI {
    width: 955px;
    margin-left: -15px;
    background: #ff6666;
    color: #fff;
}

#clerk .clerkTable .tableMain.active {
    position: relative;
}

#clerk .clerkTable .tableMain.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    border: 3px solid #ff6666;
    width: 103.4%;
    height: 102.6%;
    border-radius: 10px 10px 0 0;
    z-index: -1;
}

#clerk .clerkTable .tableMain.active .receptionAI .reception .receptionCall {
    background: #7383ae;
    color: #fff;
}

#clerk .clerkTable .tableMain.active .receptionAI .reception .receptionBox.table2 .receptionCall {
    background: #a496be;
}

#clerk .clerkTable .tableMain.active .receptionAI .reception .receptionBox.table3 .receptionCall {
    background: #de98a3;
}

#clerk .clerkTable .tableMain.active .tableBox .titleBox {
    background: #9eadd4;
    color: #fff;
}

#clerk .clerkTable .tableMain.active .tableBox.table1 .titleBox {
    background: #c1cce8;
    color: #000;
}

#clerk .clerkTable .tableMain.active .tableBox.table1 .boxContent .price {
    color: #ff6666;
}

#clerk .clerkTable .faqBox.active .tableBox .boxContent,
#clerk .clerkTable .tableMain.active .tableBox .boxContent {
    border-color: #9eadd4;
}

#clerk .clerkTable .tableSub .faqBox.active {
    position: relative;
}

#clerk .clerkTable .tableSub .faqBox.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    border: 3px solid #ff6666;
    width: 113.3%;
    height: 102.4%;
    border-radius: 10px 10px 0 0;
    z-index: -1;
}

#clerk .clerkTable .faqBox.active .tableBox .titleBox {
    color: #fff;
    background: #9eadd4;
}

#clerk .clerkTable .faqBox.active .tableBox .boxContent .price {
    color: #ff6868;
}

#clerk .clerkTable .tableSub .faqBox.active .faqTitle {
    background: #ff6666;
    color: #fff;
    padding: 48.8px 0 49px;
    width: 256px;
    margin-left: -15px;
    margin-bottom: 11px;
    line-height: 1.2;
}

#clerk .clerkTable .tableSub .faqBox .faqTitle {
    background: #c4c4c4;
    font-size: 28px;
    border-radius: 10px 10px 0 0;
    padding: 26px 0 22px;
    line-height: 1.1;
    margin-bottom: 6px;
    letter-spacing: -2.4px;
}

#clerk .clerkScroll {
    margin-bottom: 46px;
}

#clerk .lightPlan {
    max-width: 600px;
    width: 100%;
    margin-left: 12.3%;
}

#clerk .lightPlan a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #00a6c2;
    border: 2px solid #00a6c2;
    text-align: center;
    padding: 17px 0 16px;
    letter-spacing: 0.4px;


/*    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #00a6c2;
    border: 2px solid #00a6c2;
    max-width: 600px;
    width: 100%;
    margin-left: 12.3%;
    text-align: center;
    padding: 17px 0 16px;
    letter-spacing: 0.4px;
    background: #fff;*/




}*/

/*.general .titleReason {
        position: relative;
        background: #fef7e5;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        letter-spacing: 1.1px;
        padding: 17px 77px 16px 79px;
        margin-bottom: 40px;
    }*/

.useTextbox .textBoxContent p {
    font-size: 24px;
    letter-spacing: 0.1px;
}

.useTextbox .textBox {
    padding: 62px 33px 65px !important;
}

.useTextbox .textBoxContent .btn {
    margin-top: 47px;
    padding: 18px 70px !important;
}


.aiEffec .titleReason {
    background: #e5f6f9;
}

.aiEffec .titleReason:after,
.aiEffec .titleReason:before {
    content: "";
    position: absolute;
    background: url('../img/plan-detail-ai/backgroundafter-photo-01.png') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    top: 15px;
}


/* event */
#event {
    padding: 77px 0 99px;
}

#event.useEvent .titleEvent {
    width: 100%;
}


#event .listColumn>li .listColumnContent {
    padding: 19px 8px 21px 15px;
    position: relative;
}

.useEvent .titleEvent:after,
.useEvent .titleEvent:before {
    content: "";
    position: absolute;
    background: url('../img/plan-detail-ai/backgroundafter-photo-01.png') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    top: 15px;
}

.useEvent .titleEvent:after {
    right: 15px;
}

.useEvent .titleEvent:before {
    left: 15px;
}

#event .inner {
    max-width: 1497px;
}

#event .listColumn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 21px;
}

#event .listColumn>li {
    width: 329px;
    margin-right: 40px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

#event .listColumn>li:nth-child(4n) {
    margin-right: 0;
}

#event .listColumn>li:before {
    height: 1px;
    bottom: 0;
}

#event .listColumn>li:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #c5c5c5, #c5c5c5);
}

#event .listColumn>li .listColumnContent:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #c5c5c5;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#event .listColumn>li .listColumnContent {
    padding: 15px 8px 44px 15px;
    position: relative;
}

#event .listColumn>li .listColumnContent .columnTitle {
    margin-bottom: 14px;
}

#event .listColumn>li .listColumnContent .columnTitle a {
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(68, 68, 68);
    padding-bottom: 1px;
}

.hoverLine .hoverImage img {
    width: 100%;
}

#event .listColumn>li .listColumnContent .date {
    color: #888888;
    letter-spacing: 0.3px;
}

.seemore {
    width: 260px;
    margin: 0 auto;
}

.seemore a {
    display: block;
    color: #00a6c2;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 16px 10px;
    border: 2px solid #00a6c2;
}


/*column*/
#contents>#column {
    padding: 85px 20px 92px !important;
}

#column .titleEvent {
    margin-bottom: 54px;
}

#column .titleEvent.blue {
    margin-bottom: 54px;
}

#contents #flow {
    background: #f9fafc;
}

#box .textBox:before,
#box .textBox:after {
    background: #fff;
}

#box .textBox.white {
    background: transparent;
}

#contents #event {
    background: #f9fafc;
}

#box.boxAi {
    padding: 0;
}

#box.boxAi .textBox:before,
#box.boxAi .textBox:after {
    background: #f9fafc;
}

/*FAQ*/
/*#faq.useEvent .titleEvent.faqTitle{
        width: 100%;
        height: 1px;
        display: block;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom;
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to right, #c5c5c5, #c5c5c5);
    }

    #column .listColumn>li:before {
        height: 1px;
        bottom: 0;
    }

    #column .listColumn>li:nth-child(4n) {
        margin-right: 0;
    }

    #column .listColumn>li .listColumnContent {
        padding: 15px 8px 21px 15px;
        position: relative;
    }

    #column .listColumn>li .listColumnContent:after {
        content: "";
        width: 6px;
        height: 6px;
        display: block;
        background: #c5c5c5;
        position: absolute;
        bottom: 19px;
        right: 22px;
    }

    #column .listColumn>li .listColumnContent .columnTitle {
        margin-bottom: 11px;
    }

    #column .listColumn>li .listColumnContent .columnTitle a {
        font-size: 18px;
        color: rgb(68, 68, 68);
        border-bottom: 2px solid #cacaca;
        letter-spacing: 1.1px;
    }

    #column .listColumn>li .listColumnContent .minilistCate {
        margin-bottom: 4px;
        justify-content: initial;
    }

    #column .listColumn>li .listColumnContent .minilistCate li {
        margin-right: 19px;
    }

    #column .listColumn>li .listColumnContent .minilistCate li a {
        font-weight: normal;
        font-size: 16px;

    }
    @media(max-width: 1510px) and (min-width: 960px) {
        #column .inner {
            width: 100%;
            padding: 0 25px;
            max-width: initial;
        }

        #column .listColumn>li {
            width: 22.92%;
            margin-right: 2.77%;
        }

        #column .listColumn>li .listColumnContent .columnTitle a {
            font-size: 1.2vw;
        }
    }

    }*/
@media(max-width: 1500px) and (min-width: 960px) {
    
    #clerk .clerkTable {
        width: 1457px;
        padding-bottom: 25px;
        padding-left: 13px;
    }
    
}

@media (max-width: 1470px) and (min-width: 960px) {
    #event .inner {
        width: 100%;
    }

    #event .listColumn>li {
        width: 23%;
        width: -webkit-calc(100%/4 - 30.1px);
        width: calc(100%/4 - 30.1px);
        margin-bottom: 3%;
    }
}

@media(max-width: 1160px) and (min-width: 960px) {
    #automation .wrapAuto .boxAuto .autoPhoto {
        width: 93.6%;
    }

    /*#automation .wrapAuto:before,
        #automation .wrapAuto:after {
            width: 3%;
        }*/

    .share .listReason {
        width: 81.3%;
    }

    .share .listReason li .wrapReason .desStep:before {
        top: 9%;
    }

    #define .wrapDefine {
        width: 78.1%;
    }

    #define .wrapDefine .definePhoto {
        width: 38%;
    }

    #define .wrapDefine .boxDefine {
        width: 59.3%;
        padding-top: 0;
    }

    #aiPackage,
    #aiSecretarial,
    #aiNote,
    #aiEffective {
        width: 100%;
    }

    .inner {
        width: 100%;
        padding: 0 20px;
    }

    #aiPackage .aiList .listVideo .videoBox iframe {
        width: 100%;
    }

    /*#aiPackage*/

    #aiSecretarial .secreList li {
        width: 32.5%;
    }

    #aiSecretarial .secreList .listBox {
        padding: 10px 10px 40px;
    }

    #aiSecretarial .secreList .listBox .listReason li {
        font-size: 14px;
        padding: 0 0 0 22px;
    }

    #aiSecretarial .secreList .secreName {
        font-size: 18px;
    }

    #aiSecretarial .secreList .secreName span {
        font-size: 14px;
    }

    /*#aiSecretarial*/

    #casestudy .listCase {
        width: 95.01%;
    }

    #casestudy .listCase>li {
        width: 30.8%;
        margin-right: 3.8%;
    }

    #aiEffective {
        width: 100%;
    }

    #aiSecretarial .secreList li {
        width: 32.5%;
    }

    #aiSecretarial .secreList .listBox {
        padding: 10px 10px 40px;
    }

    #aiSecretarial .secreList .listBox .listReason li {
        font-size: 14px;
        padding: 0 0 0 22px;
    }

    #aiSecretarial .secreList .secreName {
        font-size: 18px;
    }

    #aiSecretarial .secreList .secreName span {
        font-size: 14px;
    }

    #aiEffective .effectList .effectSp {
        width: 27.3%;
    }

    #aiEffective .effectList .effectBox {
        width: 70%;
    }

    #aiEffective .effectList .effectTitle {
        margin-bottom: 11px;
        padding-bottom: 7px;
    }
}

@media (max-width: 1130px) and (min-width: 960px) {

    #contents #automation,
    #contents #reason,
    #contents #define,
    #contents #solution {
        padding: 40px 0 52px !important;
    }

    .useTitle .titleQA {
        font-size: 28px;
        padding: 2.5% 2% 2.5% 2%;
    }

    .general .titleReason {
        font-size: 21px;
        padding: 1.7% 6% 1.5% 6%;
    }

    .useEvent .titleEvent {
        font-size: 20px;
        padding: 1.7% 6% 1.5% 6%;
    }

    .general .titleReason:before,
    .general .titleReason:after,
    .useEvent .titleEvent:before,
    .useEvent .titleEvent:after {
        top: 53%;
        transform: translateY(-50%);
        width: 3.83%;
        height: 66.4%;
    }
}

@media (max-width: 1130px) and (min-width: 960px) {

    #contents #automation,
    #contents #reason,
    #contents #define,
    #contents #solution {
        padding: 40px 0 52px !important;
    }

    #automation .wrapAuto {
        padding: 30px 15px 30px;
    }

    .titleQA {
        font-size: 28px;
        padding: 2.5% 2% 2.5% 2%;
    }

    #automation .wrapAuto .boxAuto .autoPhoto {
        margin-bottom: 12px;
    }

    #automation .wrapAuto .boxAuto .titleAuto {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    #automation .wrapAuto .boxAuto .titleAuto span {
        font-size: 20px;
    }

    #automation .wrapAuto .boxAuto .desAuto {
        font-size: 14px;
    }

    #automation .wrapAuto .boxAuto .contactAuto {
        width: 290px;
    }

    #automation .wrapAuto .boxAuto .contactAuto a {
        padding: 12px 10px;
        font-size: 14px;
    }

    .general .titleReason {
        font-size: 21px;
        padding: 1.7% 6% 1.5% 6%;
    }

    .general .titleReason:before,
    .general .titleReason:after {
        top: 53%;
        transform: translateY(-50%);
        width: 3.83%;
        height: 66.4%;
    }

    .share .listReason li .reasonPhoto {
        margin-bottom: 17px;
    }

    .share .listReason li .wrapReason .titleStep {
        font-size: 15px;
    }

    .share .listReason li .wrapReason .titleStep:after {
        margin: 5px auto 10px auto;
    }

    .share .listReason li .wrapReason .desStep {
        font-size: 14px;
    }

    #define .wrapDefine .boxDefine .titleDefine {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #define .boxDefine .subDefine {
        font-size: 14px;
        margin-bottom: 27px;
    }

    #define .boxDefine .listDefine li {
        font-size: 14px;
    }

    #define .boxDefine .listDefine li a {
        font-size: 14px;
    }
}

@media(max-width: 1115px) and (min-width: 960px) {
    #aiNote .noteContent .contTop {
        width: 30%;
    }

    #aiNote .noteContent .contBox {
        width: 65%;
        padding: 0;
    }

    #aiNote .noteContent .contBox .boxTitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #aiNote .noteContent .contBox .boxSub {
        font-size: 14px;
        padding: 0;
    }

    /*#aiNote*/

    #aiEffective .effectList .effectSp {
        width: 30%;
    }

    #aiEffective .effectList .effectBox {
        width: 65%;
        padding: 0;
    }

    #aiEffective .effectList .effectBox .effectTitle {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #aiEffective .effectList .effectBox .effectSub {
        font-size: 14px;
    }
}

@media (max-width: 1000px) and (min-width: 960px) {
    #define .wrapDefine {
        width: 89%;
    }

    .general .titleReason:before,
    .general .titleReason:after {
        top: 51%;
    }

    .general .titleReason:before,
    .general .titleReason:after,
    .useEvent .titleEvent:before,
    .useEvent .titleEvent:after {
        top: 51%;
    }
}

@media only screen and (min-width: 960px) {
    header {
        position: sticky;
    }

    .share .listReason li .wrapReason .titleStep:after {
        margin: 15px auto 11px auto;
        width: 50px;
    }

    #casestudy .listCase>li a:hover:after {
        background: #f8b500;
    }

    #event .inner {
        max-width: 1497px;
        padding: 0 30px;
    }

    #column .inner {
        max-width: 1500px;
        padding: 0 30px;
    }

    #event .listColumn>li:hover .listColumnContent:after {
        background: #f8b500;
    }

    .hoverLine .hoverImage img {
        transition: transform 0.5s ease-out;
    }

    .hoverLine:hover .hoverImage img {
        transform: scale(1.15);
        transition: transform 0.5s cubic-bezier(0, 0.55, 0.45, 1);
    }

    .effect {
        padding: 77px 0 22px;
    }

    footer {
        margin-top: 0;
    }
}

@media(min-width: 960px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

@media(max-width: 959px) {

    .sp {
        display: block;
    }

    .inner {
        max-width: 100%;
        padding: 0 6%;
    }

    .textBox:after,
    .textBox:before {
        background: #f9fafc;
    }

    /* automation */
    #contents #automation {
        padding: 7px 0 31px !important;
        background: transparent;
    }

    #automation .wrapAuto {
        padding: 15px 15px 16px;
    }

    /* #automation .wrapAuto:before {
            background: url('../img/consulting/autobefore-sp-photo.png') no-repeat;
            background-size: 100% 100%;
            width: 17px;
        }

        #automation .wrapAuto:after {
            background: url('../img/consulting/autoafter-photo-sp.png') no-repeat;
            background-size: 100% 100%;
            width: 17px;
        }*/

    .titleQA {
        background-size: 100% 100%;
        font-size: 20px;
        padding: 12px 5px 11px;
        margin-bottom: 16px;
    }

    #automation .wrapAuto .boxAuto .autoPhoto {
        width: 100%;
        margin: 0 auto 11px;
    }

    #automation .wrapAuto .boxAuto .titleAuto {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    #automation .wrapAuto .boxAuto .titleAuto span {
        font-size: 18px;
    }

    #automation .wrapAuto .boxAuto .desAuto {
        font-size: 14px;
        letter-spacing: 0.3px;
        line-height: 1.3;
        padding: 0;
        margin-bottom: 8px;
    }

    #automation .wrapAuto .boxAuto .contactAuto {
        width: 230px;
    }

    #automation .wrapAuto .boxAuto .contactAuto a {
        font-size: 14px;
        padding: 12px 10px 9px;
    }

    /* reason */
    #contents #reason {
        padding: 27px 0 6px !important;
    }

    #reason .titleReason {
        padding: 4px 15px 5px 18px;
    }

    .share .listReason {
        width: 100%;
        flex-wrap: wrap;
        padding: 0;
    }

    .share .listReason li {
        width: 49%;
        width: -webkit-calc(100%/2 - 5px);
        width: calc(100%/2 - 5px);
        margin-bottom: 15px;
    }

    .share .listReason li .reasonPhoto,
    #solution.share .listReason li .reasonPhoto {
        margin-bottom: 8px;
    }

    .share .listReason li .wrapReason .titleStep {
        font-size: 15px;
        line-height: 1.27;
    }

    .share .listReason li .wrapReason .titleStep:after {
        width: 30px;
        margin: 11px auto 11px auto;
    }

    .share .listReason li .wrapReason .desStep {
        font-size: 14px;
        line-height: 1.25;
        padding: 0 3px 0 13px;
        margin-bottom: 6px;
    }

    .share .listReason li .wrapReason .desStep:before {
        top: 8px;
        left: 4px;
    }

    /* define */
    #contents #define {
        padding: 27px 0 16px !important;
    }

    #define.general .titleReason {
        padding: 7px 12px 8px;
    }

    #define .wrapDefine {
        width: 100%;
        margin: 0 auto 14px;
        align-items: center;
    }

    #define .wrapDefine .definePhoto {
        width: 48.7%;
    }

    #define .wrapDefine .boxDefine {
        width: 48.5%;
        padding-top: 3px;
    }

    #define .wrapDefine .boxDefine .titleDefine {
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 1.25;
        margin-bottom: 0;
    }

    #define .boxDefine .subDefine {
        font-size: 14px;
        margin-bottom: 4px;
    }

    #define .boxDefine .listDefine li {
        font-size: 15px;
        line-height: 1.7;
        padding-left: 10px;
        margin-bottom: 7px;
    }

    #define .boxDefine .listDefine li:before {
        width: 4px;
        height: 4px;
        top: 9px;
        left: 0px;
    }

    #define .boxDefine .listDefine li span {
        font-size: 14px;
    }

    /* solution */
    #contents #solution {
        padding: 27px 0 91px !important;
    }

    #solution.general .titleReason {
        padding: 8px 27px 8px 30px;
        letter-spacing: 0px;
    }

    #solution.share .listReason li .wrapReason .titleStep {
        padding: 0;
    }

    #solution.share .listReason li .wrapReason .titleStep:after {
        margin: 11px auto 12px auto;
    }

    #solution.share .listReason li .wrapReason .desStep {
        letter-spacing: 0;
    }

    #solution.share .listReason li .wrapReason .desStep:before {
        display: none;
    }

    /* solution */
    #contents #solution {
        padding: 27px 0 16px !important;
    }

    #solution.general .titleReason {
        padding: 8px 27px 8px 30px;
        letter-spacing: 0px;
    }

    #solution .listReason {
        padding: 0;
    }

    #solution .listReason li {
        width: 49%;
        width: -webkit-calc(100% / 2 - 4px);
        width: calc(100% / 2 - 4px);
        margin-bottom: 15px;
    }

    #solution .listReason li .reasonPhoto {
        margin-bottom: 11px;
    }

    #solution .listReason li .wrapReason .desStep {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0.1px;
        margin-bottom: 8px;
        padding: 0 3px 0 17px;
    }

    #solution .listReason li .wrapReason .desStep:before {
        top: 7px;
    }

    /*#aiPackage*/
    #aiPackage {
        padding: 25px 0 27px !important;
    }

    #aiPackage .titleReason {
        margin-bottom: 9px;
        padding: 6px 15px 6px 18px;
        margin-bottom: 8px;
    }

    #aiPackage .aiList .listPack .packTitle {
        background: url(../img/plan-detail-ai/package-ai-bg-01-sp.png) no-repeat left top 8px;
        background-size: 2px 14px;
        font-size: 15px;
        letter-spacing: 1.4px;
        padding-left: 7px;
        padding-bottom: 0;
        margin-bottom: 14px;
    }

    #aiPackage .aiList .listVideo .videoTitile {
        font-size: 16px;
        padding-bottom: 13px;
        margin-bottom: 14px;
        letter-spacing: 0.4px;
        background-size: 30.5% 7%;
    }

    #aiPackage .aiList .listPack:not(:last-child) {
        margin-bottom: 50px;
    }

    #aiPackage .aiList .listPack .packInfo {
        margin-bottom: 13px;
    }

    #aiPackage .aiList .listPack .packInfo li {
        letter-spacing: 0.3px;
        line-height: 1.2;
        font-size: 14px;
        padding-left: 12px;
    }

    #aiPackage .aiList .listPack .packInfo li:not(:last-child) {
        margin-bottom: 7px;
    }

    #aiPackage .aiList .listPack .packInfo li:before {
        font-size: 5px;
        top: 7px;
        left: 3px;
    }

    #aiPackage .aiList .listPack .packBtn {
        padding-top: 15px;
        width: 88%;
        margin: auto;
    }

    #aiPackage .aiList .listVideo .videoBox {
        width: 100%;
    }

    #aiPackage .aiList .listVideo .videoBox iframe {
        width: 100%;
        height: 200px;
    }

    /*#aiSecretarial*/
    #aiSecretarial {
        padding: 25px 0 27px !important;
    }

    #aiSecretarial .titleQA {
        font-size: 15px;
        margin-bottom: 9px;
    }

    #aiSecretarial .secreList {
        padding: 0;
    }

    #aiSecretarial .secreList .listBox {
        background: url(../img/plan-detail-ai/secretarial-icon-02.png) no-repeat center bottom 0px;
        padding: 13px 13px 31px;
        margin-bottom: 8px;
    }

    #aiSecretarial .secreList li {
        width: 100%;
        box-shadow: 2px 2px #f5f7fa;
        padding-bottom: 14px;
        margin-bottom: 18px;
    }

    #aiSecretarial .secreList .listBox .secreImg {
        margin-bottom: 5px;
    }

    #aiSecretarial .secreList .listBox .secreImg img {
        margin: 0 auto;
    }

    #aiSecretarial .secreList .listBox .listReason li {
        background: url(../img/plan-detail-ai/secretarial-icon-01.png) no-repeat left 3px top 1px / 13px;
        font-size: 12px;
        line-height: 1.3;
        padding: 0 0 0 24px;
    }

    #aiSecretarial .secreList .listBox .listReason li:not(:last-child) {
        margin-bottom: 6px;
    }

    #aiSecretarial .secreList .listBox .listReason li:last-child {
        margin-bottom: 0;
        letter-spacing: 0.7px;
    }

    #aiSecretarial .secreList .secreName {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: -0.1px;
    }

    #aiSecretarial .secreList .secreName span {
        font-size: 12px;
    }

    #aiSecretarial .textBoxContent .btn {
        margin: 10px 20px 0;
    }

    /*#aiNote*/
    #aiNote {
        padding: 29px 0 22px !important;
    }

    #aiNote .titleReason {
        padding: 6px 15px 6px 18px;
    }

    #aiNote .noteContent {
        padding: 0 2px;
    }

    #aiNote .noteContent .contTop {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    #aiNote .noteContent .contTop .contImg {
        width: 48.7%;
    }

    #aiNote .noteContent .contTop .boxTitle {
        font-size: 15px;
        color: #ff6868;
        width: 48.7%;
        letter-spacing: 0.8px;
    }

    #aiNote .noteContent .contBox {
        width: 100%;
        padding: 0;
    }

    #aiNote .noteContent .contBox .boxSub {
        font-size: 14px;
        padding: 0;
        line-height: 1.2;
    }

    /*#aiEffective*/
    #aiEffective {
        padding: 25px 0 27px !important;
    }

    #aiEffective .effectList {
        padding: 0 2px;
    }

    #aiEffective .effectList li {
        padding: 14px 12px 11px 13px;
        box-shadow: 2px 2px #f5f7fa;
    }

    #aiEffective .effectList li:not(:last-child) {
        margin-bottom: 20px;
    }

    #aiEffective .effectList .effectSp {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #aiEffective .effectList .effectImg {
        width: 45%;
    }

    #aiEffective .effectList .effectTitle {
        width: 52%;
        font-size: 15px;
        padding-top: 12px;
        letter-spacing: 0.5px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #aiEffective .effectList .effectTitle span:after {
        bottom: -8px;
        left: 0px;
    }

    #aiEffective .effectList .effectBox {
        width: 100%;
        padding-top: 12px
    }

    #aiEffective .effectList .effectBox .effectSub {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0.3px;
    }

    #casestudy {
        background: #f1f3f6;
    }

    #contents #casestudy {
        padding-bottom: 33px;
    }

    #casestudy .listCase {
        width: 100%;
        margin-bottom: 18px;
    }

    #casestudy .listCase>li {
        width: 48.6%;
        margin-right: 2.8%;
        margin-bottom: 8px;
    }

    #casestudy .listCase>li:nth-child(3n) {
        margin-right: 2.8%;
    }

    #casestudy .listCase>li:nth-child(2n) {
        margin-right: 0;
    }

    #casestudy .listCase a {
        padding: 16px 11px 20px;
        height: 100%;
    }

    #casestudy .listCase .info,
    #casestudy .listCase .info:nth-child(3) {
        line-height: 1;
        margin-bottom: 0px;
    }

    #casestudy .listCase .info .label {
        font-size: 10px;
    }

    #casestudy .listCase .info .textInfo {
        font-size: 11px;
        letter-spacing: -0.2px;
    }

    #casestudy .listCase .info .textInfo b {
        margin-top: 0px;
    }

    #casestudy .listCase .logocase {
        margin-bottom: 0;
    }

    #casestudy .listCase>li a:after {
        width: 3px;
        height: 3px;
        background: #f8b500;
        bottom: 9px;
        right: 10px;
    }

    #casestudy .hoverLine:before {
        transform: scaleX(100%) !important;
    }

    .btnmore a {
        width: 57.2% !important;
        max-width: 320px;
        display: inline-block;
        padding: 9px 0 !important;
    }

    

    .useTitle .titleQA {
        background-size: 100% 100%;
        font-size: 20px;
        padding: 12px 5px 11px;
        margin-bottom: 16px;
    }

    #aiSecretarial.useTitle .titleQA {
        font-size: 15px;
        padding: 9px 13px 6px;
        margin-bottom: 17px;
    }

    /* aiSecretarial */
    #aiSecretarial {
        padding: 23px 0 30px;
    }

    #aiSecretarial .secreList {
        padding: 0;
        margin-bottom: -2px;
    }

    .omission {
        font-size: 16px;
        color: #c4c4c4;
        font-weight: bold;
        text-align: center;
        margin-bottom: 12px;
    }

    .useTextbox .textBoxContent p {
        font-size: 15px;
        line-height: 1.6;
    }

    .useTextbox .textBox {
        padding: 9px 33px 20px !important;
    }

    .useTextbox .textBoxContent .btn {
        width: 88.5%;
        padding: 11px 31px 10px !important;
        margin: 7px auto 0;
    }

    #aiSecretarial .secreList .listBox {
        background: url('../img/plan-detail-ai/secretarial-icon-02.png') no-repeat center bottom 0px;
        padding: 13px 13px 31px;
        margin-bottom: 8px;
    }

    #aiSecretarial .secreList li {
        width: 70%;
        margin: 0 auto 18px;
        box-shadow: 2px 2px #f5f7fa;
        padding-bottom: 14px;
    }

    #aiSecretarial .secreList .listBox .secreImg {
        margin-bottom: 7px;
    }

    #aiSecretarial .secreList .listBox .listReason li {
        background: url('../img/plan-detail-ai/secretarial-icon-01.png') no-repeat left 5px top 0 / 13px;
        font-size: 12px;
        line-height: 1.3;
        padding: 0 0 0 24px;
    }

    #aiSecretarial .secreList .listBox .listReason li:not(:last-child) {
        margin-bottom: 6px;
    }

    #aiSecretarial .secreList .listBox .listReason li:last-child {
        margin-bottom: 0;
        letter-spacing: 0.7px;
    }

    #aiSecretarial .secreList .secreName {
        font-size: 16px;
        line-height: 1.15;
        letter-spacing: -0.1px;
    }

    #aiSecretarial .secreList .secreName span {
        font-size: 12px;
    }

    #aiSecretarial .textBox {
        padding: 11px 29px 21px;
    }

    #aiSecretarial .textBox p {
        line-height: 1.5;
    }

    /* aiEffective */
    #aiEffective {
        padding: 28px 0 94px;
    }

    #aiEffective .effectList li.pc {
        display: none;
    }

    #aiEffective .effectList {
        padding: 0 2px;
    }

    #aiEffective .effectList li {
        padding: 14px 15px 11px;
        box-shadow: 2px 2px #f5f7fa;
    }

    #aiEffective .effectList li:not(:last-child) {
        margin-bottom: 20px;
    }

    #aiEffective .effectList .effectSp {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #aiEffective .effectList .effectImg {
        width: 45%;
    }

    #aiEffective .effectList .effectTitle {
        width: 52%;
        font-size: 15px;
        padding-top: 14px;
        letter-spacing: 0.3px;
        margin-bottom: 0;
    }

    #aiEffective .effectList .effectBox {
        width: 100%;
        padding-top: 13px
    }

    #aiEffective .effectList .effectBox .effectSub {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0.3px;
    }

    #event {
        padding: 27px 0 37px;
    }

    #event .listColumn>li {
        width: 48.2%;
        margin-right: 3.5%;
        margin-bottom: 13px;
    }

    #event .listColumn>li:nth-child(3n) {
        margin-right: 3.5%;
    }

    #event .listColumn>li:nth-child(2n) {
        margin-right: 0;
    }

    #event .listColumn>li .listColumnContent {
        padding: 8px 8px 16px 8px;
    }

    #event .listColumn>li .listColumnContent .columnTitle {
        line-height: 0.7;
        margin-bottom: 8px;
    }

    #event .listColumn>li .listColumnContent .columnTitle a {
        font-size: 15px;
        line-height: 1.25;
    }

    #event .listColumn>li .listColumnContent .listCate li {
        margin-right: 12px;
    }

    #event .listColumn>li .listColumnContent .listCate li a {
        font-size: 12px;
    }

    #event .listColumn>li .listColumnContent:after {
        width: 3px;
        height: 3px;
        bottom: 7px;
        right: 9px;
        background: #f8b500;
    }

    #event .listColumn>li .listColumnContent .date {
        font-size: 12px;
        padding-left: 2px;
    }

    #event .listColumn>li:before {
        transform: scaleX(1);
    }

    #event .listColumn>li .photo img {
        min-height: 93px;
        width: 100%;
        object-fit: cover;
    }

    #event .listColumn {
        margin-bottom: 13px;
    }


    .useEvent .titleEvent {
        font-size: 17px;
        width: 100%;
        padding: 6px 10px;
        margin-bottom: 16px;
    }

    .useEvent .titleEvent:after,
    .useEvent .titleEvent:before {
        width: 20px;
        height: 20px;
        top: 17px;
    }

    .useEvent .titleEvent:before {
        left: 7px;
    }

    .useEvent .titleEvent:after {
        right: 8px;
    }

    .seemore {
        width: 181px;
    }

    .seemore a {
        font-size: 14px;
        padding: 9px 10px;
    }

    #contents>#column {
        padding: 28px 0 30px !important;
    }

    #column .titleReason.blue {
        margin-bottom: 22px;
    }
}

@media (max-width: 768px) {
    #aiNote .noteContent .contTop {
        margin-bottom: 13px;
    }
}

@media (max-width: 414px) {

    #aiSecretarial .secreList li {
        width: 100%;
    }

    #clerk .clerkTable .tableSub .faqBox.active:before{
        height: 102%
    }

    #clerk .clerkTable .tableMain.active:before {
        width: 100%;
        left: 0%;
    }

}

@media (max-width: 360px) {

    #reason.general .titleReason {
        line-height: 1.5;
    }

    #contents #clerk .inner {
        padding: 0 5%;
    }

    #clerk .clerkTable .tableBox .boxContent .includes li,
    #clerk .clerkTable .tableBox .boxContent .installation li {
        letter-spacing: 0;
        padding-left: 10px;
    }

    #clerk .clerkTable .tableMain {
        padding: 0 6px;
    }
}

.MacOS img {
    width: 100%;
}

/* AIクラークTOPの導入企業一覧デザイン修正 */
#achievementList_aiclerk section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    padding-left: 5px;
    padding-right: 36px;
}
#achievementList_aiclerk h2 {
	font-size: 2.4rem;
    margin: 0 30px 0 0;
    padding-left: 40px;
    line-height: 1.7;
    color: #444444;
    font-weight: bold;
    border-left: solid 2px #00a6c2;
}
#achievementList_aiclerk ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
#achievementList_aiclerk ul li {
	flex-basis: 33.3%;
	margin-bottom: 1rem;
}
#achievementList_aiclerk ul li span picture img{
    margin: 0 auto;
	height: auto;
	max-height: 80px;
	width: auto;
}
@media only screen and (min-width: 960px) {
	#achievementList_aiclerk ul {
		display: table;
	}
	#achievementList_aiclerk ul li {
		margin-bottom: 1rem;
		display: table-cell;
		max-width: 300px;
		vertical-align: middle;
	}
}
@media only screen and (max-width: 550px) {
	#achievementList_aiclerk section {
		display: block;
		padding-left: 5px;
		padding-right: 36px;
	}
	#achievementList_aiclerk h2 {
		font-size: 15px;
		margin: 30px 30px 0 0;
		padding-left: 20px;
		line-height: 1.7;
		color: #444444;
		font-weight: bold;
		border-left: solid 2px #00a6c2;
	}
	#achievementList_aiclerk ul {
		display: flex;
		align-items: center;
	}
	#achievementList_aiclerk ul li {
		padding: 20px;
        width: 30%;
	}
}
/* CTAエリア */
.aiclerk_cta{
	display: flex;
    padding: 20px;
    width: 80%;
	margin: auto;
	justify-content: space-between;
}
.textBoxContent .aiclerk_cta {
	padding-top: 55px;
}
.inquiries .aiclerk_cta {
    max-width: 1168px;
    padding: 0 30px;
}
div.aiclerk_cta p.contactAuto {
	width: 320px;
    margin: 0 auto;
}
p.contactAuto a {
	padding: 18px 10px;
	display: block;
	background: #00a6c2;
	color: #ffffff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.4px;
	font-size: 18px;
}
@media (max-width: 768px){
	p.contactAuto a {
		font-size: 1rem;
		margin: 0.5rem;
	}
}
@media (max-width: 768px){
	#automation .wrapAuto .boxAuto .contactAuto {
		width: 45%;
	}
	.aiclerk_cta{
		padding: 10px;
		width: 100%;
	}
}
@media (max-width: 1130px) and (min-width: 960px){
	div.aiclerk_cta p.contactAuto {
		width:290px;
	}
}
@media (max-width: 959px){
	div.aiclerk_cta p.contactAuto {
		width:230px;
	}
}

/* h1の上にバナーを追加 */
picture.banner {
	margin-bottom: 30px;
	display: block;
}
@media only screen and (max-width: 959px) {
	picture.banner {
		margin-bottom: 16px;
	}
}