/*南しらかば在宅クリニック様　Ver.1.0.0（2025.07個別にサイトとして独立） */

/* Version 1.0.0
	基本ベースは「しらかば在宅クリニック」をコピー
	・クリニック名や情報など細部を修正
	・基調カラーをイエロー系に設定
*/

:root {
	--mainColor: rgba(234, 195, 0, 1.0);
}

/*=================================
全体設定
=================================*/
* {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	box-sizing: border-box;
}
body {
	font-size: 17px;
	line-height: 1.65;
	/*font-family: Helvetica Neue,Helvetica,YuGothic,Yu Gothic,'ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;*/
	font-family: Helvetica Neue,Helvetica,sans-serif;
	color: #222;
	text-align: justify;
	width: 100%;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.0rem;
	line-height: 1.0;
}
h2 {
	font-size: 2.8em;
	font-weight: 600;
}
h3 {
	font-size: 1.85em;
	font-weight: 600;
}
h4 {
	font-size: 1.25em;
	font-weight: 600;
}
p {
	margin: 0 0 10px;
}
.alert {
	font-size: 12px;
}
.shirakaba {
	color: var(--mainColor);
}
.red {
	color: rgb(220, 15, 24);
	font-weight: 500;
}
.sml {
	font-size: 0.9em;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
ol, ul {
	list-style-type: none;
}
a, a:hover, a:visited {
	display: inline-block;
	color: #333;
	text-decoration: none;
}
a[href*="tel:"] {
	text-decoration: none;
	pointer-events: none;
}
a.link-btn01 {
	padding: 10px 16px;
	font-size: 1.25em;
	color: rgb(255, 255, 255);
	border: double #FFF;
	border-radius: 12px;
	background-color: rgba(234, 195, 0, 1.0);
}
a.link-btn01:hover {
	color: var(--mainColor);
	border: 3px double rgb(234, 195, 0);
	background-color: rgba(255, 255, 255, 1.0);
}
.inBox {
	position: relative;
}
.w800 {
	max-width: 860px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}
.w800p0 {
	max-width: 860px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.w1000 {
	max-width: 1060px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}
.w1000p0 {
	max-width: 1060px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.w1250 {
	max-width: 1310px;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}
.w1250p0 {
	max-width: 1310px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.w800inBox, .w1250inBox {
	margin-bottom: 100px;
}
.flex {
	display: flex;
}
.flex-w {
	display: flex;
	flex-wrap: wrap;
}
.flex-wb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-wc {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.float-L {
	float: left;
}
.float-R {
	float: right;
}
.sp {
	display: none;
}


/*=================================
ヘッダー設定
=================================*/
header {
	margin: 0;
	padding: 0;
	width: 100%;
}
.header-info {
	width: 100%;
	min-height: 62px;
	padding: 20px 2% 5px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	align-items: baseline;
	position: fixed;
	top: 0;
	z-index: 9;
}
#header-logo {
	width: 34%;
	align-items: center;
}
#header-logo h1 {
	position: relative;
	top: -3px;
}
#header-logo h1 img {
	width: 100%;
	max-width: 360px;
}
#header-navi {
	width: 64%;
}
#header-menu {
	float: right;
}
#header-menu li {
	border-left: 1px solid var(--mainColor);
}
#header-menu li:last-child {
	border-right: 1px solid var(--mainColor);
}
#header-menu li a {
	margin: 0 8px;
	padding: 0.15em 2px;
	font-size: 14.5px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: 0.02em;
	display: block;
}
#header-menu li a:hover {
	color: rgb(234, 195, 0);
}
.header-img {
	width: 100%;
	padding-top: 74px;
	overflow: hidden;
	position: relative;
}
.header-img .page-ph {
	height: 300px;
	overflow: hidden;
}
.header-img .page-title {
	width: 100%;
	padding: 10px 20px 5px;
	text-align: center;
	background-color: rgba(234, 195, 0, 0.9);
	position: absolute;
	bottom: 0;
}
.header-img .page-title h2 {
	color: #FFF;
	text-shadow: 2px 2px 4px #333;
}
.header-img .page-title p {
	margin: 0;
	color: #FFF;
	font-size: 1.35em;
	line-height: 1.15;
}


