/*myht*/
.group-step {
    width: 100%;
    text-align: center;
}
.group-step.for-pc {
    display: block;
}
.group-step li{
    width: 28%;
    border: 1px solid #d5dae8;
    position: relative;
    background: #f5f7fb;
    height: 82px;
    border-right: 0;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}
.group-step li:not(:last-child) {
    margin-right: 30px;
}
.group-step li:before {
    position: absolute;
    display: inline-block;
    border-top: 42px solid transparent;
    border-left: 17px solid #d5dae8;
    border-bottom: 42px solid transparent;
    right: -17px;
    top: -1px;
    content: '';
}
.group-step li:after {
    position: absolute;
    display: inline-block;
    border-top: 41.5px solid transparent;
    border-left: 15px solid #f5f7fb;
    border-bottom: 41.5px solid transparent;
    right: -15px;
    top: -1px;
    content: '';
}
.group-step-white {
    margin: 3px 3px 0;
    background: #fff;
    height: 57px;
    display: flex;
    align-items: center;
    position: relative;
    /* color: #5c738f; */
    justify-content: center;
    text-align: left;
}
.group-step-white p {
    padding-left: 8px;
    text-align: center;
}
.group-step-white:before {
    position: absolute;
    display: inline-block;
    border-top: 40px solid transparent;
    border-left: 16px solid #fff;
    border-bottom: 40px solid transparent;
    right: -16px;
    top: -1px;
    content: '';
    z-index: 2;
}
.group-step-bottom {
    /*width: 99.2%;*/
    position: relative;
}
.group-step-bottom:after {
    position: absolute;
    display: inline-block;
    border-top: 0px solid transparent;
    border-left: 12px solid #f5f7fb;
    border-bottom: 22px solid transparent;
    right: -9px;
    top: 0;
    content: '';
    z-index: 2
}


.group-step-bottom p{
    color: #c3cae2;
    padding-left: 5px;
    font-weight: bold;
    /*font-family: 'Ebrima';*/
    text-align: left;
}
.group-step-bottom span{
    font-size: 15px;
    font-family: sans-serif;

}
.group-step li.step-active {
    border: 1px solid #6e071a;
    border-right: 0;
    background: #82081f;
}
.group-step li.step-active:before {
    border-left: 17px solid #82081f;
}
.group-step li.step-active:after {
    border-left: 15px solid #82081f;
}
.step-active .group-step-bottom:after {
    border-left: 12px solid #82081f;
}
.step-active .group-step-bottom p {
    color: #fff;
}
.group-step li.step-prev {
    border: 1px solid #90a5d0;
    border-right: 0;
    background: #b4c1df;
}
.group-step li.step-prev:before {
    border-left: 17px solid #90a5d0;
}
.group-step li.step-prev:after {
    border-left: 15px solid #b4c1df;
}
.step-prev .group-step-bottom:after {
    border-left: 12px solid #b4c1df;
}
.step-prev .group-step-bottom p {
    color: #fff;
}
@-moz-document url-prefix() {
    .group-step-bottom:after {
        right: -8px;
    }
    .group-step li::before {
        right: -16px;
    }
    .group-step li:after {
        right: -13px;
    }
    .group-step li.step-active:before {
        border-left: 16px solid #82081f;
    }

}
/*tuanpha*/
html {
    -webkit-text-size-adjust: 100%;
}
.for-sp, .for-320{
    display: none;
}
.narbar{
    display: flex;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
i.icon_success{
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
li.project_list .icon_success {
    left: 0px;
    width: auto;
}
.project_list .img{
    width: auto !important;
}
#footer .inner{
    /* padding-left: 0 !important; */
    /* padding-right: 0 !important; */
}
.nobody_index #contents {
    width: auto;
}
#header #navi ul{
    padding-left: 10px;
    padding-right: 10px;
}
span.tag {
    opacity: 0.8;
    box-sizing: content-box
}
td.table-td {
    padding: 0px !important;
    border: none !important;
}
table.table-balance {
    border: none !important;
}
#contents .contents_s{
    position: relative;
}
.close-btn{
    position: absolute;
    right: 15px;
    top: 10px;
    display: none;
}
table.balance{
    width: 100%  !important;
}
.menu-left{
    position: fixed;
    right: 0;
    background: #a93a4f;
    padding: 5px;
    font-size: 14px;
    bottom: 10px;
    display: none;
    z-index: 988;
    color: white
}
.n-sp-invest{
    background: #F2F2F2;
    width: 100%;
    bottom: 0px;
    box-sizing: border-box;
    padding: 0 !important;
    display:inherit!important;
    transition: 0.3s;
}
@media screen and (min-width: 993px) {
    .n-sp-invest {
        visibility: hidden;
    }
}
.hidden-scroll {
    overflow: hidden;
}
.active-scroll {
    overflow: auto;
}
.active-scroll::-webkit-scrollbar {
    width: 0.4em;
}
.active-scroll::-webkit-scrollbar-track {
    border: 1px solid #ccc;
    border-radius: 20px;
}

