html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, figure, nav, footer, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-weight: normal;
    line-height: 2.5;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

}

body {
    background: rgb(255, 255, 255);
}

ol, ul, li, dl, dt, dd {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: underline;
}

img {
    width: 100%;
    vertical-align: bottom;
    border: none;
}

#wrapper {
    overflow: hidden;
    width: 100%;
}

a:hover img {
    opacity: 0.5;
}

p.txt {
    margin-bottom: 60px;
    font-size: 110%;
    line-height: 200%;
}

p {
    text-align: justify;
}

h2.h2tit {
    width: 100%;
    margin: 0px auto 30px;
    font-size: 220%;
    line-height: 220%;
    text-align: center;
    color: rgb(133, 177, 223);
}

h1 {
    width: 100%;
    background: rgb(125, 125, 125);
    padding: 5px 0px;
}

h1 .inn {
    width: 1100px;
    margin: 0px auto;
    font-size: 90%;
    color: rgb(255, 255, 255);
    line-height: 1;
}

#header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px -3px;
    z-index: 10000;
}

#header .inn {
    width: 1100px;
    margin: 0px auto;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    position: relative;
}

#header .inn a.head_btn {
    position: absolute;
    right: 300px;
    box-sizing: border-box;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    background: rgb(66, 118, 183);
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    line-height: 1;
    display: block;
    padding: 20px 30px 20px 10px;
}

#header .inn a.head_btn::after {
    position: absolute;
    top: 47%;
    right: 15px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    transform: rotate(45deg);
}

#header .inn a.head_btn:hover {
    background: rgb(196, 176, 80);
}



#header .inn a.head_btn2 {
    position: absolute;
    right: 500px;
    box-sizing: border-box;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    background: rgb(66, 118, 183);
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    line-height: 1;
    display: block;
    padding: 20px 30px 20px 10px;
}

#header .inn a.head_btn2::after {
    position: absolute;
    top: 47%;
    right: 15px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    transform: rotate(45deg);
}

#header .inn a.head_btn2:hover {
    background: rgb(196, 176, 80);
}


.header_logo {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    width: 300px;
}

.header_logo img {
    width: 100%;
}

#header .right {
    margin-left: auto;
    line-height: 160%;
    color: rgb(86, 157, 214);
    position: relative;
}

#header .right span {
    line-height: 140%;
    font-size: 180%;
    color: inherit;
}

#header .right span i {
    font-size: 85%;
    color: inherit;
    margin-right: 5px;
}

nav#pc {
    width: 100%;
    background: rgb(86, 157, 214);
}

nav#pc ul {
    width: 1100px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

nav#pc ul li {
    width: calc(16.6667%);
}

nav#pc ul li a {
    padding: 15px 0px;
    display: block;
    font-size: 110%;
    line-height: 1;
    text-align: center;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-left: 1px solid rgba(239, 239, 239, 0.32);
    font-family: Arial, Helvetica, sans-serif;
}

nav#pc ul li:last-child a {
    border-right: 1px solid rgb(239, 239, 239);
}

nav#pc ul li a:hover {
    background: rgb(80, 132, 196);
}

#contents {
    padding: 0px;
}

.main {
    width: 100%;
    height: auto;
	display: block;
}



.main .inner img {
    width: 100%;

}

.main .inner div.main_txt {
    position: absolute;
    top: 80px;
    right: 50%;
    font-size: 220%;
    width: 100%;
    color: rgb(80, 132, 196);
    margin-right: -50%;
}

.main .inner p {
    font-size: 110%;
    line-height: 210%;
    color: rgb(51, 51, 51);
    text-align: left;
}

.main .inner p.tit {
    font-size: 280%;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: "", serif;
    font-weight: bold;
}

p.lead {
    margin-bottom: 50px;
    text-align: center;
    font-size: 110%;
    line-height: 200%;
}

.top_notice {
    width: 100%;
    padding: 40px 0px;
    border-bottom: 1px solid rgb(86, 157, 214);
}

