.header_pc_nav_block a{
    font-weight: bold;
    color:#4d4d4d !important;
}

.header_pc_nav_block ul li.inquiry a{
    border-radius:5px;
    color:#fff !important;
    font-weight: inherit;
}


.header-nav-new a.nav-link,
.header-nav-new a.dropdown-item {
    color: #4D4D4D;
}

.header-nav-new a.current{
    color: #e9527d
}

.header-nav-new a.dropdown-item:hover {
    background-color: #E9527D;
    color: #FFF;
}

.header-nav-new .dropdown:hover > .dropdown-menu {
    display: block !important;
}

.header-nav-new .dropdown-menu {
    top: 25px !important;
}

.header-nav-new a.dropdown-item:not(:last-child) {
    border-bottom: 1px solid #c4c4c4;
}

.header-nav-new .btn-bg-pink {
    background-color: #E9527D;
    color: #fff !important;
    border-radius: 10px;
}

.licorice-container {
    padding-left: 0;
    padding-right: 0;
}
.utility-login{
    display: block;
}
.nav_pc{
    text-align: right;
}

.bg-pink-licorice {
    background-color: #E84C6D;
}

.contact-download {
    text-align: center;
    position: relative;
}

a.btn-header {
    padding: 10px 43px;
    color: #e84c6d;
}
a.btn-header-pc {
    font-size: 35px;
    padding: 10px 43px;
    border-radius: 15px;
}

a.btn-header-sp {
    border-radius: 50px;
}

a.btn-header:hover,
a.btn-header:visited {
    color: #e84c6d;
}

.contact-download .top-img{
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 25%;
}

.asian-market{
    color: #4D4D4D;
    padding: 30px;
}

.asian-market .home-page-title{
    font-weight: bold;
    text-align: center;
}

.asian-market .home-page-title hr{
    width: 300px;
    color: #dc3545;
    border: 1px solid;
}

.asian-market .content-market {
    font-size: 12px;
}

.asian-market .info-country{
    font-size: 16px;
    font-weight: bold;
}

.introduction{
    background-color: #E84C6D;
    color: white;
    padding: 65px 10px;
}

.introduction-header-text .size-18 {
    font-size: 18px;
}

.introduction-header-text .size-32{
    font-size: 32px;
    border-bottom: 2px solid #fff;
}

.introduction-header-text .set-image {
    max-height: 200px;
}

.introduction-body {
    font-size: 38px;
}

.content-service{
    margin: 50px 0;
    color: #4D4D4D;
}
.content-service-title{
    font-size: 37px;
    font-weight: bold;
}

.content-service-title hr{
    width: 150px;
    border: #E9527D 1px solid;
    margin-top: 5px;
}
.introduction-left img{
    max-width: 30%;
    padding-right: 40px;
    margin-bottom: 30px;
}
.introduction-right img{
    max-width: 30%;
    padding-left: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
    .title-card-description span {
        display: block;
    }
}

.title-card{
    display: inline-block;
    font-weight: bold;
}
.ensign{
    float: right;
}
.ensign img{
    width: 50px;
}
.ensign h3{
    font-weight: bold;
}
.licorice-service .card-title {
    border-bottom: #D0D0D0 solid 1px;
}
.card-content {
    padding: 10px 0;
}
a.btn.btn-licorice-service {
    color: #ffffff;
    background-color: #E9527D;
    border-radius: 10px;
    padding: 10px;
}

.licorice-service .card{
    box-shadow: 0px 3px 6px #00000029;
    height: 100%;
}

.licorice-service .card-body {
    display: flex;
    flex-direction: column;
}

.licorice-service .card-body .card-content {
    flex: 3;
}

.licorice-service .card-body .card-button {
    flex: 1;
}

.is-size-12 {
    font-size: 12px;
}

/* Evaluate start*/
.evaluate {
    background-color: #ffffff;
    padding: 50px 0;
}

.evaluate a {
    color: #393939;
}

.evaluate a:hover {
    text-decoration: none;
}

.card-evaluate {
    position: relative;
    background-color: #F5F5F5;
    border-radius: 20px;
}

.evaluate-title hr{
    width: 150px;
    color: #E9527D;
    border: 1px solid;
    margin-top: 0;
}

