/**
    電子帳簿保存法 実務対策ページ追加スタイル
    URL: /service/mikata/solution/keiri/denchoho_practice/
 */


/* ============================================================
    共通
============================================================ */
.sp {
    display: none;
}
.pc {
    display: block;
}
.to-ditail-link {
    display: block;
    width: 90%;
    max-width: 240px;
    margin-left: auto;
    background-color: #f7a42e;
    color: #fff;
    transition: .4s;
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
}
.to-ditail-link:hover {
    transform: scale(1.05);
}

@media screen and (max-width:  768px){
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .to-ditail-link {
        margin: auto;
    }
}



/* ============================================================
    メインビジュアル
============================================================ */
.key-denchoho-practice {
    background-image: url(/service/mikata/images/key-visual/key-deposit_management.jpg);
}

.invoice-prac-cta a {
    width: 360px;
    max-width: 100%;
    box-sizing: border-box;
}

/* ============================================================
    メインビジュアル  レスポンシブ
============================================================ */
@media screen and (max-width:  480px){
    .invoice-prac-cta a {
        width: 95%;
        font-size: 3.5vw;
        padding: 15px 10px 15px 80px;
    }

    .key-invoice-cta a span {
        font-size: 3.5vw;
    }
}

@media screen and (max-width:  400px){
    .key-invoice-title p {
        text-align: left;
    }
}



/* ============================================================
    電子帳簿保存法とは
============================================================ */
.container-title .about-denchoho-txt {
    text-align: justify;
}



/* ============================================================
    6つの実務対策ポイント、もっと詳しく知りたい方のために
============================================================ */
.denchoho-practice-item {
    padding: 60px 0 60px;
    border-bottom: 1px solid #e4e7ee;
}

.denchoho-practice-item:first-child {
    padding-top: 20px;
}

.denchoho-practice-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.denchoho-practice-item h3 {
    font-size: 1.9em;
    padding-bottom: 35px;
    font-weight: 500;
}

.denchoho-practice-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.row-reverse {
    flex-direction: row-reverse;
}

.denchoho-practice-box img {
    width: 100%;
    height: auto;
}

p.denchoho-practice-box-txt {
    width: 50%;
    text-align: justify;
}

.denchoho-practice-box-cont {
    width: 50%;
}

.denchoho-practice-box-cont p {
    text-align: justify;
    margin-bottom: 30px;
    line-height: 2.0;
}

.denchoho-practice-box-cont a {
    display: block;
    margin-top: 30px;
    color: #fff;
    padding: 13px;
    font-weight: 600;
    width: 80%;
    margin: auto;
    border-radius: 30px;
    background-color: #f7a42e;
    transition: .4s all;
}

.denchoho-practice-box-cont a:hover {
    transform: scale(1.05);
}

/* ============================================================
    6つの実務対策ポイント、もっと詳しく知りたい方のために レスポンシブ
============================================================ */
@media screen and (max-width:  768px){
    .denchoho-practice-item h3 {
        font-size: 4vw;
        padding-bottom: 15px;
    }
    .denchoho-practice-item {
        padding: 40px 0 20px;
    }

    .denchoho-practice-box {
        flex-direction: column;
    }

    .row-reverse {
        flex-direction: column;
    }

    p.denchoho-practice-box-txt {
        width: 100%;
    }

    .denchoho-practice-box-cont {
        width: 100%;
    }

    .container-title p.denchoho-practice-box-txt br {
        display: block;
    }

    .denchoho-practice-box-cont a {
        text-align: center;
        margin: 20px auto 0;
    }
}



/* ============================================================
    インボイス制度の対策も同時に進めましょう
============================================================ */
.both-invoice-items {
    margin-top: 20px;
}

.both-invoice-item {
    width: 31%;
    background-color: #ffffff;
    padding: 20px 15px;
    box-sizing: border-box;
}
.both-invoice-item a {
    display: block;
    text-align: center;
    margin: 10px auto 0;
    color: #fff;
    padding: 13px;
    font-weight: 600;
    width: 100%;
    max-width: 220px;
    border-radius: 30px;
    background-color: #f7a42e;
    transition: .4s all;
}

.both-invoice-item a:hover {
    transform: scale(1.05);
}

/* ============================================================
    インボイス制度の対策も同時に進めましょう　レスポンシブ
============================================================ */
@media screen and (max-width:  768px) {
    .both-invoice-item {
        width: 100%;
        background-color: #ffffff;
        margin-bottom: 30px;
    }

    .both-invoice-item a {
        max-width: 230px;
    }
}
