/*** header ***/
.header__wrap{
    position: fixed;
    border: none !important;
    height: 3.75rem !important;
}
.header__flex{
    display: flex;
    align-items:center;
}
.header__logo-wrap{
    width: 20%;
}
.header__logo-wrap > a{
    color: #1E3B54;
}
.header__menu-wrap{
    width: 80%;
}
.header__logo{
    width: 172px;
}
.header__menu-inner{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.header__menu-inner > a{
    color: #1E3B54;
    margin-left: 7%;
}
.header__menu-inner > a:hover{
    color: #4D8D8A;
    transition: .5s;
}
.drawer-navbar{
    background: #FEFEFE;
}
.drawer-navbar .drawer-nav{
    background: transparent;
}
.header_walkthrough{
    display: flex;
    align-items: center;
    height: 3.75rem;
}
@media (max-width: 1023px) {

    .header__wrap{
        padding: 15px;
		height: 3.55rem !important;
    }
    .header__flex{
        display: block;
        align-items:flex-start;
    }
    .header__logo-wrap{
        width: calc(100% - 3rem);
    }
	.header__logo-inner{
		display: flex;
	}
	.header__logo-inner a{
		display: flex;
	}
    .header__menu-inner{
        display: block;
    }
    .header__menu-inner > a{
        color: #1E3B54;
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 20px 10px;
		letter-spacing: normal;
        border-bottom: solid 1px #d9dce1;
    }
	.header__menu-inner > a:first-child{
		border-top: solid 1px #d9dce1;
	}
    .header__menu-inner > a:hover{
        opacity: 1;
    }
	.header__pc-only{
        display: none;
    }
	.drawer-navbar{
		z-index: 91!important;
	}
	.drawer-navbar .drawer-nav{
		background: #FEFEFE;
	}
	.drawer-open .drawer-hamburger-icon:before,.drawer-open .drawer-hamburger-icon:after{
		background: #4D8D8A;
	}
	.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{
		outline: none;
	}
	.drawer-overlay{
		z-index: 90!important;
		background-color: rgba(0,0,0,.4)!important;
    }
    .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
        background-color: #4D8D8A;
    }
    .header_walkthrough{
        height: calc(3.55rem - 30px);
    }
}


/*** system__change ***/
#system__change{
    background-color: #1E3B54;
}
.system__change-content{
    font-size: 1rem;
    padding: 0.5rem 0;
}
.system__change-content a{
    color: #FEFEFE;
}
.system__change-content span{
    padding-right: 1rem;
}


/*** first__view ***/
#first__view{
    height: 80vh;
}
#first__view .container,
#first__view .row{
    height: 100%;
}
.first__view-logo,
.first__view-message{
    position: absolute;
    width: 100%;
}
.first__view-message{
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.first__view-message p {
    font-size: 1.3rem;
}
.first__view-logo{
    color: #4D8D8A;
    bottom: -4rem;
    /* left: 50%; */
}
.first__view-logo p:first-of-type{
    font-size: 6rem;
    padding-left: 4.3rem;
}
.first__view-logo p:last-of-type{
    font-size: 9rem;
    margin-top: -4.5rem;
}
@media (max-width: 992px) {
    .first__view-logo {
        bottom: -3rem;
    }
    .first__view-logo p:first-of-type {
        font-size: 4rem;
        padding-left: 2.8rem;
        margin-bottom: 1rem;
    }
    .first__view-logo p:last-of-type {
        font-size: 6rem;
        margin-top: -3.5rem;
    }
    .first__view-message{
        width: 90%;
    }
}


/*** top__about ***/
#top__about{
    background-color: #4D8D8A;
}
.top__about-wrap{
    padding: 15rem 0;
    color: #FEFEFE;
}
@media (max-width: 992px) {
    .top__about-wrap {
        padding: 7rem 0;
    }
}

/*** top__contract ***/
.top__contract-wrap h1{
    color: #4D8D8A;
}
.top__contract-line:before{
    content: "";
    width: 3px;
    height: 100%;
    background-color: #4D8D8A;
    position: absolute;
    left: 50%;
}
div[class^="top__contract-line-item-"]{
    padding: 1.5rem 1.5rem 1.5rem 6rem;
}
.top__contract-line-item-left:after{
    content: "";
    width: 9px;
    height: 9px;
    background-color: #4D8D8A;
    position: absolute;
    right: -6px;
    top: 50%;
}
.top__contract-line-item-right:before{
    content: "";
    width: 9px;
    height: 9px;
    background-color: #4D8D8A;
    position: absolute;
    left: -3px;
    top: 50%;
}
@media (max-width: 992px) {
    .top__contract-line:before {
        left: 48px;
    }
    div[class^="top__contract-line-item-"]:before,
    div[class^="top__contract-line-item-"]:after{
        left: 45px;
    }
}

/*** top__category ***/
.top__category-wrap h1,
.top__category-item-title{
    color: #4D8D8A;
}
.top__category-item p{
    padding: 0.5rem;
}

/*** top__news ***/
#top__news{
    padding-top: 6rem;
    background-color: #4D8D8A;
    color: #FEFEFE;
}
#top__news-accordion .card{
    background-color: #4D8D8A;
    border: unset;
    border-top: 1px solid #FEFEFE;
    border-radius: 0;
}
#top__news-accordion .card:last-of-type{
    border-bottom: 1px solid #FEFEFE;
}
#top__news-accordion .card-header{
    background-color: #4D8D8A;
    border-bottom: 0;
    padding: 1.5rem 1.25rem;
}
#top__news table,
#top__news pre{
    background-color: #4D8D8A;
    color: #FEFEFE;
}
div[id^="top__news-accordion-head"]{
    position: relative;
}
div[id^="top__news-accordion-head"]:after{
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 45%;
    right: 1rem;
    color: #FEFEFE;
    font-weight: 900;
}
#top__news table tr td{
    padding: 1rem;
    width: 20%;
}
#top__news table tr td:last-of-type{
    width: 80%;
}
.top__news-accordion-date{
    padding: 0 1rem;
    color: #FEFEFE;
}
@media (max-width: 992px) {
    div[id^="top__news-accordion-head"]:after{
        right: 0.5rem;
    }
    #top__news table tr td{
        width: 30%;
    }
    #top__news table tr td:last-of-type{
        width: 70%;
    }
}


/*** top__security_companies ***/
.top__security_companies-wrap .card{
    border: 2px solid #4d8d8a;
    border-radius: 0;
}
.top__security_companies-card-top{
    background-color: #4d8d8a;
    padding: 5rem;
    border-radius: 0;  
}
.top__security_companies-card-body .card-title{
    border-bottom: 1px solid #B2B2B2;
}
.top__security_companies-card-body .card-btn{
    width: 50%;
}
.top__security_companies-card-body .card-btn a{
    padding: 0.5rem;
    width: 100%;
    display: block;
    text-align: center;
}

