@charset "UTF-8";
.oneday {}
.oneday_title {}
.oneday_cols {}
.oneday_cols:after {
    content: "";
    display: block;
    clear: both;
}
.oneday_col {}
.oneday_col-no1 {
    width: 370px;
    float: left;
}
.oneday_text {
    margin-bottom: 25px;
}
.oneday_col-no2 {
    float: right;
}
.oneday_image {}
.oneday_image > img {}
.pBox {
    background: rgb(246, 246, 246);
    margin: 31px 0 0;
    padding: 18px;
}
.pBox_title {
    background: rgb(43, 123, 103);
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 12px 27px;
    margin-bottom: 24px;
}
.pBox_cols {}
.pBox_cols:after {
    content: "";
    display: block;
    clear: both;
}
.pBox_col {}
.pBox_col-no1 {
    float: left;
}
.pBox_oList {
    list-style: none;
    padding: 0 19px;
}
.pBox_oList:after {
    content: "";
    display: block;
    clear: both;
}
.pBox_list {
    list-style: none;
    padding-left: 15px;
}
.pBox_list > li {
    margin-top: 16px;
    position: relative;
    z-index: 1;
}
.pBox_list > li .-hidden {
    visibility: hidden;
}
.pBox_list > li:after {
    content: "";
    display: block;
    border: 4px solid #2b7b67;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 0;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 49px;
    border-top-width: 6px;
}
.pBox_list > li:first-child {
    margin-top: 0;
}
.pBox_list > li:last-child:after {
    display: none;
}
.pBox_list > li:nth-child(2n+1) {}
.pBox_oList > li {
    width: 49%;
    float: left;
    margin-left: 2%;
    margin-bottom: 10px;
}
.pBox_oList > li:first-child {}
.pBox_oList > li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.pBox_col-no2 {
    float: right;
    padding-right: 13px;
}
.pBox_image {}
.pBox_image > img {}
.implant {}
.implant_title {}
.implant_text {}
.iItem {
    margin: 30px 0;
}
.iItem_title {
    font-size: 25px;
    padding-bottom: 13px;
}
.iItem_list {
    list-style: none;
}
.iItem_list > li {
    position: relative;
    z-index: 1;
    padding-left: 27px;
    margin-top: 12px;
}
.iItem_list > li:before {
    content: "";
    width: 13px;
    height: 13px;
    background: rgb(43, 123, 103);
    top: 5px;
    left: 0;
    position: absolute;
    z-index: 1;
}
.iItem_list-2nd > li:before {
    background: rgb(213, 0, 0);
}
.iItem_list > li:first-child {
    margin-top: 0;
}
.iItem_list > li:nth-child(2n+1) {}
.pBox_fig {}
.pBox_fig > img {}
.pBox_fig > figcaption {
    margin: 6px 0 0;
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.sameday {}
.sameday_title {}
.sameday_cols {}
.sameday_cols:after {
    content: "";
    display: block;
    clear: both;
}
.sameday_col {}
.sameday_col-no1 {
    width: 48%;
    float: right;
}
.sameday_headline {}
.sameday_text {}
.sameday_col-no2 {
    float: left;
    width: 49%;
}
.sameday_image {}
.sameday_image > img {}
.week {}
.week_title {}
.week_cols {}
.week_cols:after {
    content: "";
    display: block;
    clear: both;
}
.week_col {
    width: 48%;
}
.week_col-no1 {
    float: left;
}
.week_text {
    margin-bottom: 26px;
}
.week_col-no2 {
    float: right;
    text-align: right;
}
.week_image {}
.week_image > img {}
.week_table {
    width: 100%;
}
.week_table > caption {
    text-align: left;
    margin-bottom: 9px;
}
.week_table > tbody {}
.week_table > tbody > tr {}
.week_table > tbody > tr > th {
    background: rgb(243, 238, 225);
    border: 1px solid #ccc;
    border-right: none;
    text-align: left;
    font-weight: normal;
    padding: 12px 25px;
    width: 302px;
    white-space: nowrap;
}
.week_table > tbody > tr > td {
    text-align: right;
    padding: 10px 32px;
    border: 1px solid #ccc;
    border-left: none;
}

/* タブレット以下設定 */

@media screen and (max-width:999px) {
    .oneday {}
    .oneday_title {}
    .oneday_cols {}
    .oneday_cols:after {}
    .oneday_col {}
    .oneday_col-no1 {
        width: 55%;
    }
    .oneday_text {}
    .oneday_col-no2 {
        width: 42%;
    }
    .oneday_image {}
    .oneday_image > img {}
    .pBox {}
    .pBox_title {}
    .pBox_cols {}
    .pBox_cols:after {}
    .pBox_col {}
    .pBox_col-no1 {}
    .pBox_oList {}
    .pBox_oList:after {}
    .pBox_list {}
    .pBox_list > li {}
    .pBox_list > li .-hidden {}
    .pBox_list > li:after {}
    .pBox_list > li:first-child {}
    .pBox_list > li:last-child:after {}
    .pBox_list > li:nth-child(2n+1) {}
    .pBox_oList > li {}
    .pBox_oList > li:first-child {}
    .pBox_oList > li:nth-child(2n+1) {}
    .pBox_col-no2 {}
    .pBox_image {}
    .pBox_image > img {}
    .implant {}
    .implant_title {}
    .implant_text {}
    .iItem {}
    .iItem_title {}
    .iItem_list {}
    .iItem_list > li {}
    .iItem_list > li:before {}
    .iItem_list-2nd > li:before {}
    .iItem_list > li:first-child {}
    .iItem_list > li:nth-child(2n+1) {}
    .pBox_fig {}
    .pBox_fig > img {}
    .pBox_fig > figcaption {}
    .sameday {}
    .sameday_title {}
    .sameday_cols {}
    .sameday_cols:after {}
    .sameday_col {}
    .sameday_col-no1 {}
    .sameday_headline {}
    .sameday_text {}
    .sameday_col-no2 {}
    .sameday_image {}
    .sameday_image > img {}
    .week {}
    .week_title {}
    .week_cols {}
    .week_cols:after {}
    .week_col {}
    .week_col-no1 {}
    .week_text {}
    .week_col-no2 {}
    .week_image {}
    .week_image > img {}
    .week_table {}
    .week_table > caption {}
    .week_table > tbody {}
    .week_table > tbody > tr {}
    .week_table > tbody > tr > th {}
    .week_table > tbody > tr > td {}
}

/* スマホ設定 */

@media screen and (max-width:699px) {
    .oneday {}
    .oneday_title {}
    .oneday_cols {}
    .oneday_cols:after {}
    .oneday_col {
        width: 100%;
        float: none;
    }
    .oneday_col-no1 {}
    .oneday_text {
        margin-bottom: 1em;
    }
    .oneday_col-no2 {
        text-align: center;
    }
    .oneday_image {
        margin: 1em 0;
    }
    .oneday_image > img {
        width: 150px;
    }
    .pBox {
        margin: 25px -10px;
        padding: 10px;
    }
    .pBox_title {
        font-size: 16px;
        padding: 10px;
        margin-bottom: 10px;
    }
    .pBox_cols {}
    .pBox_cols:after {}
    .pBox_col {
        float: none;
        width: auto;
        padding: 0;
    }
    .pBox_col-no1 {
        text-align: center;
    }
    .pBox_oList {
        padding: 0;
    }
    .pBox_oList:after {}
    .pBox_list {
        padding: 0;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
    .pBox_list > li {}
    .pBox_list > li .-hidden {}
    .pBox_list > li:after {}
    .pBox_list > li:first-child {}
    .pBox_list > li:last-child:after {}
    .pBox_list > li:nth-child(2n+1) {}
    .pBox_oList > li {}
    .pBox_oList > li:first-child {}
    .pBox_oList > li:nth-child(2n+1) {}
    .pBox_col-no2 {
        margin-top: 15px;
        text-align: center;
    }
    .pBox_image {}
    .pBox_image > img {}
    .implant {}
    .implant_title {}
    .implant_text {}
    .iItem {
        margin: 25px 0-;
    }
    .iItem_title {
        font-size: 16px;
        padding-bottom: 7px;
    }
    .iItem_list {}
    .iItem_list > li {
        padding-left: 17px;
        margin-top: 7px;
    }
    .iItem_list > li:before {
        width: 8px;
        height: 8px;
    }
    .iItem_list-2nd > li:before {}
    .iItem_list > li:first-child {}
    .iItem_list > li:nth-child(2n+1) {}
    .pBox_fig {}
    .pBox_fig > img {}
    .pBox_fig > figcaption {
        text-indent: 0;
        padding-left: 0;
        font-size: 12px;
    }
    .pBox_fig > figcaption > br {
        display: none;
    }
    .sameday {}
    .sameday_title {}
    .sameday_cols {}
    .sameday_cols:after {}
    .sameday_col {
        float: none;
        width: auto;
    }
    .sameday_col-no1 {}
    .sameday_headline {}
    .sameday_text {}
    .sameday_col-no2 {}
    .sameday_image {
        margin-top: 15px;
        text-align: center;
    }
    .sameday_image > img {}
    .week {}
    .week_title {}
    .week_cols {}
    .week_cols:after {}
    .week_col {
        width: auto;
        float: none;
    }
    .week_col-no1 {}
    .week_text {
        margin-bottom: 1em;
    }
    .week_col-no2 {
        max-width: 150px;
        margin: 20px auto;
    }
    .week_image {}
    .week_image > img {}
    .week_table {
        width: auto;
        margin: 0 auto;
    }
    .week_table > caption {
        white-space: nowrap;
        margin-bottom: 5px;
        padding-right: 10px;
    }
    .week_table > tbody {}
    .week_table > tbody > tr {}
    .week_table > tbody > tr > th {
        padding: 5px;
        width: 160px;
    }
    .week_table > tbody > tr > td {
        padding: 5px;
    }
}
