@charset "UTF-8";
/* =========================== */
/* ヘッダーロゴ */
/* =========================== */
.p-header_logoContainer img {
  display: block;
}
.l-header.is-fixed .p-header_logoContainer {
  width: 10.8%;
}
.l-header.is-fixed .p-header_logoContainer .p-header_logoWrap {
  width: 100%;
}
@media print, screen and (min-width: 980px) {
 .l-header.is-fixed .p-header_logoContainer {
    width: 25%;
  }
}
@media print, screen and (min-width: 1400px) {
  .l-header.is-fixed .p-header_logoContainer {
    width: 18.4%;
  }
}

/* =========================== */
/* ハンバーガーメニュー */
/* =========================== */
.p-header_hamburgerBnr {
  padding: 0 16px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.p-header_hamburgerBnrItem {
  flex: 0 1 307px;
}
.p-header_hamburgerBnrItem img {
  display: block;
}
@media print, screen and (min-width: 980px) {
  .p-nav_bnrArea {
    width: 85%;
  }
}
@media print, screen and (min-width: 1400px) {
  .p-nav_bnrArea {
    width: 100%;
  }
}

/* =========================== */
/* ヘッダーバナー（PC） */
/* =========================== */
@media print, screen and (max-width: 979px) {
  .p-header_bnrArea {
    display: none!important;
  }
}
@media print, screen and (min-width: 980px) {
  .p-header_logoArea {
    width: 23%;
    margin-right: auto;
  }
  .p-header_btnArea {
    margin-left: 0;
  }
  .p-header_bnrArea {
    width: 25%;
    max-width: 307px;
    margin-right: 1.5%;
  }
  .p-header_bnrList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 16px;
  }
  .p-header_bnrList.falseOnly.my-true {
    display: none;
  }
  .p-header_bnrList.trueOnly.my-false {
    display: none;
  }
  .p-header_bnr {
    max-width: 307px;
  }
  .p-header_bnr img {
    display: block;
  }
  .p-header_bnr:hover {
    opacity: 0.7;
  }
  .p-header_bnr:nth-child(n+2) {
    display: none;
  }
  .l-header.is-fixed .p-header_bnrArea {
    display: none;
  }
}
@media print, screen and (min-width: 1400px) {
  .p-header_logoArea {
    width: auto;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .p-header_list {
    width: auto;
  }
  .p-header_bnrArea {
  }
}
@media print, screen and (min-width: 1600px) {
  .p-header_bnr:nth-child(n+2) {
    display: block;
  }
  .p-header_bnrArea {
    width: auto;
    max-width: none;
    margin: 0 1.5%;
  }
}


/* =========================== */
/* 左ナビ */
/* =========================== */
.p-nav_searchHeading {
  padding: 15px 10px 17px;
  letter-spacing: 0;
}
.p-nav_searchHeading + .p-nav_bnrArea {
  margin-top: 16px;
}
.p-nav_searchListImg {
  margin-right: 8px;
}
.p-nav_searchListBtn {
  padding: 10px 4%
}
.p-nav_guide {
  margin-bottom: 60px;
}
.p-nav_guideList {
  border-top: 1px solid #B2BBBA;
}
.p-nav_guideListBtn {
  display: block;
  border-bottom: 1px solid #B2BBBA;
  padding: 16px 32px 16px 16px;
  position: relative;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.p-nav_guideListBtn:after {
  content: "";
  position: absolute;
  right: 6.6%;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 11px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="x,y"><path fill="%23169FC3" d="M1,10c-0.6,0-1-0.4-1-1c0-0.3,0.1-0.5,0.3-0.7L3.6,5L0.3,1.7c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l4,4c0.4,0.4,0.4,1,0,1.4l-4,4C1.5,9.9,1.3,10,1,10z" /></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-nav_guideListBtn:hover {
  text-decoration: underline;
  color: #169fc3;
}
.p-header_hamburgerNav {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 1400px) {
  .l-nav {
    width: 200px;
  }
}
