header.template_c2 .gnavi_area nav li.has-child .mega_bg {
    position: absolute;
    left: 0;
    top: 130px;
    display: none;
    background: rgba(108, 96, 205, 80%);
    height: auto;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    max-width: 100%;
    z-index: -10;
}

header.template_c2 .gnavi_area nav li.has-child:hover>.mega_bg,
header.template_c2 .gnavi_area nav li.has-child ul li:hover>.mega_bg,
header.template_c2 .gnavi_area nav li.has-child:active>.mega_bg,
header.template_c2 .gnavi_area nav li.has-child ul li:active>.mega_bg {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 10;
}

header.template_c2 .gnavi_area nav li.has-child ul {
    max-width: 1200px;
    width: 94%;
    margin: auto;
    position: relative;
    justify-content: space-between;
}

header.template_c2 .gnavi_area nav li.has-child ul li a {
    color: #fff;
    position: relative;
    font-size: 14px;
}

header.template_c2 .gnavi_area nav li.has-child ul li a img {
    width: 100%;
}

header.template_c2 .gnavi_area ul li.has-child li {
    width: 10%;
    padding: 10px;
    text-align: left;
    border-right: none;
    border-left: none;
}

header.template_c2 .gnavi_area ul li.has-child a::after {
    content: none;
}

header.template_c2 .gnavi_area ul li.has-child ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 74%;
    padding-right: 0;
    padding-left: 0;
}

header.template_c2 .gnavi_area ul li.has-child ul .p-title {
    font-size: 12px;
}

@media only screen and (max-width: 1024px) {
    header.template_c2 .gnavi_area {
        height: auto;
        position: fixed;
        overflow-y: scroll;
        padding-bottom: 30px;
    }

    header.template_c2 .gnavi_area nav li.has-child .mega_bg li a {
        margin-left: 0;
        padding: 5px 10px 5px 30px;
    }

    header.template_c2 .gnavi_area nav li a {
        font-size: 14px;
        padding: 12px 12px 12px 50px;
    }

    header.template_c2 .gnavi_area nav {
        height: auto;
    }

    header.template_c2 .gnavi_area nav {
        padding: 0;
    }

    header.template_c2 .gnavi_area nav li.has-child .mega_bg,
    header.template_c2 .gnavi_area nav li.has-child .mega_bg {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        opacity: 1;
        display: none;
        transition: none;
    }

    header.template_c2 .gnavi_area nav ul li.has-child::before {
        left: 20px;
    }

    header.template_c2 .gnavi_area nav ul ul li.has-child::before {
        transform: rotate(135deg);
        left: 20px;
    }

    header.template_c2 .gnavi_area nav ul li.has-child.active::before {
        transform: rotate(-45deg);
    }

    header.template_c2 .gnavi_area nav ul li.has-child {
        position: relative;
    }

    header.template_c2 .gnavi_area nav ul li.has-child::before {
        content: "";
        position: absolute;
        left: 15px;
        top: 20px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #999;
        border-right: 2px solid #999;
        transform: rotate(135deg);
    }

    header.template_c2 .gnavi_area nav li.has-child ul {
        display: block;
        width: 100%;
    }

    header.template_c2 .gnavi_area ul li.has-child li {
        width: 100%;
        position: relative;
        padding: 0 10px;
    }

    header.template_c2 .gnavi_area nav li.has-child ul li a img {
        display: none;
    }

    header.template_c2 .gnavi_area nav li.has-child .mega_bg {
        background: #fff;
        box-shadow: none;
    }

    header.template_c2 .gnavi_area nav li.has-child ul li a {
        color: #000;
    }
}

