.pc-only{
    display:block;
}
.sp-only{
    display:none;
}
.main_cont {
    margin-bottom: 120px !important;
}
.table-shinryo{
    margin-top: -10px;
    font-size: 16px;
}
#main .topic-path {
    margin-bottom: 74px;
}
.table-shinryo th{
    padding: 5px 0;
    width: 75px;
    background: #E6E6E6;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    font-size: 16px;
}
.table-shinryo td{
    padding: 10px 0;
    width: 50px;
    background: #fff;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align:center;
}
.table-shinryo td.has-text {
    padding: 10px 23px;
    white-space: nowrap;
    font-weight: 500;
}

/* sec1 */
.h1_sub {
    border-bottom: none;
    font-size: 18px;
    margin-left: 25px;
    border-bottom: 0 !important;
}
.main_cont_img {
    width: 100%;
    margin-bottom: 40px;
}
.sec1_figure {
    display: grid;
    grid-template-columns: repeat(2, 48.5%);
    justify-content: space-between;
    margin-top: 40px;
}
.sec1_text {
    line-height: 22px;
    margin-bottom: 0;
    letter-spacing: 0.059em;
}
.sec1_figure_img{
    width: 100%;
}
/* sec1 end */
/* sec2 */
.section02 {
    margin-top: 80px;
}
.section02_item_head {
    position: relative;
    font-size: 20px;
    color: #53AAA7;
    display: inline-flex;
    align-items: flex-start;
    line-height: 19px;
    gap: 5px;
}
.section02_list {
    margin-top: 50px;
}
.section02 p {
    line-height: 27px;
    padding-right: 5px;
    margin-bottom: 0 !important;
    text-align: justify;
    margin-top: 14px;
}
.section02_item:not(:last-child) {
    margin-bottom: 50px;
}
.section02_item_head::before {
    content: "";
    background: url('../img/dialysis/icon-head-circle.svg') no-repeat center/contain;
    display: inline-block;
    width: 17px;
    height: 17px;
}
.section02_item_row {
    display: grid;
    grid-template-columns: 69% 27%;
    justify-content: space-between;
}

.section02_row {
    display: grid;
    grid-template-columns: repeat(2, 48.5%);
    justify-content: space-between;
    margin-top: 40px;
}
.section02 img {
    width: 100%;
}

.section02_item_row .img-1 {
    margin-top: 46px;
}
.section02_item_row .img-2 {
    margin-top: 46px;
}


.table-sec2{
    margin-top: 40px;
    font-size: 16px;
}
.table-sec2 th{
    padding: 10px 0;
    background: #E6E6E6;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    font-size: 16px;
}
.table-sec2 td{
    padding: 10px 60px;
    background: #fff;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align:center;
    letter-spacing: 0.059em;
}

.table-sec2 td:nth-child(even){
    padding: 10px 40px;
}
/* table 3 */
.table-sec3{
    margin-top: 40px;
    font-size: 16px;
}
.table-sec3 th{
    padding: 10px 0;
    background: #E6E6E6;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    font-size: 16px;
}
.table-sec3 td{
    padding: 10px 90px;
    background: #fff;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align:center;
    letter-spacing: 0.059em;
}

.table-sec3 td:nth-child(even){
    padding: 10px 40px;
}
/* table 3 end */
.section02 dl.is-no-margin {
    margin: 0;
}
.section02 dl {
    margin-top: 10px;
}
.section02 dl dd {
    margin-bottom: 10px;
    padding-right: 10px;
}
.section02 dl dt {
    font-size: 20px;
    color: #53AAA7;
    margin-bottom: 2px;
}

.section02_item_row_type3 {
    display: grid;
    grid-template-columns: 62% 35%;
    justify-content: space-between;
}

.section02_item_row_type3  img{
    margin-top: 25px;
}
.section02_item_row_type4 {
    display: grid;
    grid-template-columns: 78% 142px;
    justify-content: space-between;
}
.section02_item_row_type4  img{
    margin-top: 25px;
}
/* table 4 */
.table-sec4{
    margin-top: 20px;
    font-size: 16px;
}
.table-sec4 th{
    padding: 8px 0;
    background: #E6E6E6;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    font-size: 16px;
}
.table-sec4 td{
    padding: 12px 53px;
    background: #fff;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align:center;
    letter-spacing: 0.059em;
}

.table-sec4 td:nth-child(even){
    padding: 10px 68px;
}
/* table 4 end */

/* sec2 end */


/**
 * for Tablet
 */
@media screen and (max-width: 999px) {
    .section02_item_row .item:nth-child(2) {
        align-self: flex-start;
        margin-top: 31px;
    }
    .section02_item_row_type3 {
        display: block;
    }
}

/**
 * for SmartPhone
 */
@media screen and (max-width: 600px) {
    .main_cont {
        margin-bottom: 80px !important;
    }
    table {
        width: 100%;
    }
    /* sec1 */
    .h1_eng {
        width: 90%;
        display: flex;
        align-items: center;
    }
    .main_cont_img {
        margin-bottom: 25px;
    }
    .sec1_text {
        letter-spacing: unset;
        font-size: 16px;
    }
    .sec1_figure {
        margin-top: 30px;
    }
    .table-shinryo{
        margin-top: 32px;
    }
    .table-shinryo td.has-text {
        padding: 5px 17px;
    }

    #main .main_cont .section p {
        line-height: 28px;
    }
    /* sec1 end  */
    /* sec2 */
    .section02 {
        margin-top: 50px;
    }
    .section02_item:not(:last-child) {
        margin-bottom: 30px;
    }
    .section02 p {
        padding-right: 0;
        text-align: unset;
        font-size: 16px;
    }
    .section02_item_row {
        display: block;
    }
    .section02_list {
        margin-top: 32px;
    }
    .section02_item_row .img-1 {
        margin-top: 32px;
    }
    .section02_item_row .img-2 {
        width: 56%;
        margin: 20px auto 0;
        display: block;
    }
    .section02_row {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 20px;
        margin-top: 20px;
    }
    .table-sec2 {
        margin-top: 30px;
    }
    .table-sec2 td {
        width: 50%;
        padding: 10px 0;
    }
    .table-sec2 td:nth-child(even) {
        padding: 10px 20px;
    }
    /* sec2 end */

    /* sec3 */
    .table-sec3 {
        margin-top: 20px;
    }
    .table-sec3 td {
        padding: 10px 30px;
    }
    .section02_item_row_type3 img {
        margin-top: 10px;
    }

    /* sec3 end */
    /* sec4 */
    .section02_item_row_type4 {
        grid-template-columns: 57% 40%;
    }
    .section02 dl dd {
        font-size: 16px;
        padding-right: 0;
    }
    .table-sec4 td {
        width: 85%;
        padding: 12px 10px;
    }
    .table-sec4 td:nth-child(even) {
        padding: 10px 45px;
        width: 15%;
        white-space: nowrap;
    }
    /* sec4 end */

    .pc-only{
        display:none;
    }
    .sp-only{
        display:block;
    }

}
