body {
  font-family: 'Noto Sans JP', sans-serif;
}

.body--scrollhidden {
  height: 100%;
  overflow: hidden;
}

/* レイアウト */
.contentsDiv,
.container-fluid {
  box-sizing: border-box;
  max-width: 1305px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.mainWrapper {
  margin-top: 124px;
  /* margin-top: 0; */
}

@media screen and (max-width: 810px){
  .mainWrapper{
    margin-top: 88px;
  }
}


.mainWrapperTop {
  margin-top: 65px;
}
.contents, .contents-ec {
  display: flex;
}
.sideArea {
  width: 200px;
  background-color: #f9f9f9;
}
.sideAreaInner {
  padding: 10px 15px;
}
.mainArea  {
  width: 970px;
}

@media screen and (max-width: 1024px) {
  .mainArea {
    width: calc(100% - 175px);
  }
}

@media screen and (max-width: 810px) {
  .mainArea {
    width: 100%;
  }
  .sideArea {
    position: fixed;
    left: -230px;
    top: 0;
    height: 100%;
    z-index: 80;
  }
  .sideAreaInner {
    padding: 10px 15px;
    overflow: auto;
    height: 100%;
  }
  .sideArea--active {
    left: 0;
  }
}

/* レイアウトここまで */
/* ヘッダー */
.headerWrapper {
  position: fixed;
  top: 0px;
  z-index: 80;
  width: 100%;
  height: auto;
  background-color: #fff;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
}
/* .body--scrollhidden .headerWrapper {
    position: absolute;
    z-index: unset;
} */
.headerTopWrapper {
  background-color: #E4E4E4;
}
.headerTop {
  display: flex;
  padding: 5px 14px 5px 8px;
  justify-content: flex-end;
}
.langSelect {
  font-size: 12px;
  color: #B8193F;
}
.langSelect a {
  color: #B8193F;
}
.header {
  display: flex;
  /* padding: 5px; */
  padding: 7px 15px 7px 20px;
}
.headerCategory {
  background-color: #B8193F;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.headerCategoryList a{
  color: #fff;
  text-decoration: none;
}

.headerCategoryList a:hover{
  opacity: 0.6;
  text-decoration: none;
}

.headerCategoryList {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  padding: 2px 15px;
  max-width: 1309px;
  align-items: center;
  gap: 15px;
}
.headerCategoryList li{
  cursor: pointer;
}

.headerCategoryList img {
  filter: brightness(0) invert(1);
}


.headerCategoryDropdown{
    background-color: #fff;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height .3s cubic-bezier(0, 1.05, 0, 1);
    -moz-transition: max-height .3s cubic-bezier(0, 1.05, 0, 1);
    -ms-transition: max-height .3s cubic-bezier(0, 1.05, 0, 1);
    -o-transition: max-height .3s cubic-bezier(0, 1.05, 0, 1);
    transition: max-height .3s cubic-bezier(0, 1.05, 0, 1);
    /* transition: max-height .3s cubic-bezier(0, 1.05, 0, 1); */
}

.headerCategoryDropdown.slide-down {
    max-height: 800px;
    -webkit-transition:  max-height .3s ease-in;
    -moz-transition:  max-height .3s ease-in;
    -ms-transition:  max-height .3s ease-in;
    -o-transition:  max-height .3s ease-in;
    transition:  max-height .3s ease-in;
}

.logoArea {
  width: 240px;
  width: 19%;
  padding: 2px;
  box-sizing: border-box;
          display: flex;
        align-items: center;
}
.headerLogo {
  width: 100%;
  height: auto;
}
.headerLogoAnchor {
  max-width: 250px;
  width: 100%;
}
.telInfo {
  display: flex;
  align-items: center;
  width: 180px;
  width: 24%;
  padding: 5px;
}
.telInfo__images {
  width: 20%;
}
.telInfo__icon {
}
.telInfo__texts {
}
.telInfo__name {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.telInfo__number {
  display: block;
  color: #b8193f;
  font-weight: bold;
  font-size: 14px;
}
.headerTel__link {
  display: flex;
  align-items: center;
  flex: auto;
}
.headerTel__link:hover {
  text-decoration: none;
}
.headerMenuArea {
  display: flex;
  flex: 1 1 auto;
  width: 28%;
}
.headerMenu {
  margin: 0;
  padding: 0;
  display: flex;
  /* flex: 1 1 auto; */
  justify-content: center;
  align-items: center;
  /* width: 39%; */
}
.headerMenuList {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}
.hMenuItem {
  list-style: none;
  display: flex;
  flex-direction: column;
    justify-content: center;
}
.hMenuLink {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  padding: 0 5px;
  font-size: 14px;
}
.hMenuLink:hover {
  color: #919bae;
}
.hMenuIcon {
  font-size: 26px;
  color: #b8193f;
  margin-right: 5px;
}
.hMenuCaption {
  font-size: 14px;
}
.wa-caption{
  font-weight: bold;
  color: #42C553;
}
.wa-caption-sm{
  color: #42C553;
  font-size: 10px;
}
.headerContactArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
  margin-left: auto;
  gap: 16px;
  /* width: 30%; */
  /* width: 52%; */
}
.contactBtn {
  max-width: 150px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  background-color: #FF6D00;
  color: #fff;
  margin: 0 5px;
  padding: 9px 27px;
  border-radius: 38px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}
.contactBtn:hover {
  background-color: #f98000;
}
.contactBtn--whatsapp {
  background-color: #43c553;
}
.contactBtn--whatsapp:hover {
  background-color: #329e3f;
}
.contactBtn__icon {
  font-size: 28px;
  margin-right: 5px;
}
.contactBtn__text {
  font-weight: bold;
  font-size: 12px;
}
.navHmbCtrl, .nav-btn-mobile {
  display: none;
}
.navHmbCtrlR {
  display: none;
}
.headerMenuArea__close {
  display: none;
}

/**/
.headerBtnItem {
  position: relative;
}
.headerBtnItem__link {
  display: table-cell;
}

.headerBtnItem a:hover {
}
.headerBtnItem img {
  margin-right: 5px;
}

.categoryList {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  padding: 2px 10px;
}

/* header btn menu */

.headerBtnMenu {
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background-color: #fff;
  position: absolute;
  z-index: 15000;
  padding: 20px 0 12px;
  min-width: 170px;
}

.headerBtnMenu li {
  width: 100%;
}

.headerBtnMenu hr {
  margin:10px 0;
  border-top: 1px solid #DDDDDD
}

.headerBtnMenu li a {
  width: 100%;
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  color: #000000;
  background-color: #fff;
  border-radius: 0;
  line-height: 1.4;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
}

.headerBtnMenu img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(39%) saturate(3117%) hue-rotate(319deg) brightness(80%) contrast(114%);
}