/*** security_companies ***/
.security_companies-wrap table tr{
    border-bottom: solid 1px #B2B2B2;
}
.security_companies-wrap table td{
    padding: 1rem;
}
.security_companies-wrap table td:first-child{
    width: 80%;
}
.security_companies-wrap table td:last-child{
    width: calc(100% - 80%);
    vertical-align: bottom;
}
.top_projects-wrap table td .btn_type_green-line,
.projects-wrap table td .btn_type_green-line,
.projects-wrap table td .btn_type_red-line,
.security_companies-wrap table td .btn_type_green-line,
.transactions-wrap table td .btn_type_green-line{
    padding: 0.5rem;
    width: 100%;
    display: block;
    text-align: center;
}
@media (max-width: 992px) {
    .security_companies-wrap table td{
        display: block;
        width: 100%!important;
    }
}


/*** news_list ***/
#news_list table{
    border-bottom: 1px solid #B2B2B2;
    width: 100%;
}
#news_list table tr td{
    padding: 1rem;
    width: 20%;
}
#news_list table tr td:last-of-type{
    width: 80%;
}
#news_list table .day td{
    padding: 1rem 1rem 0 1rem;
    border-top: 1px solid #B2B2B2;
}
.news_list-pagination .page-link{
    color: #1E3B54;
    background-color: #f5f6f9;
    border: none;
}
.news_list-pagination .page-item.active .page-link {
    z-index: 3;
    color: #4d8d8a;
    background-color: #f5f6f9;
    border-color: #f5f6f9;
    font-size: 1.5rem;
    bottom: 0.5rem;
}
.news_list-pagination .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}
@media (max-width: 992px) {
    #news_list table tr td{
        width: 30%;
    }
    #news_list table tr td:last-of-type{
        width: 70%;
    }
}

/*** breadcrumb__list ***/
.breadcrumb__list-item a{
    color: inherit;
}
.breadcrumb__list-item:first-child{
    padding-left: 0;
}
.breadcrumb__list-item{
    color: #B2B2B2;
    position: relative;
    padding: 1rem 1.5rem;
}
.breadcrumb__list-item:not(:last-child){
    color: #1E3B54;
}
.breadcrumb__list-item:not(:last-child):after{
    content:">";
    position: absolute;
    right: -0.25rem;
}
/* @media (max-width: 992px) {
    .breadcrumb__list-item{
        padding: 0.2rem 1rem;
    }
} */

/*** footer ***/
#footer{
    padding: 2.5rem 0 0 0;
    /* margin-top: calc(3rem*2); */
    text-align: center;
    font-size: 80%;
    /* background-color: #4D8D8A; */
    background-color: #0e958a;
    color: #FEFEFE;
}
.footer_wrap{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.footer_wrap > li{
    padding: 0 1rem;
    margin-bottom: 2rem;
}
.footer_wrap > li a{
    color: #FEFEFE;
}
.footer_bottom{
    position: absolute;
    left: 0;
    bottom:0;
}
.footer_links{
    background-color: #FEFEFE;
}
.footer_copyright{
    padding: 0.5rem 0;
}
@media (max-width: 992px) {
    #footer{
        padding: 1.5rem 0 0 0;
        /* margin-top: calc(1.5rem*2); */
    }
    .footer_wrap{
        display: block;
        margin-bottom: 2rem;
    }
    .footer_wrap > li{
        padding: 0;
        margin-bottom: 1rem;
        text-align: left
    }
}


/*** common ***/
@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}
@keyframes inputFocus {
    0%{
        border: solid 1px transparent;
        width: 0;
    }
    100% {
        border: solid 1px #9fd9dd;
        width: 100%;
    }
}
input:disabled,
select:disabled {
    background-color: rgb(59 59 59 / 12%)!important;
}
.top_btn_icon {
    width: 56px;
}

.tab a{
    font-size: 1.3rem;
}
.tab a.active{
    /* color: #4D8D8A; */
    color: #0e958a;
}
.tab a:not(.active){
    color: #B2B2B2;
}
.tab a:not(.active):hover{
    /* color: #4D8D8A; */
    color: #0e958a;
    transition: .5s;
}
.tab .active{
    position: relative;
    display: inline-block;
}
.tab .active:before{
    content: '';
    position: absolute;
    bottom: 5px;
    display: inline-block;
    width: 50%;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* background-color: #4D8D8A; */
    background-color: #0e958a;
}

#wrap_all{
    /* padding: 3.75rem 0 0 0; */
    flex: 1;
    overflow: hidden;
    font-size: 14px;
}
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.pc_only{
    display: block;
}
.sp_only{
    display: none;
}
.mb_L{
    margin-bottom: 6rem;
}
.mb_M{
    margin-bottom: 2rem;
}
.mb_S{
    margin-bottom: 1rem;
}
.mt_L{
    margin-top: 6rem;
}
.mt_M{
    margin-top: 2rem;
}
.text_underline{
    text-decoration: underline;
}
.text_underline_hover:hover{
    text-decoration: underline;
}
.text_gray_type1{
    color:#999;
}
.text_blue,
.text_blue:hover{
    color:#38aabb;
}
.loader .fa{
    color:#CCC;
    font-size: 2rem;
}
.bg_orange{
    background-color: #e3a633;
}
.bg_pink{
    background-color: #e45977;
}
.bg_green{
    background-color: #2DAB41;
}
.bg_blue_type1{
    background-color: #9fd9dd;
}
.bg_blue_type2{
    background-color: #38aabb;
}
.bg_gray_type1{
    background-color: #333;
}
.bg_gray_type2{
    background-color: #999;
}
.bg_gray_type3{
    background-color: #EBEBEB;
}
.title_L{
    font-size: 1.3rem;
    font-weight: 500;
}
.title_M{
    font-size: 1.2rem;
    font-weight: 500;
}
.title_S{
    font-size: 1rem;
}
.wrap_main_title{
    padding: 2rem 0;
    margin-bottom: 3rem;
}
.under_line_green{
    position: relative;
    display: inline-block;
}
.under_line_green:before{
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 50%;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* background-color: #4D8D8A; */
    background-color: #0e958a;
}
.wrap_btn_S,.wrap_submit_S{
    width: 30%;
    margin: 0 auto 2rem auto;
}
.wrap_btn_M,.wrap_submit_M{
    width: 70%;
    margin: 0 auto 2rem auto;
}
.wrap_btn_L,.wrap_submit_L{
    width: 100%;
    margin: 0 auto 2rem auto;
}
div[class^="wrap_btn"] > a,
div[class^="wrap_submit"] button,
div[class^="wrap_submit"] input[type="submit"]{
    display: block;
    text-align: center;
    padding: 1rem .5rem;
    color: #53b2b9;
    outline: 0;
}
.monitoring_confirm_submit:hover {
    color: #FEFEFE!important;
}
.btn_type_S{
    margin-bottom: 0;
}
.btn_type_S > a{
    padding: .5rem!important;
}
.wrap_btn .fa{
    font-size: 12px;
}

