@charset "utf-8";
.aboutinsuarance {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8%;
}

.aboutinsuarance_sub_center_ttl {
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 48px;
    color: #333;
    text-align: center;
    position: relative;
}
.aboutinsuarance_sub_center_ttl::after{
    content: "";
    background-color: #039de7;
    width: 80px;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
} 
.aboutinsuarance_p {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 16px;
    font-weight: 500;
    font-feature-settings: "palt";
}
.aboutinsuarance_img {
    margin-top: 5%;
    margin-bottom: 6%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.aboutinsuarance_img img {
    width: 100%;
}
@media screen and (max-width:768px) {
    .aboutinsuarance {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 3%;
    
    }
    
    .aboutinsuarance_sub_center_ttl {
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        color: #333;
        margin-bottom: 1vw;
        padding-bottom: 1vw;
        border-bottom:none;
    }
    .aboutinsuarance_p {
        text-align: left;
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
        font-weight: 500;
        font-feature-settings: "palt";
        white-space: nowrap;
    }
    .aboutinsuarance_img {
        margin-top: 1%;
        margin-bottom: 6%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    
    }
    .aboutinsuarance_img img {
        width: 100%;
    }

}