﻿.m_reqBox .searchResult,
.message_search_maker {
    margin-top: 16px;
}

@media print, screen and (min-width: 769px) {
    .searchResult {
        overflow: auto;
    }

    .m_reqBox .search_condition {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}

a.sort,
a.cursorPointer,
a.withdraw,
a.dummy,
a.billing_status,
a.temp_user_regist_cancel,
.mode_select a,
a.request_source_button,
a.back_new,
a.back {
    cursor: pointer;
}

#modal-overlay {
    z-index: 1;
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: all;
}

.m_reqBox + .maker_cards {
    margin-top: 16px;
}

.maker_cars .m_flex {
    margin-top: 16px;
}

.maker_cars .m_flex {
    margin-bottom: 1.5em !important;
}

.user_link,
.maker_link,
.group_link {
    z-index: 1;
    position: sticky;
}

.m_select.s_error .selectInner {
    color: #A0907E;
    background-color: #F5DCDC;
    border-color: #DD6262;
}

.m_toggle input + label {
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 32px;
}

.m_toggle input ~ label::before {
    content: '';
    width: 60px;
    height: 32px;
    border-radius: 100px;
    background: #999999;
    position: absolute;
    top: 0;
    left: 0;
}

.m_toggle input ~ label::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    top: 3px;
    left: 3px;
    background: #fff;
    z-index: 2;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.m_toggle input:checked ~ label::before {
    background: #FA742A;
}

.m_toggle input:checked ~ label::after {
    left: 30px;
}

.bill_button .s_disabled {
    background: #E6E6E6 !important;
    border-color: #E6E6E6 !important;
    color: #999 !important;
    pointer-events: none;
}

.cost_design {
    width: 350px !important;
}

.border_bold {
    border-bottom: 4px solid #D9D2CB !important;
}

    .border_bold .m_checkList {
        border-bottom: unset;
    }

.error_flex {
    display: flex;
    justify-content: flex-end;
}

td.answerCol div dl dd:nth-child(2) {
    width: 105px;
}

.accountSettingArea {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 769px) {
    .m_btn.s_mid > .txt.login_change,
    .m_btn.s_mid > .txt.password,
    .m_btn.s_mid > .txt.default_change,
    .m_btn.s_mid > .txt.maker_regist {
        font-size: 2rem !important;
        padding: 11px 25px !important;
    }

    #contentArea .m_formBtnCol .m_btn {
        margin: 0 3px 15px;
    }
}

@media print, screen and (max-width: 768px) {
    .m_btn.s_mid > .txt.login_change,
    .m_btn.s_mid > .txt.password,
    .m_btn.s_mid > .txt.default_change,
    .m_btn.s_mid > .txt.maker_regist {
        margin-bottom: 10px;
    }
}

.list_design {
    padding: 1em;
    width: auto;
    background-color: #fff;
    border-radius: 5px;
    cursor: grab;
    margin-right: unset !important;
    display: flex;
    justify-content: space-between;
}

    .list_design:active {
        cursor: grabbing;
    }

.list_txt {
    margin-left: 15px;
    margin-bottom:auto;
    margin-top:auto;
}

@media screen and (max-width: 768px) {
    .list_design {
        width: auto;
    }
}

.m_msgCol .txtWrap.msg {
    word-break: break-word;
    width: 75%;
}

.m_msgCol .date.msg {
    width: 25%;
}

.i_mail_0 > span {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    background-image: url("images/common/mod_img_sprite.png");
    width: 29px;
    height: 23px;
    background-position: -139px -171.5px;
    background-size: 220px 197px;
}

.query.i_mail > span {
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    background-image: url("images/common/mod_img_sprite.png");
    width: 70px;
    height: 70px;
    background-position: -263px -196.5px;
    background-size: 540px 494px;
}

.adminMes {
    color: red;
}

@media screen and (max-width: 768px) {
    .adminMes {
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 20px;
    }
}

.rating {
    font-weight: normal;
}

    .rating .starRating {
        position: relative;
        cursor: default;
        display: inline-block;
    }

        .rating .starRating:hover .ratingCountMenu {
            opacity: 1;
            pointer-events: all;
        }

    .rating .ratingCountMenu {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s;
        top: 30px;
        left: 0px;
        position: absolute;
        padding: 10px;
        border-radius: 5px;
        background: #fff;
        width: 100px;
        z-index: 2;
    }

        .rating .ratingCountMenu::before {
            content: "";
            position: absolute;
            top: -30px;
            left: 25%;
            width: 0;
            height: 0;
            margin-left: -15px;
            border: 15px solid transparent;
            border-top-color: #fff;
            transform: rotateZ(180deg);
        }

    .rating .ratingCountMenu {
        -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
        -moz-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
        -ms-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
    }

