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

.detail_inner{
	margin-top: 45px;
}

.kyuujin_contents{
	/*width: 738px;*/
	/*margin: 0px 0 0 22px;*/
	margin: 0 10px;
	overflow: hidden;
}

h3{
	font-size: 21px;
	font-weight: 500;
	color: #ed8732;
}

h3.b1em{
	margin-bottom: 1em;
}


h3.m30{
	margin-top: 30px;
}


h3.m40{
	margin-top: 40px;
}

h3.m50{
	margin-top: 50px;
}


h4{
	font-size: 15px;
	font-weight: 700;
	color: #1f41c7;
	border-bottom: 1px solid #1f41c7;
	margin-top: 20px;
	padding-bottom: 4px;
}

/***************************************************************/

.kyuujin_contents{
	color:#000;
}

#bn_kyuujin{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF992A;
	padding-bottom:3px;
	padding-left:2px;
}

#img_kyuujin{
	text-align:center;
}

.sbn_kyuujin{
	margin-left:25px;
}

.kyuujin_table{
	/*width:730px;*/
	margin:0 auto;
}

.kyuujin_table th{
	font-weight: bold;
	padding: 0.5em;
}


.kyuujin_table td{
	vertical-align: top;
	padding: 0.5em;
	color: #000000;
	box-sizing: border-box;
}

.kyuujin_table td a{
	color: #000000;
}

.kyuujin_table p{
	margin:0 0 1em 0;
}

.kyuujin_table .img{
	text-align:center;
	vertical-align:top;
}

.kyuujin_table .text{
	width:330px;
}

.kyuujin_contents dl{
	background-color:#FF6600;
	color:#FFFFFF;
	/*width:730px;*/
	margin:1em auto 1em auto;
}
.kyuujin_contents a{
	color:#FFFFFF; 
}

.kyuujin_contents dd{
	padding:1em;
	margin:0;
}

.kyuujin_mail{
	color:#3B4957;
	font-size:14px;
	width:500px;
	margin:0 auto;
	border-top:1px solid #86A6C5;
	border-left:1px solid #86A6C5;
}

.kyuujin_mail td{
	border-bottom:1px solid #86A6C5;
	border-right:1px solid #86A6C5;
	padding:3px;
}

#button{
	margin:0 auto;
	text-align:center;
}
.formtxt {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}

/***************************************************************/

/*大見出し*/
.rec_midashi{
    width: 100%;
    margin: 0px auto 10px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.5em;
    /**/
    background-color: #FFB572;
    padding: 10px 0;
}

/*医師と看護師の間を多めに空ける*/
.rec_midashi.margintop{
    margin: 50px auto 10px;
}

/*
.rec_midashi:before, .rec_midashi:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}
.rec_midashi:before {
    left: 0;
}
.rec_midashi:after {
    right: 0;
}
*/

/*注意書き*/
.addnotes{
    width: 100%;
    margin: 0px auto 25px;
    text-align: center;
}

#content_inner .left_col .content_block .ac_container#nyushoku {
	margin-bottom: 60px;
}

#content_inner .left_col .content_block .ac_container#nyushoku .box p a{
	color: red;
}
#nyushoku ul li{

text-indent: -14px;
    padding-left: 14px;
}
#nyushoku ul li span{
	color: red;
}
/**/
.bn_link{
    text-align: center;
}
.bn_link a{display: inline-flex;
        background: #ea6c7c;
                color: white;
        padding: 15px 20px;
        border-radius: 10px;
	gap: 10px;
        margin-bottom: 20px;
	        line-height: 1.5;
	align-items: center;
}
.bn_link a::after{
	display: block;
	content: "";
	        background: url(../img/common/open.png) no-repeat;
                width: 20px;
	height: 20px;
        background-size: contain;
	transform: rotate(90deg);
}