/*=================================
コンテンツ共通設定
=================================*/
#contents {
	padding-top: 160px;
	font-size: 18px;
	background: url(../images/bg.webp) repeat;
}
#contents h3 {
	text-align: center;
	margin-bottom: 15px;
}
.h3-border-top {
	max-width: 100%;
	margin: 0 auto;
	padding: 5px 1% 0;
	border-top: 4px solid var(--mainColor);
	display: inline-block;
}
#contents h4 {
	margin-bottom: 15px;
	padding-left: 30px;
	background: url(../images/logo_mark.webp) no-repeat;
	background-size: 24px auto;
}
#contents p {
	margin-bottom: 15px;
}
.conte {
	padding-bottom: 160px;
}
.read {
	font-size: 1.45rem;
	color: var(--mainColor);
}

/*=================================
コンテンツ［HOME］設定（index.html）
=================================*/
#massege {
	padding: 160px 30px;
	font-weight: 500;
	background: url(../images/massege-bg.webp) no-repeat center top;
	background-size: cover;
	background-color: rgba(255, 252, 225, 1.0);
}
.massege-box {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	font-weight: 400;
}
#massege h3 {
	color: var(--mainColor);
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.85);
}
#massege p {
	text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.85);
}
#massege #doctor {
	padding-top: 25px;
	font-size: 0.95rem;
	line-height: 1.45;
	text-align: right;
	font-weight: 500;
}
#massege #doctor span {
	font-size: 1.35rem;
}
#conte1 #top-read-ph {
	width: 40%;
}
#conte1 #top-read {
	width: 60%;
	padding: 0 0 0 15px;
}
#renkei #conte1 #top-read {
	padding: 30px 0 0 30px;
}
#conte1 {
	padding-left: 25px;
	padding-right: 25px;
}
#conte2 {
	padding-top: 160px;
	padding-bottom: 80px;
}
.conte2-box {
	margin-top: 30px;
	padding: 20px;
	background-color: rgba(255, 255, 255, 1.0);
	border-radius: 16px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
.conte2-box.conte2-box-colm2 {
	width: 48%;
}
#conte2 li {
	font-size: 0.85em;
	letter-spacing: -0.002em;
}
#area .area-text {
	width: 55%;
}
#area .area-map {
	width: 43%;
}
#area .area-map img {
	width: 80%;
}
.flow-link {
	width: 100%;
	padding-top: 160px;
	padding-bottom: 80px;
}
#conte3 {
	padding: 160px 0;
	background: url(../images/expenses.webp) no-repeat;
	background-color: rgba(255, 255, 255, 1.0);
	background-size: cover;
}
.main-logo {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 80px;
}

/*=================================
コンテンツ［医師紹介］設定（doctor.html）
=================================*/
#doctors {
	padding-top: 40px;
}
.doctors-box {
	width: 33.333%;
	margin: 0 0 30px;
	padding: 0 10px;
}
.doctors-inner {
	margin: 0;
	padding: 0;
	background-color: rgba(255, 255, 255, 1.0);
	border: 4px solid var(--mainColor);
	border-radius: 50%;
}
.doctor-illust {
	position: relative;
	text-align: center;
}
.doctor-illust img {
	width: 65%;
	padding-top: 15px;
}
.kata {
	margin: 0;
	padding: 3px 5px 2px;
	font-size: 17px;
	line-height: 1.0;
	color: rgb(255, 255, 255);
	background-color: var(--mainColor);
	border: 4px solid rgb(255, 255, 255);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.doctors-box dl dt {
	margin-top: 5px;
	font-size: 19px;
	line-height: 1.2;
	text-align: center;
}
.doctor-1 dl dt::before {
	content: "院長";
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 3px 5px 2px;
	font-size: 13px;
	line-height: 1.0;
	vertical-align: top;
	color: rgb(255, 255, 255);
	background-color: var(--mainColor);
}
.doctors-box dl dd {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}
.doctors-box dl dd.yomikana {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: 200;
	text-align: center;
	vertical-align: top;
}

/*=================================
コンテンツ［訪問診療］設定（flow.html）
=================================*/
#flow1 {
	padding: 0 30px;
}
#flow1 P {
	font-size: 1.1em;
}
#flow1 .arrow {
	text-align: center;
	margin: 40px 0;
}
#qa {
	padding: 160px 30px;
}
#qa h3 {
	font-size: 24px;
	padding: 0.2em 2.0em;
	color: rgba(255, 255, 255, 1.0);
	background-color: var(--mainColor);
	border-bottom: 4px double rgb(255, 255, 255);
	border-radius: 24px 24px 0 0;
}
#qa dl {
	padding: 60px 0;
	border-bottom: 1px dotted rgb(99, 99, 99);
}
#qa dl:first-child {
	padding: 0 0 60px;
}
#qa dl:last-child {
	padding: 60px 0 0;
	border-bottom: none;
}
#qa dl dt {
	padding: 0 0 20px 34px;
	font-size: 1.15em;
	line-height: 1.5;
	color: var(--mainColor);
	background: url(../images/msz-icon-q.webp) no-repeat;
	background-size: 30px;
}
#qa dl dd {
	padding: 0 0 0 34px;
	background: url(../images/msz-icon-a.webp) no-repeat;
	background-size: 30px;
}

