@charset "UTF-8";

.fa-chevron-right:before {
    content: "\f054";
    margin: 0 0.45em;
}

.tool3_w {
    width: 260px !important;
    min-width: 260px !important;
}

.form .form-group .cell .form_txt {
    margin-bottom: 10px;
}

/*----------------------------------------
計算結果 
-----------------------------------------*/
section.result {
    margin-top: 90px;
}

.title_result {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #00aea6;
}

.title_result:before,
.title_result:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #00aea6;
}

.title_result:before {
    margin-right: 1rem;
}

.title_result:after {
    margin-left: 1rem;
}

.result_answer ul li.result_box_title {
    color: #fff;
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 0;
    height: 100px;
    margin-right: 20px;
    background-color: #00aea6;
    min-width: 100px;
}

.result_answer ul li.result_box_title2 {
    color: #fff;
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 0;
    height: 100px;
    margin-right: 20px;
    font-weight: bold;
    min-width: 100px;
}

li.result_box_title p {
    text-align: center;
}

li.result_box_title2 p {
    text-align: center;
    color: #00aea6;
    font-size: 18px;
}

.answer_box {
    border-bottom: solid 1px #cacaca;
    padding: 10px 0;
    text-align: center;
}

.min950 .result_answer {
    min-width: 950px;
}

.result_answer {
    display: inline-block;
    margin: auto;
    min-width: 550px;
}

.result_answer ul li {
    flex-wrap: wrap;
    text-align: center;
    line-height: 2.5em;
    padding: 10px 0 0;
    min-height: 100px;
}

.result_answer ul li span {
    font-size: 40px;
    color: #00aea6;
    font-weight: bold;
}

