@charset "utf-8";
/*----------------------------
  共通
-----------------------------*/
body {
    color: #353535;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
/*----------------------------
  ローディング
-----------------------------*/
#loading-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #00a9ee;
    background: #248bff;
    transition: all 1s;
}
.loader, .loader:before, .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: 45vh;
}
.loader:before, .loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
.loaded {
    opacity: 0;
    visibility: hidden;
}
/*----------------------------
  fix-menu
-----------------------------*/
#fix-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}
#fix-menu .telfo {
    display: none;
}
#fix-menu #pageTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    background: none;
    width: auto;
    height: auto;
}
#fix-menu #pageTop img {
    width: 78px;
    height: auto;
}
/*----------------------------
  footer
-----------------------------*/
footer {
    min-width: 1140px;
    width: 100%;
    background: #fff;
    color: #282828;
    font-family: "Noto Sans JP", sans-serif !important;
}
footer .in {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
footer .up {
    width: 100%;
    background: #194eb9;
    padding: 80px 0;
}
footer .up dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}
footer .up dl:first-child {
    margin-bottom: 40px;
}
footer .up dl dt {
    width: 100%;
    font-size: 29px;
    font-weight: 600 !important;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    background: none;
    line-height: 1.5;
    text-indent: 0;
}
footer .up dl dt span {
    display: inline-block;
    background-image: url(../images/bg-circle.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 14px 5px;
    padding-bottom: 15px;
}
footer .up dl dt span span {
    background: none !important;
    padding-bottom: 0 !important;
}
footer .up dl dd {
    width: 48%;
    text-align: left;
    margin-bottom: 0;
    text-indent: 0;
}
footer .up dl dd ul {
    padding: 0;
    margin-bottom: 0;
}
footer .up dl dd ul li {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    list-style: none;
    -moz-box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
    -ms-box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
    box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
}
footer .up dl dd ul li a {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 16px 40px 19px 20px;
    position: relative;
    color: #282828;
    text-decoration: none;
}
footer .up dl dd ul li a::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #254dde;
    border-right: 3px solid #254dde;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .up dl dd ul li a:hover {
    color: #254dde;
    opacity: 1;
}
footer .up dl:last-child dd {
    width: 23.5%;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
    -ms-box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
    box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
}
footer .up dl:last-child dd a {
    padding: 18px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    min-height: 132px;
    text-decoration: none;
}
footer .up dl:last-child dd a:hover {
    opacity: 1;
}
footer .up dl:last-child dd a img {
    width: 100%;
    margin-bottom: 3px;
}
footer .up dl:last-child dd a p {
    font-size: 15px;
    margin-bottom: 0;
    color: #282828;
    line-height: 1.2;
    text-align: center;
}
footer .up dl:last-child dd:nth-child(2) a p {
    padding-bottom: 8px;
}
footer .up dl:last-child dd a p span {
    display: block;
}
footer .up dl:last-child dd a:hover p {
    color: #254dde;
}
footer .down {
    width: 100%;
    padding: 60px 0 120px;
}
footer .down .in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .down .in .box:first-child {
    width: 440px;
}
footer .down .in .box:first-child img {
    width: 340px;
    margin-bottom: 10px;
}
footer .down .in .box:first-child p:not(.copyright) {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding-left: 65px;
    margin-bottom: 0;
}
footer .down .in .box:first-child .support {
    background-color: #194eb9;
    padding: 15px 20px 22px;
    border-radius: 8px;
    margin: 15px 0;
    text-align: left;
}
footer .down .in .box:first-child .support dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
footer .down .in .box:first-child .support dl dt {
    font-size: 26px;
    font-weight: bold !important;
    line-height: 1;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
    background: none;
    text-indent: 0;
}
footer .down .in .box:first-child .support dl dt::before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 31px;
    background-image: url(../images/icon-member.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 10px -3px 0;
}
footer .down .in .box:first-child .support dl dd {
    width: 48%;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 0;
    -moz-box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
    -webkit-box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
    -ms-box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
    box-shadow: 0px 2px 0px rgba(0, 19, 88, 0.4);
    text-indent: 0;
}
footer .down .in .box:first-child .support dl dd a {
    display: block;
    font-size: 19px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 10px 18px 12px;
    position: relative;
    color: #282828;
    text-decoration: none;
}
footer .down .in .box:first-child .support dl dd a::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 9px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #254dde;
    border-right: 3px solid #254dde;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
