#SBP23 {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
#SBP23 .header .navBtn {
  width: 70px;
  height: 70px;
  background: #0783f4;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  transition: all 0.3s;
}
#SBP23 .header .navBtn span {
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 26px;
  transition: all 0.3s;
  transform: translateX(-50%);
  z-index: 11;
}
#SBP23 .header .navBtn span:last-child {
  top: 41px;
}
#SBP23 .header .navBtn::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: #0783f4;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  transition: all 0.3s;
  zoom: 1;
}
#SBP23 .header .navBtn.cur {
  background: none;
}
#SBP23 .header .navBtn.cur span {
  transform: translateX(-50%) translateY(8px) rotate(45deg);
  left: 50%;
}
#SBP23 .header .navBtn.cur span:last-child {
  transform: translateX(-50%) translateY(-8px) rotate(-45deg);
  left: 51%;
  top: 42px;
}
#SBP23 .header .navBtn.cur::after {
  pointer-events: none;
  z-index: 7;
  background: none;
}
#SBP23 .header .headNav {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #0783f4;
  position: fixed;
  color: #fff;
  z-index: 8;
  top: 0;
}
#SBP23 .header .headNav.cur {
  display: flex;
  justify-content: center;
  align-items: center;
}
#SBP23 .header .headNav__inner {
  display: block;
}
#SBP23 .header .headNav__inner .logoList, #SBP23 .footer .footer__inner .logoList{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
}
#SBP23 .footer .footer__inner .logoList{
  width: 480px;
  margin: auto;
}
#SBP23 .header .headNav__inner .logoList li, #SBP23 .footer .footer__inner .logoList li{
  margin: auto;
  display: flex;
  justify-content: space-around;
}
#SBP23 .header .headNav__logoLink {
  padding: 30px 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
}
#SBP23 .header .headNav__logoLink .siteName {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}
#SBP23 .header .headNav__logoLink .siteName a {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
#SBP23 .header .headNav__logoLink .siteName a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#SBP23 .header .headNav__textLink {
  padding: 30px;
  border-top: 1px solid #72afe6;
}
#SBP23 .header .headNav__textLink ul {
  margin-bottom: 0;
}
#SBP23 .header .headNav__textLink ul li {
  margin-top: 20px;
}
#SBP23 .header .headNav__textLink ul li:first-child {
  margin-top: 0;
}
#SBP23 .header .headNav__textLink ul li a {
  color: #fff;
  font-size: 1.6rem;
}
#SBP23 .header .headNav__textLink ul li a:hover {
  text-decoration: underline;
}
#SBP23 .header .headNav__textLink ul li a::after {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_3.png) no-repeat 0 0;
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-left: 10px;
  vertical-align: text-top;
  margin-top: 1px;
}
#SBP23 .kv__title img {
  width: 100%;
  height: auto;
}
#SBP23 .kv__lead {
  font-size: 1.6rem;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px 0;
  line-height: 1.875;
}
#SBP23 .kv__lead2 {
  font-size: 1.6rem;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 15px 0;
  line-height: 1.875;
}
#SBP23 .section {
  max-width: 950px;
  margin: 80px auto 0;
  padding: 0 15px;
}
#SBP23 .section__iconTtl {
  font-size: 2.4rem;
  font-weight: bold;
  /*padding-left: 62px;*/
  line-height: 50px;
  box-sizing: border-box;
}
#SBP23 .section__iconTtl--new {
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_paper_1.png) no-repeat left center;
}
#SBP23 .section__iconTtl--pickup {
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_good_1.png) no-repeat left center;
}
#SBP23 .section__iconTtl--back {
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_backnumber_1.png) no-repeat left center;
}
#SBP23 .sectionCopy {
  background: #EAF5FF;
}
#SBP23 .sectionCopy__inner {
  max-width: 950px;
  margin: 100px auto 0;
  padding: 80px 15px;
  color: #333;
}
#SBP23 .sectionCopy__inner p {
  margin: 2px 0 0 0;
}
#SBP23 .sectionCopy__inner p:first-child {
  margin-bottom: 20px;
}
#SBP23 .advertisement{
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
#SBP23 .footer {
  background: #0783f4;
  color: #fff;
  padding: 60px 0;
  text-align: center;
  margin-top: 160px;
}
#SBP23 .footer__inner {
  max-width: 950px;
  margin: 0 auto;
}
#SBP23 .footerNav__inner {
  display: flex;
  justify-content: space-around;
}
#SBP23 .footer__logoLink {
  margin-top: 30px;
}
#SBP23 .footer__logoLink .siteName {
  text-align: left;
}
#SBP23 .footer__logoLink .siteName a {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
#SBP23 .footer__logoLink .siteName a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#SBP23 .footer__textLink {
  width: 320px;
}
#SBP23 .footer__textLink ul {
  border-top: 1px solid #72afe6;
  vertical-align: top;
  margin-bottom: 0;
}
#SBP23 .footer__textLink ul li {
  display: block;
  margin-top: 15px;
  text-align: left;
  white-space: nowrap;
}
#SBP23 .footer__textLink ul li a {
  color: #fff;
  font-size: 1.4rem;
}
#SBP23 .footer__textLink ul li a:hover {
  text-decoration: underline;
}
#SBP23 .footer__textLink ul li a::after {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_3.png) no-repeat 0 0;
  display: inline-block;
  width: 7px;
  height: 12px;
  background-size: 100% auto;
  margin-left: 10px;
  vertical-align: text-top;
  margin-top: 1px;
}
@media screen and (max-width: 1024px) {
  #SBP23 .header .navBtn {
    width: 50px;
    height: 50px;
  }
  #SBP23 .header .navBtn span {
    width: 24px;
    height: 3px;
    left: 50%;
    top: 15px;
  }
  #SBP23 .header .navBtn span:last-child {
    top: 30px;
  }
  #SBP23 .header .navBtn::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: #0783f4;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    transition: all 0.3s;
  }
  #SBP23 .header .navBtn.cur span {
    transform: translateX(-50%) translateY(8px) rotate(45deg);
    left: 50%;
  }
  #SBP23 .header .navBtn.cur span:last-child {
    transform: translateX(-50%) translateY(-8px) rotate(-45deg);
    left: 50%;
    top: 31px;
  }
  #SBP23 .header .headNav__inner {
    min-width: 345px;
  }
  #SBP23 .header .headNav__inner .logoList li img, #SBP23 .footer .footer__inner .logoList li img{
    width: 80%;
  }
  #SBP23 .header .headNav__logoLink {
    padding: 15px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: inherit;
    justify-content: space-between;
    align-items: center;
  }
  #SBP23 .header .headNav__logoLink .siteName {
    width: auto;
    margin-top: 0;
    padding-left: 10px;
  }
  #SBP23 .header .headNav__logoLink .siteName a {
    font-size: 1.4rem;
    font-weight: normal;
  }
  #SBP23 .header .headNav__textLink {
    padding: 15px;
  }
  #SBP23 .header .headNav__textLink ul li {
    margin-top: 20px;
  }
  #SBP23 .header .headNav__textLink ul li a {
    font-size: 1.4rem;
  }
  #SBP23 .header .headNav__textLink ul li a::after {
    width: 6px;
    height: 13px;
    background-size: 100% auto;
    margin-top: 3px;
  }
  #SBP23 .kv__title img {
    width: 100%;
    height: auto;
  }
  #SBP23 .kv__lead {
    font-size: 1.4rem;
    max-width: 100%;
    padding: 50px 15px 0 15px;
    line-height: 1.875;
  }
  #SBP23 .kv__lead2 {
    font-size: 1.4rem;
    max-width: 100%;
    padding: 30px 15px 0 15px;
    line-height: 1.875;
  }
  #SBP23 .section {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #SBP23 .section__iconTtl {
    font-size: 2rem;
    /*padding-left: 57px;*/
  }
  #SBP23 .section__iconTtl--new {
    background-size: 45px auto;
  }
  #SBP23 .section__iconTtl--pickup {
    background-size: 45px auto;
  }
  #SBP23 .section__iconTtl--back {
    background-size: 45px auto;
  }
  #SBP23 .sectionCopy__inner {
    max-width: 100%;
    margin: 100px auto 0;
    padding: 40px 15px;
  }
  #SBP23 .footer {
    margin-top: 115px;
    padding: 50px 15px 20px;
  }
  #SBP23 .footer__inner {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
  }
  #SBP23 .footer .footer__inner .logoList{
    width: 320px;
  }
  #SBP23 .footerNav__inner {
    display: block;
  }
  #SBP23 .footer__logoLink_2{
    margin-top: 0px;
  }
  #SBP23 .footer__logoLink .siteName a {
    font-size: 1.4rem;
    font-weight: normal;
  }
  #SBP23 .footer__textLink{
    width: 100%;
  }
}
#SBP23 .pcOnly {
  display: block;
}
#SBP23 .spOnly {
  display: none;
}
#SBP23 .topicList li {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  font-size: 1.6rem;
}
#SBP23 .topicList li a {
  color: #333333;
}
#SBP23 .topicList li a span {
  display: block;
  line-height: 1.6;
  margin-top: 10px;
}
#SBP23 .topicList li a span:first-child {
  margin-top: 0;
}
#SBP23 .topicList li a:hover span {
  text-decoration: none;
}
#SBP23 .topicList li a:hover img {
  opacity: 0.7;
  transition: 0.4s;
}
#SBP23 .topicList__item {
  display: flex;
  width: 100%;
}
#SBP23 .topicList__thumb {
  width: 220px;
  box-sizing: content-box;
  padding-right: 20px;
}
#SBP23 .topicList__text {
  flex: 1;
  padding-top: 7px;
  padding-left: 2px;
}
#SBP23 .topicList__num {
  text-decoration: underline;
  font-weight: bold;
}
#SBP23 .topicList__title {
  text-decoration: underline;
  display: inline-block;
}
#SBP23 .topicList__title::after {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_1.png) no-repeat 0 0;
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-left: 5px;
}
#SBP23 .topicList__date {
  font-size: 1.2rem;
  color: #808080;
}
#SBP23 .entryHead {
  background: #eaf5ff;
  padding: 70px 15px;
}
#SBP23 .entryHead__inner {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  min-height: 270px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
#SBP23 .entryHead__title {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
  width: 475px;
}
#SBP23 .entryHead__title span {
  background: #0783f4;
  color: #fff;
  padding: 10px 5px;
  line-height: 1.9285;
}
#SBP23 .entryHead__date {
  font-size: 1.6rem;
  color: #333333;
  margin-top: 20px;
  width: 100%;
  z-index: 2;
}
#SBP23 .entryHead__thumb {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 1;
  width: 745px;
}
#SBP23 .entryHead__thumb img {
  width: 100%;
  height: auto;
}
#SBP23 .otherEntry {
  border: 10px solid #ededed;
  padding: 30px;
  display: flex;
  margin-top: 120px;
}
#SBP23 .otherEntry__title {
  padding-right: 40px;
  padding-left: 6px;
  margin-top: 7px;
}
#SBP23 .otherEntry__pop {
  font-weight: bold;
  font-size: 2.2rem;
}
#SBP23 .otherEntry__pop--check::before {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_check_1.png) no-repeat 0 0;
  display: block;
  width: 102px;
  height: 20px;
  background-size: 100% auto;
  margin-bottom: 10px;
}
#SBP23 .otherEntry__text {
  flex: 1;
}
#SBP23 .arrowLink {
  font-size: 1.6rem;
}
#SBP23 .arrowLink__items {
  margin-top: 20px;
  border-top: 1px solid #ededed;
  padding-top: 20px;
}
#SBP23 .arrowLink__items:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
#SBP23 .arrowLink__link {
  color: #333;
  text-decoration: underline;
  line-height: 1.9;
}
#SBP23 .arrowLink__link:hover {
  text-decoration: none;
}
#SBP23 .arrowLink__link span {
  display: block;
  font-weight: bold;
}
#SBP23 .arrowLink__link::after {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_1.png) no-repeat 0 0;
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-left: 8px;
  vertical-align: text-top;
}
#SBP23 .arrowLink__date {
  font-size: 1.2rem;
  color: #808080;
  display: block;
  margin-top: 5px;
}
#SBP23 .entryIndex {
  margin-top: 100px;
}
#SBP23 .entryIndex__title {
  font-size: 3.2rem;
  color: #0783f4;
  font-weight: bold;
}
#SBP23 .entryIndex__title--point {
  position: relative;
  /*display: inline-block;*/
  display: none;
}
#SBP23 .entryIndex__title--point::after {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_check_2.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 66px;
  height: 40px;
  display: block;
  position: absolute;
  top: -30px;
  right: -45px;
}
#SBP23 .entryIndex__lead {
  font-size: 1.6rem;
  margin-top: 10px;
  line-height: 1.875;
}
#SBP23 .entryIndexNav {
  background: #eaf5ff;
  padding: 30px 32px 25px;
  border-radius: 10px;
  margin-top: 20px;
}
#SBP23 .entryIndexNav__title {
  font-size: 1.8rem;
  font-weight: bold;
}
#SBP23 .entryIndexNav ul {
  margin-top: 0;
  margin-left: 5px;
}
#SBP23 .entryIndexNav ul li {
  margin-top: 13px;
  font-size: 1.63rem;
  position: relative;
}
#SBP23 .entryIndexNav ul li a {
  color: #333;
  padding-left: 20px;
  display: inline-block;
}
#SBP23 .entryIndexNav ul li a::before {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_2.png) no-repeat 0 0;
  width: 12px;
  height: 14px;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: text-bottom;
  position: absolute;
  left: 0;
  top: 8px;
}
#SBP23 .entryIndexNav ul li a:hover {
  text-decoration: underline;
}
#SBP23 .entryBody {
  font-size: 1.6rem;
}
#SBP23 .entryBody__title1 {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  border-bottom: 1px solid #bdbdbd;
  margin-top: 110px;
  padding-bottom: 17px;
}
#SBP23 .entryBody__title1::after {
  content: "";
  width: 200px;
  height: 3px;
  background: #0783f4;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
}
#SBP23 .entryBody__title2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-top: 40px;
  border-left: 5px solid #0783f4;
  padding-left: 15px;
  padding-top: 1px;
}
#SBP23 .entryBody__title3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 40px;
  padding: 10px 20px;
  background: #ededed;
}
#SBP23 .entryBody__thumb {
  margin-top: 60px !important;
}
#SBP23 .entryBody__thumb img {
  width: 100%;
  height: auto;
}
#SBP23 .entryBody p {
  margin-top: 26px;
  line-height: 1.8;
}
#SBP23 .entryBody p a {
  color: #0783f4;
  text-decoration: underline;
}
#SBP23 .entryBody p a:hover {
  text-decoration: none;
}
#SBP23 .entryBody p a[target=_blank]::after {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_blank_1.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
#SBP23 .entryBody p a[target=_blank] img {
  display: none;
}
#SBP23 .entryBody strong {
  color: #333;
}
#SBP23 .entryBody strong.em {
  color: #0783f4;
}
#SBP23 .entryBody .discList {
  margin-top: 30px;
}
#SBP23 .entryBody .discList li {
  padding-left: 22px;
  position: relative;
  margin-top: 7px;
  line-height: 1.625;
}
#SBP23 .entryBody .discList li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  background: #0783f4;
}
#SBP23 .numList {
  margin-top: 30px;
  margin-left: 1.8em;
}
#SBP23 .numList li {
  margin-top: 7px;
  line-height: 1.625;
}
#SBP23 .numList li::marker {
  color: #0783f4;
  font-weight: bold;
}
#SBP23 .notice {
  font-size: 1.2rem;
  margin-top: 10px;
}
#SBP23 .notice--1 {
  text-indent: -1em;
  margin-left: 1em;
}
#SBP23 .notice--2 {
  text-indent: -2em;
  margin-left: 2em;
}
#SBP23 .notice a[target=_blank]::after {
  display: none !important;
}
#SBP23 .linkList {
  margin-top: 30px;
}
#SBP23 .linkList li {
  margin-top: 10px;
}
#SBP23 .linkList li a {
  color: #333;
}
#SBP23 .linkList li a::after {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_1.png) no-repeat 0 0;
  display: inline-block;
  width: 9px;
  height: 14px;
  margin-left: 7px;
  vertical-align: middle;
  margin-top: -2px;
}
#SBP23 .linkList li a[target=_blank]::after {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_blank_1.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
#SBP23 .linkList li a[target=_blank] img {
  display: none;
}
#SBP23 .linkList li a:hover {
  text-decoration: underline;
}
#SBP23 .linkList--btn {
  margin-top: 37px;
}
#SBP23 .linkList--btn li {
  text-align: center;
  margin-top: 15px;
}
#SBP23 .linkList--btn li a {
  min-width: 400px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #bdbdbd;
  padding: 20px 20px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px 0px rgba(51, 51, 51, 0.3);
}
#SBP23 .linkList--btn li a::after {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_1b.png) no-repeat 0 0;
  display: block;
  width: 9px;
  height: 14px;
  margin-left: 8px;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(0% + 20px);
}
#SBP23 .linkList--btn li a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.4s;
}
#SBP23 .linkList__btn--em {
  background: #0783f4;
  color: #fff !important;
  border: 1px solid #0783f4 !important;
}
#SBP23 .linkList__btn--em::after {
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_3.png) no-repeat 0 0 !important;
}
#SBP23 .linkList__btn--em[target=_blank]::after {
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_blank_2.png) no-repeat 0 0 !important;
  background-size: 14px 14px;
  height: 14px !important;
  width: 14px !important;
}
#SBP23 .linkList__btn--em[target=_blank] img {
  display: none;
}
#SBP23 .linkList__btn--em2 {
  background: #fff;
  color: #333 !important;
  border: 1px solid #fff !important;
}
#SBP23 .linkList__btn--em2::after {
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_1b.png) no-repeat 0 0 !important;
}
#SBP23 .linkList__btn--em2[target=_blank]::after {
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_blank_2.png) no-repeat 0 0 !important;
}
#SBP23 .linkList__btn--em2[target=_blank] img {
  display: none;
}
#SBP23 .linkList--inline {
  text-align: center;
}
#SBP23 .linkList--inline li {
  display: inline-block;
  padding: 0 23px;
}
#SBP23 .commentBox {
  background: url(/mobile/set/data/menulist/lib/img/shared/bg_pattern_1.png) repeat 0 0;
  margin-top: 110px;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 75px 50px;
}
#SBP23 .commentBox__title {
  text-align: center;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 45px;
}
#SBP23 .commentBox--Short {
  margin-top: 40px;
  padding: 40px 50px;
}
#SBP23 .commentBox--Short .commentItem:first-child {
  margin-top: 0;
}
#SBP23 .commentItem {
  display: flex;
  margin-top: 30px;
  align-items: flex-start;
}
#SBP23 .commentItem__thumb {
  width: 110px;
  min-height: auto;
  text-align: center;
}
#SBP23 .commentItem__thumb img {
  width: 90px;
  height: auto;
  margin-left: -15px;
}
#SBP23 .commentItem__thumb img.character_1 {
  width: 90px;
}
#SBP23 .commentItem__thumb img.character_2 {
  width: 62px;
}
#SBP23 .commentItem__thumb img.character_3 {
  width: 76px;
}
#SBP23 .commentItem__thumb img.character_4 {
  width: 67px;
}
#SBP23 .commentItem__thumb img.character_5 {
  width: 79px;
}
#SBP23 .commentItem__thumb img.character_6 {
  width: 62px;
}
#SBP23 .commentItem__text {
  flex: 1;
  padding: 22px 25px 15px;
  background: #fff;
  border-radius: 10px;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.875;
}
#SBP23 .commentItem__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: -14px;
  width: 28px;
  height: 14px;
  background: url(/mobile/set/data/menulist/usage/img/shared/bg_balloon_1.png) no-repeat 0 0;
  background-size: 100% auto;
}
#SBP23 .commentItem:nth-of-type(even) {
  flex-direction: row-reverse;
}
#SBP23 .commentItem:nth-of-type(even) .commentItem__thumb {
  text-align: center;
}
#SBP23 .commentItem:nth-of-type(even) .commentItem__thumb img {
  margin-right: -10px;
  margin-left: 0;
}
#SBP23 .commentItem:nth-of-type(even) .commentItem__text::before {
  right: -14px;
  left: inherit;
}
#SBP23 .iconBtnList__items {
  margin-top: 20px;
  background: url(/mobile/set/data/menulist/top/img/shared/btn_bg.png) left center;
  background-size: 40% auto;
}
#SBP23 .iconBtnList__items:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#SBP23 .iconBtnList__items a {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  display: block;
  border-radius: 10px;
  border: 1px solid #0783F4;
  padding: 21px 50px 21px 100px;
  line-height: 1.8;
  position: relative;
}
#SBP23 .iconBtnList__items a::after {
  content: "";
  display: block;
  position: absolute;
  right: 29px;
  top: calc(50% - 8px);
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_arrow_1.png) no-repeat 0 0;
  background-size: 9px auto;
  width: 9px;
  height: 15px;
}
#SBP23 .iconBtnList__items a img.newwindowicon {
  display: none;
}
#SBP23 .iconBtnList__items--faq {
  position: relative;
}
#SBP23 .iconBtnList__items--faq a {
  background: url(/mobile/set/data/menulist/top/img/shared/icon_btn04.png) no-repeat 30px center;
  background-size: 50px auto;
}
#SBP23 .iconBtnList__items--bnr02 {
  margin-bottom: 60px;
}
#SBP23 .iconBtnList__items--bnr02 a {
  padding: 0;
  border: none;
}
#SBP23 .iconBtnList__items--bnr02 a::after {
  display: none;
}
#SBP23 .bgBtnList {
  display: flex;
  justify-content: space-between;
}
#SBP23 .bgBtnList--2nd {
  margin-top: 20px;
}
#SBP23 .bgBtnList__items {
  width: calc(50% - 10px);
  text-align: center;
}
#SBP23 .bgBtnList__items a {
  display: block;
  background: url(/mobile/set/data/menulist/top/img/shared/btn_bg.png) center center;
  background-size: 100% auto;
  padding: 25px 15px;
  border-radius: 10px;
  border: 1px solid #0783F4;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  position: relative;
}
#SBP23 .bgBtnList__items a::after {
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 40px;
  height: 40px;
  background: url(/mobile/set/data/menulist/top/img/shared/btn_icon_01.png) left center;
  background-size: 100% auto;
}
#SBP23 .bgBtnList__items a:hover {
  transition: 0.4s;
  opacity: 0.6;
}
#SBP23 .sbSec {
  margin-top: 60px;
}
#SBP23 .serviceBnrList {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
}
#SBP23 .serviceBnrList li {
  width: 25%;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  margin-top: 9px;
}
#SBP23 .serviceBnrList li a, #SBP23 .serviceBnrList li .svThumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
#SBP23 .serviceBnrList li a:hover, #SBP23 .serviceBnrList li .svThumb:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#SBP23 .serviceBnrList li a .brandName, #SBP23 .serviceBnrList li .svThumb .brandName {
  display: block;
  text-align: center;
  color: #333;
  margin-top: 3px;
}
#SBP23 .serviceBnrList li a .brandName img, #SBP23 .serviceBnrList li .svThumb .brandName img {
  display: none;
}
#SBP23 .serviceBnrList li .svThumb:hover {
  opacity: 1;
}
#SBP23 .serviceBnrList + .linkList--btn {
  margin-top: 55px;
}
#SBP23 .serviceBnrList + .bdTitle01 {
  margin-top: 64px;
}
#SBP23 .bdTitle01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 4px solid #0783F4;
  padding-left: 13px;
  margin-top: 30px;
}
#SBP23 .bd2cTitle {
  position: relative;
  font-weight: bold;
  font-size: 3.6rem;
  border-bottom: 3px solid #BDBDBD;
  padding-bottom: 12px;
  margin-top: 105px;
}
#SBP23 .bd2cTitle::after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  background: #0783f4;
  position: relative;
  left: 0;
  bottom: -15px;
}
#SBP23 .appBnrList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1px;
}
#SBP23 .appBnrList li {
  width: calc(50% - 15px);
}
#SBP23 .appBnrList li a {
  display: flex;
  background: url(/mobile/set/data/menulist/about/img/shared/icon_btnArrow.png) no-repeat right bottom #fff;
  color: #333;
  border-radius: 16px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: center;
  padding: 29px;
  box-sizing: border-box;
  background-size: 56px auto;
}
#SBP23 .appBnrList li a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
#SBP23 .appBnrList__icon img {
  width: 75px;
  height: auto;
  margin-right: 20px;
  margin-left: -10px;
}
#SBP23 .appBnrList__icon2 img {
  width: auto;
  height: auto;
  margin-right: 20px;
  margin-left: -10px;
}
#SBP23 .appBnrList__text {
  font-size: 2rem;
  font-weight: bold;
}
#SBP23 .bgSquareRTtl {
  font-size: 2.8rem;
  font-weight: bold;
  padding: 50px 30px 50px 170px;
  position: relative;
  border-radius: 15px;
  background: #EAF5FF;
  margin-top: 125px;
  margin-bottom: 34px;
}
#SBP23 .bgSquareRTtl img.pict1 {
  position: absolute;
  left: 30px;
  top: 33px;
  width: 120px;
  height: auto;
}
#SBP23 .bgSquareRTtl--sub {
  font-size: 2.2rem;
  padding: 26px 30px 26px 110px;
  margin-top: 50px;
  margin-bottom: 30px;
  background: #EDEDED;
}
#SBP23 .bgSquareRTtl--sub img.pict1 {
  left: 20px;
  top: 16px;
  width: 80px;
  height: auto;
}
#SBP23 .bgSquareRTtl:first-of-type {
  margin-top: 60px;
}
#SBP23 .bgBoxG {
  background: #EDEDED;
  padding: 30px 30px 20px;
  margin-top: 30px;
}
#SBP23 .bgBoxG > * {
  margin-top: 0;
}
#SBP23 .titleBoxSec {
  margin-top: 40px;
}
#SBP23 .titleBoxSec dt {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background: #EDEDED;
  border: 1px solid #BDBDBD;
  border-bottom: none;
  padding: 15px;
}
#SBP23 .titleBoxSec dd {
  padding: 30px 20px 40px;
  border: 1px solid #BDBDBD;
  border-top: none;
  text-align: center;
}
#SBP23 .titleBoxSec + .titleBoxSec {
  margin-top: 30px;
}
#SBP23 .titleBoxSec img.logo {
  width: 240px;
  height: auto;
}
#SBP23 .titleBoxSec ul {
  margin-top: 10px;
}
#SBP23 .flexBox {
  display: flex;
  flex: 1;
}
#SBP23 .flexBox .col {
  width: 50%;
}
#SBP23 .pointBox {
  background: #EAF5FF;
  padding: 16px 16px 16px 57px;
  line-height: 1.8;
  position: relative;
}
#SBP23 .pointBox::after {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_idea.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 16px;
  top: 18px;
  display: block;
}
#SBP23 .pointBox *:last-child {
  margin-bottom: 0;
}
#SBP23 .clDeviceTtl {
  color: #0783f4;
  font-weight: bold;
  font-size: 2.4rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
