@charset "utf-8";

/* 
*************************************
健康マネジメント
*************************************
 */
.border {
    border: 1px solid #ccc;
}

.mt10 {
    margin-top: 10px;
}

.mt40 {
    margin-top: 40px;
}

.contribution {
    margin-top: 20px;
}

.contribution-lead {
    font-weight: bold;
    font-size: 1.2em;
}

.contribution .section-in:nth-of-type(1) {
    margin-top: 50px;
}


@media (max-width:768px) {
    .contribution-lead {
        font-size: 1.1em;
    }

    .contribution .section-in:nth-of-type(1) {
        margin-top: 35px;
    }


    .mt40 {
        margin-top: 20px;
    }


}

.promotion_system-img {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.promotion_system-img img {
    max-width: 800px;
    width: 100%;
}

.hm_column {
    display: block;
    border-radius: 6px;
    border: solid 2px #42b404;
    margin: 25px 0 20px;
    background-color: #fff;
}

.hm_column h3 {
    background: #42b404;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
    box-sizing: border-box;
}

.hm_column .column_inner {
    padding: 15px;
}

.hm_column .column_inner p {
    font-size: 14px;
    line-height: 1.8;
}

.hm_column .column_inner p strong {
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
    color: #ef9325;
}

.hm_column .column_inner p span {
    display: block;
    padding: 10px 0 0;
    color: #444;
}

.hm_column .column_inner ul {
    padding: 10px 0;
}

.hm_column .column_inner li {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 3px;
}

.ph80 {
    width: 80%;
    display: block;
    margin: 10px auto;
    box-sizing: border-box;
}

.linklist.linklist-task a {
    color: #ef9325;
    font-size: 14px;
}

.linklist.linklist-task a:hover {
    text-decoration: none;
}

@media (hover:none) {
    .linklist.linklist-task a:hover {
        text-decoration: underline;
    }
}


@media (max-width:768px) {
    .promotion_system-img {
        border-radius: 10px;
        padding: 10px;
    }
}

.task_list_wrapper {
    padding-top: 28px;
    padding-bottom: 20px;
}

.task_list {
    display: flex;
    margin-right: -16px;
}

.task_item {
    width: calc((100% - (16px*3))/3);
    margin-right: 16px;
    background-color: #dff0d9;
    border-radius: 10px;
    padding: 18px;
}

.task_item_inner {}

.task_item_title {
    color: #00b800;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.table-task_wrapper {
    padding-top: 20px;
}

.table-task {
    font-size: 14px;
    border-collapse: collapse;
    width: 100%;
}

.table-task thead {}

.table-task th {
    text-align: center;
    background-color: #ccc;
    border: 1px solid #999;
    padding: 0.4em 0.6em;
}

.table-task th:nth-of-type(1) {
    width: 9em;
}

.table-task th:nth-of-type(3),
.table-task th:nth-of-type(4),
.table-task th:nth-of-type(5),
.table-task th:nth-of-type(6) {
    width: 4.5em;
}

.table-task .table-task_td_title {
    background-color: #fff7d0;
}

.table-task td {
    border: 1px solid #999;
    padding: 0.4em 0.6em;
}

.table-task td:nth-last-of-type(1),
.table-task td:nth-last-of-type(2),
.table-task td:nth-last-of-type(3),
.table-task td:nth-last-of-type(4),
.table-task td:nth-last-of-type(5) {
    text-align: center;
}

.table-task .table-task_point {
    font-size: 10px;
    vertical-align: super;
}

.table-task .table-task_data_sub {
    font-size: calc(13 / 16 * 1em);
}

.table-task_note {
    padding-top: 4px;
    padding-bottom: 20px;
}


.hm_content {
    letter-spacing: -0.4em;
    padding: 0 0 15px 0;
    text-align: center;
}

.hm_content .txt {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    text-align: left;
}

.hm_content .txt p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
}

.hm_content .ph {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding-left: 20px;
    box-sizing: border-box;
}