.result_answer ul li.icon_x {
    background-image: url("../../img/limited/icon_x.jpg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center bottom 20px;
    width: 60px;
}

.result_answer ul li.icon_division {
    background-image: url("../../img/limited/icon_divison.jpg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center bottom 20px;
    width: 60px;
}

.result_answer ul li.icon_equal {
    background-image: url("../../img/limited/icon_equal.jpg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center bottom 20px;
    width: 60px;
}

.result .result_answer ul.flex {
    margin: auto;
    width: fit-content;
    max-width: 100%;
    padding: 0 20px;
}

/*----------------------------------------
ログインスタート
-----------------------------------------*/
.login_box {
    display: inline-block;
    margin: 0 auto 20px;
}

.txt_imput {
    padding: 10px;
    width: 300px;
    border: #00aea6 solid 1px;
    text-align: left;
    background-color: #fff;
}

.check_box01 {
    width: 100%;
    margin-bottom: 10px;
}

.check_box01 label {
    width: 100%;
    text-align: center;
}

.check_box01 label input[type=checkbox] {
    transform: scale(1.5);
    vertical-align: text-top;
    margin-right: 5px;
    margin-bottom: 20px;
}

.check_box01 .fa-file-pdf {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

a.bt_pdf {
    margin-top: 30px;
    padding: 10px 20px 11px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    font-weight: bold;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #0093c9;
    color: #ffffff;
    background: #00aea6;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.28), inset 0px 2px 0px -1px #10a4d2;
    margin: auto;
}

.cmyk_img {
    text-align: center;
    margin: 40px 0;
    padding: 0 20px;
}

.cmyk_img img {
    width: 100%;
    max-width: 750px;
}

/*----------------------------------------
ログインエンド
-----------------------------------------*/


/*----------------------------------------
ボタン
-----------------------------------------*/
.bt_img ul {
    display: flex;
    margin-bottom: 0px;
    flex-direction: row;
    /* 左から右に横並び（デフォルト値なのでなくても可） */
    justify-content: center;
}

.bt_img ul li {
    flex-wrap: wrap;
    width: 32%;
    margin-right: 2%;
    position: relative;
    text-align: center;
    border: solid 1px #00aea6;
}

.bt_img ul li:last-child {
    margin-right: 0;
}


/*----------------------------------------
簡易計算ツール
-----------------------------------------*/
.bt_img2 ul {
    display: flex;
    margin-bottom: 0px;
    margin-top: 30px;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 200px;
}

.bt_img2 ul li {
    flex-wrap: wrap;
    width: 32%;
    margin-right: 2%;
    position: relative;
    text-align: center;
}

.bt_img2 ul li:last-child {
    margin-right: 0;
}

.flow_inner p {
    text-align: left;
    padding: 10px;
}

.bt_img2 ul .flow_inner2 {
    position: relative;
    padding: 20px;
    text-align: center;
    height: 100%;
    min-height: 12em;
    font-size: 22px;
    line-height: 1.6em;
}

.bt_img2 ul .flow_inner2 .txt_box {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: inherit;
}


.bt_img2 ul li .flow01 {
    background: url("../../img/limited/index_image01.jpg") center center;
    background-size: cover;
}

.bt_img2 ul li .flow02 {
    background: url("../../img/limited/index_image02.jpg") center center;
    background-size: cover;
}

.bt_img2 ul li .flow03 {
    background: url("../../img/limited/index_image03.jpg") center center;
    background-size: cover;
}

.bt_img2 ul li .flow04 {
    background: url("../../img/limited/index_image04.jpg") center center;
    background-size: cover;
}

.flow_inner {
    padding: 3px;
    text-align: center;
    height: auto;
}

.flow_inner p.tool_title {
    text-align: center;
    background-color: #d9f3f2;
    color: #00aea6;
    font-size: 15px;
    padding: 10px;
}

.point_box {
    display: flex;
    margin-top: 20px;
}

.point_title {
    width: 90px;
    padding-top: 30px;
    height: 90px;
    text-align: center;
    background-color: #ccefed;
    color: #00aea6;
    font-size: 16px;
    margin-right: 10px
}


.result .title_result_sub {
    display: flex;
    flex-wrap: wrap;
}

.result .title_result_sub,
.result .title_result_sub .table_title {
    font-size: 15px;
    line-height: 1.3em;
}

.result .title_result_sub .print_tit,
.result .title_result_sub .print_tit .table_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
}

.result .title_result_sub dl {
    min-width: calc(100% /7) !important;
    width: fit-content !important;
    margin-right: 50px !important;
}

.result .title_result_sub>dl {
    display: flex !important;
    justify-content: start;
    width: fit-content;
}

.result .title_result_sub dl:last-child {
    margin-right: 0px !important;
}

.result .title_result_sub>dl dt,
.result .title_result_sub>dl dd {
    width: fit-content !important;
}

.result .title_result_sub>dl dt p {
    margin: 0;
}

.result .title_result_sub>dl dd {
    margin-left: 0.5em;
}

.result .table_box .th_vertical_txt {
    writing-mode: vertical-lr;
    text-orientation: upright;
}


/*----------------------------------------
プルダウン
-----------------------------------------*/
.dropdwn {
    max-width: 100%;
    display: flex;
}

ul.dropdwn {
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}

ul.dropdwn.col {
    flex-wrap: wrap;
}

ul.dropdwn.col_6 li {
    width: calc(100% / 3 - 2px);
}

ul.dropdwn li {
    position: relative;
    padding: 5px;
    display: block;
    cursor: pointer;
}

ul.dropdwn li>a {
    display: block;
}

.dropdwn>li.active {
    width: 100%;
    margin: 1px;
    background: #00a9a1;
    display: inline;
}

.dropdwn>li {
    width: 100%;
    margin: 1px;
    background: #99dddb;
    display: inline;
}

.dropdwn_menu {
    width: 100%;
    display: none;
    position: absolute;
    margin-left: -5px;
    margin-top: 5px;
    padding: 0;
    background: #00a9a1;
    z-index: 10;
}

.dropdwn_menu li {
    width: 100%;
    border-top: solid 1px #fff
}

.dropdwn_menu li a {
    padding: 5px 0;
    margin: -5px 5px -5px -5px;
    display: block;
    color: #fff;
}

ul.dropdwn li a:hover {
    color: #fff;
}

section.result,
.error_message,
#backside,
#backside_1,
#backside_2,
#backside_3,
#print_number_2,
#print_number_3,
#print_2,
#print_3,
#copy_number_1,
#copy_number_2,
#result_surface_title_1,
#result_surface_title_2,
#result_surface_title_3,
#result_slip_2,
#result_slip_3,
#result_slip_backside_1,
#result_slip_backside_2,
#result_slip_backside_3,
#result_answer_2,
#result_answer_3 {
    display: none;
}

.show_form {
    display: flex !important;
}

.error_message span.red {
    line-height: 1.3em !important
}

#men,
#mai,
#set,
#satsu {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}

/*----------------------------------------
印刷通し数計算 表
-----------------------------------------*/
section.table {
    padding: 0 !important;
    margin-top: 10px;
    margin-bottom: 60px !important;
}

section.table table.w100p {
    width: 100%;
    max-width: 100%;
}

table ul.list li {
    background-image: url("../img/list_icon.png");
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 10px;
    background-position: 0 5px;
    margin-bottom: 8px;
}

table ul.list li:last-child {
    margin-bottom: 0;
}

.w_table {
    width: 100px;
}


/*----------------------------------------
説明用緑ボックス 
-----------------------------------------*/
.bgGreen03.txt_box_01 .inner {
    padding: 40px 20px;
}

.bgGreen03.txt_box_01 .inner:has(h2) {
    padding-top: 25px;
}

.bgGreen03.txt_box_01 .txt_wrap {
    margin-top: 20px;
}

.bgGreen03.txt_box_01 .txt_wrap p+p {
    margin-top: 20px;
}


/*----------------------------------------
ペラ物数量計算 
-----------------------------------------*/
.tool_leaf .h1 {
    padding-bottom: 0px;
}

.tool_leaf .cell_blank {
    background: #fff;
    box-shadow: 0 0 0 2.5px #f38b4c inset;
    width: 3em;
    height: 1.5em;
    display: inline-block;
    margin: 0 0.25em;
    transform: translate(0, 18.5%);
}

.tool_leaf .result {
    display: block;
}

.tool_leaf .result .result_main {
    margin-top: 20px;
}

/*----------------------------------------
ペラ物数量計算 表
-----------------------------------------*/
.txt_l {
    text-align: left !important;
}

.txt_r {
    text-align: right !important;
}

.txt_c {
    text-align: center !important;
}

.bk_gr_plaza3 {
    background-color: #1C7D76;
    color: #fff
}

.bk_gr_plaza3 button {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px;
    font-size: 15px;

}

.tool_leaf .table_box {
    position: relative;
    margin: 20px auto;
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #00aba5;
}

.tool_leaf .result_main+.bt_keisan {
    margin: 50px auto;
}

.tool_leaf .table_box table {
    position: relative;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
}

/* .tool_leaf .table_box .sticky_title_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 38vw;
    height: 100%;
    background:  #e1f2f2;
    z-index: 1;
} */

.tool_leaf .table_box th,
.tool_leaf .table_box td {
    vertical-align: middle;
    padding: 3px 5px;
    border: 1px solid #00aba5;
    border-left: none;
    color: #000;
    font-size: 0.8em;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
}

.tool_leaf .table_box th {
    background: #99dddb;
}

.tool_leaf .table_box td {
    background: #fff;
}

.tool_leaf .table_box td.bordernone_t {
    border-top: none;
}

.tool_leaf .table_box td.bordernone_b {
    border-bottom: none !important;
}

/* .tool_leaf .table_box td:last-child {
    border-right: none;
} */

.tool_leaf .table_box tr.rowspan td:last-child {
    border-right: 1px solid #00aba5;
}

.tool_leaf .table_box tr:last-child td {
    border-bottom: none;
}

.tool_leaf .table_box .sticky_row {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
    width: 142px;
    background: #e1f2f2;
    z-index: 4;
}

.tool_leaf .table_box .sticky_row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #00aba5;
    z-index: -1;
}

.tool_leaf .table_box .sticky_row1 {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
    width: calc(150px / 2);
    background: #e1f2f2;
    z-index: 4;
}

.tool_leaf .table_box .sticky_row2 {
    position: sticky;
    top: 0;
    left: calc(150px / 2);
    background: none;
    border-left: none;
    border-right: none;
    width: calc(150px / 2);
    background: #e1f2f2;
    z-index: 4;
}

.tool_leaf .table_box .sticky_row2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #00aba5;
    border-right: 1px solid #00aba5;
}