#SBP23 .normalTtl {
  font-size: 2rem;
  font-weight: bold;
}
#SBP23 .icoDlBox {
  display: flex;
  flex: 1;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
}
#SBP23 .icoDlBox dt {
  width: 50px;
}
#SBP23 .icoDlBox dt img {
  width: 100%;
  height: auto;
}
#SBP23 .icoDlBox dd {
  padding-left: 20px;
  flex: 1;
}
#SBP23 .thumbCol {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#SBP23 .mt10 {
  margin-top: 10px !important;
}
#SBP23 .mt30 {
  margin-top: 30px !important;
}
#SBP23 .fwB {
  font-weight: bold;
}
#SBP23 .bdText {
  text-decoration: underline;
}
#SBP23 .blankIcon {
  color: #0783f4;
}
#SBP23 .blankIcon[target=_blank]::after {
  content: "";
  background: url(/mobile/set/data/menulist/lib/img/shared/icon_blank_1.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background-size: 100% auto;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}
#SBP23 .blankIcon img {
  display: none;
}
@media screen and (max-width: 1024px) {
  #SBP23 .pcOnly {
    display: none;
  }
  #SBP23 .spOnly {
    display: block;
  }
  #SBP23 .spOnly.w100 {
    width: 100%;
  }
  #SBP23 .topicList li {
    font-size: 1.4rem;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  #SBP23 .topicList li a span {
    line-height: 1.875;
  }
  #SBP23 .topicList__item {
    display: flex;
    width: 100%;
  }
  #SBP23 .topicList__thumb {
    width: 115px;
    padding-right: 10px;
    margin-top: 5px;
  }
  #SBP23 .topicList__text {
    padding-top: 0;
  }
  #SBP23 .topicList__title {
    margin-top: 0 !important;
    line-height: 2 !important;
  }
  #SBP23 .topicList__title::after {
    width: 7px;
    height: 11px;
    background-size: 100% auto;
  }
  #SBP23 .topicList__date {
    font-size: 1rem;
    margin-top: 5px !important;
  }
  #SBP23 .entryHead {
    padding: 0;
  }
  #SBP23 .entryHead__inner {
    max-width: 100%;
    min-height: inherit;
    padding: 0 0 15px 0;
  }
  #SBP23 .entryHead__title {
    font-size: 1.8rem;
    margin-top: -30px;
    width: 100%;
    padding: 0 15px;
    line-height: 2;
  }
  #SBP23 .entryHead__title span {
    padding: 5px;
    line-height: 2;
  }
  #SBP23 .entryHead__date {
    font-size: 1.1rem;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 15px;
  }
  #SBP23 .entryHead__thumb {
    position: inherit;
    top: inherit;
    right: inherit;
    z-index: 1;
    width: 100%;
  }
  #SBP23 .otherEntry {
    border: 5px solid #ededed;
    padding: 25px 20px;
    display: block;
    margin-top: 85px;
  }
  #SBP23 .otherEntry__title {
    padding-right: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  #SBP23 .otherEntry__pop {
    font-size: 1.8rem;
  }
  #SBP23 .otherEntry__pop--check::before {
    width: 80px;
    height: 15px;
    margin: 0 auto 5px;
  }
  #SBP23 .otherEntry__text {
    flex: 1;
  }
  #SBP23 .arrowLink {
    font-size: 1.4rem;
  }
  #SBP23 .arrowLink__items {
    margin-top: 15px;
    padding-top: 15px;
  }
  #SBP23 .arrowLink__items:first-child {
    margin-top: 15px;
  }
  #SBP23 .arrowLink__link {
    color: #333;
    text-decoration: underline;
  }
  #SBP23 .arrowLink__link:hover {
    text-decoration: none;
  }
  #SBP23 .arrowLink__link span {
    display: block;
    font-weight: bold;
  }
  #SBP23 .arrowLink__link::after {
    width: 7px;
    height: 11px;
    margin-left: 5px;
    vertical-align: middle;
    background-size: 100% auto;
  }
  #SBP23 .arrowLink__date {
    font-size: 1rem;
    margin-top: 10px;
  }
  #SBP23 .entryIndex {
    margin-top: 70px;
  }
  #SBP23 .entryIndex__title {
    font-size: 2rem;
  }
  #SBP23 .entryIndex__title--point::after {
    width: 50px;
    height: 31px;
    top: -25px;
    right: -35px;
  }
  #SBP23 .entryIndex__lead {
    font-size: 1.4rem;
    margin-top: 15px;
    line-height: 2;
  }
  #SBP23 .entryIndexNav {
    padding: 18px;
    margin-top: 20px;
  }
  #SBP23 .entryIndexNav__title {
    font-size: 1.7rem;
  }
  #SBP23 .entryIndexNav ul li {
    font-size: 1.4rem;
  }
  #SBP23 .entryIndexNav ul li a::before {
    top: 2px;
  }
  #SBP23 .entryBody {
    font-size: 1.4rem;
  }
  #SBP23 .entryBody__title1 {
    font-size: 2.4rem;
    margin-top: 100px;
    padding-bottom: 10px;
    line-height: 1.5;
  }
  #SBP23 .entryBody__title1::after {
    width: 100px;
  }
  #SBP23 .entryBody__title2 {
    font-size: 2rem;
    border-left: 4px solid #0783f4;
    padding-left: 10px;
    margin-top: 30px;
  }
  #SBP23 .entryBody__title3 {
    font-size: 1.7rem;
    padding: 10px 15px;
    margin-top: 30px;
  }
  #SBP23 .entryBody__thumb {
    margin-top: 60px !important;
  }
  #SBP23 .entryBody p {
    line-height: 1.875;
  }
  #SBP23 .entryBody p a[target=_blank]::after {
    width: 11px;
    height: 11px;
  }
  #SBP23 .entryBody .notice {
    font-size: 1rem;
  }
  #SBP23 .entryBody .discList {
    margin-top: 30px;
  }
  #SBP23 .entryBody .discList li {
    padding-left: 15px;
    line-height: 1.875;
  }
  #SBP23 .entryBody .discList li::before {
    left: 0;
    width: 5px;
    height: 5px;
  }
  #SBP23 .numList {
    margin-top: 35px;
  }
  #SBP23 .numList li {
    margin-top: 20px;
  }
  #SBP23 .linkList {
    margin-top: 20px;
  }
  #SBP23 .linkList li a::after {
    width: 7px;
    height: 11px;
    background-size: 100% auto;
  }
  #SBP23 .linkList li a[target=_blank]::after {
    width: 11px;
    height: 11px;
    background-size: 100% auto;
    margin-left: 5px;
  }
  #SBP23 .linkList--btn {
    margin-top: 24px;
  }
  #SBP23 .linkList--btn li {
    margin-top: 10px;
  }
  #SBP23 .linkList--btn li a {
    min-width: 310px;
    box-sizing: border-box;
    padding: 20px 30px;
    box-shadow: 0px 7px 7px 0px rgba(51, 51, 51, 0.3);
  }
  #SBP23 .linkList--btn li a::after {
    width: 7px;
    height: 14px;
    background-size: 100% auto;
  }
  #SBP23 .linkList__btn--em::after {
    background-size: 100% auto !important;
    margin-top: 0px !important;
  }
  #SBP23 .linkList__btn--em2::after {
    background-size: 100% auto !important;
  }
  #SBP23 .commentBox {
    margin-top: 75px;
    padding: 75px 15px;
    background-size: 14px auto;
    border-radius: 0;
  }
  #SBP23 .commentBox__title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
  #SBP23 .commentBox--Short {
    margin-top: 30px;
    padding: 30px 15px;
  }
  #SBP23 .commentBox--Short .commentItem:first-child {
    margin-top: 0;
  }
  #SBP23 .commentItem {
    margin-top: 20px;
  }
  #SBP23 .commentItem__thumb {
    width: 80px;
    min-height: 60px;
  }
  #SBP23 .commentItem__thumb img {
    margin-right: 0;
  }
  #SBP23 .commentItem__thumb img.character_1 {
    width: 60px;
  }
  #SBP23 .commentItem__thumb img.character_2 {
    width: 43px;
  }
  #SBP23 .commentItem__thumb img.character_3 {
    width: 53px;
  }
  #SBP23 .commentItem__thumb img.character_4 {
    width: 47px;
  }
  #SBP23 .commentItem__thumb img.character_5 {
    width: 53px;
  }
  #SBP23 .commentItem__thumb img.character_6 {
    width: 43px;
  }
  #SBP23 .commentItem__text {
    padding: 16px 22px;
    font-size: 1.4rem;
    line-height: 2;
  }
  #SBP23 .commentItem__text::before {
    top: 20px;
    left: -10px;
    width: 20px;
    height: 7px;
  }
  #SBP23 .commentItem:nth-child(odd) .commentItem__thumb img {
    margin-left: 0;
  }
  #SBP23 .commentItem:nth-child(odd) .commentItem__text::before {
    right: -10px;
  }
  #SBP23 .iconBtnList__items {
    margin-top: 10px;
    background: url(/mobile/set/data/menulist/top/img/shared/btn_bg.png) left center;
    background-size: 100% auto;
  }
  #SBP23 .iconBtnList__items a {
    font-size: 1.6rem;
    border-radius: 5px;
    padding: 22px 30px 22px 65px;
  }
  #SBP23 .iconBtnList__items a::after {
    right: 15px;
  }
  #SBP23 .iconBtnList__items--faq a {
    background: url(/mobile/set/data/menulist/top/img/shared/icon_btn04.png) no-repeat 15px center;
    background-size: 40px auto;
  }
  #SBP23 .iconBtnList__items--bnr02 {
    margin-bottom: 30px;
  }
  #SBP23 .iconBtnList__items--bnr02 a {
    padding: 0;
  }
  #SBP23 .bgBtnList {
    margin-bottom: 0;
  }
  #SBP23 .bgBtnList--2nd{
    margin-top: 10px;
  }
  #SBP23 .bgBtnList__items {
    width: calc(50% - 5px);
  }
  #SBP23 .bgBtnList__items a {
    background-size: 150% auto;
    background-position: 0 0;
    padding: 6px;
    border-radius: 5px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  #SBP23 .bgBtnList__items a::after {
    width: 27px;
    height: 27px;
  }
  #SBP23 .sbSec {
    margin-top: 31px;
  }
  #SBP23 .serviceBnrList {
    width: calc(100% + 5px);
    margin-top: 5px;
  }
  #SBP23 .serviceBnrList li {
    width: 33.33333%;
    padding: 0 5px 0 0;
    box-sizing: border-box;
    margin-top: 5px;
  }
  #SBP23 .serviceBnrList li a .brandName, #SBP23 .serviceBnrList li .svThumb .brandName {
    margin-top: 4px;
    font-size: 1.1rem;
  }
  #SBP23 .serviceBnrList + .linkList--btn {
    margin-top: 35px;
  }
  #SBP23 .serviceBnrList + .bdTitle01 {
    margin-top: 30px;
  }
  #SBP23 .bdTitle01 {
    font-size: 1.4rem;
    padding-left: 7px;
    margin-top: 20px;
  }
  #SBP23 .bd2cTitle {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
  #SBP23 .bd2cTitle::after {
    width: 100px;
    bottom: -13px;
  }
  #SBP23 .appBnrList {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 16px;
  }
  #SBP23 .appBnrList li {
    width: calc(50% - 10px);
    flex-shrink: 0;
  }
  #SBP23 .appBnrList li a {
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 27px 10px;
    background-size: 35px auto;
  }
  #SBP23 .appBnrList__icon {
    display: block;
    text-align: center;
  }
  #SBP23 .appBnrList__icon img {
    width: 64px;
    height: auto;
    margin-right: 0;
    margin-left: 0;
  }
  #SBP23 .appBnrList__icon2 img {
    width: 110px;
    height: auto;
    margin-right: 0;
  }
  #SBP23 .appBnrList__text {
    font-size: 1.4rem;
    display: block;
    margin-top: 15px;
  }
  #SBP23 .bgSquareRTtl {
    font-size: 2.2rem;
    padding: 40px 15px 31px 125px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #SBP23 .bgSquareRTtl img.pict1 {
    left: 15px;
    top: 31px;
    width: 90px;
    height: auto;
  }
  #SBP23 .bgSquareRTtl--sub {
    font-size: 1.8rem;
    padding: 18px 18px 18px 66px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  #SBP23 .bgSquareRTtl--sub img.pict1 {
    left: 10px;
    top: 18px;
    width: 50px;
    height: auto;
  }
  #SBP23 .bgSquareRTtl:first-of-type {
    margin-top: 30px;
  }
  #SBP23 .bgBoxG {
    padding: 20px 15px;
    margin-top: 15px;
  }
  #SBP23 .bgBoxG--padS {
    padding: 15px;
  }
  #SBP23 .titleBoxSec {
    margin-top: 30px;
  }
  #SBP23 .titleBoxSec dt {
    font-size: 1.6rem;
    padding: 10px;
  }
  #SBP23 .titleBoxSec dd {
    padding: 25px 15px 20px;
    text-align: center;
  }
  #SBP23 .titleBoxSec + .titleBoxSec {
    margin-top: 15px;
  }
  #SBP23 .titleBoxSec img.logo {
    width: 200px;
    height: auto;
  }
  #SBP23 .titleBoxSec ul {
    margin-top: 20px;
  }
  #SBP23 .titleBoxSec ul li {
    padding: 0;
    margin-top: 0;
  }
  #SBP23 .flexBox {
    display: block;
    flex: 1;
    margin-top: -25px;
  }
  #SBP23 .flexBox .col {
    width: 100%;
    margin-top: 25px;
  }
  #SBP23 .pointBox {
    padding: 15px 15px 15px 50px;
  }
  #SBP23 .clDeviceTtl {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  #SBP23 .normalTtl {
    font-size: 1.8rem;
  }
  #SBP23 .icoDlBox {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
  }
  #SBP23 .icoDlBox dt {
    width: 50px;
  }
  #SBP23 .icoDlBox dt img {
    width: 100%;
    height: auto;
  }
  #SBP23 .icoDlBox dd {
    padding-left: 15px;
    flex: 1;
  }
  #SBP23 .icoDlBox dd p {
    margin-top: 0;
    margin-bottom: 0;
  }
  #SBP23 .bgBoxG--padS .icoDlBox {
    margin: 0;
  }
  #SBP23 .thumbCol {
    margin-top: 15px;
    display: flex;
  }
  #SBP23 .thumbCol li {
    width: calc(33% - 7px);
  }
  #SBP23 .mt10 {
    margin-top: 10px !important;
  }
}

.navBtn {
  position: fixed !important;
  top: 58px !important;
}
.navBtn.fixed {
  top: 0 !important;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.fixed .navBtn {
  top: 0 !important;
}
body.fixed .navBtn.fixed {
  top: 58px !important;
}

@media screen and (min-width: 1025px) {
  .footer-breadcrumbs-2019_list {
    overflow: inherit !important;
  }
  .navBtn {
    top: 105px !important;
  }
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 320px) {
  #SBP23 .header .headNav__inner {
    min-width: 300px;
  }
  #SBP23 .linkList--btn li a{
    min-width: 100%;
  }
  #SBP23 .dn-320{
    display: none;
  }
}
@media screen and (min-width: 321px) {
  #SBP23 .br-320{
    display: none;
  }
}/*# sourceMappingURL=module.css.map */