footer .down .in .box:first-child .support dl dd a:hover {
    color: #254dde;
    opacity: 1;
}
footer .down .in .box:nth-child(2) {
    width: calc(100% - 470px);
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .down .in .box:nth-child(2) .sp {
    display: none;
}
footer .down .in .box:nth-child(2) dl {
    display: inline-block;
    width: 29%;
    margin-bottom: 1rem;
}
footer .down .in .box:nth-child(2) dl dt {
    font-size: 18px;
    font-weight: bold !important;
    line-height: 1;
    border-bottom: 2px solid #254dde;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: none;
    text-indent: 0;
}
footer .down .in .box:nth-child(2) dl dd + dt {
    margin-top: 25px;
}
footer .down .in .box:nth-child(2) dl dd {
    margin-bottom: 0;
}
footer .down .in .box:nth-child(2) dl dd ul {
    padding: 0;
    margin-bottom: 0;
}
footer .down .in .box:nth-child(2) dl dd ul li {
    list-style: none;
    margin-bottom: 15px;
    background: none;
    text-indent: 0;
}
footer .down .in .box:nth-child(2) dl dd ul li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #282828;
    text-decoration: none;
}
footer .down .in .box:nth-child(2) dl dd ul li a:hover {
    opacity: 1;
    text-decoration: underline;
}
footer .down .copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
footer .down .copyright.sp {
    display: none;
}
@media screen and (max-width: 820px) {
    .loader {
        top: 45vh;
    }
    #fix-menu {
        display: block;
    }
    #fix-menu .telfo {
        position: fixed;
        display: flex;
        bottom: 0;
        width: 100%;
        height: auto;
        background-color: transparent;
    }
    #fix-menu .telfo .free {
        display: flex;
        width: 47%;
        background-color: #f92e8d;
        border-radius: 10px 10px 0 0;
    }
    #fix-menu .telfo .form {
        display: flex;
        width: 53%;
        background-color: #44b23c;
        border-radius: 10px 10px 0 0;
    }
    #fix-menu .telfo .free a {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        color: #fff;
        text-decoration: none !important;
        line-height: 1.2;
        padding: 10px 0 17px 5.2vw;
        position: relative;
    }
    #fix-menu .telfo .free a span:first-child {
        font-size: 5vw;
        font-weight: 900;
    }
    #fix-menu .telfo .free a span:last-child {
        font-size: 2.3vw;
        font-weight: 400;
    }
    #fix-menu .telfo .free a span:first-child::before {
        display: inline-block;
        content: "";
        width: 5.2vw;
        height: 5.2vw;
        background-image: url(../images/icon-phone.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 2.5vw;
        top: 18px;
    }
    #fix-menu .telfo .form a {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        color: #fff;
        text-decoration: none;
        line-height: 1.2;
        padding: 10px 0 12px 6.5vw;
        position: relative;
    }
    #fix-menu .telfo .form a span {
        display: inline-block;
        font-size: 3.5vw;
        font-weight: 600;
    }
    #fix-menu .telfo .form a span:first-child::before {
        display: inline-block;
        content: "";
        width: 5.2vw;
        height: 5.2vw;
        background-image: url(../images/icon-mail.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 2.3vw;
        top: 28px;
    }
    #fix-menu .telfo .form a span span {
        margin: 0 -3px;
    }
    #fix-menu .telfo .form a span span::before {
        display: none !important;
    }
    #fix-menu #pageTop {
        position: fixed;
        right: 20px;
        bottom: 120px;
    }
    #fix-menu #pageTop img {
        width: 92px;
    }
    footer {
        min-width: auto;
    }
    footer .up {
        padding: 60px 40px;
    }
    footer .up dl:first-child {
        margin-bottom: 30px;
    }
    footer .up dl:last-child {
        padding: 0 20px;
        margin-bottom: 0;
    }
    footer .up dl dt {
        font-size: 4.75vw;
        margin-bottom: 30px;
    }
    footer .up dl dd {
        width: 100%;
    }
    footer .up dl dd ul li a {
        font-size: 3.5vw;
        padding: 16px 40px 18px 20px;
    }
    footer .up dl dd ul li a::after {
        top: 36%;
        right: 30px;
        width: 18px;
        height: 18px;
        border-top: 6px solid #254dde;
        border-right: 6px solid #254dde;
    }
    footer .up dl dd ul li a:hover {
        color: #282828;
    }
    footer .up dl:last-child dd {
        width: 100%;
        margin-bottom: 20px;
    }
    footer .up dl:last-child dd a {
        padding: 25px 20px 20px;
        min-height: auto;
        margin-bottom: 0;
    }
    footer .up dl:last-child dd a img {
        max-width: 275px;
        margin-bottom: 15px;
    }
    footer .up dl:last-child dd a p {
        font-size: 3vw;
        width: 100%;
    }
    footer .up dl:last-child dd:nth-child(2) a p {
        padding-bottom: 0;
    }
    footer .up dl:last-child dd a p::after {
        display: inline-block;
        content: "";
        width: 25px;
        height: 25px;
        background-image: url(../images/icon-link.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: bottom;
        margin-left: 5px;
    }
    footer .up dl:last-child dd a:hover p {
        color: #282828;
    }
    footer .up dl:last-child dd a p span {
        display: inline-block;
    }
    footer .down {
        padding: 60px 40px 140px;
    }
    footer .down .in .box:first-child {
        width: 100%;
    }
    footer .down .in .box:nth-child(2) {
        width: 100%;
    }
    footer .down .in .box:first-child img {
        max-width: 510px;
        width: 100%;
        margin-bottom: 20px;
    }
    footer .down .in .box:first-child p:not(.copyright) {
        font-size: 3vw;
        padding-left: 16vw;
    }
    footer .down .in .box:first-child .support {
        padding: 30px;
        margin: 30px 0 50px;
    }
    footer .down .in .box:first-child .support dl dt {
        font-size: 4.8vw;
        margin-bottom: 20px;
    }
    footer .down .in .box:first-child .support dl dt::before {
        width: 51px;
        height: 47px;
        margin: 0 10px 3px 0;
        vertical-align: sub;
    }
    footer .down .copyright.pc {
        display: none;
    }
    footer .down .copyright.sp {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        font-size: 3vw;
    }
    footer .down .in .box:first-child .support dl dd a {
        font-size: 3.5vw;
        padding: 18px 30px 20px 20px;
    }
    footer .down .in .box:first-child .support dl dd a:hover {
        color: #282828;
    }
    footer .down .in .box:first-child .support dl dd a::after {
        top: 36%;
        right: 20px;
        width: 18px;
        height: 18px;
        border-top: 6px solid #254dde;
        border-right: 6px solid #254dde;
    }
    footer .down .in .box:nth-child(2) .pc {
        display: none;
    }
    footer .down .in .box:nth-child(2) .sp {
        display: block;
    }
    footer .down .in .box:nth-child(2) {
        width: 100%;
        display: block;
    }
    footer .down .in .box:nth-child(2) dl {
        width: 46%;
        float: left;
        margin-bottom: 25px;
    }
    footer .down .in .box:nth-child(2) dl:nth-child(2) {
        float: right;
    }
    footer .down .in .box:nth-child(2) dl:last-child {
        margin-bottom: 15px;
    }
    footer .down .in .box:nth-child(2) dl dt {
        font-size: 24px;
        margin-bottom: 25px;
    }
    footer .down .in .box:nth-child(2) dl dd + dt {
        margin-top: 50px;
    }
    footer .down .in .box:nth-child(2) dl dd ul li {
        margin-bottom: 25px;
    }
    footer .down .in .box:nth-child(2) dl dd ul li a {
        font-size: 20px;
    }
    footer .down .in .box:nth-child(2) dl dd ul li a:hover {
        text-decoration: none;
    }
}
@media screen and (max-width: 768px) {
    #fix-menu .telfo .form a span:first-child::before {
        top: 26px;
    }
    #fix-menu #pageTop {
        bottom: 110px;
    }
}
@media screen and (max-width: 668px) {
    #fix-menu .telfo .form a span:first-child::before {
        left: 2.5vw;
        top: 25px;
    }
}
@media screen and (max-width: 640px) {
    footer .up {
        padding: 60px 30px;
    }
    footer .up dl dd ul li a::after {
        top: 34%;
    }
    footer .up dl:last-child {
        padding: 0 10px;
    }
    footer .up dl:last-child dd a img {
        margin-bottom: 8px;
    }
    footer .down {
        padding: 60px 30px 120px;
    }
    footer .down .in .box:first-child .support {
        padding: 15px 25px 25px;
    }
    #fix-menu #pageTop {
        bottom: 100px;
    }
    #fix-menu #pageTop img {
        width: 82px;
    }
}
@media screen and (max-width: 568px) {
    footer .up {
        padding: 50px 20px;
    }
    footer .up dl dt {
        font-size: 4.9vw;
    }
    footer .up dl dd ul li a {
        font-size: 4.2vw;
    }
    footer .up dl:last-child dd a p {
        font-size: 3.2vw;
    }
    footer .down {
        padding: 50px 20px 130px;
    }
    footer .down .in .box:first-child p:not(.copyright) {
        font-size: 3.2vw;
    }
    footer .down .in .box:first-child .support dl dd {
        width: 100%;
        margin-bottom: 20px;
    }
    footer .down .in .box:first-child .support dl dd a {
        font-size: 4.2vw;
        padding: 16px 30px 18px 20px;
    }
    footer .down .in .box:first-child .support dl dd:last-child {
        margin-bottom: 0;
    }
    footer .down .in .box:nth-child(2) dl dt {
        font-size: 4vw;
    }
    footer .down .in .box:nth-child(2) dl dd ul li a {
        font-size: 3.2vw;
    }
    #fix-menu .telfo .free {
        width: 60%;
    }
    #fix-menu .telfo .form {
        width: 40%;
    }
    #fix-menu .telfo .free a {
        padding: 10px 0 17px 6vw;
    }
    #fix-menu .telfo .free a span:first-child {
        font-size: 6.8vw;
    }
    #fix-menu .telfo .free a span:first-child::before {
        width: 6.2vw;
        height: 6.2vw;
        left: 2.5vw;
        top: 16px;
    }
    #fix-menu .telfo .free a span:last-child {
        font-size: 3.1vw;
    }
    #fix-menu .telfo .form a {
        line-height: 1;
        padding: 13px 0 15px 7vw;
    }
    #fix-menu .telfo .form a span {
        font-size: 4.2vw;
    }
    #fix-menu .telfo .form a span:first-child {
        padding-left: 5px;
    }
    #fix-menu .telfo .form a span:first-child::before {
        width: 6vw;
        height: 6vw;
        left: 3vw;
        top: 15px;
    }
    #fix-menu .telfo .form a span span {
        margin: 0;
        display: inline;
        padding-left: 0 !important;
    }
    #fix-menu #pageTop img {
        width: 72px;
    }
    #fix-menu #pageTop {
        bottom: 110px;
    }
}
@media screen and (max-width: 540px) {
    footer .up dl dd ul li a::after {
        right: 20px;
    }
    footer .down .in .box:first-child img {
        width: 90%;
    }
    footer .up dl:last-child dd a p::after {
        vertical-align: middle;
    }
}
@media screen and (max-width: 500px) {
    footer .up dl dt {
        font-size: 4.85vw;
    }
}
@media screen and (max-width: 430px) {
    .loader {
        top: 42vh;
    }
    footer .up {
        padding: 40px 20px;
    }
    footer .up dl dd ul li a {
        font-size: 4.8vw;
        padding: 13px 40px 15px 18px;
    }
    footer .up dl dd ul li a::after {
        top: 35%;
        right: 18px;
        width: 13px;
        height: 13px;
        border-top: 4px solid #254dde;
        border-right: 4px solid #254dde;
    }
    footer .up dl dt {
        font-size: 6vw;
        line-height: 1.3;
        margin-bottom: 25px;
    }
    footer .up dl dt span {
        padding-bottom: 20px;
    }
    footer .up dl:first-child dt:first-child {
        width: 80vw;
        margin: 0 auto 25px;
        line-height: 1.5;
    }
    footer .up dl:first-child dt:first-child span {
        padding-bottom: 18px;
    }
    footer .up dl dd ul li {
        margin-bottom: 15px;
    }
    footer .up dl:last-child dd a {
        padding: 18px 15px 15px;
    }
    footer .up dl:last-child dd {
        margin-bottom: 15px;
    }
    footer .up dl:last-child dd a img {
        max-width: 250px;
    }
    footer .up dl:last-child dd a p::after {
        width: 4.5vw;
        height: 4.5vw;
        margin-left: 3px;
    }
    footer .up dl:last-child dd a p {
        font-size: 3.4vw;
    }
    footer .down {
        padding: 40px 20px 110px;
    }
    footer .down .in .box:first-child p:not(.copyright) {
        font-size: 3.8vw;
        padding-left: 8vw;
    }
    footer .down .in .box:first-child .support {
        padding: 12px 20px 20px;
        margin: 25px 0 40px;
    }
    footer .down .in .box:first-child .support dl dt {
        font-size: 5.5vw;
        margin-bottom: 5px;
    }
    footer .down .in .box:first-child .support dl dt::before {
        margin: 0 10px 10px 0;
        vertical-align: middle;
    }
    footer .down .in .box:first-child .support dl dd {
        margin-bottom: 15px;
    }
    footer .down .in .box:first-child .support dl dd a {
        font-size: 4.8vw;
        padding: 13px 40px 15px 18px;
    }
    footer .down .in .box:first-child .support dl dd a::after {
        top: 35%;
        right: 18px;
        width: 13px;
        height: 13px;
        border-top: 4px solid #254dde;
        border-right: 4px solid #254dde;
    }
    footer .down .in .box:nth-child(2) dl dt {
        font-size: 4.5vw;
        margin-bottom: 20px;
    }
    footer .down .in .box:nth-child(2) dl dd ul li {
        margin-bottom: 20px;
        margin-right: -2vw;
    }
    footer .down .in .box:nth-child(2) dl dd ul li a {
        font-size: 3.75vw;
    }
    #fix-menu .telfo .free a span:first-child::before {
        top: 15px;
    }
    #fix-menu .telfo .form a span:first-child::before {
        top: 13px;
    }
    #fix-menu #pageTop {
        right: 15px;
        bottom: 92px;
    }
    #fix-menu #pageTop img {
        width: 52px;
    }
}
@media screen and (max-width: 414px) {
    footer .up dl:last-child dd a img {
        max-width: 220px;
    }
}
@media screen and (max-width: 393px) {
    #fix-menu #pageTop {
        right: 12px;
        bottom: 85px;
    }
}
@media screen and (max-width: 390px) {
    footer .down .in .box:nth-child(2) dl dt {
        font-size: 4.4vw;
    }
}
@media screen and (max-width: 375px) {
    footer .up dl:last-child {
        padding: 0 5px;
    }
    footer .down .in .box:first-child p:not(.copyright) {
        padding-left: 7vw;
    }
    footer .down {
        padding: 40px 20px 100px;
    }
    footer .down .in .box:nth-child(2) dl dd ul li a {
        font-size: 3.7vw;
    }
}
@media screen and (max-width: 360px) {
    footer .up {
        padding: 40px 15px;
    }
    footer .up dl dd ul li a {
        font-size: 5vw;
        padding: 13px 40px 15px 15px;
    }
    footer .up dl dd ul li a::after {
        right: 15px;
    }
    footer .up dl:last-child {
        padding: 0;
    }
    footer .up dl:last-child dd a {
        padding: 18px 0 15px;
    }
    footer .up dl:last-child dd a p {
        font-size: 3.8vw;
    }
    footer .down {
        padding: 40px 15px 100px;
    }
    footer .down .in .box:first-child .support {
        padding: 12px 15px 20px;
    }
    footer .down .in .box:first-child .support dl dd a {
        font-size: 5vw;
        padding: 13px 40px 15px 15px;
    }
    footer .down .in .box:first-child .support dl dd a::after {
        right: 15px;
    }
    footer .down .in .box:first-child p:not(.copyright) {
        font-size: 4vw;
        padding-left: 5vw;
    }
    footer .down .in .box:nth-child(2) dl dt {
        font-size: 4.6vw;
    }
    footer .down .in .box:nth-child(2) dl dd ul li a {
        font-size: 3.8vw;
    }
    footer .down .copyright.sp {
        font-size: 3.5vw;
    }
    #fix-menu .telfo .free a span:first-child::before {
        top: 14px;
    }
    #fix-menu .telfo .form a {
        padding: 11px 0 14px 7vw;
    }
    #fix-menu #pageTop {
        bottom: 82px;
    }
}
@media screen and (max-width: 320px) {
    footer .up dl:last-child dd a img {
        max-width: 200px;
    }
    footer .down {
        padding: 40px 15px 90px;
    }
    footer .down .in .box:nth-child(2) dl dd ul li a {
        font-size: 3.75vw;
    }
    #fix-menu .telfo .form a {
        padding: 11px 0 13px 7vw;
    }
    #fix-menu #pageTop {
        bottom: 75px;
    }
}
@media screen and (max-width: 280px) {
    footer .down {
        padding: 40px 15px 80px;
    }
    footer .down .in .box:nth-child(2) dl dd ul li a {
        font-size: 3.7vw;
    }
    #fix-menu .telfo .free a span:first-child::before {
        top: 13px;
    }
}