@charset "utf-8";

/*==== 事例集 ====*/

/* 文章
------------------ */
#jirei_service_customer{
	background:url(../img/bg02.gif);
	padding:1em;
	border:3px solid #fdf3b6;
	margin-bottom:1.5em;
}

#jirei_service_customer h3{
	color:#331f00;
	font-size:125%;
}

#jirei_service_customer li{
	margin-top:0.5em;
	counter-increment:customer;
	position:relative;
	padding-left:32px;
}

#jirei_service_customer li:before{
	position:absolute;
	top:0;
	left:0;
	content:counter(customer);
	display:block;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	border-radius:50%;
	width:14px;
	padding:5px;
	line-height:1.0;
	border:1px solid #ef4e21;
	background:#f57d5b;
	background:-moz-linear-gradient(top,  #f57d5b 0%, #ef4e21 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f57d5b), color-stop(100%,#ef4e21));
	background:-webkit-linear-gradient(top,  #f57d5b 0%,#ef4e21 100%);
	background:-o-linear-gradient(top,  #f57d5b 0%,#ef4e21 100%);
	background:-ms-linear-gradient(top,  #f57d5b 0%,#ef4e21 100%);
	background:linear-gradient(to bottom,  #f57d5b 0%,#ef4e21 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57d5b', endColorstr='#ef4e21',GradientType=0 );
}

/* 事例一覧
------------------ */
#jirei_wrap_kaji{
	background:#ffebcc;
	padding:0.5em;
	margin-bottom:1.5em;
}

#jirei_wrap_tsukisoi{
	background:#deedb4;
	padding:0.5em;
	margin-bottom:1.5em;
}

#jirei_wrap_kaigo{
	background:#f2d4d4;
	padding:0.5em;
	margin-bottom:1.5em;
}

#jirei_wrap_kaji h3{
	color:#fff;
	padding:0.8em 0.5em 0.6em 0.5em;
	background:#f90;
	background:-moz-linear-gradient(top,  #ff9900 0%, #ff6600 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#ff6600));
	background:-webkit-linear-gradient(top,  #ff9900 0%,#ff6600 100%);
	background:-o-linear-gradient(top,  #ff9900 0%,#ff6600 100%);
	background:-ms-linear-gradient(top,  #ff9900 0%,#ff6600 100%);
	background:linear-gradient(to bottom,  #ff9900 0%,#ff6600 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff6600',GradientType=0 );
	text-shadow:1px 1px 4px rgba(0,0,0,0.3);
}

#jirei_wrap_tsukisoi h3{
	color:#fff;
	padding:0.8em 0.5em 0.6em 0.5em;
	background:#7ebf57;
	background:-moz-linear-gradient(top,  #7ebf57 0%, #83a22e 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ebf57), color-stop(100%,#83a22e));
	background:-webkit-linear-gradient(top,  #7ebf57 0%,#83a22e 100%);
	background:-o-linear-gradient(top,  #7ebf57 0%,#83a22e 100%);
	background:-ms-linear-gradient(top,  #7ebf57 0%,#83a22e 100%);
	background:linear-gradient(to bottom,  #7ebf57 0%,#83a22e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebf57', endColorstr='#83a22e',GradientType=0 );
	text-shadow:1px 1px 4px rgba(0,0,0,0.3);
}

#jirei_wrap_kaigo h3{
	color:#fff;
	padding:0.8em 0.5em 0.6em 0.5em;
	background:#c37c7c;
	background:-moz-linear-gradient(top,  #c37c7c 0%, #a55353 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#c37c7c), color-stop(100%,#a55353));
	background:-webkit-linear-gradient(top,  #c37c7c 0%,#a55353 100%);
	background:-o-linear-gradient(top,  #c37c7c 0%,#a55353 100%);
	background:-ms-linear-gradient(top,  #c37c7c 0%,#a55353 100%);
	background:linear-gradient(to bottom,  #c37c7c 0%,#a55353 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c37c7c', endColorstr='#a55353',GradientType=0 );
	text-shadow:1px 1px 4px rgba(0,0,0,0.3);
}

.jirei_block a{
	text-decoration:none;
	color:#333;
}

.jirei_t{
	position:relative;
	border-bottom:1px dashed #ccc;
	background:#fff;
	padding:2em 1em;
}

.jirei_t img{
	width:80px;
	border:1px solid #dadada;
	position:absolute;
	top:50%;
	left:0.5em;
	margin-top:-28px;
}

.jirei_t_text{
	padding:0 0.8em 0 85px;
	line-height:1.3;
	color:#06c;
}

.jirei_t .icon-angle-right:before{
	position:absolute;
	top:50%;
	right:0;
	margin-top:-0.5em;
	font-size:180%;
}

#jirei_wrap_kaji .icon-angle-right:before{
	color:#f90;
}

#jirei_wrap_tsukisoi .icon-angle-right:before{
	color:#75bb55;
}

#jirei_wrap_kaigo .icon-angle-right:before{
	color:#9f5252;
}

.jirei_example{
	display:none;
}

.jirei_bt{
	display:none;
}

/* テキスト */
#jirei_text{
	margin:4em 0 1.5em 0;
	background:#fdf3b6;
	padding:1em 1em 1px 1em;
	line-height:1.7;
}

#jirei_text:before{
	content:"";
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-width:30px 80px 0 80px;
	border-color:#f00 transparent transparent transparent;
	margin:-4em auto 0.5em auto;
}

#jirei_text .ac{
	margin-bottom:0.5em;
}

/* 事例詳細
------------------ */
#jirei_detail{
	counter-reset:jirei_detail;
}

#jirei_detail li{
	margin-bottom:1em;
	border-bottom:1px dashed #ccc;
	padding:0.5em 1em 1em 1em;
}

#jirei_detail li:before{
	counter-increment:jirei_detail;
	content:counter(jirei_detail)".　";
	color:#f90;
	font-weight:bold;
}

#jirei_detail .trg{
	text-decoration:underline;
	color:#06c;
}

.jirei_detail_ct{
	background:#fdfbee;
	padding:1em;
	border-radius:5px;
	margin:1em 0 0 0;
}

/* responsive
------------------ */
/* タブレット */
@media screen and (min-width: 641px) {

/* 家政婦サービスとは
------------------ */
#jirei_service_ph{
	float:right;
	margin:0 0 0 1.25em;
}

/* 事例一覧
------------------ */
#jirei_wrap_kaji{
	padding:1em;
}

#jirei_wrap_tsukisoi{
	padding:1em;
}

#jirei_wrap_kaigo{
	padding:1em;
}

.jirei_t{
	padding:2em;
}

.jirei_t img{
	left:1em;
}

/* テキスト */
#jirei_text p{
	padding-left:1em;
	padding-right:1em;
}

}

/* PC */
@media screen and (min-width: 961px) {

/* 家政婦サービスとは
------------------ */
#jirei_service_ph{
	width:290px;
}

/* 事例一覧
------------------ */
.jirei_t{
	padding:2.5em 2em;
}

#jirei_wrap_kaji .jirei_t:hover{
	background:#fffdfa;
}

#jirei_wrap_tsukisoi .jirei_t:hover{
	background:#fcfdf7;
}

#jirei_wrap_kaigo .jirei_t:hover{
	background:#fefbfb;
}

.jirei_t img{
	width:100px;
	margin-top:-35.5px;
}

.jirei_t_text{
	padding-left:105px;
}

.jirei_example{
	display:block;
	width:350px;
	background:#f6f6f6;
	color:#666;
	border-radius:5px;
	padding:0.5em 1em;
	font-size:87.5%;
	position:absolute;
	top:1em;
	right:4em;
}

.jirei_example li{
	line-height:1.2;
	margin:3px 0;
}

.jirei_example li:before{
	color:#84d163;
}

}

/*eof*/