main {
    background-color: #fffef6;
}

.ff-zen {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.ff-ibm {
    font-family: "IBM Plex Sans JP", sans-serif;
}

.ff-josefin {
    font-family: "Josefin Sans", sans-serif;
}

main::before {
    content: "";
    width: 100%;
    height: 892px;
    position: absolute;
    background-image: url(../images/recruit/about/bg-about.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.title {
    line-height: 1;
    position: relative;
    z-index: 999;
}

.title .title-jp {
    font-size: 4rem;
    font-weight: 400;
    color: #212f79;
    font-family: "ibm plex sans jp", sans-serif;
}

.title .title-en::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #1d95b7;
    border-radius: 50%;
    margin-right: 11px;
    vertical-align: middle;
}

.title .title-en {
    font-size: 2.9rem;
    font-weight: 300;
    color: #1d95b7;
    padding-top: 15px;
    font-family: "josefin sans", sans-serif;
}

.title::after {
    content: "";
    width: 161px;
    height: 109px;
    position: absolute;
    background-image: url(../images/recruit/about/img-title.png);
    background-size: 100% 100%;
    z-index: -1;
    top: calc(100% - 100px);
    left: 0;
}

.section-text {
    padding-top: 52px;
}

.description-01 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #1d95b7;
    font-family: "zen kaku gothic new", sans-serif;
}

.description-02 {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 25px;
    color: #333;
}

.features-content {
    position: relative;
    z-index: 1;
}

body.page-news.page-sub.wp-theme-takanoko.recruit-template-default.single.single-recruit.header-loaded {
    border: 0;
}

.features-content img {
    margin-top: 19px;
    border-radius: 20px;
}

.title-img {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    padding: 22px 0 20px 25px;
    color: #212f79;
    width: calc(100% + 70px);
    right: 0;
    position: absolute;
    background: linear-gradient( to right, rgba(7, 145, 198, 0.4), rgba(71, 215, 209, 0.4), rgba(223, 244, 98, 0.4));
    border-radius: 10px;
    z-index: 9999;
}

.reverse {
    left: 0;
}

.content {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 97px;
    color: #333;
    text-align: justify;
}

.features-img {
    padding-right: 15px;
    position: relative;
}

.row-reverse .features-img {
    padding-right: 0;
    padding-left: 15px;
    text-align: right;
}

.features-content:not(:first-child) {
    margin-top: 97px;
}

.medical {
    padding-top: 100px;
    margin-top: 30px;
}

.medical .section-text img {
    border-radius: 30px;
    width: 100%;
    margin-bottom: 35px;
}

.medical .section-text img:last-child {
    margin-bottom: 0;
    margin-top: 58px;
}

.data {
    padding-top: 100px;
    margin-top: 110px;
    padding-bottom: 260px;
}

.data-img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.data-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}


.data-list .data-item-01 {
    width: calc(50% + 135px);
    padding-right: 15px;
}

.data-list .data-item-02 {
    width: calc(50% - 135px);
    padding-left: 15px;
}

.data-list:nth-child(2) {
    margin-top: 30px;
}

.data-list:nth-child(4) {
    margin-top: 42px;
}

.page-header {
    padding-top: 225px;
}

.page-header-title {
    text-align: center;
}

.page-header-title .title-en {
    font-size: 3.3rem;
    color: #1d95b7;
    font-weight: 300;
    font-family: "josefin sans", sans-serif;
}

.page-header-title .title-jp {
    font-size: 4.5rem;
    color: #212f79;
    font-weight: 400;
    margin-top: 20px;
    font-family: "ibm plex sans jp", sans-serif;
}

.section-texture {
    padding-top: 110px;
    font-size: 1.6rem;
    color: #212f79;
}

.list-anchor {
    display: flex;
    margin-top: 75px;
    background-color: white;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    gap: 36px;
}

.list-anchor li {
    position: relative;
    font-size: 1.6rem;
    width: 230px;
    height: 70px;
    line-height: 2;
    display: flex;
    align-items: center;
}