.headArea {
    display: flex;
    align-items: center;
    min-width: 330px;
}

    .headArea .rating {
        width: 60%;
    }

    .headArea .orderSourceRating,
    .headArea .orderDestinationRating,
    .group_member_rating_area .orderDestinationRating,
    .search_group_rating_area .orderDestinationRating {
        margin-bottom: 30px;
        display: flex;
    }

        .headArea .orderSourceRating.detail,
        .headArea .orderDestinationRating.detail,
        .group_member_rating_area .orderDestinationRating.detail,
        .search_group_rating_area .orderDestinationRating.detail {
            margin-bottom: 0px;
            display: block;
        }

        .headArea .orderSourceRating .ttl,
        .headArea .orderDestinationRating .ttl {
            width: auto;
        }

        .headArea .orderSourceRating .star.col,
        .headArea .orderDestinationRating .star.col,
        .group_member_rating_area .orderSourceRating .star.col,
        .group_member_rating_area .orderDestinationRating .star.col,
        .search_group_rating_area .orderSourceRating .star.col,
        .search_group_rating_area .orderDestinationRating .star.col {
            position: relative;
            cursor: default;
        }

            .headArea .orderSourceRating .star.col::after,
            .headArea .orderDestinationRating .star.col::after,
            .group_member_rating_area .orderSourceRating .star.col::after,
            .group_member_rating_area .orderDestinationRating .star.col::after,
            .search_group_rating_area .orderSourceRating .star.col::after,
            .search_group_rating_area .orderDestinationRating .star.col::after {
                content: '';
                overflow: hidden;
                display: inline-block;
                text-indent: 200%;
                white-space: nowrap;
                vertical-align: 1px;
                line-height: 1;
                background-image: url("images/common/mod_img_sprite.png");
                width: 13px;
                height: 8px;
                background-position: -46px -181px;
                background-size: 220px 197px;
                margin-left: 7px;
            }

            .headArea .orderSourceRating .star.col:hover .ratingCountMenu,
            .headArea .orderDestinationRating .star.col:hover .ratingCountMenu,
            .group_member_rating_area .orderSourceRating .star.col:hover .ratingCountMenu,
            .group_member_rating_area .orderDestinationRating .star.col:hover .ratingCountMenu,
            .search_group_rating_area .orderSourceRating .star.col:hover .ratingCountMenu,
            .search_group_rating_area .orderDestinationRating .star.col:hover .ratingCountMenu {
                opacity: 1;
                pointer-events: all;
            }

    .headArea .m_avatar {
        width: 25%;
    }

    .headArea .ratingCountMenu,
    .group_member_rating_area .ratingCountMenu,
    .search_group_rating_area .ratingCountMenu {
        top: 38px;
        left: -50px;
        width: 260px;
    }
    
    @media screen and (max-width: 768px) {
        .headArea .ratingCountMenu {
            top: 38px;
            left: calc(50% - 130px);
            width: 260px;
        }
    }

        .headArea .ratingCountMenu .count,
        .group_member_rating_area .ratingCountMenu .count,
        .search_group_rating_area .ratingCountMenu .count {
            font-weight: 700;
            text-align: left;
        }

        .headArea .ratingCountMenu .ratyList,
        .group_member_rating_area .ratingCountMenu .ratyList,
        .search_group_rating_area .ratingCountMenu .ratyList {
            display: flex;
            flex-wrap: wrap;
        }

        .headArea .ratingCountMenu .ttl,
        .headArea .ratingCountMenu .title,
        .group_member_rating_area .ratingCountMenu .title,
        .search_group_rating_area .ratingCountMenu .title {
            width: 40%;
        }

        .headArea .ratingCountMenu .col,
        .group_member_rating_area .ratingCountMenu .col,
        .search_group_rating_area .ratingCountMenu .col {
            width: 60%;
        }

        .headArea .ratingCountMenu::before,
        .group_member_rating_area .ratingCountMenu::before,
        .search_group_rating_area .ratingCountMenu::before {
            left: 50%;
        }

    .headArea .score,
    .group_member_rating_area .score,,
    .search_group_rating_area .score,
    .starRating .score {
        margin-left: 5px;
    }

    .headArea .total.score,
    .group_member_rating_area .total.score,
    .search_group_rating_area .total.score {
        font-size: 2.0rem;
    }

@media screen and (max-width: 768px) {
    .headArea .m_avatar {
        width: auto;
    }

    .headArea .orderSourceRating,
    .headArea .orderDestinationRating,
    .group_member_rating_area .orderSourceRating,
    .group_member_rating_area .orderDestinationRating,
    .search_group_rating_area .orderSourceRating,
    .search_group_rating_area .orderDestinationRating {
        display: block;
    }

    .headArea .rating,
    .group_member_rating_area .rating,
    .search_group_rating_area .rating {
        width: auto;
        flex: 1;
    }
}

.raty-cancel {
    cursor: pointer;
    background-image: url(images/common/mod_img_sprite.png);
    width: 18px;
    height: 18px;
    background-position: -185px -23px;
    background-size: 220px 197px;
}

.maker_detail_evaluation {
    margin-top: -15px;
}

.orderEvaluationArea {
    border-bottom: 1px solid #D9D2CB;
    margin-bottom: 20px;
}

.orderEvaluation .evaluation_th {
    width: 29%;
}

.orderEvaluation .reset {
    width: 8%;
}

.orderEvaluation .mainTable {
    min-width: 621px;
}

.orderEvaluation .m_borderHead .txt {
    font-size: 1.5rem;
}

.orderEvaluation .m_borderHead {
    margin-top: 10px;
}

.orderEvaluation .m_formBtnCol {
    padding-top: 20px;
    margin-top: 0px;
    border-top: 1px solid #D9D2CB;
}

.orderEvaluation .m_reqTable {
    margin-bottom: 15px;
}

.linkStyle {
    cursor: pointer;
    border: none;
    background: none;
    color: #0033cc;
}

    .linkStyle:hover {
        text-decoration: underline;
        color: #002080;
    }

.mgn_left_score {
    font-size: 1.6rem;
}

#makerDetailModalWindow .orderEvaluation .formBtnCol {
    padding-bottom: 20px;
    text-align: center;
}

