@charset "UTF-8";

body {
    background: #F5FAFF;
}

.system__pagebox {
    color: #4f4f4f;
    letter-spacing: 1px;
}

.system__pagebox .top__logoarea {
    background: #ffffff;
}

.system__pagebox .system_pr__box {
    background: #ffffff;
    margin: 1em auto;
    padding: 1em;
    border-top: 1em solid #1A85F0;
}

.system__pagebox .system_pr .pr_mark {
    width: max-content;
    height: auto;
    padding: 0 1em;
    font-size: 90%;
    background: #848484;
    color: #ffffff;
}

.system__pagebox .system_pr .system_pr__title a {
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #1A355E;
}

.system__pagebox .system_pr .system_pr_title-background {
    background: #f0f8ff;
    padding: 0.5em;
    margin-top: 1em;
    border: 1px solid #9c9c9c;
}

.system__pagebox .mgmt {
    text-align: right;
    font-size: 95%;
}

.system__pagebox .system_pr .headline {
    font-size: 120%;
    font-weight: bold;
    margin: 1em auto;
}

.system__pagebox .system_pr .marker {
    background-color: #FFF2AD;
    width: fit-content;
    width: -moz-fit-content;
    padding: 0 10px;
}

.system__pagebox .system_pr p {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.system__pagebox .system_pr .pr_point__lbox {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 850px;
    width: 100%;
    margin: 1em auto;
}

.system_pr__box .pr_point__lbox a {
    max-width: 280px;
    width: 100%;
    height: auto;
}

.system__pagebox .system_pr .pr_point__list {
    margin-left: 2em;
}

.system__pagebox .system_pr .pr_point__list li {
    display: flex;
    margin: 1.5em auto;
}

.system__pagebox .system_pr .pr_point__list li::before {
    content: url(/health_system/images/pr_check.png);
    margin-right: 10px;
}

.system_pr .remarks__lbox .remarks__list {
    display: flex;
    justify-content: center;
}

.remarks__lbox .remarks__list li {
    padding: 0.5em 1em;
    border-radius: 25px;
    font-weight: bold;
    margin: 5px;
}

.remarks__lbox .remarks__list .subject {
    background: #F0F0F0;
}

.remarks__lbox .remarks__list .recom_point {
    background: #FF9C19;
    color: #ffffff;
}

.system__pagebox .system_pr .detail_btn {
    display: inline-block;
    background: #1A355E;
    color: #ffffff;
    padding: 0.5em 3em;
    margin: 2em 0;
    font-weight: bold;
}

.system__pagebox .system_pr .detail_btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    color: #fff;
    margin-left: 5px;
}

.system__pagebox .system_flee__box {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    margin: 2em auto;
}

.system_flee__box .system_flee {
    flex: 1 1 40%;
    width: 100%;
    background: #ffffff;
    padding: 2em;
    border-top: 1em solid #ebebeb;
}

.system_flee__box .system_flee__title a {
    font-size: 110%;
    font-weight: bold;
    color: #1A355E;
}

.system_flee__box .system_flee img {
    display: block;
    margin: 2em auto;
    width: 100%;
    max-width: 300px;
}

.system_flee__box .remarks__lbox .remarks__list {
    display: flex;
    margin: 1em auto;
}

.system_flee__box .system_flee .system_flee__text {
    margin: 1.5em 0.5em;
}

.system__pagebox .fdetail_btn {
    font-weight: bold;
}

.system__pagebox .fdetail_btn:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    color: #009B2A;
    margin-left: 5px;
}

#main_area.subpage .pagenation-box ul li .current,
#main_area.subpage article.post-page-lbox .main-textarea .pagenate ul li .current_page {
    background: #000333;
}

#main_area.subpage .pagenation-box ul li .next,
#main_area.subpage .pagenation-box ul li .prev {
    background: #000333;
}

.system__pagebox .pagenate ul li .link_next:hover {
    background: #F4FBFF;
    color: #000333;
}

.system__pagebox .pagenate ul li .link_before:hover {
    background: #F4FBFF;
    color: #000333;
}

.tobira-system_pr__box {
    background: #ffffff;
    margin: 1em auto;
    padding: 1em;
}

.tobira-system_pr__box .pr_point__lbox img {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: 1em auto;
}

.system__pagebox .tobira-system_pr__box .system_pr .pr_point__lbox {
    display: block;
    max-width: unset;
    width: auto;
}

.system__pagebox .tobira-system_pr__box .system_pr__title {
    text-align: center;
    font-size: 160%;
}

.system__pagebox .tobira-system_pr__box .title-mgmt {
    margin-bottom: 0.5em;
}

.tobira-system_pr__box .remarks__lbox .remarks__list {
    display: flex;
    justify-content: left;
    margin: 1em auto 1.2em auto;
    flex-wrap: wrap;
}

.tobira-system_pr__box {
    background: #ffffff;
    border-top: 10px solid #1A85F0;
    padding: 2em;
    flex: 1 1 40%;
}

.system_pr__title a {
    text-decoration: none;
}

.system_pr__title a:hover {
    color: #1A85F0;
}

.system_flee__title a {
    text-decoration: none;
}

.system_flee__title a:hover {
    color: #FF9C19;
}

.detail_btn:hover {
    color: #1A355E;
    opacity: 0.8;
    text-decoration: none;
}

.fdetail_btn:hover {
    color: #1A355E;
    opacity: 0.8;
    text-decoration: none;
}

.system_flee__box:after {
    content: "";
    display: block;
    width: 490px;
    margin: 10px 5px;
    height: 0;
}

.system__pagebox .system_pr .publication_yymm_r {
    max-width: inherit;
    text-align: right;
    font-size: 90%;
    color: #9c9c9c;
}

.system__pagebox .publication_yymm {
    font-size: 90%;
    color: #9c9c9c;
}

.tobira-system_pr__lbox {
    display: flex;
    gap: 2em;
}

.btn--info_green {
    color: #fff;
    background-color: #009B2A;
}

.simple_gbtn a {
    margin: 3em auto 4em auto;
}

.health_topbtn a {
    display: block;
    margin: 1em auto;
    text-align: center;
    padding: 1em;
    background: #fff;
    width: max-content;
    border: 2px solid #000333;
    border-radius: 35px;
    color: #000333;
    font-weight: 500;
}

.health_topbtn a:hover {
    background: #000333;
    color: #fff;
    text-decoration: none;
}

.health_bannerarea p {
    margin-bottom: 5px;
    text-align: center;
}

.health_bannerarea {
    display: block;
    margin: 1em auto 3em auto;
    text-align: center;
}

.health_bannerarea a {
    display: block;
}

.system_flee__box:after {
    content: "";
    display: block;
    width: 584px;
    margin: 10px 5px;
    height: 0;
}

@media only screen and (max-width: 736px) {
    .system__pagebox .system_pr .pr_point__lbox {
        flex-direction: column;
    }

    .remarks__lbox .remarks__list {
        flex-wrap: wrap;
    }

    .tobira-system_pr__box {
        border-left: none;
        border-top: 10px solid #1A85F0;
    }

    .system__pagebox .tobira-system_pr__box .mgmt {
        max-width: none;
        text-align: right;
    }

    .tobira-system_pr__lbox {
        display: block;
    }

    .system__pagebox .system_flee__box {
        flex-direction: column;
    }
}