html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    color: #000;
    height: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.3rem;
}

.gothic {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}

.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.h {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
}

img.w80 {
    width: 80%;
}

img.w60 {
    width: 60%;
}

a {
    color: #1444c0;
    text-decoration: none;
}

a:hover {
    color: #1444c0;
    text-decoration: underline;
}

a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

a.nolink {
    pointer-events: none
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 60px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAeCAYAAABe3VzdAAABPElEQVRYhc3YMS8EQRiH8f+cu+iodKI6pdApdCIhIVcpcM11Qi98A76BTyAa1X0c0VEI1TWKu8ijsE5mMliX233fp9rdYufX7OzMSBUGbAEvwG6V40wU0AGGfDYEOpO8pzFt2A+1JN0BBzWNVy5gG3jju3ega+2KAjYzyGNrVxSwAQyIO7F2RQHrGeS5tSsKWAVeE+SFtSsKWMkgL61dUcAy8JQgr4BgbRsHtIHHBHntDbkIPGSQM9a2cQXyPkHefCGbwJ6kM0nzhs5Wcn8kKQC9AAwkzRmgytRvSHq2VvxWAJYkdSXNGjoWJJ0mz24l9eqnJP31kXjA+Zxmiok6/Zv4mKhd/+rwvFgA1jI4H8stPC9Y8bzkx/OmCdjJ4HxsO4lPFiiuD//7nmYVuEwjSfshhH5N45WLKRwefQDXhDB6/v1b+gAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 94% center;
    background-size: 20px;
}

.btn--orange,
a.btn--orange {
    color: #fff;
    background-color: #99cf69;
}

.btn--orange:hover,
a.btn--orange:hover {
    color: #fff;
    background-color: #7baf4d;
}

a.btn--radius {}

a.btn--orange.btn--cubic {
    border-bottom: 3px solid #7baf4d;
}

a.btn--orange.btn--cubic:hover {

}

#container {
    width: 100%;
    margin: 0 auto;
}