.btn_type_gray{
    border: solid 1px #B2B2B2;
    background-color: #B2B2B2;
    color: #FEFEFE !important;
}
.btn_type_gray:hover{
    background-color: #FEFEFE;
    color: #B2B2B2 !important;
    border: solid 1px #B2B2B2;
    transition: .5s;
}
.btn_type_black{
    border: solid 1px #333;
    background-color: #333;
    color: #FEFEFE!important;
}
.btn_type_black:hover{
    background-color: #FEFEFE;
    color: #333!important;
    border: solid 1px #333;
    transition: .5s;
}
.btn_type_orange{
    background-color: #e3a633;
    border: solid 1px #e3a633;
    color: #FEFEFE;
}
.btn_type_orange:hover{
    background-color: #FEFEFE;
    color: #e3a633;
    border: solid 1px #e3a633;
    transition: .5s;
}
.btn_type_blue{
    border: solid 1px #38aabb;
    background-color: #38aabb;
    color: #FEFEFE !important;
}
.btn_type_blue:hover{
    background-color: #FEFEFE;
    color: #38aabb !important;
    border: solid 1px #38aabb;
    transition: .5s;
}
.btn_type_green{
    /* border: solid 1px #4D8D8A;
    background-color: #4D8D8A; */
    border: solid 1px #0e958a;
    background-color: #0e958a;
    color: #FEFEFE !important;
}
.btn_type_blank{
    border: solid 1px #FEFEFE;
    background-color: #FEFEFE;
    color: #FEFEFE !important;
}
.btn_type_green:hover{
    background-color: #FEFEFE;
    /* color: #4D8D8A !important;
    border: solid 1px #4D8D8A; */
    color:  #0e958a !important;
    border: solid 1px  #0e958a;
    transition: .5s;
}
.btn_type_red{
    border: solid 1px #E31B36;
    background-color: #E31B36;
    color: #FEFEFE !important;
}
.btn_type_red:hover{
    background-color: #FEFEFE;
    color: #E31B36 !important;
    border: solid 1px #E31B36;
    transition: .5s;
}
.btn_type_green-line{
    /* border: solid 1px #4D8D8A;
    color: #4D8D8A !important; */
    border: solid 1px #0e958a;
    color: #0e958a !important;
}
.btn_type_green-line:hover{
    /* background-color: #4D8D8A; */
    background-color: #0e958a;
    color: #FEFEFE !important;
    /* border: solid 1px #4D8D8A; */
    border: solid 1px  #0e958a;
    transition: .5s;
}
.btn_type_red-line{
    border: solid 1px #E31B36;
    color: #E31B36 !important;
}
.btn_type_red-line:hover{
    background-color: #E31B36;
    color: #FEFEFE !important;
    border: solid 1px #E31B36;
    transition: .5s;
}

.dlt_btn{
    border: solid 1px #E31B36 !important;
    background-color: #FEFEFE !important;
    color: #E31B36 !important;
}
.dlt_btn span:before{
    border-top: 1px solid #E31B36 !important;
    border-right: 1px solid #E31B36 !important;
}

.dlt_btn:hover{
    color:  #FEFEFE !important;
    background: #E31B36 !important;
    border: solid 1px #E31B36 !important;
    transition: .5s !important;
}

.dlt_btn::before{
    /* color:  #FEFEFE !important; */
    background: #E31B36 !important;
}

.btn_type_navy_blue{
    /* border: solid 1px #1E3B54;
    background-color: #1E3B54; */
    border: solid 1px #144399;
    background-color: #144399;
    color: #FEFEFE !important;
}
.btn_type_navy_blue:hover{
    background-color: #FEFEFE;
    color: #1E3B54 !important;
    border: solid 1px #1E3B54;
    transition: .5s;
}
.btn_type_navy_blue-line{
    /* border: solid 1px #1E3B54;
    color: #1E3B54 !important; */
    border: solid 1px #144399;
    color: #144399 !important;
}
.btn_type_navy_blue-line:hover{
    /* background-color: #1E3B54; */
    background-color: #144399;
    color: #FEFEFE !important;
    /* border: solid 1px #1E3B54; */
    border: solid 1px #144399;
    transition: .5s;
}
.btn_search{
    /* border: solid 1px #1E3B54;
    color: #1E3B54 !important; */
    border: solid 1px #0e958a;
    color: #0e958a !important;
}
.btn_search.on{
    /* border: solid 1px #1E3B54;
    background-color: #1E3B54; */
    border: solid 1px #0e958a;
    background-color:  #0e958a;
    color: #FEFEFE !important;
}
.btn_type_transparent{
    border: solid 1px #FEFEFE;
    color: #FEFEFE !important;
}
.btn_type_transparent:hover{
    background-color: #FEFEFE;
    color: #4D8D8A !important;
    border: solid 1px #FEFEFE;
    transition: .5s;
}
.btn_type_disabled{
    background-color: #EBEBEB;
    pointer-events: none;
}
.text_type_green{
    /* color: #4D8D8A; */
    color: #0e958a;
}
.wrap_article > li > a,
.wrap_article > .no_article{
    display: block;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border: solid 1px #CCC;
    border-radius: 8px;
    background-color: #FEFEFE;
}
.wrap_article > li > a:hover{
    transition: .5s;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(-0.2rem);
}
.wrap_article .article_inner{
    font-size: 1rem;
    margin-top: .5rem;
    word-break: break-all;
}
.paralax{
    opacity: 0;
}
.paralax_show{
    animation: fadeIn 0.5s ease 0.3s 1 forwards;
}
.both_clear {
    clear: both;
}
.no-data_wrap{
    margin: 6rem 0;
}
@media (max-width: 992px) {
    .tab a{
        font-size: unset;
    }
    .pc_only{
        display: none;
    }
    .sp_only{
        display: block;
    }
    .mb_L{
        margin-bottom: 3rem;
    }
    .mb_M{
        margin-bottom: 1rem;
    }
    .mt_L{
        margin-top: 3rem;
    }
    .mt_M{
        margin-top: 1rem;
    }
    .mb_S{
        margin-bottom: .5rem;
    }
    .text_underline_hover:hover{
        text-decoration: none;
    }
    #wrap_all{
        /* padding: 3.55rem 0 0 0; */
    }
    .wrap_pX{
        padding: 0 3%;
    }
    div[class^="wrap_btn"],
    div[class^="wrap_submit"]{
        width: 100%;
    }
    div[class^="wrap_btn"] > a,
    div[class^="wrap_submit"] button,
    div[class^="wrap_submit"] input[type="submit"]{
        padding: .8rem .5rem;
    }
    .wrap_main_title{
        padding: 1.5rem 0;
        margin-bottom: 1.5rem;
    }
    .wrap_article > li > a,.wrap_article > .no_article{
        padding: .5rem;
    }
    .wrap_article > li > a:hover{
        transition: 1s;
        box-shadow: none;
        transform: none;
    }
    .btn_type_gray:hover{
        background-color: #EBEBEB;
        color: #333;
        transition: 1s;
    }
    .btn_type_black:hover{
        border: solid 1px #333;
        background-color: #333;
        color: #FEFEFE;
        transition: 1s;
    }
    .btn_type_orange:hover{
        background-color: #e3a633;
        border: solid 1px #e3a633;
        color: #FEFEFE;
        transition: 1s;
    }
    .btn_type_blue:hover{
        border: solid 1px #38aabb;
        background-color: #38aabb;
        color: #FEFEFE !important;
        transition: 1s;
    }
}

