header {
  height: unset; /* common.cssの既存スタイルを打ち消す設定 */
}
/* .l-header  */
.l-header {
  border-bottom: 1px solid #9f9f9c;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 800;
  background: #fff;
  height: unset; /* common.cssの既存スタイルを打ち消す設定 */
  min-width: unset; /* common.cssの既存スタイルを打ち消す設定 */
}
.l-header_wrap {
  width: 100%;
  margin: 0 auto;
  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;
}
.l-header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2px;
}
.l-header_ttlbox {
  width: auto;
  max-width: 150px;
  min-width: 100px;
  margin-right: 8px;
  display: block !important;
}
.l-header_ttl {
  margin-bottom: 4px;
}
.l-header_logo {
  width: 100%;
  height: auto;
}
.l-header_prefecture {
  width: 100%;
  background: #f3f1e5;
  text-align: center;
  display: block;
  font-size: 10px;
  color: #000;
  text-decoration: none;
  padding: 1px 0 0 0;
  margin-bottom: 2px;
}
.l-header_monthly {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 3px 4px 7px;
  white-space: nowrap;
}
.l-header_monthly:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url("/common/responsive/svg/common_arrow.svg") center center no-repeat;
  background-size: contain;
  margin-left: 6px;
}
.l-header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.l-header_nav_items {
  width: 54px;
  cursor: default;
  position: relative;
  font-size: 10px;
  padding: 13px 0 9px;
}
.l-header_nav_items:after {
  content: "";
  display: block;
  position: absolute;
  background: #9f9f9c;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  margin: auto;
}
.l-header_nav_items:last-of-type:after {
  display: none;
}
.l-header_nav_search {
  position: relative;
  padding-top: 0px;
}

.l-header_nav_search:before {
  content: "";
  display: block;
  background: url("/common/responsive/svg/common_search.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin: 0 auto 2px;
}
.l-header_nav_search.is-active:before {
  background: url("/common/responsive/svg/common_close.svg") center center no-repeat;
  background-size: contain;
  width: 22px;
}
.l-header_nav_search.is-active:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -50px;
  width: 100%;
  height: 100px;
  background-color: #eee;
}
.l-header_nav_login {
  padding-top: 0px;
}
.l-header_nav_login:before {
  content: "";
  display: block;
  background: url("/common/responsive/svg/common_login.svg") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin: 0 auto 2px;
}
.l-header_nav_login.is-active:before {
  background: url("/common/responsive/svg/common_close.svg") center center no-repeat;
  background-size: contain;
}
.l-header_nav_login.is-active:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -50px;
  width: 100%;
  height: 110px;
  background-color: #eee;
}
.l-header_nav_login--mypage:before {
  background: url("/common/responsive/svg/common_user.svg") center center no-repeat;
  background-size: contain;
}
.l-header_nav_menu {
  padding-top: 0px;
}
.l-header_nav_menu:before {
  content: "";
  display: block;
  background: url("/common/responsive//svg/common_menu.svg") center center no-repeat;
  background-size: contain;
  width: 19px;
  height: 16px;
  margin: 0 auto 2px;
}