@media print, screen and (max-width: 768px) {
    .headArea {
        justify-content: center;
        margin: 10px 0px;
    }

    .ctInner.narrow .headArea {
        flex-flow: column;
    }

    #makerDetailModalWindow .txtWrap {
        text-align: center;
    }

    .headArea .ratingCountMenu .ttl,
    .headArea .ratingCountMenu .title {
        width: 30%;
        text-align: left;
    }
}

#makerDetailModalWindow ul.m_ctList li.url span.txt,
#makerDetailModalWindow div.descCol :nth-child(3) {
    word-break: break-all;
}

.half_space{
    margin-left:0.5rem;
}

.comprehensive_evaluation_ttl {
    margin-right: 10px;
}

#groupDetailModalWindow .star.col{
    min-width: 175px;
}

.news_flex{
    display:flex;
    flex-direction:row-reverse;
    justify-content:space-between;
}

@media screen and (max-width: 768px) {
    .news_flex {
        display: flex;
        flex-direction: column;
    }

    .m_tag {
        width: 85px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.m_btnList.s_vertical .list li .m_btn > #terms_of_use,
.m_btnList.s_vertical .list li .m_btn > #privacy_policy,
.m_btnList.s_vertical .list li .m_btn > #terms_of_use {
    width: 340px !important;
    padding-left: 13.5px !important;
}

@media screen and (max-width: 768px) {
    .m_btnList.s_vertical .list li .m_btn > #terms_of_use,
    .m_btnList.s_vertical .list li .m_btn > #privacy_policy,
    .m_btnList.s_vertical .list li .m_btn > #terms_of_use {
        width: 306px !important;
        padding-left: 27px !important;
    }
}

.sqr_icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 0%;
    border: 2px solid #674E30;
    width: 10px;
    height: 10px;
    transform: translate(-20px,-50%);
    top: 50%;
}

.sqr_chk_icon::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 0%;
    background-color: #674E30;
    border: 2px solid #674E30;
    width: 10px;
    height: 10px;
    transform: translate(-20px,-50%);
    top: 50%;
}

.sqr_chk_icon_after {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    position: absolute;
    height: 4px;
    width: 7px;
    transform: translate(-18px,-70%) rotate(-45deg);
    top: 50%;
    z-index: 1000;
}

.m_reqTable {
    overflow-wrap: break-word;
}

    .m_reqTable.s_detail .mainTable > thead > tr > th.deadline {
        width: 120px !important;
    }

    .m_reqTable .mainTable > thead > tr > th.date, .m_reqTable .subTable > thead > tr > th.date {
        width: 123px !important;
    }

    .m_reqTable .mainTable > thead > tr > th.projectname,
    .m_reqTable .mainTable > thead > tr > th.name,
    .m_reqTable .subTable > tbody > tr > td.name {
        width: 170px;
        min-width: 70px;
    }

    .m_reqTable .mainTable.total > thead > tr > th.name,
    .m_reqTable .subTable.total > tbody > tr > td.name {
        width: 140px;
    }

        .m_reqTable .mainTable.total > thead > tr > th.answerdate,
        .m_reqTable .subTable.total > tbody > tr > td.answerdate {
            width: 132px;
        }

    .m_reqTable .mainTable.total > thead > tr > th.anserdate,
    .m_reqTable .subTable.total > tbody > tr > td.anserdate {
        width: 130px;
    }

.m_reqTable .mainTable > thead > tr > th.group_invitation_th.name {
    width: 450px;
    min-width: 70px;
}

    .m_reqTable .mainTable > thead > tr > th.managementNo,
    .m_reqTable .mainTable > thead > tr > th.dateArea,
    .m_reqTable .subTable > tbody > tr > td.dateArea {
        width: 130px !important;
    }

    .m_reqTable .mainTable.total > thead > tr > th.dateArea,
    .m_reqTable .subTable.total > tbody > tr > td.dateArea {
        width: 90px !important;
    }

    .m_reqTable .mainTable > thead > tr > th.orderType,
    .m_reqTable .subTable > tbody > tr > td.orderType,
    .m_reqTable .mainTable > thead > tr > th.revision {
        width: 100px;
    }

    .m_reqTable .mainTable.total > thead > tr > th.orderType,
    .m_reqTable .subTable.total > tbody > tr > td.orderType {
        width: 65px;
    }

    .m_reqTable .mainTable > thead > tr > th.noArea,
    .m_reqTable .subTable > tbody > tr > td.noArea {
        width: 100px;
    }

    .m_reqTable .mainTable.quoterequest_maker > thead > tr > th.name,
    .m_reqTable .subTable.quoterequest_maker > tbody > tr > td.name {
        width: 400px;
        min-width: 400px;
    }

    .m_reqTable .mainTable.quoterequest_maker > thead > tr > th.rating,
    .m_reqTable .subTable.quoterequest_maker > tbody > tr > td.rating {
        width: 166px;
    }

#IntroductionTarget .m_reqTable .subTable > tbody > tr > td.name {
    width: auto;
}

dd a.group_name {
    cursor: pointer;
    color: #25180A;
    text-decoration: underline;
}

