
h2.page-section-heading{
    margin-bottom: 60px;
    position: relative;
}

h2.page-section-heading:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 50px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--cp-blue);
    border-radius: 3px;
    opacity: .4;
}

.gNaviArea{
margin: 10px auto 10px;
width: 100%;
max-width: 1140px;
/*min-width: 1140px;*/
/*background-color: #fff;*/
}

.gNaviWrap{
display: flex;
box-sizing: border-box;
/*
border-bottom: solid 2px #B50D42;
border-left: solid 2px #B50D42;
border-right: solid 2px #B50D42;
*/
position: relative;
list-style: none;
padding-left: 0;
margin-bottom: 0;
}

.gNaviWrap > li{
width: 100%;
height: 80px;
border-right: dotted 1px #999;
font-size: 1.1rem;
text-align: center;
}

.gNaviWrap > li:last-of-type{
border-right: none;
}

.gNaviWrap > li > a{
display: block;
box-sizing: border-box;
padding-top: 60px;
width: 100%;
color: #2e2e2e;
text-decoration: none;
background-image: url("/wp-content/themes/renewal2026/assets/img/gnavi-icon.png");
background-repeat: no-repeat;
}

.gNaviWrap a:hover{
color: var(--cp-blue);
}

.gNaviWrap li:nth-of-type(1) a{background-position: 8px 0;}
.gNaviWrap li:nth-of-type(2) a{background-position: -75px 0;}
.gNaviWrap li:nth-of-type(3) a{background-position: -157px 0;}
.gNaviWrap li:nth-of-type(4) a{background-position: -237px 0;}
.gNaviWrap li:nth-of-type(5) a{background-position: -322px 0;}
.gNaviWrap li:nth-of-type(6) a{background-position: -404px 0;}
.gNaviWrap li:nth-of-type(7) a{background-position: -485px 0;}
.gNaviWrap li:nth-of-type(8) a{background-position: -566px 0;}
.gNaviWrap li:nth-of-type(9) a{background-position: -651px 0;}
.gNaviWrap li:nth-of-type(10) a{background-position: -730px 0;}
/*.gNaviWrap li:nth-of-type(11) a{background-position: -817px 0;}*/
.gNaviWrap li:nth-of-type(11) a{background-position: -889px 0;}
.gNaviWrap li:nth-of-type(12) a{background-position: -973px 0;}



@media (min-width: 992px) {
    /* サブメニュー */
    .gNaviWrap > li:hover > ul{
        visibility: visible;
        opacity: 1;
        transition: all 0.5s 0s ease;
    }
}

.gNaviWrap > li > ul{
    box-sizing: border-box;
    padding: 12px 8px 10px 15px;
    border: solid 2px var(--cp-blue);
    border-radius: 5px;
    width: max-content;
    max-width: 300px;
    background-color: #fff;
    /*position: absolute;
    top: 80px;*/
    position: fixed;
    margin-top: 3px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    text-align: left;
}

.gNaviWrap > li > ul > li{
    /*border-bottom: dotted 1px #2e2e2e;*/
    font-size: 1.3rem;
    text-align: left;
    display: inline-block;
    line-height: 1.7;
    color: #2e2e2e;
}

.gNaviWrap > li > ul > li:last-of-type{
    border-bottom: none;
}

.gNaviWrap > li > ul > li.subMenuTit,
.gNaviWrap > li > ul > li.localSubTit{
    display: flex;
    align-items: center;
    background: none;
}

.gNaviWrap > li > ul > li.subMenuTit::before,
.gNaviWrap > li > ul > li.localSubTit::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--cp-blue);
    margin: -1px .5em 0 0;

}

.gNaviWrap > li > ul > li.subMenuTit:nth-of-type(n+2),
.gNaviWrap > li > ul > li.localSubTit:nth-of-type(n+2){
    margin-top: 8px;
}

.gNaviWrap > li > ul > li a{
    color: #2e2e2e;
    display: block;
    padding-right: 13px;
    /*background-image: url("/wp-content/themes/renewal2021/img/cursol-right.png");*/
    background-repeat: no-repeat;
    background-position: left;
    text-decoration: none;
}

.gNaviWrap > li > ul > li a:hover{
    color:  var(--cp-blue);
}


