@charset "utf-8";

/* ========================================================================================================================/
	
	Document : style.css

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	Subvisual
/------------------------------------------------------------------------------------------------------------------------ */

#subvisual {
	background-image: url(../image/helperstation/visual.jpg?upd=20250805);
}

/* ------------------------------------------------------------------------------------------------------------------------/
	outline
/------------------------------------------------------------------------------------------------------------------------ */

#outline {
	width: 1100px;
	margin: 50px auto;
	text-align: left;
}

#outline .description {
	width: 1100px;
	height: 320px;
	position: relative;
	line-height: 1.8;
	margin: 40px auto 0;
}

#outline .description .intro {
	width: 700px;
	font-weight: normal;
	font-size: 17px;
	text-align: left;
}

#outline .description .intro h4 {
	font-size: 24px;
	color: #F46322;
	border-bottom: none;
}

#outline .description .intro strong {
	font-size: 21px;
}

#outline .description .descimg {
	position: absolute;
	bottom: 0;
	right: 50px;
}

#outline #point {
	width: 1100px;
	padding: 40px 30px 20px;
	background-color: #FDF0F3;
	border-radius: 6px;
	list-style: none;
	box-sizing: border-box;
}

#outline #point .point_list {
	float: left;
	width: 324px;
	height: 349px;
	padding-top: 240px;
	margin-right: 34px;
	background: no-repeat top center;
	box-sizing: border-box;
	text-align: center;
	list-style: none;
}

#outline #point .point_list:last-child {
	margin-right: 0;
}

#outline #point .list01 {
	background-image: url(../image/nagane/about_img01.png);
}

#outline #point .list02 {
	background-image: url(../image/nagane/about_img02.png);
}

#outline #point .list03 {
	background-image: url(../image/nagane/about_img03.png);
}

#outline #point .example {
	position: relative;
	margin-top: 60px;
}

#outline #point .example h4.pc {
	display: inline-block !important;
	position: relative;
	top: 0;
	left: 192px;
	border-bottom: none;
}

#outline #point .example img {
	margin-bottom: 20px;
}

#outline #point .example h4 img {
	margin-bottom: 0;
}

#availability {
	width: 1100px;
	margin: 50px auto;
	text-align: left;
}

#availability .koushinbi {
	float: left;
	font-size: 112.5%;
	color: #F46322;
	margin-right: 2em;
}

#availability .now_user {
	font-size: 112.5%;
}

#availability .now_user span {
	margin-right: 1em;
}

#availability table {
	width: 1100px;
	margin-top: 1em;
	border-collapse: collapse;
}

#availability table th,
#availability table td {
	width: 25%;
	padding: 16px;
	font-size: 137.5%;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: middle;
}

#availability table th:first-child {
	background-color: #FDF0F3;
}

#availability table th:nth-child(2) {
	background-color: #FCFAEF;
}

#availability table th:nth-child(3) {
	background-color: #F4FCEF;
}

#availability table th:nth-child(4) {
	background-color: #EFF6FC;
}

#availability .cartion {
	margin-top: 0.5em;
	text-indent: 1em;
}

#availability .cartion span {
	margin-right: 1em;
}

#access table {
	margin: 0 auto;
}

/* ===============================================
houmonn_kaigo 訪問介護
=============================================== */

.hk_des {
	width: 570px;
	margin: 15px 0;
	position: relative;
}

.ttl {
	height: 45px;
	object-fit: contain;
}

.hk_des p {
	margin: 10px 0;
	font-size: 17px;
}

.hk_des .hk_kaigyou {
	display: none;
}

.hk_des .sticker {
	width: 300px;
	object-fit: contain;
	position: absolute;
	bottom: 4px;
	right: -205px;
}


.hk_wrap {
	display: flex;
	justify-content: space-between;
	font-size: 17px;
}

.hk_sub_wrap {
	width: 49%;
	height: 350px;
	background-color: #FDF0F3;
	border-radius: 6px;
	position: relative;
}

.hk_sub_wrap h3 {
	margin: 0;
	background-color: #EB83A2;
	border-radius: 6px 6px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
}

.hk_sub_wrap .illust {
	width: 200px;
	height: 200px;
	object-fit: contain;
	position: absolute;
	bottom: 0;
	right: 2%;
}

.hk_text_box {
	padding: 24px;
}

.hk_text_box h5 {
	display: inline-block;
	color: #fff;
	background-color: #ff8b8b;
	padding: 8px 25px;
	margin: 35px 0 10px 0;
}

/* ===============================================
kaigo_hoken_service 介護保険外サービス
=============================================== */

#kaigo_hoken_service {
	margin: 50px 0;
	font-size: 17px;
}

.kks_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;

}

.kks_des p {
	margin: 10px 0;
}

.kks_wrap {
	margin-top: 30px;
}

.kks_wrap .kks_text {
	list-style: inside;
	position: relative;
}

.kks_wrap .kks_text::after {
	content: "";
	background-image: url(../image/helperstation/kaigo_img.png);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	right: -125%;

}

/* 表 */

.table {
	width: 550px;
	table-layout: fixed;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	color: #353535;
}

.table th {
	border: 1px solid #fff;
	background: #EB83A2;
	color: #fff;
	padding: 5px 10px;
}


.table td {

	border: 1px solid #fff;
	padding: 5px 10px;
	background-color: #FDF0F3;
}