/*=================================
コンテンツ［診療費］設定（medical-expenses.html）
=================================*/
#exp1 .exp1-read {
	text-align: center;
}
#exp1 h5 {
	margin-bottom: 15px;
	padding-left: 40px;
	font-size: 1.4em;
	background: url(../images/msz-icon-ex.webp) no-repeat;
	background-size: 32px auto;
}
#exp1 #exp-ex {
	margin-top: 80px;
}
#exp1 #exp-ex table {
	width: 100%;
	margin: 0;
	border-collapse: 0;
	-webkit-border-horizontal-spacing: 0;
	-webkit-border-vertical-spacing: 0;
	border: 2px solid var(--mainColor);
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
}
#exp1 #exp-ex table th, 
#exp1 #exp-ex table td {
	padding: 10px;
	text-align: center;
}
#exp1 #exp-ex table th {
	font-size: 20px;
	background-color: rgba(234, 195, 0, 0.25);
}
#exp1 #exp-ex table td {
	font-size: 24px;
	border-top: 2px solid var(--mainColor);
}
#exp1 #exp-ex table .coll-1 {
	border-right: 2px solid var(--mainColor);
}
#exp1 #exp-ex p {
	padding: 10px 4px 0;
}
#exp2 {
	padding-top: 60px;
}

/*=================================
コンテンツ［採用情報］設定（recruit.html）
=================================*/
.ess {
	margin: 0 0 60px;
	padding: 30px 4px;
	border-top: 1px solid #999;
}
.ess li {
	margin: 0 0 15px;
	display: flex;
}

/*=================================
コンテンツ［クリニック］設定（clinic.html）
=================================*/
.clinic-data-wrap {
	margin-top: 80px;
}
.clinic-data {
	padding-top: 30px;
}
.clinic-data-box {
	width: 49%;
	margin: 0 2% 30px 0;
}
.clinic-data-box:last-child {
	margin: 0 0 30px;
}
.clinic-data-box dl {
	padding: 12px 3px;
	display: flex;
	flex-wrap: wrap;
}
.clinic-data-box dl:not(:first-child) {
	border-top: 1px solid #bfbfbf;
}
.clinic-data-box dl dt, 
.clinic-data-box dl dd {
	font-size: 15px;
	vertical-align: top;
}
.clinic-data-box dl dt {
	width: 20%;
	font-weight: bold;
}
.clinic-data-box dl dd {
	width: 80%;
	font-weight: normal;
}
.connect-medical {
	margin-top: 50px;
	background-color: rgba(255, 255, 255, 1.0);
	border: 2px solid var(--mainColor);
	border-radius: 10px;
}
#contents .connect-medical h4 {
	margin: 0;
	padding: 5px 10px;
	background: unset;
	background-size: unset;
	text-align: center;
	color: rgba(255, 255, 255, 1.0);
	background-color: var(--mainColor);
	border: 1px solid var(--mainColor);
	border-radius: 7px 7px 0 0;
}
.connect-medical ul {
	padding: 20px;
}
.connect-medical ul li {
	width: 33.333%;
	padding-right: 3%;
	font-size: 1.15em;
	line-height: 40px;
}
.connect-medical ul li::before {
	content: "◆";
	padding-right: 2px;
	font-size: 0.85rem;
	line-height: 20px;
	vertical-align: middle;
}

