@charset "UTF-8";
/*----------------------------
  ロゴのみ（2025.04）
-----------------------------*/
.header {
    position: initial !important;
    height: 100px !important;
}
.header-in img.logo {
    margin-top: 18px;
}
/*----------------------------
  レスポンシブ
-----------------------------*/
@media screen and (max-width: 820px) {
    .header {
        height: 102px !important;
        border-bottom: 2px solid #2d3795;
        display: flex;
        align-items: center;
        padding: 0 15px;
    }
    .header-in img.logo {
        width: 283.5px;
        margin-top: 0;
    }
}
@media screen and (min-width: 569px) and (max-width: 820px) {
    #fix-menu .telfo .free {
        width: 100% !important;
    }
    #fix-menu .telfo .free a {
        padding: 22px 0 25px 8vw;
    }
    #fix-menu .telfo .free a span:first-child {
        font-size: 5.5vw;
    }
    #fix-menu .telfo .free a span:last-child {
        font-size: 2.5vw;
        margin-left: 2.5vw;
    }
    #fix-menu .telfo .free a span:first-child::before {
        width: 6.5vw;
        height: 6.5vw;
        left: 7.5vw;
        top: 25px;
    }
}
@media screen and (min-width: 569px) and (max-width: 640px) {
    #fix-menu .telfo .free a {
        padding: 20px 0 25px 7vw;
    }
    #fix-menu .telfo .free a span:first-child {
        font-size: 6vw;
    }
    #fix-menu .telfo .free a span:last-child {
        font-size: 2.7vw;
    }
    #fix-menu .telfo .free a span:first-child::before {
        width: 6.2vw;
        height: 6.2vw;
        left: 4.8vw;
        top: 25px;
    }
}
@media screen and (max-width: 568px) {
    .header {
        height: 82px !important;
    }
    .header-in img.logo {
        width: 225px;
    }
    #fix-menu .telfo .free {
        width: 100% !important;
    }
    #fix-menu .telfo .free a {
        padding: 12px 0 20px 11vw;
        flex-wrap: wrap;
    }
    #fix-menu .telfo .free a span {
        display: block;
        width: 100%;
        text-align: center;
    }
    #fix-menu .telfo .free a span:last-child {
        padding-top: 3px;
    }
    #fix-menu .telfo .free a span:first-child::before {
        width: 11vw;
        height: 11vw;
        left: 18vw;
        top: 20px;
    }
    #fix-menu #pageTop {
        bottom: 22vw;
    }
}
@media screen and (max-width: 440px) {
    #fix-menu #pageTop {
        bottom: 23vw;
    }
}
@media screen and (max-width: 430px) {
    .header {
        height: 62px !important;
        padding: 0 10px;
    }
    .header-in img.logo {
        width: 182.75px;
    }
}
@media screen and (max-width: 393px) {
    #fix-menu .telfo .free a {
        padding: 12px 0 18px 12vw;
    }
    #fix-menu .telfo .free a span:first-child::before {
        width: 12vw;
        height: 12vw;
        left: 17vw;
        top: 17px;
    }
}
@media screen and (max-width: 375px) {
    #fix-menu #pageTop {
        bottom: 24vw;
    }
}
@media screen and (max-width: 344px) {
    .header-in img.logo {
        width: 170px;
    }
}
@media screen and (max-width: 320px) {
    .header-in img.logo {
        width: 153px;
    }
    #fix-menu #pageTop {
        bottom: 26vw;
    }
}
@media screen and (max-width: 280px) {
    .header {
        height: 52px !important;
    }
    .header-in img.logo {
        width: 136px;
    }
}