@charset "UTF-8";
.Information_txt {
    margin-bottom: 60px;
}
.Information_dtl {
    margin-bottom: 60px;
}
.Information_dtl:last-child {
    margin-bottom: 0;
}
.Information_dtl .ttl {
    line-height: 1.5;
    font-weight: 700;
    padding-left: 13px;
    border-left: 4px solid #E2B700;
    margin-bottom: 10px;
}
.Information_dtl .lnk {
    line-height: 2;
}
.Information_dtl .lnk a {
    color: #2D9387;
    text-decoration: underline;
}
.Information_dtl .lnk a .blank {
    padding-left: .2em;
    display: inline-block;
    transition: filter .2s ease-out;
}
@media (min-width: 767px) {
    .Information_dtl .lnk a:hover {
        color: #1C4A40;
    }
    .Information_dtl .lnk a:hover .blank {
        filter: brightness(0) saturate(100%) invert(25%) sepia(16%) saturate(1400%) hue-rotate(117deg) brightness(89%) contrast(92%);
    }
}
@media (min-width: 1280px) {
    .c-wrap {
        padding-left: 14.5%;
        padding-right: 14.5%;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .Information_txt {
        margin-bottom: 30px;
    }
    .Information_dtl {
        margin-bottom: 30px;
    }
    .Information_dtl .ttl {
        padding-left: 10px;
        border-left: 3px solid #E2B700;
    }
    .Information_dtl .lnk {
        line-height: 1.8;
    }
}
@media screen and (max-width: 374px) {
}