/* サブナビゲーション */
.subNaviArea{
width:100%;
background-repeat: no-repeat;
background-position: top;
background-color: var(--cp-blue);
}

.subNavigation{
margin: auto;
max-width: 1140px;
display: flex;
padding-left: 0;
}

.subNavigation li{
width: 100%;
height: 50px;
text-align: center;
border-left: solid 1px rgba(255,255,255,.5);
padding: 0;
justify-content: center;
align-items: center;
}

.subNavigation li:last-of-type{
border-right: solid 1px rgba(255,255,255,.5);
}

.subNavigation li a{
display: block;
box-sizing: border-box;
color: #fff;
font-size: 1.4rem;
font-weight: bold;
text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
text-decoration: none;
}



.hamburger{
    width: 100%;
}
@media (max-width: 991px) {
    
    .gNaviArea .gNaviWrap {
        display: block;
        text-align: center;
    }

    .gNaviArea .gNaviWrap  > li{
        width: 90px;
        display: inline-block;
        border: none;
        margin-bottom: 15px;
    }
    
    .subNaviArea nav > ul{
        flex-wrap: wrap;
    }

    .subNaviArea nav > ul > li{
        width: 50%;
        border-bottom: solid 1px rgba(255, 255, 255, .5);
    }
    
    .hamburger{
        background-color: #fff;
        position: fixed;
        top: 0;
        padding-top: 13vw;

        opacity: 0;
        transition:opacity .3s;
        pointer-events: none;
        z-index: -1;
    }
    .navbar.expand .container{
        z-index: 1;
    }
    .navbar.expand .hamburger{
        opacity: 1;
        pointer-events: auto;
    }
}


.masthead .balloon {
  display: inline-block;
  background: #004ea2;
  color: #fff;
  border-radius: 50px;
  position: relative;
  font-weight: bold;
  padding: 5px;
}

/* ▼三角部分 */
.masthead .balloon::after {
  content: "";
  position: absolute;
  left: 50%;  /* 三角の位置を調整 */
  margin-left: -10px;
  bottom: -9px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: var(--cp-blue) transparent transparent transparent;
}

.masthead .balloon .balloon-inner{
    padding: 9px 120px 2px 90px;
    position: relative;
}
.masthead .balloon .balloon-inner::before,
.masthead .balloon .balloon-inner::after{
  content: "";
  display: block;
  position: absolute;
  filter: drop-shadow(2px 1px 1px rgba(0,0,0,0.3));
  bottom: 0;
}

.masthead .balloon .balloon-inner::before{
  width: 1.7em;
  height: 2.5em;
  background: url("/wp-content/themes/renewal2026/assets/img/masthead-wh1.svg") no-repeat center / contain;
  left: 20px;
  z-index: 1;
}
.masthead .balloon .balloon-inner::after{
  width: 2.6em;
  height: 3em;
  background: url("/wp-content/themes/renewal2026/assets/img/masthead-wh2.svg") no-repeat center / contain;
  right: 20px;
}

@media (max-width: 991px) {
    .masthead .balloon .balloon-inner {
        padding: 8px 80px 8px 60px;
    }
    .masthead .balloon .balloon-inner::before{
        left: 15px;
        top: -0.6em;
    }
    .masthead .balloon .balloon-inner::after{
        right: 15px;
        top: -1.1em;
    }
}

.mainColor{
    color: var(--cp-blue);
}




.flow-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.flow-step {
  display: flex;
  align-items: center;
  width: 22%;
}


/* 最後のステップだけ非表示 */
.flow-step:last-child::after {
  content: none;
}

.step-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 60px 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;

}
.flow-step{
  position: relative;
}
.flow-step::after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  color: var(--cp-blue);
  line-height: 1;
}
.flow-step:last-child::after {
  content: none;
}

.step-label {
  background: var(--cp-blue);
  color: #fff;
  display: inline-block;
  padding: 15px 15px 0;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  aspect-ratio: 1 / 1;
  line-height: 1.3;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}

.step-icon {
  font-size: 26px;
}