/*** walkthrough ***/
.wrap_step{
    display: table;
    width: 100%;
    margin: 3rem 0 3rem 0;
    overflow: hidden;
}
.wrap_step > li{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background: #B2B2B2;
    padding: 1.5em 0.5em 1.5em 2em;
    color: rgba(255, 255, 255, 0.7);
    width:  calc(50% / 2);
}
.wrap_step > li:first-child{
    padding: 1.5em 0.5em 1.5em 1em;
}
.wrap_step > li:last-child{
    width:  28%;
}
.wrap_step > li:last-child:before,.wrap_step > li:last-child:after{
    display: none;
}
.wrap_step > li:before,.wrap_step > li:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}
.wrap_step > li:before{
    top: -0.7rem;
    right: -1em;
    border-style: solid;
    border-color: transparent transparent transparent #FFF;
    border-width: 40px 0 40px 1em;
    z-index: 1;
}
.wrap_step > li:after{
    top: -0.7rem;
    right: -.8em;
    border-style: solid;
    border-color: transparent transparent transparent #B2B2B2;
    border-width: 40px 0 40px 1em;
    z-index: 1;
}
.wrap_step > li.current{
    /* background: #4D8D8A; */
    background: #0e958a;
    color: #FEFEFE;
    letter-spacing: 0.02rem;

}
.wrap_step > li.current:after{
    /* border-color: transparent transparent transparent #4D8D8A; */
    border-color: transparent transparent transparent #0e958a;
}
.wrap_rule{
    height: 250px;
    overflow-y: scroll;
    padding: 1rem;
    border: solid 1px #EBEBEB;
    background: #FEFEFE;
}
.wrap_checkbox label,
.wrap_radio label{
    position: relative;
}
.wrap_checkbox input[type="checkbox"],
.wrap_radio input[type="radio"] {
    position: relative;
}
.wrap_checkbox input[type="checkbox"]::before,
.wrap_radio input[type="radio"]::before{
    content: '';
    position: absolute;
	z-index: 1;
	top: 0.125rem;
	left: 0.1875rem;
	width: 0.75rem;
	height: 0.375rem;
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: rotate(-45deg) scale(0, 0);
	border: solid 2px #da3c41;
	border-top: none;
	border-right: none;
}
.wrap_radio input[type="radio"]::before{
    width: 0.5rem;
    height: 0.5rem;
    top: 0.22rem;
	left: 0.237rem;
    background-color: #da3c41;
    border:none;
    border-radius: 50%;
}
.wrap_checkbox input[type="checkbox"]:checked:before,
.wrap_radio input[type="radio"]:checked:before {
	transform: rotate(-45deg) scale(1, 1);
}
.wrap_checkbox input[type="checkbox"]:after,
.wrap_radio input[type="radio"]:after {
    content: '';
	position: absolute;
	top: -0.125rem;
	left: -0.1rem;
	width: 1.125rem;
	height: 1.125rem;
	border: solid 2px #CCC;
	background: #FFF;
}
.wrap_radio input[type="radio"]:after {
    border-radius: 50%;
}
@media (max-width: 992px) {
    .wrap_step{
        margin:  0 0 1rem 0;
    }
    .wrap_step > li{
        padding: 1rem 0.1rem 1rem 1.3rem
    }
    .wrap_step > li:first-child{
        padding: 1rem 0.1rem 1rem 0.5rem
    }
    .wrap_step > li:before{
        top: -0.2rem;
    }
    .wrap_step > li:after{
        top: -0.2rem;
    }
    .wrap_step > li:before{
        right:-1em;
    }
    .wrap_step > li:after{
        right:-.8em;
    }
    .wrap_step > li.current{
        letter-spacing: 0;
    }
}

/*** login ***/
.login_title{
    font-size: 2.3rem;
    font-weight: 500;   
}


/*** top ***/
.top-wrap table tr{
    border-bottom: 2px solid #B2B2B2;
    word-break: break-all;
}
.top-wrap table td{
    vertical-align: middle ;
    padding: 1rem ;
    
}
.top-wrap .subject-list td:first-child{
    width:80%;
}
@media (max-width: 992px) {
    .top-wrap table td:first-child{
        padding-bottom: 0.5rem;
    }
    .top-wrap table td:last-child{
        padding-top: 0.5rem;
    }
    .top-wrap table td{
        display: block;
        width: 100% !important;
    }
}