.m_groupCard {
    position: relative;
}

    .m_groupCard > input[type="checkbox"]:checked ~ .cardInner {
        background: #FFF6E2;
        border-color: #FFB301;
    }

    .m_groupCard > input {
        position: absolute;
        opacity: 0;
    }

    .m_groupCard > label {
        position: absolute;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        cursor: pointer;
        opacity: 0;
    }

    .m_groupCard .cardInner {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        border: 1px solid #fff;
        border-radius: 6px;
        flex-flow: column;
    }
        .m_groupCard .cardInner .groupNameArea {
            display: flex;
        }

        .m_groupCard .cardInner .img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .m_groupCard .cardInner .txtWrap:not(.group_member_txtWrap),
        .m_groupCard .cardInner .txtWrap:not(.search_group_txtWrap) {
            overflow: hidden;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
            flex: 1 1 0;
        }

        .m_groupCard .cardInner .txtWrap > *:last-child {
            margin-bottom: 0 !important;
        }

        .m_groupCard .cardInner .txtWrap .name {
            font-weight: 500;
            margin-bottom: 5px;
            position: relative;
            display: inline-block;
            max-width: 100%;
            line-height: 20px;
        }

            .m_groupCard .cardInner .txtWrap .name > .nameInner {
                display: block;
            }

                .m_groupCard .cardInner .txtWrap .name > .nameInner > label {
                    cursor: pointer;
                }

                .m_groupCard .cardInner .txtWrap .name > .nameInner .name {
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow-wrap: break-word;
                    font-size: 1.5rem;
                }

        .m_groupCard .cardInner .txtWrap .note {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow-wrap: break-word;
            font-size: 1.4rem;
        }

        .m_groupCard .cardInner .groupContent {
            display: flex;
            flex-flow: column;
        }
            .m_groupCard .cardInner .groupContent .detail {
                display: flex;
                font-size: 1.4rem;
            }

                .m_groupCard .cardInner .groupContent .detail .title {
                    white-space: nowrap;
                    margin-right: 10px;
                }

                .m_groupCard .cardInner .groupContent .detail .item {
                    display: block;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

@media print, screen and (min-width: 769px) {
    .m_groupCard .cardInner {
        padding: 24px;
    }

        .m_groupCard .cardInner .img {
            margin-right: 24px;
            margin-bottom: 12px;
            width: 90px;
            height: 90px;
        }
}

@media screen and (max-width: 768px) {
    .m_groupCard + .m_groupCard {
        margin-top: 30px;
    }

    .m_groupCard .cardInner {
        padding: 18px;
    }

        .m_groupCard .cardInner .img {
            margin-right: 18px;
            width: 90px;
            height: 90px;
        }
        
}

.supported_area {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_name {
    font-size: 1.2rem;
}

.m_modal.s_table .modal-dialog.modal-xl {
    max-width: 1480px;
}

.m_AnserHederBorderHead {
    margin-bottom: 8px !important;
    margin-top: 25px !important;
}

.m_reqTable .subAnserHederTable > tbody > tr > td {
    background: #fffcf8 !important;
}

.m_modal .modal-answerheader-body {
    padding: 25px;
}

.answerBtnArea {
    display: flex;
}

.answerBtn {
    position: relative;
    display: inline-block;
}

    .answerBtn input {
        opacity: 0;
        position: absolute;
    }

        .answerBtn input:checked + label {
            background: #FFF6E2;
            border-color: #FFB301;
        }

            .answerBtn input:checked + label .txt:after {
                overflow: hidden;
                display: block;
                text-indent: 200%;
                white-space: nowrap;
                line-height: 1;
                background-image: url("images/common/mod_img_sprite.png");
                width: 16px;
                height: 11px;
                background-position: -164px -59px;
                background-size: 220px 197px;
                right: 14px;
                top: 11px;
            }

        .answerBtn input + label {
            display: block;
            position: relative;
            border: 2px solid #D9D2CB;
            border-radius: 28px;
            color: #674E30;
            font-weight: bold;
            font-size: 1.6rem;
            padding: 4px 15px 4px 15px;
            cursor: pointer;
            background-color: #fff;
        }

.answerBtnList {
    display: flex;
    justify-content: flex-end;
}

.m_reqTable .mainTable > tbody .reset > td,
.m_reqTable .m_listTable {
    background-color: #E6E6E6;
}

.projectDetail .note {
    width: 160px !important;
}

.projectDetail .deadline {
    width: 100px !important;
}

.projectDetail .cost {
    width: 140px !important;
}

.answerArea {
    width: 1873px;
    min-width: 1228px;
}

.answerLabel {
    padding: 4px 15px 4px 15px;
}

div.inquiry_detail table{
    border-collapse: unset;
}

.help {
    position: relative;
    margin-left: 1rem;
}

.help_tooltip {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    top: 3px;
    left: 12px;
    position: absolute;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    z-index: 3;
    font-size: 1.3rem;
    border: solid 1px black;
    line-height: 1.5;
}

.help:hover .help_tooltip {
    opacity: 1;
    pointer-events: all;
}

.help_design {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    background-image: url(images/common/mod_img_sprite.png);
    width: 23px;
    height: 23px;
    background-position: 0px -85px;
    background-size: 170px 143px;
}

.mrgn_right_5{
    margin-right: 5px;
}

.mrgn_right_25 {
    margin-right: 25px;
}

.mrgn_left_5 {
    margin-left: 5px;
}

.mrgn_btm_unset{
    margin-bottom: unset;
}

.mrgn_top_unset {
    margin-top: unset !important;
}

.quoterequest_maker tbody tr td .must_ans_chk,
.result_group tbody tr td .must_ans_chk {
    min-width: 65px;
    padding: 4px 15px !important;
}

.quoterequest_maker tbody tr td .select_maker_chk,
.result_group tbody tr td .select_group_chk {
    min-width: 130px;
}

.result_group.m_reqTable.s_client .mainTable > thead > tr > th.region {
    width: 506px;
}

.chkbtn input + label {
    display: block;
    position: relative;
    border: 2px solid #D9D2CB;
    border-radius: 28px;
    color: #674E30;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 4px 33px 4px 15px !important;
    cursor: pointer;
    background-color: #fff;
}

.result_group .mainTable tbody > tr > td.add,
.quoterequest_maker.mainTable tbody > tr > td.add {
    text-align: right;
}

    .result_group .mainTable tbody > tr > td.add .mrgn_right,
    .quoterequest_maker.mainTable tbody > tr > td.add .mrgn_right {
        margin-right: 20px;
    }

    .result_group .mainTable tbody > tr > td.add input[type=checkbox] {
        display: none;
    }

div.subTableWrap tr td.justify_align {
    text-align-last: justify;
}

.projects_alert_div {
    display: flex;
}

    .projects_alert_new {
        margin-left: 8px;
    }

.m_offerCount {
    font-size: 1.9rem;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    .help_design {
        display: none;
    }

    .btnArea {
        min-width: 210px;
    }

    .answerInputArea {
        width: 100%;
    }
}

div.m_checkAcc div.boxInner dl dt.ttl {
    width: 30%;
    margin-right: 10px;
}

div.m_checkAcc div.boxInner dl dt .tip_ttl {
    width: 155px;
}

div.m_checkAcc div.boxInner dl dd.col {
    width: 65%;
}

@media screen and (max-width: 768px) {
    .m_checkAcc .subttl {
        display: block;
    }

    #NoRequestMakerModalWindow .m_btnList {
        flex-flow: column;
    }

    #NoRequestMakerModalWindow .m_btn {
        margin: 5px 0;
        width: 100%;
    }

    #NoRequestMakerModalWindow .m_btnList button {
        margin: auto;
        width: 80%;
        max-width: 300px;
    }
}