.list-anchor li div {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list-anchor li div:last-child a {
    padding-right: 30px;
}

.list-anchor li:not(:last-child)::after {
    content: "";
    top: 15%;
    position: absolute;
    height: 50px;
    border-right: 2px dotted #ccc;
    right: -20px;
}

.list-anchor li div::before {
    width: 24px;
    height: 7px;
    background-size: 100% 100%;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    background-image: url(../images/recruit/about/about-arrow.svg);
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

.list-anchor li div::after {
    width: 24px;
    height: 7px;
    background-size: 100% 100%;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    transform: translateX(245%);
    background-image: url(../images/recruit/about/about-arrow.svg);
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

.list-anchor li div:hover::before {
    animation-name: transformRightLeftAnchor;
    animation-delay: 0s;
}

.list-anchor li div:hover::after {
    animation-name: transformLeftRightAnchor;
    animation-delay: 0.05s;
}

@keyframes transformLeftRightAnchor {
    0% {
        transform: translateX(-150%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes transformRightLeftAnchor {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(245%);
    }
}

.list-anchor li a {
    color: #212f79;
    font-family: "zen kaku gothic new", sans-serif;
    line-height: 1.375;
    width: 100%;
}

.page-header {
    position: relative;
}

.page-header::before {
    content: "";
    width: 277px;
    height: 146px;
    position: absolute;
    background-image: url(../images/recruit/about/element-bg-1.svg);
    background-size: 100% 100%;
    z-index: 1;
    left: calc(50vw - 700px);
    top: 250px;
}

#page-header {
    position: relative;
}

#page-header::before {
    content: "";
    width: 169px;
    height: 119px;
    position: absolute;
    background-image: url(../images/recruit/about/element-bg-2.svg);
    background-size: 100% 100%;
    z-index: 1;
    right: calc(50vw - 660px);
    top: 190px;
}

.features-content div:nth-child(2)::after {
    content: "";
    width: 445px;
    height: 445px;
    position: absolute;
    background-color: white;
    border-radius: 50%;
    top: -48px;
    z-index: -1;
}

.features-content:nth-child(2) div:nth-child(2)::after {
    content: "";
    width: 445px;
    height: 445px;
    position: absolute;
    background-color: white;
    border-radius: 50%;
    top: -48px;
    right: -5px;
    z-index: -1;
}

.services .title-img {
    background: linear-gradient( to right, rgba(244, 119, 25, 0.4), rgba(255, 210, 25, 0.4), rgba(255, 237, 150, 0.4));
}

.takanoko .data-list:not(:first-child) {
    margin-top: 42px;
}

.message-text {
    line-height: 1.7;
    padding-left: 50px;
}

.title-message {
    font-size: 2.2rem;
    color: #1d95b7;
    font-family: "zen kaku gothic new", sans-serif;
}

.content-message {
    line-height: 2;
    font-size: 1.6rem;
    padding-top: 40px;
}

.message-img img {
    border-radius: 20px;
}

.message {
    position: relative;
}

.message-nursing::before {
    content: "";
    width: 798px;
    height: 620px;
    position: absolute;
    background-image: url(../images/recruit/nursing/element-bg-nursing.svg);
    background-size: 100% 100%;
    right: 0;
    top: 346px;
}

.nursing-features {
    position: relative;
    z-index: 1;
}

.nursing-features::before {
    content: "";
    width: 798px;
    height: 620px;
    position: absolute;
    background-image: url(../images/recruit/nursing/element-bg-features-01.svg);
    background-size: 100% 100%;
    left: 0;
    top: 660px;
    z-index: -1;
}

.nursing-features::after {
    content: "";
    width: 798px;
    height: 620px;
    position: absolute;
    background-image: url(../images/recruit/nursing/element-bg-features-02.svg);
    background-size: 100% 100%;
    right: 0;
    top: 1100px;
    z-index: -1;
}

.environment {
    padding-top: 150px;
}

.education {
    padding-top: 85px;
    margin-top: 100px;
}

.education-data {
    padding-top: 65px;
}

.education-element {
    max-width: 450px;
    position: relative;
}

.education-data .row .large-6:nth-child(2n) .education-element {
    margin-left: auto;
}

.education-title {
    font-size: 1.9rem;
    font-weight: bold;
    color: #212f79;
    background-color: #fffef6;
    width: 350px;
    max-width: 350px;
    height: 84px;
    position: relative;
    border-radius: 20px;
    top: -40px;
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.education-description {
    font-size: 1.6rem;
    line-height: 2;
    color: #333;
    position: relative;
    top: -40px;
}

.education-data .row:not(:first-child) {
}

.pt-210 {
    padding-top: 210px;
}

.message-data img {
    width: 200px;
    height: 200px;
}

.message-element {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.message-element .message-title {
    font-size: 1.8rem;
    color: #212f79;
    font-weight: bold;
}

.message-element .message-description {
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 20px;
}

.message-data .row:not(:first-child) {
    margin-top: 62px;
}

.pt-285 {
    padding-top: 285px;
}

.qa-element .question .q-description {
    font-size: 2rem;
    color: #212f79;
    padding-right: 0;
    padding-left: 30px;
    font-family: "zen kaku gothic new", sans-serif;
}

.qa-element .question .q-title {
    flex-shrink: 0;
    position: relative;
    margin-left: 10px;
    font-size: 3rem;
    background: linear-gradient( to right, rgba(7, 145, 198, 1), rgba(71, 215, 209, 1), rgba(223, 244, 98, 1));
    border-radius: 22px;
    width: 114px;
    height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "josefin sans", sans-serif;
    color: white;
    font-weight: 400;
    padding-top: 5px;
}

.qa-element .question {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.qa-element .question::before {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 3px dotted #212f79;
    top: 60px;
}

.qa-element .question::after {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url(../images/recruit/environment/qa-plus.svg);
    background-size: 100% 100%;
    right: 18px;
    transition: background-image 0.3s ease;
}

.qa-element .active::after {
    background-image: url(../images/recruit/environment/qa-arrow.svg);
}

.qa-element .answer {
    padding-top: 45px;
    display: flex;
}

.qa-element .answer .a-title {
    font-size: 3rem;
    color: #1d95b7;
    font-weight: 400;
    margin-left: 50px;
    font-family: "josefin sans", sans-serif;
}

.qa-element .answer .a-description {
    font-size: 1.6rem;
    line-height: 2;
    color: #333;
    padding-left: 38px;
    padding-right: 38px;
}

.qa-element:not(:first-child) {
    margin-top: 45px;
}

.pb-290 {
    padding-bottom: 290px;
}

.qa {
    padding-bottom: 390px;
}

.education-element img {
    border-radius: 20px;
}

.nursing {
    padding-top: 250px;
}

.nursing .home-interview-slider {
    margin-top: 92px;
}

.env-slide-item {
    width: 650px;
    height: 400px;
    margin: 0 70px;
}

.env-slide-item img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.env-slides .slick-list {
    overflow: visible;
}

.env-slides .slick-slider .slick-arrow {
    width: 60px;
    height: 60px;
    top: calc(50% + 36px);
    position: absolute;
}

.env-slides .slick-slider .slick-arrow.slick-prev {
    right: calc(100% - 185px);
}

.env-slides .slick-slider .slick-arrow.slick-next {
    left: calc(100% - 185px);
}

.env-slides .slick-slider .slick-dots li.slick-active {
    background-color: #212f79;
}

.env-slides .slick-slider .slick-dots li.slick-active {
    color: #212f79;
}

.env-slides {
    margin-top: 168px;
    position: relative;
}

.env-content {
    color: #1d95b7;
    font-size: 3rem;
    position: relative;
}

.env-slide {
    padding-top: 72px;
    height: 472px;
}

.env-content::before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    background: linear-gradient( to right, #fffef6, #dff459, #47d7d1, #0791c6, #47d7d1, #dff459, #fffef6);
    right: 0;
    bottom: -22px;
}

.env-slides .slick-slider .slick-dots {
    bottom: -35px;
}

.env-slides::before {
    content: "";
    position: absolute;
    bottom: -255px;
    left: -60px;
    width: calc(100% + 120px);
    height: 458px;
    background-image: url(../images/recruit/environment/env-bd-slide.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.message-data .row .large-4:nth-child(n + 4) {
    margin-top: 50px;
}

.env-bottom-text {
    font-size: 2.2rem;
    color: #212f79;
    margin-top: 80px;
    font-weight: bold;
}

.list-anchor {
    box-shadow: 0 0 9px 0 rgba(63, 125, 146, 0.3);
}

.environment .section-text img {
    padding-top: 50px;
}

.title-img-nursing {
    padding-left: 70px;
}

.title-img-nursing.reverse {
    padding-left: 50px;
}

.home-interview .slick-slider .slick-arrow {
    top: 45%;
}

body:not(.home) .footer-title {
    font-size: 6.5rem;
    background: linear-gradient(to right, #0791c6 0%, #47d7d1 46%, #dff459 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 100%;
    text-shadow: none;
}

.home .c-title-layout2 .c-title-main {
    font-size: 3.3rem;
}

.home .home-news .c-btn-link {
    font-size: 1.6rem;
}

body.home .home-news::before {
    z-index: 0;
}

body.home .c-title-main::before {
    z-index: -1;
}

body.home .c-title {
    z-index: 2;
    position: relative;
}

body.home .home-message-box2-wrap::before {
    z-index: 0;
}

body.home .home-message-box2-img-1 {
    z-index: unset;
}

body.home .home-message-box2-img-2 {
    z-index: unset;
}

body.home .home-about-box {
    position: relative;
    z-index: 2;
}

body.home .home-about-box-item-text {
    padding-top: 35px;
}

body.home .home-environment-wrap {
    z-index: 0;
}

body.home .home-department-wrap {
    z-index: 0;
}

.c-interview-text {
    padding: 98px 34px 32px;
}

.footer-menu-link:not(:first-child) img {
    height: 44px;
    width: auto;
    min-height: 44px;
}

#go-top span {
    font-size: 2.3rem;
}

a.menu-btn span {
    background-color: white;
}

a.menu-btn::after {
    color: white;
}

body.home .c-news {
    position: relative;
    overflow: hidden;
}

body.home .c-news::before {
    width: 24px;
    height: 7px;
    background-size: 100% 100%;
    display: block;
    content: "";
    position: absolute;
    right: 25px;
    background-image: url(../images/recruit/index/home-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

body.home .c-news::after {
    width: 24px;
    height: 7px;
    background-size: 100% 100%;
    display: block;
    content: "";
    position: absolute;
    right: 23px;
    background-image: url(../images/recruit/index/home-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%) translateX(200%);
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

body.home .c-news:hover::before {
    animation-name: newsArrowRightLeft;
    animation-delay: 0s;
}

body.home .c-news:hover::after {
    animation-name: newsArrowLeftRight;
    animation-delay: 0.1s;
}

@keyframes newsArrowLeftRight {
    0% {
        transform: translateY(-50%) translateX(-150%);
    }
    100% {
        transform: translateY(-50%) translateX(0);
    }
}

@keyframes newsArrowRightLeft {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    100% {
        transform: translateY(-50%) translateX(200%);
    }
}

body.home .c-news:hover {
    .c-news-title {
        color: #1d95b7;
        transition: all 0.3s ease;
    }
}

.home-message-box2-items,
.home-message-box2-images {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .c-interview-image {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        border-radius: 15px;
    }
    .interview-list .c-interview-image {
        width: 270px;
    }
    .c-interview .c-interview-image img,
    .c-box-about-image img {
        transition: all 0.3s ease;
    }
    a.c-box-about-inner:hover {
        opacity: 1;
    }
    .c-box-about-image {
        height: 180px;
        overflow: hidden;
    }
    .c-interview:hover .c-interview-image img,
    .c-box-about-inner:hover img {
        transform: scale(1.1);
    }
    .c-recruit a.recruit-place {
        z-index: 1;
    }
}

.single-recruit {
    background-color: #fff;
    border-radius: 20px;
}

.c-box-about {
    overflow: hidden;
}

.c-box-about-more {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 33px;
    height: 8px;
    background-image: url(../images/icons/icon-arrow-right-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

.c-box-about-more::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(245%);
    width: 33px;
    height: 8px;
    background-image: url(../images/icons/icon-arrow-right-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

.c-box-about-inner:hover .c-box-about-more {
    animation-name: transformRightLeftBlue;
    animation-delay: 0s;
}

.c-box-about-inner:hover .c-box-about-more::after {
    animation-name: transformLeftRightBlue;
    animation-delay: 0.1s;
}

@keyframes transformLeftRightBlue {
    0% {
        transform: translateX(-290%);
    }
    100% {
        transform: translateX(-245%);
    }
}

@keyframes transformRightLeftBlue {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(245%);
    }
}

.c-link-image {
    overflow: hidden;
}

.c-link-image-box::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 30px;
    height: 9px;
    background-image: url(../images/icons/icon-arrow-right-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

.c-link-image-box::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(245%);
    right: 16px;
    width: 30px;
    height: 9px;
    background-image: url(../images/icons/icon-arrow-right-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
    z-index: 2;
}

.c-link-image:hover .c-link-image-box::after {
    animation-name: transformRightLeftLink;
    animation-delay: 0s;
}

.c-link-image:hover .c-link-image-box::before {
    animation-name: transformLeftRightLink;
    animation-delay: 0.05s;
}

@keyframes transformLeftRightLink {
    0% {
        transform: translateY(-50%) translateX(-100%);
    }
    100% {
        transform: translateY(-50%) translateX(0);
    }
}

@keyframes transformRightLeftLink {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    100% {
        transform: translateY(-50%) translateX(245%);
    }
}

.c-btn-entry-ver2 {
    overflow: hidden;
}

.c-btn-entry-ver2::before {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 6px;
    background-image: url(../images/icons/icon-arrow-right-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

.c-btn-entry-ver2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(285%);
    right: 40px;
    width: 23px;
    height: 6px;
    background-image: url(../images/icons/icon-arrow-right-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
}

.c-btn-entry-ver2:hover::before {
    animation-name: transformRightLeftEntry;
    animation-delay: 0s;
}

.c-btn-entry-ver2:hover::after {
    animation-name: transformLeftRightEntry;
    animation-delay: 0.05s;
}

@keyframes transformLeftRightEntry {
    0% {
        transform: translateY(-50%) translateX(-150%);
    }
    100% {
        transform: translateY(-50%) translateX(0);
    }
}

@keyframes transformRightLeftEntry {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    100% {
        transform: translateY(-50%) translateX(285%);
    }
}

#go-top:hover {
    opacity: 0.7;
}

.header-menu-link:hover {
    color: #1d95b7;
}

.c-news-cat {
    font-weight: 500;
}

.home-department-box-desc {
    font-weight: 400;
}

.home-about-box-desc {
    font-weight: 400;
}

.home-environment-box-desc {
    font-weight: 400;
}

.footer-title {
    font-size: calc(5rem + 1vw);
    white-space: nowrap;
}

a.btn:before {
    content: none;
}

a.btn.btn-home-single.c-btn-link span {
    padding: 0;
}

.sidebar .label {
    font-weight: 600;
}

.wp-pagenavi a.page,
.wp-pagenavi li>span {
    font-family: "josefin sans", sans-serif;
}

.table-recruit-num {
    font-weight: 300;
}

.stepList li {
    font-weight: 500;
}

.contactForm .content-privacy-policy p {
    line-height: 1.56em;
    font-weight: 400;
}

.submit-btn .btn {
    padding: 0;
}

.submit-btn .btn .c-btn-link {
    width: 100%;
}
.training-item-title{
    text-align: center;
    margin-bottom: 30px;
    border-top: 1px solid #1D95B7;
    border-bottom: 1px solid #1D95B7;
    padding: 14px;
}
.training-item-title h3{
    font-weight: bold;
    font-size: 19px;
    font-weight: bold;
    color: #212f79;
    letter-spacing: 0.1em;
}
.training-item .row img{
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.training-item-text{
    margin-top: 25px;
    line-height: 2;
}
.training-item{
    margin-bottom: 70px;
}
p.flex-line{
    display: flex;
}
.training-title{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 25px;
    border-bottom: 1px solid #1D95B7;
    color: #212F79;
}
.training-text .text{
    line-height: 2;
}


p.head_txt{
	font-weight: 500;
	text-align: right;
	margin-top: 45px;
}

.data-list.mtop {
	margin-top: 17px !important;
}