.step-card h3 {
  /*color: var(--cp-blue);*/
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.step-card h3 i{
    margin-right: 5px;
}

.step-card p {
  font-size: 1.4rem;
  line-height: 1.6;
  flex-grow: 1;
  text-align: left;
  margin-bottom: 0;
}

.step-card p img{
  display: block;
  height: 23px;
  width:auto;
  margin: .6em auto 0;
}

/* 共通 */
.with-triangle { position: relative; padding: 2rem 1.8rem 1.8rem 2rem; background: #fff; border: 1px solid #ddd; border-radius: 6px; overflow: hidden; }

/* 変数 */
.with-triangle {
  --tri-size: 64px;
  --tri-color: var(--cp-blue);
  --text-color: #fff;
  --text-size: 12px;
}

/* 三角（斜め）を疑似要素で作る */
.with-triangle::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: var(--tri-size) solid var(--tri-color);
  border-right: var(--tri-size) solid transparent;
  z-index: 2;
}

/* 回転したラベルテキスト */
.tri-text{
  position: absolute;
  left: -8px;
  top: 40px;
  width: calc(var(--tri-size) * 1.1);
  display: block;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  font-size: var(--text-size);
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
  z-index: 3;
  pointer-events: none;
  /* 文字がはみ出す場合は以下で切る */
  white-space: nowrap;
  overflow: hidden;
}


@media (max-width: 991px) {
    .flow-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    #flow .page-section-heading{
        margin-bottom: 60px;
    }
    .flow-step {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .step-label {
        transform: none;
        top: -30px;
        left: 20px;
    }
    .step-card {
        padding: 20px;
        width: 100%;
    }
    
    .step-card p img{
        height: 30px;
    }
    .flow-step::after {
        top: inherit;
        right: 50%;
        margin-right: -.3em;
        bottom: -35px;
        transform: rotate(90deg);
    }
}


.cta{
    background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(0,0,0,0.2)), var(--cp-blue);
    padding: 70px 0;
}
.cta .container{
    background-color: #fff;
    border-radius: 20px;
    width: 70%;
    max-width: 900px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.cta .container .row{
    padding: 40px 5% 30px;
    align-items: center;
}

.cta .container strong{
    font-size: 1.8em;
    display: block;
}

.cta .container .btn1 {
    font-size: 26px;
    padding: 12px 26px;
}

.cta .container a.tel {
    font-size: 3em;
    color: var(--cp-blue);
    line-height: .3;
    font-weight: bold;
}

.cta .container a.tel small {
    font-size: 14px;
    display: inline-block;
    margin-left: 2em;
    
}

.cta .container .row img{
    margin: 10px auto;
    width: 85%;
}

@media (max-width: 991px) {
    .cta .container{
        width: 90%;
    }
    .cta .container .row {
        padding: 30px 3%;
    }
    .cta .container .row img{
        width: 75%;
        margin: 10px auto 0;
    }

}




#product .row{
    gap: 20px;
}

#product .product-card{
    width: 18%;
    padding: 1.7em .8em;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: none;
    margin: 0;
}

@media (max-width: 991px) {
    #product .product-card{
        width: 45%;
    }
}

#product .product-card img{
    display: block;
    margin: 0 auto 15px;
}

#product .product-card h3{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
}

#product .product-card p{
    margin: .8em auto 0;
    font-size: 12px;
    color: var(--bs-body-color);
    line-height: 1.2;
}
#product .product-card p strong{
    font-size: 1.7em;
    color: var(--cp-blue);

}






#sign{
    background: var(--cp-blue-bg);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

#sign::before,
#sign::after{
    content: "";
    position: absolute;
    /*inset: 0;*/
    z-index: 0;
    width: 40vw;
    max-width: 500px;
    height: 40vw;
}
#sign::before{
    background: url("/wp-content/themes/renewal2026/assets/img/sign-bg1.svg") top/contain no-repeat;
    top: 150px;
    right: 55%;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
    opacity: 0.5;
}
#sign::after{
    background: url("/wp-content/themes/renewal2026/assets/img/sign-bg2.svg") top/contain no-repeat;
    top: 50px;
    left: 57%;
    opacity: 0.45;
}

