h3 {
    font-family: "Rounded Mplus 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
    font-weight: 700;
    font-size: 14pt;
    color: #fff;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    letter-spacing: 0.1em;
    background-color: #009B40;
    margin-top: -20px;
}


/*スマホ縦のみ */

@media screen and (max-width:480px) {
    h3 {
        margin-top: -2px;
    }
}

h3 span {
    font-size: 11pt;
    display: block;
    margin-top: 10px;
}

h4 {
    font-family: "Rounded Mplus 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック";
    font-weight: 700;
    font-size: 14pt;
    color: #009B40;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.linkbana a {
    display: block;
    border: 1px solid #666;
    color: #111;
    text-align: center;
    font-weight: bold;
    font-size: 13pt;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
    margin: 0 auto;
}


/* contact.html */

section#contact01 {
    background-color: #fff;
    padding-bottom: 50px;
}

section#rehabili04 {
    padding-top: 20px;
}

section#contact01 p {
    margin-left: 15px;
    margin-right: 15px;
}

section#contact01 p:first-of-type {
    margin-top: 50px;
}

section#contact01 p:last-of-type {
    margin-top: 20px;
}

.textTel {
    font-size: 20pt;
    font-weight: bold;
    line-height: 1.3em;
    margin-top: 10px;
    margin-bottom: 5px;
}

.textTel span {
    font-size: 11pt;
    font-weight: normal;
    display: block;
}

section#contact02 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
}

section#contact02 article {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

section#contact02 #form table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}

section#contact02 #form table td {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    display: list-item;
    list-style-type: none;
}

section#contact02 #form table td.title {
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 0;
}

section#contact02 #form table input,
section#contact02 #form table textarea {
    background-color: #efefef;
    border: 0;
    border-radius: 5px;
    padding: 10px;
}

section#contact02 #form table input {
    max-width: 100%;
}

section#contact02 #form table textarea {
    width: 100%;
}

section#contact02 #form table input#zip {
    background-color: #aaa;
    color: #fff;
}

section#contact02 #form #submit {
    background-color: #fff;
    color: #009B40;
    font-size: 12pt;
    border-radius: 10px;
    display: block;
    margin: 30px auto;
    margin-bottom: 10px;
    padding: 15px 30px;
    font-weight: bold;
    border: solid 3px #009B40;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#modal-content {
    width: 90%;
    height: 90%;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    line-height: 1.8em;
    overflow: auto;
}

.modal-p:first-child {
    margin-top: 0;
}

#modal-content ol {
    padding-bottom: 20px;
}

#modal-content ol li {
    margin-left: 2.0em;
    margin-bottom: 1em;
}

#modal-close {
    color: #333;
    display: block;
    width: 100px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    background-color: #ccc;
    border-radius: 7px;
}

#modal-overlay {
    z-index: 9998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#modal-content,
#modal-overlay {
    display: none;
}


/* 施設共通 */

section#first01 img,
section#center01 img,
section#center03 img,
section#rehabili01 img,
section#lecture01 img,
section#lecture02 img,
section#lecture03 img,
section#hospital03 img,
section#machine01 img,
section#machine02 img {
    display: block;
    width: 100%;
    height: auto;
}

section#center01 p,
section#rehabili01 p,
section#rehabili02 p,
section#homec01 article p,
section#hospital02 p,
section#seikeigeka01 p,
section#keiseigeka01 p,
section#naika01 p,
section#rheumati01 p,
section#geka01 p,
section#medical02 p {
    margin: 30px 15px;
}

section#center03 h5,
section#rehabili03 h5,
section#homec03 h5,
section#lecture02 h5,
section#lecture03 h5,
section#hospital03 h5 {
    font-weight: 700;
    font-size: 11pt;
    margin-bottom: 10px;
}

section#center03 h5:before,
section#rehabili03 h5:before,
section#homec03 h5:before,
section#lecture02 h5:before,
section#lecture03 h5:before,
section#hospital03 h5:before,
section#machine01 em:before,
section#machine02 em:before {
    content: "\3007";
    margin-right: 5px;
    display: inline-block;
}


