@media screen and (max-width: 1300px) and (min-width: 1100px) {
    .container, 
    .deta-container, 
    .egao-outer-container, 
    .kaizen-inner, 
    .staff-container, 
    .footer-inner {
        width: 100%;
        max-width: unset;
        padding-left: 40px;
        padding-right: 40px;
    }

    .header-nav {
        gap: 15px;
    }

    .header-nav a {
        font-size: 0.9rem;
    }

    .voice-contact-inner {
        width: 95%;
        max-width: unset;
        padding-left: 40px;
        padding-right: 40px;
    }

    .cost-result-bg .cost-container {
        width: 95%;
    }

    .hero-top-layout {
        padding-top: 0;
    }

    .hero-left-visual {
        width: 55%;
    }

    .hero-right-content {
        width: 45%;
    }

    .hero-text {
        font-size: 1.2rem;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-btns-center {
        gap: 15px;
        top: 56%;
    }

    .btn-group {
        width: 350px; 
        padding: 4px;
    }

    .hero-overlap-visual {
        max-width: 200px;
    }

    .trouble-box {
        height: auto;
        min-height: 260px;
        padding: 20px;
    }

    .trouble-box p {
        width: 100%; 
    }

    .trouble-person {
        right: 10px;
        bottom: -80px;
        top: auto;
    }

    .deta-stats-item {
        width: 48%; 
    }

    .deta-stats-value {
        font-size: 3.5rem;
    }

    .deta-stats-img-01, .deta-stats-img-02 {
        width: 90%;
    }

    .deta-sub-title {
        font-size: 1.8rem;
    }

    .egao-intro-text {
        font-size: 1.3rem;
    }

    .egao-problem-columns {
        gap: 0 60px;
        width: 100%;
    }

    .egao-text {
        font-size: 1rem;
    }

    .kaizen-sensor-pos {
        width: 180px;
        height: 180px;
        left: -68px;
        top: 0;
    }
    .kaizen-pc-pos {
        width: 180px;
        height: 180px;
        right: -10px;
        bottom: -117px;
    }

    .kaizen-pc-pos img {
        max-width: 145px;
    }

    .kaizen-text-box-bottom {
        height: auto;
        min-height: 280px;
    }

    .kaizen-text-item {
        max-width: 650px;
    }

    .deta-stats-visual {
        width: 50%;
    }

    .deta-flex {
        gap: 30px;
    }

    .deta-point-icon {
        width: 85px;
    }
  
    .cost-card-title {
        font-size: 1.2rem;
    }

    .cost-iot-icon { 
        top: -80px;
    }

    .cost-card-highlight {
        font-size: 1.5rem;
        min-height: 2.8em;
    }

    .cost-graph-flex {
        gap: 15px; 
        align-items: stretch; 
    }

    .cost-graph-item {     
        flex: 0 0 calc(33.333% - 10px); 
        max-width: none; 
    }

    .cost-card-highlight {
        font-size: 1.4rem;
    }

    .cost-graph-placeholder {
        padding: 25px 15px; 
    }

    .cost-card-title {
        font-size: 1.15rem; 
        min-height: 3.2em;
    }

    .cost-card-visual {
        width: 100%;
        padding: 0 5px;
    }

    .cost-card-visual img {
        width: 100%;
        height: auto;
    }

    .cost-card-desc {
        font-size: 1rem; 
        line-height: 1.5;
    }

    .deco-left { left: 80px; }
    .deco-right { right: 50px; }

    .staff-copy {
        font-size: 1.3rem;
    }

    .staff-icon {
        width: 200px;
    }

    .footer-nav ul {
        gap: 25px;
    }
    
}

@media screen and (max-width: 1099px) {
    .container, 
    .deta-container, 
    .egao-outer-container, 
    .kaizen-inner, 
    .staff-container, 
    .footer-inner {
        width: 100%;
        max-width: unset;
        padding-left: 40px;
        padding-right: 40px;
    }

    .header-inner {
        padding: 10px;
    }

    .h-btn {
        height: 50px;
        padding: 0 10px;
    }

    .voice-contact-inner {
        width: 95%;
        max-width: unset;
        padding: 60px 30px;
    }

    .cost-result-bg .cost-container {
        width: 95%;
    }

    .header-nav {
        gap: 15px;
    }

    .header-nav a {
        font-size: 0.8rem;
    }

    .header-nav ul {
        gap: 10px;
    }

    .hero-top-layout {
        padding-top: 30px;
    }

    .hero-title {
        font-size: 2rem; 
    }

    .hero-text {
        font-size: 1.1rem;
    }

    .hero-inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 40px 5px;
    }

    .hero-overlap-visual {
        max-width: 160px;
    }

    .hero-btns-center {
        display: flex;
        flex-direction: row; 
        justify-content: center;
        gap: 10px; 
        width: 100%;
    }

    .btn-group {
        width: 100%; 
        max-width: 280px; 
        padding: 6px; 
        border-width: 3px; 
    }

    .btn-label {
        font-size: 0.95rem; 
        padding: 2px 0;
        margin-bottom: 5px;
    }

    .btn-label .big {
        font-size: 1.05rem; 
    }

    .btn-anchor {
        font-size: 1.2rem; 
        padding: 5px 0;
    }

    .btn-anchor i {
        font-size: 0.9em;
        margin-right: 5px;
    }

    .trouble-item {
        width: 40%;
    }

    .trouble-grid {
        gap: 15px;
    }

    .trouble-box h4 {
        height: 80px;
        font-size: 1.3rem;
    }

    .trouble-box p {
        width: 80%;
    }

    .trouble-box {
        height: 280px;
    }

    .trouble-person {
        width: 50px;
        position: absolute;
        top: 140px;
        right: 2px;
    }
    
    .kaizen-sensor-pos, .kaizen-pc-pos {
        width: 160px; 
        height: 160px;
    }

    .kaizen-pc-pos img {
        max-width: 120px;
    }

    .kaizen-text-item {
        max-width: 600px;
    }

    .deta-stats-item {
        width: 100%;
        max-width: 500px;
    }
   
    .deta-image-box, .deta-content-box {
        width: 100%;
    }

    .deta-flex {
        gap: 20px;
    }

    .deta-point-icon {
        width: 80px;
    }

    .deta-sub-title {
        font-size: 1.8rem;
    }

    .deta-point-head {
        gap: 10px;
    }

    .deta-text {
        padding-top: 10px;
    }

    .deta-adl-item img {
        width: 80px;
    }

    .cost-graph-flex {
        justify-content: center;
    }

    .cost-graph-item {
        flex: 1 1 300px; 
        max-width: 450px;
    }

    .cost-result-title {
        font-size: 26px; 
    }

    .cost-result-title span {
        font-size: 2.8rem;
    }

    .cost-title-deco {
        width: 100px;
    } 

    .staff-icon {
        width: 200px;
    }

    .cost-title-deco {
        width: 100px; 
    }
    
}

