@charset "UTF-8";
/*//////////////////////////////////////////////////

Title:support.css

Created:
Last Modified :

//////////////////////////////////////////////////*/
/* ------------------------
  在宅医療機関向け経営支援
  ------------------------ */
.support_service_ul {
	width: 960px;
	margin: 0 auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-gap: 50px;
}
.support_service_ul li {
	width: 45%;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.support_service_ul li:nth-child(2n) {
	margin-right: 0;
}
.support_service_img {
	float: left;
    width: 85px;
    height: auto;
    position: relative;
    top: 15%;
}
.support_service_ttl {
	font-weight: bold;
	color: #4545a7;
	font-size: 26px;
	margin: 5px 0;
	margin-left: 110px;
}
.support_service_txt {
	font-size: 16px;
	margin-left: 110px;
}
.support_merit_ul {
	list-style: none;
	margin-bottom: 40px;
	font-size: 0;
}
.support_merit_ul li {
	display: inline-block;
	vertical-align: top;
	background: #f0f0f8;
	text-align: center;
	font-size: 16px;
	width: 350px;
	height: 166px;
	padding: 15px 15px 0;
	margin-right: 15px;
}
.support_merit_ul li:last-child {
	margin-right: 0;
}
.support_merit_icn {
	display: block;
	background: #4545a7;
	font-weight: bold;
	color: #fff;
	margin: 0 auto 6px;
	padding: 2px 0;
	width: 100px;
	font-size: 14px;
	border-radius: 12px;
}
.support_merit_ttl {
	display: block;
	color: #4545a7;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 4px;
}
.support_merit_txt {
	display: block;
	text-align: left;
}
.support_omakase {
	position: relative;
	font-weight: bold;
	font-size: 28px;
}
.support_omakase:before {
	position: absolute;
	content: "";
	left: -20px;
	top: 2px;
	width: 0;
	height: 36px;
	border-right: solid 4px #4545a7;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.support_omakase:after {
	position: absolute;
	content: "";
	right: -20px;
	top: 2px;
	width: 0;
	height: 36px;
	border-right: solid 4px #4545a7;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
/* ------------------------
  介護施設向け経営支援
  ------------------------ */
.support_list_txt {
	float: left;
	margin-top: 5px;
	width: 360px;
}
.support_list_img {
	margin-left: 380px;
	display: block;
	position: relative;
	width: 420px;
	height: 240px;
	background: url(/images/front/business/business_pc.png) no-repeat;
	background-size: cover;
}
.support_list_img img {
	position: absolute;
	border-radius: 2px;
	left: 56px;
	top: 14px;
	width: 306px;
	height: auto;
}
.support_list_img img.support_list_video {
	opacity: .75;
}
.support_list_img img.support_list_video_icn {
	left: 158px;
	top: 64px;
	width: 100px;
}

@media screen and (max-width: 1200px) {
	/*//////////////////////////////////////////////////

	  max-width: 1200px start PC

	//////////////////////////////////////////////////*/
	.support_merit_ul li {
		width: 310px;
	}
	.support_merit_ttl {
		font-size: 20px;
	}
	.support_merit_txt {
		font-size: 15px;
	}
	
	/*//////////////////////////////////////////////////

	  max-width: 1200px end PC

	//////////////////////////////////////////////////*/
}
@media screen and (max-width: 991px) {
/*//////////////////////////////////////////////////

  max-width: 991px start Tablet

//////////////////////////////////////////////////*/
	/* ------------------------
	  在宅医療機関向け経営支援
	  ------------------------ */
	.support_service_ul {
		width: 720px;
		grid-gap: 10px;
	}
	.support_service_ul li {
		width: 340px;
	}
	.support_service_img {
		width: 80px;
		height: 80px;
	}
	.support_service_ttl {
		font-size: 20px;
		margin-left: 100px;
	}
	.support_service_txt {
		font-size: 14px;
		margin-left: 100px;
	}
	.support_merit_ul li {
		padding: 10px 10px 0;
		width: 230px;
		height: 150px;
	}
	.support_merit_ttl {
		font-size: 16px;
	}
	.support_merit_txt {
		font-size: 14px;
	}
	.support_omakase {
		font-size: 24px;
	}
/* ------------------------
  介護施設向け経営支援
  ------------------------ */
	.support_list_txt {
		width: 360px;
	}
	.support_list_img {
		margin-left: 420px;
		width: 300px;
		height: 170px;
	}
	.support_list_img img {
		left: 41px;
		top: 10px;
		width: 218px;
	}
	.support_list_img img.support_list_video_icn {
		left: 98px;
		top: 30px;
	}
/*//////////////////////////////////////////////////

  max-width: 991px end Tablet

//////////////////////////////////////////////////*/
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.support_list + .main_link a {
		width: 380px;
	}
	
}

@media screen and (max-width: 767px) {
/*//////////////////////////////////////////////////

  max-width: 767px start SP

//////////////////////////////////////////////////*/
	/* ------------------------
	  在宅医療機関向け経営支援
	  ------------------------ */
	.support_service_ul {
		width: auto;
	}
	.support_service_ul li {
		width: auto;
		margin-bottom: 30px;
	}
	.support_service_img {
		width: 60px;
		height: 60px;
	}
	.support_service_ttl {
		font-size: 20px;
		margin-left: 80px;
	}
	.support_service_txt {
		font-size: 14px;
		margin-left: 80px;
	}
	.support_merit_ul li {
		padding: 15px;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.support_merit_ul li:last-child {
		margin-bottom: 0;
	}
	.support_merit_icn {
		font-size: 12px;
		width: 90px;
	}
	.support_merit_ttl {
		font-size: 18px;
	}
	.support_merit_txt {
		font-size: 14px;
	}
	.support_omakase {
		font-size: 16px;
	}
	.support_omakase:before {
		left: -12px;
		height: 20px;
		border-right: solid 3px #4545a7;
	}
	.support_omakase:after {
		right: -12px;
		height: 20px;
		border-right: solid 3px #4545a7;
	}
/* ------------------------
  介護施設向け経営支援
  ------------------------ */
	.support_list_txt {
		width: 100%;
		float: none;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.support_list_img {
		margin-left: 0;
		width: 290px;
		height: 165px;
		margin: 0 auto;
	}
	.support_list_img img {
		left: 40px;
		top: 10px;
		width: 210px;
	}
	.support_list_img img.support_list_video_icn {
		left: 94px;
		top: 25px;
	}
/*//////////////////////////////////////////////////

  max-width: 767px end SP

//////////////////////////////////////////////////*/
}
/*//////////////////////////////////////////////////

  max-width: 575px start SP

//////////////////////////////////////////////////*/
@media screen and (max-width: 575px){
/*//////////////////////////////////////////////////

  max-width: 575px end SP

//////////////////////////////////////////////////*/
}