/* first.html */

section#first01,
section#lecture01 {
    background-color: #fff;
    padding-bottom: 50px;
}

section#first01 p,
section#lecture01 p {
    margin: 50px 15px 0 15px;
}

section#first02 {
    background-color: #f6f4ed;
    padding: 50px 15px;
}

section#first02 dt {
    position: relative;
    display: inline-block;
    padding: 20px 0px;
    width: 100%;
    color: #333;
    text-align: center;
    z-index: 0;
    font-weight: 700;
    font-size: 11pt;
    background-color: #fff;
}

section#first02 dt:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    z-index: 0;
    background-color: #f6f4ed;
}

section#first02 dt:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    color: #f6f4ed;
    z-index: -1;
}

section#first02 dd {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 11pt;
    line-height: 2.0em;
    text-align: justify;
    text-justify: inter-ideograph;
}

section#first03 {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

section#first03 dl {
    border-bottom: 1px solid #ccc;
    margin-top: 50px;
}

section#first03 dl:first-of-type {
    padding-bottom: 50px;
}

section#first03 dl:last-of-type {
    border-bottom: 0;
}

section#first03 dt {
    font-weight: 700;
    font-size: 12pt;
}

section#first03 dt:before {
    content: "\3007";
    margin-right: 5px;
    display: inline-block;
}

section#first03 dd {
    line-height: 1.8em;
    margin-top: 15px;
}

section#first03 dd p a {
    line-height: 1.0em;
    margin-top: 30px;
    margin-bottom: 50px;
}


/* center.html */

section#center01 {
    background-color: #fff;
    padding-bottom: 20px;
}

section#center01 p#p03 em {
    font-weight: 700;
    display: block;
    color: indianred;
    font-size: 12pt;
}

section#center01 p#p03 em:last-of-type {
    margin-top: 30px;
}

section#center02 {
    padding-top: 50px;
}

section#center02 dl {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 11pt;
}

section#center02 dt {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5em;
}

section#center02 dt br {
    display: none;
}

section#center02 dd {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    line-height: 1.8em;
}

section#center02 dl:first-of-type {
    padding-top: 10px;
}

section#center02 dl:last-of-type dd {
    border-bottom: 0;
}

section#center03 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

section#center03 div {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
}

section#center03 div p:last-of-type {
    background-color: #f6f4ed;
    width: 100%;
    padding: 30px;
    border-bottom: 15px solid #fff;
    text-align: justify;
    text-justify: inter-ideograph;
}

section#center03 div p.mb20 {
    margin-bottom: 10px;
}

section#center03 p a {
    width: 90%;
    margin-top: 20px;
}


/* rehabili.html */

section#rehabili01 {
    background-color: #fff;
    padding-bottom: 20px;
}

section#rehabili02 {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

section#rehabili02 ul.imglist {
    margin: 0 auto;
    width: 100%;
    display: table;
}

section#rehabili02 ul.imglist li {
    display: table-cell;
}

section#rehabili02 ul.imglist img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

section#rehabili04 article p {
    padding: 20px;
}


/*スマホ縦のみ */

@media screen and (max-width:480px) {
    section#rehabili02 ul.imglist {
        display: block;
    }
    section#rehabili02 ul.imglist li {
        display: block;
    }
    section#rehabili02 ul.imglist img {
        width: 100%;
        margin-bottom: 10px;
    }
}

.timeline {
    list-style: none;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 11pt;
    background-color: #fff;
    border-top: 30px solid #f6f4ed;
    border-bottom: 30px solid #f6f4ed;
}

.timeline p {
    margin: 0 15px 0 0 !important;
}

.timeline>li {
    margin-bottom: 60px;
}

.timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.timeline-date {
    width: 110px;
}

