/* 三原台病院の編集用 */
/* 初診・再診の患者様へ */
/* .first-revist .sub-ttl h3{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
} */
.first-revist .sub-text p{
    text-align: left;
    font-size: 1.3rem;
    font-weight: 400;
	margin-top: 1rem;
}
.first-revist .sub-text .sub-text-caution{
    margin-top: 1.5rem;
	font-size: 1.2rem;
}
.first-revist .sub-text{
	margin:0 auto;
	/* padding: 0 17rem; */
}
.first-revist .num,
.first-revist .kome{
    position:relative;
    padding-left:1.3rem;
}
.first-revist .num::before,
.first-revist .kome::before{
    position:absolute;
    top:0;
    left:0;
}
.first-revist .num1::before{
    content:"1.";
}
.first-revist .num2::before{
    content:"2.";
}
.first-revist .num3::before{
    content:"3.";
}
.first-revist .num4::before{
    content:"4.";
}
.first-revist .num5::before{
    content:"5.";
}
.first-revist .num6::before{
    content:"6.";
}
.first-revist .kome::before{
    content:"※";
}
.first-revist .content-box ul>li>p{
    padding-left:0!important;
}
.first-revist .content-block{
    padding:10px 0!important;
}
.first-revist .content-block span{
    display:inline-block;
}