
@charset "UTF-8";

/*----- 下記医療行為を必要 -----*/
#table01 + .block_table_5 .outer {
    max-width: 800px;
    margin: 0 auto;
}
#table01 + .block_table_5 table {
    background: none;
    border: none;
    border-collapse: separate;
    border-spacing: 1rem;
}
#table01 + .block_table_5 table thead {
    background-color: initial;
}
#table01 + .block_table_5 th,
#table01 + .block_table_5 td {
    width: 33%;
    padding: 0;
    background-color: initial;
    border: none;
    font-weight: 600;
    text-align: center;
}
#table01 + .block_table_5 table div {
    height: 100%;
    padding: .5rem;
    border: 3px solid #036E36;
    border-radius: 7px;
    background-color: #fff;
}
#table01 + .block_table_5 table div:empty {
    display: none;
    border: none;
    background-color: initial;
}
#table01 + .block_table_5 table div .small {
    font-size: 1.2rem;
}


@media only screen and (max-width: 700px) {
    #table01 + .block_table_5 table {
        border-spacing: initial;
    }
    #table01 + .block_table_5 tr {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1rem;
   }
    #table01 + .block_table_5 th,
    #table01 + .block_table_5 td {
        width: 100%;
    }
    #table01 + .block_table_5 table div {
        font-size: min(1.6rem, 4vw);
    }
    #table01 + .block_table_5 table div .small {
        font-size: min(1.2rem, 3vw);
    }
}

/*----- 入居時の費用タイトル + 月額利用料金  -----*/
#text01 + .contents_box01 .wrapper_item {
    max-width: 800px;
    margin: 1rem auto 0;
}
#table02 + .composite_box01 .wrapper_item {
    max-width: 800px;
    margin: 0 auto;
}
#table02 + .composite_box01 .inner_item_txt table {
    min-width: 100%;
    margin: 0 auto;
    background-color: #F8EF61;
}
#table02 + .composite_box01 .inner_item_txt td {
    text-align: left;
    padding: .5rem 1rem;
    font-weight: 600;
    white-space: nowrap;
}
#table02 + .composite_box01 .inner_item_txt td:nth-child(2n) {
    text-align: right;
}
#table02 + .composite_box01 .inner_item_txt td.last {
    border-top: 1px solid #000;
}
#table02 + .composite_box01 .inner_item_txt td.last:nth-child(2n) {
    font-size: 2.4rem;
}
#table02 + .composite_box01 .inner_item_txt p {
    text-align: left;
    margin-top: 1rem;
}
@media only screen and (max-width: 700px) {
    #text01 + .contents_box01 .wrapper_item p {
        text-align: left !important;
    }
    #table02 + .composite_box01 .inner_item {
        width: 100%;
        margin-left: 0 !important;
    }
}