.section_products-overview {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(222, 244, 249, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding: 120px 0 60px 0;
}

.section_products-overview .common_ttl, .section_products-overview .product_ttl {
    margin-bottom: 20px;
    display: block;
}

.section_products-overview .mri-info-link {
    display: block;
    font-size: 18px;
    color: #172e64;
    text-align: center;
    margin: 20px 0;
}

.section_products-overview .mri-info-link a {
    text-decoration: underline;
    color: #172e64;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
}

.section_products-overview ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    padding-top: 60px;
}

.section_products-overview ul li {
    flex-basis: 31.23333%;
    padding: 20px;
    background: #fff;
}

.section_products-overview ul li a {
    font-size: 32px;
    text-decoration: underline;
    color: #172e64;
    margin-bottom: 20px;
    display: inline-block;
}


.sec_info-system{
    background-image: linear-gradient(to bottom, rgba(245, 211, 111, 1), rgba(251, 244, 219, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding: 120px 0;
}

.sec_info-system.background_blue{
    background-image: linear-gradient(to bottom, rgba(222, 244, 249, 1), rgba(255, 255, 255, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding: 120px 0;
}

.sec_info-system .common_ttl {
    margin-bottom: 20px;
}

.sec_info-system p {
   font-size: 21px;
   line-height: 1.2;
    color: #172E64;
    font-family: 'NotoSansJP';
}

.product_ttl {
    font-size: 32px;
    line-height: 1.2;
    color: #172E64;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'NotoSansJP';
}

.icon-grid-section {
     background-image: linear-gradient(to bottom, rgba(251, 244, 219, 1), rgba(255, 255, 255, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    padding-bottom: 120px;
}

.icon-grid-section ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.icon-grid-section ul li {
    width: calc(20% - .8rem);
    padding: 2rem;
    background: #fff;
    font-size: 21px;
    text-align: center;
    color: #172E64;
    line-height: 1.2;
}

.icon-grid-section .icon-grid-title{
    font-weight: 700;
    margin-bottom: 20px; 
}

.section_resources {
    padding-bottom: 120px;
}

.section_resources .container_main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section_resources .common_ttl {
    margin-bottom: 20px;
}

.section_resources .left_blk{
    flex-basis: 49%;
}

.section_resources .right_blk{
    flex-basis: 49%;
}

.section_resources ul {
    font-size: 21px;
    line-height: 1.2;
    color: #172E64
}

.section_resources ul li {
    margin-bottom: 20px;
}

.section_resources ul li a {
    text-decoration: underline;
    display: inline-block;
    color: #172E64;
}

.section_resources ul li a:hover{
    text-decoration: none;
     color: #172E64;
}


.implant-benefits-section{
    padding: 60px 0;
    background-image: linear-gradient(rgba(36, 72, 126, 1), rgba(36, 72, 126, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.implant-benefits-section .container_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.implant-benefits-section .img_blk{
    flex-basis: 30%;
}

.implant-benefits-section .txt_blk{
    flex-basis: 67%;
    font-size: 21px;
    color: #fff;
    line-height: 1.2;
}

.implant-benefits-section .txt_blk p {
    margin-bottom: 2rem;
}

.padding-top-120{
    padding-top: 120px;
}

.section-implant-info{
    padding: 120px 0;
}

.section-implant-info .container_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-implant-info .txt-blk{
    flex-basis: 49%;
}

.section-implant-info .img-blk{
    flex-basis: 49%;
}

.section-implant-info .common_ttl {
    margin-bottom: 20px;
}

.section-implant-info .container_main{
    margin-bottom: 20px;
}

.section-implant-info p{
    font-size: 21px;
    line-height: 1.2;
    color: #172E64;
    font-family: 'NotoSansJP';
}

.mri_info {
    padding: 120px 0;
    background-image: linear-gradient(rgba(247, 214, 125, 1), rgba(247, 214, 125, 1)) !important;
    background-position: left top !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.mri_content {
    padding: 40px;
    background: #fff;
    font-size: 21px;
    color: #172E64;
    line-height: 1.2;
}

.mri_content .common_ttl {
    margin-bottom: 20px;
}

.mri_content p {
    margin-bottom: 2rem;
}

.mri_content ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 2rem;
}

.mri_content a{
    text-decoration: underline;
    color: #172E64; 
    display: inline;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
}

.mri_content a:hover{
    text-decoration: none;
    color: #172E64;
}