.timeline-content {
    width: 95%;
    border-left: 5px #E2DCCF dotted;
    margin-left: 22px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.timeline-content p {
    text-align: left;
    font-weight: bold;
}

.timeline-content p br {
    display: none;
}

.timeline-content p span {
    font-weight: normal;
    display: block;
}

section#rehabili03 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

section#rehabili03 p {
    margin-bottom: 35px;
}

section#rehabili02 p#car {
    border-top: 1px solid #ccc;
    padding-top: 35px;
}

section#rehabili02 p#car:after {
    content: "";
    background-image: url(../image/sponly/rehabili_s/pic06.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
    margin-top: 20px;
}


/* homecare.html */

section#homec01 {
    background-color: #fff;
    padding-bottom: 20px;
}

section#homec01 article:before {
    content: "";
    background-image: url(../image/homec/house.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: auto;
    min-height: 170px;
}

section#homec01 article p#catch {
    font-size: 12pt;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
    text-align: center;
}

section#homec01 article p#catch:after {
    content: "";
    display: block;
    border-bottom: 2px solid #111;
    width: 50px;
    margin: 0 auto;
    margin-top: 30px;
}

section#homec03 {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

section#homec03 h5 {
    margin-top: 40px;
}

section#homec03 div:first-of-type {
    background-color: #fff;
    padding: 30px;
    padding-bottom: 15px;
    border-top: 5px solid #f6f4ed;
}

section#homec03 div:first-of-type li {
    font-size: 11pt;
    list-style-type: circle;
    line-height: 1.6em;
    margin-bottom: 10px;
    margin-left: 1.5em;
    text-align: justify;
    text-justify: inter-ideograph;
}

section#homec03 div:first-of-type li:last-child {
    margin-bottom: 0;
}

section#homec03 p.font_red {
    background-color: #fff;
    padding: 30px;
    color: #000;
}

section#homec03 p.textTel {
    line-height: 1.5em;
}




/* lecture.html */

.corona {
    text-align: center;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 50px;
    color: red;
}

section#lecture02 {
    padding: 50px 15px;
}

section#lecture02 h5,
section#lecture03 h5 {
    margin-top: 50px;
}

section#lecture02 h5:first-of-type,
section#lecture03 h5:first-of-type {
    margin-top: 0;
}

section#lecture02 dd,
section#lecture03 dd {
    background-color: #fff;
    font-size: 11pt;
    padding: 20px;
}

section#lecture03 dd {
    background-color: #f6f4ed;
}

section#lecture02 dd p,
section#lecture03 dd p {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0 10px;
    float: right;
}

section#lecture02 table,
section#lecture03 table {
    clear: both;
}

section#lecture02 table tr td,
section#lecture03 table tr td {
    padding-bottom: 15px;
    padding-left: 1em;
    line-height: 1.8em;
}

section#lecture02 table tr td br,
section#lecture03 table tr td br {
    display: none;
}

section#lecture02 table tr:last-child td,
section#lecture03 table tr:last-child td {
    padding-bottom: 0;
}

section#lecture02 table tr td:first-child,
section#lecture03 table tr td:first-child {
    padding-right: 1em;
    padding-left: 0;
    font-weight: bold;
    text-align: right;
    border-right: 1px solid #ddd;
    width: 50px;
}

section#lecture03 table tr td:first-child {
    width: 70px;
}

section#lecture03 {
    background-color: #fff;
    padding: 50px 15px;
}


/* hospital.html */

section#hospital01 {
    background-color: #fff;
    padding-bottom: 10px;
}

section#hospital01 article {
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

section#hospital01 ul#chart {
    list-style-type: none;
    font-size: 11pt;
    line-height: 1.8em;
}

section#hospital01 ul#chart li {
    margin-bottom: 40px;
}

section#hospital01 ul#chart li:before {
    display: block;
    content: "\524D\65E5\307E\3067";
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

section#hospital01 ul#chart li:last-child:before {
    content: "\5165\9662\5F53\65E5";
}

section#hospital01 ul#chart span {
    display: block;
    color: indianred;
    margin: 5px;
}