@media (max-width: 991px) {
    #sign{
        padding: 150px 0 100px;
    }
    
    #sign::before,
    #sign::after{
        width: 55%;
        background-size: cover;
        opacity: 0.6;
    }
    
    #sign::before{
        top:inherit;
        bottom: -20px;
        left: 22%;
    }
    #sign::after{
        height: 220px;
        top: 15px;
        right: 22%;
        left: inherit;
    }

}


#sign .container{
  padding: 20px;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* 各メッセージ共通設定 */
#sign span {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    justify-content: space-between;
    font-size: 1.6rem;
}

/* 吹き出し部分 */
#sign .customer,
#sign .otasuke {
  position: relative;
  max-width: 90%;
  padding: 12px 14px 10px;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  line-height: 1.4;
}

@media (max-width: 991px){
    #sign .customer,
    #sign .otasuke {
      max-width: 95%;
    }
}

/* 疑似要素でアバターを固定サイズ化 */
#sign .customer::before,
#sign .otasuke::before {
  content: "";
  display: block;
  flex-shrink: 0; /* 潰れないようにする */
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

/* --- 顧客メッセージ（右） --- */
#sign .customer {
  background: #b6eb7a;
  color: #000;
  border-radius: 25px 25px 0 25px;
  margin-left: auto;
  order: 1;
  /*width: max-content;*/
}

#sign .customer::before {
  width: 60px;
  height: 60px;
  order: 2;
  margin-left: 8px;
}

#sign .customer:nth-of-type(1)::before {
  background-image: url("/wp-content/themes/renewal2026/assets/img/avatar-customer1.svg");
}
#sign .customer:nth-of-type(2)::before {
  background-image: url("/wp-content/themes/renewal2026/assets/img/avatar-customer5.svg");
}
#sign .customer:nth-of-type(3)::before {
  background-image: url("/wp-content/themes/renewal2026/assets/img/avatar-customer3.svg");
}
#sign .customer:nth-of-type(4)::before {
  background-image: url("/wp-content/themes/renewal2026/assets/img/avatar-customer2.svg");
}


/* --- おたすけメッセージ（左） --- */
#sign .otasuke {
  background: #fff;
  color: #000;
  border-radius: 25px 25px 25px 0;
  margin-top: 30px;
  margin-right: auto;
}

#sign .otasuke::before {
  width: 65px;
  height: 65px;
  margin-right: 15px;
  background-image: url("/wp-content/themes/renewal2026/assets/img/avatar-otasuke.svg");
}




#reason .container .row{
    padding: 0 2%;
}

#reason .container .row > div {
    padding-left: .7%;
    padding-right: .7%;
}

#reason .reason-item{
    background-color: var(--cp-blue-bg);
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
    font-size: 1.6rem;
}

#reason .reason-item p{
    padding: 0 1.5vw;
    margin-bottom: 0;
    text-align: left;
}

#reason .reason-item h3{
    font-size: 1.3em;
}

#reason .reason-item h3 .mainColor{
    font-size: 1.2em;
}

#reason .reason-item h3::after {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #f5c518;
  margin-bottom: 8px;
}

@media (max-width: 991px){
    #reason .container .row > div {
        padding-left: 1%;
        padding-right: 1%;
    }
    #reason .reason-item p{
        padding: 0 2vw;
    }
    #reason .reason-item h3{
        font-size: 1.2em;
    }
}





#news ul {
    list-style: none;
    padding-left: 0;
    max-width: 100%;
    width: max-content;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 1.6rem;
}

#news ul li span.date{
    display: inline-block;
    width: 7.5em;
    padding-right: 0;
}

@media (max-width: 991px){
    #news ul {
        line-height: 1.5;
    }
    #news ul li{
      margin-bottom: .5em;
    }
    #news ul li span.date{
      display: block;
    }
}


#area {
    background-color: var(--cp-blue-bg);
    margin-bottom: 50px;
}

#area h3 {
    font-size: 1.3em;
    padding: 0 .3em;
    margin-bottom: 0;
    border: none;
    color: inherit;
}

#area h3::before {
  content: "\f0ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 2px;
  font-size: .8em;
  color: var(--cp-blue);
}

#area .row > div{
    position: relative;
    font-size: 1.6rem;
}

#area .catch{
    color: var(--cp-blue);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

