.sp-img {
    display: none;
}

.pc-img {
    display: block;
}

@media screen and (max-width: 960px) {
    .sp-img, p.sp-img {
        display: block;
    }

    .pc-img, header.pc-img {
        display: none;
    }

    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 15px;
        font-size: 170%;
        line-height: 150%;
        text-align: center;
        color: rgb(133, 177, 223);
    }

    h1 {
        display: none;
    }

    #top-head {
        top: 0px;
        position: fixed;
        margin-top: 0px;
        z-index: 3000;
    }

    #top-head, .inner {
        width: 100%;
        padding: 0px;
    }

    #mobile-head {
        border-bottom: 1px solid rgb(210, 224, 240);
        background: rgb(255, 255, 255);
        width: 100%;
        height: 60px;
        z-index: 1000;
        position: relative;
    }

    a.head_btn {
        position: absolute;
        right: 62px;
        top: 8px;
    }

    a.head_btn img {
        width: auto;
        max-height: 42px;
    }

    a.head_btn i {
        font-size: 200%;
        color: rgb(255, 255, 255);
    }
	
	 a.head_btn2 {
        position: absolute;
        right: 115px;
        top: 8px;
    }

    a.head_btn2 img {
        width: auto;
        max-height: 42px;
    }

    a.head_btn2 i {
        font-size: 200%;
        color: rgb(255, 255, 255);
    }

    .logo-img {
        padding-top: 10px;
        padding-left: 15px;
    }

    .logo-img img {
        width: 200px;
        max-height: 30px;
    }

    #nav-toggle {
        display: none;
        position: absolute;
        right: 10px;
        top: 8px;
        width: 26px;
        height: 31px;
        cursor: pointer;
        z-index: 101;
        padding: 10px 10px 0px;
        background: rgb(133, 177, 223);
    }

    #nav-toggle {
        display: block;
    }

    #nav-toggle div {
        position: relative;
    }

    #nav-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: rgb(251, 251, 251);
        left: 0px;
        transition: all 0.35s ease-in-out 0s;
    }

    #nav-toggle span:nth-child(1) {
        top: 0px;
    }

    #nav-toggle span:nth-child(2) {
        top: 10px;
    }

    #nav-toggle span:nth-child(3) {
        top: 20px;
    }

    #global-nav {
        position: absolute;
        top: -600px;
        background: rgb(255, 255, 255);
        width: 100%;
        text-align: center;
        transition: all 0.5s ease-in-out 0s;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0px;
        bottom: 0px;
    }

    #global-nav ul li {
        position: static;
        border-bottom: 1px solid rgb(204, 204, 204);
        width: 100%;
        text-align: center;
    }

    #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
        display: block;
        color: rgb(51, 51, 51);
        padding: 24px 10px;
        background: rgb(239, 239, 239);
        font-size: 120%;
        line-height: 1;
        font-family: Poppins, sans-serif;
        text-decoration: none;
    }

    #top-head #global-nav ul li.contact {
        padding: 20px;
        background: rgb(239, 239, 239);
    }

    #top-head #global-nav ul li.contact a {
        width: calc(100% - 60px);
        background: rgb(0, 54, 112);
        border-radius: 5px;
        color: rgb(255, 255, 255);
    }

    #top-head #global-nav ul li.contact a:hover {
        background: rgb(3, 113, 189);
    }

    .open #nav-toggle span:nth-child(1) {
        top: 10px;
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0px;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 10px;
        transform: rotate(-315deg);
    }

    .open #global-nav {
        transform: translateY(656px);
    }

    #header {
        display: none;
    }

    nav#pc {
        display: none;
    }

    #contents {
        padding: 59px 0px 0px;
    }

    .main {
        width: 100%;

    }

    .main .inner {
        text-align: center;
        margin: 0px auto;
    }



    .main .inner div.main_txt {
        position: absolute;
        top: 40px;
        left: 18px;
        text-align: left;
        line-height: 140%;
        font-size: 160%;
        width: calc(100% - 20px);
    }

    .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 {
        width: 90%;
        margin: 0px auto 50px;
        text-align: left;
        font-size: 110%;
        line-height: 200%;
    }

    .top_notice {
        padding: 40px 0px;
    }

    .top_notice .inn {
        width: 100%;
        display: block;
        justify-content: space-between;
        align-items: flex-start;
    }
    .top_notice .inn h3.shop_block_tit {
        width: 90%;
    }
    .top_notice .inn .left, .top_notice .inn .right {
        width: 100%;
    }

    .top_notice .inn .left {
        margin-bottom: 50px;
    }

    .top_notice a.btn {
        width: 80%;
        margin: 0px auto 20px;
        display: block;
        box-sizing: border-box;
        padding: 15px 0px;
        font-size: 160%;
    }

    div.top_info {
        width: 90%;
        margin: 0px auto;
        padding: 10px 10px;
        font-size: 120%;
        line-height: 240%;
    }

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

    div.top_info dl dt {
        font-size: 120%;
        line-height: 1;
		
    }
	
	

    div.top_info dl dd a {
        font-size: 110%;
        line-height: 1;
    }

    #footer {
        padding: 20px 0px;
    }

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

    #footer .inn div {
        width: calc(100%);
    }

    .footer_logo {
        width: calc(100%);
        text-align: center;
        margin-bottom: 20px;
    }

    .footer_logo img {
        width: 70%;
    }

    .footer_address {
        margin-bottom: 10px;
        text-align: left;
        font-size: 100%;
        line-height: 160%;
        justify-content: flex-start;
    }

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

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

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

    .footer_address p {
        width: 70%;
        line-height: 140%;
    }

    .footer_address p span a {
        font-size: 100%;
        color: inherit;
        text-decoration: none;
    }

    .footer_address p span i {
        content: "ï¡¹";
        font-size: 85%;
        color: inherit;
        margin-right: 5px;
    }

    .copyright {
        clear: both;
        padding: 5px 15px;
        font-size: 80%;
        text-align: center;
        color: rgb(255, 255, 255);
    }

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

    h3.shop_block_tit {
        width: 90%;
        font-size: 200%;
        line-height: 1;
        margin-bottom: 10px;
    }

    h3.shop_block_tit span {
        line-height: 1;
        padding-left: 35px;
    }

    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("");
    }

    .shop_block .inn {
        width: 90%;
        margin: 0px auto;
        display: block;
        justify-content: space-between;
    }

    .shop_block .inn .left {
        width: 100%;
        margin-bottom: 40px;
    }

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

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

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

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

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

    .access_txt .txt {
        font-size: 95%;
        line-height: 110%;
    }

    .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: 90%;
        margin: 0px auto;
        display: block;
        align-items: flex-end;
        justify-content: right;
    }

    .shop_block_info .inn p {
        margin-bottom: 30px;
        padding-left: 2px;
        font-size: 100%;
        line-height: 160%;
    }

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

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

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

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

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

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

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

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

    .footer-nav ul {
        width: calc(100%);
        margin-bottom: 0px;
        text-align: left;
        display: block;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-nav ul li {
        line-height: 1;
        padding: 0px;
        border: none;
    }

    .footer-nav ul li a {
        padding: 15px 20px;
        border-bottom: 1px solid rgb(221, 221, 221);
        font-size: 90%;
        line-height: 1;
        color: rgb(119, 119, 119);
        display: block;
        position: relative;
    }

    .footer-nav ul li a::after {
        position: absolute;
        top: 50%;
        right: 20px;
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 1px solid rgb(79, 133, 196);
        border-right: 1px solid rgb(79, 133, 196);
        transform: rotate(45deg);
    }

    .footer-nav li a:hover {
        color: rgb(0, 75, 177);
    }

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

    #page-top a {
        text-decoration: none;
        color: rgb(255, 255, 255);
        padding: 10px;
        text-align: center;
        display: block;
        border-radius: 5px;
        border: none;
        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;
        color: rgb(255, 255, 255);
        padding: 60px 0px;
    }

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

    section.notice h3 {
        margin-bottom: 10px;
        padding: 10px;
        font-size: 170%;
        line-height: 160%;
    }

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

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

    #contents.greeting h2 {
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        padding: 100px 0px;
        background-position: -134px 0px;
    }

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

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

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

    section.greeting h3 {
        margin-bottom: 10px;
        padding: 15px 0px;
        font-size: 20px;
        line-height: 1;
    }

    section.greeting p {
        margin-bottom: 30px;
        text-align: left;
        font-size: 15px;
        line-height: 190%;
    }

    .greeting_block {
        padding: 60px 0px;
    }

    .greeting_block .inn {
        width: 90%;
        margin: 0px auto;
        display: block;
        justify-content: space-between;
    }

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

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

    .greeting_block p.name {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .greeting_block p.name span {
        font-size: 20px;
    }

    .greeting_block h4 {
        margin-bottom: 20px;
        padding: 10px 20px;
        font-size: 120%;
        line-height: 1;
    }

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

    .greeting_block p {
        width: 90%;
        margin: 0px auto;
        font-size: 15px;
        line-height: 180%;
    }

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

    section.philosophy p {
        font-size: 16px;
    }
	
	.top_lead {background: #569DD6;
color: #ffffff;
padding: 15px 0}

.top_lead_in {width:100%;
margin: 0 auto;
}

.top_lead_in p{text-align: center;
line-height: 1.5;
margin-bottom: 15px}


.top_lead h2{font-size: 20px;
	line-height: 1.5;
text-align: center;
margin-bottom: 15px}

.line {background: #D2E0F0;
color: #000;
text-align: center;
	font-size: 20px}
	
	
	
	
   #contents.medicaltreatment {
        padding-top: 60px;
    }

    #contents.medicaltreatment h2 {
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        padding: 100px 0px;
        background-position: -134px 0px;
    }

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

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

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

    section.medicaltreatment h3 {
        margin-bottom: 10px;
        padding: 15px 0px;
        font-size: 20px;
        line-height: 1;
    }

    section.medicaltreatment p {
        margin-bottom: 30px;
        text-align: left;
        font-size: 15px;
        line-height: 190%;
    }

    .medicaltreatment_block {
        padding: 60px 0px;
    }

    .medicaltreatment_block .inn {
        width: 90%;
        margin: 0px auto;
        display: block;
        justify-content: space-between;
    }

    .medicaltreatment_block .left, .medicaltreatment_block .right {
        width: 100%;
    }

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

    .medicaltreatment_block p.name {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .medicaltreatment_block p.name span {
        font-size: 20px;
    }

    .medicaltreatment_block h4 {
        margin-bottom: 20px;
        padding: 10px 20px;
        font-size: 120%;
        line-height: 1;
    }

    .medicaltreatment_block li {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 130%;
    }

    .medicaltreatment_block p {
        width: 90%;
        margin: 0px auto;
        font-size: 15px;
        line-height: 180%;
    }
	
	.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: 0.4em;	/* 円の上側位置調整 */
	left: -.5em;	/* 円の左側位置調整 */
	width: 10px;	/* 円の幅 */
	height: 10px;	/* 円の高さ */
}

