@charset "shift_jis";

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

	Style Info: 居宅介護支援事業所ほおずき

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

.tb01 {
	width:100%;
	border-collapse:collapse;
	}

.tb01 th,
.tb01 td {
	padding:15px;
	text-align:left;
	font-weight:normal;
	}

.tb01 th {
	background-color:#ec6d81;
	border-bottom:1px solid #fff;
	color:#fff;
	vertical-align:top;
	}

.tb01 th.tb01-hs {
	border-top:1px solid #ec6d81;
	}

.tb01 th.tb01-he {
	border-bottom:1px solid #ec6d81;
	}

.tb01 td {
	background-color:#fff;
	border-bottom:1px solid #efb4bd;
	vertical-align:middle;
	}

.tb01 td.tb01-ds {
	border-top:1px solid #efb4bd;
	}

.blockA {
	border:2px solid #f08b9b;
	}

.blockA ul {
	font-weight:bold;
	}


/*----------------------------------------------
   選ばれる3つの理由（特徴）
----------------------------------------------*/

.blockB {
	background:url(image/point-bg.jpg) no-repeat left top;
	text-align:center;
	}
	
.blockB > h4 > img.img1 {
	margin-left:-100px;
}

.blockB > p.lead {
	margin: 0 0 5px 0;
	color: white;
	font-size: 19px;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(38, 105, 147, 1),
			-2px 2px 2px rgba(38, 105, 147, 1),
			-2px -2px 2px rgba(38, 105, 147, 1),
			2px -2px 2px rgba(38, 105, 147, 1);  
}

.blockB-inner {
	width:700px;
	margin:0 auto;
	}

.blockB-box01 {
	width:680px;
	margin:0 10px;
	text-align:left;
	}

.blockB-box01 p {
	padding:15px 20px;
	background:url(image/point01-box-bg.png) no-repeat left bottom;
	}

.blockB-box {
	width:330px;
	float:left;
	margin:20px 10px 0 10px;
	text-align:left;
	}

.blockB-box p {
	padding:15px 20px;
	background:url(image/point-box-bg.png) no-repeat left bottom;
	}
	
.blockB-box01 > .heading, .blockB-box > .heading{
	font-size: 21px;
	text-align: center;
	color: white;
	background-color: #8fc31f;
	background-image: none;
	border-radius: 10px 10px 0px 0px;
	}

.blockB-box > .heading{
	font-size:18px;
	/*height: 46px;*/
	width: 290px;
	display: table-cell;
	vertical-align: middle;
	}

/*----------------------------------------------
   サービスを受けるまでの流れ
----------------------------------------------*/

.chart_wrapper .item{
	border: 1px solid #ffb43f;
	margin-bottom: 20px;
	border-radius: 0 6px 6px 6px;
	position: relative;
	display: inline-block;
	z-index: 0;
}

.chart_wrapper .item::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border-style: solid;
	border-width: 15px 10px 0px 10px;
	border-color: #ffb43f transparent transparent transparent;
	z-index: 0;
}

.chart_wrapper .item:last-child::before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border: none;
}
.chart_wrapper .item h4{
	border-left: solid 6px #ffb43f;
	border-bottom: solid 1px #ffb43f;
	border-radius: 0 6px 0 0;
	background-color: #ffeacd;
	line-height: 1.5;
	padding: .5em;
}

.chart_wrapper .item p{
	margin: .5em;
	margin-left: calc(6px + .5em);
}

/*----------------------------------------------
   認定調査
----------------------------------------------*/
.chousa{
	border: 2px solid #f08b9b;
	border-radius: 6px;
	padding: 0 25px;
}

/*----------------------------------------------
   利用をご希望される方
----------------------------------------------*/

.blockC {
	background-color:#ffe1e1;
	padding:25px 0;

	-moz-border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
	position:static;
	behavior:url(PIE.htc);
	}

.blockC-inner {
	width:680px;
	margin:0 auto;
	position:relative;
	}

.blockC-inner p {
	padding-right:280px;
	min-height:70px;
	}

.blockC .tel {
	position:absolute;
	right:0;
	top:0;
	}

.blockC .mail {
	position:absolute;
	right:-3px;
	top:35px;
	}

/*----------------------------------------------
   職員募集
----------------------------------------------*/

.blockD {
	width:100%;
	border:2px solid #f08b9b;
	padding:25px 0;

	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
	position:static;
	behavior:url(PIE.htc);
	}

.blockD h5 {
	width:240px;
	float:left;
	text-align:center;
	}

.blockD p {
	float:left;
	border-left:1px dotted #eba1ad;
	padding-left:25px;
	}