.active-scroll::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 20px;
}
.n-sp{
    height: 43px;
    min-width: 249px !important;
    margin: 6px 15px !important;
}
div.button.n-sp-check{
    margin: 5px!important;
}
input, textarea {
    border: 1px solid #999;
    outline:none;
}
#contents table td{
    /* padding: 10px !important ; */
}
.sponsor_text{
    width: auto;
}
.for-360{
    display: none;
}
.for-pc{
    display: table-cell;
}
.step3-invest-exp{
    display: none;
}
td.ta_left.spaceRight label {
    margin-right: 10px;
}
div#pjSearch4Category_index {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#pjSearch4Category_index label{
    margin: 10px 5px 0px 5px !important;
}
div#pjSearch4Category {
    margin-bottom: 10px;
}
.contents_l .project_list .icon_success{
    left: 0;
}
.for-sp-sm{
    display: none;
}
.break{
    display: none;
}
.table-step-3{
    /* width: 740px !important; */
}
table.deal-information th, table.job th,
table.address th, table.info th,
table.bank th {
    width: 180px !important;
}
.slider_yen span{
    display: inline-block ;
    margin-right: 15px;
}
#contents .contents_s .side-bar{
    display: initial;
}
.span_footer{
    position: relative;
    margin-right: 22px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.w-black{
    color: #333333 !important;
}
.slider_intro{
    font-size: 14px;
}
.project_list .user a, .project_list .cate a {
    text-decoration: underline;
}
/* .project_list .label_time {
    background-image: url(../img/icon_time_black.png);
    font-weight:600;
} */
/* .project_list .project_footer{
    color: black;
} */
#contents .contents_m .top_news li a {
    text-decoration: underline;
    /* margin-left: 44px; */
}
input[type="radio"] {
    margin-top: -2px;
}
/*footer*/
#footer {
    position: relative;
    background-color: #6E071A
}
a.link_footer, .link, .tag a, #header #navi li a {
    text-decoration: underline;
}
button.w-margin {
    margin-right: 30px;
    width: 110px
}
td.ta_left.step2_subtable1.r-border{
    border-bottom: 1px solid #CCC !important;
}
@media only screen and (max-width: 1024px) {
    #footer .navi:nth-of-type(1) {
        /* width: 200px !important; */
    }
    .text_footer {
        /* margin-right: -21px !important; */
    }
}
@media only screen and (max-width: 992px) {
    .text_footer {
        /* padding-left: 200px!important; */
        /* margin-left: 203px!important; */
    }
}
@media only screen and (max-width: 768px) {
    #contents .contents_m .top_news li a {
        /* text-decoration: underline; */
        margin-left: 44px;
    }
    .text_footer {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
}
.text_footer{
    /* margin-right: -57px; */
    width: 45% !important;
}
.text_footer p {
    line-height: 23px !important;
    font-size: 12px !important;
    margin: 0px !important;
}
table.step2_subtable2 td {
    border-bottom: 0 !important;
}
td.ta_left.step2_subtable1 {
    border-bottom: 1px solid #CCC !important;
}
a.pull-right {
    text-decoration: underline;
}
.for-768{
    display: none;
}