.tool_leaf .table_box .sticky_row3 {
    background: #e1f2f2;
    padding: 0;
    border-left: none;
}

.tool_leaf .table_box .sticky_row3 .sticky_row_txt {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
    background: #e1f2f2;
    padding: 3px 5px;
    display: inline-block;
}

.tool_leaf .table_box .sticky_row3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #00aba5;
    z-index: -1;
}

.tool_leaf .table_box .tMainTit {
    background: #00a9a1;
}

.tool_leaf .table_box .sticky_col {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    color: #fff;
    background: #00a9a1;
}

.tool_leaf .table_box .sticky_col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #fff;
    z-index: -1;
}

.tool_leaf .table_box .sticky_cross {
    position: sticky;
    top: 0;
    left: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    z-index: 5;
    color: #fff;
    background: #00a9a1;
}

.tool_leaf .table_box .sticky_cross::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #fff;
    z-index: -1;
}

/* 
.tool_leaf .table_box .sticky_col::first-line::before{
    border-left: none;
} */

.tool_leaf .table_box span.kai::after {
    content: "回";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box span.yen::after {
    content: "円";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box span.nentsuke::after {
    content: "面付";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box span.toshi::after {
    content: "通し";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box span.mai::after {
    content: "枚";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px
}

.tool_leaf .table_box span.par::after {
    content: "%";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box span.han::after {
    content: "版";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box span.maiho::after {
    content: "枚/包";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box span.kire::after {
    content: "切";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box span.men::after {
    content: "面";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box span.kg::after {
    content: "kg";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box span.hou::after {
    content: "包";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box span.iro::after {
    content: "色";
    font-size: 0.9em;
    line-height: 1em;
    margin-left: 3px;
}

.tool_leaf .table_box .title_w {
    width: 100px;
}

.tool_leaf .table_box td.bordernone_l {
    border-left: none;
}

.tool_leaf .table_box td.bordernone_r {
    border-right: none;
}

.tool_leaf .table_box .bk_title {
    background: #e1f2f2;
}

.tool_leaf .table_box .input {
    box-shadow: 0 0 0 2.5px #f38b4c inset;
}


/*----------------------------------------
ページ物簡易計算
-----------------------------------------*/
.tool_booktool .table_box .sticky_row,
.tool_booktool .table_box .sticky_row1,
.tool_booktool .table_box .sticky_row2,
.tool_booktool .table_box .sticky_row3 {
    width: auto;
}

.tool_booktool .table_box .sticky_row.th_vertical_txt,
.tool_booktool .table_box .sticky_row1.th_vertical_txt,
.tool_booktool .table_box .sticky_row2.th_vertical_txt {
    width: 45px;
}

.tool_booktool .table_box .sticky_row1 {
    padding: 3px 0.5em;
}

.tool_booktool .table_box .sticky_row2 {
    left: 45px;
}

.tool_booktool .table_box .sticky_row3 {
    left: 90px;
}

.tool_booktool .table_box .sticky_row3::before {
    border-left: none;
}

.tool_booktool .table_box .sticky_row4 {
    left: 90px;
}


@media screen and (max-width: 1215px) {
    .bt_img2 ul .flow_inner2 {
        font-size: 1.85vw;
        line-height: 1.6em;
    }

    /*----------------------------------------
    ペラ物数量計算 表
    -----------------------------------------*/
    .tool_leaf .table_box table {
        width: calc(1215px - 40px);
    }

    .tool_leaf .table_box .sticky_row1 {
        width: 10vw;
    }

    .tool_leaf .table_box .sticky_row2 {
        top: 0;
        left: 10vw;
        width: 10vw;
    }

    .tool_leaf .table_box .sticky_row3 .sticky_row_txt {
        width: 10vw;
    }

    /*----------------------------------------
    ページ物簡易計算
    -----------------------------------------*/
    .tool_booktool .table_box .sticky_row,
    .tool_booktool .table_box .sticky_row1,
    .tool_booktool .table_box .sticky_row2,
    .tool_booktool .table_box .sticky_row3 {
        width: auto;
    }

    .tool_booktool .table_box .sticky_row.th_vertical_txt,
    .tool_booktool .table_box .sticky_row1.th_vertical_txt,
    .tool_booktool .table_box .sticky_row2.th_vertical_txt {
        width: 4vw;
    }

    .tool_booktool .table_box .sticky_row1 {
        padding: 3px 0.5em;
    }

    .tool_booktool .table_box .sticky_row2 {
        left: 4vw;
    }

    .tool_booktool .table_box .sticky_row3 {
        left: 8vw;
    }

    .tool_booktool .table_box .sticky_row4 {
        left: 12vw;
    }


}


@media (max-width: 980px) {
    .show_form {
        display: block !important;
    }
}

@media screen and (max-width: 900px) {

    .point_title p.en {
        font-size: 16px;
    }

    .result_box_title {
        color: #fff;
        line-height: 1.3em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        margin-right: 20px;
        background-color: #00aea6;
        min-width: 80px;
    }

    .result_answer {
        width: 85%;
        min-width: auto;
    }

    .result_answer ul li {
        flex-wrap: wrap;
        text-align: center;
        line-height: 2.5em;
        padding: 15px 0 0;
        /*	width: 60vw*/
        min-height: auto;
    }


    .result_answer ul li.icon_x {
        background-image: url("../../img/limited/icon_x.jpg");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center bottom 15px;
        width: 60px;
    }

    .result_answer ul li.icon_division {
        background-image: url("../../img/limited/icon_divison.jpg");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center bottom 15px;
        width: 60px;
    }

    .result_answer ul li.icon_equal {
        background-image: url("../../img/limited/icon_equal.jpg");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: center bottom 15px;
        width: 60px;
    }
}


@media screen and (max-width: 768px) {

    /*----------------------------------------
    ボタン
    -----------------------------------------*/
    .bt_img2 ul li .flow01 {
        background: url("../../img/limited/index_image01.jpg") center center;
        background-size: cover;
    }

    .bt_img2 ul li .flow02 {
        background: url("../../img/limited/index_image02.jpg") center center;
        background-size: cover;
    }

    .bt_img2 ul li .flow03 {
        background: url("../../img/limited/index_image03.jpg") center center;
        background-size: cover;
    }

    .bt_img2 ul li .flow04 {
        background: url("../../img/limited/index_image04.jpg") center center;
        background-size: cover;
    }

    .bt_img2 ul {
        display: block;
        margin-bottom: 0px;
        margin-top: 80px;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 100px;
    }

    .bt_img2 ul li {
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0%;
        position: relative;
        text-align: center;
    }

    .bt_img {
        padding: 0 0;
        margin-top: 60px;
    }

    .bt_img ul {
        display: block;
        margin-bottom: 0px;
    }

    .bt_img ul li {
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0;
        position: relative;
        text-align: center;
        border: solid 1px #00aea6;
        margin-bottom: 10px;
    }

    .bt_img ul li:last-child {
        margin-bottom: 0;
    }

    .bt_img2 ul .flow_inner2 {
        font-size: 4.5vw;
        margin-bottom: 20px;
        min-height: 9em;
    }


    /*----------------------------------------
    プルダウン
    -----------------------------------------*/
    .dropdwn {
        flex-wrap: wrap;
    }

    .dropdwn li,
    .dropdwn>li.active {
        width: calc(50% - 1px);
        margin: 1px 1px 0 0;
        font-size: 3vw;
    }

    .dropdwn li:nth-child(odd):last-child {
        width: 100%;
        margin: 1px 0 0 0;
    }

    ul.dropdwn.col_6 li {
        width: calc(100% / 2 - 1px);
    }

    section.table {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 60px !important;
    }

    .w_table {
        width: 60px;
    }

    .point_box {
        display: flex;
        margin-top: 15px;
        padding: 0 0;
    }

    .point_title {
        width: 120px;
        padding-top: 25px;
        height: 75px;
        text-align: center;
        background-color: #ccefed;
        color: #00aea6;
        font-size: 16px;
        margin-right: 10px;
    }

    /*----------------------------------------
    計算結果 
    -----------------------------------------*/
    .result_answer ul li.result_box_title2 {
        color: #fff;
        line-height: 1.3em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50px;
        padding: 0;
        height: 70px;
        margin-right: 10px;
        font-weight: bold;
        min-width: 100px;
    }

    .result_answer ul li.result_box_title2 p {
        font-size: 14px;
        line-height: 1.3em;
    }

    .tool_leaf .table_box .sticky_row2 {
        top: 0;
        left: 18.85vw;
    }

    .min950 .result_answer {
        min-width: auto;
    }

    .result_box_title {
        color: #fff;
        line-height: 1.3em;
        display: block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 5px 0;
        font-size: 3vw;
        margin-right: 0px;
        background-color: #00aea6;
        min-width: auto;
    }

    .result_answer {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    .result .flex {
        display: block;
    }

    .result .result_answer ul.flex {
        display: flex;
        margin: auto;
        padding: 0;
    }

    .result_answer ul li {
        flex-wrap: wrap;
        text-align: center;
        padding: 15px 0 0;
        width: 70vw;
        font-size: 2.5vw;
        line-height: 1.3em;
    }

    .result_answer ul li.icon_x {
        background-image: url("../../img/limited/icon_x.jpg");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center bottom 15px;
        width: 25vw;
    }

    .result_answer ul li.icon_division {
        background-image: url("../../img/limited/icon_divison.jpg");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center bottom 15px;
        width: 20vw;
    }

    .result_answer ul li.icon_equal {
        background-image: url("../../img/limited/icon_equal.jpg");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center bottom 15px;
        width: 20vw;
    }

    .result_answer ul li span {
        font-size: 4.4vw;
        color: #00aea6;
        font-weight: bold;
        line-height: 6vw;
    }


    /*----------------------------------------
    説明用緑ボックス 
    -----------------------------------------*/
    .bgGreen03.txt_box_01 .h2 {
        padding-left: 0;
    }

    .bgGreen03.txt_box_01 .txt_wrap {
        margin-top: 10px;
    }

    /*----------------------------------------
    ペラ物数量計算 表
    -----------------------------------------*/
    /* .tool_leaf .result .result_main {
        margin-left: 20px;
    } */

    /*----------------------------------------
    ページ物簡易計算
    -----------------------------------------*/

    .result .title_result_sub,
    .result .title_result_sub .table_title {
        font-size: 3.5vw;
    }

    .result .title_result_sub .print_tit,
    .result .title_result_sub .print_tit .table_title {
        font-size: 4.25vw;
    }

    .result .title_result_sub .print_tit {
        flex-wrap: wrap;
    }

    .result .title_result_sub .print_tit>* {
        width: 100%;
        margin-left: 0;
    }


    .tool_booktool .table_box .sticky_row,
    .tool_booktool .table_box .sticky_row1,
    .tool_booktool .table_box .sticky_row2,
    .tool_booktool .table_box .sticky_row3 {
        width: auto;
        padding: 3px 0.5em;
    }

    .tool_booktool .table_box .sticky_row.th_vertical_txt,
    .tool_booktool .table_box .sticky_row1.th_vertical_txt,
    .tool_booktool .table_box .sticky_row2.th_vertical_txt {
        width: 7vw;
    }

    .tool_booktool .table_box .sticky_row2 {
        left: 7vw;
    }

    .tool_booktool .table_box .sticky_row3 {
        left: 14vw;
    }

    .tool_booktool .table_box .sticky_row4 {
        left: 21vw;
    }
}

@media screen and (max-width: 670px) {
    .tool_leaf .table_box .sticky_row2 {
        top: 0;
        left: 19vw;
    }


    .tool_booktool .table_box .sticky_row.th_vertical_txt,
    .tool_booktool .table_box .sticky_row1.th_vertical_txt,
    .tool_booktool .table_box .sticky_row2.th_vertical_txt {
        width: 7vw;
    }

    .tool_booktool .table_box .sticky_row2 {
        left: 7vw;
    }

    .tool_booktool .table_box .sticky_row3 {
        left: 14vw;
    }

    .tool_booktool .table_box .sticky_row4 {
        left: 21vw;
    }
}

@media screen and (max-width: 560px) {
    .tool_leaf .table_box .sticky_row2 {
        top: 0;
        left: 14.15vw;
    }


    .tool_booktool .table_box .sticky_row.th_vertical_txt,
    .tool_booktool .table_box .sticky_row1.th_vertical_txt,
    .tool_booktool .table_box .sticky_row2.th_vertical_txt {
        width: 7vw;
    }

    .tool_booktool .table_box .sticky_row2 {
        left: 7vw;
    }

    .tool_booktool .table_box .sticky_row3 {
        left: 14vw;
    }

    .tool_booktool .table_box .sticky_row4 {
        left: 21vw;
    }
}

@media screen and (max-width: 450px) {
    .tool_leaf .table_box .sticky_row2 {
        top: 0;
        left: 17.7vw;
    }

    .tool_booktool .table_box .sticky_row.th_vertical_txt,
    .tool_booktool .table_box .sticky_row1.th_vertical_txt,
    .tool_booktool .table_box .sticky_row2.th_vertical_txt {
        width: 7vw;
    }

    .tool_booktool .table_box .sticky_row2 {
        left: 7vw;
    }

    .tool_booktool .table_box .sticky_row3 {
        left: 14vw;
    }

    .tool_booktool .table_box .sticky_row4 {
        left: 21vw;
    }
}

@media screen and (max-width: 390px) {
    .tool_leaf .table_box .sticky_row2 {
        top: 0;
        left: 15.4vw;
    }

    .tool_booktool .table_box .sticky_row.th_vertical_txt,
    .tool_booktool .table_box .sticky_row1.th_vertical_txt,
    .tool_booktool .table_box .sticky_row2.th_vertical_txt {
        width: 7vw;
    }

    .tool_booktool .table_box .sticky_row2 {
        left: 7vw;
    }

    .tool_booktool .table_box .sticky_row3 {
        left: 14vw;
    }

    .tool_booktool .table_box .sticky_row4 {
        left: 21vw;
    }
}

/*----------------------------------------
    カスタマイズ
-----------------------------------------*/
form#mail_form .txt_r.input {
    position: relative;
}

form#mail_form .txt_r.input:has([type="number"]) {
    padding-right: 1.95em;
}

form#mail_form .txt_r.input span.unit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

form#mail_form .txt_r.input input[type="number"] {
    /* padding-right: 21px; */
    padding-right: 0;
}

form#mail_form .txt_r.input input[type="text"],
form#mail_form .txt_r.input input[type="number"] {
    border: none;
    height: 24px;
    background: none;
}

form#mail_form .txt_r.input input[type="text"].paper_type {
    margin-right: 0;
    padding-right: 0;
    text-align: center;
}

form#mail_form .txt_r.input.txt_input-l input[type="number"] {
    padding-right: 34px;
}

form#mail_form .txt_r.input.paper_cost_per_kg_paper_type input[type="text"],
form#mail_form .txt_r.input.paper_cost_per_kg_paper_type input[type="number"] {
    margin-right: 0;
    padding-right: 0;
    text-align: center;
    max-width: none;
}

/* stepper 非表示 */
form#mail_form .txt_r.input.paper_cost_per_kg_paper_type input[type="number"]::-webkit-inner-spin-button,
form#mail_form .txt_r.input.paper_cost_per_kg_paper_type input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

form#mail_form .txt_r.input.paper_cost_per_kg_paper_type input[type="number"] {
    -moz-appearance: textfield;
}

#pdf-loading {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: translate(-50%, -50%); */
    display: none;
}

.overlay-inner {
    width: auto;
    max-width: 80%;
    padding: 20px 40px;
    background-color: white;
    /* top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); */
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin {
    padding-bottom: 5px !important;
    -moz-appearance: textfield !important;
}