/*** input ***/
.input_relative{
    position: relative;
}
.wrap_form,
.wrap_login {
    padding: 3rem 3rem .5rem 3rem!important;
}
.wrap_login {
    width: 80%;
}
.input_area{
    padding-bottom: 2.5rem;
}
.input_S{
    width: 10rem !important;
}
.input_M{
    width: 30rem!important;
}
.wrap_login input[type="text"],
.wrap_login input[type="password"]{
    background-color: #FEFEFE;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea {
    border: none !important ;
    border: 1px solid #999!important ;
    background: #FEFEFE  ;
    width: 100%  ;
    padding: .5rem !important ;
}
.wrap_select, .wrap_calender{
    display: inline-block;
    position: relative;
}
.wrap_select select,
.wrap_calender select{
    width: inherit;
    padding: .5rem 2.5em .5rem 1rem;
    border: solid 1px #999;
}
.wrap_select select:hover,
.wrap_calender input[type="text"]:hover{
    cursor: pointer;
}
.wrap_select::before {
    content: "\f0dd";
    font-family: 'Font Awesome 5 Free';
	position: absolute;
    pointer-events: none;
    font-weight: 900;
    top: 45%;
    right: 5%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.wrap_calender::before {
    content: "\f133";
    font-family: 'Font Awesome 5 Free';
	position: absolute;
    pointer-events: none;
    font-weight: 900;
    top: 45%;
    right: 10%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 992px) {
    .wrap_form,
    .wrap_login{
        padding: 1rem 1rem 0 1rem!important;
    }
    .wrap_login {
        width: 100%;
    }
    .wrap_select::before {
        right: 5%;
    }
    .input_S,
    .input_M {
        width: 100%!important;
    }
}

/*** table ***/
table{
    width: 100%;
}
.wrap_confirm table tr th{
    padding: 1rem;
    word-break: break-all;
  
}
.wrap_confirm table tr td{
    padding: 1rem;
    word-break: break-word;
  
}
.wrap_confirm pre {
    background-color: #FEFEFE;
}
.panel__list-detail,
.panel__detail{
    width: 100%;
}
.panel__list-detail tr:first-child{
    border-top: solid 1px #C9C9C9;
}
.panel__list-detail tr{
    border-bottom: solid 1px #C9C9C9;
}
.panel__list-detail th,
.panel__detail th{
    width: 22%;
    vertical-align: middle;
    padding-left: 1rem;
}
.panel__list-detail td,
.panel__detail td{
    width: calc(100% - 22%);
    vertical-align: middle;
    padding: 0.5rem 0 0.5rem 1rem;
}
.panel__detail th{
    border-bottom: solid 2px #4D8D8A;
}
.panel__detail td{
    border-bottom: solid 2px #C9C9C9;
}
.table-detail th{
    background-color: #DDD;
    border-bottom: solid 1px #FEFEFE;
    color: #1E3B54;
    width: 22%;
}
.table-detail tr:last-child th{
    border-bottom: solid 1px #dee2e6;
}
.table-detail td{
    word-break: break-word;
    background-color: #FEFEFE;
    width: calc(100% - 22%);
}
.table-detail th,
.table-detail td{
    padding: 1rem;
}
.common_pagination .page-link{
    /* color: #1E3B54; */
    color:  #0e958a;
    cursor: pointer;
}
.common_pagination .page-item.active .page-link {
    /* background-color: #4D8D8A;
    border-color: #4D8D8A; */
    background-color: #0e958a;
    border-color: #0e958a;
}
@media (max-width: 992px) {
    .wrap_confirm table tr th,
    .wrap_confirm table tr td{
        display: block;
        width: 100%;
    }
    .wrap_confirm table tr th{
        padding: 0;
    }
    .wrap_confirm table tr td{
        padding: 0 0 1.3rem 0;
    }
    .table-detail th,
    .table-detail td{
        display: block;
        width: 100% !important;
        border-top: none;
    }
}


/*** panel ***/
.panel {
    background-color: #FEFEFE;
    border: none;
    width: 100%;
    padding: 2rem;
}
.panel > .panel__company-name {
    border-bottom: solid 1px #707070;
    padding: 0.5rem;
}
.panel__menu {
    background-color: #FEFEFE;
    border: none;
    width: 100%;
    
}
.panel__menu > .panel__menu-block {
    border-bottom: solid 1px #C9C9C9;
    width: 100%;
    padding: 1rem;
}
@media (max-width: 992px) {
    .panel{
        padding: 1rem;
    }
}


/*** page__top ***/
#page__top{
    /* background-color: #4d8d8a; */
    background-color: #0e958a ;
    border-bottom: solid 1px #FFF;
}
#page__top:hover{
    cursor: pointer;
}
.page__top-item{
    color: #FEFEFE;
    padding: 1rem;
}
.page__top-item i{
    padding-right: 0.5rem;
}