.button.btn-regist button {
    width: 130px;
}

input#backButton {
    width: 120px !important;
}
#gaugeViewer .progress_bar {
    color: white;
}
#contents .contents_s .golist li span{
    top: -2px;
}
p.w-magin {
    margin-left: 3px;
    margin-right: 3px;
}
img.img_footer_logo {
    width: 200px;
}
#logo img {
    width: 250px;
    /* margin-top: 10px; */
}
table.icom-regist a {
    text-decoration: underline;
}
input[type="submit"] {
    min-width: 110px;
    -webkit-appearance: none;
}
.indent{
    display: flex;
}
p.indent_2 {
    padding-left: 12px;
}
span.indent_item {
    position: absolute;
    left: 6px;
}
.other {
    position: relative;
}
#footer .navi{
    /* padding: 2px 0 15px 10px; */
}
#footer .navi li{
    list-style-type: disc;
    line-height: 23px;
}
#footer .navi:nth-of-type(1) {
    /* width: 246px; */
    margin-left: -9px;
}

.content-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.projectTabLeft span a{
    width: 152px !important
}

button#load_postal_code{
    padding: 3px 4px;
    font-size: 11px;
}
input.registButton.disabled {
    color: #808080b5 !important;
}
input.check-dis-regist.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
input[type="file"] {
    border: none !important;
}

table.sm_tb_nonboder.sm_table_one.sm_box_checkbox {
    margin-top: 60px !important;
}
.sm_box_checkbox .checkmark {
    border: 1px solid #aaaaaa !important;
    border-radius: 3px !important;
    background: #e2e2e2 !important;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #e2e2e2) ) !important;
    background: linear-gradient( to bottom, #ffffff 0%, #e2e2e2 100% ) !important;
}
.sm_box_checkbox input:checked ~ .checkmark {
    background: #A00A27 !important;
    border: 1px solid #151515 !important;
}
.checkbox-flex {
    display: flex;
    align-items: center;
}

.sm_box_checkbox label {
    font-size: 14px
}

input[type="checkbox"] {
    /*margin-right: 5px;*/
}
label input{
    border: 1px solid rgba(128, 128, 128, 0.85);
}
.ic_title {
    border-bottom: 1px solid #329BD2 !important;
    padding: 0 !important;
    padding-left: 20px !important;
    border-left: 5px solid #329BD2 !important;
    font-size: 20px !important;
    color: #006699 !important;
}

.ic_auto_width {
    width: auto !important;
    padding: 0px 5px;
}
.sm_margin_auto {
    margin: 0 auto !important;
}
.sm_not_float {
    float: none !important;
}
.sub-head {
    border-bottom: 1px solid #329BD2;
    color: #069;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
}
.icon-group {
    padding: 30px 5px;
}
.mrb {
    margin-bottom: 20px;
}
.sm_box_checkbox .checkmark {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #efefef;
    top: 0;
    left: -4px;
    border: 1px solid #aba6a6;
}
.sm_box_checkbox input:checked ~ .checkmark {
    background: #2196F3;
    border: 1px solid #2196f3;
}
.sm_box_checkbox input:disabled ~ .checkmark {
    background: #f1f1f1;
    border: 1px solid #e2e2e2;
}
.sm_box_checkbox input:checked ~ .checkmark:after {
    content:"";
    border: solid #fff;
    position:absolute;
    top:0px;
    left: 4px;
    height: 10px;
    width: 5px;
    border-width: 0px 3px 3px 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.sm_box_checkbox input[type=checkbox] {
    opacity:0
}
@media only screen and (max-width: 475px) {
    .sm_box-select select {
        width: 100%;
    }
}
.ad_create-pr-btn {
    padding: 4px 67px;
    border: 1px solid #4a4a4a;
    background: #f4f4f4;
    margin-top: 15px;
}
.ad_create-pr-btn:hover {
    background: #e2e2e2;
    border: 1px solid #aaa;
}
#projectTab{
    border-bottom:2px solid #ccc;
    padding-left:10px;
    margin:25px 0 15px 0;
}
.projectTabLeft span a {
    width: 120px !important;
}
#projectTab span a{
    display:inline-block;
    padding:10px 5px;
    border: 1px solid #ccc;
    margin-bottom: -2px;
    width:138px;
    text-align:center;
    background-color:#f5f5f5;
}