.hm_content .txt_all {
    width: 100%;
    letter-spacing: 0;
}

.hm_content .txt_all p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
}

.hm_content .ph_column {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin: 2%;
    overflow: hidden;
    letter-spacing: 0;
}

.hm_content .ph_column.ph_column-task {
    width: 33.3333%;
    box-sizing: border-box;
    margin: 0;
    padding: 2%;
}

.hm_content .ph_column img {
    border-radius: 10px;
}

.hm_content .ph_column p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0;
    padding: 10px 0;
    text-align: center;
}

.hm_content .ph_column p a {
    /* color: #ea5504; */
    /* text-decoration: underline; */
}

.hm_content .ph_column p a:hover {
    text-decoration: none;
}

.hm_content .comment_column {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    margin: 15px 0;
    background: #f5f5f5;
    background: #fff;
    letter-spacing: -0.4em;
    border-radius: 10px;
}

.hm_content .comment_column.comment_column2 {
    background: transparent;
    padding: 0;
    margin-top: 30px;
    text-align: left;
}

.hm_content .comment_column p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    letter-spacing: 0;
}

.hm_content .comment_column .smoke_column01 {
    width: 74%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding-right: 30px;
    text-align: left;
    box-sizing: border-box;
    padding: 6px 0;
}

.hm_content .comment_column .smoke_column01 table {
    width: 100%;
    margin: 5px 0;
    border-collapse: collapse;
    border: solid 1px #ccc;
    letter-spacing: 0;
}