section#hospital02 {
    padding-top: 50px;
    padding-bottom: 20px;
}

section#hospital02 div {
    display: table;
}

section#hospital02 ul {
    display: table-cell;
}

section#hospital02 div.pdflink {
	background: #c8f7bc;
  	padding: 0.5em;
	font-size: 15pt;
	font-weight: bold;
	margin: 30px auto;
	text-align: center;
}

section#hospital02 div.pdflink a {
	color: #1d660a;
}
section#hospital02 div.pdflink a:hover {
	color: #000;
	font-weight: bolder;
}


/*スマホ縦のみ */

@media screen and (max-width:480px) {
    section#hospital02 div,
    section#hospital02 ul {
        display: block;
    }
}

section#hospital02 ul li {
    list-style-type: none;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 11pt;
}

section#hospital02 ul li:before {
    content: "\25A1";
    margin-right: 5px;
    font-weight: 300;
    font-size: 20pt;
    color: #888;
}

section#hospital03 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

section#hospital03 figure figcaption {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

section#hospital03 figure figcaption p.mb30 {
    margin-bottom: 10px;
}

section#hospital03 p.ml15 {
    margin-left: 15px;
    margin-right: 15px;
}

section#hospital03 figcaption p:first-of-type {
    display: none;
}

section#hospital03 figure figcaption p span {
    font-weight: 700;
}

section#hospital03 hr {
    border: 0;
    border-top: solid #ccc 1px;
    margin: 30px 15px;
}

section#hospital03 h5 {
    margin-left: 15px;
}

section#hospital03 table {
    margin-top: 20px;
    width: 100%;
    margin-left: 15px;
    border-right: 20px solid #fff;
    font-size: 11pt;
}

section#hospital03 table th,
section#hospital03 table td {
    padding: 10px;
    text-align: center;
}

section#hospital03 table th {
    background-color: #F0EDE6;
    border-right: 5px solid #fff;
    white-space: nowrap;
}

section#hospital03 table th:last-child {
    border-right: 0;
}

section#hospital03 table td {
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    line-height: 1.8em;
}

section#hospital03 table tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
}

.scroll {
    overflow: auto;
    white-space: nowrap;
}

.scroll::-webkit-scrollbar {
    height: 5px;
}

.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

section#hospital04 {
    padding-top: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}

section#hospital04 ol {
    padding-left: 15px;
    padding-right: 15px;
}

section#hospital04 ol li {
    list-style-type: circle;
    margin-bottom: 5px;
    margin-left: 1.5em;
    line-height: 1.8em;
    font-size: 11pt;
}

section#hospital04 h5 {
    background-color: #fff;
    padding: 15px;
    font-size: 11pt;
    font-weight: 700;
    margin: 30px 15px 10px 15px;
}


/* machine.html */

section#machine01 {
    background-color: #fff;
}

section#machine01 article,
section#machine02 article {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

section#machine01 p.textCatch {
    margin-bottom: 50px;
}

section#machine01 dl,
section#machine02 dl {
    font-size: 11pt;
    padding-bottom: 50px;
    display: table;
}

section#machine01 dt,
section#machine01 dd,
section#machine02 dt,
section#machine02 dd {
    display: table-cell;
    vertical-align: top;
    text-align: justify;
    text-justify: inter-ideograph;
}

section#machine01 dt,
section#machine02 dt {
    width: 30%;
}

section#machine02 dl:last-of-type {
    margin-bottom: 30px;
}

section#machine01 dd {
    background-color: #f6f4ed;
    padding: 20px 15px 20px 20px;
    border-top: 30px solid #fff;
}

section#machine02 dd {
    background-color: #fff;
    padding: 20px 15px 20px 20px;
    border-top: 30px solid #f6f4ed;
}


/*スマホ縦のみ */

