.paid-top::before{
    background: url("../images/paid-top.jpg") center center / cover no-repeat;
}
.paid-txt {
    text-align: center;
    line-height: 1.6;
    font-size: 1.5rem;
    color: #0075C1;
    padding: 1rem 0 1rem 0;。。
}
.paid p:nth-child(2){
    text-align: center;
    line-height: 1.6;
    font-size: 1rem;
}
.paid h3 {
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 1rem;
}
.paid-container {
    padding: 3rem;
}
.paid-item h3 {
    background: rgb(238 243 250);
    line-height: 40px;
    padding-left: 0.5rem;
    font-weight: 500;
}
.paid-item p {
    text-align: left!important;
    line-height: 2!important;
    padding-bottom: 1rem;
}
.paid-p {
    padding-bottom: 3rem;
    font-size: 1.1rem!important;
}
.paid h3::before {
    content: "";
    position: absolute;
    left: -5px;
    background-color: #4C9BCD;
    height: 40px;
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.paid-img{
    max-width: 650px;
    margin: 3rem auto;
}
.features {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px 20px;
    background-color: #f9f9f9;
  }
  
  .feature-box {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    text-align: center;
    flex: 1;
}
  
.feature-box h4 {
    background-color: #4C9BCD;
    color: white;
    padding: 15px;
    font-size: 1.2rem;
    margin: -20px -20px 10px -20px;
    border-radius: 8px 8px 0 0;
    font-weight: 500;
}
.feature-box p {
    font-size: 1rem;
    line-height: 1.8;
    text-align: justify;
}
  
  .content-section {
    text-align: center;
    padding: 40px 20px;
  }
  
  .content-boxes {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 3rem;
}
  
.content-item {
    width: 300px;
}
  
  .content-item img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: 0.5s ease;

  }
  .content-item img:hover{
    opacity: 0.7;
    transition: 0.5s ease;
    cursor: pointer;
  }
  .content-item p {
    margin-top: 10px;
    font-size: 1.3rem;
}
.content-tt{
    position: relative;
    display: inline-block;
    font-size: 2rem;
    color: #222B64;
    font-weight: 500;  
}
.content-tt::before, .content-tt::after {
    content: "";
    position: absolute;
    height: 7px;
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(46deg, #4094d7, #d1e7fb);
    border-radius: 1rem;
}
.content-tt::before {
    left: -120px;
}
.content-tt::after {
    right: -120px;
}


@media all and (min-width:768px) and (max-width:1200px) and (orientation: portrait) {

.paid-container {
    padding: 3rem 1rem;
}
.paid-img {
    max-width: 460px;
}
.features {
    padding: 40px 0px;
}
.content-item {
    width: 250px;
}

}

@media screen and (max-width: 767.98px){
    .paid-container {
        padding: 1rem 0.5rem;
    }
    .paid-img {
        max-width: 100%;
        margin: 2rem auto;
    }
    .content-item {
        width: 100%;
    }
    .features {
        gap: 20px;
        padding: 10px;
        flex-direction: column;
    }
    .sp-none{
        display: none;
    }







}



@media screen and (max-width: 575.98px){
.content-tt::before, .content-tt::after {

    width: 70px;
    height: 5px;
}
.content-tt::after {
    right: -80px;
}
.content-tt::before {
    left: -80px;
}
.content-tt {
    font-size: 1.2rem;
}
.content-section {
    padding: 30px 10px;
}
.paid-txt {
    text-align: center;
    font-size: 1rem;
}
.paid-p {
    padding-bottom: 3rem;
    font-size: 1rem!important;
}








}
















