.fa{
    font-size: 25px!important;
    color: #0074c1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    vertical-align: middle;
    padding :  0px 10px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
}
.owl-carousel .owl-nav .owl-prev span[aria-label="Previous"],
.owl-carousel .owl-nav .owl-next span[aria-label="Next"] {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    display: block;
    color: transparent;
    border-left: 2px solid #0074c1;
    border-bottom: 2px solid #0074c1;
}
.owl-carousel .owl-nav .owl-prev span[aria-label="Previous"] {
    transform: translate(-6px, -6px) rotate(45deg);
}
.owl-carousel .owl-nav .owl-next span[aria-label="Next"] {
    transform: translate(-6px, -6px) rotate(-135deg);
}
.lg-fa{
    font-size: 40px!important;
}
.fa.fa-comments-o::before{
    font-family: FontAwesome;
    content: "\f0e5";
}
.fa.fa-bell-o::before{
    font-family: FontAwesome;
    content: "\f0f3";
}
.nav-item{
    /*width: 200px!important;*/
    margin-left: 20px;
}
.btn{
    outline:none;
}
.btn:focus{
    outline:none!important;
}
.btn:active{
    outline:none;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 50px 20px;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background: linear-gradient(to bottom, #0099ff 0, #0074c1 100%);
    color:white;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

.mt-8{
    margin-top: 80px;
}
.mt-7{
    margin-top: 70px;
}
.mt-6{
    margin-top: 60px;
}
.mt-5{
    margin-top: 50px;
}
.mt-4{
    margin-top: 40px;
}
.mt-3{
    margin-top: 30px;
}
.mt-2{
    margin-top: 20px;
}
.mt-1{
    margin-top: 10px;
}
.mb-8{
    margin-bottom: 80px;
}
.mb-7{
    margin-bottom: 70px;
}
.mb-6{
    margin-bottom: 60px;
}
.mb-5{
    margin-bottom: 50px;
}
.mb-4{
    margin-bottom: 40px;
}
.mb-3{
    margin-bottom: 30px;
}
.mb-2{
    margin-bottom: 20px;
}
.mb-1{
    margin-bottom: 10px;
}
.first-box{
    border-color: #1788d5 #ccc #ccc;
    border-width: 3px 1px 1px;
    border-style: solid;
    text-align: center;
    background: #fff;
    padding: 20px;
    font-size: 16px;
}
.note-size{
    font-size:30px;
    margin-right: 50px;
}
.blue-font{
    color: #0074c1;
}
.alarm-size{
    font-size:20px;
    margin-top:20px;
}
.box-title{
    background: linear-gradient(to bottom, #0099ff 0, #0074c1 100%);
    font-weight: 700;
    color: #fff;
    padding: 15px;
}
.box-content{
    border-color: #0074c1 #ccc #ccc;
    border-width: 1px 1px 1px;
    border-style: solid;
    background: #fff;
    padding: 30px;
    font-size: 16px;
}
.normal-font{
    font-size:18px;
}
.table-content {
    background: #fff;
    font-size: 16px;
}
.form-control{
    min-height:45px!important;
    padding: 12px 12px!important;
    font-size: 16px!important;
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid #777!important;
    border-radius: 0!important;
}
.nav-btn{
    width: 18%;
    margin-left: 20px;
    float: left;
    z-index:1;
}
.nav-title:hover{
    background:linear-gradient(to bottom, #80d4ff 0, #00aaff 100%);
}
.nav-active{
    background:linear-gradient(to bottom, #80d4ff 0, #00aaff 100%) !important;
}
.nav-title{
    width:100%;
    padding:15px 0;
    text-align:center;
    background: linear-gradient(to bottom, #0099ff 0, #0074c1 100%);
    color:white;
}
.nav-status-success{
    width:100%;
    text-align:center;
    background: linear-gradient(to bottom, #79ff4d 0, #39e600 100%);
    color:white;
}
.nav-status-failed{
    width:100%;
    text-align:center;
    background: linear-gradient(to bottom, #ff704d 0, #ff3300 100%);
    color:white;
}
.datepicker{
    width:18%;
    min-height:45px!important;
    padding: 12px 12px!important;
    font-size: 16px!important;
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid #777!important;
    border-radius: 0!important;
    margin-right: 10px;
}
.requisite{
    margin-left: 10px;
    background: #e31b13;
    color:white;
    padding:3px 5px;
    font-size: 12px;
}
.any{
    margin-left: 10px;
    background: #c0c0c0;
    color:white;
    padding:3px 5px;
    font-size: 12px;
}
.check-label{
    margin-left: 10px;
    padding:3px 5px;
}
.job-title{
    color: #0074c1;
    font-size: 20px!important;
    font-weight: bold;
    text-align: left;
}
.job-content-title{
    font-size: 16px;
    color: #0074c1;
    font-weight: bold;
}
.article-box{
    padding:10px;
    border: 1px solid #e1e1e1;
    min-height: 440px;
    border-radius: 5px;
    margin-top: 10px;
}
.article-box-2{
    padding:10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    min-height: 410px;
}
.article-box-2 .mt-1 > .alpha + p {
    margin-top: 5px;
    min-height: 80px;
}
.article-img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    min-height: 200px;
    max-height: 205px;
}
.wp-wrapper{
    padding-top: 10px;
}
.wp-article-img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    min-height: 245px;
    max-height: 250px;
}
.wp-article-title{
    font-size: 18px;
    text-decoration: none!important;
    font-weight: bold;
}
.wp-article-content{
    font-size: 15px;
    color: rgb(51,51,51);
    text-decoration: none!important;

}
.special-title{
    border-left:5px solid #0074c1;;
    font-size: 16px;
    padding-left: 10px;
    min-height: 60px;
    text-decoration: none!important;
    font-weight: bold;
}
.special-content{
   font-size: 14px;
    font-weight: 400;
    color:#171717;
    text-decoration: none!important;
}
p:hover{
    text-decoration: none;
}
.wp-img{
    width: 100%;
}

@media (max-width: 640px) {
    .horizontalScroll {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        overflow-x: auto;
    }
    .horizontalScroll .table {
        min-width: 780px;
    }
    .action-button{
        font-size: 14px!important;
    }
    .fa{
        font-size: 15px!important;
    }
    #top .sec09 .inner{
        width: 94%;
    }
    .sec09 .inner .section_title {
        padding-top: 0px;
        min-height: 0;
    }
    .sec09 .inner h3{
        font-size: 20px!important;
    }
    .icon{
        width: 40px;
        margin: auto;
    }
    .footer-logo{
        width: 200px;
    }
    #mv .inner .search_area input[type=text] {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        max-width: 250px;
        height: 40px;
        outline: none;
        padding: 12px 10px 12px;
        font-size: 14px;
        margin-left:15px;
    }

    #mv .inner .search_area #submit_button02 {
        display: block;
        background: url(../img/search/icon-search.png) no-repeat 60% center #fff;
        border-bottom-right-radius: 100px;
        border-top-right-radius: 100px;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        border-left: 0px solid #000;
        width: 50px;
        float: left;
        outline: none;
        padding: 12px 10px 12px;
        text-align: center;
        color: #fff;
        height: 50px;
        cursor: pointer;
    }
    .day{
        margin-top: 20px;
    }
    #top .sec06 .inner dl dd {
        text-align: center;
        margin-left: 3%;
    }
    .title {
        font-size: 20px!important;
    }
    .caption {
        font-size: 14px!important;
    }
    .step {
        min-height: 60px!important;
    }
    .step + .step {
        margin-top: 20px!important;
    }
    .circle:after {
        top:10px!important;
    }
    .catch{
        font-size: 13px !important;
        margin-top:5px;
    }
    .multiselect-container  li a{
        padding: 5px 5px!important;
    }
    .job-title{
        font-size: 18px!important;
    }
    .article-box{
        min-height: 110px;

    }
    .wp-img{
        width: 30%;
        float: left;
    }
    .wp-article-img{
        width: 90px;
        height: 90px;
        min-height: 90px;
        max-height: 90px;
        object-fit: cover;
    }
    .wp-article-title{
        font-size: 14px;
        text-decoration: none!important;
    }
    .wp-article-content{
        display: none;
    }
    .wp-wrapper{
        width: 65%;
        float:left
    }
    .special-title{

    }
    .special-content{

    }
    .more-view{
        font-size: 14px!important;
    }
    .owl-nav{
        display: none;
    }
    .unread-message{
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 22px;
        height: 22px;
        color:white;
        background: #ee0731;
        border-radius: 100%;
        left: 25px;
        margin-top:-5px!important;
        font-size: 12px;
    }
    .jp-logo{
        width: 60px;
        padding-right: 10px;
    }
    .jp-title{
        font-size: 18px!important;
    }
    .accordion a {
        width: 100%;
        padding: 20px 40px 20px 14px!important;
        font-size: 14px!important;
    }
    .accordion .text-content p {
        font-size: 14px!important;
        padding:5px 5px!important;
    }
    .problem-box{
        font-size: 16px!important;
        min-height: 70px!important;
    }
    .fz-25{
        font-size: 16px!important;
    }
    .down-arrow::before{
        top: 0px!important;
    }

    .down-content{
        width: 100% !important;
        padding-top: 50px!important;

    }
    .post_img{
        width: 80px!important;
    }

}
.jp-title{
    font-size: 24px;
    font-weight: bold;
}

.is-invalid{
    border:1px solid red!important;
}
.invalid-feedback{
    color:red;
}

.step {
    position: relative;
    min-height: 90px;
}
.step + .step {
    margin-top: 90px;
}
.step > div:first-child {
    position: static;
    height: 0;
}
.step > div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
}
.step{
    color: #0074c1;
}
.circle , .circle-last{
    background: #fff;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 1.5em;
    border-radius: 100%;
    color: #0074c1;
    font-size: 35px;
    text-align: center;
    box-shadow: 0 0 0 3px #0074c1;
}
.circle:after {
    content: '';
    position: absolute;
    display: block;
    top: 20px;
    right: 50%;
    bottom: 1px;
    left: 50%;
    height: 100%;
    width: 3px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: #0074c1;
}
.step:last-child .circle:after {
    display: none
}
.title {
    line-height: 20px;
    font-weight: bold;
    padding:10px 30px;
    font-size: 25px;
}
.caption {
    color: #363535;
    padding:5px 30px;
    font-size: 17px;
}
.catch{
    font-size: 18px;
    font-weight: bold;
    margin-top:20px;
    text-shadow: 0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff,
        0 0 3px #ffffff;
        ;
}
.caret {
     display: inline-block;
     width: 0;
     height: 0;
     margin-left: 2px;
     vertical-align: middle;
     border-top: 0px dashed!important;
    border-top: 0px solid!important;
     border-right: 0px solid transparent!important;
     border-left: 0px solid transparent!important;
}
.multiselect-container{
    width:100% !important;
}
.owl-prev {
    border-radius: 25px;
    width: 40px;
    outline: none;
    box-shadow: 0px 0px 3px 0px #0d7ab799;
    background: #fff!important;
    height: 40px;
    position: relative;
    right: 10px;
    top: 40px;
}

.owl-next {
    border-radius: 25px;
    width: 40px;
    outline: none;
    box-shadow: 0px 0px 3px 0px #0d7ab799;
    background: #fff!important;
    height: 40px;
    position: relative;
    left: 10px;
    top: 40px;
    float: right;
}

.owl-nav {
    position: relative;
    top: -270px;
}
.badge {
    margin: 2px 1px;
    padding: 5px 0.5em;
    border-radius: 0;
    white-space: nowrap;
    border-radius: 3px;
}
.badge-info {
    color: #0074c1;
    background-color: #ffffff;
    border: 1px solid #0074c1;
}
.badge-info:hover {
    color: #ffffff;
    background-color: #0074c1;
}
.badge-orange {
    color: #ff6600;
    background-color: #ffffff;
    border: 1px solid #ff6600;
}
.badge-orange:hover {
    color: #ffffff;
    background-color: #ff6600;
}
.footer-btn{
    padding-top:10px;
    border-top:1px solid #b7b4b4;
}
.text-link{
    color:#0099ff!important;
    text-decoration: underline!important;
    user-focus-pointer: hand;
}

.unread-message{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 22px;
    height: 22px;
    color:white;
    background: #ee0731;
    border-radius: 100%;
    left: 25px;
    margin-top:-35px;
    font-size: 12px;
}

.dropdown .dropdown-menu.show {
    left: -200px !important;
    max-width: 250px!important;
    min-width: 250px!important;
}
@media (max-width: 640px) {
    .sp-menu .dropdown .dropdown-menu.show {
        left: -15vw !important;
        top: 10px !important;
        width: 60vw;
        min-width: inherit !important;
        }
}
.dropdown-toggle::after{
    content:none!important;
}

.accordion {
    width: 100%;
}

.accordion a {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 30px 20px 14px;
    color: black;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
}

.accordion a::before{
    content: "Q";
    border-radius: 50%;
    background: #4286c7;
    margin-right: 10px;
    padding: 3px 8px 4px;
    color: #fff;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #0777b5;
    text-decoration: none;
}

.accordion a:hover::after {
    border: 1px solid #4286c7;
}

.accordion a.active {
    color: #4286c7;;
    border-bottom: 1px solid #4286c7;
    text-decoration: none;
}

.accordion a::after {
    content: "＋";
    position: absolute;
    float: right;
    right: 1rem;
    font-size: 14px;
    color: #000;
    padding: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
}

.accordion a.active::after {
    content: "－";
    color: #4286c7;;
    border: 1px solid #4286c7;
}

.accordion .text-content {
    display: none;
    padding: 14px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.accordion .text-content p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.1px;
    padding: 0px 10px 20px 0px;
}

.accordion .text-content .first-content::before {
    content: "A";
    border-radius: 50%;
    background: #91af23;
    margin-right: 10px;
    padding: 3px 8px 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.faq-icon{
    content: "Q";
    border-radius: 50%;
    background: #4286c7;
    margin-right: 10px;
    padding: 3px 8px 4px;
    color: #fff;
}

.privacy-title {
    font-size: 16px;
    font-weight: bolder;
    margin-top: 25px;
    /*text-indent: -50px;*/
}

.privacy-content{
    font-size: 14px;
    padding-left: 10px;
    margin-top: 15px;
    color:#666;
}
#privacy ul li{
    padding-left: 20px;
    margin-top: 10px;
    color:#666;
}
.problem-box{
    padding:30px 30px;
    border:1px solid #a1a1a1;
    margin:10px 5px;
    min-height: 160px;
    text-align: center;
    font-size: 20px;
}
.down-arrow::before{
    display: block;
    width: 45px;
    height: 31px;
    content: "";
    background-image: url('../img/common/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: absolute;
    left: calc(50% - 22.5px);
    top: 40px;
}

.down-content{
    display: block;
    width: 80%;
    margin: auto;
    padding-top: 120px;
    text-align: center;
}
.fz-25{
    font-size: 25px;
}
.red-font{
    color: #e74040;
}

.text-tag {
    text-align: center;
    color: #0074c1!important;
    text-decoration: underline!important;
}
h1{
    font-weight: bold!important;
}

.b_font{
    font-weight: bold!important;
}
.box-title h4,h3{
    font-weight: bold;
}

.userInfoButton {
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 20px auto;
    padding: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(45deg, #0074c1 , #0099ff);
    white-space: nowrap;
    border: none;
    border-radius: 100px;
    float: none;
}
.userInfoButton:hover {
    background: linear-gradient(to top right, #0099ff, #0074c1);
}

/* 2023-04 addition */
*.textLeft {
    text-align: left !important;
}
.example {
    margin: 0;
    font-size: 0.9em;
}
.example .title {
    display: block;
    margin: 1em 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
}
.tagList {
    display: flex;
    gap:5px 1em;
    flex-wrap: wrap;
    margin: 1rem 0;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border:1px solid #e9e9e9;
    border-radius: 5px;
}
.tagList li{
    margin: 0;
}
.tagList li a:hover {
    border-bottom: 1px solid #333333;
}
.mt-2.jobCat {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.mt-2.jobCat br {
    display: none;
}

/* button area START */
.stickyFoot {
    position: fixed;
    left: 0;
    bottom: -120%;
    width: 100%;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
    transition-delay: 0.3s;
    transition-duration: 0.5s;
    z-index: 10;
}
.stickyFoot.on {
    bottom: 0;
}
.stickyFoot~#pageTop {
    bottom: 100px;
}
.stickyFoot .stickyFootItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.narrow .buttonArea,
.stickyFoot .buttonArea {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.narrow .buttonArea.between {
    justify-content: space-between;
}
.stickyFoot .jobInfo {
    width: calc(100% - 560px);
}
.stickyFoot .stickyFootItem .jobTitle {
    margin-bottom: 0.3em;
    font-size: 0.9em;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.stickyFoot .stickyFootItem .companyName {
    font-size: 0.8em;
}
.stickyFoot .buttonArea {
    width: 540px
}
.narrow .buttonArea > span,
.stickyFoot .buttonArea > span {
    position: static;
    display: block;
    height: 50px;
    margin: 0;
    padding: 5;
}
.narrow .buttonArea > span {
    width: 25%;
}
.stickyFoot .buttonArea > span {
    width: calc((100% - 20px) / 3);
}
.narrow .buttonArea .action-button,
.stickyFoot .buttonArea .action-button {
    position: static;
    display: block;
    height: 50px;
    margin: 0;
    padding: 5px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    cursor: pointer;
}
.narrow .buttonArea .action-button {
    width: 25%;
}
.stickyFoot .buttonArea .action-button {
    width: calc((100% - 20px) / 3);
}
.buttonArea > span .action-button {
    width: 100% !important;
}
.buttonArea .action-button.line2 {
    line-height: 20px;
}
.buttonArea .action-button.button-type_green {
    background: linear-gradient(45deg, #53b619, #28a745);
}
.buttonArea .action-button.button-type_blue {
    background: linear-gradient(45deg, #0099ff, #0074c1);
}
.buttonArea .action-button.button-type_orang {
    background: linear-gradient(45deg, #ffa366 , #ff6600);
}
.buttonArea .action-button.button-type_fav {
    background: linear-gradient(45deg, #f6f6f6, #e6e6e6);
    box-shadow: 0 0 0 1px #ff3300 inset;
    color: #ff3300 !important;
}
.buttonArea .action-button.button-type_white {
    color: #333333 !important;
    background: linear-gradient(45deg, #f6f6f6, #e6e6e6);
    border: 1px solid #d1d1d1;
}
.buttonArea .action-button.button-type_green:hover {
    background: linear-gradient(-45deg, #53b619, #28a745);
    text-decoration: none;
}
.buttonArea .action-button.button-type_blue:hover {
    background: linear-gradient(-45deg, #0099ff, #0074c1);
    text-decoration: none;
}
.buttonArea .action-button.button-type_orang:hover {
    background: linear-gradient(-45deg, #ffa366 , #ff6600);
    text-decoration: none;
}
.buttonArea .action-button.button-type_fav:hover {
    background: linear-gradient(-45deg, #f6f6f6, #e6e6e6);
    text-decoration: none;
}
.buttonArea .action-button.button-type_white:hover {
    background: linear-gradient(-45deg, #f6f6f6, #e6e6e6);
    text-decoration: none;
}

@media (min-width: 992px) {
}
@media (max-width: 991px) {
    .stickyFoot .jobInfo {
        width: calc(100% - 290px);
    }
    .stickyFoot .buttonArea {
        width: 270px;
    }
    .stickyFoot .buttonArea .action-button {
        width: fit-content;
        height: 50px;
        margin: 0;
        padding: 5px 1em;
    }
    .stickyFoot .buttonArea > span {
        width: fit-content;
    }
    .stickyFoot .buttonArea .action-button .anc {
        display: none;
    }
    .stickyFoot .buttonArea .action-button.mail {
        width: 50px !important;
    }
    .stickyFoot .buttonArea .action-button.mail i {
        line-height: 40px;
    }
    .stickyFoot .buttonArea .action-button.button-type_fav {
        width: 50px !important;
        padding: 5px;
        font-size: 0 !important;
        color: transparent !important;
    }
    .stickyFoot .buttonArea .action-button.button-type_fav i::before {
        display: block;
        will-change: 40px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
    }
}
@media (max-width: 640px) {
    .stickyFoot~#pageTop {
        bottom: 140px;
    }
        .stickyFoot .stickyFootItem {
        display: flex;
        flex-direction: column;
    }
    .stickyFoot .jobInfo {
        width: 100%;
        margin-bottom: 0.5em;
    }
    .narrow .buttonArea .action-button {
        width: fit-content;
        height: 50px;
        margin: 0;
        padding: 5px 1em;
    }
    .narrow .buttonArea > span {
        width: fit-content;
    }
    .buttonArea .action-button .anc {
        display: none;
    }
    .buttonArea .action-button.mail {
        width: 50px !important;
    }
    .buttonArea .action-button.mail i {
        line-height: 40px;
    }
    .buttonArea .action-button.button-type_fav {
        width: 50px !important;
        padding: 5px;
        font-size: 0 !important;
        color: transparent !important;
    }
    .buttonArea .action-button.button-type_fav i::before {
        display: block;
        will-change: 40px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
    }
}
/* button area END */

/* 求人一覧 START */
#favorite .jobDigest {
    display: flex;
    justify-content: space-between;
}
#favorite .jobDigest .jobHead {
    width: 210px;
    margin-bottom: 20px;
}
#favorite .jobDigest .jobInfo {
    width: calc(100% - 240px);
}
#favorite .jobDigest .photo {
    display: block;
    width: 210px;
    height: 160px;
    margin-bottom: 10px;
    padding: 4px;
    border: 1px solid #e9e9e9;
}
#favorite .jobDigest .photo img {
    display: block;
    width: 200px;
    height: 150px;
    margin: auto;
    min-height: inherit;
    max-height: inherit;
    object-fit: cover;
    border-radius: 0;
}
#favorite .jobDigest .photo img:hover {
    opacity: 0.7;
}
#favorite .jobDigest .companyInfo {
    display: flex;
    justify-content: space-between;
}
#favorite .jobDigest .companyInfo .logo {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}
#favorite .jobDigest .companyInfo .logo img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    min-height: inherit;
    max-height: inherit;
    object-fit: contain;
}
#favorite .jobDigest .companyInfo .name {
    width: calc(100% - 80px);
    line-height: 1.4;
    white-space: normal;
    word-break: break-all;
}
#favorite .jobDigest .job-title {
    margin: 0.5rem 0;
}
#favorite .jobDigest .job-title a {
    color: #003399;
    line-height: 1.4;
}
#favorite .jobDigest .job-title a:hover {
    border-bottom: 1px solid #003399;
}
#favorite .jobDigest .jobCat {
    margin: 0.5rem 0;
}
#favorite .jobDigest .date {
    margin: 0.5rem 0;
}
#favorite .jobDigest .jobItem {
    margin: 0.5rem 0;
}
#favorite .jobDigest .jobItem > li {
    display: flex;
    margin: 0.5rem 0;
}
#favorite .jobDigest .jobItem .job-content-title {
    width: 7em;
}
#favorite .jobDigest .jobItem .job-content {
    width: calc(100% - 7em);
}
@media (max-width: 640px) {
    #favorite .jobDigest {
        flex-direction: column;
    }
    #favorite .jobDigest .jobHead,
    #favorite .jobDigest .jobInfo {
        width: 100%;
    }
    #favorite .jobDigest .photo {
        width: 90%;
        height: auto;
        margin: 10px auto;
    }
    #favorite .jobDigest .photo img {
        width: 100%;
        max-width: 250px;
        height: auto;
        margin: auto;
    }
}
/* 求人一覧 END */