@media screen and (max-width: 900px) {
    .only900 {
        display: block;
    }

    .only900-none {
        display: none;
    }

    .container, 
    .deta-container, 
    .egao-outer-container, 
    .kaizen-inner, 
    .staff-container, 
    .footer-inner {
        width: 100%;
        max-width: unset;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-inner {
        padding: 10px;
    }

    .header-nav a {
        font-size: 0.7rem;
    }

    .header-nav {
        gap: 10px;
    }

    .header-logo img {
        height: 55px;
    }

    .header-nav ul {
        gap: 5px;
    }

    .header-logo img {
        height: 45px;
    }
    
    .header-btns {
        gap: 5px;
    }

    .hero-left-visual {
        width: 50%;
    }

    .h-btn {
        height: 46px;
        padding: 10px;
    }

    .top-small {
        font-size: 0.5rem;
    }

    .hero-top-layout {
        align-items: flex-start;
        padding-top: 0;
    }

    .hero-right-content {
        width: 50%;
    }

    .hero-right-content {
        padding-left: 10px;
    }

    .hero-footer-center {
        margin-top: 30px;
    }

    .hero-inner {
        padding-bottom: 30px;
        padding-top: 0;
    }

    .hero-title {
        font-size: 1.85rem;
    }

    .hero-overlap-visual { 
        max-width: 160px;
        margin: 0 auto;
    }

    .hero-btns-center {
        transform: translate(-50%);
    }

    .section-title {
        font-size: 1.85rem;
    }

    .kaizen-sensor-pos {
        top: -127px;
    }

    .kaizen-card-title {
        font-size: 1.2rem;
    }

    .kaizen-card-title {
        height: 60px;
    }

    .kaizen-text-box-bottom {
        height: 330px;
    }

    .deta-image-box {
        width: 100%;
        max-width: 400px;
    }

    .deta-flex {
        gap: 20px;
    }

    .deta-content-box {
        width: 100%;
        max-width: 480px;
    }

    .deta-stats-label {
        font-size: 1.2rem;
    }

    .deta-stats-value {
        font-size: 3.5rem;
    }
 
    .deta-stats-box {
        padding: 30px 20px 20px;
        height: 380px;
    }

    .deta-stats-footer {
        text-align: center;
    }

    .deta-adl-item img {
        width: 70px;
    }

    .deta-text {
        line-height: 1.7;
    }

    .deta-sub-title {
        font-size: 1.6rem;
    }

    .deta-point-icon {
        width: 70px;
    }

    .deta-btn-link {
        font-size: 1.1rem;
    }

    .cost-iot-icon {
        top: -53px;
    }

    .cost-orange-bar {
        margin-bottom: 10px;
    }

    .cost-graph-flex {
        margin-top: 30px;
        flex-direction: column;
    }

    .cost-graph-placeholder {
        flex-direction: unset;
        align-items: flex-end;
    }

    .cost-graph-item {
        flex: unset;
        max-width: unset;
    }

    .cost-card-line {
        max-width: unset;
    }

    .cost-card-visual {
        max-width: 280px;
        margin: 0 auto;
    }

    .cost-card-highlight {
        font-size: 1.4rem;
    }

    .cost-card-desc {
        margin-bottom: 40px;
    }

    .staff-header-visual {
        padding: 0;
    }

    .staff-title {
        font-size: 1.8rem;
    }

    .staff-icon {
        width: 150px;
    }
       
    .staff-container {
        padding-top: 60px;
        margin: 0 auto;
    }

    .staff-copy {
        font-size: 1.3rem;
        line-height: 1.6;
    }

    .staff-bg-green {
        padding: 10px 5px;
    }

    .btn-group {
        width: 100%;
        max-width: 310px;
        padding: 6px;
        border-width: 3px;
    }

    .footer-nav a {
        font-size: 0.7rem;
    } 
}

@media screen and (max-width: 850px) {
    .only-850pc { 
        display: none; 
    }

    .header-controls { 
        display: flex; 
        align-items: center; 
        gap: 10px; 
        margin-right: 5px; 
    }

    .h-reserve-circle {
        display: flex; 
        align-items: center; 
        justify-content: center;
        width: 56px; 
        height: 56px; 
        background-color: #2b3a7b; 
        border-radius: 50%;
        color: #fff !important; 
        text-align: center; font-size: 0.9rem; 
        font-weight: bold;
        line-height: 1.2; 
        text-decoration: none; 
        text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        flex-shrink: 0;
    }

    .header-nav {
        display: flex !important;
        position: fixed;
        top: 0;
        right: -100%;
        width: 50%;  
        height: 100vh;
        background-color: #fff;
        z-index: 999;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 80px 25px 40px; 
        transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        border-radius: 0;
    }

    .header-nav.is-active {
        right: 0 !important;
    }

    .header-hamburger {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        background-color: #333; 
        border-radius: 50%;
        position: relative;
        z-index: 1000; 
        transition: background-color 0.3s;
    }

    .header-hamburger.is-active {
        background-color: #333; 
    }

    .header-hamburger span {
        display: block;
        width: 26px;
        height: 2px;
        background-color: #fff; 
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: 0.3s;
    }

    .header-hamburger span:nth-child(1) { top: 18px; }
    .header-hamburger span:nth-child(2) { top: 26px; }
    .header-hamburger span:nth-child(3) { top: 34px; }

    .header-hamburger.is-active span:nth-child(1) { 
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg); 
    }

    .header-hamburger.is-active span:nth-child(2) { 
        opacity: 0; 
    }

    .header-hamburger.is-active span:nth-child(3) { 
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg); 
    }

    .header-nav ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

    .header-nav ul li {
        width: 100%;
        border-bottom: 1px solid #eee;
        padding: 15px 0;
    }

    .header-nav ul li a {
        font-size: 1.1rem;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .header-btns {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .h-btn {
        width: 100%;
        height: 54px;
        border-radius: 27px;
    }

    .h-btn.blue,
    .h-btn.green  {
        font-size: 1.1rem;
    }


    .sp-768px {
        display: block;
    }

    .hero-title {
        margin: 0;
    }

    .hero-inner {
        padding: 0 5px 30px;
    }

    .header-logo {
        margin: 0;
    }

    .hero-left-visual {
        width: 55%;
    }

    .hero-right-content {
        width: 45%;
    }

    .hero-btns-center {
        top: 61%;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .gyokai-img {
        margin-top: 30px;
        max-width: 500px;
    }

    .egao-intro-text {
        font-size: 1.2rem;
    }

    .egao-inline-logo {
        height: 48px;
        margin-bottom: 5px;
    }

    .trouble-box {
        height: 280px;
    }  

    .trouble {
        padding: 40px 0;
    }

    .trouble-end {
        padding-top: 0;
    }

    .egao-icon-wrap {
        width: 70px;
    }

    .egao-problem-panel {
        padding: 30px 0;
    }

    .kaizen-sensor-pos {
        top: -64px;
        left: 80%;
    }

    .kaizen-text-box-bottom {
        height: 300px;
        padding: 10px 20px;
    }

    .kaizen-pc-pos {
        right: -10px;
    }

    .deta-flex {
        margin-bottom: 0;
    }

    .deta-image-box {
        max-width: 350px;
    }

    .deta-flex {
        gap: 10px;
    }

    .cost-result-sub {
        font-size: 1.3rem;
    }

    .tell-img-size {
        width: 100%;
        max-width: 350px;
    }

    .staff-title {
        font-size: 1.7rem;
    }

    .staff-header-visual {
        padding: 60px 0;
    }

    .staff-container {
        padding-top: 0;
    }

    .staff-copy {
        font-size: 1.1rem;
    }

    .staff-bg-green {
        padding: 5px;
    }

    .footer-nav ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr); 
        gap: 20px;
    }

    .footer-nav a {
        font-size: 0.9rem;
    }

    .to-top {
        width: 90px;
        height: 90px;
    }

}

