.container {
    max-width: 1144px;
}

 .lnk_button {
    width: 100%;
     max-width:220px;
    height: 48px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 2.04;
    letter-spacing: 0.8px;
    background-image: url(../images/what_news/icons/icon_1_not_hovered.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #45991c;
    background-color: white;
    background-size: 20px auto;
    color: #45991c;
}

@media (max-width: 768px) {
   .lnk_button {
        margin: 0;
    }
}

.lnk_button:hover {
    background-image: url('../images/what_news/icons/icon_1.png');
    background-color: #45991c;
    color: white;
}

#back-to-top {
    background-color: transparent;
}

@media (min-width: 768px) {
    #back-to-top {
        width: 55px;
        height: 55px;
        position: fixed;
        bottom: 55px;
        right: 55px;
        margin: 0;
        display: none;
    }

    #back-to-top.show {
        display: inherit;
    }
}

#back-to-top img {
    margin: 0;
}

#contact_section {
    background-color: #ecf1d3;
}

@media (min-width: 768px) {
    #contact_section {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    #contact_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

#contact_section .container {
    max-width: 890px;
}

#contact_section .button_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    #contact_section .button_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#contact_section .button_content ._button {
    width: 100%;
}

@media (min-width: 768px) {
    #contact_section .button_content ._button {
        max-width: 420px;
    }
}

@media (max-width: 768px) {
    #contact_section .button_content ._button.left_button {
        margin-bottom: 10px;
    }
}

.title_type_2 {
    letter-spacing: 3.4px;
    text-align: center;
    color: #434343;
    padding-top: 25px;
    margin-bottom: 15px;
    background-image: url(../images/contact_section/icons/brand.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-weight: bold;
}

@media (min-width: 768px) {
    .title_type_2 {
        font-size: 34px;
        line-height: 1.76;
    }
}

@media (max-width: 768px) {
    .title_type_2 {
        font-size: 1.5em;
        line-height: 1.4em;
    }
}

@media (max-width: 768px) {
    .title_type_2 {
        margin-bottom: 25px;
    }
}

#contact_section .button_content .left_button a:hover img {
    opacity: 1;
}

@media (min-width: 768px) {
    header {
        border-top: 0;
        -webkit-box-shadow: 0 0 6.5px 0.5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 6.5px 0.5px rgba(0, 0, 0, 0.5);
    }

    header .contact_col {
        max-width: 530px;
    }

    header .logo img {
        max-width: 300px;
    }

    header .mail-top {
        max-width: 253px;
    }

    header .menu_col > .menu li a span {
        font-size: 10px;
        font-weight: 500;
        line-height: 2.27;
        letter-spacing: 1px;
        text-align: center;
        color: #57a60c;
        text-transform: uppercase;
    }

    header .menu_col > .menu li a span {
        font-family: 'Rubik', sans-serif !important;
        display: block;
    }

    header #menu-main_nav > li {
        padding-top: 23px;
        width: 100%;
    }

    header #menu-main_nav > li > a {
        font-weight: normal;
        font-size: 16px;
        line-height: 1.04;
        letter-spacing: 0.8px;
        text-align: center;
        color: #434343;
        border: 0 !important;
        position: relative;
    }

    header #menu-main_nav > li > a:hover {
        opacity: 0.8;
        color: #45991c;
    }

    header #menu-main_nav > li > a:hover span {
        color: #57a60c;
    }

    header #menu-main_nav > li:first-child > a:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 16px;
        background-color: #e6e6e6;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
    }

    header #menu-main_nav > li > a:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 16px;
        background-color: #e6e6e6;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
    }

    header .tel-header {
        margin: 0;
    }
}

footer {
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #383838;
}

footer a {
    background-image: none;
}

footer a:hover {
    color: #45991c;
}

footer ul li {
    margin-bottom: 6px;
}

footer .footer_menu a {
    position: relative;
    padding-left: 15px;
}

footer .footer_menu a:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

footer .col {
    width: 20%;
}

footer .col:nth-child(n+6) {
    margin-top: 40px;
}

footer .col09 {
    width: 40%;
    border-left: 1px solid #e6e6e6;
    padding-left: 80px;
    padding-right: 50px;
    padding-bottom: 10px;
}

footer .col09 img {
    max-width: 265px;
    width: 100%;
}

footer a, footer p {
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #383838;
}

footer .title.type_3 {
    font-size: 16px;
    letter-spacing: 0.8px;
    text-align: left;
    color: #383838;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: normal;
}

footer .title.type_3 img {
    margin: 0;
    margin-right: 5px;
}

@media (max-width: 768px) {
    footer .title.type_3 img {
        margin-right: 10px;
    }
}