.top_notice .inn {
    width: 500px;
    margin: 0px auto;

}
.top_notice .inn h3.shop_block_tit {
    width: 100%;
}
.top_notice .inn .left, .top_notice .inn .right {
    width: 48%;
}

.top_notice a.btn {
    width: 80%;
    margin: 0px auto 50px;
    display: block;
    box-sizing: border-box;
    padding: 25px 0px;
    border-radius: 5px;
    font-size: 180%;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background: rgb(65, 119, 183);
    color: rgb(255, 255, 255);
    cursor: pointer;
}



div.top_info {
    padding: 10px 10px;
    color: rgb(51, 51, 51);
    font-size: 120%;
    line-height: 240%;
    background: rgb(255, 255, 255);
	height: 300px;
	overflow : scroll;
	border: 1px solid #4e76b2
}

div.top_info dl {
    padding: 5px 0px;
    margin: 0px auto;
}

div.top_info dl dt {
    font-size: 120%;
	font-weight: bold
}

div.top_info dl dt p{
    line-height: 0.5em
}

div.top_info dl dd p {
    font-size: 100%;
    line-height: 1.5em;
	margin-bottom: 10px
}

div.top_info dl dd a {
    font-size: 110%;
    line-height: 1;
    color: rgb(86, 157, 214);
}



div.top_info dl dd span {
  color: #4e76b2;
 font-weight: bold
 
}

#footer {
    padding: 30px 0px;
    background: rgb(86, 157, 214);
}

#footer .inn {
    width: 1100px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer .inn div {
    width: 50%;
}

.footer_logo {
    width: 50%;
    text-align: left;
}

.footer_logo img {
    width: 70%;
}

.footer_address {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: left;
    font-size: 100%;
    line-height: 160%;
    color: rgb(255, 255, 255);
}

.footer_address p.img {
    width: 74px;
    margin-right: 10px;
}

.footer_address p.img img {
    width: 100%;
}

.footer_address p {
    line-height: 160%;
    color: rgb(255, 255, 255);
}