@media screen and (max-width: 768px) {
    body {
        padding-top: 80px;
    }

    .hero-top-layout {
        flex-direction: column;
    }

    .hero-inner {
        padding: 0 0 30px;
    }

    .hero-left-visual {
        width: 100%;
        position: relative;
    }

    .hero-right-content {
        width: 100%;
        position: absolute;
        top: 43%;
        left: 20px;
        color: #fff;
    }

    .hero-title,
    .hero-text {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    }

    .hero-overlap-visual {
        max-width: 225px;
        position: absolute;
        top: -67%;
        right: 35px;
    }

    .hero-btns-center {
        width: 100%;
        position: absolute;
        top: 145%;
        left: 50%;
    }

    .hero-footer-center {
        margin-top: 20px;
    }

    .deta-flex {
        gap: 20px;
    }

    .deta-point-head {
        flex-direction: column;
        padding: 0 10px;
    }

    .deta-sub-center {
        margin: 10px 0;
    }

    .deta-text {
        margin-top: 0;
    }

    .deco-left {
        left: 60px;
    }

    .deta-stats-label {
        font-size: 1.1rem;
        margin: 20px 0;
    }

    .kaizen-text-box-bottom {
        height: 315px;
    }

    .cost-title-deco {
        top: 12%;
    }
}