.coppyright {
    background-color: #45991c;
    padding: 6px 0;
    margin-top: 80px;
}

@media (max-width: 768px) {
    footer {
        padding-top: 0;
        margin: 0;
    }

    footer .contact_menu {
        display: none;
        background-color: #ecf1d3;
        padding: 15px;
        margin-top: -10px;
    }

    footer .contact_menu img {
        margin: 0;
    }

    footer .contact_menu a {
        padding: 0;
        margin: 0;
        display: block;
    }

    footer .contact_menu a:first-of-type {
        margin-bottom: 10px;
    }

    footer.active {
        position: fixed;
        z-index: 99999;
        top: 48px;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #e2e2e2;
        bottom: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    footer.active #back-to-top {
        display: none !important;
    }

    footer.active .col09 {
        display: none;
    }

    footer.active .coppyright {
        display: none;
    }

    footer.active .contact_menu {
        display: inherit;
    }

    footer .container {
        padding: 0;
    }

    footer .col {
        width: 100%;
        border-bottom: 1px solid #e2e2e2;
        overflow: hidden;
    }

    footer .col .menu {
        display: none;
        padding-left: 65px;
    }

    footer .col .menu a {
        color: #6c6c6c;
    }

    footer .col.col03 img {
        margin-left: 7px;
    }

    footer .col.col08 .menu {
        display: block;
        padding: 0;
        /*border-bottom: 1px solid #e2e2e2;*/
        overflow: hidden;
    }

    footer .col.col08 .menu li {
        width: 50%;
        position: relative;
        padding: 13.5px;
        padding-left: 25px;
        padding-right: 35px;
        float: left;
        border-top: 1px solid #e2e2e2;
        margin-bottom: 0;
    }

    footer .col.col08 .menu li:nth-child(odd) {
        border-right: 1px solid #e2e2e2;
    }

    footer .col.col08 .menu li:nth-child(-n+2) {
        border-top: 0;
    }

    footer .col.col08 .menu li:nth-child(2n+1) {
        clear: both;
    }

    footer .col.col08 .menu li:nth-last-of-type(-n+2):before {
        content: '';
        background-color: #e2e2e2;
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: -1px;
        left: 0;
        
    }

    footer .col.col08 .menu li:last-of-type:before {
        bottom: 0;
    }

    footer .col.col08 .menu li a {
        padding: 0;
/*         height: 20px;
        overflow: hidden; */
    }

    footer .col.col08 .menu li a:before {
        display: none;
    }

    footer .col.col08 .menu li:after {
        content: "\f105";
        font-family: FontAwesome;
        right: 20px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    footer .col:nth-child(n+6) {
        width: 100%;
        margin-top: 0;
    }

    footer .col08 {
        border-bottom: 0;
    }

    footer .col09 {
        border: 0;
        padding: 0;
        max-width: 275px;
        margin: 0 auto;
        float: none;
        padding-top: 25px;
        font-size: 10px;
    }

    footer .col09 p {
        font-size: 10px;
    }

    footer .col09 img {
        max-width: 240px;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    footer .title.type_3 {
        position: relative;
        margin: 0;
        padding: 15px 25px;
        padding-left: 65px;
        font-size: 14px;
        height: 45px;
        font-weight: normal;
    }

    footer .title.type_3 img {
        position: absolute;
        left: 25px;
        max-width: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    footer .title.type_3.active:after {
        content: "\f107";
    }

    footer .title.type_3:after {
        content: "\f106";
        font-family: FontAwesome;
        right: 15px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .coppyright {
        margin-top: 20px;
        line-height: 17px;
        padding: 12px 0;
    }

    #back-to-top {
        background-color: #afc895;
        color: white;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 51px;
        height: auto;
        margin-bottom: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #back-to-top i {
        font-size: 17px;
        margin-left: 5px;
    }
}

@media (max-width: 600px) {
    #menu-sp a span {
        display: none !important;
    }
}

.flow-wrap .item:last-of-type {
    border-bottom: 0;
}

.main_content h2 {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 0;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    margin-bottom: 30px;
}

.main_content h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #45991c;
    content: '';
    right: 0;
    margin: 0 auto;
}

.main_content {
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {

    .main_content h2 {
        font-size: 1.5em;
        line-height: 1.4em;
    }

    .flow-wrap .item {
        padding-top: 0;
    }

    .flow-wrap {
        margin-bottom: 40px;
    }

    .flow-wrap .item {
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .lstItem02Box {
        margin-bottom: 64px;
    }

    .flow-wrap {
        margin-bottom: 64px;
    }

    .main_content h2 {
        font-size: 34px;
    }

    .flow-wrap .item .txt {
        padding: 20px 0 20px 0;
    }
}
