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

#title {
	display: block;
	margin: 0;
	width: 100%;
}
#title h1 {
	background-image: url(../images/about/title_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding-top: 64.38%;
	height: 0px;
	width: 100%;
}

#greeting {
	display: block;
	margin: 2em auto 4em;
	width: 96%;
}

#distinction {
	display: block;
	margin: 2em auto 4em;
	width: 96%;
}
#distinction dl {
	margin: 1em auto;
	width: 96%;
}
#distinction ul {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 1em auto;
	width: 90%;
}
#distinction ul li {
	margin: 1em 1%;
	width: 46%;
	box-sizing: border-box;
}

#receipt {
	display: block;
	margin: 2em auto 4em;
	width: 96%;
}

#ti-clinic {
	background-image: url(../images/about/ti_clinic_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding-top: 24.58%;
	height: 0px;
	width: 100%;
}

#ph-staff {
	display: block;
	margin: 2em auto 3em;
	width: 96%;
}

#clinic {
	display: block;
	margin: 2em auto 3em;
	width: 96%;
}
#ph-clinic {
	display: block;
	margin: 5px auto;
	width: auto;
	max-width: 96%;
}
#clinic table {
	display: block;
	margin: 1em auto;
	width: 96%;
}
#clinic table th {
	font-weight: 600;
	text-align: left;
	padding: 3px;
	width: 100px;
	box-sizing: border-box;
}
#clinic table td {
	font-weight: 600;
	text-align: left;
	padding: 3px;
	box-sizing: border-box;
}

#facility {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 2em auto 3em;
	width: 96%;
}
#facility div {
	display: block;
	margin: 0 1% 1em;
	width: 48%;
	box-sizing: border-box;
}
#facility div p {
	text-align: center;
	margin: 0.5em 0 1em;
}
#facility div p.fac-txt {
	text-align: left;
	padding-left: 2em;
}

#access {
	display: block;
	margin: 5em 0;
	width: 100%;
}
#ti-access {
	background-image: url(../images/about/ti_root_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin-top: 0px;
	padding-top: 96.04%;
	height: 0px;
	width: 100%;
}
#access ol {
	background-image: url(../images/about/root_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 2em auto;
	padding-top: 252.75%;
	height: 0;
	width:96%;
	list-style: none;
}
@media only screen and (min-width: 769px) {
#title {
	display: block;
	margin: 0 auto 2em;
	width: 1000px;
}
#title h1 {
	background-image: url(../images/about/title.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding-top: 0;
	height: 308px;
	width: 1000px;
}

#greeting {
	width: 980px;
}

#distinction {
	width: 980px;
}

#receipt {
	width: 980px;
}

#ti-clinic {
	background-image: url(../images/about/ti_clinic.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 2em;
	padding-top: 0;
	height: 118px;
	width: 1000px;
}

#clinic {
	display: block;
	margin: 2em auto 5em;
	width: 980px;
}

#ph-clinic {
	display: block;
	margin: 0;
	float: left;
	width: 356px;
}
#clinic table {
	display: block;
	float: right;
	width: 590px;
}

#ph-staff {
	width: 813px;
}

#facility {
	width: 940px;
}
#facility div {
	display: block;
	margin: 0;
	width: 283px;
}

#access {
	display: block;
	margin: 5em 0;
	width: 100%;
}
#ti-access {
	background-image: url(../images/about/ti_root.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 346px;
	width: 1000px;
}
#access ol {
	background-image: url(../images/about/root.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 2em auto;
	padding-top: 0;
	height: 1062px;
	width: 947px;
}
}