span.warning {
    position: relative;
    padding-left: 25px;
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 1.2rem;
}

.warning_icon {
    margin: 0 0 13px 0 !important;
}

    span.warning::before {
        content: "";
        position: absolute;
        top: -4px;
        left: 0;
        overflow: hidden;
        display: inline-block;
        text-indent: 200%;
        white-space: nowrap;
        line-height: 1;
        background-image: url(images/common/mod_img_sprite.png);
        width: 20px;
        height: 25px;
        background-position: -175px -172px;
        background-size: 220px 197px;
    }

.msg_js_tab ul.tab_space {
    justify-content: space-evenly;
}

.msg_js_tab ul li.width100 {
    width: 100%;
}

.msg_js_tab div.fileArea {
    padding: 32px 35px;
    border-bottom-left-radius: 26px;
    border-bottom-right-radius: 26px;
}

.msg_js_tab div.fileArea table {
    min-width: 653px;
}

.msgBox_file .m_reqTable.s_answer .mainTable {
    min-width: 660px;
}

    .msg_js_tab div.fileArea table thead tr th.date {
        width: 90px !important;
        padding-left: 15px;
    }

    .msg_js_tab div.fileArea table thead tr th.name {
        width: 185px;
    }

    .msg_js_tab div.fileArea table thead tr th.file {
        width: 165px;
    }

    .msg_js_tab div.fileArea table thead tr th.size {
        width: 75px;
    }

    .msg_js_tab div.fileArea table thead tr th.delete {
        width: 50px;
    }

    .msg_js_tab div.fileArea table tbody tr td.date {
        text-align: center;
        padding-left: 15px;
    }

    .msg_js_tab div.fileArea table tbody tr td.file div.fileArea_file_download {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow-wrap: break-word;
    }

    .msg_js_tab div.fileArea table tbody tr td.file span a {
        text-decoration: underline;
        color: #004ba5;
        cursor: pointer;
    }

    .msg_js_tab div.fileArea table tbody tr td.date a {
        cursor: pointer;
    }

    .msg_js_tab div.fileArea table tbody tr td.name .name_txt {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
.m_modal .footBtn .scroll_mes {
    font-size: 1.4rem;
    margin: 0 0 10px;
}

.m_modal .terms_body {
    border: 1px solid #666;
}

.m_modal .terms_body > div{
    margin: 5px;
}

@media print, screen and (min-width: 769px) {
    .system_maker_center dd {
        width: 50% !important;
        display: flex;
    }

        .system_maker_center dd div:first-child {
            max-width: 75%;
        }

            .system_maker_center dd div:first-child span {
                vertical-align: middle;
            }

        .system_maker_center dd div.changeBtn {
            width: 25%;
        }
}

@media screen and (max-width: 768px) {
    .system_maker_center dd div {
        margin-top: unset !important;
    }
}

@media print, screen and (min-width: 769px) {
    .template_addSelect,
    .index_addSelect{
        margin-right: 10px;
    }
}

#templateResult .m_reqTable table thead tr th.name {
    width: 75%;
}

#templateResult .m_reqTable table thead tr th.item {
    width: 25%;
}

#templateResult .m_reqTable table tbody tr td.number {
    text-align: right;
}

@media print, screen and (min-width: 769px) {
    dd div.contact_person_flex {
        display: flex;
        position: relative;
    }

        dd div.contact_person_flex div:first-child {
            max-width: 75%;
        }

            dd div.contact_person_flex div:first-child span {
                vertical-align: middle;
            }

        dd div.contact_person_flex div.changeBtn {
            width: 25%;
        }
}

