/*========== user main layout inside csss block ================*/
html {
    overflow-y: scroll;
}
#body {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100% !important;
}
.front {
    position: relative;
    min-height: 100vh;
    padding-bottom: 180px;
}

.front_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 10px;
}

.mobileShow {
    display: none;
}

.desktopShow {
    display: contents;
}

.container_div {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .scroll_horizental {
        min-width: 1024px;
        overflow-x: auto;
        margin: 0 auto;
    }

    .front {
        position: relative;
        min-height: 100vh;
        padding-bottom: 425px;
    }

    .mobileShow {
        display: contents;
    }

    .desktopShow {
        display: none;
    }
}

div > .small-device-login-registration-button-center > ul {
    list-style: none;
}

@media (max-width: 575.98px) {
    .front_footer ul {
        text-align: left;
    }

    .scroll_horizental {
        min-width: 0px !important;
        overflow-x: auto;
        margin: 0 auto;
    }

    div > .small-device-login-registration-button-center > ul > li {
        list-style: none;
        display: inline;
    }
}

.login_signup > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.login_signup > ul > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px;
    font-size:14px;
}

/* top nav gap */
.top-nav-gap {
    padding-bottom: 1px;
    padding-top: 5px;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px !important;
}
.user-header-nav > ul > li {
    list-style: none;
    display: inline;
}


/*============ front main layout inside css block============== */
.container_div{
    max-width: 1300px;
    width: 100%;
    margin:0 auto;
    padding-bottom: 6px;
}

.nav_width{
    font-size:14px;
    font-family: ヒラギノ角ゴシック体W6;
}
.mobileShow{
    display : none;
}
.desktopShow{
    display : contents;
}
@media (max-width: 1024px){
    .scroll_horizental{
        min-width: 1024px;
        overflow-x:auto;
        margin:0 auto;
    }
}
@media (max-width: 575.98px) {
    .mobileShow{
        display : contents;
    }
    .desktopShow{
        display : none;
    }
    .scroll_horizental{
        min-width: 0px!important;
        overflow-x:auto;
        margin:0 auto;
    }
}
@media only screen and (min-width: 575.98px) {
    .flex_cont {
        display: flex;
        align-items: stretch;
        overflow: auto;
        overflow-y: hidden;
        min-width: 1080px;
        flex-shrink: 0;
    }
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
}

.small-device-login-registration-button-center > li{
    list-style: none;
    display: inline;
}


/*============front==========================*/
/*@font-face {
   font-family:  ヒラギノ角ゴシック体W3;, ヒラギノ角ゴシック体W6;
    !*font-family: 角ゴシックW3;, 角ゴシックW6;
      src: url(../fonts/ヒラギノ角ゴStdW3.otf);
      src: url(../fonts/ヒラギノ角ゴStdW6.otf); *!
    src: url(../fonts/ヒラギノ角ゴシックW3.ttc);
    src: url(../fonts/ヒラギノ角ゴProW6.otf);

    !*src: url(../fonts/ヒラギノ角ゴシックW6.ttc);*!
}*/
@font-face {
    font-family: ヒラギノ角ゴシック体W6;
    src: url(../fonts/ヒラギノ角ゴシックW6.ttc)
}
@font-face {
    font-family: ヒラギノ角ゴシック体W3;
    src: url(../fonts/ヒラギノ角ゴシックW3.ttc);
}



html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: ヒラギノ角ゴシック体W3;
}

.h_w6{
    font-family: ヒラギノ角ゴシック体W6 !important;
}
.p_w6{
    font-family: ヒラギノ角ゴシック体W6 !important;
}
.h_w3{
    font-family: ヒラギノ角ゴシック体W3 !important;
}
.p_w3{
    font-family: ヒラギノ角ゴシック体W3 !important;
}
.P_w3{
    word-break: break-word;
}


ul.plist {
    margin: 6px !important;
}