.card-evaluate .card-evaluate-title {
    font-size: 28px;
    border-bottom: #707070 solid 1px;
}

.card-evaluate .card-evaluate-user-name {
    font-size: 18px;
}

.card-evaluate .card-evaluate-context {
    font-size: 14px;
}

.image-evaluate {
    border-radius: 50%;
}
/* Evaluate end*/

.card-service {
    margin: 20px 0;
}

.card-service .card-title {
    padding-bottom: 8px;
}

img.flashjob{
    width: 210px;
}

.card-qa {
    margin-top: 70px;
}

.card-qa .card-qa-body {
    padding:20px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    border-radius: 20px;
    border: 1px solid #707070
}

.card-qa .ques-title p{
    margin-bottom: 0;
    font-weight: bold;
}

.card-qa .double-dot {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 75px;
    padding-top: 15px;
}

.card-qa .big-dot,
.card-qa .small-dot {
    background-color: #f0f0f0;
    border: 1px solid #707070;
    border-radius: 50%;
}

.card-qa .big-dot {
    width: 30px;
    height:30px;
    margin-right: 30px;
}

.card-qa .small-dot {
    width: 20px;
    height:20px;
    margin-right: 10px;
}

.card-answer{
    background: #F5F5F5 0% 0% no-repeat padding-box;
    margin-top: 15px;
    border: 1px solid #E9527D;
}

.card-answer-body {
    position: relative;
    padding: 20px 10px 20px 140px;
}

.card-answer-image {
    position: absolute;
    bottom: 0;
    left: -20px;
}

.card-qa .card-body:after {
    content: '';
    border-bottom: 45px solid transparent;
    border-top: 1px solid #f5f5f5;
    border-right: 50px solid #f5f5f5;
    position: absolute;
    right: 80px;
    bottom: -40px;
}

.licorice-report {
    background: #E7E7E7 0% 0% no-repeat padding-box;
    padding: 50px 0;
    color: #4D4D4D;
}

.licorice-report .view_more a {
    color: #E9527D !important;
}

/* Slick-carousel */
.slick-carousel-item {
    height: 320px;
}

.slick-carousel-item a {
    text-decoration: none;
}

.slick-carousel-item p:last-child {
    font-size: 14px;
}

.slick-carousel-item-image {
    flex: 2;
}

.slick-carousel-item-info {
    flex: 1;
}

.slick-carousel-item-title a,
.slick-carousel-date {
    color: #4d4d4d;
}

.slick-carousel-item-title a:hover,
.slick-carousel-date a {
    color: #E9527D !important;
}

.slick-slide{
    margin: 10px;
}

.slick-slide img{
    width: 100%;
    height: 100%;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px !important;
    color: #ff4a72 !important;
}
.slick-prev {
    left: -40px !important;
}
/* Slick-carousel */

.company-client img{
    width: 70%;
}

.licorice-link{
    background: #000000 0% 0% no-repeat padding-box;
    color: #ffffff;
    padding: 30px 0;
}

.licorice-link .link-card-box{
    border-right: #E9527D solid thin;
}

.card-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.licorice-link .link-box h3{
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 30px;
}

.box-content{
    font-weight: bold;
}

.btn-licorice-box{
    color: #ffffff !important;
    background: #E9527D 0% 0% no-repeat padding-box;
    margin: 25px 0 30px;
    padding: 15px;
    border-radius: 10px;
}

/* Background title start */
.bg-title-service {
    background-color:rgba(240, 107, 143, 0.6);
}

.bg-title-market-research{
    background-color: rgba(84, 181, 71, 0.6);
}

.bg-title-ec {
    background-color: rgba(71, 139, 181, 0.6);
}

.bg-title-business {
    background-color: rgba(181, 113, 71, 0.6);
}

.bg-title-point-back {
    background-color: rgba(181, 71, 134, 0.6);
}

.bg-title-offshore {
    background-color: rgba(59, 62, 139, 0.6);
}

.bg-title-recruit {
    background-color: rgba(97, 168, 182, 0.6);
}

.bg-title-promotion {
    background-color: rgba(164, 75, 69, 0.6);
}
/* Background title end */

/* Market Research start */
.licorice-category_mainvisual{
    display: flex;
    position: relative;
    background-size: cover;
    background-position: center center;
    color: #fff;
    min-height: 500px;
    align-items: flex-end;
    justify-content: center;
}