/* 求人詳細 START */
#search_d .sec01 .inner #jobDetailBox.box {
    padding: 0;
    background: none;
}
#jobDetail {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
#jobDetail .carouselBox {
    margin-bottom: 30px;
}
#jobDetail .owl-dots {
    display: none;
}
#jobDetail .itemBox {
    display: block;
    margin: 1em 0;
}
#jobDetail *:last-child {
    margin-bottom: 0;
}
#search_d .sec01 .inner .box #jobDetail .block1 {
    margin: 0;
}
#jobDetailBox .tableWork {
    margin: 30px auto;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
#jobDetailBox *:last-child {
    margin-bottom: 0;
}
#jobDetailBox h2{
    margin-bottom: 1.5rem;
    color: #0074c1;
    font-size: 1.4em;
    font-weight: bold;
}
#jobDetailBox h3{
    margin: 2rem 0 1rem 0;
    padding-left: 0.5em;
    font-size: 1.1em;
    font-weight: bold;
    border-left: 4px solid #0074c1;
}
#jobDetailBox .paragraphBox {
    margin: 2rem 0;
}
#jobDetailBox .itemBlock {
    margin: 1rem 0;
    line-height: 1.8;
}
#jobDetailBox .jobContentTeble {
    border-collapse: collapse;
    width: 100%;
}
#jobDetailBox .jobContentTeble th {
    width: 200px;
    padding: 20px;
    text-align: center;
    background-color: #f0faff;
    border: 1px solid #dddddd;
}
#jobDetailBox .jobContentTeble td {
    width: calc(100% - 200px);
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
#jobDetailBox .jobContentTeble th .tTitle {
    display: block;
    font-size: inherit;
    font-weight: bold;
}
#jobDetailBox .jobContentTeble th i[class^="fa-"]::before {
    font-size: 30px;
}
#jobDetailBox .jobContentTeble .tagList {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}
#jobDetailBox .infoHead {
    display: flex;
    gap:20px;
    align-items: center;
    margin-bottom: 50px;
}
#jobDetailBox .infoHead .logo {
    width: 120px;
}
#jobDetailBox .infoHead .logo img {
    max-width: 100%;
}
#jobDetailBox [class^="block"] .buttonArea .action-button {
    display: block;
    width: fit-content;
    padding: 5px 2em;
    line-height: 40px;
    border-radius: 50px;
    float: none;
}
@media (max-width: 640px) {
    #jobDetailBox .tableWork,
    #jobDetailBox .tableWork .jobContentTeble th,
    #jobDetailBox .tableWork .jobContentTeble td {
        font-size: inherit;
    }
    #jobDetailBox .tableWork {
        padding: 20px;
    }
    #jobDetailBox .jobContentTeble th {
        width: 60px !important;
        padding: 10px !important;
    }
    #jobDetailBox .jobContentTeble td {
        padding: 10px;
        width: calc(100% - 60px);
    }
    #jobDetailBox .jobContentTeble th .tTitle {
        display: none;
    }
    #jobDetailBox .jobContentTeble th i[class^="fa-"]::before {
        font-size: 25px;
    }
    #jobDetailBox [class^="block"] .buttonArea .action-button {
        margin: auto;
    }
}
/* 求人詳細 END */

