@charset "UTF-8";

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


/*見出し*/
#conts .subjectBox {
	margin-bottom: 30px;
}

#conts .entryBox {
	margin: 0 5px;
}

#conts h2 {
	margin-bottom: 15px;
	text-align: center;
}

#conts h3 {
	margin-top: 15px;	
}

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


/* Table */
#conts .tableBox {
	margin: 0;
}

#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 {
	font-size: 0.889em;
}

#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;
}

#conts .rBox {
	margin-bottom: 15px;
	font-size: 0.9em;
}

/* end table*/

#conts #sec1 {
	margin-bottom: 40px;
	padding: 0 5px;
}

#conts #mainimage img {
	width: 95%;
}

#conts #flow img {
	width: 65%;
	max-width: 400px;
}



#conts #flow,
#conts #mainimage {
	text-align: center;
}

#conts .headLine01 {
	margin-top: 30px;
}


/* overview3 */
#conts .overview3 {
	margin: 0 auto 20px;
	width: 98%;
}

#conts .overview3 li {
	/*float: left;*/
	display: inline-block;
	width: 44%;
	margin: 0 0 15px 0;
	text-align: center;
}

#conts .overview3 li img {
	width: 100%;
	height: auto;
	max-width: 300px;

}

#conts .overview3 li:nth-child(even){
	margin-left: 15px;
}


#sec6 li {
	font-size: 1.2em;
}


#conts .subTitle {
	font-size: 1.2em;
}


/* button */
#conts .button {
	display: block;
	margin: 10px 0 2em;
	padding: 0.8em;
	background-color: #666;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#conts #movieArea {
	margin-top: 30px;
	text-align: center;
}

#conts #movieArea img {
	width: 60%;
}

.red {
	color: red;
}