.hm_content .comment_column .smoke_column01 table th {
    background: #d8d8d8;
    text-align: center;
    padding: 10px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.hm_content .comment_column .smoke_column01 table td {
    background: #fff;
    text-align: center;
    padding: 10px;
    border-right: solid 1px #ccc;
}

.hm_content .comment_column .smoke_column02 {
    width: 26%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding: 6px 0;
}

.hm_content .comment_column .fitness_column01 {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

.hm_content .comment_column .fitness_column01 p {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
}

.hm_content .comment_column .fitness_column01 p strong {
    color: #42b404;
    font-weight: 700;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
}

.hm_content .comment_column .fitness_column02 {
    width: 19.999%;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    padding-left: 30px;
    box-sizing: border-box;
}

.table-task_wrapper {
    font-size: 14px;
}

.table-task_wrapper .table-task {
    table-layout: fixed;
    background-color: #fff;
    width: 100%;
}

.table-task_wrapper .table-task th {
    padding: 8px 10px;
    text-align: center;
    background-color: #d1d1d1;
    border: 1px solid #acacac;
    width: 40%;
}

.table-task_wrapper .table-task th:nth-of-type(1) {
    width: 160px;
}

.table-task_wrapper .table-task td {
    padding: 8px 3px;
    border: 1px solid #acacac;
}

.table-task_wrapper .table-task tr th:nth-last-of-type(-n + 6) {
    width: 5em;
}

.table-task_wrapper .table-task tr td:nth-last-of-type(-n + 6) {
    width: 5em;
    text-align: center;
}

.table-task_wrapper .table-task .table-task_td_title {
    background-color: #fff5d1;
    width: 160px;
}

.hm_content .caption {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  padding: 10px 0 0;
}



@media screen and (max-width: 1280px) {

    .hm_content .comment_column .fitness_column01 {
        width: calc(99.9% - 230px);
    }

    .hm_content .comment_column .fitness_column02 {
        width: 230px;
    }
}

@media screen and (max-width: 768px) {

    /* スクロールバーを表示　*/
    /* .table-task_wrapper {
        padding-top: 10px;
        overflow: auto;
        white-space: nowrap;
    }

    .table-task_wrapper::-webkit-scrollbar {
        height: 5px;
    }

    .table-task_wrapper::-webkit-scrollbar-track {
        background: #f5f5f5;
    }

    .table-task_wrapper::-webkit-scrollbar-thumb {
        background: #ddd;
    }

    .table-task_wrapper .table-task {
        width: auto;
    } */
    .bold-title .label {
        display: inline-block;
        background-color: #42b404;
        color: #fff;
        font-weight: bold;
        padding: 3px 5px;
        margin-right: 5px;
        border-radius: 3px;
        font-size: 12px;
    }

    .table-task_wrapper {
        padding-top: 0;
    }

    table.table-task-sp {
        width: 100%;
    }

    table.table-task-sp .color {
        /* color: #42b404; */
        line-height: 1.2;
        display: inline-block;
        font-size: 10px;
    }

    .table-task_wrapper table.table-task-sp tr th:nth-of-type(n +2),
    .table-task_wrapper table.table-task-sp tr td:nth-of-type(n+2) {
        width: 50px;
    }
}


@media 
screen and (max-width: 768px) {
    .hm_column {
        margin: 10px 0 20px;
    }

    .hm_column h3 {
        font-size: 18px;
        padding: 10px 15px;
    }

    .hm_column .column_inner {
        padding: 8px;
    }

    .hm_column .column_inner p {
        font-size: 14px;
    }

    .hm_column .column_inner p strong {
        font-size: 16px;
    }

    .ph80 {
        width: 100%;
        display: block;
        margin: 10px auto;
        box-sizing: border-box;
    }

    .task_list {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: -16px;
    }

    .task_item {
        width: calc((100% - (16px*2))/2);
        margin-bottom: 16px;
        box-sizing: border-box;
    }

    .task_item:not(:last-of-type) {
        /* padding-bottom: 16px; */
    }

    .task_item_inner {

        /* padding: 13px; */
    }

    .task_item_title {
        padding-bottom: 2px;
        /* padding-top: 4px; */
    }




    .hm_content {
        letter-spacing: -0.4em;
        padding: 0 0 15px 0;
    }

    .hm_content .txt {
        width: 62%;
    }

    .hm_content .txt p {
        font-size: 14px;
    }

    .hm_content .ph {
        width: 38%;
    }

    .hm_content .txt_all {
        width: 100%;
        letter-spacing: 0;
    }

    .hm_content .txt_all p {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }

    .hm_content .ph_column {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin: 2% 1%;
    }

    .hm_content .ph_column.ph_column-task {
        width: 50%;

    }

    .hm_content .ph_column p {
        font-size: 14px;
    }

    .hm_content .comment_column {
        display: block;
        padding: 15px;
        box-sizing: border-box;
        margin: 15px 0;
        /* background: #f5f5f5; */
        letter-spacing: -0.4em;
        border-radius: 10px;
    }

    .hm_content .comment_column.comment_column2 {
        margin-top: 20px;
    }

    .hm_content .comment_column p {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
        letter-spacing: 0;
    }

    .hm_content .comment_column .smoke_column01 {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
        padding-right: 30px;
        text-align: left;
        box-sizing: border-box;
        padding: 6px 0;
    }

    .hm_content .comment_column .smoke_column01 table {
        width: 100%;
        margin: 5px 0;
        border-collapse: collapse;
        border: solid 1px #ccc;
        letter-spacing: 0;
    }

    .hm_content .comment_column .smoke_column01 table th {
        background: #d8d8d8;
        text-align: center;
        padding: 10px;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        font-size: 14px;
    }

    .hm_content .comment_column .smoke_column01 table td {
        background: #fff;
        text-align: center;
        padding: 10px;
        border-right: solid 1px #ccc;
        font-size: 14px;
    }

    .hm_content .comment_column .smoke_column02 {
        width: 30%;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
        padding: 6px 0;
    }

    .hm_content .comment_column .fitness_column01 {
        width: 65%;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
    }

    .hm_content .comment_column .fitness_column01 p {
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
    }

    .hm_content .comment_column .fitness_column01 p strong {
        color: #42b404;
        font-weight: 700;
        font-size: 18px;
        display: block;
        padding-bottom: 10px;
    }

    .hm_content .comment_column .fitness_column02 {
        width: 35%;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
        padding-left: 30px;
        box-sizing: border-box;
    }
}

@media 
screen and (max-width: 576px) {
    .hm_column {
        margin: 10px 0 20px;
    }

    .hm_column h3 {
        font-size: 16px;
        padding: 10px 15px;
    }

    .hm_column .column_inner {
        padding: 8px;
    }

    .hm_column .column_inner p {
        font-size: 13px;
    }

    .hm_column .column_inner p strong {
        font-size: 14px;
    }

    .ph80 {
        width: 100%;
        display: block;
        margin: 10px auto;
        box-sizing: border-box;
    }

    .linklist.linklist-task a {
        font-size: 13px;
    }

    .task_list {
        margin-right: 0px;
    }

    .task_item {
        width: 100%;
        margin-right: 0;
        padding: 15px;
    }

    .task_item_inner {
        /* padding: 9px; */
    }

    .task_item_title {
        font-size: 15px;
        /* padding-bottom: 0px; */
        /* padding-top: 4px; */
    }

    .table-task {
        font-size: 13px;
        width: 660px;
    }


    .hm_content {
        letter-spacing: -0.4em;
        padding: 0 0 15px 0;
    }

    .hm_content .txt {
        width: 100%;
    }

    .hm_content .txt p {
        font-size: 13px;
    }

    .hm_content .ph {
        width: 60%;
        padding: 10px 0;
        margin: 0 auto;
    }

    .hm_content .txt_all {
        width: 100%;
        letter-spacing: 0;
    }

    .hm_content .txt_all p {
        font-size: 13px;
        line-height: 1.8;
        text-align: left;
    }

    .hm_content .ph_column {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin: 2% 1%;
    }

    .hm_content .ph_column.ph_column-task {
        width: 50%;

    }

    .hm_content .ph_column p {
        font-size: 13px;
    }

    .hm_content .comment_column {
        display: block;
        padding: 14px;
        box-sizing: border-box;
        margin: 15px 0;
        background: #f5f5f5;
        letter-spacing: -0.4em;
        border-radius: 10px;
    }

    .hm_content .comment_column p {
        font-size: 13px;
        line-height: 1.8;
        text-align: left;
        letter-spacing: 0;
        padding: 0;
    }

    .hm_content .comment_column .smoke_column01 {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
        padding-right: 0;
        text-align: left;
        box-sizing: border-box;
        padding: 6px 0;
    }

    .hm_content .comment_column .smoke_column01 table {
        width: 100%;
        margin: 0;
        border-collapse: collapse;
        border: solid 1px #ccc;
        letter-spacing: 0;
    }

    .hm_content .comment_column .smoke_column01 table th {
        background: #d8d8d8;
        text-align: center;
        padding: 6px;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        font-size: 13px;
    }

    .hm_content .comment_column .smoke_column01 table td {
        background: #fff;
        text-align: center;
        padding: 6px;
        border-right: solid 1px #ccc;
        font-size: 13px;
    }

    .hm_content .comment_column .smoke_column02 {
        width: 50%;
        display: block;
        vertical-align: middle;
        letter-spacing: 0;
        padding: 6px 0;
        margin: 0 auto;
    }

    .hm_content .comment_column .fitness_column01 {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0;
    }

    .hm_content .comment_column .fitness_column01 p {
        font-size: 13px;
        line-height: 1.8;
        text-align: left;
    }

    .hm_content .comment_column .fitness_column01 p strong {
        color: #42b404;
        font-weight: 700;
        font-size: 16px;
        display: block;
        padding-bottom: 10px;
    }

    .hm_content .comment_column .fitness_column02 {
        width: 50%;
        display: block;
        vertical-align: middle;
        letter-spacing: 0;
        padding-left: 0;
        padding: 0;
        margin: 0 auto;
        margin-top: 20px;
        box-sizing: border-box;
    }
}