@charset "UTF-8";
/*↓コマクリ調整↓*/
.fs-l-footer {
  border-top: 0;
  background-color: transparent;
  margin-top: 0;
}

/*↑コマクリ調整↑*/
.guide_footer {
  background: #eeeeee;
  padding: 80px 0 85px;
}
.guide_footer .guide_title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.guide_footer .guide_title .border_b {
  padding: 0 20px;
  position: relative;
}
.guide_footer .guide_title .border_b:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 15px;
  background: #c10a11;
  height: 5px;
  width: 100%;
}
.guide_footer .guide_link_box {
  display: none;
}
.guide_footer .guide_frist_box {
  margin-top: 70px;
  background: #fff;
  border-radius: 10px;
  padding: 45px 47px 8px;
  margin-bottom: 23px;
}
.guide_footer .guide_box_title {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
}
.guide_footer .guide_box_title:before {
  content: "";
  display: block;
  background: url(../img/footer/guide_line.png);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.guide_footer .guide_box_title .back {
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 11;
  padding: 0 25px;
}
.guide_footer .guide_box_title .back.second {
  padding: 0 14.5px;
}
.guide_footer .guide_box_title .frist_box_pic {
  max-width: 48px;
  max-height: 29px;
  width: 100%;
  height: auto;
  margin-right: 15px;
}
.guide_footer .guide_box_title .second_box_pic01 {
  max-width: 39px;
  max-height: 49px;
  width: 100%;
  height: auto;
  margin-right: 15px;
}
.guide_footer .guide_box_title .second_box_pic02 {
  max-width: 59px;
  max-height: 41px;
  width: 100%;
  height: auto;
  margin-right: 15px;
}
.guide_footer .first_text_area {
  padding: 25px;
}
.guide_footer .first_text_area .color_text {
  color: #c10a11;
}
.guide_footer .guide_second_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
.guide_footer .guide_second_box {
  width: 49.2%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px 60px;
}
.guide_footer .second_text_area {
  margin-top: 8px;
}
.guide_footer .second_text_area .guide_second_text {
  line-height: 1.8;
}
.guide_footer .second_text_area .color_text {
  color: #c10a11;
}
.guide_footer .guide_third_box {
  background: #fff;
  border-radius: 10px;
  padding: 50px 50px 15px;
}
.guide_footer .third_text_area {
  padding: 25px;
}

.footer_nav_area {
  background: #fff;
  position: relative;
  padding: 45px 0 0;
}
.footer_nav_area .footer_nav_flex {
  display: flex;
  justify-content: space-between;
}
.footer_nav_area .footer_nav_list {
  width: 36%;
  padding: 45px 76px 10px;
  box-sizing: border-box;
}
.footer_nav_area .footer_nav_list:first-child {
  padding-left: 0;
  width: 28%;
}
.footer_nav_area .footer_nav_list:last-child {
  padding-right: 0;
  padding-left: 55px;
  width: 36%;
}
.footer_nav_area .footer_nav_list:nth-child(2) {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.footer_nav_area .footer_nav_list .link_list {
  line-height: 2;
}
.footer_nav_area .footer_nav_list .link_list a {
  display: block;
  background: url(../img/footer/footer_arrow.png);
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: left center;
  padding-left: 18px;
}
.footer_nav_area .footer_nav_list .payment_title {
  font-weight: bold;
  line-height: 2.3;
}
.footer_nav_area .footer_nav_list .payment_card {
  max-width: 287px;
}
.footer_nav_area .footer_nav_list .payment_list {
  line-height: 2;
}
.footer_nav_area .footer_nav_list .payment_list .text_color {
  color: #c10a11;
}
.footer_nav_area .footer_nav_list .contact_title {
  font-weight: bold;
  line-height: 2.3;
}
.footer_nav_area .footer_nav_list .contact_title.second {
  margin-top: 47px;
}
.footer_nav_area .footer_nav_list .contact_text {
  line-height: 2;
}
.footer_nav_area .footer_nav_list .contact_text .atto::before {
  content: "@";
  display: inline-block;
}
.footer_nav_area .footer_logo {
  visibility: hidden;
  max-width: 267px;
  width: 100%;
  margin: 38px auto 30px;
}
.footer_nav_area .footer_cara {
  position: absolute;
  bottom: -11px;
  right: 10px;
  max-width: 125px;
}

.footer_copyright {
  background: #f6f6f6;
  padding: 14.5px 0;
}
.footer_copyright .copy {
  text-align: center;
}

.floating {
  max-width: 184px;
  width: 100%;
  position: fixed;
  z-index: 11;
  bottom: 30px;
  right: 0;
}
.floating.close {
  display: none !important;
}
.floating .floating_close {
  max-width: 33px;
  position: absolute;
  top: -5px;
  right: 4px;
  z-index: 12;
  cursor: pointer;
}
.floating a {
  display: block;
}

.sp_guide_link, .sp_bottom_member_login {
  display: none;
}

@media (min-width: 1px) and (max-width: 1350px) {
  .footer_nav_area .footer_nav_list {
    padding: 45px 42px 10px;
  }
}
@media (min-width: 1px) and (max-width: 960px) {
  .floating {
    display: none !important;
  }
}
@media (min-width: 1px) and (max-width: 920px) {
  .guide_footer #guide01, .guide_footer #guide02, .guide_footer #guide03, .guide_footer #guide04 {
    margin-top: -170px;
    padding-top: 170px;
    display: block;
  }
  .guide_footer .guide_link_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .guide_footer .guide_link_box .guide_link_list {
    width: 48.5%;
    margin-bottom: 3%;
  }
  .guide_footer .guide_link_box .guide_link_list:nth-child(3), .guide_footer .guide_link_box .guide_link_list:last-child {
    margin-bottom: 0;
  }
  .guide_footer .guide_link_box .guide_link_list a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    background: #fff url(../img/footer/sp_guide_arrow.png);
    background-repeat: no-repeat;
    background-size: 9.5px 5px;
    background-position: 95% center;
    border-radius: 5px;
    padding: 22.5px 0;
    text-align: center;
    padding-right: 8%;
  }
  .guide_footer .guide_frist_box {
    margin-top: 20px;
  }
  .guide_footer .guide_second_flex {
    flex-direction: column;
  }
  .guide_footer .guide_second_flex .guide_second_box {
    width: 100%;
    padding: 35px 47px;
  }
  .guide_footer .guide_second_flex .guide_second_box:first-child {
    margin-bottom: 23px;
  }
  .guide_footer .first_text_area {
    padding: 20px 0;
  }
  .guide_footer .third_text_area {
    padding: 10px 0;
  }
}
@media (min-width: 1px) and (max-width: 900px) {
  .footer_nav_area {
    padding: 37px 0;
  }
  .footer_nav_area .footer_nav_flex {
    flex-direction: column;
  }
  .footer_nav_area .footer_nav_flex .footer_nav_list {
    width: 100%;
    padding: 0;
  }
  .footer_nav_area .footer_nav_flex .footer_nav_list:nth-child(2), .footer_nav_area .footer_nav_flex .footer_nav_list:last-child {
    display: none;
  }
  .footer_nav_area .footer_nav_flex .footer_nav_list .link_list:first-child, .footer_nav_area .footer_nav_flex .footer_nav_list .link_list:nth-child(5), .footer_nav_area .footer_nav_flex .footer_nav_list .link_list:nth-child(6), .footer_nav_area .footer_nav_flex .footer_nav_list .link_list:nth-child(7) {
    display: none;
  }
  .footer_nav_area .footer_logo {
    display: none;
  }
  .footer_nav_area .footer_cara {
    bottom: 0;
    max-width: 89px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .guide_footer {
    padding: 40px 0;
  }
  .guide_footer .guide_title {
    font-size: 20px;
  }
  .guide_footer .guide_title .border_b:after {
    width: 40%;
  }
  .guide_footer .guide_frist_box {
    padding: 28px 18px 0;
  }
  .guide_footer .guide_box_title {
    font-size: 16px;
  }
  .guide_footer .guide_box_title .frist_box_pic {
    max-width: 28.4px;
    max-height: 17.1px;
  }
  .guide_footer .guide_box_title .second_box_pic01 {
    max-width: 21.9px;
    max-height: 27.6px;
  }
  .guide_footer .guide_box_title .second_box_pic02 {
    max-width: 31.9px;
    max-height: 22.2px;
  }
  .guide_footer .guide_second_flex .guide_second_box {
    padding: 28px 18px;
  }
  .guide_footer .second_text_area .guide_second_text {
    line-height: 1.6;
    letter-spacing: -1px;
  }
  .guide_footer .guide_third_box {
    padding: 28px 18px 20px;
  }
  .guide_footer .third_text_area .guide_first_text {
    letter-spacing: -0.8px;
  }

  .sp_guide_link {
    display: block;
    border: 1px solid #c10a11;
  }

  .sp_bottom_nav {
    display: flex;
    justify-content: space-between;
  }
  .sp_bottom_nav li {
    padding: 9.5px 0 9.5px;
    background: #c10a11;
    width: 25%;
  }
  .sp_bottom_nav li:last-child {
    background: #fff;
  }
  .sp_bottom_nav li:last-child a {
    border-right: none;
    color: #333333;
  }
  .sp_bottom_nav li:nth-child(3) a {
    border-right: none;
  }
  .sp_bottom_nav li a {
    display: block;
    text-align: center;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 12px;
  }
  .sp_bottom_nav li img {
    max-width: 27px;
    max-height: 25px;
    width: 100%;
    height: auto;
    margin: 0 auto 6px;
  }

  .sp_bottom_member_login {
    display: block;
    background: #eeeeee;
    padding: 30px 0 35px;
  }
  .sp_bottom_member_login .sp_member_bottom {
    border: 1px solid #c10a11;
    background: #fff url(../img/header/menbar_icon.jpg);
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: 13% center;
    border-radius: 5px;
    max-width: 278px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    padding: 20px 0;
  }

  .footer_copyright {
    padding: 11.5px 0;
  }
  .footer_copyright .copy {
    font-size: 10px;
  }
}
@media (min-width: 1px) and (max-width: 370px) {
  .guide_footer .guide_link_box .guide_link_list a {
    background-position: 96% center;
    font-size: 14px;
  }
}
@media (min-width: 1px) and (max-width: 350px) {
  .guide_footer .guide_link_box .guide_link_list a {
    background-position: 97% center;
    font-size: 13px;
  }
}