/*  */
.tittle-bn-container {
  display: flex;
  /* justify-content: flex-end;  */
  padding: 10px 10px 10px 0px;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "BIZ UDPGothic", Meiryo, sans-serif;
}


.tittle-bn {
  width: 100%;
  max-width: 506px; 
  display: flex;
  flex-direction: column;
  gap: 5px; 
}


.bn-top {
  background-color: #002255; 
  color: #ffffff; 
  font-size: 14px;
  line-height: 1.4;
  padding: 4px 8px;
  text-align: center;
  border-radius: 3px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}


.bn-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}


.block-rece {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2px;
    max-width: 50px;
    width: 100%;
    line-height: 0;
}


.block-rece span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a7222b;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    line-height: 1;
}


.tittleblock-tel {
    font-size: 50px;
    font-weight: 900;
    color: #002255;
    white-space: nowrap;
    line-height: 1;
    flex-grow: 1;
    text-align: center;
    /* padding-left: 10px; */
    font-family: "Roboto", "Arial", sans-serif;
}


.tittleblock-fee {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  width: 65px;
  -webkit-text-stroke: 0.5px #a7222b; 
}
.fee-label {
    font-size: 9px;
    color: #a7222b;
    font-weight: 900;
    width: 100%;
    text-align: justify;
    text-align-last: justify;
}

.nakaguro {
  margin: 0 -4px; 
}

.fee-free {
  font-size: 20px;
  font-weight: 900; 
  color: #a7222b; 
  white-space: nowrap;
  display: flex; 
  justify-content: center;
}
.fee-labelbig {
  font-size: 12px;
  letter-spacing: -0.5px;  
}
.free-labelbig {
  font-size: 24px;  
}
.letter-gap {
  margin-left: 8px; 
}
.tittle-banner-container {
    /* justify-content: center;  */
    display: block;
  }