/*=================================
コンテンツ［地域連携室］設定（renkei.html）
=================================*/
#renkei #conte2 {
	padding-top: 160px;
	padding-bottom: 160px;
	font-weight: 500;
	color: rgb(55, 55, 55);
	background: url(../images/renkei-bg.webp) no-repeat;
	background-color: rgba(255, 255, 255, 0.75);
	background-size: cover;
	background-position: 50% 50%;
}
#renkei #conte2 h3 {
	color: var(--mainColor);
}
#renkei .renkei-info, 
#renkei .renkei-data {
	padding-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.renkei-info .renkei-info-box {
	width: 45%;
	margin: 0 10% 30px 0;
	padding: 20px;
	background-color: rgba(234, 195, 0, 0.7);
	border-radius: 18px;
}
.renkei-info .renkei-info-box:nth-child(even) {
	margin: 0 0 30px;
}
#renkei #renkei-access {
	padding: 160px 30px;
}
.renkei-data-wrap {
	margin-top: 80px;
}
#renkei .renkei-data-wrap h4 {
	margin-top: 60px;
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
	color: var(--mainColor);
	background: none;
}
.renkei-data-box {
	width: 49%;
	margin: 0 2% 30px 0;
}
.renkei-data-box:last-child {
	margin: 0 0 30px;
}
.renkei-data-box dl {
	padding: 12px 3px;
	border-top: 1px solid #bfbfbf;
}
.renkei-data-box dl:last-child {
	border-bottom: 1px solid #bfbfbf;
}
.renkei-data-box dl dt, 
.renkei-data-box dl dd {
	display: inline-block;
	vertical-align: top;
}
.renkei-data-box dl dt {
	width: 18%;
	font-weight: 600;
}
.renkei-data-box dl dd {
	font-weight: 300;
}
.rec-box dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.rec-box dl dt, 
.rec-box dl dd {
	padding: 20px 10px;
	font-size: 0.85em;
	border-top: 1px dotted #ccc;
}
.rec-box dl dt {
	width: 20%;
	background-color: #eee;
}
.rec-box dl dd {
	width: 80%;
}

/*=================================
フッター設定
=================================*/
footer {
	background-color: rgba(255, 255, 255, 1.0);
}
footer h3 {
	color: var(--mainColor);
}
.footer-inBox {
	background-color: rgba(234, 195, 0, 0.3);
}
#footer-contact {
	margin-bottom: 60px;
	padding-top: 60px;
	text-align: center;
}
#footer-contact .footer-contact-office {
	margin-top: 10px;
	padding: 0.3em 1.5em;
	border: 1px solid rgb(45, 45, 45);
	display: inline-block;
}
#footer-contact .f-tel {
	font-size: 2.8em;
	line-height: 1.1;
	font-weight: 800;
}
.footer-clinic-name {
	padding: 5px 25px 3px;
	font-size: 1.05rem;
	font-weight: bold;
	text-align: center;
	color: rgba(255, 255, 255, 1.0);
	background-color: var(--mainColor);
}
#footer-menu {
	text-align: center;
	background-color: rgba(255, 255, 255, 0.3);
}
#footer-menu a {
	margin: 15px 8px;
	padding: 5px 2x;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
}
#credit {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 0.55em;
}


/*=================================================
フロートメニュー設定
=================================================*/
#menu_btn, #menu-background {
	display: none;
}



/*=================================================
==========================================
タブレット用（769px〜1024px）設定
==========================================
=================================================*/
@media only screen and (max-width: 1024px) {

	#header-logo {
		width: 70%;
	}
	#header-navi {
		width: 100%;
		padding-top: 15px;
	}
	#header-menu {
		float: none;
		justify-content: space-between;
	}
	#header-menu li {
		width: 14.2%;
		text-align: center;
	}
	.header-img {
		padding-top: 111px;
	}

	.doctors-box {
		width: 46%;
	}
	.clinic-data-box {
		width: 100%;
		margin: 0 0 30px 0;
	}

}



