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

@media screen and (max-width: 640px) {

/***GREETINGS***/

section.greetings-sec {
	width: 98%;
	margin: 0 auto 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

section.greetings-sec:last-child {
	margin: 0 auto;
}

.prof-intro {
	width: 90%;
	margin: 0 auto 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: space-between;
	align-items: center;
}

.prof-img {
	width: 60%;
	margin: 0 auto 10px;
}

.prof-profile {
	width: 100%;
	text-align: center;
}

.prof-profile .title {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 110%;
	font-weight: bold;
}

.prof-profile .name {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 200%;
	font-weight: bold;
	line-height: 110%;
	color: #037A91;
}

.prof-profile .name:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	margin: 10px 0 0;
	background-image: url("../img/greetings/greeting_line.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.greetings-txt {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 100%;
	line-height: 240%;
}

section.greetings-sec h3 {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 160%;
	font-weight: bold;
	line-height: 110%;
	color: #037A91;
}

section.greetings-sec h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	margin: 10px 0 0;
	background-image: url("../img/greetings/profile_line.png");
	background-size: contain;
	background-repeat: no-repeat;
}

ul.greetings-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	font-size: 80%;
}

ul.greetings-list li {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

ul.greetings-list li .year {
	width: 20%;
	font-weight: bold;
	color: #127A91;
}

ul.greetings-list li .desc {
	width: 75%;
}

/***ABOUT:PATIENTS***/

.about-top {
	width: 100%;
	margin: 0 0 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

ul.about-tabs {
	width: 80%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: block;
	justify-content: space-between;
}

ul.about-tabs li {
	width: 90%;
	margin: 0 auto 10px;
	padding: 10px 5%;
	background-color: #2390AC;
	color: #FFFFFF;
	opacity: 0.7;
	font-size: 90%;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 30px;
}

ul.about-tabs li:after {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url("../img/about/tab-whitearr.png");
	background-size: contain;
	background-repeat: no-repeat;
}

ul.about-tabs li.tab-current {
	opacity: 1.0;
}

ul.about-tabs li.tab-current:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: 50% 50%;
}

ul.about-tabs li a {
	width: 100%;
	height: 100%;
	display:block;
	color: #FFFFFF;
}

.about-title {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #cdf5ff;
}

.about-title:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-image: url("../img/about/top-line.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.about-title h2 {
	width: 95%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
	font-size: 160%;
	font-weight: bold;
	color: #037A91;
}

ul.symptoms-list {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: visible;
	list-style: disc;
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.symptoms-list li {
	width: 95%;
	margin: 0 auto 5px;
	overflow: visible;
}

ul.treatments-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.treatments-list li {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

ul.treatments-list li:last-child {
	margin: 0;
}

section.cont-sec h3.sp-treatment-hdr {
	background-color: #2EA56D;
}

ul.special-treatments li h4 {
	color: #118B52;
	border-bottom: solid 2px #16A562;
}

ul.special-treatments li h4:before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px 0 0;
	background-image: url("../img/about/special-treatments-icon.png");
	background-size: contain;
	background-repeat: no-repeat;
}

dl.disease-treatments {
	width: 95%;
	margin: 30px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
}

dl.disease-treatments dt {
	width: 90%;
	text-align: left;
	display: block;
	margin: 0 auto 15px;
	padding: 5px 5%;
	background-color: #EBEBEB;
	font-weight: bold;
}

dl.disease-treatments dd {
	width: 100%;
	display: block;
	margin: 0 0 30px;
	padding: 0 0 20px;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #707070;
}

dl.disease-treatments dd:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.about-btns {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.about-btns .a-btn {
	width: 48%;
	background-color: #2390AC;
	font-size: 80%;
	font-weight: bold;
}

.about-btns .a-btn a {
	width: 90%;
	margin: 0 auto;
	padding: 10px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
	text-decoration: none;
}

.about-btns .a-btn a:after {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background-image: url("../img/about/tab-whitearr.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.research-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: space-between;
	align-items: center;
}

.research-area .ra-img {
	width: 50%;
	margin: 0 auto 30px;
	font-size: 80%;
	line-height: 110%;
	text-align: left;
}

.research-area .ra-img img {
	margin: 0 0 10px;
}

.research-area .ra-txt {
	width: 100%;
}

ul.gakkai-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.gakkai-list li {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 30px;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #E0E0E0;
}

ul.gakkai-list li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

ul.gakkai-list li .g-poster {
	width: 50%;
	margin: 0 auto 30px;
	line-height: 110%;
}

ul.gakkai-list li .g-info {
	width: 100%;
}

ul.gakkai-list li .g-info h4 {
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 10px;
	position: relative;
	overflow: hidden;
	color: #037A91;
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid 2px #037A91;
}

/***STAFF***/

ul.staff-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.staff-list li.staff-item {
	width: 100%;
	margin: 0 0 30px;
	padding: 0 0 30px;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #E0E0E0;
}
ul.staff-list li.staff-item:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

ul.staff-list li.staff-item .staff-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: space-between;
	align-items: flex-start;
}

.staff-wrap .staff-img {
	width: 40%;
	margin: 0 auto 10px;
}	

.staff-wrap .profile {
	width: 100%;
}

.staff-wrap .profile .name-area {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.staff-wrap .profile .name-area .title {
	font-size: 120%;
	font-weight: bold;
	
}

.staff-wrap .profile .name-area .name-jp {
	font-size: 180%;
	line-height: 120%;
	color: #037A91;
	font-weight: bold;
	margin: 0 0 10px;
}

.staff-wrap .profile .name-area .name-en {
	font-size: 80%;
	line-height: 120%;
	color: #037A91;
	font-weight: normal;
}

.staff-wrap ul.cred-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

.staff-wrap ul.cred-list li {
	width: 100%;
	margin: 0 0 2px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	font-size: 80%;
}

.staff-wrap ul.cred-list li .c-label {
	width: 15%;
	margin: 0 auto;
	padding: 10px 2.5%;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #939393;
	font-size: 90%;
}

.staff-wrap ul.cred-list li .c-naiyo {
	width: 74%;
	margin: 0 auto;
	padding: 10px 2.5%;
	text-align: left;
	color: #000000;
	background-color: #F0F0F0;
}

ul.staff-list li.staff-item .staff-link {
	width: 50%;
	float: right;
	margin: 10px 0 20px;
	padding: 0;
	background-color: #2390AC;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

ul.staff-list li.staff-item .staff-link a {
	width: 100%;
	display: block;
	padding: 5px 0;
	color: #FFFFFF;
	text-decoration: none;
}

ul.staff-short {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.staff-short li.ss-item {
	width: 100%;
	margin: 0 auto 10px;
	border-bottom: solid 1px #E0E0E0;
}

ul.staff-short li.ss-item .name-area {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.staff-short li.ss-item .name-area .title {
	font-size: 120%;
	font-weight: bold;
}

ul.staff-short li.ss-item .name-area .name-jp {
	width: 50%;
	font-size: 150%;
	line-height: 120%;
	color: #037A91;
	font-weight: bold;
}

ul.staff-short li.ss-item .name-area .name-en {
	width: 50%;
	font-size: 80%;
	line-height: 120%;
	color: #037A91;
	font-weight: normal;
}

/***RESIDENCY***/

.res-intro {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
	justify-content: space-between;
}

.res-intro .ri-img {
	width: 40%;
	margin: 0 auto 10px;
}

.res-intro .ri-txt {
	width: 100%;
}

ul.kenshu-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
}

ul.kenshu-list li {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

ul.kenshu-list > li:last-child {
	margin: 0;
}

ul.kenshu-list li　h5 {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 120%;
	font-weight: bold;
}

ol.mds-list {
	width: 95%;
	margin: 10px auto 0;
	padding: 0;
	position: relative;
	overflow: visible;
	list-style: none;
	counter-reset: par-list;
	
	font-size: 105%;
	font-weight: bold;
}

ol.mds-list > li {
	width: 95%;
	margin: 0 auto 10px;
	overflow: visible;
	counter-increment: par-list;
}

ol.mds-list > li:before {
	counter-increment: list;
	content: counter(par-list) "）";
	position: absolute;
	width: 2.0em;
	margin: 0 0 0 -2.0em;
}

ol.mds-list > li > ol {
	width: 95%;
	margin: 10px auto 0;
	padding: 0;
	position: relative;
	overflow: visible;
	list-style: none;
	counter-reset: dpar-list;
	font-weight: normal;
	font-size: 90%;
}

ol.mds-list > li > ol > li {
	width: 95%;
	margin: 0 auto 10px;
	overflow: visible;
	counter-increment: dpar-list;
}

ol.mds-list > li > ol > li:before {
	counter-increment: list;
	content: "（"counter(dpar-list) "）";
	position: absolute;
	width: 2.0em;
	margin: 0 0 0 -2.0em;
}

ol.mds-list > li .kenshu-txt {
	font-size:90%;
	font-weight: normal;
	line-height: 210%;
}
ol.mds-list .reg-txt {
	font-size: 90%;
	font-weight: normal;
}

.contact-box {
	width: 100%;
	max-width: 700px;
	margin: 60px auto 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.contact-box .cb-top {
	width: 100%;
	margin: 0;
	padding: 15px 0;
	position: relative;
	overflow: hidden;
	background-color: #FF974B;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	
}

.contact-box .cb-bot {
	width: 90%;
	margin: 0 auto;
	padding: 30px 5%;
	position: relative;
	overflow: hidden;
	background-color: #FFF9F2;
	font-size: 100%;
	font-weight: bold;
}

}