.tittle-btn{
  display: none;
}
@media (max-width: 700px) {
  .tittle-bn-container {
    display: none; 
  }

  .tittle-btn {
    display: flex;        
    flex-wrap: wrap;      
    justify-content: center;
    gap: 8px;            
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  .sp-bn-item {
    width: 100%;
    max-width: 337px;     
    height: 80px;           
    display: flex;
    align-items: center;    
    justify-content: center; 
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none; 
  }


  .btn-inner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    justify-content: center;
    width: auto;
  }


  .btn-text-top-wide {
    font-size: 9px;
    font-weight: bold;
    white-space: nowrap;    
    margin-bottom: 2px;     
  }

.txtbig {
    font-size: 12px; 
  }

  .btn-middle-wrap {
    display: flex;
    flex-direction: row;    
    align-items: center;
    justify-content: flex-start;
    gap: 6px;              
  }


  .btn-text-main {
    font-size: 26px;      
    font-weight: bold;
    line-height: 1;
    position: relative;
    z-index: 2; 
  }

 
  .btn-text-sub-bottom {
    font-size: 9px;
    font-weight: bold;
    white-space: nowrap;
  }

  .btn-badge-free {
    display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 900;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 1;
        flex-shrink: 0;
        position: relative;
        z-index: 2;
    }



  .btn-small-circle-arrow {
    display: block;
    background-color: #ffffff; 
    width: 18px;               
    height: 18px;              
    border-radius: 50%;        
    flex-shrink: 0;
    margin-left: 20px;
    position: relative;
    z-index: 3; 
  }


  .btn-small-circle-arrow::after {
    content: '\f054';          
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;          
    font-size: 7px;            
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    line-height: 1;
  }


  .sp-btn-a {
    background-color: #a7222b; 
    color: #ffffff;
        box-shadow: 0px 4px 0px 0px #e5bdbf;
  }
  .sp-btn-a .btn-badge-free {
    background-color: #ffffff;
    color: #a7222b; 
  }
  .sp-btn-a .btn-small-circle-arrow::after {
    color: #a7222b;
  }

 
  .sp-btn-b {
    background-color: #105a8d; 
    color: #ffffff;
    box-shadow: 0px 4px 0px 0px #b7cedd;
  }
  

  .sp-btn-b .btn-badge-free {
    background-color: #a7222b;
    color: #ffffff; 
    margin-left: 5px; 
  }
  
 
  .sp-btn-b .btn-small-circle-arrow::after {
    color: #105a8d;
  }


  .sp-btn-b .btn-small-circle-arrow {
    opacity: 0.7;
  }

 
  .sp-btn-b .btn-middle-wrap {
    position: relative;
  }

 
  .bg-decoration-image {
        position: absolute;
        top: 50%;
        left: 199px;
        transform: translateY(-60%) rotate(5deg);
        height: 56px;
        width: auto;
        z-index: 1;
        pointer-events: none;     
  }
}

        .footer-fix-banner {
            width: 720px;
            height: 102px;
            background-color: #1d2d65;
            box-sizing: border-box;
            padding: 0 27px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, Meiryo, sans-serif;
            margin: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .banner-block-left {
            width: 220px;
            height: 70px;
            background-color: #f7f7f7;
            border: 1px solid #dcdcdc;
            box-sizing: border-box;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            overflow: hidden;
            padding: 5px;
        }

        .left-top-blue-bar {
            width: 100%;
            background-color: #1d2d65;
            color: #ffffff;
            font-size: 11px;
            font-weight: bold;
            text-align: center;
            padding: 6px 0;
            line-height: 1.2;
            white-space: nowrap;
        }

        .left-bottom-count {
            width: 100%;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 2px;
        }

        .count-number {
            font-family: "Roboto", sans-serif;
            font-size: 27px;
            font-weight: 900;
            color: #a7222b;
            line-height: 1;
        }

        span.red {
            color: #a7222b;
        }

        .count-unit {
            font-size: 12px;
            color: #727070;
            font-weight: bold;
            line-height: 1.3;
            margin-left: 4px;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .banner-block-right {
            width: 440px;
            height: 79px;
            background-color: #1d2d65;
            box-sizing: border-box;
            padding: 5px 12px;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border-radius: 4px;
        }

        .right-top-notice {
            border: 1px solid #ffffff;
            color: #ffffff;
            font-size: 11px;
            font-weight: bold;
            text-align: center;
            padding: 3px 0;
            white-space: nowrap;
            line-height: 1;
            margin-top: 5px;
        }

        .right-bottom-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-grow: 1;
            margin-top: 3px;
        }

        .block-reception-mini {
            display: flex;
            flex-direction: column;
            justify-content: center;
            line-height: 1.2;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            height: 38px;
            flex-shrink: 0;
        }

        .block-tel-mini {
            font-family: "Roboto", sans-serif;
            font-size: 38px; 
            font-weight: 900;
            color: #ffeb3b;
            line-height: 1;
            letter-spacing: 2px;
        }

        .block-fee-mini {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            line-height: 1.2;
            height: 38px;
            flex-shrink: 0;
        }

        .fee-label-mini {
            font-size: 9px;
            color: #ffffff;
            font-weight: normal;
            white-space: nowrap;
        }

        .fee-free-mini {
            font-size: 22px; 
            font-weight: 900;
            color: #ffffff;
            line-height: 1;
            margin-top: 2px;
            letter-spacing: 2px;
            margin-left: 5px;
        }

        .spfooter-fix-banner {
            position: fixed;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            display: block; 
            width: 100%;
            max-width: 700px;
            height: 67px;
            box-sizing: border-box;
            background-color: #a7222b;
            box-shadow: inset 0 0 0 4px #a7222b, inset 0 0 0 5px #ffffff;
            padding: 7px 12px 5px 12px;
            font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, Meiryo, sans-serif;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            z-index: 9999;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .spbanner-row-top {
            width: 100%;
            color: #ffffff;
            font-size: 0.65rem;
            font-weight: bold;
            text-align: center;
            padding-bottom: 2px;
            border-bottom: 1px solid #ffffff;
            white-space: nowrap;
            line-height: 1.2;
            box-sizing: border-box;
        }

        .spbanner-row-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            flex-grow: 1;
            margin: 2px auto;
            box-sizing: border-box;
            max-width: 350px;
        }

        .spbanner-block-left {
            width: 33%;
            height: 32px;
            background-color: #f7f7f7;
            border: 1px solid #dcdcdc;
            box-sizing: border-box;
            flex-shrink: 0;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            padding: 2px 2px;
        }

        .spleft-text-label {
            font-size: 7.5px; 
            font-weight: bold;
            color: #fff;
            line-height: 1.1;
            text-align: right;
            margin-right: 2px;
            white-space: nowrap;
            background-color: #172d5d;
            padding: 2px;
        }

        .spleft-bottom-count {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .spcount-number-wrap {
            display: flex;
            align-items: flex-end;
            line-height: 1;
        }

        .spcount-number {
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            font-weight: 900;
            color: #e50012;
            line-height: 1;
        }

        span.spred {
            color: #e50012;
            font-size: 9px;
            font-weight: bold;
            margin-left: 1px;
        }

        .spcount-unit {
            font-size: 6.5px;
            color: #e50012;
            font-weight: bold;
            line-height: 1;
            margin-top: 1px;
            white-space: nowrap;
        }

        .spbanner-spblock-right {
            width: 65%; 
            height: 34px;
            box-sizing: border-box;
            flex-shrink: 0;
            display: flex;
            align-items: center;
        }

        .spright-bottom-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .spblock-fee-mini {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            line-height: 1.2;
            flex-shrink: 0;
        }

        .spfee-label-mini,
        .spfee-free-mini {
            font-size: 9px;
            color: #ffffff;
            font-weight: bold;
            white-space: nowrap;
        }

        .spfee-free-mini {
            font-weight: 900;
        }

        .spblock-tel-mini {
            font-family: "Roboto", sans-serif;
            font-size: 1.47rem;; 
            font-weight: 900;
            color: #ffeb3b;
            line-height: 1;
            letter-spacing: 0px;
            display: flex;
            align-items: center;
            position: relative;
            padding-right: 18px;
            padding-bottom: 2px;
        }

        .spblock-tel-mini::after {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            font-family: "Font Awesome 5 Free", sans-serif; 
            font-weight: 900;
            content: "\f054";
            font-size: 8px;
            color: #a7222b;
            background-color: #ffffff;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 0;
        }
        
        @media screen and (min-width: 700px) {
            .spfooter-fix-banner {
                display: none;
            }
        }