@media screen and (max-width: 768px) {
    dd div.contact_person_flex div {
        margin-top: unset !important;
    }
}

table thead tr th.name.item {
    width: 300px;
}

div.m_secBox div dl dd.code_change div.m_formList {
    display: flex;
}

    div.m_secBox div dl dd.code_change div.m_formList div{
        display: flex;
        width: 250px;
    }

    div.m_secBox div dl dd.code_change div.m_formList div span:first-child {
        width: 105px;
    }

    div.m_secBox div dl dd.code_change div.m_formList div span:nth-child(2) {
        width: 112px;
    }

div.kbn_lists div dl dd ul{
    margin-top: 0;
}

    div.kbn_lists div dl dd ul li {
        display: flex;
        justify-content: space-between;
        min-width: 114px;
        max-width: 150px;
    }

    div.kbn_lists div dl dd ul li label:first-child {
        margin-right: 41px;
    }
    
.m_reqTable .m_outputItenSettingList {
    margin-top: 16px;
}

.m_reqTable .m_outputItenSettingList > thead > tr > th.no {
    width: 65px;
}

.m_reqTable .m_outputItenSettingList > thead > tr > th.name {
    width: auto;
}

.m_reqTable .m_outputItenSettingList > thead > tr > th.note {
    width: 400px;
}

.m_reqTable .m_outputItenSettingList > thead > tr > th.number {
    width: 200px;
}

.m_reqTable .m_outputItenSettingList > thead > tr > th.edit {
    width: 150px;
}

.table_design {
    cursor: grab;
}

.table_design:active {
    cursor: grabbing;
}

.selected > td {
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
}

.selected > td > ul {
    flex-wrap: nowrap!important;
}
.m_select.w_70 {
    width: 395px
}

.m_input.w_digit {
    width: 20%;
}

.mrgn_top_10{
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .m_input.w_digit {
        width: 25%;
    }

    .m_halfModal #updateArea {
        padding: 24px 20px 150px;
        height: 100%;
    }
}

.line_spacing {
    margin-top: 35px;
}

.column_spacing {
    margin-left: 10px;
}

.disp_memo {
    display: flex;
}

    .disp_memo .contents {
        width: 400px;
        display: block;
        word-break: break-all;
    }

    .disp_memo .m_btn {
        margin-left: 10px;
    }

.none_memo {
    display: block;
}

    .none_memo .contents {
        display: none;
    }

@media screen and (max-width: 768px) {
    .disp_memo {
        display: block;
    }

        .disp_memo .contents {
            width: 340px;
        }

        .disp_memo .m_btn {
            margin-left: 0px;
            margin-top: 10px;
        }
}

#indexResult .m_reqTable {
    margin-bottom: 1.5em;
}

#indexResult table.mainTable thead tr th.delete {
    width: 70px;
}

#indexResult table.mainTable thead tr th.client {
    min-width: 230px;
}

#indexResult table.mainTable tbody tr td button.i_trash {
    top: 0;
    left: 0;
}

div.add_maker_search_result table thead tr th.check {
    width: 5%;
}

div.add_maker_search_result table thead tr th.makername {
    width: 50%;
}

div.add_maker_search_result table thead tr th.username {
    width: 17%;
}

div.add_maker_search_result table thead tr th.mailaddress {
    width: 18%;
}

div.add_maker_search_result table thead tr th.postalcode {
    width: 10%;
}

div.add_maker_search_result div.m_reqTable {
    margin-bottom: unset;
}

div.add_maker_search_result div.m_reqBox.s_client {
    margin-bottom: 48px;
}

div.add_maker_search_area {
    margin-top: 20px;
}

.m_radio input[type=radio] + label.s_disabled:before {
    background-color: #E6E6E6;
}

div.trade_details {
    margin-bottom: unset;
    margin-top: unset;
    
}

    div.trade_details > .txt {
        color: unset;
    }

div.trade_details + div.acc01 dl {
    display: flex;
    flex-wrap: wrap;
}

    div.trade_details + div.acc01 dl dt.ttl {
        width: 35%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-right: 50px;
    }

    div.trade_details + div.acc01 dl dd.col {
        width: 50%;
    }

    div.trade_details + div.acc01 dl dd.col,
    div.trade_details + div.acc01 dl dt {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    div.trade_details + div.acc01 dl dd.warning {
        width: 100%;
        position: relative;
        padding-left: 25px;
        margin-bottom: 8px;
        font-size: 1.2rem;
    }

        div.trade_details + div.acc01 dl dd.warning::before {
            content: "";
            position: absolute;
            top: -4px;
            left: 0;
            overflow: hidden;
            display: inline-block;
            text-indent: 200%;
            white-space: nowrap;
            line-height: 1;
            background-image: url(images/common/mod_img_sprite.png);
            width: 20px;
            height: 25px;
            background-position: -175px -172px;
            background-size: 220px 197px;
        }

form#Details {
    margin-top: 50px;
}

div.m_btn.s_action.s_border.add_detail {
    margin-bottom: 20px;
}

.result_order_detail div.m_reqTable table thead tr th.no {
    width: 86px;
}

.result_order_detail div.m_reqTable table thead tr th.name {
    width: 110px;
}

.result_order_detail div.m_reqTable table thead tr th.number {
    width: 110px;
}

.result_order_detail div.m_reqTable table thead tr th.note {
    width: 120px;
}

