@charset "utf-8";
/* CSS Document */


/* ----------------------------------------
* services
---------------------------------------- */
body.page.services div#wrapcont #mainArea ul.cmnMainClm.ex1 > li:nth-child(1) {
    width: 250px;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm.ex1 > li:nth-child(2) {
    width: calc(100% - 250px);
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .vis_01 {
    margin-top: 1rem;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .vis_02 {
    margin-top: 1rem;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .txt_notice_01_sp {
    margin-bottom: 0.5em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .wrap_table_01 {
}

body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 .txt_tbltop {
    position: relative;
    font-weight: bold;
    font-size: 110%;
    padding-left: 7em;
    padding-top: 0.25em;
    min-height: 33px;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 .txt_tbltop > .head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #ffffff;
    display: inline-block;
    background-color: #0768AC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0.25em 1.5em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 .txt_tbltop > .clm {
    display: inline-block;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 .txt_tbltop > .clm:not(:last-child) {
    margin-right: 1em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 {
    border-right: 1px solid #c7c9c9;
    border-bottom: 1px solid #c7c9c9;
    width: 100%;
    table-layout: fixed;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1.type2 {
    max-width: 400px;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 th,
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 td {
    border-top: 1px solid #c7c9c9;
    border-left: 1px solid #c7c9c9;
    vertical-align: middle;
    font-weight: bold;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 th {
    padding: 0.25em 0.5em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 td {
    padding: 0.25em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 th {
    width: 105px;
    text-align: left;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 td {
    text-align: center;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 thead {
    background-color: #026eb7;
    color: #ffffff;
    font-size: 110%;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1.type3 thead {
    background-color: #B58743;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 tbody th {
    font-weight: bold;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 tbody tr:nth-child(odd) {
    background-color: #D4EDF4;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1.type3 tbody tr:nth-child(odd) {
    background-color: #FDFAD4;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 tbody tr:nth-child(even) {
    background-color: #ffffff;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 tbody td.b {
    color: #033886;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 tbody td.r {
    color: #ce221f;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1.type3 tbody td {
    color: #C9A264!important;
}
@media (max-width: 500px) {
    body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 table.tbl1 th {
        width: 4em;
    }
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 .txt_note {
    font-weight: bold;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 .txt_note .b {
    color: #033886;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .mainWrap1 .txt_note .r {
    color: #ce221f;
}


body.page.services div#wrapcont #mainArea ul.cmnMainClm .btn_doctor {
    margin-top: 2rem;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm h4.type1 {
    border-left: 5px solid #009139;
    border-bottom: 2px solid #009139;
    display: inline-block;
    padding: 0 0.5em;
    margin-bottom: 0.5em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm h4.type1:not(:first-of-type) {
    margin-top: 1em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type1 {
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type1 > dt {
    position: relative;
    padding-left: 1em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type1 > dt::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1em;
    content: '◎';
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type1 > dd {
    position: relative;
    padding-left: 2em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type1 > dd::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 2em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type1 > dd:nth-child(2)::before {
    content: '(1)';
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type1 > dd:nth-child(3)::before {
    content: '(2)';
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type1 > dd:nth-child(4)::before {
    content: '(3)';
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type1 > dd:nth-child(5)::before {
    content: '(4)';
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type1 > dd:nth-child(6)::before {
    content: '(5)';
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type2 {
    margin-top: 0.5rem;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type2 > dd {
    position: relative;
    padding-left: 1em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type2 > dd::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    z-index: 1;
    content: '・';
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type3 {
    margin-top: 1rem;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type3 > dd {
    position: relative;
    padding-left: 1.5em;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type3 > dd:not(:first-of-type) {
    margin-top: 0.5rem;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm dl.type3 > dd::before {
    position: absolute;
    top: 0.25em;
    left: 0;
    width: 1.5em;
    height: 1em;
    z-index: 1;
    content: ' ';
    background: url(../images/services_parts_disc_01.jpg) no-repeat;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm h4.type2 {
    margin-bottom: 0.5rem;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm h4.type2:not(:first-of-type) {
    margin-top: 1rem;
}
body.page.services div#wrapcont #mainArea .ttl_ex1 {
    margin-top: 3rem;
    margin-bottom: 2rem;
    overflow: hidden;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .group_subclms {
    margin-top: 1.5rem;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .group_subclms ul.subClm {
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .group_subclms ul.subClm:not(:first-of-type) {
    margin-top: 1rem;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .group_subclms ul.subClm > li:nth-child(1) {
    width: 150px;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm .group_subclms ul.subClm > li:nth-child(2) {
    width: calc(100% - 150px);
    padding-left: 2rem;
}
@media (max-width: 767px) {
    body.page.services div#wrapcont #mainArea ul.cmnMainClm .vis_02 {
        text-align: center;
    }
    body.page.services div#wrapcont #mainArea ul.cmnMainClm .group_subclms ul.subClm > li:nth-child(1) {
        width: 100%;
    }
    body.page.services div#wrapcont #mainArea ul.cmnMainClm .group_subclms ul.subClm > li:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-top: 1rem;
    }
    body.page.services div#wrapcont #mainArea .ttl_ex1 img {
        width: 150%;
        max-width: none;
        margin-left: -50%;
    }
}
@media (max-width: 600px) {
    body.page.services div#wrapcont #mainArea ul.cmnMainClm .wrap_table_01 {
        overflow-x: scroll;
    }
    body.page.services div#wrapcont #mainArea ul.cmnMainClm .wrap_table_01 {
        overflow-x: auto;
        padding-bottom: 5px;
    }
    body.page.services div#wrapcont #mainArea ul.cmnMainClm .wrap_table_01::-webkit-scrollbar {
        height: 5px;
    }
    body.page.services div#wrapcont #mainArea ul.cmnMainClm .wrap_table_01::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }
    body.page.services div#wrapcont #mainArea ul.cmnMainClm .wrap_table_01::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }
    body.page.services div#wrapcont #mainArea ul.cmnMainClm .wrap_table_01 img {
        width: 600px;
        max-width: 600px;
    }
}
@media (max-width: 500px) {
    body.page.services div#wrapcont #mainArea .ttl_ex1 img {
        width: 180%;
        margin-left: -80%;
    }
}

body.page.services div#wrapcont #mainArea ul.cmnMainClm table.doctor {
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
    width: 100%;
    max-width: 500px;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm table.doctor th,
body.page.services div#wrapcont #mainArea ul.cmnMainClm table.doctor td {
    border-top: 1px solid #222222;
    border-left: 1px solid #222222;
    text-align: center;
    padding: 0.25em 0.5em;
    vertical-align: middle;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm table.doctor th {
    width: 150px;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm table.doctor thead {
    font-weight: bold;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm table.doctor thead td {
    background-color: #ffcc99;
}
body.page.services div#wrapcont #mainArea ul.cmnMainClm table.doctor tbody th {
    font-weight: bold;
}
@media (max-width: 500px) {
    body.page.services div#wrapcont #mainArea ul.cmnMainClm table.doctor th {
        width: 4em;
    }
}


/* ----------------------------------------
* about
---------------------------------------- */
body.page.about div#wrapcont #mainArea ul.cmnMainClm .wrap_greeting {
    border: 1px solid #6DBD8F;
    background: url(../images/about_bg_01.jpg) no-repeat;
    background-position: top;
    background-size: 110% auto;
    padding: 1rem;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .wrap_greeting ul.greeting > li:nth-child(1) {
    width: 175px;
    text-align: center;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .wrap_greeting ul.greeting > li:nth-child(1) img {
    box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.1);
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .wrap_greeting ul.greeting > li:nth-child(2) {
    width: calc(100% - 175px);
    padding-left: 2rem;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .wrap_greeting ul.greeting > li:nth-child(2) .name {
    text-align: right;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm ul.historyList > li {
    position: relative;
    padding-left: calc(150px + 1em + 3em);
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm ul.historyList > li:not(:first-child) {
    margin-top: 0.5rem;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm ul.historyList > li::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '\30fb';
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm ul.historyList > li span.head {
    position: absolute;
    top: 0;
    left: 1em;
    z-index: 1;
    width: 150px;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm ul.historyList > li span.emp1 {
    /*border-bottom: 1px solid #000000;*/
    text-decoration: underline;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm dl.type1 > dt {
    margin-bottom: 0.5rem;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm dl.type1 > dd {
    margin-left: 1em;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm ul.list_vision > li {
    position: relative;
    padding-left: 1em;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm ul.list_vision > li::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '\30fb';
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .type2 > *:nth-child(n+2) {
    margin-top: 2em;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .type2 dl.lev1 {
    counter-reset: number 0;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .type2 dl.lev1 > dt {
    padding-left: 2em;
    position: relative;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .type2 dl.lev1 > dt::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    counter-increment: number 1;
    content: counter(number) "．";
}


body.page.about div#wrapcont #mainArea ul.cmnMainClm .type2 dl.lev1 > dt:nth-of-type(n+2) {
    margin-top: 1.5em;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .type2 dl.lev1 > dd {
    margin-top: 0.5em;
    padding-left: 2em;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .type2 dl.lev1 > dd > *:nth-child(n+2) {
    margin-top: 0.5em;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .type2 dl.lev1 > dd ul.lev2_1 > li {
    padding-left: 1em;
    position: relative;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .type2 dl.lev1 > dd ul.lev2_1 > li::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '\30fb';
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm .type2 dl.lev1 > dd ul.lev2_1 > li a {
    text-decoration: underline;
}
body.page.about div#wrapcont #mainArea ul.cmnMainClm.history {
    background: url(../images/about_bg_02.jpg) no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}
@media (max-width: 767px) {
    body.page.about div#wrapcont #mainArea ul.cmnMainClm .wrap_greeting {
        background: url(../images/about_bg_01.jpg) no-repeat;
        background-position: top;
        background-size: 110% auto;
        padding: 1rem;
    }
    body.page.about div#wrapcont #mainArea ul.cmnMainClm .wrap_greeting ul.greeting > li:nth-child(1) {
        width: 100%;
    }
    body.page.about div#wrapcont #mainArea ul.cmnMainClm .wrap_greeting ul.greeting > li:nth-child(1) img {
        width: 50%;
        max-width: 175px;
    }
    body.page.about div#wrapcont #mainArea ul.cmnMainClm .wrap_greeting ul.greeting > li:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-top: 1.5rem;
    }
    body.page.about div#wrapcont #mainArea ul.cmnMainClm.history {
        background: url(../images/about_bg_02__sp.jpg) no-repeat;
        background-position: bottom;
        background-size: 100% auto;
    }
    body.page.about div#wrapcont #mainArea ul.cmnMainClm ul.historyList > li {
        padding-left: 1em;
    }
    body.page.about div#wrapcont #mainArea ul.cmnMainClm ul.historyList > li span.head {
        position: static;
        width: 100%;
        font-weight: bold;
        display: block;
    }
}


/* ----------------------------------------
* about > sub-page
---------------------------------------- */
body.page.parent-pageid-20 div#wrapcont #mainArea h3.type1 {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 30px;
    background-color: #E6FDEF;
    color: #07913B;
    padding: 0.5em 0.75em;
    text-align: center;
}
body.page.parent-pageid-20 div#wrapcont #mainArea h4.type1 {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 15px;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl1 {
    border-right: 1.5px solid #757575;
    border-bottom: 1.5px solid #757575;
    width: 100%;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl1 :is(th,td) {
    border-top: 1.5px solid #757575;
    border-left: 1.5px solid #757575;
    padding: 0.5em 0.75em;
    vertical-align: middle;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl1 td:last-child {
    width: 12.5em;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl1 thead :is(th,td) {
    text-align: center;
    background-color: #CFD8DC;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl2 {
    border-right: 1.5px solid #757575;
    border-bottom: 1.5px solid #757575;
    width: min(100%,700px);
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl2 :is(th,td) {
    border-top: 1.5px solid #757575;
    border-left: 1.5px solid #757575;
    padding: 0.5em 0.75em;
    vertical-align: middle;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl2 td:last-child {
    white-space: nowrap;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl2 th {
    white-space: nowrap;
    text-align: center;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl2 thead :is(th,td) {
    text-align: center;
    background-color: #CFD8DC;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl2 tbody td:nth-of-type(1) {
    text-align: center;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl2 tbody td:last-child {
    text-align: right;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl3 {
    border-right: 1.5px solid #757575;
    border-bottom: 1.5px solid #757575;
    width: min(100%,500px);
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl3 :is(th,td) {
    border-top: 1.5px solid #757575;
    border-left: 1.5px solid #757575;
    padding: 0.5em 0.75em;
    vertical-align: middle;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl3 th {
    text-align: center;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl3 thead :is(th,td) {
    text-align: center;
    background-color: #CFD8DC;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl3 tbody th {
    width: 4.5em;
    white-space: nowrap;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl3 tbody td:nth-of-type(2) {
    text-align: center;
    width: 2.5em;
    white-space: nowrap;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl3 tbody td:nth-of-type(3) {
    width: 5em;
    white-space: nowrap;
}
body.page.parent-pageid-20 div#wrapcont #mainArea table.tbl3 tbody td:last-child {
    text-align: right;
}
body.page.parent-pageid-20 div#wrapcont #mainArea .txt01 {
    font-size: 1.1em;
    margin-bottom: 30px;
}
body.page.parent-pageid-20 div#wrapcont #mainArea .txt02 {
    padding-left: calc(1em + 0.5em);
    position: relative;
}
body.page.parent-pageid-20 div#wrapcont #mainArea .txt02::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '\203b';
}


/* ----------------------------------------
* nursing
---------------------------------------- */
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 {
    background: url(../images/common/mes_border_03_01.png) repeat-x left top,
                url(../images/common/mes_border_03_02.png) repeat-y right top,
                url(../images/common/mes_border_03_03.png) repeat-x left bottom,
                url(../images/common/mes_border_03_04.png) repeat-y left top;
    padding: 20px;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dt {
    padding-bottom: 0.5rem;
    background: url(../images/common/mes_border_01.gif) repeat-x left bottom;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dt table {
    table-layout: fixed;
    width: 100%;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dt table th {
    text-align: left;
    width: 120px;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dt table td {
    text-align: right;
    vertical-align: bottom;
    padding-right: 0.5rem;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dd {
    background: url(../images/common/mes_bg_01.jpg) repeat;
    padding: 1rem 0.5rem 0.5rem;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dd .vis_greeting1 img {
    width: 350px;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dd dl.list_education1 {
    counter-reset: number 0;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dd dl.list_education1 > dt {
    position: relative;
    padding-left: 1.5em;
    font-weight: bold;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dd dl.list_education1 > dt::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    counter-increment: number 1;
    content: counter(number) '.';
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dd dl.list_education1 > dt:not(:first-of-type) {
    margin-top: 1rem;
}

body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 {
    margin-top: 1rem;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li {
    width: 50%;
    background: url(../images/common/mes_border_04_01.png) repeat-x left top,
                url(../images/common/mes_border_04_02.png) repeat-y right top,
                url(../images/common/mes_border_04_03.png) repeat-x left bottom,
                url(../images/common/mes_border_04_04.png) repeat-y left top;
    padding: 20px;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li dl.greetingClm > dt {
    padding-bottom: 0.5rem;
    background: url(../images/common/mes_border_02.gif) repeat-x left bottom;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li dl.greetingClm > dt table {
    table-layout: fixed;
    width: 100%;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li dl.greetingClm > dt table th {
    text-align: left;
    width: 85px;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li dl.greetingClm > dt table td {
    text-align: right;
    vertical-align: bottom;
    padding-right: 0.5rem;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li dl.greetingClm > dt table td .tag {
    display: inline-block;
    background: #FDCCE4;
    color: #E50B7F;
    padding: 0.25em 0.5em;
    font-weight: bold;
    margin-bottom: -0.5rem;
    letter-spacing: 0.1em;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li dl.greetingClm > dd {
    padding: 1rem 0.5rem 0.5rem;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li:nth-child(1) dl.greetingClm > dd {
    background: url(../images/common/mes_bg_02.jpg) no-repeat left bottom;
    background-size: 100% auto;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li:nth-child(2) dl.greetingClm > dd {
    background: url(../images/common/mes_bg_03.jpg) no-repeat left top;
    background-size: 100% auto;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li dl.greetingClm > dd .name {
    text-align: right;
    margin-bottom: 1em;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .vis_01 {
    margin-bottom: 0.5rem;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_info1 {
    border: 2px solid #F4D3DE;
    padding: 2em 1em;
    margin-top: 1em;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_info1 p {
    display: inline-block;
    text-align: left;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .vis_02 {
    margin-top: 1.5rem;
    overflow: hidden;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 {
    margin-top: 1rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6bfcc+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6bfcc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6bfcc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f6bfcc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6bfcc',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: center;
    padding: 1.5rem 0.5rem;
    border: 1px solid #A3A3A3;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 > .ttl {
    font-weight: bold;
    font-size: 18px;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 > .dtl {
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList {
    margin-top: 1rem;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #A3A3A3;
    padding: 0.5rem 1rem;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd:not(:first-child) {
    margin-top: 0.5rem;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd:nth-child(1) {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fad0c8+30,fad0c8+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #fad0c8 30%, #fad0c8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#fad0c8 30%,#fad0c8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#fad0c8 30%,#fad0c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fad0c8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd:nth-child(2) {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #F9F496 30%, #F9F496 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#F9F496 30%,#F9F496 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#F9F496 30%,#F9F496 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F9F496',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd:nth-child(3) {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #DAC0DB 30%, #DAC0DB 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#DAC0DB 30%,#DAC0DB 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#DAC0DB 30%,#DAC0DB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DAC0DB',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd:nth-child(4) {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #65C573 30%, #65C573 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#65C573 30%,#65C573 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#65C573 30%,#65C573 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#65C573',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd:nth-child(5) {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #6FB2DD 30%, #6FB2DD 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#6FB2DD 30%,#6FB2DD 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#6FB2DD 30%,#6FB2DD 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6FB2DD',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd:nth-child(6) {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #B3D2EE 30%, #B3D2EE 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#B3D2EE 30%,#B3D2EE 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#B3D2EE 30%,#B3D2EE 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#B3D2EE',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd:nth-child(7) {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #E2A6B0 30%, #E2A6B0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#E2A6B0 30%,#E2A6B0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#E2A6B0 30%,#E2A6B0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E2A6B0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd:nth-child(8) {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #DEC0DA 30%, #DEC0DA 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#DEC0DA 30%,#DEC0DA 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#DEC0DA 30%,#DEC0DA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#DEC0DA',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd .ttl {
    font-weight: bold;
}
body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .cont_spimage1 dl.txtList > dd .dtl {
}
@media (max-width: 767px) {
    body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li {
        width: 100%;
    }
    body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting2 ul.greeting > li:nth-child(2) {
        margin-top: 1rem;
    }
    body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_info1 {
        padding: 1em 0.5em;
    }
    body.page.nursing div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .vis_02 img {
        width: 150%;
        max-width: none;
        margin-left: -25%;
    }
}


/* ----------------------------------------
* rehabilitation
---------------------------------------- */
body.page.rehabilitation div#wrapcont #mainArea {
}
body.page.rehabilitation div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 {
    background: url(../images/common/mes_border_03_01.png) repeat-x left top,
                url(../images/common/mes_border_03_02.png) repeat-y right top,
                url(../images/common/mes_border_03_03.png) repeat-x left bottom,
                url(../images/common/mes_border_03_04.png) repeat-y left top;
    padding: 20px;
}
body.page.rehabilitation div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm {
}
body.page.rehabilitation div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dt {
    padding-bottom: 0.5rem;
    background: url(../images/common/mes_border_01.gif) repeat-x left bottom;
}
body.page.rehabilitation div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dt table {
    table-layout: fixed;
    width: 100%;
}
body.page.rehabilitation div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dt table th {
    text-align: left;
    width: 120px;
}
body.page.rehabilitation div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dt table td {
    text-align: right;
    vertical-align: bottom;
    padding-right: 0.5rem;
}
body.page.rehabilitation div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dt table td .tag {
    background: #EB5513;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin-bottom: 0.25em;
    letter-spacing: 0.1em;
}
body.page.rehabilitation div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dd {
    /*background: url(../images/common/mes_bg_01.jpg) repeat;*/
    padding: 1rem 0.5rem 0.5rem;
}
body.page.rehabilitation div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dd img {
    margin-left: 0.5em;
    float: right;
}
@media (max-width: 767px) {
    body.page.rehabilitation div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_greeting1 dl.greetingClm > dd img {
        width: 45%;
        max-width: 240px;
    }
}


/* ----------------------------------------
* career
---------------------------------------- */
body.page.career div#wrapcont #mainArea ul.naviClm1 {
    margin: 0 auto 2rem 0;
}
body.page.career div#wrapcont #mainArea ul.naviClm1 > li {
    width: 16.66666%;
    text-align: center;
}
body.page.career div#wrapcont #mainArea .head_btn_mes {
    text-align: right;
    margin-top: -1rem;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) table.dtl {
    table-layout: fixed;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) table.dtl th {
    text-align: center;
    width: 8em;
    padding: 0.5em 1em;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) table.dtl.type1 th {
    background: #DDEDBB;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) table.dtl.type2 th {
    background: #F4F5B2;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) table.dtl.type3 th {
    background: #E1F3FA;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) table.dtl td {
    padding: 0.5em 1em;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) p.type1 {
    position: relative;
    padding-left: 1.25em;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) p.type1::before {
    content: '★';
    color: #FF0000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25em;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice {
    background: url(../images/career_bg_01.gif) no-repeat;
    background-size: 100% 100%;
    padding: 3rem;
    text-align: right;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice:not(:first-child) {
    margin-top: 1.5rem;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice .ttl {
    text-align: left;
    font-size: 18px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 auto;
    padding-left: 4em;
    padding-top: 0.5em;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice .ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.5em;
    height: 3em;
    content: ' ';
    z-index: 1;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice .ttl.c1 {
    border-bottom: 1px solid #7E318E;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice .ttl.c1::before {
    background: url(../images/career_parts_01.png) no-repeat top left;
    background-size: 100% auto;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice .ttl.c2 {
    border-bottom: 1px solid #00A0E9;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice .ttl.c2::before {
    background: url(../images/career_parts_02.png) no-repeat top left;
    background-size: 100% auto;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice .ttl.c3 {
    border-bottom: 1px solid #E83828;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice .ttl.c3::before {
    background: url(../images/career_parts_03.png) no-repeat top left;
    background-size: 100% auto;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice .main {
    margin-top: 1.5em;
    text-align: left;
}

@media (max-width: 767px) {
    body.page.career div#wrapcont #mainArea ul.naviClm1 > li {
        width: 33.33333%;
        padding: 0 0.25rem;
    }
    body.page.career div#wrapcont #mainArea ul.naviClm1 > li:nth-child(n+4) {
        margin-top: 1rem;
    }
    body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .wrap_voice .ttl {
        font-size: 16px;
    }
    body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) table.dtl th {
        width: 7em;
        padding: 0.5em 0.5em;
    }
}

body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) table.tbl1 {
    border-right: 1px solid #757575;
    border-bottom: 1px solid #757575;
    width: 100%;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) table.tbl1 th,
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) table.tbl1 td {
    border-top: 1px solid #757575;
    border-left: 1px solid #757575;
    padding: 0.5em 0.75em;
    vertical-align: middle;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) table.tbl1 th {
    text-align: center;
    width: 7em;
    background-color: #d9eac0;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .box_txt_foot .txt1 {
    position: relative;
    padding-left: 1em;
}
body.page.career div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) .box_txt_foot .txt1 .head {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #ff0000;
}


/* ----------------------------------------
* access
---------------------------------------- */
body.page.access div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) h4.type1 {
    margin-bottom: 1rem;
}
body.page.access div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) h4.type1:not(:first-of-type) {
    margin-top: 1.5rem;
}
body.page.access div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) dl.type1 {
    margin-top: 0.5rem;
}
body.page.access div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) dl.type1 > dd {
    position: relative;
    padding-left: 1em;
}
body.page.access div#wrapcont #mainArea ul.cmnMainClm > li:nth-child(2) dl.type1 > dd::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '・';
    width: 1em;
}


/* ----------------------------------------
* fukuri
---------------------------------------- */
body.page.fukuri div#wrapcont #mainArea {
}


/* ----------------------------------------
* doctor
---------------------------------------- */
body.page.dr div#wrapcont #mainArea dl.drList {
    max-width: 600px;
    width: 100%;
}
body.page.dr div#wrapcont #mainArea dl.drList > dt {
    background: #D6E9F1;
    padding: 0.25em 1em;
}
body.page.dr div#wrapcont #mainArea dl.drList > dt h3 {
    font-size: 18px;
    color: rgb(12, 86, 104);
}
body.page.dr div#wrapcont #mainArea dl.drList > dt:not(:first-of-type) {
    margin-top: 1.5rem;
}
body.page.dr div#wrapcont #mainArea dl.drList > dd {
    margin-top: 0.75rem;
}
body.page.dr div#wrapcont #mainArea dl.drList > dd dl.dtlList {
    margin-left: 3rem;
}
body.page.dr div#wrapcont #mainArea dl.drList > dd dl.dtlList > dt {
    width: 6em;
}
body.page.dr div#wrapcont #mainArea dl.drList > dd dl.dtlList > dd {
    width: calc(100% - 6em - 3rem);
}
body.page.dr div#wrapcont #mainArea dl.drList > dd dl.dtlList2 {
    margin-left: 3rem;
}
body.page.dr div#wrapcont #mainArea dl.drList > dd dl.dtlList2 > dt {
    font-size: 18px;
}
body.page.dr div#wrapcont #mainArea dl.drList > dd dl.dtlList2 > dt:not(:first-of-type) {
    margin-top: 1rem;
}
body.page.dr div#wrapcont #mainArea dl.drList > dd dl.dtlList2 > dd {
}
@media (max-width: 767px) {
    body.page.dr div#wrapcont #mainArea dl.drList {
        max-width: 767px;
        width: 100%;
    }
    body.page.dr div#wrapcont #mainArea dl.drList > dd dl.dtlList {
        margin-left: 0;
    }
    body.page.dr div#wrapcont #mainArea dl.drList > dt h3 {
        font-size: 16px;
    }
    body.page.dr div#wrapcont #mainArea dl.drList > dd dl.dtlList > dd {
        width: calc(100% - 6em);
    }
    body.page.dr div#wrapcont #mainArea dl.drList > dd dl.dtlList2 {
        margin-left: 0;
    }
    body.page.dr div#wrapcont #mainArea dl.drList > dd dl.dtlList2 > dt {
        font-size: 16px;
    }
}


/* ----------------------------------------
* ishi
---------------------------------------- */
body.page.ishi div#wrapcont #mainArea .cont_main {
    background: url(../images/ishi_bg_02.png) no-repeat bottom left,
                url(../images/ishi_bg_01.jpg) no-repeat top left;
    background-size: 100% auto,
                     100% auto;
    padding-top: 5rem;
}
body.page.ishi div#wrapcont #mainArea .cont_main .txt_catch {
    color: #006934;
    text-shadow: #fff 2px 0px,
                 #fff -2px 0px,
                 #fff 0px -2px,
                 #fff 0px 2px,
                 #fff 2px 2px ,
                 #fff -2px 2px,
                 #fff 2px -2px,
                 #fff -2px -2px,
                 #fff 1px 2px,
                 #fff -1px 2px,
                 #fff 1px -2px,
                 #fff -1px -2px,
                 #fff 2px 1px,
                 #fff -2px 1px,
                 #fff 2px -1px,
                 #fff -2px -1px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
body.page.ishi div#wrapcont #mainArea .cont_main .wrap_txt {
    text-align: center;
    margin-top: 3rem;
}
body.page.ishi div#wrapcont #mainArea .cont_main .wrap_txt .txt_main {
    display: inline-block;
    padding: 0 0.5rem;
    box-sizing: border-box;
    text-align: left;
    text-shadow: #fff 2px 0px,
                 #fff -2px 0px,
                 #fff 0px -2px,
                 #fff 0px 2px,
                 #fff 2px 2px ,
                 #fff -2px 2px,
                 #fff 2px -2px,
                 #fff -2px -2px,
                 #fff 1px 2px,
                 #fff -1px 2px,
                 #fff 1px -2px,
                 #fff -1px -2px,
                 #fff 2px 1px,
                 #fff -2px 1px,
                 #fff 2px -1px,
                 #fff -2px -1px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    max-width: 700px;
}
body.page.ishi div#wrapcont #mainArea .cont_main dl.dtlList {
    margin-top: 3rem;
}
body.page.ishi div#wrapcont #mainArea .cont_main dl.dtlList > dt:not(:first-of-type) {
    margin-top: 1rem;
}
body.page.ishi div#wrapcont #mainArea .cont_main dl.dtlList > dd {
}
@media (max-width: 767px) {
    body.page.ishi div#wrapcont #mainArea .cont_main {
        padding-top: 3rem;
    }
    body.page.ishi div#wrapcont #mainArea .cont_main .txt_catch {
        font-size: 20px;
    }
    body.page.ishi div#wrapcont #mainArea .cont_main .wrap_txt {
        margin-top: 2rem;
    }
    body.page.ishi div#wrapcont #mainArea .cont_main .wrap_txt .txt_main {
        font-size: 14px;
        max-width: none;
    }
}


/* ----------------------------------------
* privacy
---------------------------------------- */
body.page.privacy div#wrapcont #mainArea h3:not(:first-of-type) {
    margin-top: 3rem;
}
body.page.privacy div#wrapcont #mainArea dl.mainList {
    margin-top: 1.5rem;
}
body.page.privacy div#wrapcont #mainArea dl.mainList > dt {
    padding-left: 2em;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:not(:first-of-type),
body.page.privacy div#wrapcont #mainArea dl.mainList > dd:not(:first-of-type) {
    margin-top: 1.5rem;
}
body.page.privacy div#wrapcont #mainArea dl.mainList > dt.wfixed {
    width: 14em;
}
body.page.privacy div#wrapcont #mainArea dl.mainList > dt::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2em;
    z-index: 1;
}
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(1)::before { content: '1'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(2)::before { content: '2'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(3)::before { content: '3'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(4)::before { content: '4'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(5)::before { content: '5'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(6)::before { content: '6'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(7)::before { content: '7'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(8)::before { content: '8'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(9)::before { content: '9'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(10)::before { content: '10'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(10)::before { content: '11'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(10)::before { content: '12'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(10)::before { content: '13'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(10)::before { content: '14'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dt:nth-of-type(10)::before { content: '15'; }
body.page.privacy div#wrapcont #mainArea dl.mainList > dd {
    box-sizing: border-box;
}
body.page.privacy div#wrapcont #mainArea dl.mainList > dd.wfixed {
    width: calc(100% - 14em);
}
body.page.privacy div#wrapcont #mainArea dl.mainList > dd dl.subList {
}
body.page.privacy div#wrapcont #mainArea dl.mainList > dd dl.subList > dd {
    position: relative;
    padding-left: 1em;
}
body.page.privacy div#wrapcont #mainArea dl.mainList > dd dl.subList > dd::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    z-index: 1;
    content: '・';
}
body.page.privacy div#wrapcont #mainArea dl.noticeList {
    margin-top: 2rem;
}
body.page.privacy div#wrapcont #mainArea dl.noticeList > dd {
    position: relative;
    padding-left: 2em;
}
body.page.privacy div#wrapcont #mainArea dl.noticeList > dd::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 1em;
    content: '※';
}
body.page.privacy div#wrapcont #mainArea dl.linkList {
    margin-left: 5rem;
    margin-top: 3rem;
}
body.page.privacy div#wrapcont #mainArea dl.linkList > dt {
    margin-bottom: 0.25em;
}
body.page.privacy div#wrapcont #mainArea dl.linkList > dt img {
    vertical-align: middle;
    margin-right: 0.5em;
}
body.page.privacy div#wrapcont #mainArea dl.linkList > dd {
    margin-left: 3em;
}
body.page.privacy div#wrapcont #mainArea dl.exList1 {
    margin-left: 8rem;
    margin-top: 1.5rem;
}
body.page.privacy div#wrapcont #mainArea dl.exList1 > dd {
    position: relative;
    padding-left: 2em;
}
body.page.privacy div#wrapcont #mainArea dl.exList1 > dd::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    z-index: 1;
    content: '＊';
}
body.page.privacy div#wrapcont #mainArea dl.exList1 > dd dl.exSubList1 {
    margin-top: 0.25em;
    margin-left: 5em;
}
body.page.privacy div#wrapcont #mainArea dl.exList1 > dd dl.exSubList1 > dd {
    position: relative;
    padding-left: 1em;
}
body.page.privacy div#wrapcont #mainArea dl.exList1 > dd dl.exSubList1 > dd::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    z-index: 1;
    content: '・';
}
@media (max-width: 767px) {
    body.page.privacy div#wrapcont #mainArea dl.mainList > dt.wfixed {
        width: 100%;
    }
    body.page.privacy div#wrapcont #mainArea dl.mainList > dd.wfixed {
        width: 100%;
        padding-left: 1em;
    }
    body.page.privacy div#wrapcont #mainArea dl.mainList > dd {
        margin-top: 0.5rem!important;
    }
    body.page.privacy div#wrapcont #mainArea dl.linkList {
        margin-left: 0;
    }
    body.page.privacy div#wrapcont #mainArea dl.linkList > dd {
        margin-left: 0;
    }
    body.page.privacy div#wrapcont #mainArea dl.exList1 {
        margin-left: 0;
    }
    body.page.privacy div#wrapcont #mainArea dl.exList1 > dd dl.exSubList1 {
        margin-left: 0;
    }
}


/* ----------------------------------------
* blog
---------------------------------------- */
body.page.blog div#wrapcont #mainArea {
}
