.fixed_nav {
  position: fixed;
  z-index: 3;
  top: calc(50% - 194px);
  right: 0;
  bottom: unset;
}

.icon-your-status {
  line-height: 1.6;
}

.icon-question {
  letter-spacing: 0.02em;
}

.utility-list-link > li > a {
  letter-spacing: 0.02em;
}

.header .inner .side_nav .utility-list-link li {
  padding-bottom: 12px;
  padding-left: 10px;
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.6;
}

.header .inner .side_nav .utility-list-link li a {
  font-size: 13px;
  color: #242424;
  text-decoration: none;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .header .inner .side_nav .utility-list-link li a {
    font-size: 12px;
  }
}

.event_campaign .custom-slider .owner-event-img {
  width: 520px;
  height: auto;
}
.event_campaign .custom-slider a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
.event_campaign .custom-slider a:hover {
  opacity: 0.6;
}
.event_campaign .custom-slider a:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.event_campaign .custom-slider a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.event_campaign .custom-slider a img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.event_campaign .custom-slider div {
  margin-left: 40px;
  overflow: hidden;
}
.event_campaign .custom-slider div:first-child {
  margin-left: 0;
}
.footer {
  border-top: 1px solid #D8D8D8;
}

.footer.simple {
  margin-top: 100px;
}

.footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 103px;
  min-width: 1128px;
}

.footer .inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .inner nav ul li {
  margin-right: 20px;
  line-height: 160%;
}

.footer .inner nav ul li:last-child {
  margin-right: 0;
}

.footer .inner nav ul li:last-child a:after {
  display: none;
}

.footer .inner nav ul li a {
  color: #242424;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}

.footer .inner nav ul li a:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #D8D8D8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -11px;
}

.footer .inner .copy {
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #C4C4C4;
  padding-left: 20px;
  line-height: 160%;
}

.fixed_nav {
  position: fixed;
  z-index: 3;
  top: calc(50% - 194px);
  right: 0;
}

.fixed_nav ul {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  border-radius: 10px 0 0 10px;
}

.fixed_nav ul li {
  border-bottom: 1px dotted #D8D8D8;
}

.fixed_nav ul li:last-child {
  border-bottom: none;
}