.footer_address p span a {
    line-height: 100%;
    font-size: 170%;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.footer_address p span i {
    font-size: 135%;
    color: rgb(255, 255, 255);
    margin-right: 5px;
}

.copyright {
    clear: both;
    border-top: 1px solid rgb(119, 119, 119);
    padding: 5px 15px;
    font-size: 80%;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(125, 125, 125);
}

.shop_block {
    padding: 50px 0px;
    border-bottom: 1px solid rgb(86, 157, 214);
    background: rgb(255, 255, 255);
}

.shop_block img.map {
    margin-bottom: 10px;
}

h3.shop_block_tit {
    width: 1000px;
    margin: 0px auto 10px;
    color: rgb(79, 133, 196);
    font-size: 230%;
    line-height: 1;
}

h3.shop_block_tit::before {
    display: inline-block;
    margin-right: 5px;
    width: 1em;
    height: 1em;
    background: url("../images/icon_img01.png") 0% 0% / contain no-repeat;
    content: url("");
}

h3.shop_block_tit span {
    padding-left: 20px;
}

.shop_block .inn {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.shop_block .inn .left {
    width: 48%;
}

.shop_block .inn .left p {
    line-height: 150%;
}

.shop_block .inn .right {
    width: 48%;
}

.access_txt {
    display: flex;
    margin-bottom: 30px;
}

.access_txt .icon {
    width: 45px;
    margin-right: 10px;
}

.access_txt .icon img {
    width: 100%;
}

.access_txt .txt {
    font-size: 120%;
    line-height: 145%;
}

.access_txt .txt span {
    font-size: 100%;
    line-height: 140%;
    color: rgb(80, 132, 196);
}

.shop_block_info {
    padding-top: 60px;
}

.shop_block_info .inn {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    align-items: flex-end;
    justify-content: right;
}

.shop_block_info .inn p {
    padding-left: 20px;
    font-size: 120%;
    line-height: 160%;
}

table.data {
    width: 60%;
    padding: 0px;
    border-collapse: collapse;
    border: 1px solid rgb(193, 193, 193);
}

table.data th, table.data td {
    width: calc(100% - 10px);
    padding: 10px 5px;
    vertical-align: middle;
    border: 1px solid rgb(193, 193, 193);
    text-align: center;
    font-size: 180%;
    line-height: 1;
    color: rgb(138, 138, 138);
}

table.data th {
    text-align: center;
    background: rgb(210, 224, 240);
    font-weight: normal;
    font-size: 120%;
    line-height: 1;
    color: rgb(80, 132, 196);
}

table.data th:first-child {
    width: 35%;
}

table.data th:nth-child(n+2) {
    width: 50px;
}

table.data td:first-child {
    line-height: 140%;
    font-size: 120%;
}

table.data td span {
    font-size: 80%;
    color: inherit;
}

.footer-nav {
    width: 100%;
    padding: 15px 0px;
    background: rgb(255, 255, 255);
}

.footer-nav ul {
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-nav ul {
    width: 1100px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-nav ul li {
    border-right: 1px solid rgb(182, 182, 182);
    padding: 5px 10px;
    line-height: 1;
}

.footer-nav ul li a {
    font-size: 90%;
    line-height: 1;
    color: rgb(119, 119, 119);
    text-decoration: none;
}

.footer-nav ul li:last-child {
    border-right: none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
}

#page-top a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    text-align: center;
    display: block;
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
    background: rgba(199, 199, 199, 0.9);
}

#page-top a:hover {
    text-decoration: none;
    background: rgb(193, 193, 193);
}

#contents.notice {
    padding-top: 50px;
}

#contents.notice h2 {
    margin-bottom: 100px;
    background: url("../images/notice_tit_back.png") 0% 0% / cover no-repeat;
    color: rgb(255, 255, 255);
    padding: 60px 0px;
}

section.notice {
    width: 1000px;
    margin: 0px auto 60px;
    text-align: center;
}

section.notice h3 {
    margin-bottom: 10px;
    padding: 15px 0px;
    font-size: 220%;
    line-height: 1;
    color: rgb(80, 132, 196);
    background: rgb(210, 224, 240);
}

section.notice p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 120%;
    line-height: 210%;
}

#contents.greeting {
    padding-top: 50px;
}

#contents.greeting h2 {
    margin-bottom: 100px;
    background: url("../images/greeting_tit_back.png") 0% 0% / cover no-repeat;
	background-position: center;
    color: rgb(255, 255, 255);
    padding: 200px 0px;
}

#contents.greeting h2 span {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    color: rgb(255, 255, 255);
    font-size: 100%;
    line-height: 1;

}

section.greeting {
    width: 100%;
    padding: 60px 0px;
    border-bottom: 1px solid rgb(86, 157, 214);
    text-align: center;
}

section.greeting .inn {
    width: 1000px;
    margin: 0px auto;
}

section.greeting h3 {
    margin-bottom: 10px;
    padding: 15px 0px;
    font-size: 220%;
    line-height: 1;
    color: rgb(80, 132, 196);
    background: rgb(210, 224, 240);
}

section.greeting p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 120%;
    line-height: 210%;
}

.greeting_block {
    padding: 60px 0px;
    border-bottom: 1px solid rgb(86, 157, 214);
}