/*=================================================
==========================================
スマホ用（〜767px）設定
==========================================
=================================================*/
@media screen and (max-width:767px) {
	h1, h2 {
		font-size: 2.0em;
		font-weight: 600;
	}
	h3 {
		font-size: 1.5em;
		font-weight: 600;
	}
	.sp {
		display: block;
	}
	a[href*="tel:"] {
		pointer-events: auto;
	}
	a.link-btn01 {
		font-size: 1.0em;
	}
	header {
		margin: 0;
	}
	.header-info {
		padding: 20px 2% 3px;
	}
	#menu_btn {
		display: block;
		opacity: 0.85;
		position: absolute;
		top: 10px;
		right: 5px;
		z-index: 99;
	}
	#menu {
		width: 300px;
		height: 100%;
		padding-top: 64px;
		background-color: rgba(255,255,255,0.85);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10;
		transform: translateX(300px); /* right0から300px移動した位置 */
		transition: all .5s; /* 移動する速さ */
	}
	#menu a {
		color: rgb(45, 45, 45);
		padding: 20px 0;
		display: block;
		border-top: 1px solid #bbbbbb;
		text-align: center;
	}
	#header-menu li {
		width: 100%;
	}
	#header-menu li a {
		padding: 0.5em;
		font-size: 17px;
		line-height: 1.65;
	}

	#menu.open {
		transform: translateX(0); /* right0まで-250px移動 */
	}
	#menu-background {
		position: fixed;
		top: 0;
		left: 0;
		content: "";
		display: block;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0.65);
		z-index: 3;
		opacity: 0; /* 透明度を0にすることで隠す */
		transition: opacity 1.2s; /* 透明度の0→1になる速度 */
	}
	#menu-background.open {
		width: 100%;
		height: 100%;
		opacity: 1; /* メニューが表示されているときには背景が表示 */
	}
	#header-menu {
		display: block;
	}
	#header-logo, #header-img {
		width: 100%;
		height: auto;
		text-align: center;
	}
	#header-logo h1 img {
		width: 280px;
	}
	#header-mark {
		margin: 0;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
	.header-img {
		padding-top: 76px;
	}
	.header-img .page-ph {
		height: auto;
	}
	.header-img .page-title {
		padding: 10px 0;
		position: absolute;
		top: 50%;
		bottom: unset;
		transform: translateY(-50%);
	}
	.header-img .page-title p {
		font-size: 14px;
	}
	.header-img .page-title h2 {
		font-size: 20px;
		letter-spacing: -0.02em;
	}
	#menu #menu-contact {
		padding: 40px 20px;
		font-size: 14px;
		text-align: center;
	}
	#menu #menu-contact .h-tel {
		padding: 2px;
		color: rgb(255, 255, 255);
		font-size: 20px;
		line-height: 1.1;
		font-weight: 800;
		border-radius: 10px;
		background-color: var(--mainColor);
	}
	#menu #menu-contact .h-tel a {
		color: #FFF;
		border-top: none;
	}
	#contents {
		padding-top: 100px;
		font-size: 16px;
	}
	.conte {
		padding-bottom: 80px;
	}

	.read {
		font-size: 1.15rem;
	}
	#medical-expenses #contents {
		padding-top: 80px;
	}
	#contents h3 {
		margin-bottom: 10px;
		font-size: 1.2em;
		line-height: 1.35;
	}
	#contents #massege h3 {
		margin-bottom: 30px;
		font-size: 1.45em;
	}
	#massege {
		padding: 100px 30px;
	}
	#medical-expenses #contents h3 {
		text-align: left;
	}
	#conte1 #top-read-ph {
		width: 100%;
	}
	#conte1 #top-read {
		width: 100%;
		padding: 10px 0 0;
	}
	#conte2 {
		padding-top: 80px;
	}
	.conte2-box {
		margin-top: 0;
		padding: 15px;
	}
	.conte2-box:not(:first-child) {
		margin-top: 20px;
	}
	.conte2-box.conte2-box-colm2 {
		width: 100%;
	}
	#conte2 li {
		font-size: 0.85em;
		letter-spacing: -0.002em;
	}
	#area .area-text, 
	#area .area-map {
		width: 100%;
	}
	#area .area-map img {
		width: 100%;
	}
	.flow-link {
		padding: 80px 0 0;
	}
	#conte3 {
		padding: 80px 20px;
	}
	#conte3 h3 {
		font-size: 20px;
	}
	#exp1 .exp1-read {
		text-align: left;
		font-size: 12px;
	}
	#exp1 h5 {
		font-size: 18px;
	}
	#exp1 #exp-ex table th {
		font-size: 12px;
	}
	#exp1 #exp-ex table td {
		font-size: 16px;
	}
	#qa h3 span {
		width: 100%;
	}
	#qa dl {
		padding: 40px 0;
	}
	#qa dl:first-child {
		padding: 0 0 40px;
	}
	#qa dl:last-child {
		padding: 40px 0 0;
	}
	#qa dl dt, #qa1 dl dd {
		font-size: 18px;
	}
	.ess {
		margin: 0 0 30px;
	}
	#clinic .clinic-message h4 {
		font-size: 17px;
		top: -15px;
	}
	.clinic-data-wrap {
		margin-top: 50px;
	}
	.clinic-data-box dl dt {
		width: 26%;
		padding-right: 7px;
	}
	.clinic-data-box dl dd {
		width: 74%;
		padding-left: 7px;
	}
	.clinic-data-box dl dt, 
	.clinic-data-box dl dd {
		font-size: 13px;
	}
	#renkei #conte1 #top-read {
		padding: 20px 0 0;
	}
	#renkei #conte2 {
		padding-top: 120px;
		padding-bottom: 120px;
		background-position: 63% 50%;
	}
	#renkei .renkei-info, 
	#renkei .renkei-data {
		padding-top: 30px;
		display: block;
		flex-wrap: nowrap;
	}
	.renkei-info .renkei-info-box {
		width: 100%;
		margin: 0 0 30px;
		border-radius: 15px;
	}
	.renkei-data-box {
		width: 100%;
		margin: 0 0 30px;
	}
	.renkei-data-box dl dt, 
	.renkei-data-box dl dd {
		font-size: 0.85em;
	}
	.renkei-data-box dl dt {
		width: 20%;
	}
	#renkei #renkei-access {
		padding: 120px 20px;
	}
	.rec-box dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
	}
	.rec-box dl dt, 
	.rec-box dl dd {
		padding: 10px;
		font-size: 0.85em;
	}
	.rec-box dl dt {
		width: 100%;
		font-weight: 600;
		border-top: 1px solid #9f9f9f;
	}
	.rec-box dl dd {
		width: 100%;
		margin: 0 0 20px;
		border-top: none;
	}
	#bosyu label {
		margin: 0 1% 8px 0;
		padding: 5px;
		width: 48%;
		display: inline-block;
		font-size: 16px;
		border-bottom: none;
	}
	#bosyu input:checked + label {
		border-bottom: none;
	}
	.ess li {
		font-size: 16px;
	}
	.rec-wrap .rec-box {
		font-size: 0.85em;
		font-weight: normal;
		padding: 14px;
		border-radius: 10px;
	}
	footer h3 {
		font-size: 16px;
	}
	footer h4 {
		font-size: 17px;
	}
	#footer-contact .f-tel {
		font-size: 2.2em;
	}
	#footer-clinic-logo {
		margin: 20px auto 40px;
	}
	#footer-clinic-logo img {
		width: 90%;
		max-width: 280px;
		min-width: unset;
	}
	#footer-menu {
		padding: 20px;
	}
	#footer-menu a {
		margin: 0;
		padding: 5px 0;
		display: block;
		border-top: 1px solid rgb(255, 255, 255);
	}
	#footer-menu a:last-child {
		border-bottom: 1px solid rgb(255, 255, 255);
	}
	.float-L, .float-R {
		float: none;
	}

	/* コンテンツ［医師紹介］設定（doctor.html） */
	#doctors.w1250 {
		padding-top: 10px;
		padding-left: 20%;
		padding-right: 20%;
	}
	.doctors-box {
		width: 100%;
		padding: 0;
	}
	.doctor-illust img {
		padding-top: 15px;
	}

	/* コンテンツ［クリニック］設定（clinic.html） */
	.connect-medical ul li {
		width: 50%;
		padding-right: 0;
		font-size: 1.05em;
		line-height: 32px;
	}

}


