.hdrTop .hdrInner:not(.hdrInner--one) .hdrInfo {
    text-align: center !important;
}

.hdrTop .hdrInner {
    justify-content: center;
}

#side .button--typeA{
background:#FF6D1C;
border:none;
}

.iconNav--image [class*="hasChildren"] > a:after{
visibility: hidden;
}

.drawer__nav li.hasChildren--click > a{
background:none !important;
}

.sec3 .sec3_box:active, .sec3 .sec3_box:hover{
color:#DE5727;
}

.sec3 .sec3_sub_p:active,.sec3 .sec3_sub_p:hover{
border-color:#fff;
}

#fs_Login .fs-l-main{
justify-content:center;
}

 /* 2025追加css */
.section-block {
  margin-top: 48px;
  margin-bottom: 64px;
  padding-top: 16px;
}

.f_title-03 {
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  color: #2c2c2c;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  margin: 2rem 0 1.5rem;
}

.f_title-03__lead {
  font-size: 2rem;
  font-weight: bold;
  color: #e17c00;
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: baseline;
}

.f_title-04 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.f_title-04__lead {
  color: #da2c1e;
  margin-right: 0.5rem;
  font-weight: bold;
}

.f_title-lead {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  color: #d66700;
  margin: 0.5em 0 1em;
}

.f_list-price {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
  border-top: 1px solid #ddd;
}

.f_list-price__item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  display: flex;
  align-items: center;
}

.f_list-price__item::before {
  content: "●";
  color: #e17c00;
  margin-right: 0.5rem;
  font-size: 0.8rem;
}

.note-text {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.4;
  margin-top: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.f_section-content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-top: 1rem;
　flex-wrap: nowrap;
}

.f_section-image {
  max-width: 300px;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

.f_section-text {
  flex: 1;
}

.maintenance_btn {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 2em 0;
  flex-wrap: wrap;
}

.maintenance_btn li {
  flex: 1;
  min-width: 200px;
}

.maintenance_btn-link {
  display: block;
  width: 100%;
  padding: 24px 16px;
  background-color: #d66700;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.maintenance_btn-link[href^="tel:"],
.maintenance_btn-link[href^="https"] {
  color: #fff !important;
}

.maintenance_btn-link:hover {
  background-color: #b35300;
}



@media(max-width:991px){
.sec1 .tabContent .itemList__unit:nth-child(n+10),.sec6 .itemList__unit:nth-child(n+5){
display:none;
}

.hdrTop .hdrInner:not(.hdrInner--one) .hdrInfo {
    text-align: center !important;
}

.sec12{
overflow:hidden;
}

#drawer .searchForm{
margin:0;
}

.iconNav--image [class*="hasChildren"] > a:after{
visibility: hidden;
}

.drawer__nav li.hasChildren--click > a{
background:none !important;
}

.sec3 .sec3_box:active, .sec3 .sec3_box:hover{
color:#DE5727;
}

.sec3 .sec3_sub_p:active,.sec3 .sec3_sub_p:hover{
border-color:#fff;
}

.sec1 .tabSwitch li {
    padding: 10px 7px !important;
}

/* 2025追加css */
.f_title-lead {
  font-size: 1.375rem;     /* ≒22px */
}

.maintenance_btn {
   justify-content: center;
  flex-direction: column;
}

.f_section-content {
  flex-direction: column;
  gap: 16px;
}

.f_section-image {
  text-align: center;
  max-width: 100%;
}

.maintenance_btn-link {
  font-size: 1rem;
  padding: 24px 16px;
}

.maintenance_btn-link[href^="tel:"],
.maintenance_btn-link[href^="https"] {
  color: #fff !important;
}

.f_list-price{
line-height: 1.8;
}

}

.fs-body-login .fs-c-loginForm{
    gap: initial;
}