@charset "UTF-8";
.c-display-pc {
    display: block !important;
}

@media only screen and (max-width: 767px) {
    .c-display-pc {
        display: none !important;
    }
}

.c-display-sp {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .c-display-sp {
        display: block !important;
    }
}

.c-display-sp-top-only {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .c-display-sp-top-only {
        display: block !important;
    }
}


/*==============================
-c-footer
===============================*/


/* Fix footer at bottom */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-section {
    flex: 1;
}

.c-footer {
    width: 100%;
    padding: 20px 3vw 0px;
    background: #20A353 !important;
}

.c-footer .c-footer-top-of-logo {
    position: absolute;
    left: 0;
    right: 0;
}

.c-footer .c-footer-top-of-logo img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -139px;
    width: 300px;
    max-width: 330px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 50%;
}

.c-footer-top-of-container {
    margin-bottom: 187px;
}

.c-footer-top-of-left {
    display: block;
}

.c-footer-top-of-left ul {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.c-footer-top-of-left ul li {
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin-right: 2vw;
}

.c-footer-top-of-left ul li.focus {
    display: block;
    margin-right: 0px;
}

.c-footer-top-of-left ul li.focus a {
    max-width: 140px;
    font-size: 13px;
    line-height: 26px;
    padding: 4px 14px;
    background: #63E194;
    letter-spacing: 0.4px;
    margin: 0 auto;
}

.c-header-pc-right-text {
    margin-top: 12px;
    margin-right: 10px;
    letter-spacing: initial;
}

.c-header-pc-right-text img {
    width: 170px;
    margin-right: 10px;
}

.c-footer-top-of-right-layout ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.c-footer-top-of-right-layout ul li {
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin-right: 33px;
}

.c-footer-top-of-right-layout ul li:first-child {
    width: 108px;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    padding: 5px 0px;
    border-radius: 50px;
    border: 1px solid #000;
}

.c-footer-top-of-right-layout ul li:nth-child(3) a img {
    width: 21px;
}

.c-footer-top-of-right-layout ul li:nth-child(4) {
    margin-top: 1px;
}

.c-footer-top-of-right-layout ul li:nth-child(4) a img {
    width: 24px;
}

.c-footer-top-of-icon-container {
    display: block;
    margin-bottom: 40px;
}

.c-footer-top-of-icon-container ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-footer-top-of-icon-container ul li {
    display: block;
    font-size: 13px;
    line-height: 26px;
    margin-right: 47px;
}

.c-footer-top-of-icon-container ul li:nth-child(1) a img {
    width: 36px;
}

.c-footer-top-of-icon-container ul li:nth-child(2) a img {
    width: 41px;
}

.c-footer-bottom-of-container {
    border-top: 1px solid #000;
}

.c-footer-bottom-of-left {
    /* display: block;
    padding-left: 1%; */
    /* before codes */
    display: flex;
}

.c-footer-bottom-of-left ul {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 8px 0;
}

.c-footer-bottom-of-left ul li {
    display: block;
    font-size: 12px;
    line-height: 24px;
    margin-right: 56px;
}

.c-footer-bottom-of-right {
    text-align: right;
}

.c-footer-bottom-of-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2%;
    margin-right: 4%;
}

.c-footer-bottom-of-right ul li {
    display: block;
    font-size: 13px;
    line-height: 26px;
}

.c-footer-anchor-layout {
    color: #000;
    font-family: "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 19.6px;
    display: inline-block;
}

.c-footer-anchor-login {
    color: #000;
    font-size: 14px;
    margin-bottom: 0px;
}

.c-footer-anchor img {
    padding-bottom: 3px;
}

.p-black-line-button:hover,
.c-footer-anchor-layout:hover {
    color: #0056b3 !important;
}

.c-footer-bottom-of-left ul li a:hover {
    color: #0056b3 !important;
}

.c-footer-anchor-layout {
    color: #000 !important;
    margin-bottom: 5px;
}

.c-footer-anchor-layout-img {
    padding-bottom: 10px;
}