.result_order_detail div.m_reqTable table thead tr th.cat {
    width: 90px;
}

.result_order_detail div.m_reqTable table thead tr th.unit {
    width: 70px;
}

.result_order_detail div.m_reqTable table thead tr th.date {
    width: 100px;
}

.result_order_detail div.m_reqTable table thead tr th.budget {
    width: 100px;
}

.result_order_detail div.m_reqTable table thead tr th.cost {
    width: 100px;
}

.result_order_detail div.m_reqTable table thead tr th.deadline {
    width: 100px;
}

.result_order_detail table tr td div.desired_date {
    position: relative;
}

    .result_order_detail table tr td div span.warning {
        left: -5px; 
    }

.result_order_detail div.m_reqTable table.mainTable {
    min-width: 1800px;
}

.result_order_detail div.m_reqTable table tbody tr td.answerCol table {
    margin: unset;
}

.result_order_detail div.m_reqTable table tbody tr td.answerCol td.edit,
.result_order_detail div.m_reqTable table tbody tr td.answerCol .head {
    margin-left: 32px;
}

.result_order_detail div.m_reqTable table tbody tr td.answerCol .head span.m_reqBnr {
    margin-left: 5px;
}

    .result_order_detail div.m_reqTable table tbody tr td.answerCol table tr td.align_center {
        align-items: center;
    }

.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr td.edit {
    width: 150px;
}

.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr td.edit ul.edit_button  {
    margin-left: 32px;
}

.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr td.order_no,
.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr td.order_unit_price,
.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr td.order_price,
.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr td.order_deadline {
    max-width: 195px;
}

div.m_reqTable.s_detail table tbody tr td.answerCol table {
    margin: unset;
}

div.m_reqTable.s_detail table tbody tr td.answerCol td.edit,
div.m_reqTable.s_detail table tbody tr td.answerCol .head {
    margin-left: 50px;
    padding-top: 8px;
}

div.m_reqTable.s_detail table tbody tr td.answerCol table tr td.align_center {
    align-items: center;
}

div.m_reqTable.s_detail table tbody tr td.answerCol table tr td.head {
    margin-top: 12px;
    width: 85px;
}

div.m_reqTable.s_detail table tbody tr td.answerCol table tr td
{
    vertical-align: top;
}

    div.m_reqTable.s_detail table tbody tr td.answerCol table tr td.unit_price,
    div.m_reqTable.s_detail table tbody tr td.answerCol table tr td.answer_amount,
    div.m_reqTable.s_detail table tbody tr td.answerCol table tr td.answer_due_date {
        display: block;
}

    div.m_reqTable.s_detail table tbody tr td.answerCol table tr td.unit_price {
        width: 190px;
    }

    div.m_reqTable.s_detail table tbody tr td.answerCol table tr td.answer_amount {
        width: 200px;
    }

    div.m_reqTable.s_detail table tbody tr td.answerCol table tr td.answer_due_date {
        width: 235px;
    }

    div.m_reqTable.s_detail table tbody tr td.answerCol table tr td span.field-validation-error {
        margin-left: 5px;
    }

div.m_reqTable.s_detail table tbody tr td.answerCol table tr:last-child td {
    vertical-align: top;
}

    div.m_reqTable.s_detail table tbody tr td.answerCol table tr:last-child td.error {
        max-width: 185px;
    }

.flex_box_spaceb{
    display: flex;
    justify-content: space-between;
}

.disp_flex{
    display: flex;
}

.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr:last-child td {
    vertical-align: top;
}

.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr:last-child td.error {
    max-width: 185px;
}

.warning-validation-error{
    display: inline-block;
}

.cancellation {
    position: relative;
    display: inline-block;
}

    .cancellation input {
        opacity: 0;
        position: absolute;
    }

        .cancellation input:checked + label {
            background: #FFF6E2;
            border-color: #FFB301;
        }

            .cancellation input:checked + label .txt:after {
                overflow: hidden;
                display: block;
                text-indent: 200%;
                white-space: nowrap;
                line-height: 1;
                background-image: url("images/common/mod_img_sprite.png");
                width: 16px;
                height: 11px;
                background-position: -164px -59px;
                background-size: 220px 197px;
                right: 14px;
                top: 11px;
            }

        .cancellation input + label {
            display: block;
            position: relative;
            border: 2px solid #D9D2CB;
            border-radius: 28px;
            color: #674E30;
            font-weight: bold;
            font-size: 1.6rem;
            padding: 4px 15px 4px 15px;
            cursor: pointer;
            background-color: #fff;
        }

.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr td.order_no div,
.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr td.order_deadline input {
    width: 180px;
}

.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr td.order_unit_price div,
.result_order_detail div.m_reqTable table tbody tr td.answerCol table tr td.order_price div {
    width: 192px;
}
#selectMakerModalWindow + div .tip {
    position: relative;
    color: red;
    padding-left: 1em;
}

    #selectMakerModalWindow + div .tip::before {
        content: '※';
        position: absolute;
        top: 0;
        left: 0;
    }

.project_info_setting > span:not(:first-child) {
    margin-left: 30px;
}

.kbnLine {
    border-bottom: 1px solid #D9D2CB;
    border-radius: 2px;
    margin-bottom: 1em;
}

.project_info_setting span:not(:first-child) {
    margin-left: 30px;
}

.help_tooltips {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    top: 150px;
    left: 12px;
    position: absolute;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    z-index: 3;
    font-size: 1.3rem;
    border: solid 1px black;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .help_tooltips {
        display: none;
    }
}