/* ユーザー一覧テーブル追加 START */
.userTableList th {
    color: #ffffff;
    background-color: #0074c1;
}
.userTableList tr {
    background-color: #ffffff;
}
.userTableList tr:nth-child(2n+1) {
    background-color: #f6f6f6;
}
.userTableList td {
    background: none;
}
.userTableList td.title a {
    display: block;
    text-align: left;
}
@media (max-width: 640px) {
    .userTableList {
        display: block;
    }
    .userTableList tr {
        display: flex;
        flex-wrap: wrap;
    }
    .userTableList thead,
    .userTableList tbody,
    .userTableList th,
    .userTableList td {
        display: block;
        width: 100%;
    }
    .userTableList th.img {
        display: none;
    }
    .userTableList th.num,
    .userTableList td.num {
        display: block;
        width: 60%;
    }
    .userTableList th.icon,
    .userTableList td.icon {
        display: block;
        width: 40%;
    }
    .userTableList td.img img {
        display: block;
        width: 90%;
        max-width: 200px;
        margin: 0 auto;
    }
    .userTableList.top td.num {
        display: block;
        width: 20%;
        text-align: center;
    }
    .userTableList.top td.title {
        display: block;
        width: 80%;
    }
    .userTableList.top td.date {
        display: block;
        width: 65%;
        text-align: center;
    }
    .userTableList.top td.icon {
        display: block;
        width: 15%;
        text-align: center;
    }
}
/* ユーザー一覧テーブル追加 END */