.fixed_nav ul li a {
  display: block;
  padding: 12px 6px 14px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #242424;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

.fixed_nav ul li a span {
  display: block;
  margin-top: 3px;
  line-height: 1.083;
}

.fixed_nav ul li a.fixed_contact {
  font-size: 11px;
  letter-spacing: 0.02em;
}

.fixed_nav .page_top_btn {
  text-align: center;
  margin-top: 8px;
  width: 80px;
  position: fixed;
  bottom: 0;
}

.fixed_nav .page_top_btn a {
  display: block;
  font-family: "Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #242424;
  height: 45px;
  border-radius: 6px 0 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  padding-top: 18px
}

.fixed_nav .page_top_btn a span {
  background: url("/library/img/icons/top_icon.svg") center top no-repeat;
  padding-top: 12px;
  font-weight: bold;
}

.chat_consultation {
  position: fixed;
  bottom: 54px;
  z-index: 99;
  right: 100px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

.chat_consultation:hover {
  opacity: 0.6
}

.chat_consultation a:hover {
  opacity: 1
}

.chat_consultation .chat_btn_close {
  position: absolute;
  right: 3px;
  top: -9px
}

.chat_consultation .chat_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 50px;
  background: #3b3b41;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.1666666667;
  text-decoration: none;
  border-radius: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 58px
}

.chat_consultation .chat_btn:before {
  content: "";
  background-image: url("/library/img/icons/icon_chat.svg");
  background-size: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 23px;
  top: calc(50% - 15px)
}

@media screen and (max-width: 767px) {
  .footer.simple {
    margin-top: 39px;
  }

  .footer .inner {
    display: block;
    padding: 15px 0 33px;
    min-width: 100%
  }

  .footer .inner nav {
    width: 320px;
    margin: 0 auto;
  }

  .footer .inner nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .inner nav ul li:nth-child(n+3) {
    margin-top: 4px;
  }

  .footer .inner nav ul li a {
    font-size: 11px;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  }

  .footer .inner .copy {
    margin-top: 38px;
    text-align: center;
    padding-left: 0;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  }
  .fixed_nav {
    position: sticky;
    top: initial;
    bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #D8D8D8;
    border-radius: 0;
  }

  .fixed_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
  }

  .fixed_nav ul li {
    width: 21.6%;
    border-bottom: none;
    border-right: 1px dotted #D8D8D8;
  }

  .fixed_nav ul li:first-child {
    width: 13.6%;
  }

  .fixed_nav ul li:last-child {
    border-right: none;
  }

  .fixed_nav ul li a {
    font-size: 10px;
    padding: 8px 0 4px;
  }

  .fixed_nav ul li a .img {
    width: 23px;
    height: 23px;
    margin: 0 auto;
  }

  .fixed_nav ul li a .img img {
    width: 100%;
    height: auto;
  }

  .fixed_nav ul li a span {
    margin-top: 3px;
    min-height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fixed_nav .page_top_btn {
    position: absolute;
    bottom: 60px;
    width: 100%;
    margin: 0;
    border-top: 1px solid #D8D8D8;
  }

  .fixed_nav .page_top_btn a {
    height: 30px;
    padding-top: 7px;
    font-size: 11px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", sans-serif;
  }

  .fixed_nav .page_top_btn a span {
    background: url("/library/img/icons/top_icon.svg") left center no-repeat;
    padding-top: 0;
    padding-left: 20px;
  }

  .chat_consultation {
    position: fixed;
    bottom: 101px;
    z-index: 99;
    right: 8px
  }

  .chat_consultation .chat_btn_close {
    position: absolute;
    right: 3px;
    top: -9px
  }

  .chat_consultation .chat_btn {
    width: 140px;
    height: 40px;
    padding-left: 42px;
    font-size: 10px;
    line-height: 1.2
  }

  .chat_consultation .chat_btn:before {
    width: 24px;
    height: 24px;
    left: 16px;
    top: calc(50% - 12px)
  }
}

.header__user {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn, .btn-mypage {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 12px;
    font-size: calc(0.8875rem + 0.15vw);
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }

.header_login {
    white-space: nowrap;
}

.header_login .btn {
    display: block;
    padding: 0 6px;
    font-size: 12px;
    border: 1.5px solid;
    height: 24px;
    line-height: 23px;
    letter-spacing: .4px;
    font-weight: 500;
    word-break: break-word;
    border-radius: 0;
}

@media only screen and (max-width: 767px) {
	.header_login .btn {
        padding: 0 3px;
        font-size: 10px;
        height: 20px;
        line-height: 18px;
        font-weight: bold;
    }
  }

.rounded-circle {
    border-radius: 50% !important;
}

.avatar {
    position: relative;
    border-radius: 50%;
    font-size: 26px;
}

.avatar-xs {
    width: 30px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
}

.avatar-title {
    color: #fff;
    line-height: 100%;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bg-yellow-a {
    background-color: #dcbe5d !important;
}

.bg-green-a {
    background-color: #439d84 !important;
}

.bg-red-a {
    background-color: #c03f3f !important;
}

.bg-blue-a {
    background-color: #5381b2 !important;
}

.bg-blue-b {
    background-color: #8db2d9 !important;
}

.bg-green-b {
    background-color: #88c1b2 !important;
}

.bg-red-b {
    background-color: #e68383 !important;
}
.header__user#loginDiv .header_login .btn{
    border: 1px solid #242424;
}

@media only screen and (max-width: 767px) {
    .header__user#loginDiv {
      order: 2;
      margin-left: 7px;
      margin-right: 2px;
    }
    .header__user#loginDiv .header_login {
      margin-right: 0;
    }

    .event_campaign .custom-slider .owner-event-img {
      width: 280px;
      height: auto;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }

    .event_campaign .custom-slider div {
      margin-left: 20px ;
    }
}
.event_campaign .custom-slider div {
  margin-left: 24px ;
}

.header-link-flex {
  display: flex;
  margin-right: 21px;
}

.header-link-flex:has(#loginDiv) {
  align-items: flex-start
}

.header__user__column {
  flex-direction: column
}

.header__user__column > span {
  font-size: 10px;
  font-weight: 500;
  color: #242424;
  width: 50px;
}

.header .inner .side_nav .bg_gray .btn_header.mail:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  background-image: url('/library/img/icons/icon_mail.svg');
  background-size: 100%;
}