/*** panel_flex ***/
.panel_flex {
    position: relative;
    background-color: #FEFEFE;
    border: none;
    padding: 2rem;
    min-width: 10rem;
}
.panel_flex i {
    margin-bottom: 0.5rem;
    font-size: 3rem;
}
.panel_flex-wrap_btn{
    width: 70%;
    margin: 2rem auto 0 auto;
}
.panel_flex a[class^='btn_type_']{
    display: block;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.panel_flex .badge_type_red_M{
    right: 1rem;
    top: 1rem;
}
@media (max-width: 992px) {
    .panel_flex {
        width:100%;
        min-width: 7rem;
    }
}

/*** badge ***/
.badge_wrap{
    position: relative;
}
.badge_type_red_S{
    position: absolute;
    border-radius: 10rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #E31B36;
}
.badge_type_red_M{
    position: absolute;
    border-radius: 10rem;
    width: 1rem;
    height: 1rem;
    background-color: #E31B36;
}
.blinking{
	-webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*** tag ***/
.tags{
    color: #1E3B54;
    display : table;
}
.tags li{
    display : table-cell;
    vertical-align : middle;
}
.tags:before, .tags:after {
	display: table;
	content: '';
}
.tags:after {
	clear: both;
}
.tags li[class^='tag_type_'] {
	position: relative;
	display: inline-block;
	margin: 0.5rem 2rem 0 0;
	list-style: none;
}
.tags li[class^='tag_type_']:after {
	position: absolute;
	z-index: 2;
	top: 28%;
	right: -0.9px;
	content: '';
	opacity: 0.95;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 6px 0;
}
.tags p, .tags span {
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.tags p {
	line-height: 23px;
	height: 26px;
	padding: 0 9px 0 8px;
	text-decoration: none;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #B2B2B2;
	border-radius: 3px 0 0 3px;
	background: #fafafa;
	text-shadow: 0 1px white;
}
.tags li[class^='tag_type_'] span {
	font-size: 0.8em;
	line-height: 21px;
	position: absolute;
	z-index: 2;
	top: 1px;
	left: 100%;
	overflow: hidden;
	max-width: 0;
	height: 24px;
	padding: 0 0 0 2px;
	-webkit-transition: 0.3s ease-out;
	        transition: 0.3s ease-out;
	-webkit-transition-property: padding, max-width;
	        transition-property: padding, max-width;
	opacity: 0.9;
	color: #ffffff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}
.tag_type_green:after{
    border-color: transparent #4d8d8a transparent transparent;
}
.tag_type_green span{
    border: 1px solid #4d8d8a;
	border-radius: 0 2px 2px 0;
    background: #4d8d8a;
}
.tag_type_gray:after{
    border-color: transparent #1E3B54 transparent transparent;
}
.tag_type_gray span{
    border: 1px solid #1E3B54;
	border-radius: 0 2px 2px 0;
    background: #1E3B54;
    height: 100% !important;
}

/*** search ***/
#search_content .card{
    border: none;
    border-radius: 0;
}
.search_content-title{
    padding: 1rem;
    border-bottom: 2px solid #B2B2B2;
}
.search_content-item table th,
.search_content-item table td{
    vertical-align: middle;
    padding: 1rem;
}
.search_content-item table th{
    width: 22%;
}
.search_content-item table td{
    width: calc(100% - 22%);
}
@media (max-width: 992px) {
    .search_content-item {
        padding-top: 1.3rem;
    }
    .search_content-item table tr th,
    .search_content-item table tr td{
        display: block;
        width: 100%;
    }
    .search_content-item table tr th{
        padding: 0;
    }
    .search_content-item table tr td{
        padding: 0 0 1.3rem 0;
    }
}


/*** transactions ***/
.transactions-wrap table thead{
    /* background-color: #4d8d8a; */
    background-color: #0e958a;
    color: #FEFEFE;
}
.transactions-wrap table tbody{
    background-color: #FEFEFE;
    color: #1E3B54;
}
.transactions-wrap table th,
.transactions-wrap table td{
    border-top: 1px solid #B2B2B2;
    vertical-align: middle;
    width: 16.6666%;
}
.table-scroll{
    overflow-x: auto;
}
.table-scroll table{
    min-width: 898px;
}

/*** projects ***/
.projects-wrap .projects_table tr{
    border-bottom: solid 1px #B2B2B2;
}
.projects-wrap .projects_table th,
.projects-wrap .projects_table td{
    vertical-align: middle;
}
.projects-wrap .projects_table tr td{
    padding: 1rem;
}
.projects-wrap .projects_table tr td:nth-child(1){
    width: 80%;
}
.projects-wrap .projects_table tr td:nth-child(2){
    width: calc( 100% - 80% )
}
.projects-wrap .projects_table_details tr{
    border-bottom: none!important;
}
.projects-wrap .projects_table_details th,
.projects-wrap .projects_table_details td{
    vertical-align: middle!important;
}
.projects-wrap .projects_table_details tr td{
    padding: 0.5rem!important;
}
.projects-wrap .projects_table_details tr td:nth-child(1){
    width: 15%!important;
}
.projects-wrap .projects_table_details tr td:nth-child(2){
    width: calc( 100% - 15% )!important;
}
.projects-wrap .projects_table tr td li:first-child{
    margin-bottom: 0.5rem;
}
@media (max-width: 992px) {
    .projects-wrap table tr th,
    .projects-wrap table tr td{
        display: block;
        width: 100%!important;
    }
    .projects-wrap .projects_table_details tr td:nth-child(2){
        width: 100%!important;
    }
    .projects-wrap table tr th{
        padding: 0;
    }
    .projects-wrap table tr td{
        padding: 0 0 1.3rem 0;
    }
}

/*** chat ***/
.chat-head{
    /* background-color: #4D8D8A; */
    background-color: #0e958a;
    height: 50px;
}
.chat-menu:not(.nav-link){
    color: #FEFEFE;
    font-size: 1.5rem;
}
.chat-menu.btn:hover{
    color: #FEFEFE;
}
.chat-menu-msg {
    font-weight: 100;
    padding-left: 0.35rem;
}
.chat_area-wrap {
    max-height: 900px;
}
.company_tab {
    /* background-color: #4D8D8A; */
    background-color: #0e958a;
    padding-right: 0;
    padding-left: 0;
    font-size: 1rem;
}
.company_tab .badge_type_red_M{
    /* top: 48%;
    right: 5rem; */
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin-top: 12px;
    margin-left: 11px;                                                                                                                  
}
.company_tab .nav-pills,
.company_tab .nav-link{
    border-radius: 0;
}
.company_tab .nav-link{
    color: #FEFEFE;
    padding: 1rem 0.5rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    /* color: #4D8D8A; */
    color: #0e958a;
    background-color: #FEFEFE;
}
.chat_content-wrap{
    position: relative;
    overflow: hidden;
}
.chat_content{
    background-color: #FEFEFE;
    overflow-y: auto;
    max-height: 700px;
    /* height: 700px; */
}
.chat_post_area{
    background-color: #ddd;
    bottom: 0;
    padding: 1rem;
    height: calc(900px - 700px);
}
.chat_post_area textarea{
    background-color: #FEFEFE;
}
.chat_post_area table td{
    vertical-align: bottom;
}
.chat_post_area table a{
    width: 70%;
    display: block;
    text-align: center;
    padding: 1rem .5rem;
    color: #53b2b9;
    outline: 0;
}
.name_area {
    padding: 2rem 1rem 1rem 1rem;
    font-size: 1rem;
}
.name_area strong {
    padding-right: 1rem;
}
.name_area .date {
    color: #B2B2B2;
}
.text_area{
    padding: 0rem 1rem;
}
.text_area_chatnew{
    /* padding: 0rem 1rem 1rem 1rem; */
    word-break: break-all;
}
.chat_company_break {
    word-break: break-all;
}
.chat_company pre{
    background-color: #FEFEFE;
}
.chat_myself{
    background-color: #bad3bf;
}
/* .chat_myself pre{
    background-color: #bad3bf;
} */
.date-line{
    position: relative;
    padding: 1.3rem 0;
    font-size: 1.1rem;
}
.date-line:before{
    content: "";
    display: block;
    border-top: solid 1px #B2B2B2;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.date-line span{
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}
.ul_open_h{
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
    height: 100%;
    position: absolute;
    width: 20rem;
    z-index: 10;
}
.ul_open_h{ 
    height: 100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    overflow-y: auto;
}
.ul_open_h li{
    width: 100%;
}
.ul_open_v{
    position: absolute;
    height: 100%;
}
.ul_open_v li{
    padding: 10px;
    width: 150px;
}
.open-2{
    left : -50%;
}
.open-2.active{
    left : 0px;
}
.move-2.on.btn{
    left: 100px;
    top: 10px;
}
@media (max-width: 992px) {
    /* .company_tab .badge_type_red_M{
        top: 47%;
        right: 27%;
    } */
    .ul_open_h{
        width: 100%;
    }
    .chat_area-wrap {
        max-height: 950px;
    }
    .chat_post_area {
        height: calc(950px - 700px);
    }
    .chat_post_area table tr td{
        display: block;
        width: 100%!important;
    }
    .chat_post_area table a{
        margin: 0 auto;
    }
    .open-2{
        left : -100%;
    }
}

/*** terms ***/
.wrap_terms{
    height: 500px;
    overflow-y: auto;
    color:#1e3b54;
}
.wrap_terms pre{
    background-color: #FEFEFE;
}

/*** modal ***/
.modal-content{
    border: none;
    border-radius: 0;
}
.modal-header{
    /* background-color: #4D8D8A; */
    background-color: #0e958a;
    color: #FEFEFE;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-header .close{
    color: #FEFEFE;
}

/*chat header- company name dispaly*/
/* 機能一覧：No.8,No.21 */
/*** chat ***/
.chat-head{
    display: flex;
    justify-content: space-between;
    background-color: #4D8D8A;
    height: 40px;
    align-items: center;
}
.chat-menu:not(.nav-link) {
    font-size: 1rem;
}
.chat-menu-close {
    line-height: 26px;
}
.chat_security_company_name {
    padding: .45rem .75rem;
    color: #FEFEFE;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 715px;
}
.chat_post_area {
    background-color: #ddd;
    bottom: 0;
    padding: 1rem;
    height: calc(945px - 600px);
    /* overflow: auto; */
}
.chat_button_area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.chat_button_area a:hover {
    cursor: pointer;
}
.chat_post_area table a {
    width: calc(30% - 32px);
    display: block;
    text-align: center;
    padding: 1rem .5rem;
    color: #53b2b9;
    outline: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}
.chat_post_area table #btnSend {
    width: calc(30% - 32px);
    display: block;
    text-align: center;
    padding: 1rem .5rem;
    color: #53b2b9;
    outline: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}
.attach_file_modal .modal-body_content{
    padding: 2rem;
    border: dotted;
}
.attach_file_modal .modal-body{
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 3rem;
}
.attach_file_modal .btn {
    border-radius: 0;
}
.attach_file_modal .modal-body input[type="file"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.attach_file_modal .modal-body .label_attach_file {
    padding: 3px 10px;
    margin: 0 0 10px;
    background: #e1e1e1;
    display: inline-block;
    cursor: pointer;
    border: 1px solid;
    border-radius: 2px;
}
.chat_attachment_display_area ul{	
    list-style-type: disc;	
    padding: 40px !important;	
}
.chat_attachment_display_area .img_wrap {
    flex-wrap: wrap;
}
.chat_attachment_display_area .img_item {
    width: calc(15% - 1rem);
    margin: .5rem;
}
.chat_attachment_display_area .img_item img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    font-family: 'object-fit: cover;';
    vertical-align: top;
}
.chat_attachment_display_area a {
    display: inline-block;
}

#fileNamesDisp{
    color: red;
    float: none;
}
/* 機能一覧：No.11 */
/*** assist_icon ***/
.assist_icon:hover {
    cursor: pointer;
}
.input_assist_modal .btn {
    border-radius: 0;
}
.input_assist_modal table li {
    margin-bottom: 10px;
}
.assist_icon-pc {
    display: inline-block;
}
.assist_icon-sp {
    display: none;
}
@media (max-width: 992px) {
    .assist_icon-pc {
        display: none;
    }
    .assist_icon-sp {
        display: inline-block;
    }
}

/*** tooltip ***/
form [tooltip] {
    position: relative;
}
form [tooltip]::before,
form [tooltip]::after {
    text-transform: none;
    font-size: .9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}
form [tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}
form [tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
}
form [tooltip]:hover::before,
form [tooltip]:hover::after {
    display: block;
}
form [tooltip='']::before,
form [tooltip='']::after {
    display: none !important;
}
form [tooltip]:not([flow])::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}
form [tooltip]:not([flow])::after {
    bottom: calc(100% + 5px);
}
form [tooltip]:not([flow])::before,
form [tooltip]:not([flow])::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}
form [tooltip]:not([flow]):hover::before,
form [tooltip]:not([flow]):hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}
.datefont {
    font-style: normal;
    color: grey;
    font-weight: 100;
    margin-bottom: .5rem;
}
/* /機能一覧：No.11 */

