@charset "UTF-8";

/*------------------------------------------------*/

/*2*/
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) , print { /*PC&TB*/
}

/*3*/
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) and ( max-width:1023px) { /*TB*/
}
@media screen and (min-width:1024px) , print { /*PC*/
}

/*4*/
@media screen and (max-width:768px) { /*SP*/
}
@media screen and (min-width:769px) and ( max-width:1223px) { /*TB*/
}
@media screen and (min-width:1224px) and ( max-width:1274px) { /*TB*/
}
@media screen and (min-width:1275px) , print { /*PC*/
}

/*------------------------------------------------*/

/*------ print only ------*/

@media print { /*print*/
    body{
        margin: 0!important; padding-top: 0!important;
    }
    #header{
        display: none;
    }
    .p-pageHeader__header {
        display: none;
    }
    #pageNaviBox , .annoTitle2 , .annoBox , .rbtnBox , #contact , #footer , #scrollTopWrap , .pageNaviBG ,
    .bank_modal,iframe,.rbtnBox2 {
        display: none!important;
    }
    .pageNaviBG{
        background-image:none;
    }
    #rAnnotation{
        border-bottom: none!important;
    }
    .pageNaviBG{
        
    }
}


/*----- common -----*/
@media screen and (max-width:768px) { /*SP*/
    #MDQ{ display: none; }
    .pcNone{ display: block; }
    .spNone{ display: none; }
    .sWidth{
        width: 100%;
        display: flex; justify-content: center;
    }
    .cWidth{
        max-width: 1140px; width: 100%;
    }
    .cTitle{
        width: 100%;
        font-size: 20px; font-weight: bold;
        padding: 50px 0 30px 0;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .cTitle2{
        font-size: 14px;
        color: #242424!important;
        margin: 0 0 30px 0;
        line-height: 20px;
        text-align: center;
    }
    .cTitleNum{
        width: 50px!important; height: 50px!important;
        font-size: 24px; font-weight: bold; color: #fff;
        padding: 0; margin: 0 10px 0 0;
        text-align: center;
        background-color: #22cfd3;
        border-radius: 2px;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .cTitleNumText{
        width: calc( 100% - 90px );
    }
    .cTitleNumText span{
        font-size: 12px; font-weight: normal;
    }
    .cSubTitle{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 30px 0;
        line-height: 24px;
    }
    .cSubTitleText{
        font-size: 14px;
        color: #242424!important;
        margin: 10px 0 10px 0;
        line-height: 24px;
    }
    .onFocus{
        outline-width: 0;
        box-shadow: 0 0 6px 3px #1589ee;
    }
    .alert{
        position: absolute;
        top: 0; left: 0; z-index: 1;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #e888ad;
        transform: translateY(-120%);
        box-shadow: 0 0 10px 3px #ccc;
    }
    .alertColor{
        background-color: #e888ad!important;
    }
    .pageNaviBG{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        background-image: url(/estimates/img/line_dots.png);
        background-repeat: repeat-x;
        background-size: 6px 2px;
        background-position: center left;
        margin: 20px 0 0 0;
    }
    .pageNaviBox{
        width: 100%;
        display:table;
        border-collapse: separate;
        border-spacing: 5px 0;
    }
    .pageNaviText{
        width: 25%;
        display:table-cell; vertical-align: middle; text-align: center;
        margin: 0; padding: 10px 5px; border-radius: 2px;
        background-color: #F2F2F2;
        color: #707070; font-size: 14px; font-weight: bold;
    }
    .pageNaviActive{
        background-color: #22CFD3;
        color: #fff;
    }
    .markHint{
        position: relative;
        width: 20px; height: 20px;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        border-radius: 50%; margin: 0 0 0 5px;
        background-color: #FF9160;
        color: #fff; font-size: 16px; font-weight: bold;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    #MDQ{ display: block; }
    .pcNone{ display: none; }
    .spNone{ display: block; }
    .sWidth{
        width: 100%;
        display: flex; justify-content: center;
    }
    .cWidth{
        max-width: 1140px; width: 100%;
    }
    .cTitle{
        width: 100%;
        font-size: 24px; font-weight: bold;
        padding: 100px 0 50px 0;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .cTitle2{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 30px 0;
        line-height: 30px;
        text-align: center;
    }
    .cTitleNum{
        width: 50px; height: 50px;
        font-size: 24px; font-weight: bold; color: #fff;
        padding: 0; margin: 0 20px 0 0;
        text-align: center;
        background-color: #22cfd3;
        border-radius: 2px;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .cTitleNumText{
    }
    .cTitleNumText span{
        font-size: 14px; font-weight: normal;
    }
    .cSubTitle{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 30px 0;
        line-height: 24px;
    }
    .cSubTitleText{
        font-size: 18px;
        color: #242424!important;
        margin: 30px 0 10px 0;
        line-height: 24px;
    }
    .onFocus{
        outline-width: 0;
        box-shadow: 0 0 6px 3px #1589ee;
    }
    .alert{
        position: absolute;
        top: 0; left: 0; z-index: 1;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #e888ad;
        transform: translateY(-120%);
        box-shadow: 0 0 10px 3px #ccc;
    }
    .alertColor{
        background-color: #e888ad!important;
    }
    .pageNaviBG{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        background-image: url(/estimates/img/line_dots.png);
        background-repeat: repeat-x;
        background-size: 6px 2px;
        background-position: center left;
        margin: 30px 0 0 0;
    }
    .pageNaviBox{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .pageNaviText{
        width: 25%;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        margin: 0 20px; padding: 20px 0; border-radius: 2px;
        background-color: #F2F2F2;
        color: #707070; font-size: 16px; font-weight: bold;
    }
    .pageNaviActive{
        background-color: #22CFD3;
        color: #fff;
    }
    .markHint{
        position: relative;
        width: 30px; height: 30px;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        border-radius: 50%; margin: 0 0 0 10px;
        background-color: #FF9160;
        color: #fff; font-size: 20px; font-weight: bold;
        transition: 0.3s;
    }
    .markHint:hover{
        cursor: pointer;
        transform:scale(1.2,1.2);
    }
}



/*----- checkbox -----*/
@media screen and (max-width:768px) { /*SP*/
    .qCB_Box{
        display: flex; flex-wrap: nowrap; justify-content: flex-start;
        margin: 0 0 10px 0;
        border: 1px solid #AAAAAA;
    }
    .qCB_Box_L{
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        background-color: #88E6E8;
        padding: 20px;
        margin: 0 1px 0 0;
        font-size: 20px; font-weight: bold;
        text-align: center;
    }
    .qCB_Box_R{
        width: 100%;
        display: flex; flex-wrap: wrap;
        justify-content: flex-start; align-items: center;
        font-size: 14px; font-weight: bold;
        padding: 10px 10px;
    }
    .qCB_Box_R span{
        font-weight: normal;
    }
    .qCB_checkImage{
        width: 18px; height: 18px;
        margin: 0 5px;
    }
    .qCB_inputCheck{
        display: none;
    }
    .qCB_inputLabel{
        display: block;
        width: 44px; height: 32px;
        background-image: url(../img/mark_check_w.png);
        background-size: 22px 16px;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.3;
    }
    .qCB_inputCheck:checked+.qCB_inputLabel{
        background-image: url(../img/mark_check_b.png);
        opacity: 1.0;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .qCB_Box{
        display: flex; flex-wrap: nowrap; justify-content: flex-start;
        margin: 0 0 10px 0;
        border: 1px solid #AAAAAA;
    }
    .qCB_Box_L{
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        background-color: #88E6E8;
        padding: 20px;
        margin: 0 1px 0 0;
        font-size: 20px; font-weight: bold;
        text-align: center;
    }
    .qCB_Box_R{
        width: 100%;
        display: flex; flex-wrap: wrap;
        justify-content: flex-start; align-items: center;
        font-size: 20px; font-weight: bold;
        padding: 10px 26px;
    }
    .qCB_Box_R span{
        font-weight: normal;
    }
    .qCB_checkImage{
        width: 26px; height: 26px;
        margin: 0 5px;
    }
    .qCB_inputCheck{
        display: none;
    }
    .qCB_inputLabel{
        display: block;
        width: 44px; height: 32px;
        background-image: url(../img/mark_check_w.png);
        background-size: 22px 16px;
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 0.3;
        cursor: pointer;
    }
    .qCB_inputCheck:checked+.qCB_inputLabel{
        background-image: url(../img/mark_check_b.png);
        opacity: 1.0;
    }
}



/*----- selectbox -----*/
@media screen and (max-width:768px) { /*SP*/
    .qSB_Box{
        /* display: flex; flex-wrap: nowrap; justify-content: flex-start; */
        margin: 0 0 10px 0;
        border: 1px solid #AAAAAA;
    }
    .qSB_Box_L{
        width: 100%;
        background-color: #D8F9FA;
        padding: 20px;
        margin: 0 1px 0 0;
        font-size: 20px; font-weight: bold;
        text-align: center;
    }
    .qSB_Box_R{
        width: 100%;
        display: flex; flex-wrap: wrap;
        justify-content: flex-start; align-items: center;
        font-size: 14px; font-weight: normal; line-height: 18px;
        padding: 10px 10px;
    }
    .qSB_Box_Select{
        width: 100%; height: auto;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        background-color: #88E6E8;
        position: relative;
    }
    .qSB_Box_Select2{
        width: 100%; height: auto;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        background-color: #88E6E8;
        position: relative;
    }
    .qSB_selectBox{
        width: 100%; height: 100%;
        border: 0px solid #000;
        background-color: rgba(136, 230, 232, 0);
        font-size: 30px; font-weight: bold;
        padding: 10px 52px 10px 26px;
        -webkit-appearance: none;
        appearance: none;
        text-align: right;
        position: relative;
        z-index: 2;
    }
    .qSB_selectBox::-ms-expand {
        display: none;
    }
    .qSB_selectBox:focus{
        outline-width: 0;
        box-shadow: 0 0 6px 3px #1589ee;
    }
    .qSB_Box_Select::before{
        content: "枚";
        position: absolute;
        right: 30px;
        bottom: 20px;
        font-size: 18px; font-weight: bold;
        z-index: 1;
    }
    .qSB_Box_Select::after{
        width: 8px; height: 13px;
        content: "";
        position: absolute;
        right: 10px;
        bottom: calc((100% - 13px) / 2);
        background-image: url(../img/mark_select_b.png);
        background-repeat: no-repeat;
        background-size: 8px 13px;
        z-index: 1;
    }
    .qSB_Box_Select2::before{
        content: "台";
        position: absolute;
        right: 30px;
        bottom: 20px;
        font-size: 18px; font-weight: bold;
        z-index: 1;
    }
    .qSB_Box_Select2::after{
        width: 8px; height: 13px;
        content: "";
        position: absolute;
        right: 10px;
        bottom: calc((100% - 13px) / 2);
        background-image: url(../img/mark_select_b.png);
        background-repeat: no-repeat;
        background-size: 8px 13px;
        z-index: 1;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .qSB_Box{
        display: flex; flex-wrap: nowrap; justify-content: flex-start;
        margin: 0 0 10px 0;
        border: 1px solid #AAAAAA;
    }
    .qSB_Box_L{
        width: 15%;
        background-color: #D8F9FA;
        padding: 20px;
        margin: 0 1px 0 0;
        font-size: 20px; font-weight: bold;
        text-align: center;
    }
    .qSB_Box_R{
        width: 100%;
        display: flex; flex-wrap: wrap;
        justify-content: flex-start; align-items: center;
        font-size: 20px; font-weight: normal;
        padding: 10px 26px;
    }
    .qSB_Box_Select{
        width: 150px; height: auto;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        background-color: #88E6E8;
        position: relative;
    }
    .qSB_Box_Select2{
        width: 150px; height: auto;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        background-color: #88E6E8;
        position: relative;
    }
    .qSB_selectBox{
        width: 100%; height: 100%;
        border: 0px solid #000;
        background-color: rgba(136, 230, 232, 0);
        font-size: 30px; font-weight: bold;
        padding: 10px 52px 10px 26px;
        -webkit-appearance: none;
        appearance: none;
        text-align: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }
    .qSB_selectBox::-ms-expand {
        display: none;
    }
    .qSB_selectBox:focus{
        outline-width: 0;
        box-shadow: 0 0 6px 3px #1589ee;
    }
    .qSB_Box_Select::before{
        content: "枚";
        position: absolute;
        right: 30px;
        bottom: 20px;
        font-size: 18px; font-weight: bold;
        z-index: 1;
    }
    .qSB_Box_Select::after{
        width: 8px; height: 13px;
        content: "";
        position: absolute;
        right: 10px;
        bottom: calc((100% - 13px) / 2);
        background-image: url(../img/mark_select_b.png);
        background-repeat: no-repeat;
        background-size: 8px 13px;
        z-index: 1;
    }
    .qSB_Box_Select2::before{
        content: "台";
        position: absolute;
        right: 30px;
        bottom: 20px;
        font-size: 18px; font-weight: bold;
        z-index: 1;
    }
    .qSB_Box_Select2::after{
        width: 8px; height: 13px;
        content: "";
        position: absolute;
        right: 10px;
        bottom: calc((100% - 13px) / 2);
        background-image: url(../img/mark_select_b.png);
        background-repeat: no-repeat;
        background-size: 8px 13px;
        z-index: 1;
    }
}



/*----- q1 -----*/
@media screen and (max-width:768px) { /*SP*/
    .q1{
        width: 100%;
        display: flex; justify-content: flex-start;
        flex-direction: column;
        padding: 0 10px;
    }
    .q1text1{
        font-size: 14px;
        color: #242424!important;
        margin: 0 0 10px 0;
    }
    .q1Box{
        /* display: flex; flex-wrap: nowrap; justify-content: flex-start; */
        margin: 0 0 10px 0;
        border: 1px solid #AAAAAA;
    }
    .q1Box_L{
        width: 100%;
        background-color: #D8F9FA;
        padding: 20px;
        margin: 0 1px 0 0;
        font-size: 16px; font-weight: bold;
        text-align: center;
    }
    .q1Box_R{
        width: 100%; position: relative;
        border-radius: 0;
        /* background-color: #88E6E8; */
    }
    .q1inputText{
        border: none;
        width: 100%; height: 100%;
        background-color: #88E6E8;
        padding: 20px;
        font-size: 14px;
        /* font-weight: bold; */
        border-radius: 0;
    }
    .q1inputText:focus{
        outline-width: 0;
        box-shadow: 0 0 6px 3px #1589ee;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .q1{
        width: 100%;
        display: flex; justify-content: flex-start;
        flex-direction: column;
    }
    .q1text1{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 10px 0;
    }
    .q1Box{
        display: flex; flex-wrap: nowrap; justify-content: flex-start;
        margin: 0 0 10px 0;
        border: 1px solid #AAAAAA;
    }
    .q1Box_L{
        width: 20%;
        background-color: #D8F9FA;
        padding: 20px;
        margin: 0 1px 0 0;
        font-size: 20px; font-weight: bold;
        text-align: center;
    }
    .q1Box_R{
        width: 80%; position: relative;
        /* background-color: #88E6E8; */
    }
    .q1inputText{
        border: none;
        width: 100%; height: 100%;
        background-color: #88E6E8;
        padding: 10px;
        font-size: 20px;
        /* font-weight: bold; */
    }
    .q1inputText:focus{
        outline-width: 0;
        box-shadow: 0 0 6px 3px #1589ee;
    }
}



/*----- q2 -----*/
@media screen and (max-width:768px) { /*SP*/
    .q2{
        width: 100%;
        display: flex; justify-content: flex-start;
        flex-direction: column;
        padding: 0 10px;
    }
    .q2text1{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 10px 0;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .q2{
        width: 100%;
        display: flex; justify-content: flex-start;
        flex-direction: column;
    }
    .q2text1{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 10px 0;
    }
}



/*----- q3 -----*/
@media screen and (max-width:768px) { /*SP*/
    .q3{
        width: 100%;
        display: flex; justify-content: flex-start;
        flex-direction: column;
        padding: 0 10px;
    }
    .q3text1{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 10px 0;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .q3{
        width: 100%;
        display: flex; justify-content: flex-start;
        flex-direction: column;
    }
    .q3text1{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 10px 0;
    }
}



/*----- q4 -----*/
@media screen and (max-width:768px) { /*SP*/
    .q4{
        width: 100%;
        display: flex; justify-content: flex-start;
        flex-direction: column;
        padding: 0 10px;
    }
    .q4text1{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 10px 0;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .q4{
        width: 100%;
        display: flex; justify-content: flex-start;
        flex-direction: column;
    }
    .q4text1{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 10px 0;
    }
}



/*----- q5 -----*/
@media screen and (max-width:768px) { /*SP*/
    .q5{
        width: 100%;
        display: flex; justify-content: flex-start;
        flex-direction: column;
        padding: 0 10px;
    }
    .q5text1{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 10px 0;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .q5{
        width: 100%;
        display: flex; justify-content: flex-start;
        flex-direction: column;
    }
    .q5text1{
        font-size: 18px;
        color: #242424!important;
        margin: 0 0 10px 0;
    }
}



/*----- annotation -----*/
@media screen and (max-width:768px) { /*SP*/
    #annotation{
        padding: 70px 0 100px 0;
        border-bottom: 1px dotted #ccc;
    }
    .annoTitle{
        width: 100%;
        font-size: 18px; font-weight: bold;
        padding: 0 10px;
    }
    .annoTitle2{
        width: 100%;
        font-size: 18px; font-weight: bold;
        padding: 0 10px;
        margin: 40px 0 0 0;
    }
    .annoBox{
        width: 100%;
        padding: 0 10px;
    }
    .annoSubTitle{
        width: 100%;
        font-size: 14px; font-weight: bold;
        line-height: 36px;
        margin-top: 12px;
    }
    .annoText{
        width: 100%;
        font-size: 14px; font-weight: normal;
        line-height: 20px;
        text-indent: -14px;
        padding-left: 14px;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    #annotation{
        padding: 150px 0 150px 0;
        border-bottom: 1px dotted #ccc;
    }
    .annoTitle{
        width: 100%;
        font-size: 18px; font-weight: bold;
        padding: 0 0 12px 0;
    }
    .annoTitle2{
        width: 100%;
        font-size: 18px; font-weight: bold;
        padding: 0 0 12px 0;
        margin: 60px 0 0 0;
    }
    .annoBox{
        width: 100%;
    }
    .annoSubTitle{
        width: 100%;
        font-size: 18px; font-weight: bold;
        line-height: 36px;
        margin-top: 12px;
    }
    .annoText{
        width: 100%;
        font-size: 16px; font-weight: normal;
        line-height: 28px;
        text-indent: -16px;
        padding-left: 16px;
    }
}



/*----- button -----*/
@media screen and (max-width:768px) { /*SP*/
    .btnBox{
        width: 100%;
        position: relative;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        margin: 0 0 80px 0;
        padding: 0 10px;
    }
    .rbtnBox{
        width: 100%;
        position: relative;
        display: flex; flex-wrap: wrap;
        /* justify-content: space-around; align-items: center; */
        flex-direction: column-reverse;
        margin: 0 0 40px 0;
        padding: 0 10px;
    }
    .rbtnBox2{
        width: 100%;
        position: relative;
        display: flex; flex-wrap: wrap;
        /* justify-content: space-around; align-items: center; */
        flex-direction: column-reverse;
        margin: 0 0 60px 0;
        padding: 0 10px;
    }
    .btnCreate,.btnMove{
        width: 100%;
        height: 90px;
        font-size: 20px; font-weight: bold;
        text-align: center; color: #fff;
        padding: 30px 30px;
        background-color: #22cfd3;
        border-radius: 3px;
        transform: translateY(-50%);
        background-image: url(../img/mark_arr_r_w.png);
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: calc(100% - 10px) center;
        cursor: pointer;
        transition: opacity 0.3s;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .btnPrint{
        width: 100%;
        height: 60px;
        font-size: 20px; font-weight: bold;
        text-align: center; color: #fff;
        padding: 30px;
        background-color: #FF9160;
        border-radius: 3px;
        transform: translateY(-50%);
        cursor: pointer;
        transition: opacity 0.3s;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .btnReturn{
        width: 100%;
        height: 60px;
        /* position: absolute; top: 0; left: 0; */
        font-size: 20px; font-weight: bold;
        text-align: center; color: #fff;
        padding: 30px; line-height: 20px;
        background-color: #B7B7B7;
        border-radius: 3px;
        transform: translateY(-50%);
        cursor: pointer;
        transition: opacity 0.3s;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        margin: 10px 0 0 0;
    }
    .btnOnline{
        height: 100%;
        font-size: 18px; font-weight: bold;
        text-align: center; color: #666;
        padding: 20px 30px;
        background-color: #f8f8f8;
        border: 1px solid #ccc;
        border-radius: 3px;
        transform: translateY(-40%);
        background-image: url(../img/mark_arr_r_b.png);
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: calc(100% - 10px) center;
        cursor: pointer;
        transition: 0.3s;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        line-height: 24px;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .btnBox{
        width: 100%;
        position: relative;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        margin: 0 0 140px 0;
    }
    .rbtnBox{
        width: 100%;
        position: relative;
        display: flex; flex-wrap: nowrap;
        justify-content: space-around; align-items: center;
        margin: 0 0 60px 0;
    }
    .rbtnBox2{
        width: 100%;
        position: relative;
        display: flex; flex-wrap: nowrap;
        justify-content: space-around; align-items: center;
        margin: 0 0 100px 0;
    }
    .rbtnBox2 a{
        width: 100%;
    }
    .btnCreate,.btnMove{
        height: 90px;
        font-size: 30px; font-weight: bold;
        text-align: center; color: #fff;
        padding: 30px 90px;
        background-color: #22cfd3;
        border-radius: 3px;
        transform: translateY(-50%);
        background-image: url(../img/mark_arr_r_w.png);
        background-repeat: no-repeat;
        background-size: 23px 23px;
        background-position: calc(100% - 20px) center;
        cursor: pointer;
        transition: opacity 0.3s;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .btnPrint{
        height: 90px;
        font-size: 20px; font-weight: bold;
        text-align: center; color: #fff;
        padding: 30px 90px;
        background-color: #FF9160;
        border-radius: 3px;
        transform: translateY(-50%);
        cursor: pointer;
        transition: opacity 0.3s;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .btnReturn{
        height: 90px;
        /* position: absolute; top: 0; left: 0; */
        font-size: 20px; font-weight: bold;
        text-align: center; color: #fff;
        padding: 30px; line-height: 29px;
        background-color: #B7B7B7;
        border-radius: 3px;
        transform: translateY(-50%);
        cursor: pointer;
        transition: opacity 0.3s;
    }
    .btnOnline{
        height: 100%;
        font-size: 22px; font-weight: bold;
        text-align: center; color: #666;
        padding: 30px 90px;
        background-color: #f8f8f8;
        border: 1px solid #ccc;
        border-radius: 3px;
        transform: translateY(-50%);
        background-image: url(../img/mark_arr_r_b.png);
        background-repeat: no-repeat;
        background-size: 23px 23px;
        background-position: calc(100% - 30px) center;
        cursor: pointer;
        transition: 0.3s;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
        line-height: 30px;
    }
    .btnCreate:hover,.btnMove:hover,.btnReturn:hover,.btnPrint:hover:hover{
        opacity: 0.5;
    }
}




/*----- r1 -----*/
@media screen and (max-width:768px) { /*SP*/
    .r1{
        width: 100%;
        display: block;
        padding: 0 10px;
        margin: 50px 0 0 0;
    }
    .r1Box01{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 20px 0;
    }
    .r1text1{
        font-size: 16px; font-weight: normal;
    }
    .r1Box02{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: flex-end;
        margin: 0 0 30px 0;
    }
    .r1text2{
        font-size: 14px; font-weight: normal; line-height: 16px;
        text-align: right;
    }
    .r1Box03{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: center;
        padding: 0 0 30px 0;
    }
    .r1title{
        font-size: 20px; font-weight: bold;
    }
    .r1Box04{
        width: 100%;
        display: block;
        padding: 0 0 30px 0;
    }
    .r1text3{
        font-size: 14px; font-weight: normal;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .r1{
        width: 100%;
        display: block;
        margin: 100px 0 0 0;
    }
    .r1Box01{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 50px 0;
    }
    .r1text1{
        font-size: 20px; font-weight: normal;
    }
    .r1Box02{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: flex-end;
    }
    .r1text2{
        font-size: 17px; font-weight: normal;
        text-align: right;
    }
    .r1Box03{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: center;
        padding: 0 0 50px 0;
    }
    .r1title{
        font-size: 24px; font-weight: bold;
    }
    .r1Box04{
        width: 100%;
        display: block;
        padding: 0 0 30px 0;
    }
    .r1text3{
        font-size: 18px; font-weight: normal;
    }
}




/*----- r2 -----*/
@media screen and (max-width:768px) { /*SP*/
    .r2{
        width: 100%;
        display: block;
        padding: 0 0 70px 10px;
        overflow-x: scroll;
    }
    .r2Box{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 0 10px 0;
    }
    .r2title{
        font-size: 22px; font-weight: bold;
    }
    .r2text1{
        font-size: 16px; font-weight: normal;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .r2{
        width: 100%;
        display: block;
        padding: 0 0 70px 0;
    }
    .r2Box{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 0 10px 0;
    }
    .r2title{
        font-size: 22px; font-weight: bold;
    }
    .r2text1{
        font-size: 16px; font-weight: normal;
    }
}





/*----- r3 -----*/
@media screen and (max-width:768px) { /*SP*/
    .r3{
        width: 100%;
        display: block;
        padding: 0 0 70px 10px;
        overflow-x: scroll;
    }
    .r3Box{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 0 10px 0;
    }
    .r3title{
        font-size: 22px; font-weight: bold;
    }
    .r3text1{
        font-size: 16px; font-weight: normal;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .r3{
        width: 100%;
        display: block;
        padding: 0 0 70px 0;
    }
    .r3Box{
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: space-between;
        padding: 0 0 10px 0;
    }
    .r3title{
        font-size: 22px; font-weight: bold;
    }
    .r3text1{
        font-size: 16px; font-weight: normal;
    }
}




/*----- table -----*/
@media screen and (max-width:768px) { /*SP*/
    table{
        width: 1000px; height: auto;
    }
    .rTheader{
        background-color: #88E6E8;
        border-top: 1px solid #AAAAAA;
        border-left: 1px solid #AAAAAA;
    }
    .rTheader th{
        font-size: 16px; font-weight: bold;
        text-align: center; vertical-align: middle;
        border-right: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
        padding: 20px 10px;
    }
    .rTdata{
        border-top: 1px solid #AAAAAA;
        border-left: 1px solid #AAAAAA;
    }
    .rTdata td{
        font-size: 16px; font-weight: bold;
        vertical-align: middle;
        border-right: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
        padding: 20px 10px;
    }
    .rTfooter{
        border-top: 1px solid #AAAAAA;
        border-left: 1px solid #AAAAAA;
    }
    .rTfooter td{
        font-size: 18px; font-weight: bold;
        vertical-align: middle;
        border-right: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
        padding: 20px 10px;
    }
    .rTspace{
        height: 10px;
    }
    .rTno{
        width: 6%;
        text-align: center;
    }
    .rTservice{
        width: 13%;
    }
    .rTcolumn{
        width: 24%;
    }
    .rTunit{
        width: 9%;
        text-align: right;
    }
    .rTquantity{
        width: 14%;
    }
    .rTcombined{
        width: 10%;
        text-align: right;
    }
    .rTremarks{
        width: 24%;
        font-weight: normal!important;
        font-size: 14px!important;
    }
    .rTsum{
        width: 66%;
        background-color: #FFFED2;
        text-align: center;
    }
    .rTcontent{
        width: 10%;
    }
    .rTcontent{
        width: 10%;
    }
    .rTdetail{
        width: 14%;
    }
    .rTfooter .rTcombined{
        background-color: #FFFED2;
    }
    .rTfooter .rTcombined{
        font-size: 24px;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    table{
        width: 100%; height: auto;
    }
    .rTheader{
        background-color: #88E6E8;
        border-top: 1px solid #AAAAAA;
        border-left: 1px solid #AAAAAA;
    }
    .rTheader th{
        font-size: 16px; font-weight: bold;
        text-align: center; vertical-align: middle;
        border-right: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
        padding: 20px 10px;
    }
    .rTdata{
        border-top: 1px solid #AAAAAA;
        border-left: 1px solid #AAAAAA;
    }
    .rTdata td{
        font-size: 16px; font-weight: bold;
        vertical-align: middle;
        border-right: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
        padding: 20px 10px;
    }
    .rTfooter{
        border-top: 1px solid #AAAAAA;
        border-left: 1px solid #AAAAAA;
    }
    .rTfooter td{
        font-size: 18px; font-weight: bold;
        vertical-align: middle;
        border-right: 1px solid #AAAAAA;
        border-bottom: 1px solid #AAAAAA;
        padding: 20px 10px;
    }
    .rTspace{
        height: 10px;
    }
    .rTno{
        width: 6%;
        text-align: center;
    }
    .rTservice{
        width: 13%;
    }
    .rTcolumn{
        width: 24%;
    }
    .rTunit{
        width: 9%;
        text-align: right;
    }
    .rTquantity{
        width: 14%;
    }
    .rTcombined{
        width: 10%;
        text-align: right;
    }
    .rTremarks{
        width: 24%;
        font-weight: normal!important;
        font-size: 14px!important;
    }
    .rTsum{
        width: 66%;
        background-color: #FFFED2;
        text-align: center;
    }
    .rTcontent{
        width: 10%;
    }
    .rTcontent{
        width: 10%;
    }
    .rTdetail{
        width: 14%;
    }
    .rTfooter .rTcombined{
        background-color: #FFFED2;
    }
    .rTfooter .rTcombined{
        font-size: 24px;
    }
}





/*----- r4 -----*/
@media screen and (max-width:768px) { /*SP*/
    #rAnnotation{
        border-bottom: 1px dotted #ccc;;
    }
    .r4{
        width: 100%;
        display: block;
        padding: 0 10px 100px 10px;
    }
    .r4text{
        font-size: 14px; font-weight: normal;
        line-height: 20px;
    }
    .r4text a{
        text-decoration: underline;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    #rAnnotation{
        border-bottom: 1px dotted #ccc;;
    }
    .r4{
        width: 100%;
        display: block;
        padding: 0 0 150px 0;
    }
    .r4text{
        font-size: 18px; font-weight: normal;
        line-height: 29px;
    }
    .r4text a{
        text-decoration: underline;
    }
}





/*----- next -----*/
@media screen and (max-width:768px) { /*SP*/
    .nextWrap{
        position: relative;
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .nextBox{
        position: relative;
        box-shadow: 0 0 10px 3px #ccc;
        padding: 10px 20px 13px 20px; margin: 30px 10px 10px 10px;
        cursor: pointer; transition: opacity 0.3s;
        border-radius: 3px;
        background-color: #3f3f3f;
        color: #fff;
    }
    .nextBox:hover{
        opacity: 0.5;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .nextWrap{
        position: relative;
        width: 100%;
        display: flex; flex-wrap: nowrap;
        justify-content: center; align-items: center;
    }
    .nextBox{
        position: relative;
        box-shadow: 0 0 10px 3px #ccc;
        padding: 20px 40px; margin: 30px 10px 10px 10px;
        cursor: pointer; transition: opacity 0.3s;
        border-radius: 3px;
        background-color: #3f3f3f;
        color: #fff;
    }
    .nextBox:hover{
        opacity: 0.5;
    }
    .nextAlert{
        position: absolute;
        top: 20px;
        /* left: 0; */
        z-index: 1;
        background-color: #fff;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #e888ad;
        transform: translateY(-120%);
        box-shadow: 0 0 10px 3px #ccc;
    }
}

#secQ1{ display: none; opacity: 0; transition: opacity 0.5s; }
#secQ2{ display: none; opacity: 0; transition: opacity 0.5s; }
#secQ3{ display: none; opacity: 0; transition: opacity 0.5s; }
#secQ4{ display: none; opacity: 0; transition: opacity 0.5s; }

.eventOff{
    pointer-events: none;
    opacity: 0;
}





/*----- balloon -----*/
@media screen and (max-width:768px) { /*SP*/
    .balloon{
        position: absolute;
        z-index: 2;
        width: calc(100% - 40px);
        display: none;
        opacity: 0;
        transition: opacity 0.3s;
        color: #fff;
        background-color: #3f3f3f;
        box-shadow: 0 0 10px 3px #ccc;
        border-radius: 5px;
        padding: 20px;
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .balloon::before{
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: calc((100% - 20px) / 2);
        bottom: -10px;
        border-top: 10px solid #3f3f3f;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }
    .balloonClose{
        width: 20px;
        float: right;
        margin: 0 0 10px 10px;
    }
}
@media screen and (min-width:769px) , print { /*PC&TB*/
    .balloon{
        position: absolute;
        z-index: 2;
        width: 300px;
        display: none;
        opacity: 0;
        transition: opacity 0.3s;
        color: #FFF;
        background-color: #3f3f3f;
        box-shadow: 0 0 10px 3px #ccc;
        border-radius: 5px;
        padding: 20px;
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .balloon::before{
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: calc((100% - 20px) / 2);
        bottom: -10px;
        border-top: 10px solid #3f3f3f;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }
    .balloonClose{
        display: none;
    }
}

.btnPrintTx2 {
    position: relative;
    bottom: 40px;
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-feature-settings: "palt";
	text-align: center;
}
.flex_ais{
	align-items: flex-start;
}
@media screen and (max-width:768px) {
	.flex_ais{
		align-items: stretch;
	}	
	.btnPrintTx2{
		bottom: 25px;
		margin-bottom: 5px;
	}
}