/*------------------------------------------------------------------------------------
⇓会社案内　メガメニュー　追加テスト⇓
------------------------------------------------------------------------------------*/
header.template_c2 .gnavi_area nav li.has-child ul.mega_corpo {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

header.template_c2 .gnavi_area nav li.has-child ul.mega_corpo:last-child {
    margin-bottom: 0;
}

header.template_c2 .gnavi_area nav li.has-child ul.mega_corpo li {
    width: calc(100% / 4);
    flex-grow: 1;
}

header.template_c2 .gnavi_area nav li.has-child ul.mega_corpo li:nth-child(4n+1) {
    margin-left: 0;
}

header.template_c2 .gnavi_area nav li.has-child ul.mega_corpo li a {
    color: #2f337b;
    background-color: #fff;
    padding: 15px;
}

header.template_c2 .gnavi_area nav li.has-child ul.mega_corpo li a:hover {
    color: #fff;
    background-color: #2f337b;
}

@media only screen and (max-width: 1024px) {
    header.template_c2 .gnavi_area nav li.has-child ul.mega_corpo {
        display: block;
    }

    header.template_c2 .gnavi_area nav li.has-child ul.mega_corpo li {
        width: 100%;
    }

    header.template_c2 .gnavi_area nav li.has-child ul.mega_corpo li a {
        font-size: 13px;
        padding: 5px 10px 5px 30px;
        color: #000;
    }

    header.template_c2 .gnavi_area nav li.has-child ul.mega_corpo li a:hover {
        text-decoration: none;
        color: #2f337b;
        background-color: #fff;
    }

    header.template_c2 .gnavi_area nav li.has-child ul.mega_corpo {
        margin-top: 0;

    }
}


/* === 20240201 newheader === */
.new-header {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 12;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1199px) {
    .new-header {
        align-items: center;
        min-height: 71px;
        padding: 10px;
    }
}

.new-header-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media screen and (min-width: 1200px) {
    .new-header-logo {
        width: 288px;
        padding: 16px 0 16px 16px;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-logo {
        width: 130px;
    }
}

.new-header-logo .txt {
    line-height: 1.1666666667em;
}

@media screen and (min-width: 1200px) {
    .new-header-logo .txt {
        font-size: 12px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-logo .txt {
        font-size: 10px;
        text-align: center;
        margin-bottom: 4px;
    }
}

.new-header-logo img {
    max-width: 100%;
    height: auto;
}

.new-header-nav {
    position: relative;
}

@media screen and (min-width: 1550px) {
    .new-header-nav {
        display: flex;
        flex-wrap: wrap;
        max-width: calc(100% - 288px);
        min-width: 1260px;
    }
}

@media screen and (min-width: 1381px) and (max-width: 1549px) {
    .new-header-nav {
        min-width: 1093px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1380px) {
    .new-header-nav {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 288px);
    }
}

@media screen and (max-width: 1199px) {
    .new-header-nav {
        position: fixed;
        top: 71px;
        right: 0;
        width: 100%;
        height: 0;
        background: #fff;
        transition: all 0.3s ease 0s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        z-index: -1;
        cursor: none;
        pointer-events: none;
    }

    .new-header-nav.--is-active {
        height: calc(100% - 71px);
        opacity: 1;
        z-index: 1;
        cursor: inherit;
        pointer-events: inherit;
    }
}

.new-header-nav>ul {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
    .new-header-nav>ul {
        flex-grow: 1;
    }
}

@media screen and (min-width: 1200px) {
    .new-header-megamenu {
        position: fixed;
        width: 100%;
        top: 111px;
        left: 0;
        background: rgba(108, 96, 205, 0.8);
        opacity: 0;
        cursor: none;
        pointer-events: none;
        z-index: -1;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-megamenu {
        position: relative;
        height: 0;
        opacity: 0;
        cursor: none;
        pointer-events: none;
        z-index: -1;
        overflow: hidden;
    }
}

@media screen and (min-width: 1200px) {
    .new-header-megamenu.--is-btn-menu.--is-active {
        opacity: 1;
        cursor: inherit;
        pointer-events: inherit;
        z-index: 12;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-megamenu.--is-active {
        height: auto;
        opacity: 1;
        cursor: inherit;
        pointer-events: inherit;
        z-index: 1;
        overflow: auto;
    }
}

.new-header-link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 1200px) {
    .new-header-link {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 12px 0;
        flex-grow: 1;
        flex: 1;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-link {
        width: 100%;
        padding: 0;
    }
}

.new-header-link>a,
.new-header-link>.new-header-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

@media screen and (min-width: 1550px) {

    .new-header-link>a,
    .new-header-link>.new-header-item {
        padding: 8px 16px;
    }

    .new-header-link>a .wide-br-none,
    .new-header-link>.new-header-item .wide-br-none {
        display: none;
    }
}

@media screen and (min-width: 1380px) and (max-width: 1549px) {

    .new-header-link>a,
    .new-header-link>.new-header-item {
        font-size: 14px;
        padding: 8px 12px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1379px) {

    .new-header-link>a,
    .new-header-link>.new-header-item {
        font-size: 13px;
        padding: 8px;
    }
}

@media screen and (min-width: 1200px) {

    .new-header-link>a,
    .new-header-link>.new-header-item {
        flex-direction: column;
        justify-content: center;
        min-height: 87px;
        border-left: 2px solid #ccc;
    }
}

@media screen and (max-width: 1199px) {

    .new-header-link>a,
    .new-header-link>.new-header-item {
        justify-content: space-between;
        min-height: 45px;
        font-size: 14px;
        padding: 12px 24px 12px 60px;
        border-top: 1px solid #ccc;
    }

    .new-header-link>a br,
    .new-header-link>.new-header-item br {
        display: none;
    }
}

.new-header-link>a::after,
.new-header-link>.new-header-item::after {
    position: absolute;
    content: "";
    background: #2f337b;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

@media screen and (min-width: 1400px) {

    .new-header-link>a::after,
    .new-header-link>.new-header-item::after {
        width: calc(100% - 64px);
        height: 5px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1399px) {

    .new-header-link>a::after,
    .new-header-link>.new-header-item::after {
        width: calc(100% - 48px);
        height: 5px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {

    .new-header-link>a::after,
    .new-header-link>.new-header-item::after {
        width: calc(100% - 64px);
        height: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1199px) {

    .new-header-link>a::after,
    .new-header-link>.new-header-item::after {
        width: calc(100% - 64px);
        height: 5px;
        left: 50px;
    }
}

.new-header-link>a:hover,
.new-header-link>.new-header-item:hover {
    text-decoration: none;
}

.new-header-link>a.bownowloginlink,
.new-header-link>.new-header-item.bownowloginlink {
    background: transparent !important;
}

@media screen and (min-width: 1200px) {
    .new-header-link .new-header-item {
        border-right: 2px solid #ccc;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-link .new-header-item {
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (min-width: 1200px) {

    .new-header-link:hover>a::after,
    .new-header-link:hover>.new-header-item::after {
        opacity: 1;
    }
}

.new-header-link.main_current>a::after,
.new-header-link.main_current>.new-header-item::after,
.new-header-link.--is-active>a::after,
.new-header-link.--is-active>.new-header-item::after {
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .new-header-link:hover .new-header-megamenu.--is-hover-menu {
        opacity: 1;
        cursor: inherit;
        pointer-events: inherit;
        z-index: 12;
    }
}

@media screen and (min-width: 1200px) {
    .new-header-link.estimate {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 2;
    }

    .new-header-link.estimate a {
        min-height: inherit;
        margin: 0;
    }

    .new-header-link.estimate a::after {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .new-header-icon {
        width: 25px;
        height: 25px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-icon {
        width: 20px;
        height: 20px;
        margin-left: 8px;
    }
}

.new-header-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.new-header-btn {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .new-header-btn {
        margin-top: 8px;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-btn {
        margin-top: 0;
    }
}

.new-header-btn .line {
    position: absolute;
    content: "";
    width: 25px;
    height: 3.5px;
    background: #2f337b;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
}

.new-header-btn .line:nth-child(1) {
    top: 0px;
}

.new-header-btn .line:nth-child(2) {
    top: 9.5px;
}

.new-header-btn .line:nth-child(3) {
    top: 19px;
}

@media screen and (min-width: 1200px) {
    .new-header-btn-sp {
        display: none !important;
    }
}

.new-header-title {
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    text-align: left;
    line-height: 1.2083333333 em;
}

@media screen and (min-width: 1200px) {
    .new-header-title {
        font-size: 24px;
        color: #fff;
        padding-left: 10px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-title {
        font-size: 16px;
    }
}

.new-header-title a {
    display: block;
}

@media screen and (min-width: 1200px) {
    .new-header-title a {
        color: #fff;
        margin-right: 80px;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-title a {
        display: block;
        width: 100%;
        padding: 16px;
    }

    .new-header-title a+a {
        border-top: 1px solid #ccc;
    }
}

.new-header-title a:hover {
    color: #2f337b;
    text-decoration: none;
}

.new-header-megamenu-list {
    display: flex;
    flex-wrap: wrap;
}

.new-header-megamenu-list li {
    list-style-type: none;
}

@media screen and (min-width: 1200px) {
    .new-header-megamenu-list li {
        width: 25%;
        padding: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-megamenu-list li {
        width: 100%;
    }
}

.new-header-megamenu-list li a {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    color: #2f337b;
    background-color: #fff;
    transition: all 0.3s ease 0s;
}

@media screen and (min-width: 1200px) {
    .new-header-megamenu-list li a {
        align-items: center;
        flex-direction: column;
        padding: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-megamenu-list li a {
        padding: 10px 42px;
    }
}

.new-header-megamenu-list li a:hover {
    color: #fff;
    background-color: #2f337b;
    text-decoration: none;
}

@media screen and (min-width: 1200px) {
    .new-header-sp-nav {
        position: absolute;
        top: 5px;
        z-index: 2;
    }

    .new-header-sp-nav .new-header-tel,
    .new-header-sp-nav .new-header-login,
    .new-header-sp-nav .new-header-mylist,
    .new-header-sp-nav .new-header-estimate {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-sp-nav {
        display: flex;
        flex-direction: column;
        padding-right: 70px;
    }
}

.new-header-tel a {
    font-size: 15px;
    line-height: 1.2;
    color: #2f337b;
    font-weight: bold;
    border: 2px solid #2f337b;
    padding: 5px 7px;
    border-radius: 5px;
}

.new-header-tel a::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(https://www.to-conne.co.jp/dcms_media/image/common/icon_tel_sp.png) no-repeat center center/contain;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: -3px;
}

.new-header-login a,
.new-header-mylist a,
.new-header-estimate a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 3px 8px;
}

@media screen and (max-width: 1199px) {

    .new-header-login a,
    .new-header-mylist a,
    .new-header-estimate a {
        margin-top: 8px;
    }
}

.new-header-login a {
    background-color: #2f337b;
}

.new-header-mylist a {
    background-color: #f9cf26;
}

.new-header-estimate a {
    background-color: #6153cc;
}

.new-header-login a:hover,
.new-header-mylist a:hover,
.new-header-estimate a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.new-header-mylist a::before,
.new-header-estimate a::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
}

.new-header-mylist a::before {
    background: url(../image/mylist_off.png)no-repeat center center /contain #f9cf26;
}

.new-header-estimate a::before {
    background: url(../image/estimate_calc_icon_white.png)no-repeat center center /contain #6153CC;
}

@media screen and (max-width: 1199px) {
    .new-header>.js-header-toggle {
        position: absolute;
        top: 50%;
        right: 16px;
        width: 25px;
        height: 25px;
        transform: translateY(-50%);
    }

    .new-header>.js-header-toggle .new-header-btn {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1199px) {
    .new-header-link>.new-header-btn-sp {
        position: absolute;
        width: 100%;
        height: 44px;
        top: 0;
        left: 0;
    }

    .new-header-link .new-header-btn {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 11px;
        left: 16px;
    }
}

@media screen and (min-width: 1200px) {
    .new-header__close-text {
        height: auto;
        opacity: 1;
    }

    .new-header__open-text {
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .--is-active>.new-header__close-text {
        height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .--is-active>.new-header__open-text {
        height: auto;
        opacity: 1;
    }
}

@media screen and (max-width: 1199px) {
    .new-header__open-text {
        display: none;
    }

    .--is-active>.new-header__close-text {
        display: none;
    }

    .--is-active>.new-header__open-text {
        display: block;
    }
}

@media screen and (min-width: 1200px) {

    .new-header-title+.new-header-title,
    .new-header-megamenu-list+.new-header-title {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .new-header-title+.new-header-title {
        border-top: 1px solid #ccc;
    }
}

.js-header-toggle.--is-active .line:nth-child(1) {
    top: 9.5px;
    transform: translateX(-50%) rotate(45deg);
}

.js-header-toggle.--is-active .line:nth-child(2) {
    width: 0;
    height: 0;
}

.js-header-toggle.--is-active .line:nth-child(3) {
    top: 9.5px;
    transform: translateX(-50%) rotate(135deg);
}

.js-header-toggle.--is-active .new-header__close-text {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.js-header-toggle.--is-active .new-header__open-text {
    height: auto;
    opacity: 1;
}

@media screen and (min-width: 1200px) {
    .new-header-scroll {
        max-height: calc(100% - 111px);
        overflow-y: scroll;
    }
}

.megamenu-product-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1200px) {
    .megamenu-product-inner {
        width: 96%;
        max-width: 90%;
        padding: 20px 0;
    }
}

@media screen and (max-width: 1199px) {
    .megamenu-product-inner {
        width: 100%;
    }
}

.megamenu-product-inner li {
    list-style-type: none;
    border-right: none;
    border-left: none;
}

@media screen and (min-width: 1200px) {
    .megamenu-product-inner li {
        width: 10%;
        text-align: center;
        padding: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .megamenu-product-inner li {
        width: 100%;
        border-top: 1px solid #ccc;
    }
}

@media screen and (min-width: 1200px) {
    .megamenu-product-inner li img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1199px) {
    .megamenu-product-inner li img {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .megamenu-product-inner a {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px 0;
    }
}

@media screen and (max-width: 1199px) {
    .megamenu-product-inner a {
        display: block;
        padding: 5px 10px 5px 70px;
    }
}

.megamenu-product-inner .p-title {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
    .megamenu-product-inner .p-title {
        color: #fff;
        margin-top: 4px;
    }
}

.megamenu-other-inner {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1200px) {
    .megamenu-other-inner {
        width: 96%;
        max-width: 1220px;
        padding: 20px 0;
    }
}

@media screen and (max-width: 1199px) {
    .megamenu-other-inner {
        width: 100%;
    }

    .megamenu-other-inner li {
        border-top: 1px solid #ccc;
    }

    .megamenu-other-inner li:last-child {
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (min-width: 1280px) {

    .new-header #top_mainimage,
    .new-header+#locator_template_c2,
    .new-header+#main #locator_template_c2,
    #area4-wrapper.new-breadcrumb {
        margin-top: 111px;
    }
}

@media screen and (max-width: 1199px) {

    .new-header #top_mainimage,
    .new-header+#locator_template_c2,
    .new-header+#main #locator_template_c2,
    #area4-wrapper.new-breadcrumb {
        margin-top: 71px;
    }
}

@media screen and (min-width: 1280px) {
    .new-header+#container #top_mainimage {
        margin-top: 111px;
    }
}

@media screen and (max-width: 1199px) {
    .new-header+#container #top_mainimage {
        margin-top: 71px;
    }
}

@media screen and (min-width: 1280px) {
    .new-header+#container .top-animation2 {
        top: 111px;
    }
}

@media screen and (min-width: 691px) {
    .new-header+#container .top-animation2 {
        height: 460px;
    }
}

@media screen and (max-width: 1199px) {
    .new-header+#container .top-animation2 {
        top: 71px;
    }
}

@media screen and (min-width: 1280px) {
    #area4-wrapper {
        margin-top: 111px !important;
    }
}

@media screen and (max-width: 1199px) {
    #area4-wrapper {
        margin-top: 71px !important;
    }
}

@media screen and (min-width: 1200px) {
    .t-default p.new-header-title {
        font-size: 24px;
        color: #fff;
        padding-left: 10px;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .t-default p.new-header-title {
        font-size: 16px;
    }
}

.new-btn a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding: 5px 18px 5px 15px;
    border-radius: 5px;
    background-color: #005faf;
    transition: 0.8s;
}

.new-btn a.light_green {
    background-color: #9ac32d;
}

.new-btn a.green {
    background-color: #1B9850;
}

.new-btn a.green_blue {
    background-color: #0C6881;
}

.new-btn a.red {
    background-color: #e00707;
}

.new-btn a.pink {
    background-color: #ea5098;
}

.new-btn a.orange {
    background-color: #FD8C25;
}

.new-btn a.purple {
    background-color: #6B1687;
}

.new-btn a.blue_purple {
    background-color: #3D258E;
}

.new-btn a.yellow {
    background-color: #FEE533;
}

.new-btn a.red_orange {
    background-color: #FC401D;
}

.new-btn a.red_purple {
    background-color: #AE0B58;
}

.new-btn a.light_blue {
    background-color: #2DBCC3;
}

.new-btn a.brown {
    background-color: #C3802D;
}

.new-btn a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: 0.8s;
    z-index: 0;
}

.new-btn a:hover {
    opacity: 1;
    text-decoration: none;
}

.new-btn a:hover img {
    opacity: 1;
}

.new-btn a:hover::before {
    opacity: 1;
}

.new-btn a+a {
    margin-top: 12px;
}

.new-btn__icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.new-btn__icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.new-btn__text {
    position: relative;
    width: calc(100% - 20px);
    padding-left: 20px;
    z-index: 1;
}