@charset "UTF-8";

/*メインイメージ*/
#mainVisual{
	background-image: url('/sp/img/common/template/main_img_medical.jpg');
}

#conts h2 {
	margin-bottom: 0;
}

#conts .topLink {
	margin-bottom: 20px;
}

#conts .topLink li {
}

#conts .topLink li a {
	display: block;
	padding: 13px 35px 13px 15px;
	border-bottom: 1px solid #CCC;
	color: #333;
	text-decoration: none;
	position: relative;
}

#conts .topLink li a:after {
	content: "";
	margin-top: -8px;
	width: 16px;
	height: 16px;
	background: url(/sp/img/common/icon/icon03.png) no-repeat 0 0;
	background-size: 16px 16px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#conts .topLink li:first-child a {
	border-top: 1px solid #CCC;
}

#conts .topLink li a span {
	display: block;
	font-size: 1.2em;
	line-height: 1.5;
}

#conts .topLink li a span.linkTtl {
	margin-bottom: 1px;
	font-size: 1.6em;
}

#conts .back{
	margin-top: 40px;
	text-align: center;
}


/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-top: 2em;
	margin-bottom: 0;
	padding-left: 16px;
	clear: both;
	color: #FF9F00;
	font-size: 1.4em;
	background: url(/img/common/icon02.png) no-repeat left 6px;
}

#content_area em{
	font-style: normal;
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

/*------------------------------------------------------------
	table
------------------------------------------------------------*/
#conts .tableBox {
	margin: 0 10px 40px;

}

#conts .tableBox table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

#conts .tableBox table th {
	width: 30%;
}

#conts .tableBox table td {
	width: 10%;
}

#conts .tableBox table thead th,
#conts .tableBox table thead td {
	padding: 9px 0;
	background: #FFA100;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

#conts .tableBox table thead td {
	border-left: 1px solid #F3F1ED;
}

#conts .tableBox table thead td:last-child {
	border-right: 1px solid #FFA100;
}

#conts .tableBox table tbody th,
#conts .tableBox table tbody td {
	padding: 4px 0;
	border: 1px solid #D3D3D3;
	border-top: none;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
}

#conts .tableBox table thead th,
#conts .tableBox table tbody th {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

#conts .tableBox table tbody th span {
	display: block;
	font-size: 0.8em;
}

#conts .tableBox table tbody td span {
	color: #FFA100;
}

#conts .tableBox p {
	margin-bottom: 6px;
	font-size: 1.1em;
}

#conts .tableBox p:last-child {
	margin-bottom: 0;
}

#conts .tableBox p.note {
	padding-left: 9px;
	background: url(/sp/img/common/icon/icon02.png) no-repeat 0 4px;
	background-size: 4px 4px;
	font-size: 0.9em;
}

#conts .tableBox p.text02 {
	padding-left: 1.3em;
	font-size: 0.9em;
	text-indent: -1.3em;
}

#conts .tableBox p.text02 span {
	color: #FFA100;
}


#conts .tableBox #timeTitle{
	display: none;
}
/* end table*/


/* linkButton */
.linkButton{
	padding: 0 10px;
	display: flex;
}

.linkButton li {
	margin-right: 2%;
	width: 32%;
	color: #666;
	/* font-size: 1.4em; */
	line-height: 1.6;
}

.linkButton li:last-child {
	margin-right: 0;
}

.linkButton .linkbtn {
	margin-bottom: 17px;
	padding: 5px 10px 5px;
	display: block;
	text-decoration: none;
	background-color: #F6F4ED;
}

.linkButton .linkbtn span {
	padding-left: 14px;
	color: #333;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	background: url(/img/common/icon04.png) no-repeat left center;
	background-size: 9px;
	vertical-align: middle;
    display: table-cell;
    height: 50px;
    line-height: 1.3;
}