/* /changed 2021.06 */
@media (max-width: 992px) {
    .chat_post_area {
        height: calc(1000px - 685px);
        overflow: auto;
    }
    .attach_file_modal .modal-body_content {
        padding: 1rem 0;
    }
    .chat_attachment_display_area .img_item {
        width: calc(50% - 1rem);
    }
    .chat_security_company_name {
        max-width: 350px;
    }
    .chat_button_area {
        flex-direction: column;
    }
    .chat_post_area table a {
        width: calc(100% - 32px);
        margin-bottom: 1rem;
    }
    .chat_post_area table #btnSend {
        width: calc(100% - 32px);
        margin-bottom: 1rem;
    }

    #fileNamesDisp{
        color: red;
        float: none;
    }
}
/* /機能一覧：No.8,No.21 */

.drop-container {	
    display: flex;	
    align-items: center;	
    justify-content: center;	
    margin: 0;	
    width: 800px;	
    height: 200px;	
    border: 4px dashed #4aa1f3;	
}


/* changed 2021.06 */

/* 機能一覧：No.9 */
.project_setting_title {
    font-size: 1.25rem;
    border-bottom: 1px solid;
}
.project_setting_btn {
    font-size: 1rem;
    margin: 1rem 0;
}
.project_setting_btn:hover {
    cursor: pointer;
}
/* /機能一覧：No.9 */

