@charset "UTF-8";

a#point +section .inner_item {
   display: flex;
   flex-direction: row;
   background:#fff;
   padding:30px;
   align-items: center;
}
a#point +section .inner_item>.inner_item_list {
    align-items: center;
}
a#point +section .inner_item_img { 
   width: 30% !important;
   height:100% !important;
   display: flex;
   justify-content: center;
   align-items: center;
margin:unset; 
} 
a#point +section .inner_item_img img {
    height: 100% !important;
}
a#point +section .inner_item_txt {
    width: 100%;
}
a#point +section .heading.block_header_4 .h {
    font-weight: bold;
}

a#point +section {
    padding-left: var(--i_padding, 20px);
    padding-right: var(--i_padding, 20px);
}
a#point +section .content_wrapper {
    padding: 40px;
    background: var(--i_sub2_color);
}
a#point +section .heading.block_header_3 {
    overflow: hidden;
    background: var(--i_sub2_color);
    padding: 10px 10px 10px 30px;
    margin-bottom: 30px;
    color: var(--i_txt_color);
}
a#point +section .heading.block_header_3 .h {
    font-weight: 500;
    letter-spacing: 0.2rem;
    font-size: 1.9rem;
    line-height: 1.5;
}
a#point +section .wrapper_item {
    overflow: hidden;
    overflow: clip;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3.5%;
}
a#point +section .inner_item {
    display: flex;
    flex-direction: row;
    background: #fff;
    padding: 30px;
    align-items: center;
    margin-bottom: 30px;
    width: 31%;
    box-sizing: border-box;
}
a#point +section .inner_item.empty {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    pointer-events: none;
}
a#point +section .inner_item .inner_item_list {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
a#point +section .inner_item_img {
    width: 30% !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: unset;
    transition: 0.3s ease-in-out;
    text-align: center;
}
a#point +section .inner_item_img img {
    height: 100% !important;
    object-position: 50% 50%;
    font-family: 'object-position: 50% 50%;';
    object-fit: cover;
}
a#point +section .inner_item_txt {
    width: 100%;
}
a#point +section .heading.block_header_4.align-center {
    margin-bottom: 0;
}
a#point +section .heading.block_header_4 .h {
    color: var(--i_btn_color);
    font-weight: bold;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 900px) {
    a#point +section .wrapper_item {
        gap: 4%;
    }
    a#point +section .inner_item {
        width: 48%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    a#point +section .content_wrapper {
        padding: 4vw;
    }
    a#point +section .wrapper_item {
        gap: 4%;
    }
    a#point +section .inner_item {
        width: 100%;
        margin-bottom: 30px;
    }
}