body {
    padding-top: 110px;
}

@media screen and (max-width: 1280px) {
    body {
        padding-top: 60px;
    }
}

 ::placeholder {
    font-size: 16px;
    line-height: 1.6rem;
}

 ::-webkit-scrollbar {
    width: 10px;
}

@media screen and (max-width: 768px) {
     ::-webkit-scrollbar {
        width: 4px;
    }
}

 ::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

 ::-webkit-scrollbar-thumb {
    background-color: #2400b0;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-nowrap {
    display: flex;
}

.wrapper {
    margin: 0 auto;
    padding: 0 40px;
    width: 1280px;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        padding: 0 20px;
        width: 100%;
    }
}

.header {
    height: 110px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

@media screen and (max-width: 1024px) {
    .header {
        height: 60px;
    }
}

.header .container {
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 0 0 30px;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .header .container {
        padding: 0;
        border-bottom: 1px solid #DCDCDC;
    }
}

.header .sp-menu {
    display: none;
}

@media screen and (max-width: 1024px) {
    .header .sp-menu {
        display: flex;
        width: 60px;
        height: 100%;
        position: relative;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

.header .sp-menu .hum {
    width: 22px;
    height: 18px;
    position: relative;
}

.header .sp-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #3C3C3C;
    content: '';
    top: 0;
    left: 0;
}

.header .sp-menu span:nth-child(2) {
    top: 8px;
}

.header .sp-menu span:nth-child(3) {
    top: 16px;
}

.header .sp-menu.active span:nth-child(2) {
    display: none;
}

.header .sp-menu.active span:first-child {
    transform: rotate(45deg);
    top: 7px;
}

.header .sp-menu.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 7px;
}

.header .logo {
    margin: 10px 0 0;
    width: 230px;
}

.header .logo h1 {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .header .logo {
        margin: auto;
        width: 220px;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .header .logo img {
        margin: 0 auto;
        width: 220px;
    }
}

.header .navigation {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    height: 42px;
    position: absolute;
    left: 30px;
    bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-left: auto !important;
}

.header .navigation li {
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .header .navigation {
        display: none;
    }
}

.header .navigation .nav-main {
    margin-right: 3rem;
    padding-left: 0 !important;
}

.header .navigation .nav-main::before {
    content: none !important;
}

.header .navigation a {
    color: #353535;
    font-weight: bold;
    display: block;
    text-decoration: none;
    line-height: 1;
    height: 100%;
    padding-top: 12px;
}

.header .navigation a:hover {
    border-bottom: 2px solid #2400b0;
}

.header .navigation .drop p {
    color: #353535;
    cursor: pointer;
    font-weight: bold;
    padding: 15px 1.8rem 0 0;
    line-height: 1rem;
    position: relative;
    margin: 0;
    height: 100%;
    display: block;
}

.header .navigation .drop p:after {
    border-bottom: 2px solid #2400b0;
    border-right: 2px solid #2400b0;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: 35%;
    transform: rotate(45deg);
    width: 8px;
}

.header .navigation .drop p.active:after {
    transform: rotate(-135deg);
    top: 45%;
}

.header .navigation .drop p:hover,
.header .navigation .drop p.active {
    border-bottom: 2px solid #2400b0;
}

.header .icon-navigation {
    display: flex;
    height: 68px;
    width: 240px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-left: auto !important;
}

@media screen and (max-width: 1024px) {
    .header .icon-navigation {
        display: none;
    }
}

.header .icon-navigation img {
    margin: 0 auto;
    width: 36px;
}

.header .icon-navigation li {
    height: 100%;
    text-align: center;
    width: 80px;
    padding-left: 0 !important;
}

.header .icon-navigation li::before {
    content: none !important;
}

.header .icon-navigation li a {
    color: inherit;
    text-decoration: none;
    display: block;
    font-size: 1.2rem;
    height: 100%;
    padding: 6px 0 0;
}

.header .icon-navigation li a figure {
    margin-bottom: .5rem;
}

.header .icon-navigation li a figure img {
    width: 36px;
}

.header .icon-navigation li a:hover {
    background-color: #efefef;
    border-bottom: 2px solid #2400b0;
}

.header .icon-navigation .drop {
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 6px 0 0;
    position: relative;
}

.header .icon-navigation .drop figure {
    background-image: url(/kw/images/icon/search2.svg);
    background-repeat: no-repeat;
    background-size: 23px auto;
    height: 36px;
    width: 36px;
    margin: 0 auto .5rem;
    background-position: center center;
}

.header .icon-navigation .drop p {
    color: inherit;
    font-size: 1.2rem;
}

.header .icon-navigation .drop:hover {
    background-color: #efefef;
}

.header .icon-navigation .drop.active {
    background-color: #303030;
    color: #fff;
}

.header .icon-navigation .drop.active figure {
    background-image: url(/kw/images/icon/search-white2.svg);
}

.header .login-btn {
    height: 68px;
    text-align: center;
    width: 100px;
}

@media screen and (max-width: 1024px) {
    .header .login-btn {
        width: 60px;
        height: 100%;
    }
}

.header .login-btn img {
    margin: 0 auto;
    width: 34px;
}

@media screen and (max-width: 1024px) {
    .header .login-btn img {
        width: 30px;
        height: auto;
    }
}

.header .login-btn a {
    background-image: url(../images/bg/header-login.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    height: 100%;
    padding: .7rem 0 0;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .header .login-btn a {
        font-size: 1rem;
        padding: .6rem 0 0;
    }
}

.header .login-btn a figure {
    margin-bottom: .5rem;
}

.header .drop-menu.active {
    display: block;
}

.header .drop-menu {
    background-color: #efefef;
    position: fixed;
    top: 110px;
    transform: translate(-50%, 0);
    left: 50%;
    width: 100%;
    z-index: 12;
    max-width: 1780px;
}

.header .drop-menu .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
    position: relative;
}

.header .drop-menu .inner .close-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.header .drop-menu .inner .close-btn .box {
    background-color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
}

.header .drop-menu .inner .close-btn .box span {
    position: absolute;
    content: '';
    width: 22px;
    height: 2px;
    background-color: #3C3C3C;
    top: 23px;
    left: 14px;
}

.header .drop-menu .inner .close-btn .box span:first-child {
    transform: rotate(45deg);
}

.header .drop-menu .inner .close-btn .box span:last-child {
    transform: rotate(-45deg);
}

.header .drop-menu.course {
    display: none;
}

.header .drop-menu.course.active {
    display: block;
}

.header .drop-menu.course .title {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 9px;
}

.header .drop-menu.course ul {
    display: block;
}

.header .drop-menu.course .inner {
    margin: 0 auto;
    padding: 3rem 0 3rem;
    text-align: left;
}

.header .drop-menu.course .inner .content {
    display: flex;
    width: 1280px;
    padding-left: 2rem;
    margin: 0 auto;
}

.header .drop-menu.course .inner .content .course-menu {
    width: 710px;
    margin-right: 3rem;
}

.header .drop-menu.course .label {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 1.6rem;
}

.header .drop-menu.course form {
    background-color: #fff;
    border: 1px solid #707070;
    display: flex;
    height: 36px;
    margin-bottom: 1.8rem;
    width: 100%;
}

.header .drop-menu.course ::placeholder {
    font-size: 14px;
    color: #CCCCCC;
}

.header .drop-menu.course form .form-input {
    position: relative;
    width: calc(100% - 36px);
}

.header .drop-menu.course form .form-input #popterm {
    margin: 0 !important;
}

.header .drop-menu.course form input[type="text"] {
    line-height: 3.6rem;
    padding: 0 1.5rem;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.header .drop-menu.course form input[type="image"] {
    background-color: #3c3c3c;
    height: 100%;
    padding: 7px;
    text-align: center;
    width: 36px;
}

.header .drop-menu.course .header-theme-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.header .drop-menu.course .header-theme-box .item {
    background-color: #fff;
    flex: 1;
    display: flex;
    padding: 1.1rem 1.2rem;
    align-items: center;
    margin: 0 5px 0 0;
    cursor: pointer;
    box-sizing: border-box;
}

.header .drop-menu.course .header-theme-box .item:last-child {
    margin: 0;
}

.header .drop-menu.course .header-theme-box .item a {
    display: flex;
    align-items: center;
    padding: 0;
}

.header .drop-menu.course .header-theme-box .item a:hover {
    border: none;
}

.header .drop-menu.course .header-theme-box .item .icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.2rem;
}

.header .drop-menu.course .header-theme-box .item .icon img {
    height: auto;
    width: 100%;
}

.header .drop-menu.course .header-theme-box .item p {
    height: auto;
    font-size: 1.12rem;
    margin: 0;
    padding: 0;
    line-height: 1.6rem;
}

.header .drop-menu.course .header-theme-box .item p.text {
    flex: 1;
}

.header .drop-menu.course .header-theme-box .item p:hover {
    border: none;
}

.header .drop-menu.course .header-theme-box .item p:after {
    content: none;
}

.header .drop-menu.course .style {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.header .drop-menu.course .style li {
    width: 223px;
    margin-right: 20px;
    line-height: 2rem;
    padding: 0 !important;
}

.header .drop-menu.course .style li a {
    display: block;
    position: relative;
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 5px;
    margin: 0;
    font-size: 1.5rem;
    font-weight: normal;
}

.header .drop-menu.course .style li a:after {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    content: '';
    height: 1px;
    width: 35px;
    background-color: #2400B0;
}

.header .drop-menu.course .style li a:before {
    content: '';
    width: 8px;
    transform: rotate(-45deg);
    height: 8px;
    position: absolute;
    right: 8px;
    bottom: 14px;
    border-right: 2px solid #2400B0;
    border-bottom: 2px solid #2400B0;
}

.header .drop-menu.course .style li:nth-child(3n) {
    margin-right: 0;
}

.header .drop-menu.course .course-list .list {
    display: none;
    background-color: #fff;
    width: 460px;
    padding: .9rem 2rem 1.7rem;
}

.header .drop-menu.course .course-list .list.active {
    display: block;
}

.header .drop-menu.course .course-list .title {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 0;
    width: 390px;
}

.header .drop-menu.course .course-list .title-link a {
    position: relative;
    display: inline-block;
    padding: .9rem 1rem;
}

.header .drop-menu.course .course-list .title-link a:hover {
    border: none;
}

.header .drop-menu.course .course-list .title-link a::after {
    content: '';
    width: 8px;
    transform: rotate(-45deg);
    height: 8px;
    position: absolute;
    right: -16px;
    top: 14px;
    border-right: 2px solid #2400B0;
    border-bottom: 2px solid #2400B0;
}

.header .drop-menu.course .course-list ul {
    overflow-y: scroll;
    height: 180px;
    padding-right: 2rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.header .drop-menu.course .course-list ul li {
    line-height: 1rem;
    padding: 0 !important;
    border-bottom: 1px solid #D8D8D8;
    height: auto;
}

.header .drop-menu.course .course-list ul li::before {
    content: none !important;
}

.header .drop-menu.course .course-list ul li a {
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.3rem;
    background-image: url(../images/icon/circle.svg);
    padding: 1.1rem 0 1.1rem 3rem;
    background-repeat: no-repeat;
    height: auto;
    background-position: 12px center;
}

.header .drop-menu.course .course-list ul li a:hover {
    border: none;
}

.header .drop-menu.service {
    display: none;
}

.header .drop-menu.service.active {
    display: block;
}

.header .drop-menu .header-category-link {
    padding: .5rem 0 0;
    width: 850px;
    margin: 0 auto;
}

.header .drop-menu.service .header-servie-link {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 2.5rem;
    width: 850px;
    margin: 0 auto;
}

.header .drop-menu.service .header-servie-link .item,
.header .drop-menu .header-category-link .item {
    width: 250px;
    margin: 0 5rem 0 0;
}

.header .drop-menu.service .header-servie-link .item:nth-child(3n) {
    margin: 0;
}

.header .drop-menu.service .header-servie-link .item a:hover,
.header .drop-menu .header-category-link .item a:hover {
    border: none;
}

.header .drop-menu.service .header-servie-link .item .main,
.header .drop-menu .header-category-link .item .main {
    border-bottom: 1px solid #DCDCDC;
    position: relative;
}

.header .drop-menu.service .header-servie-link .item .main:after,
.header .drop-menu .header-category-link .item .main:after {
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #2400B0;
    bottom: 0;
    right: 0;
    content: '';
}

.header .drop-menu.service .header-servie-link .item .main a,
.header .drop-menu .header-category-link .item .main a {
    position: relative;
    padding: 20px 5px 10px;
    margin: 0;
    display: block;
    line-height: 1;
    font-weight: normal;
    font-size: 1.4rem;
}

.header .drop-menu .header-category-link .item .main a {
    font-weight: bold;
}

.header .drop-menu.service .header-servie-link .item .main a:after,
.header .drop-menu .header-category-link .item .main a:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    right: 8px;
    top: 23px;
    border-bottom: 2px solid #2400B0;
    border-right: 2px solid #2400B0;
    transform: rotate(-45deg);
}

.header .drop-menu.service .header-servie-link .item .sub {
    margin: 2rem 0 0 2rem;
    display: none;
}

.header .drop-menu.service .header-servie-link .item .sub a {
    color: #6D6E70;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.header .header-search {
    position: absolute;
    background-color: #303030;
    left: 0;
    width: 340px;
    bottom: -58px;
    padding: 12px 15px;
    display: none;
}

.header .header-search.active {
    display: block;
}

.header .header-search form {
    background-color: #fff;
    display: flex;
    height: 34px;
    width: 100%;
}

.header .header-search form input[type="text"] {
    line-height: 6rem;
    padding: 0 1.5rem;
    width: calc(100% - 34px);
	color: #000
}

.header .header-search form input[type="image"] {
    background-color: #707070;
    height: 100%;
    padding: 10px;
    text-align: center;
    width: 34px;
}

.header .drop-bg.active {
    display: block;
}

.header .drop-bg {
    background-color: rgba(60, 60, 60, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 110px;
    width: 100%;
    z-index: 11;
}

.header .sp-navigation {
    display: none;
    position: fixed;
    top: 60px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 100%;
}

.header .sp-navigation .inner {
    padding: 4rem 2rem;
}

.header .sp-navigation .inner ul li {
    font-size: 1.6rem;
    font-weight: bold;
}

.header .sp-navigation .inner .under {
    background-color: #F8F8F8;
    padding: 3rem 1.5rem;
    display: none;
}

.header .sp-navigation .inner .under .content {
    margin-bottom: 4rem;
}

.header .sp-navigation .inner .under .content:last-child {
    margin-bottom: 0;
}

.header .sp-navigation .inner .under form {
    background-color: #fff;
    border: 1px solid #DCDCDC;
    display: flex;
    height: 60px;
    width: 478px;
}

@media screen and (max-width: 1024px) {
    .header .sp-navigation .inner .under form {
        width: 100%;
        height: 43px;
    }
}

.header .sp-navigation .inner .under form .form-input {
    position: relative;
    width: calc(100% - 43px);
}

.header .sp-navigation .inner .under form input[type="text"] {
    padding: 0 1.5rem;
    width: 100%;
    height: 100%;
    border: 1px solid #707070;
}

@media screen and (max-width: 1024px) {
    .header .sp-navigation .inner .under form input[type="text"] {
        overflow: hidden;
    }
}

.header .sp-navigation .inner .under form input::placeholder {
    font-size: 1.4rem;
}

.header .sp-navigation .inner .under form input[type="image"] {
    background-color: #3c3c3c;
    height: 100%;
    padding: 15px;
    text-align: center;
    width: 58px;
}

@media screen and (max-width: 1024px) {
    .header .sp-navigation .inner .under form input[type="image"] {
        width: 43px;
        padding: 8px;
    }
}

.header .sp-navigation .inner .under .title {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
}

.header .sp-navigation .inner .under ul {
    padding: 2rem 1rem 0;
    margin: 0 !important;
}

.header .sp-navigation .inner .under ul li ul {
    padding: 0 1rem;
}

.header .sp-navigation .inner .under ul li a {
    font-weight: normal;
    font-size: 1.3rem;
    padding-left: 2.6rem;
    padding-bottom: 2rem;
    position: relative;
}

.header .sp-navigation .inner .under ul li a:after {
    border-bottom: 2px solid #2400b0;
    border-right: 2px solid #2400b0;
    content: "";
    height: 4px;
    position: absolute;
    left: 1rem;
    top: 5px;
    transform: rotate(-45deg);
    width: 4px;
}

.header .sp-navigation .inner .sp-nav {
    margin: 0 !important;
}

.header .sp-navigation .inner .sp-nav li {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 0 !important;
}

.header .sp-navigation .inner .sp-nav li::before,
.header .sp-navigation .inner .sp-iconnav li::before,
.header .sp-navigation .inner .other li::before,
.header .drop-menu.course .style li::before {
    content: none !important;
}

.header .sp-navigation .inner .sp-nav li a {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    display: block;
    text-decoration: none;
}

.header .sp-navigation .inner .sp-nav li p {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 2rem;
}

.header .sp-navigation .inner .sp-iconnav {
    display: flex;
    margin-bottom: 2.3rem;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}

.header .sp-navigation .inner .sp-iconnav li {
    margin-right: 4rem;
    padding-left: 0 !important;
}

.header .sp-navigation .inner .sp-iconnav li a {
    text-align: center;
    font-size: 1.4rem;
    padding: 1.5rem 0 1.5rem;
    display: flex;
    text-decoration: none;
    align-items: center;
}

.header .sp-navigation .inner .sp-iconnav li a .icon {
    width: 30px;
    margin: 0 1rem 0 0;
}

.header .sp-navigation .inner .other {
    margin-bottom: 10rem !important;
    margin-top: 0 !important;
}

.header .sp-navigation .inner .other li {
    font-size: 1.3rem;
    margin-bottom: 2.7rem;
    padding-left: 0 !important;
}

.header .sp-navigation .inner .other li a {
    text-decoration: none;
    display: inline-block;
}

.arrow-blue {
    padding-right: 3rem;
    position: relative;
}

.arrow-blue:after {
    border-bottom: 2px solid #2400b0;
    border-right: 2px solid #2400b0;
    content: "";
    height: 8px;
    position: absolute;
    right: 12px;
    top: 28%;
    transform: rotate(-45deg);
    width: 8px;
}

.plus {
    position: relative;
    cursor: pointer;
    display: block;
}

.plus:after {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #3C3C3C;
    position: absolute;
    right: 6px;
    top: 8px;
}

.plus:before {
    content: '';
    width: 2px;
    height: 12px;
    background-color: #3C3C3C;
    position: absolute;
    right: 11px;
    top: 3px;
}

.plus.active::before {
    content: none;
}

.header .sp-navigation .inner .spsearch {
    margin-bottom: 2rem;
}

.header .sp-navigation .inner .spsearch .label {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.header .sp-navigation .inner .spsearch form {
    background-color: #fff;
    border: 1px solid #707070;
    display: flex;
    height: 36px;
    width: 100%;
}

.header .sp-navigation .inner .spsearch form input[type="text"] {
    padding: 0 1.5rem;
    width: calc(100% - 36px);
    border: 1px solid #707070;
}

.header .sp-navigation .inner .spsearch form input[type="image"] {
    background-color: #3c3c3c;
    height: 100%;
    padding: 8px;
    text-align: center;
    width: 36px;
}

.footer-contact {
    background-image: url(../images/bg/footer-contact.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

@media screen and (max-width: 1024px) {
    .footer-contact {
        padding: 50px 0;
    }
}

.footer-contact .wrapper .flex {
    justify-content: space-between;
}

.footer-contact .wrapper .flex .item {
    width: 370px;
    background-color: #fff;
}

@media screen and (max-width: 1024px) {
    .footer-contact .wrapper .flex .item {
        width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .footer-contact .wrapper .flex .item {
        margin: 0 auto 20px;
        width: 100%;
    }
}

.footer-contact .wrapper .flex .item a {
    display: block;
    padding: 30px;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .footer-contact .wrapper .flex .item a {
        padding: 20px 0 16px;
    }
}

.footer-contact .wrapper .flex .item a figure {
    margin-bottom: 27px;
}

.footer-contact .wrapper .flex .item a figure img {
    margin: 0 auto;
    width: auto;
}

@media screen and (max-width: 768px) {
    .footer-contact .wrapper .flex .item a figure img {
        width: 60px;
    }
}

.footer-contact .wrapper .flex .item a .label {
    margin: 0 0 20px
}

.footer-contact .wrapper .flex .item a .label span {
    border-bottom: 1px solid #2400B0;
    display: inline-block;
    color: #2400B0;
    font-size: 18px;
    font-weight: bold;
    padding: 0 17px 10px 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .footer-contact .wrapper .flex .item a .label span {
        font-size: 16px;
        line-height: 19px;
    }
}

.footer-contact .wrapper .flex .item a .label span:after {
    border-bottom: 2px solid #2400B0;
    border-right: 2px solid #2400B0;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: 7px;
    transform: rotate(-45deg);
    width: 8px;
}

@media screen and (max-width: 768px) {
    .footer-contact .wrapper .flex .item a .label span:after {
        top: 6px;
    }
}

.footer-contact .wrapper .flex .item a .desc {
    font-size: 14px;
    color: #3c3c3c;
    text-decoration: none;
    line-height: 17px;
}

@media screen and (max-width: 768px) {
    .footer-contact .wrapper .flex .item a .desc {
        font-size: 13px;
        line-height: 20px
    }
}

.footer .arrow-link {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    letter-spacing: 0;
    line-height: 1.15;
}

.footer .arrow-link a {
    color: #353535;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 30px 20px 0;
    position: relative;
}

.footer .arrow-link a:after {
    border-bottom: 2px solid #2400b0;
    border-right: 2px solid #2400b0;
    content: "";
    height: 8px;
    position: absolute;
    right: 12px;
    top: 45%;
    transform: rotate(-45deg);
    width: 8px;
}

.footer .arrow-link::after {
    background-color: #2400b0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    width: 30px;
    z-index: 2;
}

.footer {
    text-align: left;
    letter-spacing: 0;
    line-height: 1.15;
    font-size: 14px;
}

.footer a {
    text-decoration: none;
}

.footer .blank {
    background-image: none;
    padding: 0;
}

.footer li {
    margin: 0;
}

.footer li::before {
    content: none!important;
}

@media screen and (max-width: 1024px) {
    .footer .flex {
        display: block;
    }
}

.footer .footer-sitemap {
    display: flex;
    padding: 100px 0 30px;
}

@media screen and (max-width: 768px) {
    .footer .footer-sitemap {
        display: none;
    }
}

.footer .footer-sitemap .item:nth-child(4) {
    width: auto;
    margin-right: 0;
}

.footer .footer-sitemap .item {
    margin-right: 50px;
    width: 278px;
}

.footer .footer-sitemap .item .category-title {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 0;
    letter-spacing: 0;
}

.footer .footer-sitemap .item ul {
    margin: 30px 0 0;
}

.footer .footer-sitemap .item ul li {
    margin-bottom: 22px;

    padding-left: 0!important;
}

.footer .footer-sitemap .item ul li a {
    color: #6d6e70;
    font-size: 13px;
}

.footer .footer-sitemap .item ul li ul {
    margin: 22px 0 0 13px!important;
}

.footer .footer-banner {
    margin-bottom: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .footer .footer-banner {
        width: 100%;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        padding: 50px 0 20px;
        margin-bottom: 0;
    }
}

.footer .footer-banner .banner {
    margin: 0 13px;
}

@media screen and (max-width: 768px) {
    .footer .footer-banner .banner {
        margin: 0 0 20px
    }
}

@media screen and (max-width: 768px) {
    .footer .footer-banner .small {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .footer .footer-banner .large {
        width: 45%;
    }
}

.footer .link-area {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0;
    margin: 0!important;
}

@media screen and (max-width: 768px) {
    .footer .link-area {
        display: none;
    }
}

.footer .link-area li {
    margin-right: 50px;
    padding-left: 0!important;
}

.footer .link-area li a {
    color: #6d6e70;
    font-size: 13px;
}

.footer .footer-end {
    padding: 32px 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .footer .footer-end {
        padding: 30px 0 50px;
    }
}

.footer .footer-end img {
    width: auto;
}

.footer .footer-end .end-header {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .footer .footer-end .end-header {
        flex-wrap: wrap;
        margin-bottom: 45px;
    }
}

.footer .footer-end .end-header .footer-logo {
    margin-right: 24px;
}

@media screen and (max-width: 768px) {
    .footer .footer-end .end-header .footer-logo {
        width: 100%;
    }
}

.footer .footer-end .end-header .social {
    margin-right: 34px;
}

.footer .footer-end .end-header .mailmagazine a {
    align-items: center;
    display: flex;
    color: #3c3c3c;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .footer .footer-end .end-header .mailmagazine a {
        font-size: 12px;
    }
}

.footer .footer-end .end-header .mailmagazine a .icon {
    margin-right: 12px;
}

.footer .footer-end .privacy-mark {
    height: 79px;
    position: absolute;
    right: 0;
    top: 32px;
    width: 79px;
}

@media screen and (max-width: 768px) {
    .footer .footer-end .privacy-mark {
        width: 60px;
        top: 50px;
    }
}

.footer .footer-end .privacy-mark img {
    height: auto;
    width: 100%;
}

.footer .footer-end .terms {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 42px !important;
}

.footer .footer-end .terms li {
    border-right: 1px solid #dcdcdc;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0 !important;
}

@media screen and (max-width: 768px) {
    .footer .footer-end .terms li {
        margin-bottom: 20px
    }
}

.footer .footer-end .terms li a {
    color: #6d6e70;
    font-size: 13px;
}

.footer .footer-end .terms li:last-child {
    border-right: none;
}

.footer .footer-end .copyright {
    color: #3c3c3c;
    font-size: 10px;
}

.footer-conv {
    display: none;
}

@media screen and (max-width: 1024px) {
    .footer-conv {
        position: fixed;
        display: flex;
        justify-content: center;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(60, 60, 60, 0.9);
        padding: 10px 5px;
    }
}

.footer-conv .button {
    margin: 0 5px;
    width: calc(50% - 10px);
    max-width: 300px;
}

#page-top {
    position: fixed;
    right: 20px;
    z-index: 99;
    bottom: 20px
}

@media screen and (max-width: 768px) {
    #page-top {
        right: 10px;
        bottom: 80px;
    }
}

#page-top a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    background-color: #3C3C3C;
}

@media screen and (max-width: 768px) {
    #page-top a {
        width: 30px;
        height: 30px;
    }
}

#page-top a span {
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    top: 45%;
    left: 40%;
}

@media screen and (max-width: 768px) {
    #page-top a span {
        top: 12px;
        left: 10px;
    }
}


/***** 記事遷移 *****/

.m_transitionArea {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.m_transitionArea::after {
    content: "";
    display: block;
    clear: both;
}

.m_transitionArea .p_prevBtn,
.m_transitionArea .p_nextBtn {
    display: block;
    width: 166px;
    font-size: 1.8rem;
    margin-top: 0;
}

.m_transitionArea .p_prevBtn a,
.m_transitionArea .p_nextBtn a {
    display: block;
    width: 100%;
    padding: 6px;
    border: 1px solid #d9d8d8;
    border-radius: 6px;
    text-decoration: none;
    position: relative;
    z-index: 0;
}

.m_transitionArea .p_prevBtn {
    float: left;
    text-align: right;
}

.m_transitionArea .p_prevBtn a {
    padding-right: 20px;
}

.m_transitionArea .p_prevBtn a::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #5fc2c6;
    border-left: 2px solid #5fc2c6;
    transform: rotate(-45deg);
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto 0;
}

.m_transitionArea .p_nextBtn {
    float: right;
    text-align: left;
}

.m_transitionArea .p_nextBtn a {
    padding-left: 20px;
}

.m_transitionArea .p_nextBtn a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #5fc2c6;
    border-bottom: 2px solid #5fc2c6;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto 0;
}

@media screen and (max-width: 767px) {
    .m_transitionArea {
        margin-top: 20px;
    }
}