@media screen and (max-width:480px) {
    section#machine01 dl,
    section#machine02 dl {
        display: block;
    }
    section#machine01 dt,
    section#machine01 dd,
    section#machine02 dt,
    section#machine02 dd {
        display: block;
    }
    section#machine01 dt,
    section#machine02 dt {
        width: 100%;
    }
    section#machine01 dd,
    section#machine02 dd {
        border-top: 0;
    }
    section#machine02 dl:last-of-type {
        margin-bottom: 0px;
    }
}

section#machine01 dl em,
section#machine02 dl em {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}


/* about.html */

section#about01 {
    background-color: #fff;
    padding-bottom: 50px;
}

section#about01 article {
    padding-top: 50px;
    padding-left: 20px;
}

section#about01 table {
    width: 100%;
    border-right: 20px solid #fff;
}


section#about01 table tr:nth-child(odd) {
    border-bottom: 1px solid #999;
}

section#about01 table tr:last-child {
    border-bottom: 0;
}

section#about01 table th {
    font-weight: normal;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 11pt;
}

section#about01 table td {
    text-align: center;
    line-height: 1.4em;
    vertical-align: middle;
    font-size: 10pt;
    white-space: nowrap;
    min-width: 90px;
}

section#about01 table tr:nth-child(odd) td {
    padding: 0px 0 10px 0;
}
/* 
section#about01 table tr th:nth-child(even),
section#about01 table tr td:nth-child(even),
section#about01 table tr td.bg {
    background-color: #f6f4ed;
}
*/

section#about01 table tr td.bg2 {
    background-color: #fff;
}

section#about01 table .circle {
    font-size: 20pt;
}

section#about01 table .sat {
    color: #1780e7;
    background-color: #fff !important;
}

section#about01 table .sun {
    color: mediumvioletred;
}

section#about01 table .time {
    font-weight: 700;
    padding-right: 20px;
}


section#about01 p.mb100 {
    margin-bottom: 50px;
}


/* 追加 */

section#about01_new {
    background-color: #fff;
    padding-bottom: 50px;
}

section#about01_new h4 {
    margin-bottom: 70px;
}

section#about01_new div.scroll {
    background-image: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

section#about01_new table {
    width: 1000px;
}

section#about01_new table tr {
    border-top: 1px solid #000;
    vertical-align: middle;
    text-align: center;
    height: 70px;
}

section#about01_new table tr:first-of-type {
    font-weight: bold;
    border-top: none;
}

section#about01_new table tr:nth-of-type(1) td:nth-of-type(even) {
    background: #f6f4ed;
}

section#about01_new table tr:nth-of-type(2) td:nth-of-type(odd),
section#about01_new table tr:nth-of-type(5) td:nth-of-type(odd),
section#about01_new table tr:nth-of-type(6) td:nth-of-type(odd) {
    background: #f6f4ed;
}

section#about01_new table tr:nth-of-type(3) td:nth-of-type(even),
section#about01_new table tr:nth-of-type(4) td:nth-of-type(even),
section#about01_new table tr:nth-of-type(7) td:nth-of-type(even) {
    background: #f6f4ed;
}

section#about01_new table td {
    width: 150px;
    vertical-align: middle;
}

section#about01_new table tr.btd {
    border-top: 1px dotted #666;
}

section#about01_new table tr.btg {
    border-top: 1px solid #ccc;
}

section#about01_new table td.midashi {
    width: 20px;
    font-weight: bold;
}

section#about01_new table td .name {
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 2;
}

section#about01_new table td .shu {
    font-size: 80%;
}

.daimu {
    color: mediumvioletred;
}

section#about01_new table .sat {
    color: dodgerblue;
}


/* 追加 */

.scroll {
    overflow: auto;
    white-space: nowrap;
}

.scroll::-webkit-scrollbar {
    height: 5px;
}

.scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}

section#about01 ul {
    margin-top: -20px;
    margin-bottom: 25px;
}

section#about01 ul li {
    list-style-type: circle;
    margin-bottom: 10px;
    margin-left: 1.5em;
    line-height: 1.5em;
    font-size: 11pt;
}