#projectTab span a:hover{
    border:1px solid #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom:-2px;
    background-color:#fff;
    color:#666;
    cursor: pointer;
}

@media only screen and (min-width:617px) {
    #projectTab span a:hover{
        border-bottom: 1px solid #fff;
    }
}

#projectTab .disp a{
    border:1px solid #ccc;
    /* border-bottom: 2px solid #fff !important; */
    margin-bottom:-2px;
    background-color:#fff;
    color:#666;
}

#projectTab span a{
    text-decoration:none;
    font-weight:bold;
    color:#aaa;
    padding: 10px 4px;
}
.ad_form-upload select {
    height: 34px;
}
.ad_form-upload input {
    height: 28px;
    width: 70px !important;
}
select[name=owner] {
    min-width: 500px;
}
.w-magin {
    margin: 7px 0px !important;
}
.ad_form-upload .pixel_image {
    margin-left: 45px;
}
.pr-menu {
    text-align: left;
    width: 280px;
    overflow: auto;
}
.ad_btn-hover:hover {
    border: 1px solid rgba(12, 12, 12, 0.92) !important;
}
.btn-sendmail {
    border: 1px solid #999;
    padding: 3px 7px !important;
}
.btn-sendmail:hover {
    border: 1px solid #4a4a4a !important;
}
.btn-sendmail-disabled {
    cursor: inherit !important;
    color: gray;
    border: 1px solid #999;
}
.btn-sendmail-disabled:hover {
    border: 1px solid #999 !important;
}
.btn-login{
    border: 1px solid #999;
    padding: 3px 63px !important;
}
.btn-login:hover {
    border: 1px solid #4a4a4a !important;
}

.btn-cancel{
    height: 35px;
}
.btn-ok{
    height: 35px;
}
.mr-20 {
    margin-right: 20px !important;
}
.footer-menu .inner .navi {
    width: 26.5%;
}

.footer-menu ul.text_footer li {
    list-style-type: none !important;
}
.footer-menu .inner {
    padding-left: 16px !important;
    box-sizing: border-box;
}
.note_text {
    margin-left: 31px;
}
.sm_checkbox_group {
    margin-top: 25px;
}
.sm_checkbox_group p{
    padding: 3px 0px;
}
.sm_checkbox_group .checkbox-flex {
    margin: 5px 5px;
}