@media only screen and (max-width: 1300px) {
    /* .c-footer {
    padding: 30px 20px;
  } */
    .c-footer-top-of-left ul li.focus a {
        margin-top: 10px;
    }
    .c-footer-anchor-layout {
        margin-bottom: 20px;
    }
    .c-footer-anchor-login {
        color: #000;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .c-footer-anchor-login-layout ul li:first-child {
        padding: 5px;
    }
    .c-footer .c-footer-top-of-logo img {
        bottom: -54px;
    }
    .c-footer-top-of-container {
        margin-top: 105px;
        margin-bottom: 42px;
    }
    .c-footer-top-of-left {
        width: 50%;
    }
    .c-footer-top-of-left ul {
        width: 100%;
        display: block;
        text-align: center;
    }
    .c-footer-top-of-left ul li {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .c-footer-top-of-left ul li:first-child {
        margin-top: 13px;
    }
    .c-footer-top-of-left ul li:last-child {
        padding: 4px 14px;
    }
    .c-footer-top-of-right-layout {
        width: 50%;
    }
    .c-footer-top-of-right-layout ul {
        width: 100%;
        display: block;
        text-align: center;
    }
    .c-footer-top-of-right-layout ul li {
        display: block;
        margin-right: 0px;
        margin-top: 42px;
    }
    .c-footer-anchor-layout {
        color: #000 !important;
        display: block !important;
        margin-top: 55px;
    }
    .c-footer-anchor-layout-img {
        margin-top: 55px;
        display: none;
    }
    .c-footer-top-of-right-layout ul li:first-child {
        margin: 0 auto 13px;
        margin-top: 49px;
        margin-bottom: 0px;
    }
    .c-footer-bottom-of-left {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin: 0 auto;
    }
    .c-footer-bottom-of-left ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        text-align: left;
        margin: 20px auto 0px;
    }
    .c-footer-bottom-of-left ul li {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        line-height: 0px;
        margin-right: 0;
    }
    .c-footer-bottom-of-left ul li a {
        font-size: 12px;
        line-height: 5vh;
    }
    .c-footer-bottom-of-right {
        display: block;
        margin: 10px auto 0px;
    }
    .c-footer-bottom-of-right ul {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .c-footer-top-of-icon-container ul li:nth-child(2) {
        margin-right: 0px;
    }
    .c-footer {
        padding: 30px 20px;
    }
    .c-footer .c-footer-top-of-logo {
        position: relative;
        margin: 0 auto;
    }
    .c-footer .c-footer-top-of-logo img {
        width: 300px;
        bottom: -88px;
    }
    .c-footer-top-of-icon-container-layout {
        display: block;
        margin-bottom: 40px;
    }
    .spp-only {
        display: block;
    }
    .c-footer-bottom-of-container-layout {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin: 0 auto;
    }
    .c-footer-bottom-of-left {}
}

@media only screen and (min-width: 1301px) {
    .spp-only {
        display: none;
    }
}

.c-footer-anchor:hover {
    text-decoration: underline;
}

.sp-only {
    display: none;
}

@media only screen and (max-width: 767px) {
    .sp-only {
        display: block;
    }
}

.pc-only {
    display: block;
}

@media only screen and (max-width: 767px) {
    .pc-only {
        display: none;
    }
    .c-footer .c-footer-top-of-logo img {
        width: 154px;
        bottom: -35px;
    }
}

.c-footer-top-of-right-layout ul li:nth-child(3) {
    margin-top: 3px;
}


/*==============================
-c-footer - original
===============================*/


/* .c-footer {
  width: 100%;
  padding: 30px 25px;
  background-color: #2B3441;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 30px 18px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer-logo-box {
    order: 2;
    text-align: center;
  }
}

.c-footer-logo {
  width: 189px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .c-footer-logo {
    margin: 0 auto 30px;
  }
}

.c-footer-copyright {
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  color: #fff;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .c-footer-anchor-box {
    order: 1;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-anchor-box .l-col-6 {
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(( 100% / ( 12 / 6)) - 40px - 0.1px);
    margin: 0 calc( 40px / 2);
    max-width: calc(( 100% / ( 12 / 6)) - 40px);
  }
}

.c-footer-anchor {
  display: block;
  color: #fff;
  font-family: Clother, HelveticaNeue, Helvetica, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}

.c-footer-anchor:hover {
  color: #fff;
  text-decoration: underline !important;
  text-decoration-color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .c-footer-anchor {
    margin-bottom: 25px;
  }
}
.c-footer-anchor span {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .c-footer-anchor span {
    display: none;
  }
} */