.licorice-category_mainvisual .category_mainvisual_copy{
    position: relative;
}

.mainvisual-title{
    padding: 10px 15px;
    font-size: 35px;
}

.btn-free-consultation {
    font-size: 34px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 30px;
}

.download-materials {
    color: #000 !important;
    border-bottom: 1px solid #000;
    font-size: 18px;
}
/* Market Research end */

/* EC start */
.bg-grey-light-f5 {
    background-color: #f5f5f5;
}

.ec-listing-flow {
    padding: 30px;
}

.ec-listing-flow .evaluate-title h2 {
    color: #4d4d4d;
    font-size: 48px !important;
}

.ec-listing-flow-step{
    color: #fff !important;
    background-color: #E9527D;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ec-listing-flow-step p:first-child {
    font-size: 32px;
}

.ec-listing-flow-step p:last-child {
    font-size: 48px;
}

.step3 .ec-listing-flow-content {
    border-bottom: 5px solid #E9527D;
}

.ec-listing-flow-content {
    display: flex;
    align-items: center;
    border-right: 5px solid #E9527D;
}

.ec-listing-flow-content ul li {
    list-style-type: disc !important;
    font-size: 20px;
}

@media screen and (max-width: 900px) {
    .ec-listing-flow-step p:first-child {
        font-size: 22px;
    }

    .ec-listing-flow-step p:last-child {
        font-size: 28px;
    }
}

@media screen and (max-width: 599px) {
    .ec-listing-flow-content {
        border-left: 5px solid #E9527D;
    }

    .step1 .ec-listing-flow-content,
    .step2 .ec-listing-flow-content {
        border-bottom: 5px solid #E9527D;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 600px) {
    .step1 .ec-listing-flow-step,
    .step2 .ec-listing-flow-step {
        border-bottom: 5px solid #fff;
    }

    .step1 .ec-listing-flow-content {
        border-top: 5px solid #E9527D;
        border-bottom: 5px solid #E9527D;
    }

    .step2 .ec-listing-flow-content {
        border-bottom: 5px solid #E9527D;
    }

    .step2 .ec-listing-flow-step::before,
    .step3 .ec-listing-flow-step::before{
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top-color: #fff;
        margin-left: -16px;
    }
}
/* EC end */

.category_mainvisual_text p{
    background-color:rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin: 10px 0 0 0;
}

.introduction-video iframe{
    height: 500px;
    padding-top: 20px;
    width: 100%;
}
.point-back-detail {
    margin: 45px 0 20px;
}
.btn-licorice-new{
    border-radius: 25px;
    color: #FFFFFF !important;
    background: #E9527D 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px 35px;
    font-size: 25px;
    font-weight: bold;
}
.consultation{
    margin: 50px 0;
}
.consultation .link-download a{
    color: #000000 !important;
    font-weight: bold;
    border-bottom: #000000 solid thin;
}
.descript-card{
    margin-bottom: 0;
    font-weight: bold;
}

.category_mainvisual_business{
    background-position: center -120px;
}

.background-grey {
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.offshore-detail{
    margin-top: 50px;
}
.offshore-detail h2{
    font-size: 24px;
    color: #0080ba;
    margin: 0 0 10px 0;
    border-bottom: none;
}

.offshore-detail h3.title02{
    font-size: 18px;
    color: #0080ba;
    margin: 25px 0 25px 0;
    border-bottom: none;
}

.offshore-detail p{
    margin-bottom: 0;
}

.block-img{
    border-radius: 15px;
    margin: 20px 0;
}

.new_footer{
    background: #808080;
}

.footer_logo_new p.title{
    font-size: 12px;
}

.footer-detail {
    text-align: justify;
    font-size: 14px;
}

.footer-link a {
    color: #fff;
}

.footer-link ul li {
    display: inline-block;
    margin: 0 10px;
}

.page-download .red-dot {
    display: inline-block;
    color: red;
}
.page-download a.inquiry_form_submit {
    color: #fff;
}

.rounded-16 {
    border-radius: 16px !important;
}

.page-download hr {
    width: 30%;
    border: 1px solid #e9527d;
}

.page-download .info {
    margin-top: 70px;
}