.margin_left_5 {
    margin-left: 5px
}
.number_apply {
    font-size: 12px;
    line-height: 30px;
}
.position_relative {
    position: relative;
}
.checkbox_form {
    position:relative;
    display: flex;
    flex-direction: row;
}
.margin_top_10 {
    margin-top: 10px;
}
.padding_left_5 {
    padding-left: 5px
}
@media screen and (min-width:0\0) {
    .margin_checkbox {
        margin-top: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .note_text{
        display: block;
        margin-left: 0px;
    }
}
.border_checkbox_group {
    border: 1px solid rgb(204, 204, 204);
}
.border_under_button {
    border-bottom: rgb(204, 204, 204) solid 2px;
}
@media only screen and (min-width: 768px) {
    .margin_left_31{
        margin-left: 31px;
    }
    .note_text_pc{
        display: none;
    }
}
.sm_fl_right {
    float: right !important;
}
.sm_button_view {
    text-decoration: none;
    border: 1px solid #9E9E9E;
    color: #424242;
    padding: 5px 20px;
    border-radius: 5px;
    background: #fff;
}

/*Display number process sp*/
.process-num-sp {
    display: none;
}
.process-align:after{
    display: block;
    content: "";
    clear: both;
}
@media only screen and (max-width: 992px) {
    .process-num-sp {
        display: none;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 15px;
    }
    .process-num-pc {
        display: block;
    }
    .process-align{
        padding-left: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    #dis-num tr td{
        border: 0;
        font-weight: bold;
        font-size: 18px;
    }
    #dis-num tr{
        border: hidden;
    }
    #dis-num td {
        padding: 0 0 !important;
    }
    #dis-num tr th{
        border: hidden;
        background: no-repeat;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
    }
    .check-sp{
        float: right;
        font-size: 15px;
        margin-top: -3px;
    }
    .num-sp{
        height: 18px!important;
        width: calc(100% - 170px);
        display: inline-block;
        float: left;
    }
}
@media only screen and (max-width: 667px) {

    .process-align{
        padding-left: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    #dis-num tr th{
        font-size: 13px;
		vertical-align: top;
        width: 33.3333%;
    }
    .process-num-sp {
        padding-left: 0;
        padding-right: 0;
    }
    .check-sp{
        float: right;
        font-size: 13px;
        margin-top: -1px;
    }
    .num-sp{
        width: calc(100% - 140px);
        display: inline-block;
        float: left;
    }
    #dis-num tr td{
        border: 0;
        font-weight: bold;
        font-size: 14px;
		vertical-align: top;
    }
}
@media only screen and (max-width: 320px) {
    .process-align{
        padding-left: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .num-sp{
        width: calc(100% - 130px);
        display: inline-block;
        float: left;
    }
    #dis-num tr th{
        font-size: 11px;
		vertical-align: top;
    }
    #dis-num tr td{
        border: 0;
        font-weight: bold;
        font-size: 12px;
		vertical-align: top;
    }
    .check-sp{
        float: right;
        font-size: 11px;
        margin-top: 1px;
    }
}

.filter-member {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.pj-icom-name {
    padding-left: 10px;
    font-weight: bold;
    color: #7F7F7F;
    margin-bottom: 20px;
    word-break: break-all;
}
.pj-icom-name-list {
    padding-left: 10px;
    font-weight: bold;
    color: #7F7F7F;
    width: 80%;
    margin-bottom: 20px;
    word-break: break-all;
}
.pj-icom-name-detail {
    margin-top: 10px;
    padding-left: 10px;
    font-weight: bold;
    color: #7F7F7F;
    text-align: left;
    font-size: 15px;
}

.prj-img-margin-top {
    margin-top: -20px !important;
}
@media only screen and (max-width: 768px) {
    .pj-icom-name {
        margin-left: 14%;
        width: 73%;
    }
    .prj-img-margin-top {
        margin-top: -40px !important;
    }
    .pj-icom-name-list {
        width: 70%;
        margin-left: 14%;
    }
}

@media only screen and (max-width: 614px) {
    .pj-icom-name {
        margin-left: 13%;
    }
}
@media only screen and (max-width: 594px) {
    .pj-icom-name {
        margin-left: 13%;
    }
}

@media only screen and (max-width: 574px) {
    .pj-icom-name {
        margin-left: 12%;
    }
}
@media only screen and (max-width: 554px) {
    .pj-icom-name {
        margin-left: 11%;
    }
}
@media only screen and (max-width: 530px) {
    .pj-icom-name {
        margin-left: 10%;
    }
}
@media only screen and (max-width: 340px) {
    .pj-icom-name-list {
        margin-left: 8%;
    }
}
@media only screen and (max-width: 330px) {
    .pj-icom-name-list {
        margin-left: 6%;
    }
}
@media only screen and (min-width: 991px) {
    .footer-menu .inner {
        padding-left: 16px !important;
    }
}