#area .inner{
    list-style: none;
    padding: 10px  0 10px 10px;
    /*border: 3px solid rgba(0, 78, 162, 0.8);*/
    border-radius: 10px;
    background-color: #fff;
    
    max-height: 145px;
    overflow-y: scroll;
}

#area ul.topAreaList {
    padding: 0;
    line-height: 1;
}

#area ul.topAreaList li{
    display: inline-block;
    /*background-color: #f5f5f5;
    border-radius: 5px;
    margin: 1px 2px;
    */
    line-height: 1.4em;
}

#area ul.topAreaList li a{
    font-size: 13px;
    color: #000;
    padding: 2px 4px;
    text-decoration: none;
}

#area dl.shop dt::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
  font-size: 1em;
  color: var(--cp-blue);
    
}
@media (max-width: 991px){
    #area .catch{
        text-align: center;
    }
}


#gallery .caseListWrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#gallery .caseListWrap .caseSubBox{
    width: 19%;
    text-align: left;
    
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s ease;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

#gallery .caseListWrap .caseSubBox .inner{
    font-size: 1.2em;
    padding: 10px;
    margin-bottom: 0;
    position: absolute;
    width:100%;
    bottom:0;
    background-color: rgba(255, 255, 255, .9);
}

#gallery .caseListWrap .caseSubBox a{
    color:var(--bs-body-color);
}

#gallery .caseListWrap .caseSubBox h3{
    font-size: 1.2rem;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#gallery .caseListWrap .caseSubBox .caseSubTxt{
    margin-bottom: 0;
}

@media (max-width: 991px){
    #gallery .caseListWrap .caseSubBox{
        width: 46%;
        margin-bottom: 1em;
    }
}



#blog .row {
    display: flex;
    justify-content: space-around;
}

#blog .archive-box {
    width: 23%;
    text-align: left;
    
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s ease;
    padding: 0;
    overflow: hidden;
}

#blog .archive-box > a{
    display: block;
    width: 100%;
}

#blog .archive-box > a .inner{
    padding: 10px 15px 15px;
    color: #000;
}

#blog span.moddate{
    font-size: 1.3em;
}

@media (max-width: 991px){
    #blog .archive-box {
        width: 46%;
        margin-bottom: 1em;
    }
    #blog .archive-box > a .inner{
        padding: 10px;
    }
}

#blog .archive-box figure{
    margin: 0;
}

#blog .archive-box figure.thumb img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 2;
    /*border-bottom: 1px solid #eee;*/
}

#blog .archive-box h3{
    font-size: 1.6rem;
    font-weight: 500;
}

#blog .archive-box ul.blogcat{
    list-style: none;
    padding-left: 0;
    font-size: 12px;
    margin-bottom: 0;
}

#blog .archive-box ul.blogcat li{
    display: inline-block;
    border-radius: 10px;
    font-size: .9em;
    color: #fff;
    background: var(--cp-blue);
    padding: 5px 7px;
    margin-right: 7px;
    line-height: 1;
}

footer {
    margin-top: 50px;
}

footer .catch{
    font-weight: bold;
    color: var(--cp-blue);
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
}


ul.footerNavigation {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

ul.footerNavigation li{
    display: inline-block;
    margin: 0 .5em;
}

ul.footerNavigation li a{
    font-size: 13px;
    color: #000;
    text-decoration: none;
}


.fix-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(255,255,255,.85);
    padding: 5px 0;
}
.fix-bottom ul{
    display: flex;
    list-style: none;
    padding-left: 0;
    width:100%;
    margin-bottom: 0;
    font-size: 1.6rem;
    justify-content: center;
}
.fix-bottom ul li{
    width: 47%;
}
.fix-bottom ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.fix-bottom ul li a i{

}

@media (max-width: 991px) {
    body::after{
        content: '';
        display: block;
        height: 65px;
    }
}


.custom-scroll {
  overflow: auto;
  scrollbar-width: thin;          /* Firefox用 */
  scrollbar-color: #ccc transparent; /* Firefox用 */
}

/* Chrome, Edge, Safari用 */
.custom-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}


.pc-only{display: block!important;}
.sp-only{display: none!important;}

@media (max-width: 991px) {
    .pc-only{display: none!important;}
    .sp-only{display: block!important;}
}