.greeting_block .inn {
    width: 1000px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.greeting_block .left, .greeting_block .right {
    width: 44%;
}

.greeting_block img {
    margin-bottom: 20px;
}

.greeting_block p.name {
    font-size: 120%;
    letter-spacing: 4px;
}

.greeting_block p.name span {
    font-size: 140%;
}

.greeting_block h4 {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 120%;
    line-height: 1;
    color: rgb(80, 132, 196);
    background: rgb(210, 224, 240);
}

.greeting_block li {
    margin-bottom: 15px;
    font-size: 120%;
    line-height: 1;
}

.greeting_block p {
    width: 1000px;
    margin: 0px auto;
    font-size: 120%;
}

section.philosophy h3 {
    margin-bottom: 60px;
}

section.philosophy p {
    font-size: 170%;
    color: rgb(133, 177, 223);
}

.top_lead {background: #569DD6;
color: #ffffff;
padding: 30px 0}

.top_lead_in {width: 1000px;
margin: 0 auto;}

.top_lead_in p{text-align: center;
line-height: 2;
	font-size: 18px;
margin-bottom: 15px}


.top_lead h2{font-size: 25px;
text-align: center}

.line {background: #D2E0F0;
color: #000;
text-align: center;}





#contents.medicaltreatment {
    padding-top: 50px;
}

#contents.medicaltreatment h2 {
    margin-bottom: 100px;
    background: url("../images/medicaltreatment_tit_back.jpg") 0% 0% / cover no-repeat;
	background-position: center;
    color: rgb(255, 255, 255);
    padding: 200px 0px;
}

#contents.medicaltreatment h2 span {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    color: rgb(255, 255, 255);
    font-size: 100%;
    line-height: 1;

}

section.medicaltreatment {
    width: 100%;
    padding: 60px 0px;
    border-bottom: 1px solid rgb(86, 157, 214);
    text-align: center;
}

section.medicaltreatment .inn {
    width: 1000px;
    margin: 0px auto;
}

section.medicaltreatment h3 {
    margin-bottom: 10px;
    padding: 15px 0px;
    font-size: 220%;
    line-height: 1;
    color: rgb(80, 132, 196);
    background: rgb(210, 224, 240);
}

section.medicaltreatment p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 120%;
    line-height: 210%;
}

.medicaltreatment_block {
    padding: 60px 0px;
    border-bottom: 1px solid rgb(86, 157, 214);
}

.medicaltreatment_block .inn {
    width: 1000px;
    margin: 0px auto;

}


.medicaltreatment_list ul {
	padding: 0 0 0 1em;
}
.medicaltreatment_list ul li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
} 
.medicaltreatment_list ul li:before {
	background-color: #5084C4;	/* 円の色 */
	border-radius: 0%;
	content: '';
	position: absolute;
	top: 1em;	/* 円の上側位置調整 */
	left: -.5em;	/* 円の左側位置調整 */
	width: 10px;	/* 円の幅 */
	height: 10px;	/* 円の高さ */
}

.medicaltreatment_list2 {background-color: #5084C4;	

color: #ffffff;
padding: 50px;
margin: 50px 0}

.medicaltreatment_list2 ul{
  display: table;
  table-layout: fixed;
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
}
.medicaltreatment_list2 li{
  display: table-cell;

  word-wrap: break-word;
  height: 100%;
}
.medicaltreatment_list2 li:first-child{
}

.medicaltreatment_list2 ul li {
	list-style-type: none;
	padding: .1em .5em;
	position: relative;
} 

.medicaltreatment_list2 ul li:before {
	background-color: #ffffff;	/* 円の色 */
	border-radius: 0%;
	content: '';
	position: absolute;
	top: 1em;	/* 円の上側位置調整 */
	left: -.5em;	/* 円の左側位置調整 */
	width: 10px;	/* 円の幅 */
	height: 10px;	/* 円の高さ */
}







#contents.flow {
    padding-top: 50px;
}

#contents.flow h2 {
    margin-bottom: 100px;
    background: url("../images/flow_tit_back.png") 0% 0% / cover no-repeat;
	background-position: center;
    color: rgb(255, 255, 255);
    padding: 200px 0px;
}

#contents.flow h2 span {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    color: rgb(255, 255, 255);
    font-size: 100%;
    line-height: 1;

}

section.flow {
    width: 100%;
    padding: 60px 0px;
    text-align: center;
}

section.flow .inn {
    width: 1000px;
    margin: 0px auto;
}