/* .p-searchModal  */
.p-searchModal {
  background: #eee;
  text-align: center;
  padding: 20px 0;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 15;
}
.p-searchModal_searchBox {
  width: 90%;
  max-width: 470px;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #2598b7;
  border-radius: 4px;
  margin-bottom: 15px;
}
.p-searchModal_searchBox  .twitter-typeahead {
  width: 100%;
  height: 100%;
}
.p-searchModal_word {
  width: 100%;
  max-width: 418px;
  border: transparent;
  height: 46px;
  padding-left: 20px;
  font-size: 16px;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.p-searchModal_word::-webkit-input-placeholder {
  font-size: 16px;
  color: #9b9b9b;
}
.p-searchModal_word::-moz-placeholder {
  font-size: 16px;
  color: #9b9b9b;
}
.p-searchModal_word:-ms-input-placeholder {
  font-size: 16px;
  color: #9b9b9b;
}
.p-searchModal_word::-ms-input-placeholder {
  font-size: 16px;
  color: #9b9b9b;
}
.p-searchModal_word::placeholder {
  font-size: 16px;
  color: #9b9b9b;
}
.p-searchModal_word:focus {
  border: none;
}
.p-searchModal_word:focus:after {
  display: none;
}
.p-searchModal_word:focus:before {
  display: none;
}
.p-searchModal_wrap {
  height: 49px;
  width: 49px;
  position: relative;
  background-color: #2598b7;
}
.p-searchModal_wrap input {
  cursor: pointer;
}
.p-searchModal_btn {
  height: 49px;
  width: 49px;
  background: url("/common/responsive/svg/common_search02.svg") no-repeat center center;
  background-size: auto 25px;
  background-color: #2598b7;
  border: transparent;
  position: relative;
  border-radius: 0px;
}
.p-searchModal_currentLocation {
  font-weight: bold;
  font-size: 14px;
  color: #0d4080;
  text-decoration: underline;
}
.p-searchModal_currentLocation:before {
  content: "";
  display: inline-block;
  background: url("/common/responsive/svg/common_current02.svg") no-repeat center center;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  position: relative;
  top: 4px;
}

/* .p-loginModal */
.p-loginModal {
  background: #eee;
  padding: 20px 0;
  text-align: center;
  display: none;
  position: absolute;
  z-index: 15;
  width: 100%;
}
.p-loginModal_login {
  margin-bottom: 17px;
}
.p-loginModal_register {
  display: none;
}
.p-loginModal_register--sp {
  display: block;
}
.p-loginModal_registerBtn {
  margin-bottom: 12px;
}

/* c-overlay */
.c-overlay {
  display: none;
  position: fixed;
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  top: 0;
}

.u-fixed {
  position: fixed;
  width: 100vw;
  overflow: hidden;
}
/* p-menuModal：cssをそのまま持ってきている */
.p-menuModal {
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  left: 0;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.p-menuModalBody {
  background: #fff;
  margin: auto;
  position: relative;
  width: 1000px;
}
.p-menuModalHead_btn {
  background: #363636;
  display: block;
  text-align: right;
}
.p-menuModalHead_close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  width: 37px;
  height: auto;
  padding: 17px 28px;
}
/* .p-menuModalHead_close:hover {
  opacity: 0.7;
} */
.p-menuModalHead_list {
  background: #fff;
  border-bottom: 6px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-menuModalHead_item {
  border-right: 1px solid #bbb;
  width: 50%;
}
.p-menuModalHead_item:last-of-type {
  border-right: none;
}
.p-menuModalHead_link {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-top: 22px;
  padding-bottom: 18px;
  text-align: center;
  text-decoration: none;
}
.p-menuModalHead_link.is-lending.is-active {
  cursor: default;
  background: #ffd300;
}
.p-menuModalHead_link.is-monthly.is-active {
  cursor: default;
  background: #3f87cb;
  color: #fff;
}
.p-menuModalHead_link.is-active:hover {
  opacity: 1;
}
.p-menuModalHead_link.is-lending.is-active:before {
  background: #ffd300;
  bottom: -6px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-menuModalHead_link.is-monthly.is-active:before {
  background: #3f87cb;
  bottom: -6px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-menuModalMain01 {
  padding: 20px 32px;
}
.p-menuModalMain01_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f0e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 11px;
  padding-top: 11px;
  position: relative;
}
.p-menuModalMain01_title:before {
  background: #ffd300;
  content: "";
  display: block;
  height: 20px;
  margin-right: 10px;
  width: 6px;
}
.p-menuModalMain01_anchor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  padding-left: 16px;
  padding-right: 15px;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
}
.p-menuModalMain01_anchor:after {
  background-image: url("/monthly/common/svg/common_ic002.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  width: 8px;
}
/* .p-menuModalMain01_anchor:hover {
  background: rgba(255, 255, 255, 0.3);
} */
.p-menuModalMain01_item {
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 0;
}
.p-menuModalMain01_item:after {
  background-image: url("/monthly/common/svg/common_ic002.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 8px;
}
.p-menuModalMain01_item:last-of-type {
  border-bottom: none;
}
.p-menuModalMain01_link {
  color: #333;
  display: block;
  font-size: 13px;
  padding: 18px 57px 18px 4px;
  text-decoration: none;
}
.p-menuModalMain01_feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-menuModalMain01_feature_item {
  border-bottom: 1px solid #ddd;
  position: relative;
  width: calc(50% - 16px);
}
.p-menuModalMain01_feature_item:after {
  background-image: url("/monthly/common/svg/common_ic002.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 8px;
}
.p-menuModalMain01_feature_item:last-of-type {
  border-bottom: none;
}
.p-menuModalMain01_feature_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  padding: 14px 57px 14px 10px;
  text-decoration: none;
}
.p-menuModalMain01_feature_img {
  margin-right: 30px;
  width: 100%;
  max-width: 110px;
  height: auto;
}
.p-menuModalMain01_feature_text {
  width: calc(100% - 140px);
}
.p-menuModalMain01_link_title {
  display: block;
  margin-bottom: 3px;
}
.p-menuModalMain01_link_text {
  display: block;
  font-size: 12px;
}
.p-menuModalMain01_seeMore {
  border-top: 1px solid #ddd;
  position: relative;
}
.p-menuModalMain01_seeMore:after {
  background-image: url("/monthly/common/svg/common_ic002.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 8px;
}
.p-menuModalMain01_seeMoreBtn {
  color: #333;
  display: block;
  font-size: 13px;
  padding: 18px 15px 18px 4px;
  text-align: center;
  text-decoration: none;
}
.p-menuModalMain02 {
  display: none;
  padding: 20px 32px;
}
.p-menuModalMain02_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 11px;
  padding-top: 11px;
  position: relative;
}
.p-menuModalMain02_title:before {
  background: #3f87cb;
  content: "";
  display: block;
  height: 20px;
  margin-right: 10px;
  width: 6px;
}
.p-menuModalMain02_anchor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  padding-left: 16px;
  padding-right: 15px;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
}
.p-menuModalMain02_anchor:after {
  background-image: url("/monthly/common/svg/common_ic002.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  width: 8px;
}
/* .p-menuModalMain02_anchor:hover {
  background: rgba(255, 255, 255, 0.3);
} */
.p-menuModalMain02_item {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.p-menuModalMain02_item:after {
  background-image: url("/monthly/common/svg/common_ic002.svg");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 14px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 8px;
}
.p-menuModalMain02_item:last-of-type {
  border-bottom: none;
}
.p-menuModalMain02_link {
  color: #333;
  display: block;
  font-size: 13px;
  padding: 18px 57px 18px 4px;
  text-decoration: none;
}
.p-menuModalFoot {
  background: #000;
  padding: 40px 30px;
}
.p-menuModalFoot_title {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-menuModalFoot_list {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.p-menuModalFoot_list:last-of-type {
  margin-bottom: 0;
}
.p-menuModalFoot_item {
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  width: 16.66%;
}
.p-menuModalFoot_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 50px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
}
.p-menuModalFoot_blank:after {
  background-image: url("/monthly/common/svg/common_ic026.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 5px;
  position: relative;
  top: 1px;
  width: 10px;
}
@media (max-width: 999px) {
  .p-menuModalBody {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-menuModalHead_close {
    width: 100%;
    max-width: 28px;
    height: auto;
    padding: 11px 18px 12px;
  }
  .p-menuModalBody {
    width: 100%;
  }
  .p-menuModalHead_link {
    font-size: 15px;
    padding-bottom: 18px;
    padding-top: 18px;
  }
  .p-menuModalHead_link.is-monthly.is-active:after {
    border: 7px solid transparent;
    border-top: 8px solid #3f87cb;
    bottom: -21px;
  }
  .p-menuModalMain01 {
    padding: 5px 12px 20px;
  }
  .p-menuModalMain01_anchor {
    padding-right: 10px;
  }
  .p-menuModalMain01_anchor:after {
    right: 10px;
  }
  .p-menuModalMain01_item:after {
    right: 10px;
  }
  .p-menuModalMain01_link {
    padding-right: 32px;
  }
  .p-menuModalMain01_link_title {
    margin-bottom: 7px;
  }
  .p-menuModalMain01_seeMore:after {
    right: 10px;
  }
  .p-menuModalMain01_seeMoreBtn {
    padding-right: 32px;
  }
  .p-menuModalMain01_feature_item {
    width: 100%;
  }
  .p-menuModalMain01_feature_item:after {
    right: 10px;
  }
  .p-menuModalMain01_feature_link {
    padding: 13px 36px 13px 0;
  }
  .p-menuModalMain01_feature_img {
    margin-right: 15px;
  }
  .p-menuModalMain01_feature_text {
    width: calc(100% - 125px);
  }
  .p-menuModalMain02 {
    padding: 5px 12px 20px;
  }
  .p-menuModalMain02_anchor {
    padding-right: 10px;
  }
  .p-menuModalMain02_anchor:after {
    right: 10px;
  }
  .p-menuModalMain02_item:after {
    right: 10px;
  }
  .p-menuModalMain02_link {
    padding-right: 32px;
  }
  .p-menuModalFoot {
    padding: 0;
  }
  .p-menuModalFoot_title {
    margin-bottom: 0;
    padding: 20px 10px;
  }
  .p-menuModalFoot_list {
    border-bottom: none;
    border-left: none;
    border-top: 1px solid #888;
    margin-bottom: 0;
  }
  .p-menuModalFoot_item {
    border: none;
    position: relative;
    width: 50%;
  }
  .p-menuModalFoot_item:nth-of-type(odd):before {
    background: #888;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
  }
  .p-menuModalFoot_item:nth-of-type(odd):after {
    background: #888;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 200%;
  }
  .p-menuModalFoot_link {
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* c-loginBtn c-registerBtn */
.c-loginBtn {
  width: 400px;
  background: #2598b7;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 11px;
  border-radius: 3px;
  position: relative;
  text-align: center;
}
.c-loginBtn:after {
  content: "";
  display: block;
  background: url("/common/responsive/svg/common_login02.svg") center center no-repeat;
  background: contain;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
.c-registerBtn {
  width: 400px;
  background: #ffd600;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 11px;
  border-radius: 3px;
  position: relative;
}
.c-registerBtn:after {
  content: "";
  display: block;
  background: url("/common/responsive/svg/common_register.svg") center center no-repeat;
  background: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-loginBtn {
    width: 90%;
    font-size: 17px;
  }
  .c-registerBtn {
    width: 90%;
    font-size: 17px;
  }
}

/* c-normalLink */
.c-normalLink--arrow {
  color: #0d4080;
  font-size: 14px;
  text-decoration: underline;
}
.c-normalLink--arrow:before {
  content: "";
  display: inline-block;
  background: url(/common/responsive/svg/common_arrow02.svg) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 12px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

/* tt-menu tt-suggestion */
.tt-menu {
  text-align: left;
  width: 100%;
}
.tt-suggestion {
  background-position: 1% 50%;
}
@media screen and (max-width: 767px) {
  .tt-suggestion {
    background-position: 3% 50%;
  }
}

.u-icon_blank:after {
  background-image: url(/monthly/common/svg/common_ic026.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  width: 12px;
}

.c-scrollTop {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  right: 17px;
  bottom: 17px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .c-scrollTop {
    right: 50px;
    bottom: 50px;
  }
}

.c-scrollTop img {
  position: absolute;
  top: 17px;
  left: 12px;
}