/*=================================================
==========================================
スマホ小用（〜640px）設定
==========================================
=================================================*/
@media screen and (max-width:640px) {

	/* コンテンツ［医師紹介］設定（doctor.html） */
	.doctors-inner {
		background-color: rgba(255, 255, 255, 0.25);
		border: 3px solid var(--mainColor);
		border-radius: 12px;
	}
	.kata {
		padding: 5px 8px 4px;
		font-size: 17px;
		line-height: 1.0;
		color: rgb(255, 255, 255);
		background-color: var(--mainColor);
		border: none;
		border-radius: 8px 0 0 0;
		top: 0;
		bottom: auto;
		left: 0;
		transform: unset;
	}

	/* フッター設定（footer.php） */
	.footer-clinic-logo {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.footer-clinic-logo img {
		max-width: 360px;
	}
	.footer-clinic-data {
		width: 100%;
		padding: 20px 0 0;
		text-align: center;
	}

}


/*=================================================
==========================================
スマホ小用（〜480px）設定
==========================================
=================================================*/
@media screen and (max-width:480px) {

	/* コンテンツ［医師紹介］設定（doctor.html） */
	#doctors.w1250 {
		padding-left: 25px;
		padding-right: 25px;
	}
	/* コンテンツ［クリニック］設定（clinic.html） */
	.connect-medical ul li {
		width: 100%;
		padding-right: 0;
		font-size: 1.05em;
		line-height: 32px;
	}

}


/*=================================
全共通設定
=================================*/
.clearfix:after {content: ""; display: block; clear: both;}
.clearfix:before {content: ""; display: block; clear: both;}
.clearfix {display: block;}