﻿@charset "utf-8";

body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.clear {
	clear: both;
}

footer {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 -10px;
    padding: 70px 0;
    position: relative;
    background-color: #f7fbfe;
    display: inline-block;
    border-top: 2px solid #002d94;
}
.footer-logo {
    width: 220px;
    margin: 0 0 20px;
    padding: 0;
    display: block;
}
.f-info {
    width: 40%;
    box-sizing: border-box;
    float: left;
    margin: 0px 5% 70px;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(16px, 1.1vw,17px);
    line-height: 1.6em;
}
.f-info a {
    text-decoration: none;
    color: #000;
}
.p-top {
    width: 70px;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 100;
}
.copy {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    width: 90%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    z-index: 5;
    text-align: center;
}
.footer-nav-list {
    position: absolute;
    top: 70px;
    right: 20%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-nav-list li {
    margin-bottom: 10px;
}
.footer-nav-list a {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    text-decoration: none;
}
.footer-nav-list a:hover {
    color: #002d94;
    text-decoration: underline;
}


@media only screen and (max-width: 899px) {
footer {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 -10px;
    padding: 60px 0;
    position: relative;
    background-color: #f7fbfe;
    display: inline-block;
    border-top: 2px solid #002d94;
}
.footerline {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left:inherit;
    right: -40%;
    display: inline-block;
    z-index: 2;
}
.footer-nav-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-logo {
    width: 40%;
    max-width: 180px;
    margin: 0 0 20px;
    padding: 0;
    display: block;
}
.f-info {
    width: 90%;
    box-sizing: border-box;
    float: left;
    margin: 0px 5% 70px;
    padding: 0;
    font-size: 15px;
    line-height: 1.8em;
}
.f-info span {
    display: block;
}
.p-top {
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}

}