/* 機能一覧：No.12 */
.dialog-overlay{
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    padding: 1em 0;
    opacity: 0.5;
    background: #3E3E42;
}
.project_creating_guidance_dialog{
    position: relative;
    z-index: 999;
    width: 60%;
}
.project_creating_guidance_dialog_wrap{
    position: fixed;
    padding: 16px;
    width: 650px;
    height: 550px;
    text-align: center;
    background-color: #FEFEFE;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.project_creating_guidance_dialog_header {
    height: 27px;
    margin-bottom: 16px;
}
.project_creating_guidance_dialog_header > p {
    font-size: 19px;
    line-height: 27.51px;
    font-weight: bold;
}
.project_creating_guidance_dialog_content {
    display: flex;
    flex-direction: column;
    height: 410px;
}
.project_creating_guidance_dialog_content > .image{
    height: 214.72px;
}
.project_creating_guidance_dialog_content > .image > .w-30 {
    width: 300px;
}
.project_creating_guidance_dialog_content > .image > .w-23{
    width: 230px;
}
.project_creating_guidance_dialog_content > .text-pc {
    height: 195.28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.project_creating_guidance_dialog_content > .text-pc > p {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 16px;
}
.project_creating_guidance_dialog_content > .text-sp {
    display: none;
}
.project_creating_guidance_dialog_content > .text-pc > p > span,
.project_creating_guidance_dialog_content > .text-sp > p > span {
    font-weight: bold;
}
.project_creating_guidance_dialog_footer {
    height: 61px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
.project_creating_guidance_dialog_footer > .start > .pc > a,
.project_creating_guidance_dialog_footer > .start > .sp > a,
.project_creating_guidance_dialog_footer > .center > .pc > a,
.project_creating_guidance_dialog_footer > .center > .sp > a,
.project_creating_guidance_dialog_footer > .end > .pc > a,
.project_creating_guidance_dialog_footer > .end > .sp > a {
    font-size: 1rem;
    border-radius: 0;
}
.project_creating_guidance_dialog_footer > .start > .pc > a:hover,
.project_creating_guidance_dialog_footer > .start > .sp > a:hover,
.project_creating_guidance_dialog_footer > .center > .pc > a:hover,
.project_creating_guidance_dialog_footer > .center > .sp > a:hover,
.project_creating_guidance_dialog_footer > .end > .pc > a:hover,
.project_creating_guidance_dialog_footer > .end > .sp > a:hover {
    cursor: pointer;
}
.project_creating_guidance_dialog_footer > .start,
.project_creating_guidance_dialog_footer > .center,
.project_creating_guidance_dialog_footer > .end {
    /* min-width: 90px; */
    flex-basis: 100px;
}
.project_creating_guidance_dialog_footer > .center > .paging,
.project_creating_guidance_dialog_footer > .end > .paging {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}
.project_creating_guidance_dialog_footer > .center > .paging > span.active,
.project_creating_guidance_dialog_footer > .end > .paging > span.active {
    display: block;
    height: 15px;
    width: 15px;
    background-color: #0e958a;
    transform: rotate(-45deg);
}
.project_creating_guidance_dialog_footer > .center > .paging >  :not(span.active),
.project_creating_guidance_dialog_footer > .end > .paging >  :not(span.active) {
    display: block;
    height: 15px;
    width: 15px;
    background-color: #C7C7C7;
    transform: rotate(-45deg);
}
.project_creating_guidance_dialog_footer > .start > .sp,
.project_creating_guidance_dialog_footer >.center > .sp,
.project_creating_guidance_dialog_footer >.end > .sp {
    display: none;
}

@media (max-width: 991px) {
    .project_creating_guidance_dialog_wrap {
        width: 90%;
        height: 95%;
        max-width: 350px;
        max-height: 650px;
    }
    .project_creating_guidance_dialog_header {
        height: calc(100% - 95%);
        margin-bottom: 1rem;
    }
    .project_creating_guidance_dialog_header > p {
        font-size: 1rem;
        line-height: 23.17px;
    }
    .project_creating_guidance_dialog_content {
        display: flex;
        flex-direction: column;
        height: calc(100% - 35%);
    }
    .project_creating_guidance_dialog_content > .image {
        height: 52%;
    }
    .project_creating_guidance_dialog_content > .image > .w-30 {
        width: 90%;
    }
    .project_creating_guidance_dialog_content > .image > .w-23{
        width: 70%;
    }
    .project_creating_guidance_dialog_content > .text-pc {
        display: none;
    }
    .project_creating_guidance_dialog_content > .text-sp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: calc(100% - 52%);
    }
    .project_creating_guidance_dialog_content > .text-sp > p {
        margin-bottom: 10px;
    }
    .project_creating_guidance_dialog_footer {
        height: calc(100% - 75%);
        flex-direction: column;
    }
    .project_creating_guidance_dialog_footer > .start,
    .project_creating_guidance_dialog_footer > .center {
        width: 100%;
        flex-basis: 0px;
    }
    
    .project_creating_guidance_dialog_footer > .end {
        width: 100px;
        align-self: center;
        flex-basis: 0px;
    }


    .project_creating_guidance_dialog_footer > .start > .sp > a,
    .project_creating_guidance_dialog_footer > .center > .sp > a {
        display: block;
        padding: 6px 1rem;
    }

    .project_creating_guidance_dialog_footer > .center > .paging > span.active,
    .project_creating_guidance_dialog_footer > .end > .paging > span.active,
    .project_creating_guidance_dialog_footer > .center > .paging >  :not(span.active),
    .project_creating_guidance_dialog_footer > .end > .paging >  :not(span.active) {
        height: 10px;
        width: 10px;
    }

    .project_creating_guidance_dialog_footer > .start > .pc,
    .project_creating_guidance_dialog_footer > .center > .pc,
    .project_creating_guidance_dialog_footer > .end > .pc {
        display: none;
    }
    .project_creating_guidance_dialog_footer > .start > .sp,
    .project_creating_guidance_dialog_footer > .center > .sp {
        display: block;
    }
    .project_creating_guidance_dialog_footer > .end > .sp {
        display: flex;
    }
}

/* 機能一覧：No.18,No.19 */
/*** tasks ***/
.drawer-navbar {
    z-index: 10;
}
.pc-task_list {
    display: block;
}
.sp-task_list {
    display: none;
}
.pc-task_list .btn {
    border-radius: 0;
}
.pc-task_list thead {
    background-color: #0e958a;
    color: #FFF;
}
.pc-task_list tr {
    border-bottom: 2px solid #B2B2B2;
}
.pc-task_list td,
.pc-task_list th {
    vertical-align: middle;
    padding: 1rem;
}
#project_detaile .pc-task_list tr th:nth-of-type(1),
#project_detaile .pc-task_list tr td:nth-of-type(1) {
    width: calc(100% - 10%);
}
.pc-task_list tr th:nth-of-type(1),
.pc-task_list tr td:nth-of-type(1) {
    width: calc(100% - 40%);
}
.pc-task_list tr th:nth-of-type(2),
.pc-task_list tr td:nth-of-type(2) {
    width: calc(100% - 70%);
}
.pc-task_list tr th:nth-of-type(3),
.pc-task_list tr td:nth-of-type(3) {
    width: calc(100% - 90%);
}
.pc-task_list td, .pc-task_list th {
    border-top: none;
}
.increment_task_display {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.increment_task_display a{
    color: #0e958a !important;
    font-size: 1rem;
}
.increment_task_display a:hover{
    cursor: pointer;
    color: inherit !important;
}
@media (max-width: 992px) {
    .pc-task_list {
        display: none;
    }
    .sp-task_list {
        display: block;
    }
    .sp-task_list .sp-task_list_wrap{
        border: 1px solid #dee2e6;
        border-radius: .25rem;
    }
    .sp-task_list .sp-task_list_project_name{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .sp-task_list .sp-task_list_project_name span {
        color: #7f7f7f;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .sp-task_list .sp-task_list_tasks {
        color: #1e3b54;
    }
    .sp-task_list .sp-task_list_confirmation {
        /* color: #0e958a; */
        font-size: 14px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 1px #0e958a;
        color: #0e958a !important;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .sp-task_list .sp-task_list_deletion {
        color: #E31B36;
        font-size: 14px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        border: solid 1px #E31B36;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .sp-task_list .btn{
        width: 100%;
        border-radius: 0;
    }
    .sp-task_list_wrap p,
    .sp-task_list_wrap li{
        padding: 0.5rem;
    }
    
}
@media(max-width: 1200px){
    .pc-task_list .btn_type_green-line{
        font-size: 14px !important;
    }
    .pc-task_list .btn_type_red-line{
        font-size:  14px !important;
    }
}
#taskHeader{
    font-size: 2.5rem !important;
}
/* /機能一覧：No.18,No.19 */

.in{display: block;
    height: 15px;
    width: 15px;
    background-color: #C7C7C7;
    transform: rotate(
-45deg
);}



.panel_flex_wrap {
    flex-wrap: wrap; 
}
.panel_flex-4 {
    text-align: center;
    position: relative;
    background-color: #FEFEFE;
    border: none;
    padding: 2rem;
    margin: 40px;
    width: calc(25% - 80px);
}
@media (max-width: 992px) {
    .panel_flex {
        margin: 10px;
        width: calc(50% - 20px);
        padding: 0.75rem;
    }
    .top_btn_icon {
        width: 43px;
    }
    .panel_flex i {
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .inqflex {
     width :330px
    }
}