section#about01 dl {
    border: 1px solid #ccc;
    padding: 20px;
    width: 95%;
    font-size: 11pt;
}

section#about01 dt {
    font-weight: 700;
    margin-bottom: 5px;
}

section#about01 dt,
section#about01 dd {
    line-height: 1.6em;
}

.kome {
    color: #009b40;
}

.daimu {
    color: mediumvioletred;
}

section#about04 {
    padding-top: 50px;
    padding-bottom: 50px;
}

section#about04 img {
    width: 100%;
    height: auto;
    display: block;
}

section#about04 div:first-of-type {
    width: 80%;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

section#about04 div p#doctor {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

section#about04 div table {
    width: 100%;
    font-size: 11pt;
}

section#about04 div table tr td {
    padding-bottom: 15px;
    padding-left: 1em;
    line-height: 2.0em;
}

section#about04 div table tr td span {
    line-height: 1.4em;
    display: inline-block;
}

section#about04 div table tr:last-child td {
    padding-bottom: 0;
}

section#about04 div table tr td:first-child {
    padding-right: 1em;
    padding-left: 0;
    font-weight: bold;
    text-align: right;
    border-right: 1px solid #ddd;
    white-space: nowrap;
}

section#about04 dl {
    width: 80%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    margin-top: 20px;
    padding: 30px;
}

section#about04 dt {
    font-weight: 700;
    text-align: center;
    font-size: 11pt;
    margin-bottom: 20px;
}

section#about04 dd p {
    margin-bottom: 15px;
    color: #009B40;
    line-height: 1.3em;
}

section#access {
    padding-top: 50px;
    overflow: hidden;
    background-color: #fff;
}

section#access iframe {
    width: 100%;
    height: 500px;
    margin-top: 20px;
}

section#access article#add div {
    background-color: #fff;
    width: 100%;
    padding: 30px 20px 0px 20px;
}

section#access article#add h3 {
    margin-bottom: 25px;
}

section#access article#add dl {
    line-height: 1.8em;
}

section#access article#add dt {
    font-weight: bold;
    font-size: 12pt;
}

section#access article#add dt:before {
    content: "\25CF";
    margin-right: 3px;
}

section#access article#add dd {
    margin-bottom: 20px;
    font-size: 11pt;
}

section#access article#add p a {
    width: 100%;
}

section#access article#add p a {
    display: block;
    border: 1px solid #666;
    color: #111;
    text-align: center;
    font-weight: bold;
    font-size: 13pt;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
    margin: 0 auto;
    margin-bottom: 50px;
}


/* greeting.html */

section#greeting03 {
    background-color: #fff;
}

section#greeting03 h3 {
    margin-bottom: 50px;
}

section#greeting03 h4 {
    margin-bottom: 15px;
}

section#greeting03 article {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

section#greeting03 ol {
    margin-top: 10px;
    font-size: 11pt;
}

section#greeting03 ol li {
    margin-bottom: 15px;
    line-height: 1.5em;
    margin-left: 2em;
}

section#greeting03 h4:last-of-type {
    margin-top: -100px;
}

section#greeting01 {
    padding-top: 50px;
    padding-bottom: 40px;
}

section#greeting01 img {
    width: 90%;
    height: auto;
    display: block;
	margin: 0 auto 20px;
}

section#greeting01 p {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

section#greeting01 p.pc_none,
section#greeting04 dl#staff01 dd p#staff_name,
section#greeting01 p.staff_name {
    text-align: right;
    font-size: 10pt;
}

section#greeting01 p.pc_none span,
section#greeting04 dl#staff01 dd p#staff_name span,
section#greeting01 p.staff_name span {
    font-style: normal;
    font-size: 16pt;
    letter-spacing: 0.1em;
    font-weight: 700;
}

section#greeting04 {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

section#greeting04 img,
section#greeting02 img {
    display: block;
    width: 250px;
    height: auto;
    margin: 0 auto;
}

