@charset "UTF-8";

/*------背景色調整------*/
a#con+section .content_wrapper {
    background: #fff;
}
/*------受診の目安------*/
a#jushin+section .content_wrapper {
    border: 2px solid var(--i_sub_color);
}
a#jushin+section .content_wrapper .inner_item_txt ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
a#jushin+section .content_wrapper .inner_item_txt ul li {
    width: 45%;
    background: var(--i_sub2_color);
    margin-bottom: 10px;
    padding: 2rem 1rem 2rem 2.5rem;
    border-radius: 10px;
    position: relative;
    list-style: none;
}
a#jushin+section .content_wrapper .inner_item_txt ul li::marker {
    list-style: unset;
}
a#jushin+section .content_wrapper .inner_item_txt ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 4px;
    border-left: 2px solid #5c3f1d;
    border-bottom: 2px solid #5c3f1d;
    transform: rotate(-45deg);
    top: calc(50% - 3px);
    position: absolute;
    left: 1rem;   
}
a#jushin+section .content_wrapper .inner_item_txt ul li span {
    padding-left: 0;
    list-style: unset;
}
@media screen and (max-width: 1024px) {
	a#jushin+section .content_wrapper .inner_item_txt ul li span {
    font-size: 1.4rem;
}
}
@media screen and (max-width: 900px) {
    a#jushin+section .content_wrapper .inner_item_txt ul li {
        width: 100%;
    }
}
/*
@media screen and (max-width: 768px) {
    a#jushin+section .content_wrapper .inner_item_txt ul li {
        width: 100%;
    }
}*/