* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    letter-spacing: 1px;
    color: #111;
    position: relative;
    font-family: sans-serif;
}

li {
    list-style: none;
}

img,
canvas {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

canvas {
    background-size: cover !important;
    background-position: center !important;
    vertical-align: bottom;
}

iframe {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}

input[type="text"] {
    border-radius: 5px;
    height: 40px;
    font-size: 17px;
    border: 1px solid #9e9e9e;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

textarea {
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    font-size: 15px;
    display: block;
    height: 180px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

select {
    border-radius: 5px;
    height: 35px;
    font-size: 15px;
    border: 1px solid #9e9e9e;
    padding: 5px 10px;
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"] {
    cursor: pointer;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    cursor: pointer;
}

.section1 section {
    margin-top: -100px;
    padding-top: 100px;
}

.section1 section:not(:last-child) {
    margin-bottom: 80px;
}

@media screen and (max-width:1024px) {
    body {
        margin-top: 72px;
    }

    input[type="text"],
    textarea {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    h3 {
        font-size: 17px;
    }

    dt,
    dd,
    li,
    p {
        font-size: 14px;
    }
}

.sp_only {
    display: none;
}

@media screen and (max-width: 480px) {
    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml20 {
    margin-left: 20px;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.reverse {
    flex-direction: row-reverse;
}

.red {
    color: #ec8e8e;
}

.main_color {
    color: #13156e;
}

.main_bg_color {
    background: #13156e;
}

.sub_color {
    color: #ddd;
}

.sub_bg_color {
    background: #ddd;
}

header .logo {
    font-size: 20px;
}

header .logo img {
    height: 90px;
    margin-right: 10px;
}

.pc_header {
    padding: 20px;
}

.h_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.h_box>div:first-child {
    width: 30%;
    display: flex;
    align-items: center;
}

.h_box>div:last-child {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.h_box .main_navi ul {
    display: flex;
    flex-wrap: wrap;
}

.h_box .main_navi ul>li {
    margin-left: 40px;
    position: relative;
}

.h_box .main_navi ul>li a {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.h_box .main_navi ul>li a span {
    font-size: 10px;
    display: block;
    text-transform: capitalize;
}

.h_box .main_navi ul>li.current_page_item:before {
    position: absolute;
    content: '';
    background: #13156e;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0);
}

.h_button {
    margin-left: 30px;
}

.h_button>a {
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background: #13156e;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .h_button {
        z-index: 1;
        position: relative;
        margin-left: 0;
        justify-content: center;
        margin: 20px auto 0;
        width: 80%;
    }
}

.main {
    position: relative;
    z-index: 3;
}

.single article {
    margin-bottom: 70px;
}

.single .date {
    font-family: serif;
    font-style: italic;
    margin-bottom: 30px;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
}

.single_content {
    margin-top: 30px;
}

.footer {
    position: relative;
    z-index: 3;
}

body:not(.home) .footer {
    margin-top: 80px;
}

.footer_navi a {
    color: #fff;
}

.copyright {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    background: #13156e;
    color: #fff;
}

/* sp */
.sp_header {
    display: none;
}

@media screen and (max-width: 1024px) {
    .pc_header {
        display: none;
    }

    .sp_header {
        display: block;
    }

    .sp_header_box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 10px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sp_logo img {
        height: 20px;
    }

    .sp_main_navi .navi_menu {
        z-index: 100;
        height: 100%;
        position: fixed;
        left: -100%;
        width: 40%;
        transition: 0.3s;
        top: 73px;
        visibility: hidden;
    }

    .sp_main_navi .navi_menu:after {
        position: absolute;
        content: '';
        opacity: 0.8;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #fff;
    }

    .sp_main_navi .navi_menu ul {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .sp_main_navi .navi_menu ul li:first-child {
        border-top: 1px solid #ddd;
    }

    .sp_main_navi .navi_menu ul li {
        list-style: none;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .sp_main_navi .navi_menu ul li a {
        padding: 20px 20px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        font-size: 18px;
        display: block;
    }

    .sp_main_navi .navi_menu ul li a span {
        font-size: 10px;
        margin-left: 10px;
    }

    .sp_navi_toggle>div {
        transition: all 0.3s;
        cursor: pointer;
        height: 45px;
        width: 45px;
        border-radius: 50px;
        padding: 12px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        background: #13156e;
    }

    .sp_navi_toggle>div span {
        transition: all 0.3s;
        box-sizing: border-box;
        height: 3px;
        width: 100%;
        float: left;
        position: relative;
        border-radius: 50px;
        background: #fff;
    }

    .sp_main_navi.open .navi_menu {
        visibility: visible;
        left: 0;
    }

    .sp_navi_toggle.open>div span:nth-child(1) {
        transform: rotate(135deg);
        margin-top: 6px;
    }

    .sp_navi_toggle.open>div span:nth-child(2) {
        display: none;
    }

    .sp_navi_toggle.open>div span:nth-child(3) {
        transform: rotate(-135deg);
        margin-top: -15px;
    }
}

@media screen and (max-width: 768px) {
    .sp_main_navi .navi_menu {
        width: 60%;
    }
}

.inner {
    width: 80%;
    margin: auto;
}

@media screen and (max-width:1024px) {
    .inner {
        width: 90%;
    }
}

.page_title {
    position: relative;
    z-index: 10;
    padding: 120px 0;
    text-transform: capitalize;
}

.page_title:before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.page_title>div {
    position: relative;
    z-index: 1;
}

.page_title .title_type3 {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .page_title {
        padding: 90px 0;
    }
}

.top_title {
    font-size: 28px;
    line-height: 30px;
}

.top_title span {
    font-size: 18px;
}

.breadcrumbs {
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
    background: #f4f4f4;
    padding: 10px 0;
    font-weight: bold;
}

.breadcrumbs p {
    font-size: 13px;
}

@media screen and (max-width: 480px) {
    .breadcrumbs p {
        font-size: 10px;
    }
}

.sitemap>ul>li {
    border: 2px solid #13156e;
    margin: 20px auto;
    width: 60%;
}

.sitemap>ul>li a {
    padding: 20px 50px 20px 30px;
    display: flex;
    justify-content: space-between;
    color: #333;
    font-weight: bold;
    position: relative;
}

.sitemap>ul>li a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #13156e;
    transition: 0.3s;
    position: absolute;
    right: 30px;
}

.sitemap>ul>li a:hover:after {
    right: 10px;
}

.sitemap>ul>li>ul>li {
    border-top: 2px solid #13156e;
}

@media screen and (max-width:1024px) {
    .sitemap>ul>li {
        width: 100%;
    }

    .sitemap>ul>li a {
        padding: 20px 70px 20px 30px;
    }
}

.contact {
    margin-top: 60px;
}

.contact table {
    margin-bottom: 80px;
}

.contact_button {
    text-align: center;
}

.contact input[type="submit"],
.contact button {
    cursor: pointer;
    transition: 0.5s;
    border: none;
    padding: 10px 50px !important;
    font-size: 20px;
    color: #fff;
    border: none;
    appearance: button;
    -webkit-appearance: none;
    border-radius: 0;
    background: #13156e;
}

.contact input[type="submit"]:hover,
.contact button:hover {
    opacity: 0.7;
}

.asterisk {
    color: #ff3535;
}

.error404 .main {
    text-align: center;
}

.error404_button {
    font-weight: bold;
    padding: 10px 60px;
    display: inline-block;
    color: #fff;
    transition: 0.3s;
    margin-top: 60px;
    background: #13156e;
}

.error404_button:hover {
    opacity: 0.7;
}

.top_slider {
    position: relative;
    width: 100%;
}

.top_slider canvas {
    background-attachment: fixed;
}

.slider_text {
    position: absolute;
    z-index: 2;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 70%;
}

.slider_text:before {
    position: absolute;
    content: '';
    background: #13156e;
    opacity: 0.8;
    width: 500px;
    height: 500px;
    left: -70px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    pointer-events: none;
    border-radius: 500px;
}

.slider_text h2 {
    font-size: 50px;
    letter-spacing: 9px;
    font-weight: normal;
    line-height: 1.8;
    z-index: 1;
    position: relative;
    font-family: monospace;
}

.slider_text p {
    font-size: 18px;
    display: block;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 2.4;
    z-index: 1;
    position: relative;
}

@media screen and (max-width: 768px) {
    .slider_text {
        width: 90%;
    }

    .slider_text:before {
        width: 390px;
        height: 390px;
        left: -50px;
    }

    .slider_text h2 {
        font-size: 22px;
        letter-spacing: 15px;
        font-weight: bold;
    }

    .slider_text p {
        font-size: 12px;
    }
}

.main_slider {
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main_slider:before {
    /* position: absolute;
    content: '';
    background: #fff;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; */
}

.main_slider canvas {
    width: auto;
    height: 46vw;
    background-position: center !important;
    background-attachment: fixed !important;
}

.main_slider.slick-initialized {
    display: block;
}

.main_slider_arrow {
    width: 60px !important;
    height: auto !important;
}

@media screen and (max-width:1024px) {
    .main_slider div {
        width: 100%;
        height: auto;
    }

    .main_slider canvas {
        height: 75vw;
        background-attachment: unset !important;
    }
}

@media screen and (max-width: 768px) {
    .main_slider img {
        margin: 0 20px;
    }

    .main_slider canvas {
        height: 115vw;
        background-attachment: unset !important;
    }
}

.single_pagination {
    display: flex;
    justify-content: center;
}

.single_pagination a {
    color: #fff;
    padding: 10px 22px;
    margin: 0 15px;
    background: #13156e;
}

.archive_title {
    text-transform: uppercase;
}

.archive_title,
.single_title {
    font-size: 25px;
    margin-bottom: 30px;
}

.archive_pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.archive_pagination .page-numbers {
    border: 1px solid #13156e;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive_pagination .page-numbers:not(.next):not(.prev) {
    width: 35px;
    height: 35px;
}

.archive_pagination .page-numbers.next,
.archive_pagination .page-numbers.prev {
    width: 80px;
}

.archive_pagination .current {
    color: #fff;
    border: 1px solid #000;
    background: #13156e;
}

.archive_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.archive_list li {
    width: 100%;
}

.archive_list li:not(:last-child) {
    border-bottom: 1px dotted #707070;
}

.archive_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.archive_list li:not(:last-child) a {
    padding-bottom: 10px;
}

.archive_list li:not(:first-child) a {
    padding-top: 20px;
}

.archive_list li time {
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}

.archive_list li p {
    font-size: 16px;
    font-weight: normal;
    width: 90%;
}

@media screen and (max-width: 480px) {

    .archive_title,
    .single_title {
        font-size: 24px;
    }
}

.mw_wp_form_confirm .confirm_none {
    display: none;
}

.contact_form {
    margin-top: 60px;
    margin-bottom: 50px;
    border: 1px solid #ddd;
}

.contact_form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_form dl:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.contact_form dl dt {
    width: 25%;
    font-weight: bold;
    padding: 20px;
    background: #13156e;
    color: #fff;
}

.contact_form dl dd {
    width: 75%;
    padding: 20px;
}

@media screen and (max-width: 480px) {
    .contact_form dl dt {
        width: 100%;
    }

    .contact_form dl dd {
        width: 100%;
    }
}

.information {
    padding: 120px 0;
    position: relative;
    background: #333;
    color: #fff;
}

.information a {
    color: #fff;
}

.information .inner {
    position: relative;
    z-index: 1;
}

.information_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_info {
    width: 40%;
}

.f_info p {
    font-size: 13px;
}

.f_info dl {
    font-size: 13px;
    display: flex;
}

.f_logo {
    margin-bottom: 30px;
}

.f_logo img {
    height: 140px;
    margin-bottom: 10px;
}

.f_logo p {
    font-size: 20px;
    font-weight: bold;
}

.f_navi {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_navi .f_navi_l {
    width: 50%;
}

.f_navi h3 {
    font-weight: bold;
    font-size: 19px;
    display: block;
    padding-bottom: 3px;
}

.f_navi ul li:not(:last-child) {
    margin-bottom: 15px;
}

.f_navi ul li a {
    font-weight: bold;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}

.f_navi ul li a:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.f_contact {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    display: block;
}

.f_contact:before {
    content: '';
    position: absolute;
    background: url(../images/bg1.png) center / cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.4;
}

.f_contact_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_contact_box>div:first-child {
    width: 46%;
    text-align: center;
    font-weight: bold;
}

.f_contact_box>div:last-child {
    width: 46%;
}

.f_tel {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.f_tel img {
    width: 60px;
    margin-right: 15px;
}

@media screen and (max-width: 768px) {
    .information {
        padding: 100px 0;
    }

    .f_info {
        width: 100%;
        margin-bottom: 40px;
    }

    .f_navi {
        width: 100%;
    }

    .f_navi>ul {
        width: 45%;
    }

    .f_navi>ul:not(:last-child) {
        margin-bottom: 40px;
    }

    .f_navi ul li a {
        font-size: 12px;
    }

    .f_navi h3 {
        font-size: 17px;
    }

    .f_contact_box>div:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .f_contact_box>div:last-child {
        width: 100%;
    }

    .f_tel {
        font-size: 33px;
    }

    .f_tel img {
        width: 40px;
    }
}

.main_title {
    margin-bottom: 40px;
}

.main_title .char1 {
    text-transform: capitalize;
}

@media screen and (max-width: 480px) {
    .main_title {
        margin-bottom: 40px;
    }
}

.main_button {}

.privacypolicy_list {
    margin-top: 60px;
    margin-bottom: 30px;
}

.privacypolicy_list>li {
    font-size: 15px;
}

.privacypolicy_list>li:not(:last-child) {
    margin-bottom: 50px;
}

.privacypolicy_list>li h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #13156e;
}

.privacy_contact dl {
    display: flex;
    flex-wrap: wrap;
}

.privacy_contact dl:not(:last-child) {
    margin-bottom: 20px;
}

.privacy_contact dl dt {
    width: 140px;
}

.privacy_contact dl dd {}

/* NEWS */
.top_news {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.top_news .inner {
    position: relative;
}

.news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.news_list li {
    width: 33.33%;
}

.news_list li:not(:last-child) {
    border-right: 1px solid #000;
}

.news_list li a {
    display: block;
    height: 100%;
}

.news_image {
    height: 160px;
    overflow: hidden;
}

.news_list li canvas {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.3s;
}

.news_list li:hover canvas {
    transform: scale(1.1);
}

.news_list li p {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

.news_list li time {
    font-size: 14px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.news_text {
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .news_text {
        padding: 13px;
    }

    .news_list li p {
        width: 100%;
        font-size: 14px;
    }

    .news_list li time {
        width: 100%;
        font-size: 14px;
    }

    .news_image {
        height: 80px;
    }
}

.top_about {}

.top_works {}

.works_slider {
    overflow: hidden;
}

.works_slide_image {}

.works_slide_image img {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.works_slide_image canvas {
    width: 100%;
    height: 15vw;
}

.works_slide_image .slick-list {
    overflow: visible;
}

.works_slide_image .slick-slide {
    transition: 0.3s;
}

.works_slide_image .slick-center {}

.works_slide_image .slick-center canvas {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {

    .works_slide_image img,
    .works_slide_image canvas {
        height: 18vw;
    }
}

.top_content {
    background: #EEF4F4;
    padding: 80px 0;
    overflow: hidden;
}

.top_box1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #000;
    background: #fff;
}

.top_box1>div:first-child {
    width: 30%;
    border-right: 1px solid #000;
    text-align: center;
    padding: 60px 20px;
}

.top_box1>div:last-child {
    width: 70%;
}

.top_box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
}

.top_box2>div:first-child {
    width: 30%;
    border-right: 1px solid #000;
    text-align: center;
    padding: 60px 20px;
}

.top_box2>div:last-child {
    width: 70%;
    padding: 40px;
    background: url(../images/top_img1.png) center / cover;
    position: relative;
}

.top_box2>div:last-child:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.top_box2>div:last-child h3 {
    position: relative;
}

.top_box2>div:last-child p {
    position: relative;
    font-weight: bold;
}

.top_box2.reverse>div:first-child {
    border-right: none;
    border-left: 1px solid #000;
}

.top_box3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
}

.top_box3>div:first-child {
    width: 30%;
    border-right: 1px solid #000;
    text-align: center;
    padding: 60px 20px;
}

.top_box3>div:last-child {
    width: 70%;
}

.top_box3>div:last-child a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 10px;
}

.top_box3>div:last-child ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.top_box3>div:last-child ul li {
    width: 50%;
    position: relative;
}

.top_box3>div:last-child ul li:nth-child(1) {
    background: url(../images/top_img2.jpg) center / cover;
}

.top_box3>div:last-child ul li:nth-child(2) {
    background: url(../images/top_img3.jpg) center / cover;
}

.top_box3>div:last-child ul li:not(:last-child) {
    border-right: 1px solid #000;
}

.top_box3>div:last-child ul li:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    pointer-events: none;
}

.top_box3>div:last-child h3 {
    position: relative;
    font-size: 30px;
    color: #fff;
    padding: 12px 30px;
    line-height: 1;
}

.top_box3>div:last-child ul li:nth-child(1) h3 {
    background: #1D2087;
}

.top_box3>div:last-child ul li:nth-child(2) h3 {
    background: #F58D24;
}

@media screen and (max-width: 768px) {

    .top_box1>div:first-child,
    .top_box2>div:first-child,
    .top_box3>div:first-child {
        width: 100%;
        border-right: none !important;
        border-left: none !important;
        border-bottom: 1px solid #000;
    }

    .top_box1>div:last-child,
    .top_box2>div:last-child,
    .top_box3>div:last-child {
        width: 100%;
    }

    .top_box2>div:last-child {
        padding: 40px 20px;
    }

    .top_box3>div:last-child h3 {
        font-size: 22px;
    }
}