@charset "UTF-8";

.com_medical_link ul li:nth-child(4) {
	display: none;
}

/* box1
---------------------------------------------------------*/
.homecare .box1 .care_style dt {
	font-size: 170%;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.homecare .box1 .style2 .care_style dt {
	color: #01A4DF;
	margin-bottom: .2em;
}

.homecare .box1 .style1 .img_r{
	float: right;
	width: 36%;
	max-width: 230px;
}
.homecare .box1 .style1 .text_l{
	float: left;
	width: 61%;
}

.homecare .box1 .style2 .care_style{
	float: right;
	width: 61%;
}
.homecare .box1 .style2 .care_style li {
	float: left;
}
.homecare .box1 .style2 .care_style li::after {
	content: "・";
}
.homecare .box1 .style2 .care_style li:last-child::after {
	display: none;
}
.homecare .box1 .style2 .img_l{
	float: left;
	width: 36%;
	max-width: 230px;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.homecare .box1 .care_style dt {
	text-align: center;
}
.homecare .box1 .style1 .img_r{
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	width: 100%;
	text-align: center;
}
.homecare .box1 .style1 .text_l{
	float: none;
	width: 100%;
}
	
.homecare .box1 .style2 .care_style{
	float: none;
	width: 100%;
	text-align: center;
}
.homecare .box1 .style2 .care_style li {
	float: none;
	display: inline-block;
}
.homecare .box1 .style2 .img_l{
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	width: 100%;
	text-align: center;
}
}



/* box2
---------------------------------------------------------*/
.homecare .box2 .border{
	padding-bottom: 2em;
	border-bottom: solid 1px #ccc;
	margin-bottom: 2em;
}
.homecare .box2 .border:last-of-type{
	margin-bottom: 0em;
}
.homecare .box2 .img_l{
	float: left;
	width: 60px;
}
.homecare .box2 .text_r{
	float: right;
	width: calc(97% - 60px);
	max-width: 560px;
}
.homecare .box2 .text_r dt{
	font-size: 120%;
	margin-bottom: .2em;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.homecare .box2 .border{
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
}
.homecare .box2 .border:first-of-type{
	border-top: solid 1px #ccc;
	padding-top: 1.5em;
}
.homecare .box2 .img_l{
	width: 20%;
}
.homecare .box2 .text_r{
	width: 75%;
	max-width: 100%;
}
}



/* メニュー料金
---------------------------------------------------------*/
.homecare .fee_box .menu_fee .fee{
	color: #333;
	background: none;
	padding-left: .5em;
}
.homecare .fee_box .menu_fee .fee span{
	font-size: 180%;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}