section.flow h3 {
    margin-bottom: 10px;
    padding: 15px 0px;
    font-size: 220%;
    line-height: 1;
    color: rgb(80, 132, 196);
    background: rgb(210, 224, 240);
}


section.flow h4 {
    margin-bottom: 10px;
    padding: 15px 0px;
    font-size: 220%;
    line-height: 1;
    color: #ffffff;
    background: #5084C4;
}

section.flow p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 120%;
    line-height: 210%;
}

.flow_block {

    border-bottom: 1px solid rgb(86, 157, 214);
}

.flow_block .inn {
    width: 1000px;
    margin: 0px auto;
	margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.flow_block .left, .flow_block .right {
    width: 48%;
}

.flow_block img {
    margin-bottom: 20px;
}

.flow_block p.name {
    font-size: 120%;
    letter-spacing: 4px;
}

.flow_block p.name span {
    font-size: 140%;
}

.flow_block h4 {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 120%;
    line-height: 1;
    color: #ffffff;
    background: rgb(80, 132, 196);
}


.flow_block h5 {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 120%;
    line-height: 1;
    color: rgb(80, 132, 196);
    background: #D2E0F0;
}

.flow_block li {
    margin-bottom: 15px;
    font-size: 120%;
    line-height: 1;
}

.flow_block p {
    margin: 0px auto;

}






#contents.eq {
    padding-top: 50px;
}

#contents.eq h2 {
    margin-bottom: 100px;
    background: url("../images/eq_tit_back.png") 0% 0% / cover no-repeat;
	background-position: center;
    color: rgb(255, 255, 255);
    padding: 200px 0px;
}

#contents.eq h2 span {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    color: rgb(255, 255, 255);
    font-size: 100%;
    line-height: 1;

}

section.eq {
    width: 100%;
    padding: 60px 0px;
    text-align: center;
}

section.eq .inn {
    width: 1000px;
    margin: 0px auto;
}

section.eq h3 {
    margin-bottom: 10px;
    padding: 15px 0px;
    font-size: 220%;
    line-height: 1;
    color: rgb(80, 132, 196);
    background: rgb(210, 224, 240);
}


section.eq h4 {
    margin-bottom: 10px;
    padding: 15px 0px;
    font-size: 220%;
    line-height: 1;
    color: #ffffff;
    background: #5084C4;
}

section.eq p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 120%;
    line-height: 210%;
}

.eq_block {

    border-bottom: 1px solid rgb(86, 157, 214);
}

.eq_block .inn {
    width: 1000px;
    margin: 0px auto;
	margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.eq_block .left, .eq_block .right {
    width: 48%;
}

.eq_block img {
    margin-bottom: 20px;
}

.eq_block p.name {
    font-size: 120%;
    letter-spacing: 4px;
}

.eq_block p.name span {
    font-size: 140%;
}

.eq_block h4 {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 120%;
    line-height: 1;
    color: rgb(80, 132, 196);
	text-align: center

}


.eq_block h5 {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 120%;
    line-height: 1;
    color: rgb(80, 132, 196);
    background: #D2E0F0;
	text-align: center
}

.eq_block li {
    margin-bottom: 15px;
    font-size: 120%;
    line-height: 1;
}

.eq_block p {
    margin: 0px auto;
	line-height: 1.7

}



#contents.surgery {
    padding-top: 50px;
}

#contents.surgery h2 {
    margin-bottom: 100px;
    background: url("../images/surgery_tit_back.png") 0% 0% / cover no-repeat;
	background-position: center;
    color: rgb(255, 255, 255);
    padding: 200px 0px;
}

#contents.surgery h2 span {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    color: rgb(255, 255, 255);
    font-size: 100%;
    line-height: 1;

}

section.surgery {
    width: 100%;
    padding: 60px 0px;
    text-align: center;
}

section.surgery .inn {
    width: 1000px;
    margin: 0px auto;
}

