@charset "utf-8";

.pc {
    display: block;
}

.sp {
    display: none;
}

@media only screen and (max-width: 599px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* ----------------------------------------------------------
Common Setting
---------------------------------------------------------- */

html {
    font-size: 62.5%;
}

/*body*/

body {
    color: #333333;
    font-family: "Noto Sans Japanese", "メイリオ", "Meiryo",
        "ヒラギノ角ゴ ProN W3";
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
}

.inner {
    width: 1000px;
    margin: 0 auto;
}

/*img*/

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/*link*/

a:link,
a:visited,
a:active {
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    text-decoration: none;
    outline: 0;
    opacity: 0.8;
}

input:hover,
a:hover img {
    outline: 0;
    opacity: 0.8;
}

/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/* ----------------------------------------------------------
nav
---------------------------------------------------------- */

.nav {
    position: fixed;
    left: 40px;
    top: 40px;
    z-index: 100;
}

.nav .menu {
    margin-top: 60px;
}

.nav .menu li {
    margin-bottom: 30px;
}

.nav_btn_container {
    display: none;
}

/* ----------------------------------------------------------
mv
---------------------------------------------------------- */

.mv {
    background-color: #fff;
}

.mv .inner {
    padding: 40px 0;
}

.mv .inner .img {
    text-align: center;
}

/* ----------------------------------------------------------
section
---------------------------------------------------------- */

.section {
    padding: 100px 0;
}

.section .title {
    font-size: 4.2rem;
    font-weight: 600;
}

.section .en_title {
    font-size: 1.2rem;
}

.section .en_title span {
    position: relative;
}


.section .en_title span::after {
    content: " ";
    background-image: url(../images/line_red.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.bg_img {
    text-align: center;
}

.bg_img img {
    max-width: auto;
    width: 100%;
}

/* .bg_img {
    width: 100%;
    height: 750px;
    background-image: url(../images/bg_img01.jpg);
    background-size: cover;
    background-position: center;
}

.bg_img:last-of-type {
    background-image: url(../images/bg_img02.jpg);
    background-position: bottom center;
} */

/* ----------------------------------------------------------
about
---------------------------------------------------------- */

.about {
    margin-top: 50px;
}

.about .box {
    background-size: cover;
    width: 900px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    background-image: url(../images/bg03.png);
    background-size: 150px;

}

.about .box .box_inner {
    background-image: url(../images/bg01.jpg);
    padding: 60px;
}

.about .box .img {
    position: absolute;
    right: 30px;
    top: -156px
}

.about .box .title {
    margin-bottom: 40px;
}

.about .box .text {
    margin-top: 50px;
}

/* ----------------------------------------------------------
service
---------------------------------------------------------- */

.service {
    background-image: url(../images/bg01.jpg);
}

.service .title_layout {
    display: flex;
    align-items: flex-end;
    margin-left: 50px;
}

.service .title_layout .en_title {
    margin-left: 10px;
    margin-bottom: 10px;
}

.service .service_title {
    font-size: 3.8rem;
    text-align: center;
    margin-top: 100px;
}

.service .layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 70px;
}

.service .layout .box {
    width: 49%;
    height: 320px;
    padding-top: 70px;
    margin-bottom: 50px;
    box-sizing: border-box;
    background-image: url(../images/service_bg01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.service .layout .box:nth-of-type(even) {
    background-image: url(../images/service_bg02.png);
}

.service .layout .box .text {
    text-align: center;
    font-size: 2.8rem;
}

.service .layout .box .img {
    text-align: center;
    margin-top: 20px;
}

/* ----------------------------------------------------------
price
---------------------------------------------------------- */

.price {
    background-color: #fff;
}

.price .price_box {
    background-image: url(../images/bg03.png);
    background-size: 150px;
    padding: 50px;
}

.price .price_box_inner {
    background-color: #fff;
    padding: 50px;
}

.price .title_layout {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px;
}

.price .title_layout .en_title {
    margin-left: 10px;
    margin-bottom: 10px;
}

.price .price_title {
    font-size: 2.8rem;
    font-weight: 600;
}

.price .price_title span {
    position: relative;
}

.price .price_title span::before {
    content: " ";
    background-image: url(../images/bg03.png);
    background-size: 150px;
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: -2px;
}

.price .price_title span::after {
    content: " ";
    background-image: url(../images/bg03.png);
    background-size: 150px;
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.price .layout01 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 50px;
}

.price .layout01 .box {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.price .layout01 .box dl {
    margin-left: 15px;
}

.price .layout01 .box dl dt {
    font-size: 1.6rem;
}

.price .layout01 .box dl dt span {
    font-size: 2.8rem;
    position: relative;
}

.price .layout01 .box dl dt span::before {
    content: " ";
    background-image: url(../images/line_red.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.price .layout01 .box dl dd {
    font-size: 2.8rem;
}

.price .layout01 .box dl dd span {
    font-size: 1.4rem;
}

.price .layout02 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.price .layout02 .box {
    width: 32.5%;
    padding: 5px;
    box-sizing: border-box;
    background-image: url(../images/bg03.png);
    background-size: 150px;
}

.price .layout02 .box .box_inner {
    background-color: #fff;
    padding: 20px 15px;
    height: 100%;
    box-sizing: border-box;
}

.price .layout02 .box dl dt {
    font-size: 2.1rem;
    text-align: center;
}

.price .layout02 .box dl dt span {
    position: relative;
}

.price .layout02 .box dl dt span::before {
    content: " ";
    background-image: url(../images/line_red.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.price .layout02 .box dl dd {
    text-align: center;
    font-size: 2.8rem;
    margin-top: 10px;
}

.price .layout02 .box dl dd span {
    font-size: 1.4rem;
}

.price .notes {
    font-size: 1.2rem;
}

.price .layout02 .notes {
    margin-top: 15px;
}

.price .layout03 {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.price .layout03 .price {
    font-size: 4.2rem;
    margin-left: 15px;
}

.price .layout03 .price span {
    font-size: 2.1rem;
}

.price .layout03 .text {
    color: #9d1e2f;
    font-size: 4.2rem;
    margin-left: 15px;
}

/* ----------------------------------------------------------
news
---------------------------------------------------------- */

.news {
    background-image: url(../images/bg03.jpg);
}

.news .title_layout {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.news .title_layout .en_title {
    margin-left: 10px;
    margin-bottom: 10px;
}

.news .service_title {
    font-size: 3.8rem;
    text-align: center;
    margin-top: 100px;
}

/* ----------------------------------------------------------
contact
---------------------------------------------------------- */

.contact {
    margin-top: 50px;
}

.contact .title {
    margin-left: 215px;
    margin-bottom: 10px;
}

.contact .box {
    background-size: cover;
    width: 620px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    background-image: url(../images/bg03.png);
    background-size: 150px;
}

.contact .box .box_inner {
    background-image: url(../images/bg01.jpg);
    padding: 35px 50px;
}

.contact .box .img {
    position: absolute;
    right: 10px;
    top: -108px;
}

.contact .box .img img {
    width: 110px;
    height: auto;
}

.contact .box .form dl {
    display: flex;
    margin-bottom: 30px;
}

.contact .box .form dl dt {
    font-weight: 500;
    width: 30%;
}

.contact .box .form dl dt span {
    color: #bd272d;
}


.contact .box .form dl dd {
    width: 70%;
}

.contact .box .form dl dd input,
.contact .box .form dl dd textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #bcbdbd;
    box-sizing: border-box;
}

.contact .box .form dl dd input.name {
    width: 120px;
}

.contact .box .form dl dd label {
    font-size: 1.4rem;
    width: 35px;
    display: inline-block;
}

.contact .box .form dl dd label:last-of-type {
    margin-left: 15px;
}

.contact .box .form .notes {
    font-size: 1.2rem;
}

.contact .box .form .btn {
    text-align: center;
    margin-top: 40px;
}

.contact .box .form .btn input {
    font-size: 1.8rem;
    color: #fff;
    background-color: #bd272d;
    width: 275px;
    padding: 10px 0;
}

/* -- error message -------------------------------------------------------------------------------- */

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
    display: block;
    color: #C1272D;
    margin-top: 5px;
}

/* -- loading -------------------------------------------------------------------------------- */

div.loading-layer {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
}

span.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #ffffff;
    transform: translateZ(0);
    -webkit-animation: load-circle 1.0s linear infinite;
    animation: load-circle 1.0s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

@-webkit-keyframes load-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes load-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.contact .send_message {
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
}


/* ----------------------------------------------------------
company
---------------------------------------------------------- */

.company .box {
    padding: 0 50px;
}

.company .box .title_layout {
    display: flex;
    align-items: flex-end;
}

.company .box .title_layout .en_title {
    margin-left: 10px;
    margin-bottom: 10px;
}

.company .box .layout {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.company .box .layout .img,
.company .box .layout .text {
    width: 50%;
}

.company .box .map {
    margin-top: 70px;
}

.company .box .map iframe {
    width: 100%;
}

/* ----------------------------------------------------------
footer
---------------------------------------------------------- */

.footer {
    padding: 100px 30px 15px;
}

.footer .copyright {
    font-size: 1rem;
}

.fix_menu {
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.fix_menu li {
    margin-right: 15px;
    margin-bottom: -40px;
    transition: 0.5s;
}

.fix_menu li.active {
    transform: translateY(-15px);
}

.fix_menu li:last-of-type {
    margin-right: 0;
}

.fix_menu li a:hover,
.fix_menu li a:hover img {
    opacity: 1;
}

@media only screen and (max-width: 1024px) {
    /* ----------------------------------------------------------
    Common Setting
    ---------------------------------------------------------- */

    body {
        font-size: 1.4rem;
    }

    .inner {
        width: 95%;
    }

    .container {
        position: relative;
    }

    /* ----------------------------------------------------------
    nav
    ---------------------------------------------------------- */

    .nav {
        background-image: url(../images/bg01.jpg);
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 5%;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
    }

    .nav.active {
        visibility: visible;
        -webkit-animation: fade_in linear 0.2s;
        animation: fade_in linear 0.2s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @-webkit-keyframes fade_in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fade_in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .nav .img img {
        width: 100px;
    }

    .nav .menu {
        text-align: right;
        font-size: 2rem;
        margin-top: 40px;
    }

    .nav_btn_container {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        position: fixed;
        right: 5%;
        top: 5%;
        z-index: 20;
        background-color: #fff;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 6px solid #bd272d;
        cursor: pointer;
    }

    .nav_btn {
        position: relative;
        width: 48px;
        height: 48px;
    }

    .nav_btn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 16px;
        height: 2px;
        background-color: #333;
    }

    .nav_btn span:nth-of-type(1) {
        top: 23px;
        width: 100%;
    }

    .nav_btn span:nth-of-type(2) {
        top: 36px;
        width: 100%;
    }

    .nav_btn.active span:nth-of-type(1) {
        top: 27px;
        left: 16px;
        transform: translateY(4px) rotate(-405deg);
        width: 100%;
    }

    .nav_btn.active span:nth-of-type(2) {
        top: 39px;
        left: 16px;
        transform: translateY(-9px) rotate(45deg);
        width: 100%;
    }

    .nav_btn_container .text {
        font-size: 1.2rem;
        text-align: center;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 3px;
    }

    /* ----------------------------------------------------------
    mv
    ---------------------------------------------------------- */

    .mv .inner {
        padding: 4% 0;
    }

    /* ----------------------------------------------------------
    section
    ---------------------------------------------------------- */

    .section {
        padding: 10% 0;
    }

    /* ----------------------------------------------------------
    about
    ---------------------------------------------------------- */

    .about {
        margin-top: 5%;
    }

    .about .box {
        width: 100%;
    }

    .about .box .box_inner {
        padding: 6%;
    }

    .about .box .img {
        top: -128px
    }

    .about .box .img img {
        width: 130px;
    }

    .about .box .title {
        margin-bottom: 4%;
    }

    .about .box .text {
        margin-top: 5%;
    }

    /* ----------------------------------------------------------
    service
    ---------------------------------------------------------- */

    .service .title_layout {
        margin-left: 5%;
    }

    .service .service_title {
        margin-top: 10%;
    }

    .service .layout {
        margin-top: 7%;
    }

    .service .layout .box {
        width: 49%;
        height: 30vw;
        padding-top: 6%;
        margin-bottom: 5%;
    }

    .service .layout .box:nth-of-type(even) {
        background-image: url(../images/service_bg02.png);
    }

    .service .layout .box .text {
        text-align: center;
        font-size: 2.1rem;
    }

    .service .layout .box .img {
        margin-top: auto;
    }

    .service .layout .box .img img {
        width: 70px;
        margin-top: 10px;
    }

    .service .layout:nth-of-type(2) .box:first-of-type .img img {
        width: 90px;
        margin-top: 20px;
    }

    .service .layout:nth-of-type(2) .box:nth-of-type(2) .img img {
        width: 80px;
        margin-top: 15px;
    }


    .service .layout:nth-of-type(2) .box:last-of-type .img img {
        width: 120px;
        margin-top: 20px;
    }

    /* ----------------------------------------------------------
    price
    ---------------------------------------------------------- */

    .price .title_layout {
        margin-bottom: 5%;
    }

    .price .price_box {
        padding: 3%;
    }

    .price .price_box_inner {
        padding: 3%;
    }

    .price .layout01 {
        margin-top: 3%;
    }

    .price .layout01 .box {
        margin-bottom: 5%;
    }

    .price .layout01 .box dl {
        margin-left: 10px;
    }

    .price .layout01 .box dl dt {
        font-size: 1.2rem;
    }

    .price .layout01 .box dl dt span {
        font-size: 2rem;
    }

    .price .layout01 .box dl dd {
        font-size: 2rem;
    }

    .price .layout01 .box dl dd span {
        font-size: 1.2rem;
    }

    .price .layout01 .box .img img {
        width: 170px;
    }

    .price .layout02 {
        margin-top: 3%;
    }

    .price .layout02 .box dl dt {
        font-size: 1.8rem;
    }

    .price .layout02 .box dl dt span {
        position: relative;
    }

    .price .layout02 .box dl dd {
        font-size: 2rem;
    }

    .price .layout02 .box dl dd span {
        font-size: 1.2rem;
    }

    .price .notes {
        margin-top: 10px;
    }

    .price .layout03 {
        margin-top: 7%;
    }

    .price .layout03 .price {
        font-size: 3.2rem;
    }

    .price .layout03 .price span {
        font-size: 1.8rem;
    }

    .price .layout03 .text {
        font-size: 3.2rem;
    }

    /* ----------------------------------------------------------
    contact
    ---------------------------------------------------------- */

    .contact {
        margin-top: 5%;
    }

    .contact .title {
        margin-left: 80px;
    }

    /* ----------------------------------------------------------
    company
    ---------------------------------------------------------- */

    .company .box {
        padding: 0;
    }

    .company .box .layout .text {
        padding-left: 20px;
        box-sizing: border-box;
    }

    /* ----------------------------------------------------------
    footer
    ---------------------------------------------------------- */

    .footer {
        padding: 10px 30px 120px;
    }

    .footer .copyright {
        text-align: center;
    }

    .fix_menu {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .fix_menu li {
        margin-bottom: -4%;
    }

    .fix_menu li.active {
        transform: translateY(-15px);
    }
}

@media only screen and (max-width: 599px) {

    .nav {
        padding: 2.5%;
    }

    .nav_btn_container {
        right: 2.5%;
        top: 2.5%;
    }

    /* ----------------------------------------------------------
    mv
    ---------------------------------------------------------- */

    .mv .inner .img img {
        width: 80%;
    }


    /* ----------------------------------------------------------
    section
    ---------------------------------------------------------- */

    .section .title {
        font-size: 2.8rem;
    }

    .section .en_title {
        font-size: 1.2rem;
    }

    /* ----------------------------------------------------------
    about
    ---------------------------------------------------------- */

    .about {
        margin-top: 20%;
    }

    .about .box .img {
        position: absolute;
        right: 20px;
        top: -98px
    }

    .about .box .img img {
        width: 100px;
    }

    .about .box .title {
        margin-bottom: 4%;
    }

    .about .box .text {
        margin-top: 5%;
    }


    /* ----------------------------------------------------------
    service
    ---------------------------------------------------------- */

    .service .title_layout {
        margin-left: 7%;
    }

    .service .service_title {
        font-size: 2.4rem;
    }

    .service .layout .box {
        width: 100%;
        height: 50vw;
        padding-top: 10%;
        margin-bottom: 5%;
    }


    .service .layout .box .text {
        font-size: 1.8rem;
    }

    .service .layout .box .img img {
        width: 60px;
        margin-top: 10px;
    }

    .service .layout:nth-of-type(2) .box:first-of-type .img img {
        width: 80px;
        margin-top: 15px;
    }

    .service .layout:nth-of-type(2) .box:nth-of-type(2) .img img {
        width: 75px;
        margin-top: 15px;
    }

    .service .layout:nth-of-type(2) .box:nth-of-type(3) .img img {
        width: 70px;
        margin-top: 10px;
    }

    .service .layout:nth-of-type(2) .box:last-of-type .img img {
        width: 110px;
        margin-top: 20px;
    }


    /* ----------------------------------------------------------
    price
    ---------------------------------------------------------- */

    .price .price_box {
        padding: 5%;
    }

    .price .price_box_inner {
        padding: 5%;
    }

    .price .price_title {
        font-size: 2rem;
        position: relative;
    }

    .price .layout01 {
        margin-top: 5%;
    }

    .price .layout01 .box {
        width: 100%;
        margin-bottom: 5%;
    }

    .price .layout01 .box dl dt span {
        font-size: 1.8rem;
    }

    .price .layout01 .box dl dd {
        font-size: 1.8rem;
    }

    .price .layout01 .box dl dd span {
        font-size: 1.2rem;
    }

    .price .layout01 .box .img img {
        width: 35vw;
    }

    .price .layout02 {
        margin-top: 5%;
        display: block;
    }

    .price .layout02 .box {
        width: 100%;
        margin-bottom: 2%;
    }

    .price .layout02 .box dl dd {
        font-size: 2rem;
    }

    .price .layout02 .box dl dd span {
        font-size: 1.4rem;
    }

    .price .layout03 {
        display: block;
    }

    .price .layout03 .price {
        font-size: 3.2rem;
        margin-left: 0;
        margin-top: 3%;
    }

    .price .layout03 .text {
        color: #9d1e2f;
        font-size: 4.2rem;
        margin-left: 15px;
    }

    .price .layout03 .text {
        font-size: 2rem;
        margin-left: 0;
        margin-top: 3%;
    }

    /* ----------------------------------------------------------
    contact
    ---------------------------------------------------------- */

    .contact {
        margin-top: 5%;
    }

    .contact .title {
        margin-left: 0;
        padding-right: 20%;
    }

    .contact .box {
        width: 100%;
    }

    .contact .box .box_inner {
        padding: 5% 5%;
    }

    .contact .box .img {
        right: 5px;
        top: -78px;
    }

    .contact .box .img img {
        width: 80px;
        height: auto;
    }

    .contact .box .form dl {
        display: block;
        margin-bottom: 3%;
    }

    .contact .box .form dl dt {
        width: 100%;
    }

    .contact .box .form dl dd {
        margin-top: 7px;
        width: 100%;
    }

    .contact .box .form dl dd input.name {
        width: 25vw;
    }

    .contact .box .form dl dd label:last-of-type {
        margin-left: 10px;
    }

    .contact .box .form .btn {
        margin-top: 4%;
    }

    .contact .box .form .btn input {
        font-size: 1.4rem;
        width: 70%;
        padding: 5px 0;
    }

    /* ----------------------------------------------------------
    company
    ---------------------------------------------------------- */

    .company .box .layout {
        display: block;
        margin-top: 7%;
    }

    .company .box .layout .img,
    .company .box .layout .text {
        width: 100%;
    }

    .company .box .layout .text {
        padding-left: 0;
        margin-top: 5%;
    }

    .company .box .map iframe {
        height: 250px;
    }


    /* ----------------------------------------------------------
    footer
    ---------------------------------------------------------- */

    .footer {
        padding: 0 0 15%;
    }

    .footer .copyright {
        text-align: center;
    }

    .fix_menu {
        padding: 0 2%;
        box-sizing: border-box;
    }

    .fix_menu li {
        margin-right: 2%;
    }

    .fix_menu li.active {
        transform: translateY(-7px);
    }

}

/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
/* ----------------------------------------------------------
*/