@media screen and (max-width: 600px) {
    .only600-none {
        display: none;
    }
    
    .sp-500px {
        display: block !important;
    }

    .header-nav {
        width: 70%; 
    }

    .hero-right-content {
        top: 35%;
    }

    .hero-overlap-visual {
        max-width: 160px;
        top: -130%;
        right: 24px;
    }

    .hero-btns-center {
        top: 125%;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .trouble-grid {
        flex-direction: column;
    }

    .trouble-item {
        width: 100%;
    }

    .trouble-box h4 {
        height: unset;
    }

    .trouble-box {
        height: 200px;
    }

    .trouble-person {
        top: 100px;
        z-index: 5;
    }

    .trouble-box p {
        width: 90%;
    }

    .egao-intro-text { 
        text-align: left;
    }

    .egao-visual-grid {
        display: grid;
        grid-template-columns: 1fr 1fr; 
        gap: 15px 10px; 
        width: 100%;
        justify-items: center; 
    }

    .egao-visual-item {
        position: relative;
        width: 100%;
        height: 150px; 
        overflow: hidden;
        border-radius: 12px;
    }

    .egao-visual-item:first-child {
        grid-column: 1 / 3; 
        width: 50%;         
    }

    .egao-main-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .egao-icon-badge {
        position: absolute;
        bottom: 8px;
        left: 8px;
        width: 65px;
        height: auto;
    }

    /* その他の調整 */
    .egao-problem-columns {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 20px auto 0;
        gap: 20px;
    }

    .egao-problem-columns::after {
        display: none;
    }

    .egao-problem-title {
        font-size: 1.4rem;
    }

    .kaizen-content-area {
        width: 95%;
    }

    .kaizen-grid-bottom {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .kaizen-sensor-pos img {
        max-width: 90px;
    }

    .kaizen-text-item {
        max-width: unset;
    }

    .kaizen-text-box-bottom {
        height: unset;
    }

    .kaizen-sensor-pos {
        top: 169px;
        left: 70%;
    }

    .kaizen-card-title {
        height: unset;
    }

    .deta-flex {
        flex-direction: column;
    }

    .deta-image-box {
        max-width: unset;
    }

    .deta-sub-title {
        font-size: 1.4rem;
        margin: 10px 0;
    }

    .deta-content-box {
        max-width: unset;
    }

    .deta-stats-item {
        max-width: unset;
    }

    .deta-stats-grid {
        flex-direction: column;
        margin-top: 0;
    }

    .deta-reverse .deta-flex {
        flex-direction: column !important;
    }

    .deta-stats-box {
        height: unset;
    }

    .deta-adl-item img {
        width: 90px;
    }

    .voice-contact-lead {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .voice-contact-inner {
        padding: 40px 20px;
    }

    .voice-btns {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .voice-tel-box {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }

    .voice-tel p {
        font-size: 1.3rem;
        margin-top: 0;
    }

    .cost-graph-placeholder {
        flex-direction: column;
    }

    .cost-result-title {
        font-size: 23px;
    }

    .cost-result-title span {
        font-size: 2.3rem;
    }

    .cost-result-sub {
        font-size: 1.2rem;
    }

    .cost-orange-bar {
        font-size: 1.5rem;
    }

    .cost-graph-flex {
        margin-top: 20px;
    }

    .cost-card-title {
        font-size: 1.3rem;
    }

    .cost-system-tag {
        flex-direction: column;
        gap: 0;
        justify-content: center;
        align-items: center;
    }

    .staff-title {
        font-size: 1.5rem;
    }

    .staff-header-sub {
        font-size: 1.2rem;
    }

    .staff-header-visual {
        background: url(../img/staff_voice.webp) no-repeat center right;
        background-size: cover;
        padding: 0;
    }

    .staff-container {
        padding-top: 50px;
    }

    .staff-bg-green {
        padding: 5px;
    }

    .staff-item {
        flex-direction: column;
        align-items: center;
        gap: 0px;
        margin-bottom: 50px;
    }

    .item-sec {
        flex-direction: column-reverse !important;
    }

    .voice-illust-box {
        top: 77%;
    }

    .footer-nav ul {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 550px) {
    .kaizen-sensor-pos {
        width: 140px;
        height: 140px;
        top: 163px;
    }

    .deta-point-head {
        flex-direction: column;
        gap: 0;
    }

    .cost-system-box {
        padding: 60px 0;
    }


}

@media screen and (max-width: 500px) {
    .container, 
    .deta-container, 
    .egao-outer-container, 
    .kaizen-inner, 
    .staff-container, 
    .footer-inner {
        width: 100%;
        max-width: unset;
        padding-left: 15px;
        padding-right: 15px;
    }

    .only-smallsp {
        display: block;
    }

    .no-only-smallsp {
        display: none;
    }

    .header h1 {
        margin: 10px 0;
    }

    .header-logo img {
        height: 40px;
    }

    .hero-right-content {
        left: 0;
        top: 30%;
        padding: 0 10px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-text {
        font-size: 1.2rem;
        line-height: 1.5;
        background: #00000080;
        padding: 10px;
    }

    .hero-overlap-visual {
        max-width: 110px;
        top: -77%;
        right: 0;
    }

    .hero-btns-center {
        flex-direction: column;
        align-items: center;
        top: 95%;
    }

    .hero-footer-center {
        padding: 15px;
    }

    .gyokai-img {
        margin-top: 150px;
    }

    .section-title {
        font-size: 1.4rem;
    }

    .egao-icon-wrap {
        width: 60px;
    }

    .egao-feature-section {
        padding: 40px 10px 60px;
    }

    .egao-problem-columns {
        gap: 20px;
    }

    .egao-text {
        font-size: 1.1rem;
    }

    .egao-column {
        gap: 20px;
    }

    .trouble-box {
        height: 260px;
    }

    .kaizen-text-box {
        padding: 5px 20px;
    }

    .kaizen-sensor-pos {
        width: 120px;
        height: 120px;
    }

    .kaizen-sensor-pos {
        top: 246px;
        left: 65%;
    }

    .kaizen-card-title {
        font-size: 1.3rem;
    }

    .kaizen-sensor-pos img {
        max-width: 70px;
    }

    .kaizen-pc-pos img {
        max-width: 100px;
    }

    .kaizen-pc-pos {
        width: 120px;
        height: 120px;
        bottom: -87px;
    }

    .deta-stats-box {
        padding: 20px 15px 20px;
    }

    .deta-stats-label {
        font-size: 1rem;
    }

    .deta-stats-caption {
        font-size: 1rem;
        margin-top: 5px;
    }

    .deta-stats-value {
        font-size: 3rem;
    }
    
    .deta-stats-value span {
        font-size: 1.5rem;
        margin-left: 10px;
    }

    .voice-contact-lead {
        font-size: 1.2rem;
    }

    .voice-tel p {
        font-size: 1.2rem;
    }

    .to-top {
        width: 70px;
        height: 70px;
        right: 16px;
        bottom: 10px;
    }

    .deta-sub-title {
        font-size: 1.3rem;
    }

    .cost-iot-icon {
        top: -68px;
        width: 48px;
    }

    .cost-result-bg .cost-container {
        padding: 0;
    }

    .cost-result-bg::before {
        top: 220px;
    }

    .cost-result-title {
        font-size: 23px;
        line-height: 1.4;
    }

    .cost-title-deco {
        top: 10px;
    }

    .deco-left {
        left: 10px;
    }

    .deco-right {
        right: 11px;
    }

    .cost-result-sub {
        font-size: 1.1rem;
        margin-top: 20px;
    }

}