@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#general .general_msg::after {
	content: "GENERAL INTERNAL\AMEDICINE";
}
#general .general_msg.bg_txt::after {
	white-space: pre;
	text-align: right;
}
#general .general_msg .txt_box {
	width: 657px;
}
#general .general_msg .img_box {
	width: calc(100% - 700px);
}
#general .contents_box .box:not(:last-of-type) {
	margin-bottom: 100px;
}
#general .contents_box .box dt {
	font-size : 40px;
	line-height : 1.8em;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#general .contents_box .box dt .maru {
	background: #f9f4a7;
	width: 88px;
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: .5em;
}
#general .contents_box .box dt .maru img {
	height: 50px;
	width: auto;
	position: relative;
}
#general .contents_box .box dd {
	background: #f7f7f7;
	padding: 30px 30px 80px;
	border-radius: 25px;
	position: relative;
}
#general .contents_box .box dd.pbn {
	padding-bottom: 30px;
}
#general .contents_box .box dd ul {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 32%);
	gap: 15px 0;
	margin: 20px 0;
}
#general .contents_box .box dd li {
	background: #fff;
	padding: 25px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items:center;
	position: relative;
}
#general .contents_box .box dd li::before {
	content: "";
	background: url("../img/chk.png") no-repeat center/100%;
	width: 29px;
	height: 27px;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
#general .contents_box .box dd .yellow_btn a {
	width: 502px;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}
#general .contents_box .box dd .yellow_btn.long a {
	width: 607px;
}
#general .reserve {
	padding-bottom: 150px;
}
#general .reserve::before {
	background: #f9f4a7;
}
#general .reserve h3 {
	font-size : 54px;
	font-weight: 400;
	margin-bottom: 20px;
}
#general .reserve .contact_yellow {
	width: 900px;
	border-radius: 25px;
	background: #fff;
	margin: 0 auto;
	padding: 5px;
	position: relative;
}
#general .reserve .contact_yellow .in {
	border: 3px solid #f9f4a7;
	border-radius: 25px;
	padding: 25px 40px 60px;
}
#general .reserve .contact_yellow .in .txt02 {
	font-size: 35px;
}
#general .reserve .contact_yellow .in .yellow_btn a {
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#general .general_msg .txt_box {
		width: 70%;
	}
	#general .general_msg .img_box {
		width: 25%;
	}
	#general .general_msg .img_box img {
		object-fit: cover;
		height: 100%;
	}
	#general .contents_box .box:not(:last-of-type) {
		margin-bottom: 80px;
	}
	#general .contents_box .box dt {
		font-size: 25px;
		margin-bottom: 15px;
	}
	#general .contents_box .box dt .maru {
		width: 50px;
		height: 50px;
	}
	#general .contents_box .box dt .maru img {
		height: 33px;
		top: 0;
	}
	#general .contents_box .box dt .ttl {
		width: calc(100% - 60px);
	}
	#general .contents_box .box dd {
		padding: 15px 15px 50px;
		border-radius: 15px;
	}
	#general .contents_box .box dd li {
		padding: 15px;
	}
	#general .contents_box .box dd li::before {
		width: 23px;
		top: -15px;
	}
	#general .contents_box .box dd .yellow_btn a,#general .contents_box .box dd .yellow_btn.long a {
		width: 400px;
		bottom: -25px;
	}
	#general .contents_box .box dd.pbn {
		padding-bottom: 15px;
	}
	#general .reserve {
		padding-bottom: 80px;
	}
	#general .reserve h3 {
		font-size: 25px;
	}
	#general .reserve .contact_yellow {
		width: 100%;
	}
	#general .reserve .contact_yellow .in {
		padding: 30px 30px 50px;
	}
	#general .reserve .contact_yellow .in .yellow_btn a {
		bottom: -25px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#general .general_msg .txt_box {
		width: 100%;
	}
	#general .general_msg .img_box {
		width: 80%;
		margin: 30px auto 0;
	}
	#general .contents_box .box {
		margin-bottom: 30px;
	}
	#general .contents_box .box dt {
		font-size: 20px;
	}
	#general .contents_box .box dt .maru {
		width: 45px;
		height: 45px;
	}
	#general .contents_box .box dt .maru img {
		height: 28px;
	}
	#general .contents_box .box dd .yellow_btn,#safety .infection_box .box .yellow_btn {
		width: 100%;
	}
	#general .contents_box .box dd .yellow_btn a, #general .contents_box .box dd .yellow_btn.long a {
		width: 95%;
		line-height: 1.5em;
		text-align: left;
		padding: 10px 50px;
	}
	#general .contents_box .box dd ul {
		grid-template-columns: 100%;
	}
	#general .reserve h3 {
		font-size: 20px;
	}
	#general .reserve .contact_yellow .in {
		padding: 15px 15px 30px;
	}
}