section#greeting04 dl#staff01 {
    display: table;
}

section#greeting04 dl#staff01 dt,
section#greeting04 dl#staff01 dd {
    display: table-cell;
    vertical-align: top;
}

section#greeting04 dl {
    margin-left: 20px;
    margin-right: 20px;
}

section#greeting04 dd {
    margin-top: 20px;
}

section#greeting04 dd p {
    margin-left: 20px;
}

section#greeting04 dd p#staff_name {
    margin-top: 10px;
}

section#greeting02 {
    padding-top: 50px;
}

section#greeting02 dl {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}

section#greeting02 dt,
section#greeting02 dd {
    display: table-cell;
    vertical-align: top;
}

section#greeting02 dt img {
    margin-left: 20px;
}

section#greeting02 dd p {
    margin-left: 20px;
    margin-right: 20px;
}

section#greeting02 dd p br {
    display: none;
}

section#greeting02 dd p.staff02_name {
    text-align: right;
    font-weight: 700;
    margin-top: -10px;
}

section#greeting01 .doctor_name {
    text-align: right;
}

section#greeting01 .doctor_name span {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
    font-style: normal;
    font-size: 16pt;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#doctor_profile {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
}

#doctor_profile dl {
    border-top: 1px solid #ccc;
    padding: 20px;
    margin: 0 auto;
    font-size: 10pt;
}

#doctor_profile dt,
#doctor_profile dd {
    line-height: 2.0em;
}

section#greeting01 div.kari {
    /* padding: 50px; */
    line-height: 2.0em;
    font-size: 11pt;
    margin-left: 20px;
    margin-right: 20px;
}

section#greeting01 div.kari .doctor_name {
    text-align: right;
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 0px;
}


/*スマホ縦のみ */

@media screen and (max-width:480px) {
    section#greeting04 dl#staff01,
    section#greeting02 dl {
        display: block;
    }
    section#greeting04 dl#staff01 dt,
    section#greeting04 dl#staff01 dd,
    section#greeting02 dt,
    section#greeting02 dd {
        display: block;
    }
    section#greeting04 dd p {
        margin-left: 0px;
    }
    section#greeting02 dt img {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
        display: block;
    }
    section#greeting02 dd p.staff02_name {
        margin-top: 10px;
        margin-right: 25px;
    }
}

/* 医師紹介#greeting05 6 */

section.greeting05 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F0EDE6;
}

section.greeting06 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.sp_center {
	text-align: center;
}

section.greeting06 div.linebox {
	position: relative;
	width: 95%;
    padding: 40px 15px 15px;
    color: #777;
    border: 3px solid #fff;
	margin: 30px auto;
	background-color: #fff;
}

section.greeting05 div.linebox {
	position: relative;
	width: 95%;
    padding: 40px 15px 15px;
    color: #777;
    border: 3px solid #F0EDE6;
	margin: 30px auto;
	background-color: #fff;
}

section.greeting06 h5,
section.greeting05 h5 {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 20px 30px;
    font-size: 15px;
	font-weight: 700;
    line-height: 1;
    background-color: #F0EDE6;
	margin-bottom: 10px;
}


/* 医師紹介横並びboxPC */
section.greeting06 div.container_flex04,
section.greeting05 div.container_flex04 {
  	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 15px;
	margin-top: 20px;
}
section.greeting06 div.line_top,
section.greeting05 div.line_top {
	border-top: 3px solid #F0EDE6;
	margin: 20px 0px;
	padding-top: 10px;
	font-size: 11pt;
    font-family: "Noto Sans Japanese";
    font-weight: 500;
	line-height: 2em;
	text-align: left;
}
section.greeting05 div.line_non {
	margin-left: 20px;
	padding-top: 10px;
	font-size: 11pt;
    font-weight: 500;
	line-height: 1.5em;
	text-align: left;
}

