@charset "UTF-8";
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
a:hover{
  opacity: .6;
}
/* --------------------------------- */
/* フッター */
/* --------------------------------- */
.f_top {
    width: 100%;
    min-width: 500px;
    background: #1F214B;
    padding: 70px 0 100px;
}
.logo_sns_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto 60px;
    position: relative;
}
.f_logo {
    width: 100%;
    max-width: 232px;
}
.f_sns_list {
    margin: 0;
    display: flex;
    position: absolute;
    right: 0;
}
.f_nav_list a,
.f_nav_list a:visited {
    color: #fff;
}
.f_sns_list li {
    width: auto;
    height: 32px;
}
.f_sns_list li + li {
    margin: 0 0 0 30px;
}
.f_sns_list li img {
    width: auto;
    height: 32px;
}
.f_nav {
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
}
.f_nav_list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
}
.f_nav_list li {
    width: 100%;
    max-width: 280px;
}
.parent {
    color: #fff;
    font-size: 22px;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 0 0 5px;
    margin: 0 0 20px;
}
.f_nav_list .child_list {
    margin: 0;
}
.f_nav_list .child_list li {
    font-size: 16px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}
.f_nav_list .child_list li:before {
    content: "";
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    margin: 0 10px 0 0;
}
.f_top .copyright {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: none;
    letter-spacing: -1px;
    float: none;
    padding: 0;
    margin: 50px 0 0;
}