#now_3 a {background-color:#eff;color:#4172b1;padding:2px 10px;border-radius:20px;}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	display: flex;
	align-items: center;
	margin: 20px 0;
	color:#365;
}

h2 .icon {
	width: 24px;
	margin-right: 8px;
}

h2 span {
	font-size:16px;
}

.dr_profiles {
	display: flex;
	justify-content: center; /* ← 中央揃え */
	flex-wrap: wrap;
	gap: 20px; /* ← 間隔 */
	margin-bottom: 40px;
}

.dr_profile_box {
	width: 45%; /* 画面幅の90%を2つで分けて、gap分を確保 */
	box-sizing: border-box;
}

h3 { 
	margin-left:1em;
    color:#fff;
	padding:1px;
	text-align:center;
	width:5em;
	background-color:#63a4f7;
	font-weight:normal;
	font-size:14px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.h3b {
	margin-top:50px;
}


.dr_profile_box img {
	display:block;
	margin:auto;
}

.dr_profile_box p {
	text-align:center;
}

#smsg {
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	margin-top:2em;
	line-height:2.2em;
}

.dr_profile_box li {
	line-height:2em;
}

.r_line {
	border-right:1px dotted #45a;
}

.dr_profile_box1 li {
	border-bottom:1px dashed #555;
	margin-right:30px;
	line-height:2em;
}

#mark {
	display:none;
}


.spbr {display:block;}
.m7 {display:block; margin-left:6.5em;} 

#drms_box {
  display: flex;             
  align-items: flex-start;
  margin: 20px;
  gap: 20px;
}

#drms_box img {
  width: 500px;              
  height: auto;
  flex-shrink: 0;
}

#drms_box pre {
  flex: 1;
  text-align: left;
  white-space: pre-wrap;
  line-height: 1.8em;
}

#wri {
	display:block;
	text-align:right;
	margin-right:1em;
}
	
	