section.greeting06 div.line_top-righr,
section.greeting05 div.line_top-righr {
	border-top: 3px solid #F0EDE6;
	border-right: none;
	width: 100%;
	text-align: left;
}
section.greeting06 div.line_top2,
section.greeting05 div.line_top2 {
	border-top: 3px solid #F0EDE6;
	padding-left: 15px;
	width: 100%;
	text-align: left;
}
section.greeting06 dl,
section.greeting05 dl {
	margin: 10px;
}
section.greeting06 dd,
section.greeting05 dd {
	padding: 0px 0px 20px 0px;
	margin-bottom: 0px;
	font-size: 0.89em;
	line-height: 1.5em;
}

section#greeting06 ul,
section#greeting05 ul {
	padding-left: 20px;
}
section.greeting06 li,
section.greeting05 li {
	padding-bottom: 5px;
}


section#laser01 {
    padding-bottom: 50px;
    background-color: #fff;
}

section#laser01 h4 {
    margin-top: 50px;
}

section#laser01 article {
    margin-left: 20px;
    margin-right: 20px;
}

section#laser01 article {
    display: table;
}

section#laser01 article img,
section#laser01 article p {
    display: table-cell;
    vertical-align: top;
}

section#laser01 article img {
    margin-right: 30px;
}

section#laser01 article:last-of-type p {
    padding-top: 40px;
}

section#laser01 article:last-of-type img {
    margin-right: 0px;
    margin-left: 30px;
    width: 400px;
    height: auto;
}


/*スマホ縦のみ */

@media screen and (max-width:480px) {
    section#laser01 article img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }
    section#laser01 article:last-of-type img {
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
        height: auto;
    }
    section#laser01 article {
        display: block;
    }
    section#laser01 article img,
    section#laser01 article p {
        display: block;
    }
}


/* お知らせCMS 記事詳細 */

p#pNav {
    font-size: 8pt;
    text-align: right;
    margin-bottom: 20px;
}

p#pNav a:hover {
    color: #aaa;
}

div#news_all {
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
}

div#news_all ul {
    list-style-type: none;
}

div#news_all li#title {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    font-size: 14pt;
    line-height: 1.4em;
    font-weight: bold;
}

div#news_all li#up_ymd {
    margin-left: 20px;
    margin-bottom: 10px;
}

div#news_all li#up_ymd:after {
    display: block;
    width: 20px;
    border-bottom: 5px solid #ccc;
    content: "";
    margin-top: 20px;
}

div#news_all #detail {
    margin: 20px;
    width: 100%;
    line-height: 2.0em;
    font-size: 11pt;
}

.detailUpfile img {
    display: block;
    margin: 20px 0;
    width: 90%;
    max-width: 600px;
    height: auto;
}

.detailText {
    width: 90%;
}

#newsList {
    list-style-type: none;
    color: #333;
    font-size: 11pt;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    font-weight: 500;
}

#newsList li {
    padding: 20px;
    border-bottom: 1px dashed #ccc;
}

#newsList li:last-child {
    border-bottom: 0;
}

#newsList .catName {
    text-align: left;
    display: inline-block;
    font-weight: 700;
    padding-right: 5px;
}

#newsList .title {
    font-weight: 700;
    padding-left: 10px;

    line-height: 1.6em;
}


/*スマホ縦のみ */

@media screen and (max-width:480px) {
    p#pNav {
        display: none;
    }
    #newsList .title {
        padding-left: 0px;
    }
}

#newsList .title a {
    text-decoration: none;
    color: #333;
}

#newsList .newMark {
    font-size: 11pt;
}

#newsList .thumbNailWrap {
    display: none;
}

#newsList .comment {
    display: block;
    margin-top: 5px;
    font-size: 10pt;
    line-height: 1.6em;
}

#newsWrap {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

#newsWrap p.pager {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: table;
    table-layout: fixed;
}

#newsWrap p.pager:first-of-type {
    margin-top: 0;
}

#newsWrap p.pager a {
    display: table-cell;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
}

#newsWrap p.pager a:hover {
    background-color: #ddd;
}