@charset "UTF-8";

#onaymi_sp_lv + section{
    display: none;
}
@media screen and (max-width: 900px){
    body.ss > main{
        margin-top: 53px;
    }
    #pan{
        display: none;
    }
    #onaymi_sp_lv + section{
    display: block;
    }
   #lv_outer {
        position: relative;
        display: none;
    }
    body.scrolled #main {
        margin-top: 53px !important;
    }
    #onaymi_sp_lv + section .content_wrapper {
        padding: 0;
    }
}



.heading.block_header_7 p{
  color: var( --i_btn_color);
  background: transparent;
border-radius: unset;
font-size: 3rem; 
width: 100%;
max-width: 175px;
height: 100%; 

}

.heading.block_header_7 .h{
  color: var( --i_btn_color);
}


.reason-number-wrap {
  position: relative;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.reason-circle {
  position: absolute;
  inset: 0;
  background: #fbd0e3; /* light pink — adjust opacity/shade as needed */
  border-radius: 50%;
}

.reason-number {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #e84283;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

