@charset "UTF-8";

a#point+section .inner_item_txt {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
}
a#point+section .inner_item_txt ul {
    background: #e8eef5;
    padding: 3% 20%;
}
@media screen and (max-width: 600px) {
a#point+section .inner_item_txt {
    font-size: unset;
}
a#point+section .inner_item_txt ul {
    background: #e8eef5;
    padding: 3% 16%;
}
}
@media screen and (min-width: 601px) and (max-width: 900px){
a#point+section .inner_item_img img {
        width: 70% !important;
}
}