.headerBtnMenu li a:hover {
  color: #b8193f;
  text-decoration: underline;
}

.wechatBtn .headerBtnMenu{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.wechatBtn .headerBtnMenu img{
  margin-right:0;
  filter: none;
}

/* header btn menu end*/

.headerBtnMenu--down {
  top: 100%;
  bottom: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.headerBtnMenu--up {
  top: auto;
  bottom: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -20px 25px -5px, rgba(0, 0, 0, 0.04) 0px -10px 10px -5px;
}

/* language btn menu */

.langBtnMenu{
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background-color: #fff;
  border: solid 1px #B8193F;
  position: absolute;
  right: -5px;
  z-index: 15000;
  top:25px;
  text-align: center;
  /* padding: 28px 0 12px 0; */
}

.langBtnMenu li {
  width: 100%;
}

.langBtnMenu li a {
  width: 100%;
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  color: #B8193F;
  border: solid 1px #B8193F;
  background-color: #fff;
  border-radius: 0;
  line-height: 1.4;
  box-sizing: border-box;
  white-space: nowrap;
}

.langBtnMenu li a:hover , .langBtnMenu li a.currentLang {
  background-color: #B8193F;;
  color: #ffffff;
  text-decoration:none ;
}

.langBtnMenu li a.currentLang {
  pointer-events: none;
  cursor: default; 
}

/* language btn menu end*/

.headerTel {
  width: 28%;
  display: flex;
}
.headerTel__item {
  width: 100%;
  padding: 0 5px;
}
.headerTel__item .telInfo__name {
  width: 50%;
  font-size: 16px;
  color: #454545;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
}
.headerTel__item .telInfo__number {
  font-size: 20px;
}
.headerTel__item .telInfo__images {
  width: 10%;
  display: flex;
}
.headerTel__item .telInfo__texts {
  width: 40%;
  margin-left: 10px;
}
.productMenu {
  display: none;
}

@media screen and (max-width: 1023px) {
  .headerTel__link {
    flex-wrap: wrap;
  }
  .hMenuCaption{
    padding: 0 5px;
    font-weight: bold;
  }
  .contactBtn {
    padding: 5px 15px;
  }
  .contactBtn__text {
    font-weight: normal;
    font-size: 14px;
  }
  .logoArea {
    padding: 2px 0 0;
    width: 24%;
  }
  .telInfo {
  }
  .headerTel {
    width: 33%;
  }
  .headerMenu {
    width: 35%;
  }
  .headerContactArea {
    width: 50%;
  }
  .headerTel__item .telInfo__name {
    width: 40%;
  }
}
@media screen and (max-width: 810px) {
  .logoArea {
    width: 40%;
    /* text-align: center; */
    flex: 1 1 auto;
  }
  .headerLogo {
    max-height: 43px;
    width: auto;
    max-width: 216px;
  }
  .telInfo {
    width: 40%;
    display: none;
  }
  .headerTel {
    display: none;
  }
  .headerMenuArea {
    /* display: none; */
    flex-direction: column;
    position: fixed;
    right: -100%;
    top: 0;
    /* left:0; */
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    z-index: 80;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .headerMenuArea--active {
    right: 0;
  }
  .headerMenu {
    width: auto;
    display: block;
  }
  .headerContactArea {
    width: auto;
    display: block;
    overflow: scroll;
    height: 94%;
  }
  .headerMenuList {
    display: block;
    margin: 0 20px;
  }
  .hMenuLink {
    flex-direction: row;
    padding: 20px 15px;
    border-bottom: 1px dotted #ccc;
  }
  
  .headerContactBtn {
    margin: 30px auto 40px;
    padding: 18px 0;
    min-width: 88%;
    border-bottom: 1px dotted #ccc;
  }

  .navHmbCtrl, .nav-btn-mobile {
    position: relative;
    /* width: 46px; */
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 0 7px; */
    box-sizing: border-box;
    color: #454545;
    margin-left: 12px;
    cursor: pointer;
  }

  .navHmbIcon {
    font-size: 28px;
    color: #b8193f;
  }
  .navHmbText {
    font-size: 12px;
    font-weight: bold;
  }

  .headerMenuArea--active .headerMenuArea__close {
    /* position: absolute;
    top: 0;
    left: -50px;
    background-color: #ccc; */
    display: flex;
    /* flex-direction: column; */
    color: #000000;
    /* width: 50px;
    height: 50px; */
    padding: 25px 12px 15px;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    margin: 0 20px;
    border-bottom: 1px dotted #ccc;
  }
  .headerMenuArea__closeIcon {
    transform: rotate(45deg);
    font-size: 20px;
  }
  .headerMenuArea__closeText {
    font-size: 12px;
  }
  .telInfo {
    padding: 0;
  }

  .icon-right {
    margin-left: auto;
  }
  .nav-btn-mobile .navlink {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:4px;
  }
  .nav-btn-mobile .navlink .wa-caption-sm{
    font-size: 13px
  }
}
@media screen and (max-width: 560px) {
  .logoArea {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .headerLogo {
    height: auto;
    width: 100%;
    vertical-align: bottom;
    width: 70%;
  }
  .telInfo {
    width: 20%;
  }
  .telInfo__images {
    width: 80%;
  }
  .telInfo__texts {
    font-size: 12px;
    display: none;
  }
  .telInfo__name {
    font-size: 12px;
  }
  .nav-btn-mobile .navlink {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap:4px;
  }
  .nav-btn-mobile .navlink .wa-caption-sm{
    font-size: 11px
  }
}

.headerTopFlex {
  display: flex;
  align-items: center;
}
.headerText {
  font-size: 12px;
  margin-right: auto;
}
.headerLink {
  display: flex;
  font-size: 12px;
  font-weight: bold;
  color: #B8193F;
  margin-right: 150px;
}
.headerLinkServices {
  margin: 0 7.5px;
}
.headerLinkAnchor {
  color: #B8193F;
  margin: 0 1em;
}
.headerLinkAnchor:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1079px) {
  .headerLink {
    margin-right: 15px;
    font-size: 14px;
  }
  .headerLinkAnchor {
    margin: 0 7.5px;
  }
}

/* ヘッダー ここまで */

/* ナビゲーション */
.navWrapper {
  /* background-color: #454545; */
}
.navBoss {
  position: relative;
}
.navList {
  padding: 0;
  margin: 0;
  display: flex;
}
.navItem {
  list-style: none;
  flex: 1 1 auto;
  display: flex;
}
.navLink {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
}
.nav-child1 {
  margin-top: 15px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #eeeeee;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.35);
  z-index: 10;
}
.nav-parent2-link {
  display: block;
  text-align: left;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #b8193f;
  border-bottom: 1px dashed #b8193f;
}
.nav-child2 {
  display: block;
  position: static;
  border: none;
}
.nav-child2Item {
  list-style: none;
  line-height: 1em;
  margin-bottom: 0.75em;
  font-size: 13px;
  font-weight: bold;
}
.nav-child2Link {
  text-decoration: none;
  font-size: 12px;
  color: #434e64;
}
.nav-child2Link:hover {
  text-decoration: underline;
  color: #b8193f;
}

.ls__pdtMenu__item--megaMenuBoss {
  position: relative;
}
.pList__items--megaMenu {
  visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
  opacity: 0; /*不透明度0*/
  transition: all 0.25s; /*表示の変化を0.3秒に指定*/
  width: max-content;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #ffffff;
  z-index: 999;
  padding: 10px 20px 20px 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1366px) {
  .pList__items--megaMenu {
  }
}
@media screen and (max-width: 1152px) {
  .pList__items--megaMenu {
    width: 366px;
  }
}
.ls__pdtMenu__item--megaMenu:hover .pList__items--megaMenu {
  visibility: visible; /*Gナビメニューにホバーしたら表示*/
  opacity: 1; /*不透明度1*/
}

.navLinkBr {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav-parent-item > .navLink {
    line-height: 1;
  }
  .navLinkBr {
    display: inline;
  }
}
@media screen and (max-width: 810px) {
  .navWrapper {
    position: absolute;
    width: 100%;
  }
  .nav {
    padding: 0;
    display: none;
  }
  .nav.nav--rActive {
    display: block;
  }
  .navLink {
    justify-content: flex-start;
    padding: 10px 10px;
  }

  .nav-parent2-link {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px dotted #999;
  }

  .navList {
    flex-direction: column;
  }
  .navItem {
    flex-direction: column;
    border-bottom: 1px dotted #ccc;
  }
  .nav-child1 {
    flex-direction: column;
  }
  .nav-child2 {
    display: none;
  }

  .nav-child2Link {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px dotted #ccc;
  }
}

/* ナビゲーション　ここまで */

/* メインイメージ */
.featureWrapper {
  padding: 0;
}
.featureAreaWrapper {
  width: 100%;
  overflow: hidden;
  background-color: #ddd;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.25);
}
.featureArea {
  text-align: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.fa__text {
  text-align: center;
  color: #fff;
  font-size: 32px;
  padding: 130px 0 0;
}
.feature_slider {
  max-width: 100%;
  width: 1080px;
  margin: 0 auto;
}
.feature_slider img {
  width: 100%;
  height: auto;
  display: block;
}
.featureImg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.feature_slider > .scrlLink:not(:first-child) {
  display: none;
}
.feature_sliderItem {
  padding: 0 2px;
}
.slick-list {
  overflow: visible;
}
.feature_arrow:before,
.feature_arrow:after {
    position: absolute;
    top: 0;
    content: "";
    width: calc(50vw - 535px);
    height: 100%;
    background: #000000;
    opacity: .6;
}
.feature_arrow:before {right: 1078px;}
.feature_arrow:after {left: 1082px;}
.fI__arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.fI__arrowL {
  left: 10px;
}
.fI__arrowR {
  right: 10px;
}

.h__arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media screen and (max-width: 810px) {
  .fI__arrow {
    width: 20px;
    height: 20px;
  }
}
/* メインイメージここまで */

/* 左サイドエリア */
.side__title {
  font-size: 20px;
  color: #b8193f;
  margin: 0 0 20px;
  text-align: center;
}
.side__section {
  margin-bottom: 25px;
}
.side__secTitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #b8193f;
  border-bottom: 1px dashed #b8193f;
}
.sideMenuList {
  margin: 0;
  padding: 0;
}
.sideMenuItem {
  list-style: none;
  line-height: 1em;
  margin-bottom: 0.75em;
  font-size: 13px;
  font-weight: bold;
}
.sideMenuLink {
  text-decoration: none;
  color: #434e64;
  font-size: 12px;
}
.sideMenuLink:hover {
  text-decoration: underline;
  color: #b8193f;
}
.sideArea__close {
  display: none;
}
@media screen and (max-width: 810px) {
  .sideArea--active .sideArea__close {
    position: absolute;
    top: 0;
    left: 200px;
    background-color: #ccc;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 50px;
    height: 50px;
    z-index: 100;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .sideArea__closeIcon {
    transform: rotate(45deg);
    font-size: 26px;
  }
  .sideArea__closeText {
    font-size: 12px;
  }
}

/* 左サイドエリア　ここまで */

.menuCanselBlack {
  position: fixed;
  top: 0;
  left: 0;
  height: 200%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 50;
}

/* フッター */
.footerWrapper {
  background-color: #434e64;
}
/* フッター　ここまで */

/* news */

.wnTopic__list {
  padding: 0;
  margin: 0 auto 10px;
}

.wnTopic__item {
  border-bottom: 1px dashed #ccc;
  padding: 1em 2em;
  list-style-type: none;
}

.wnTopic__date {
  color: #333;
  margin-right: 10px;
}

.wnTopic__cat {
  display: inline-block;
  background: #7a97b2 none repeat scroll 0 0;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
  width: 10em;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  margin-right: 10px;
}

.wnTopic__cat--others {
  background-color: #6692ba;
}

.wnTopic__title {
  color: #333;
  text-decoration: none;
}

.section--news {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 690px) {
  .wnTopic__title {
    display: block;
    padding: 0.5em 0;
  }
}

/* ページ内ボタン */

.onPageCtaArea {
  /* display_flex mLRauto w80p w90p-sp onPageCtaArea */
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 20px;
}
.onPageCtaBtn {
  margin: 10px 0;
  max-width: none;
  padding: 12px 70px;
}

@media screen and (max-width: 690px) {
  .onPageCtaArea {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .onPageCtaBtn {
    padding: 12px 20px;
    margin: 10px 10%;
  }
}

/* show in mobile only */
.mobileOnly {
  display: none;
}

@media screen and (max-width: 810px){
  /* show in desktop only */
  .desktopOnly{
    display: none;
  }
  .mobileOnly {
    display: block;
  }
}

/* footer */
.footer_sns {
    background-color: #eee;
    padding: 18px 0;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 60px
}

.footer_sns__icons {
    display: flex;
    gap: 20px
}

/* section copy */
.sec--text {
  font-size: 14px;
  line-height: 1.6;
  padding: 10px;
}

.secTtl {
  background: #434e64 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 1em;
  line-height: 1;
  margin: 20px 0 0 0;
}

.sec-subTlt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

/* Service Suspension Banner */
.service-suspension-banner {
  background-color: #fff0ef;
  color: #3c4043;
  font-size: 13px;
  border-bottom: 1px solid #f5c6cb;
  line-height: 1.4;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px;
}

.banner-icon {
  background-color: #B8193F; 
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  margin-right: 4px;
}

.banner-label {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 15px;
}

.banner-text b {
  font-weight: 700;
  color: #B8193F;
}

.banner-link {
  color: #3c4043;
  text-decoration: underline;
  font-weight: 500;
  margin-left: 10px;
  white-space: nowrap;
}

.banner-link:hover {
  color: #B8193F;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .service-suspension-banner {
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .banner-content {
    display: block;
  }
}

.sideArea2 {
  --side-area2-sticky-top: 141px;
  width: 240px;
  flex: 0 0 240px;
  margin-right: 15px;
  position: sticky;
  top: var(--side-area2-sticky-top);
  align-self: flex-start;
  max-height: calc(100vh - var(--side-area2-sticky-top));
  overflow-y: auto;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  z-index: 50;
}

#container.screen__container {
  overflow-x: visible;
}

@supports (overflow: clip) {
  #container.screen__container {
    overflow-x: clip;
  }
}

.sideArea2 .side__header {
  margin: 0;
}

.sideArea2 .side__title {
  align-items: center;
  border-bottom: 3px solid #B8193F;
  color: #000000;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin: 9px 0 0;
  padding: 17px 5px;
  text-align: left;
  gap: 10px;
}

.sideArea2 .hMenuCaption {
  font-weight: bold;
}

.sideArea2 .icon-right {
  margin-left: auto;
}

.sideArea2 .headerBtnMenu {
  /* border-bottom: 1px dotted #ccc; */
  box-shadow: none;
  display: block;
  min-width: 0;
  padding: 0;
  position: static;
  background: transparent;
}

.sideArea2 .headerBtnMenu li a {
  background-color: transparent;
   border-bottom: 2px solid #ddd;
  display: flex;
  padding: 15px 15px 15px 5px;
  white-space: normal;
  width: 100%;
  text-decoration: none;
  align-items: center;
  gap: 10px;
}

.sideArea2 i,[class^="acIcon--"], [class*=" acIcon--"] {
  line-height: 1.4;
}

/* .sideArea2 .headerBtnMenu li:last-child a,
.sideArea2 .headerBtnMenu li:last-child.menu-expand li:last-child a {
  border-bottom: none;
} */

.sideArea2 .headerBtnMenu li:last-child.menu-expand a {
  border-bottom: 2px dotted #ccc;
}

.sideArea2 .productCategoryBtn.menu-expand > .headerBtnMenuLink {
  border-bottom: 2px solid #ddd;
}

.sideArea2 .productMenu {
  box-shadow: none;
}

.sideArea2 .productCategoryBtn.sideArea2ProductCategory--active > .productMenu {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.sideArea2 .productCategoryBtn.sideArea2ProductCategory--active > a,
.sideArea2 .productCategoryBtn.sideArea2ProductCategory--current > a {
  color: #b8193f; 
}

.sideArea2 .productMenu li a {
  font-weight: bold;
  /* margin-left: 70px; */
  padding: 15px 18px;
  position: relative;
  /* width: calc(100% - 70px); */
  border-bottom: 2px dotted #ccc;
}

.sideArea2 .productMenu li a.sideArea2ProductLink--active::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 1px;
  width: 3px;
  background-color: #b8193f;
}

.sideArea2 .productMenu li a.sideArea2ProductLink--active {
      background: #f1f1f1;
}

/* .sideArea2 .productMenu li:last-child a {
  border-bottom: 1px dotted #ccc;
} */
@media screen and (max-width: 1024px) {
  .sideArea2 {
      width: 170px;
      flex: 0 0 170px;
      margin-right: 5px;
  }
}

@media screen and (max-width: 810px) {
  .sideArea2 {
    display: none;
  }
}


    