/* using for common  start */
ul.plist li a {
    color: #292929;
    text-decoration: none;
    font-family: ヒラギノ角ゴシック体W6;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
}
.heading {
     font-family:  ヒラギノ角ゴシック体W3;
    font-size: 16px;
    color: #292929;
}

.copyright_area {
     font-family:  ヒラギノ角ゴシック体W3;
    font-size: 14px;
    text-align: center;
    color: #292929;
}
/* using for common end */

.menu .item {
    display: block;
    border: 1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
}

.menu .item:hover,
.menu .item.active {
    background-color: #0371CF;
    color: white;
}

.menu .col:last-child {
    border-right: none;
}

/* list anchor pip symbol remove */
.list-inline-item {
    display: inline !important;
}

#home-banner {}

.amount {
    border: 1px solid black !important;
    padding: 5px;
}

.no-border {
    border: none;
}

.box {
    border: 1px solid black !important;
}

.padding {
    padding: 10px;
}

.heading:after {
    display: block;
    height: 3px;
    background-color: #80b9f2;
    content: "";
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

.bg-dark {
    background-color: #f8f8f8;
}

.div-radius {
    border: 3px solid #eaebed;
    border-radius: 5px;
}

.div-radius1 {
    border-radius: 5px;
}

.horizontal-front:before {
    display: block;
    height: 2px;
    background-color: #72c7ff;
    content: "";
    width: 90%;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-left: 15px;
    ;
}

.bg-danger {
    /* opacity: 0.9 !important; */
    background-color: #ffe3da !important;
}

.project_status {
    position: absolute;
    top: 15px;
    left: 3px;
    width: auto;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    background-color: #ff6540;
}

.project-item {
    position: relative;
}

.icon-info {
    border: 2px solid #ff3300;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 50%;
    color: #ff3300;
    background-color: #ffffff;
}

.bg-white {
    background-color: #fff;
}

.content-inner:before {
    display: block;
    height: 2px;
    background-color: #ffbc00;
    content: "";
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.checked {
    color: #ffbc00;
}

.bg-sky {
    background-color: #e5f5ff;
}

.bg-light-yellow {
    background-color: #fff8e5;
}

.bg-yellow {
    background-color: #ffbc00;
}

.form-check {
    padding-left: 35px;
}

.check-first {
    padding-left: 30px !important;
}

.carousel-item img {
    max-height: 400px !important;
}

.home-tabs {
    position: relative;
    margin-top: 10px;
}

.home-tabs li a {
    margin-right: 2px;
    padding-bottom: .5em;
}

.home-tabs li a.active {
    padding-bottom: .9em;
}

.home-tabs a .divider {
    border-bottom: none;
}

.home-tabs .popular {
    background-color: #CC726F !important;
    color: white !important;
}

.home-tabs a.active.popular .divider {
    border-bottom: 2px solid #CC726F;
}

.home-tabs .category1 {
    background-color: #F8AB6B !important;
    color: white !important;
}

.home-tabs a.active.category1 .divider {
    border-bottom: 2px solid #F8AB6B;
}

.home-tabs .category2 {
    background-color: #9C86B6 !important;
    color: white !important;
}

.home-tabs a.active.category2 .divider {
    border-bottom: 2px solid #9C86B6;
}

.home-tabs .category3 {
    background-color: #76C0D4 !important;
    color: white !important;
}

.home-tabs a.active.category3 .divider {
    border-bottom: 2px solid #76C0D4;
}

.home-tabs .category4 {
    background-color: #ACC776 !important;
    color: white !important;
}

.home-tabs a.active.category4 .divider {
    border-bottom: 2px solid #ACC776;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.projects .item .box {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid grey;
    border-radius: 5px;
}

.projects .item .box:last-child {
    margin-left: 5px;
    background-color: #F2DEDE;
    color: #BF4842;
}

.footer-up {
    background-color: #262626;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer {
    background-color: grey;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer a {
    color: black;
}

.divider {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    border-bottom: 1px solid grey;
}

.border {
    border: 1px solid #eee;
}

.border:last-of-type {
    border-right: 1px solid #eee;
}

.inline {
    display: inline !important;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.bg-grey {
    background-color: grey;
}

.bg-blue {
    background-color: blue;
}

.product_list_link {
    padding-left: 20px;
}

.price_area {
    margin-top: 30px;
}

.price_area label {
    margin-bottom: 0px;
}

.cart_add_area {
    background-color: #ccc;
    padding: 15px;
    margin: 0 auto;
    position: relative;
}

.add_to_cart_quantity_area {
    text-align: center;
}

.add_to_cart_quantity_area p {
    text-align: center;
    padding: 0px;
    margin: 0;
    margin-bottom: 8px;
    font-weight: bold;
}

.add_to_cart_btn {
    background-color: #e88127;
}

.add_to_favorite_area {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

.add_to_favorite_btn {
    font-size: 18px;
    background-color: #3d79c1;
}

.section_head_title {
    padding-left: 0px;
    margin-left: -15px;
    margin-bottom: 15px;
}

.wordbreak {
    word-wrap: break-word;
}

.right-menu {
    border: 1px solid black;
    padding-left: 20px;
    padding-bottom: 20px;
}

.right-menu a {
    color: black;
}

.right-menu .popular {
    color: #CC726F !important;
    background: transparent !important;
}

.right-menu .category1 {
    color: #F8AB6B !important;
    background: transparent !important;
}

.right-menu .category2 {
    color: #9C86B6 !important;
    background: transparent !important;
}

.right-menu .category3 {
    color: #76C0D4 !important;
    background: transparent !important;
}

.right-menu .category4 {
    color: #ACC776 !important;
    background: transparent !important;
}

.project-subcategory {
    background-color: #1DDE60;
    color: white;
}

.no-border {
    border: none;
}

h4.green {
    color: #32CD32;
}

.divider.green {
    border-color: #32CD32;
}

a.black-text {
    color: black;
}

.hide {
    display: none;
}

.box-invest {
    padding: 20px;
    border: 1px solid black;
}

.card-img-top {
    width: 100%;
}

.front .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.project-image {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
}

.menu-tab {
    width: 100%;
    clear: both;
}

.home-tabs {
    height: auto;
    overflow-x: auto;
}

.home-tabs .nav-item {
    width: auto;
    float: left;
}

.home-tabs .nav-item .active {
    border-bottom: 2px solid red;
}

.home-tabs .nav-item .nav-link {
    border-radius: 5px 5px 0 0;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: none;
}

.padding {
    padding: 10px;
}

.front_header {
    padding-top: 5px;
}

.logo_area {
    display: inline-block;
}

.top_menu li a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
    padding-bottom: 5px;
    font-family: ヒラギノ角ゴシック体W6;

}

.project_tabs {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f1f1f1;
    margin-top: -6px;
    height: 65px;
}

.project_tabs ul {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.project_tabs ul li {
    margin-left: 20px;
}

.project_tabs ul li:first-child {
    margin-left: 0px;
}

.project_tabs ul li a {
    display: inline-block;
    text-decoration: none;
    color: #292929;
    font-size: 14px;
    font-family: ヒラギノ角ゴシック体W6;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.project_tabs ul li a.active,
.project_tabs ul li a:hover,
.project_tabs ul li a:focus,
.plist li a.active,
.plist li a:hover,
.plist li a:focus {
    border-bottom: 3px solid #14a0fe;
}

.project_sorting {
    padding-top: 30px;
    padding-bottom: 30px;
}

.project_sorting .input_search input[type="text"] {
    border-right: none;
    border-color: #c6c6c6;
    border-radius: 0px;

}

.project_sorting .sort {
    border-radius: 0px;
}

.project_sorting .input_search .input-group-append {
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;

}

.project_sorting .input_search .input-group-append i {
    color: #c6c6c6;
    font-size: 24px;
    margin-top: 4px;
    margin-right: 6px;
}

.w100 {
    width: 100% !important;
}

.project_item,
.project_img {
    position: relative;
}

.project_item {
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 30px;
}

.project_status {
    position: absolute;
    top: 15px;
    left: -15px;
    width: auto;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    background-color: #ff6540;
}

.project_status:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -13px;
    left: 0px;
    border: none;
    background-color: #b7c2c7;
    border-top: 13px solid #b7c2c7;
    border-left: 14px solid #fff;
    z-index: 1;
}

.project_status span {
    color: #ffffff;
     display: inline-block;
      font-size: 18px;
      font-family: ヒラギノ角ゴシック体W6;
      font-weight: bold;
}

.project_text {
    padding: 10px;
}

.project_progress p {
    margin-top: -2px;
    text-align: center;
    font-size: 12px;
    color: #6e6e6e;
    font-weight: bold;
}

.project_status.status_first {
    background-color: #0099FF !important;
}

.project_status.status_second {
    background-color: #C6C6C6;
}

.project_status.status_1 {
    background-color: #ff4505;
}

.project_status.status_2 {
    background-color: #FFBC00;
}

.project_status.status_3 {
    background-color: #575757;
}

.project_tags {
    margin: -5px 0px 0px 0px;
}

.project_tags li {
    color: #6e6e6e;
     font-family:  ヒラギノ角ゴシック体W3;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px !important;
}

.project_title a {
    display: block;
    text-decoration: none;
    color: #6e6e6e;
     font-family:  ヒラギノ角ゴシック体W6;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
}

.project_item_footer {
    	 font-family:  ヒラギノ角ゴシック体W3;
		font-size: 14px;

}

footer.front_footer {
    background-color: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.front_footer p {
    margin: 0px;
}


.login_signup > ul{
    margin:0;
    padding:0;
    list-style:none;
    font-size:0;
}

.login_signup > ul > li {
    display: inline-block !important;
    *display: inline;
    *zoom: 1;
    font-size:14px;
}

.col > ul {
    margin:0;
    padding:0;
    list-style:none;
    font-size:0;
  }

  .col > ul > li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px;
    font-size:14px;
  }

  .col > ul > li > a {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #595959;
 }

.front_footer ul li p {
    font-weight: bold;
    font-size: 15px;
    color: #595959;
}

.banner_slider,
.slide_item {
    position: relative;
    text-align: center;
}

.slide_item h2 {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}

.slide_item .action_area {
    position: absolute;
    top: 65%;
    width: 100%;
    text-align: center;
}

.slide_item .action_area a {
    font-size: 20px;
    font-weight: bold;
}

.btn-primary {
    background-color: #0099ff;
    border-color: #039aff;
}

.bg-primary {
    background-color: #0099ff !important;
}

.btn-warning {
    background-color: #ffbc00;
    border-color: #ffbc00;
}

.project_category_items a {
    color: #6e6e6e;
    text-decoration: none;
}

.modal_close_btn {
    position: absolute;
    right: 5px;
    top: -12px;
    background-color: #dddddd !important;
    opacity: 1;
    border-radius: 50px;
    width: 26px;
    height: 25px;
    padding-top: 2px !important;
}

.modal_body_area {
    position: relative;
}

.top_sm_menu {
    display: none;
}
.project_category_sm_data {
    display: none;
}

.project_details_area {
    margin-top: 40px;
    margin-bottom: 40px;
}

.project_details_info {
    height: 80px;
    width: 80px !important;
}

.top_menu li a.active {
    border-bottom: 2px solid #039BFF;
}

.detailsbtnarrow {
    width: 100%;
    margin-top: -2px;
}

.detailsbtnarrow img {
    max-width: 100%;
}

.cart-count {
    padding: 2px;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: inherit;
    height: 14px;
    width: 14px;
    line-height: 8px;
}

.breadcrump {
    background-color: #F1F1F1;
}

.breadcrump a {
    text-decoration: none;
}

ul.pagination {
    margin: auto;
}

ul.pagination li {
    margin-left: 2px;
    margin-right: 2px;
    padding: 2px;
    color: black;
    height: 30px;
    width: 30px;
}

ul.pagination li a {
    color: #292929;
}

ul.pagination li {
    border-radius: 50%;
    background-color: #f1f1f1;
    color: black;
}

ul.pagination li.active {
    border-radius: 50%;
    background-color: #0099ff;
    color: white;
}

.project_details_bottom_info {
  word-break: break-all;
}

@media (max-width: 767px) {
    .m20 {
        margin-top: 10px !important;
    }
    .logo_area {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .login_signup {
        float: none !important;
        text-align: center;
    }
    .top_menu,
    .project_category_data {
        display: none;
    }
    .top_sm_menu {
        display: block;
        font-family: ヒラギノ角ゴシック体W6;
        font-size: 14px;
        border-radius: 0px;
        margin-bottom: 20px;
    }
    .project_category_sm_data {
        display: block;
        font-family: ヒラギノ角ゴシック体W6;
        font-size: 14px;
        border-radius: 0px;
        margin-bottom: 20px;
        margin-left: 12px;
        width: 97%;
    }
    .padding_search{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .front .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slide_item h2 {
        font-size: 12px;
        top: 10%;
    }
    .slide_item .action_area {
        top: 55%;
    }
    .slide_item .action_area a {
        font-size: 12px;
    }
   .project_sorting .search_area {
        margin-bottom: 10px;
    }
    .all_project_show {
        margin-top: 0px;
    }


    .col > ul > li {
        display: block !important;
        text-align: left !important;
    }

    .list-inline-item {
        display: block !important;
    }
    .search_form {
        width: 100%;
        float: none;
        margin-top: 18px;
    }
    .project_count_area {
        margin-bottom: 10px;
        display: inline-block;
    }
    .banner_slider {
        display: none;
    }
    .project_details_area {
        margin-top: 9px !important;
    }
    .project_sorting {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }
    .category_favourite {
        width: 50%;
    }
    .assist_project_btn_area {
        margin: 0px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 20px !important;
    }
    .project_details_info {
        width: 44% !important;
        margin: 0px;
    }
    .project_details_info_1 {
        margin-left: 15px !important;
    }
    #shareIcons {
        width: 100% !important;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .project_details_bottom_info {
        padding-bottom: 20px;
    }

    .pull-right {
        float: none !important;
    }

    .project_tabs {
        margin-top: -18px !important;
    }

}

/* top-category menu small device fixing block start*/
@media (min-width: 320px) and (max-width: 414px) {
     .project_category_sm_data {
        display: block;
        font-family: ヒラギノ角ゴシック体W6;
        font-size: 14px;
        border-radius: 0px;
        margin-bottom: 20px;
        margin-left: 12px;
        width: 92% !important;
    }
    .float-right {
        float: none !important;
        text-align: center !important;
        margin-left: -20px;
    }
}

@media (max-width: 280px) {
     .project_category_sm_data {
        display: block;
        font-family: ヒラギノ角ゴシック体W6;
        font-size: 14px;
        border-radius: 0px;
        margin-bottom: 20px;
        margin-left: 12px;
        width: 90% !important;
    }
    .float-right {
        float: none !important;
        text-align: center !important;
        margin-left: -20px;
    }
}

@media (max-width: 540px) {
     .project_category_sm_data {
        display: block;
        font-family: ヒラギノ角ゴシック体W6;
        font-size: 14px;
        border-radius: 0px;
        margin-bottom: 20px;
        margin-left: 12px;
        width: 95%;
    }
    .float-right {
        float: none !important;
        text-align: center !important;
        margin-left: -20px;
    }

}
/* top-category menu small device fixing block end */

::placeholder {
    color: #c9c9c9 !important;
    font-size: 12px;
    opacity: 1;
}

.title:hover{
    color: #039AFF;
}

.error_font{
    font-size: 10px !important;
}

.footer-buttton {
    width: 220px !important;
}


/*======== home page inside code block ================*/
.title:hover{
    color: #039AFF;
}
/*.category:hover{
    color: #039AFF;
}*/

.see_all_button {
    border: 1px solid #2196F3;
    background-color: #2196F3;
    color: white !important;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
}
.marginLeft{
        margin-left:57px;
}

.project_progress {
         font-family:  ヒラギノ角ゴシック体W3;
        font-size:10px;
}

 .project_img{
    height: 300px;
    width: auto;
}

.padding_search {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 575.98px){
    .marginLeft{
        margin-left:0px;
    }
}
@media only screen and (min-width: 575.98px) {
.flex_cont {
    display: flex;
    align-items: stretch;
    overflow: auto;
    overflow-y: hidden;
    min-width: 1080px;
    flex-shrink: 0;
    }
}
.col_padding{
    padding-left:0px;
    padding-right:0px;
}
.Cdiv{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    font-weight: normal;
}
.project_title a{
    line-height: 30px;
}
.recommend_area{
    display: inline-block;
    position: absolute;
    right: 10px;
    color: #fff;
    background-color: #1e7e34;
    padding: 1px 15px;
}
.project_progress_height{
    margin-bottom: 10px;
}
.progress{
    background-color: #cccccc !important
}

/*===============user==============*/

.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a {
    outline: 0;
}

.wizard ul,
.tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul>li,
.tabcontrol ul>li {
    display: block;
    padding: 0;
}

.list-inline-item {
    display: inline !important;
}

/* Accessibility */

.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em;
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em;
}


/*
    Wizard
*/

.wizard>.steps {
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 30%;
}

.wizard>.steps .number {
    font-size: 1.429em;
}

.wizard>.steps>ul>li {
    width: 16.5%;
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left;
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #2184be;
    color: #fff;
    cursor: default;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: #9dc8e2;
    color: #fff;
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff;
}

.wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}

.wizard.vertical>.actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}

.wizard>.actions>ul>li {
    margin: 0 0.5em;
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    background: #eee;
    color: #aaa;
}

.home-tabs {
    border-bottom: 2px solid grey;
}

.home-tabs .nav-link.active {
    cursor: default;
    background-color: grey;
    border-bottom: 3px;
}

.home-tabs .nav-link {
    cursor: pointer;
    border-radius: 0px;
    border: 1px solid #000;
    border-radius: .25rem .25rem 0 0;
}

.first_tabs {
    width: 100%;
    height: 65px;
    background-color: #F1F1F1 !important;
}

.first_tabs ul {
    padding-top: 18px;
    margin: 0px;
}

.first_tabs ul li{
    padding-left: 20px;
}

.first_tabs ul li a {
    color: #292929;
    text-decoration: none;
    font-size: 14px;
    font-family: ヒラギノ角ゴシック体W6;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline;
}

.first_tabs ul li:first-child {
    padding-left: 0px;
}

.first_tabs ul li.active a{
    border-bottom: 2px solid #039BFF;
}
.left_menu_area .list-group-item{
    border: none;
}
.user-profile-menu-heading{
    font-family: ヒラギノ角ゴシック体W6;
    font-size: 16px;
}
.profile_image_area{
    position: relative;
}
.img_area img{
    width: 100%;
}
.point_area{
    font-size: 14px;
     font-family:  ヒラギノ角ゴシック体W3;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding: 15px 5px;
    background-color: rgb(0, 0, 0, 0.9);
}
.point_area a{
    color: #fff;
    text-decoration: none;
}
.left_menu_area a{
    padding-left: 15px;
    border-bottom: 2px solid #d6d6d6 !important;
    color: #292929;
    font-size: 14px;
     font-family:  ヒラギノ角ゴシック体W3;
}
.left_menu_area a:last-child{
    border-bottom-width: 1px !important;
}
.fontTitle {
     font-family:  ヒラギノ角ゴシック体W3;
    font-size: 16px;
}
.priceTitle {
     font-family:  ヒラギノ角ゴシック体W3;
    font-size: 14px;
}
.investment-amount-text {
     font-family:  ヒラギノ角ゴシック体W3;
    font-size: 12px;
}
.investment-amount-number-text {
     font-family:  ヒラギノ角ゴシック体W3;
    font-size: 16px;
}
.fontSize{
     font-family:  ヒラギノ角ゴシック体W3;
    font-size: 14px;
}
.comp_font {
     font-family:  ヒラギノ角ゴシック体W3;
    font-size: 14px;
}
.product-title-text{
     font-family:  ヒラギノ角ゴシック体W3;
    font-size: 16px;
}
.title {
     font-family:  ヒラギノ角ゴシック体W3;
    font-size: 14px;
}

.login_check{
    color: #292929;
    text-decoration: none;
}
.login_check:hover{
    text-decoration: none;
    color: #292929;
}
.bg-light{
    background-color: #F1F1F1 !important;
}
.msg_delete_btn{
    background: none;
    border: none;
    margin-left: -15px;
    font-size: 20px;
    margin-top: 10px;
    cursor: pointer;
}

.btn{
    cursor: pointer;
}
.error{
    color: red;
}

.modal_close_btn{
  position: absolute;
  right: 5px;
  top: -12px;
  background-color: #dddddd !important;
  opacity: 1;
  border-radius: 50px;
  width: 26px;
  height: 25px;
  padding-top: 2px !important;
}
.modal_body_area{
  position: relative;
}
.horizontal:before{
    display: none !important;
}
.user_top_sm_menu {
    display: none;
}
.leftmenuarea_sm{
    display: none;
}

.btn-default{
    background-color: gray !important;
}

@media only screen and (max-width: 600px) {
  .editbtn{
    margin-top: 10px;
  }
.front_footer ul li a,p{
  font-size:15px;
  }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c9c9c9 !important;
    font-size: 12px;
    opacity: 1; /* Firefox */
}

.title:hover{
    color: #039AFF;
}

.error_font{
    font-size: 10px !important;
}

.login_signup {
    margin-top: -9px;
}

.login_signup > ul{
    margin:0;
    padding:0;
    list-style:none;
    font-size:0;
}

.login_signup > ul > li {
    display: inline-block !important;
    *display: inline;
    *zoom: 1;
    font-size:14px;
}

.col > ul{
    margin:0;
    padding:0;
    list-style:none;
    font-size:0;
}

.list-inline > ul > li {
    display: inline-block !important;
    *display: inline;
    *zoom: 1;
    font-size:14px;
}


@media (max-width: 767px) {
    .first_tabs {
        margin-top: -20px;
    }
    .first_tabs ul {
        display: none;
    }
    .user_top_sm_menu {
        display: block;
        margin-top: 15px;
    }
    .first_tabs > .user_top_sm_menu > select {
        display: block;
        margin-top: 15px;
    }
    .list-inline > ul > li {
        display: block !important;
        *display: inline;
        *zoom: 1;
        font-size:14px;
        text-align: left !important;
    }
}

.category-name{
    font-size: 11px;
     font-family:  ヒラギノ角ゴシック体W3;
}

.w6-18{
    font-size: 18px !important;
    font-family: w6 !important;
}

.w6-14{
    font-size: 14px !important;
    font-family: w6 !important;
}

.my_project_list_see_more_button{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.noHover{
    pointer-events: none;
}