.medicaltreatment_list2 {background-color: #5084C4;	

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

.medicaltreatment_list2 ul{

  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
}
.medicaltreatment_list2 li{
  display:block;
  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: 0.4em;	/* 円の上側位置調整 */
	left: -.5em;	/* 円の左側位置調整 */
	width: 10px;	/* 円の幅 */
	height: 10px;	/* 円の高さ */
}
	
	
	
	
	
	 #contents.flow {
        padding-top: 60px;
    }

    #contents.flow h2 {
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        padding: 100px 0px;
        background-position: -134px 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: 30px 0px;
        text-align: center;
    }

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

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

    section.flow p {
        margin-bottom: 30px;
        text-align: left;
        font-size: 15px;
        line-height: 190%;
    }

    .flow_block {
        padding: 0px 0px;
    }

    .flow_block .inn {
        width: 90%;
        margin: 0px auto;
        display: block;
        justify-content: space-between;
    }
	
	.flow_block .inn  {
    flex-direction: column-reverse;
  }
	
	
	  .left, .right {
  width: 100%;
}

    .flow_block .left, .flow_block .right {
        width: 100%;
		margin-bottom: 20px
    }
	


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

    .flow_block p.name {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .flow_block p.name span {
        font-size: 20px;
    }

   .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: 15px;
        line-height: 130%;
    }

    .flow_block p {
        width: 100%;
        margin: 0px auto;
        font-size: 15px;
        line-height: 180%;
		margin-bottom: 30px
    }
	
	.flow_block  inn{}
	

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

    section.philosophy p {
        font-size: 16px;
    }

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

    #contents.eq h2 {
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        padding: 100px 0px;
        background-position: -134px 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: 90%;
        margin: 0px auto;
    }

    section.eq h3 {
        margin-bottom: 10px;
        padding: 15px 0px;
        font-size: 20px;
        line-height: 1;
    }

    section.eq p {
        margin-bottom: 30px;
        text-align: left;
        font-size: 15px;
        line-height: 190%;
    }

    .eq_block {
        padding: 0px 0px;
    }

    .eq_block .inn {
        width: 90%;
        margin: 0px auto;
        display: block;
        justify-content: space-between;
    }

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

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

    .eq_block p.name {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .eq_block p.name span {
        font-size: 20px;
    }

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

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

    .eq_block p {
        width: 100%;
        margin: 0px auto;
        font-size: 15px;
        line-height: 180%;
		margin-bottom: 20px
    }
	
	
	 #contents.surgery {
        padding-top: 60px;
    }

    #contents.surgery h2 {
        margin-bottom: 10px;
        color: rgb(255, 255, 255);
        padding: 100px 0px;
        background-position: -134px 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: 20px 0px;
        text-align: center;
    }

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

    section.surgery h3 {
        margin-bottom: 10px;
        padding: 15px 0px;
        font-size: 20px;
        line-height: 1;
    }

    section.surgery p {
        margin-bottom: 30px;
        text-align: left;
        font-size: 15px;
        line-height: 190%;
    }

    .surgery_block {
        padding: 0px 0px;
    }

    .surgery_block .inn {
        width: 90%;
        margin: 0px auto;
        display: block;
        justify-content: space-between;
    }

    .surgery_block .left, .surgery_block .right {
        width: 100%;
    }

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

    .surgery_block p.name {
        font-size: 15px;
        letter-spacing: 2px;
    }

    .surgery_block p.name span {
        font-size: 20px;
    }

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

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

    .surgery_block p {
        width: 100%;
        margin: 0px auto;
        font-size: 15px;
        line-height: 180%;
		margin-bottom: 20px
    }
	
	.surgery_items {
   display: block;
   width: 100%;
}
.items {
   width:100%;
   text-align: center;


}

.items p{ background: #D2E0F0;
min-height: 50px}

	section.surgery .attention {
background: #D2E0F0;

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

}
	
		section.surgery .attention span{

font-size: 13px

}
	
	#surgery_tbl{
width: 100%;
}

#surgery_tbl table,
#surgery_tbl table tbody,
#surgery_tbl table tr,
#surgery_tbl table tr th,
#surgery_tbl table tr td{
display: block;
}

#surgery_tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#surgery_tbl table tr th,
#surgery_tbl table tr td{
width: 90%;
padding: 3% 5%;
}

#surgery_tbl table tr td{
border-width: 0px 1px 0px 1px;
font-size: 15px;
	line-height: 1.8
}
	
	section.surgery h4 span{
   padding-top: 10px;
    font-size: 13px;
	line-height: 1.6;
	
    color: #ffffff;
}

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