.button_list {
    display: flow-root;
    margin: 0px;
}

    .button_list ul {
        display: flex;
        float: right;
        margin:0px;
    }

        .button_list ul .csv_output_button {
            transform:translateY(-100%);
        }

        .button_list ul button {
            margin-left: 20px;
        }

@media screen and (max-width: 768px) {
    .button_list ul {
        display: block;
        float: right;
    }

        .button_list ul .csv_output_button {
            transform: translateY(-50%);
        }
}

#answerDetailModalWindow .m_btn.s_func.s_em span {
    cursor:pointer;
}

.answerBtnValidationMessage{
    width:180px;
}

.m_avatar.group.group_edit {
    width: 128px;
}

.searchArea {
    margin-top: 48px;
}

.introduction_add .requestArea,
.introduction_edit .requestArea {
    margin-top: 25px;
}

.introduction_add_confirm .introduction_date {
    width: 15%;
}

.introduction_add_confirm .order_type {
    width: 15%;
}

.introduction_add_confirm .m_reqTable .mainTable > thead > tr > th.name{
    width: 35%;
}

.introduction_add_confirm .m_reqTable.s_client .mainTable > thead > tr > th.group {
    width: 35%;
}

.checkbox_label{
    line-height: 24px;
}

.inquiry_answer_confirm_answer_public{
    display: block;
    margin-bottom: 20px;
    margin-left: 32px;
}

.introduction_history .m_reqTable .mainTable > thead > tr > th.date {
    width: 155px !important;
}

.introduction_add .requestArea{
    margin-top: 25px;
}

.introduction_edit #resultMaker .chkbtn label,
.introduction_edit #resultGroup .chkbtn label {
    display: block;
    position: relative;
    border: 2px solid #D9D2CB;
    border-radius: 28px;
    color: #674E30;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 4px 33px;
    cursor: pointer;
    background-color: #fff;
}

.introduction_edit .s_disabled .select_maker_chk,
.introduction_edit .s_disabled .select_group_chk {
    background: #E6E6E6 !important;
    border-color: #E6E6E6 !important;
    color: #999 !important;
}

.introduction_edit .introduction_maker.mainTable tbody > tr > td.add .s_disabled,
.introduction_edit .introduction_group.mainTable tbody > tr > td.add .s_disabled {
    text-align: center;
}

.introduction_edit #resultMaker .m_checkBtn input:checked + label,
.introduction_edit #resultGroup .m_checkBtn input:checked + label {
    background: #FFF6E2;
    border-color: #FFB301;
}

.groupList .mainTable {
    width: 600px;
    min-width: 600px;
}

    .groupList .mainTable .order_name {
        width: auto;
    }

.groupList .numTxt {
    width: 100%;
}

.introduction_history .m_reqTable .mainTable > thead > tr > th.order_type {
    width: 150px;
}

.introduction_history .m_reqTable .mainTable > thead > tr > th.group {
    width: 500px;
}

.noteArea {
    margin-top: 15px;
}

    .noteArea .notes {
        display: block;
        font-weight: normal;
        position: relative;
        color: #674E30;
        font-size: 12px;
        padding-left: 1em;
        margin-top: 5px;
    }

        .noteArea .notes:before {
            content: '※';
            position: absolute;
            top: 0;
            left: 0;
        }

@media print, screen and (min-width: 769px) {
    #SelectTemplateForProjectInfoModalBody .m_pageHead.s_border,
    #CsvSelectionModal .m_pageHead.s_border {
        margin-bottom: 20px;
    }

    #answerDetailModalWindow .m_pageHeadBox .btnList li:last-child {
        margin-right: 40px;
    }
}

#resultMaker span.chkbtn:first-child label {
    min-width: 112px;
}

.m_listTable .maker_answer_table.table tr td.status{
    width: 84px;
}

.inquiry_history .project_info_setting > span > span{
    margin-left: 0px;
}

#answerDetailModalWindow button.i_closeBtn.headClose {
    z-index: 999999;
}

#maker_anwser_table .m_listTable table.table.maker_answer_table tr td.deadline {
    width: 178px;
}

.i_answer {
    text-align: center;
    border: 0px !important;
    background-color: #f9f9f9 !important;
}

.open_btn_tr {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-top: none;
}

.m_listTable .table tr td.answer_td {
    padding: 0;
}

    .m_listTable .table tr td.answer_td span {
        padding: 0;
    }

    .m_listTable .table tr td.answer_td span label {
        padding: 0;
        line-height: 35px;
    }
    
div.language a.english:hover,
div.language a.japanese:hover {
    color: #FA742A;
    text-decoration: none;
}

.m_reqTable.inquiry_index .mainTable > thead > tr > th.budget{
    width: 215px;
}

.search_condition .m_select:has(.selectInner #SelectCurrency,.selectInner #SelectTimezone) {
    width: 330px;
}

@media screen and (max-width: 768px){
    .select2{
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    table.answerInputArea td {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    table.answerInputArea tbody tr td div {
        margin-right: 6px !important;
    }
}

.w_full {
    width: 100%;
}

.w70 {
    width: 70%;
}

.memoDescription {
    color: #674E30;
}

.addAnnounceArea {
    text-align: left;
}

.ctInner .addAnnounceArea {
    margin-top: 20px;
}

.m_formBtnCol .addAnnounceArea {
    margin-bottom: 20px;
}

.table_caption {
    margin-top: 5px;
    font-size: 12px;
    color: #674E30;
}