section.surgery h3 {
    margin-bottom: 50px;
    padding: 15px 0px;
    font-size: 220%;
    line-height: 1;
    color: rgb(80, 132, 196);
    background: rgb(210, 224, 240);
}


section.surgery h4 {
    margin: 10px 0;
    padding: 10px ;
    font-size: 20px;
	text-align: left;
    line-height: 1;
    color: #ffffff;
    background: #5084C4;
}

section.surgery h4 span{
   
    font-size: 16px;

	
    color: #ffffff;
}


section.surgery h5 {
    margin: 10px 0;
    padding: 15px ;
    font-size: 20px;
	text-align: center;
    line-height: 1;
    color: #5084C4;
    background: #D2E0F0;
}


section.surgery p {
    margin-bottom: 30px;
    font-size: 120%;
    line-height: 210%;
}

.surgery_block {

    border-bottom: 1px solid rgb(86, 157, 214);
}

.surgery_block .inn {
    width: 1000px;
    margin: 0px auto;
	margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.surgery_block .left, .eq_block .right {
    width: 48%;
}

.surgery_block img {
    margin-bottom: 20px;
}

.surgery_block p.name {
    font-size: 120%;
    letter-spacing: 4px;
}

.surgery_block p.name span {
    font-size: 140%;
}

.surgery_block h4 {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 120%;
    line-height: 1;
    color: rgb(80, 132, 196);
	text-align: center

}


.surgery_block h5 {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 120%;
    line-height: 1;
    color: rgb(80, 132, 196);
    background: #D2E0F0;
	text-align: center
}

.surgery_block li {
    margin-bottom: 15px;
    font-size: 120%;
    line-height: 1;
}

.surgery_block p {
    margin: 0px auto;
	line-height: 1.7

}

section.surgery .attention {
background: #D2E0F0;

line-height: 1.5;
padding: 20px;
font-size: 15px

}


section.surgery .attention span {
color: rgb(80, 132, 196);
line-height: 1.5;
	margin-bottom: 50px

}

.surgery_items {
   display: flex;
   width: 100%;
}
.items {
   width: calc(100% / 3);
	margin: 10px;
   text-align: center;

}

.items p{ background: #D2E0F0;
padding: 20px;
min-height: 120px
}



section.philosophy h3 {
    margin-bottom: 60px;
}

section.philosophy p {
    font-size: 170%;
    color: rgb(133, 177, 223);
	text-align: center
}

.top_lead {background: #569DD6;
color: #ffffff;
padding: 30px 0}

.top_lead_in {width: 1000px;
margin: 0 auto;}

.top_lead_in p{text-align: center;
line-height: 2;
	font-size: 18px;
margin-bottom: 15px}


.top_lead h2{font-size: 25px;
text-align: center}

.line {background: #D2E0F0;
color: #000;
text-align: center;
font-size: 25px}

.text_cnt{text-align: center;font-size: 15px;line-height: 1.9}

.attention {font-size: 12px;line-height: 1.5;padding-top: 20px}

.gray_btn{width: 100%;color: #fff;background-color: #7D7D7D;padding: 5px;text-align: center;margin-top: 10px}
.gray_btn a{color: #fff;text-decoration: none; display: block;
    width: 100%;
    height: 100%;}

#surgery_tbl{
width: 100%;
}

#surgery_tbl table{
width: 100%;

border-collapse: separate;  /* 表の線と線の間を空ける */
border-spacing: 0px 20px;       /* 表の線と線の間の幅 */

}


#surgery_tbl table tr th,
#surgery_tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
font-size: 18px;

}
#surgery_tbl table tr th{
width: 20%;
background: #7D7D7D;
color: #fff;
text-align: center;
vertical-align: middle;
line-height: 1.4

}

.newsareain ul {
	margin-bottom: 80px;
}


.newsareain ul li {
	padding:10px 5px;
	overflow:hidden;
	border-bottom:1px #DDD solid;
	display: flex;
}
.newsareain ul li p.newsdate {
	width:100px;
	margin-right:10px;
}