header {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.logo {
    width: 16.8%;
    top: 1%;
    left: 1%;
    position: absolute;
}

.award {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: stretch;
    margin-top: 1%;
}

.award .award_img {
    width: 10%;
    max-width: 100px;
    margin: 0 1.5%;
}
.award .award_img2 {
    display: flex;
    place-items: center;
    width: 18%;
    max-width: 180px;
    margin: 0 1.5%;
}

.award_tex {
    font-size: 1.5rem;
    line-height: 1.6;
}

.sec01 {
    margin-top: 20px;
    margin-bottom: 60px;
}

.mainblc {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-bottom: 40px;
}

.main_l {
    text-align: center;
}

.main_r {
    text-align: center;
    margin-left: 5%;
    width: 17.3%;
}

.main_l h1 {
    font-size: 3.7rem;
    line-height: 1.4;
    color: #4590ce;
    font-weight: bold;
}

.main_l p {
    font-size: 2rem;
    line-height: 1.5;
    color: #414141;
    margin-top: 30px;
}

.head_logo_list {}

.head_logo_list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.head_logo_list ul li {
    margin: 0 2%;
    width: 18.9%;
}

.head_logo_list ul li:first-of-type {
    width: 12%;
}

.sec02 {
    background-color: #ffd671;
    padding: 20px;
    text-align: center;
}

.sec02 h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.sec02>p {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}



.cv_btn {
    text-align: center;
}

.cv_btn a.btn {
    margin: 0;
    font-size: 1.6rem;
    min-width: 37%;
    padding: 10px 30px;
}

.cv_btn a span {
    font-size: 2.5rem;
    padding: 0 30px;
}

.cv_btn p {
    margin-top: 20px;
    font-size: 1.6rem;
}

.cv_btn p a {
    color: #1444c0;
    text-decoration: underline;
}

.sec03 {
    padding: 50px;
    background-image: url(../image/bg_sec03.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.sec03 h3 {
    font-size: 2.4rem;
    color: #002442;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.sec03 h4 {
    font-size: 2.4rem;
    color: #002442;
    text-align: center;
    margin-top: 40px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.sec03img {
    width: 70%;
    margin: 0 auto;
}

.sec04 {
    background-color: #cee5f7;
    padding: 80px 0 40px;
}

.sec04 h3 {
    font-size: 2.8rem;
    text-align: center;
    color: #002442;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    font-weight: bold;
}

.service_list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.service_box {
    width: 30%;
    max-width: 610px;
    margin: 0 2% 40px;
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 1.5rem;
}

.service_box h4 {
    text-align: center;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.service_box.sb01 img {
    width: 43.4%;
}

.service_box.sb02 img {
    width: 59.8%;
}

.service_box.sb03 img {
    width: 73.8%;
}

.service_box.sb04 img {
    width: 71.9%;
}

.service_box h5 {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.service_box.sb01 h5 {
    color: #4590ce;
}

.service_box.sb02 h5 {
    color: #123293;
}

.service_box.sb03 h5 {
    color: #da9b00;
}

.service_box.sb04 h5 {
    color: #ce4f5a;
}

.service_box p {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #535353;
}

.service_box p.lastex {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 20px;
    line-height: 1.5;
}

.service_box h6 {
    font-size: 1.4rem;
    display: block;
    width: 60%;
    text-align: center;
    margin: 15px auto;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
}

.service_box.sb01 h6 {
    background-color: #4590ce;
}

.service_box.sb02 h6 {
    background-color: #123293;
}

.service_box.sb03 h6 {
    background-color: #eea900;
}

.service_box.sb04 h6 {
    background-color: #ce4f5a;
}


.sec05 {
    background-color: #4590ce;
    padding: 60px 0;
    box-sizing: border-box;
}

.sec05 h3 {
    font-size: 2.6rem;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    font-weight: bold;
}

.sec05 ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sec05 ul li {
    width: 21%;
    margin: 0 4%;
}

.sec05 ul li>div {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
}

.sec05 ul li div>h4 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #595959;
}

.sec05 ul li div .box1 {
    max-width: 50%;
    margin: 0 auto;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec05 ul li>h4 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #ffda7e;
    font-weight: bold;
}

.sec05 ul li>p {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.6;
}

.sec06 {
    background-color: #e9e9e9;
    padding: 40px;
}

.sec06 h3 {
    font-size: 2.4rem;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
    line-height: 2;
    letter-spacing: 0.5em;
    font-weight: bold;
}

.sec06 ul li {
    width: 79.7%;
    background-color: #fff;
    border-radius: 1em;
    padding: 35px;
    margin: 0 auto 40px;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px #bababa;
}

.sec06 ul li h4 {
    font-size: 2.4rem;
    line-height: 1.4;
}

.sec06 ul li .q_blc p span {
    font-size: 3rem;
    color: #4590ce;
    font-family: monospace, serif;
}

.sec06 ul li>div {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.sec06 ul li p {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 15px;
}

.sec06 ul li p:first-of-type {
    margin-right: 10px;
}

.sec06 ul li .a_blc p span {
    font-size: 3rem;
    color: #e30030;
    font-family: monospace, serif;
}

.sec07 {
    padding: 50px;
    background-image: url(../image/bg_sec07.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.sec07 p {
    font-size: 1.6rem;
    color: #002543;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
}

.sec07 .cv_btn p {
    margin-top: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0;
}




footer {
    padding: 30px 20px;
    text-align: center;
    background-color: #4590ce;
    color: #fff;
}

footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-bottom: dashed 1px #fff;
    padding: 0 0 20px;
    width: 60%;
    margin: 0 auto 20px;
}

footer ul li {
    margin: 0 20px;
    font-size: 1.2rem;
}

footer ul li a {
    color: #fff;
}


footer ul li a:hover {
    color: #1444c0;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

@media (max-width:1024px) {
    #container {
        width: 100%;
    }

    .main_l h1 {
        font-size: 3vw;
    }

    .main_l p {
        font-size: 1.7vw;
    }
}

@media (max-width:768px) {
    #container {
        width: 100%;
    }

    .aword_tex {
        font-size: 1.2vw;
    }

    .cv_btn {
        bottom: 4%;
    }

    .cv_btn a {}

}

@media (max-width:414px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    header {
        margin-bottom: 0px;
        padding: 1%;
        box-sizing: border-box;
    }

    .logo {
        width: 21.3%;
        top: inherit;
        left: inherit;
        margin: 0;
        position: relative;
    }

    .award {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 1%;
        width: 100%;
        box-sizing: border-box;
    }

    .award .award_tex {
        width: 100%;
    }
    .award .award_img {
        width: 20%;
    }
    .award .award_img2 {
        width: 25%;
    }

    .award .aword_tex {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .mainblc {
        display: block;
        margin-bottom: 20px;
    }

    .main_l h1 {
        font-size: 2rem;
    }

    .pc_img {
        width: 23.2%;
        margin: 20px auto;
    }

    .main_l p {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-top: 0px;
    }

    .sec01 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .sec02 h2 {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .sec02>p {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.6;
        margin-bottom: 20px;
    }


    .cv_btn a.btn {
        margin: 0;
        font-size: 1.2rem;
        min-width: 37%;
        padding: 5px 20px;
    }

    .cv_btn a span {
        font-size: 2.2rem;
    }

    .sec03 {
        padding: 20px 10px;
        background-image: url(../image/bg_sec03_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec03img {
        width: 100%;
        margin: 0 auto;
    }

    .sec03 h3 {
        font-size: 2.2rem;
        color: #002442;
        text-align: center;
        margin-bottom: 20px;
    }

    .sec03 h4 {
        font-size: 2rem;
        color: #002442;
        text-align: left;
        margin-top: 30px;
        margin-left: 10px;
        letter-spacing: 0.1em;
    }

    .sec04 {
        background-color: #cee5f7;
        padding: 40px 0 40px;
    }

    .sec04 h3 {
        font-size: 2.2rem;
        text-align: center;
        color: #002442;
        letter-spacing: 0.1em;
        margin-bottom: 20px;
    }

    .service_box {
        width: 86%;
        max-width: 610px;
        margin: 0 2% 40px;
        padding: 20px 10px;
        box-sizing: border-box;
        background-color: #fff;
        border-radius: 1.5rem;
    }

    .service_box h4 {
        text-align: center;
        display: flex;
        height: auto;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .service_box p.lastex {
        margin-left: 10px;
    }

    .sec05 {
        padding: 30px 0;
    }

    .sec05 h3 {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .sec05 ul li {
        width: 42%;
        margin: 0 3%;
    }

    .sec05 ul li div>h4 {
        font-size: 1.6rem;
        margin-bottom: 10px;
        color: #595959;
    }

    .sec05 ul li div .box1 {
        max-width: 80%;
        margin: 0 auto;
        height: 84px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sec05 ul li>div {
        background-color: #fff;
        border-radius: 20px;
        padding: 15px 10px;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 20px;
    }

    .sec05 ul li>h4 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .sec05 ul li>p {
        font-size: 1.3rem;
        color: #fff;
        line-height: 1.6;
    }

    .sec06 {
        background-color: #e9e9e9;
        padding: 20px;
    }

    .sec06 h3 {
        font-size: 2.4rem;
        margin-bottom: 20px;
        line-height: 1.1;
        letter-spacing: 0.5em;
        margin-left: 0.5em;
    }

    .sec06 h3 span {
        font-size: 1.4rem;
        letter-spacing: 0.1em;
    }

    .sec06 ul li {
        width: 100%;
        border-radius: 0.5em;
        padding: 20px;
        margin: 0 auto 30px;
        box-sizing: border-box;
        box-shadow: 4px 4px 0px #bababa;
    }

    .sec06 ul li .q_blc p {
        font-size: 2rem;
    }

    .sec06 ul li h4 {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .sec06 ul li .q_blc p span {
        font-size: 2.1rem;
    }

    .a_blc {
        margin-top: 20px;
    }

    .sec06 ul li .a_blc p span {
        font-size: 2.1rem;
    }

    .sec06 ul li p {
        margin-top: 0;
        font-size: 1.5rem;
    }

    .sec07 {
        padding: 30px 20px;
        background-image: url(../image/bg_sec07_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .sec07 p {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .sec07 .cv_btn p {
        margin-top: 10px;
        font-size: 1.5rem;
    }





    .p01 h2 {
        font-size: 1.8rem;
        width: 90%;
        margin: 10px auto 0;
    }

    .p01 {
        margin-bottom: 30px;
    }

    .p02 h3 {
        font-size: 2.6rem;
        margin: 0 auto 20px;
    }

    .p02 {
        margin-bottom: 40px;
        padding: 20px 10px;
    }

    .p02 ul li {
        background-color: #fff;
        border-radius: 10px;
        padding: 10px 5px;
    }

    .p02 ul li h4 {
        font-size: 1.4rem;
    }

    .box1 {
        padding: 5px;
    }

    .p03 h3,
    .p04 h3 {
        font-size: 2.5rem;
    }

    .p03 h4 {
        font-size: 1.8rem;
        padding: 20px 10px;
    }

    .wrapjbox {
        padding: 20px 0 20px;
    }

    .inbox {
        padding: 5px;
        width: 48%;
        margin: 0 1% 10px;
        box-sizing: border-box;
    }

    .cv_btn02 {
        width: 90%;
        margin: 10px auto 0;
    }

    .h4p {
        margin-top: 5px;
    }

    .p04 h4 {
        display: block;
    }

    .wraptbox {
        padding: 10px 0 0px;
        margin-bottom: 30px;
    }

    .toolwrap {
        margin-bottom: 10px;
    }

    .tbox {
        justify-content: left;
    }

    .tbox::before {
        content: none;
    }

    .tbox::after {
        content: none;
    }

    .cv_btn02 a {
        font-size: 1.6rem;
    }

    .jbox::before,
    .jbox::after {
        content: none;
    }

    .p02_2 {
        width: 90%;
        margin: 0 auto 80px;
        padding: 0 0;
    }

    .p02_2 ul li p {
        font-size: 1.4rem;
    }

    .p02_2 ul li h4 {
        font-size: 1.8rem;
    }

    .cv_btn03 a {
        margin: 0 3%;
        font-size: 1.4rem;
        min-width: 150px;
        padding: 8px 0px;
    }

    footer ul {
        padding: 0 0 20px;
        width: 100%;
        margin: 0 auto 20px;
    }

    footer ul li {
        margin: 0 20px;
        font-size: 1.1rem;
    }
}

@media (max-width:320px) {
    .p02 ul li h4 {
        font-size: 1.1rem;
    }

    .aword_tex {
        width: 120%;
    }

    .p01 h2 {
        font-size: 1.6rem;
    }

    .cv_btn {
        bottom: 3%;
    }

    .cv_btn02 .btn,
    .cv_btn02 a.btn {
        padding: 1rem 2rem;
    }

    .cv_btn a {
        margin: 0 2%;
        font-size: 1.3rem;
    }

    .cv_btn a,
    .cv_btn03 a {
        min-width: 138px;
    }

    .cv_btn03 a {
        margin: 0 2%;
        font-size: 1.3rem;
    }
}


.garoonAttn {
    text-align: center;
    margin-bottom: 30px;
}
.garoonAttn .garoonAttn_text {
    display: inline-block;
    padding: 10px 10px 10px 50px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #f8ed25;
    background-color: #444444;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzZfMTYwMjYpIj4KPHBhdGggZD0iTTEyIDUuOTlMMTkuNTMgMTlINC40N0wxMiA1Ljk5Wk0xMiAyTDEgMjFIMjNMMTIgMlpNMTMgMTZIMTFWMThIMTNWMTZaTTEzIDEwSDExVjE0SDEzVjEwWiIgZmlsbD0iI2Y4ZWQyNSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzZfMTYwMjYiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: left 10px center;
}
.garoonAttn .garoonAttn_btnGroup {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

.garoonAttn .garoonAttn_btn {
    display: inline-block;
    min-width: 200px;
    padding: 12px 24px 12px;
    border-radius: 12px;
    color: #F39800;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    transition: all .1s ease-in;
    border: 1px solid #F39800;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxtYXNrIGlkPSJtYXNrMF82Nl8yMDkiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+DQo8cmVjdCB4PSIwLjMzMzMxMyIgeT0iMC41IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4NCjwvbWFzaz4NCjxnIG1hc2s9InVybCgjbWFzazBfNjZfMjA5KSI+DQo8cGF0aCBkPSJNMTIuOTMzMyAxMi41TDguMzMzMzEgNy45TDkuNzMzMzEgNi41TDE1LjczMzMgMTIuNUw5LjczMzMxIDE4LjVMOC4zMzMzMSAxNy4xTDEyLjkzMzMgMTIuNVoiIGZpbGw9IiNGMzk4MDAiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-repeat: no-repeat;
    background-position: right center;
}

.garoonAttn .garoonAttn_btn:hover {
    color: #fff;
    background-color: #F39800;
    border-color: #F39800;
    text-decoration: none;
}