@charset "UTF-8";

/* = 2016.10.15 -
-------------------------------------------------------------- */
#section-kiso {
  background: url("/sp/jiten/images/bg_stripe_pink.png") repeat left top;
}
#section-kotsu {
  background: url("/sp/jiten/images/bg_stripe_green.png") repeat left top;
}
#section-tsuide {
  background: url("/sp/jiten/images/bg_stripe_orange.png") repeat left top;
}

.listWrap {
	padding: 0 4.6%;
	padding-bottom: 30px;
}
.listWrap .listGroup {
	background: #fff;
	padding: 2rem 3.4%;
	margin-bottom: 2.8rem;
	border-bottom: 2px solid rgba(0,0,0,.1);
	position: relative;
	font-size: 0;
}
.listWrap .listGroup::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 22px 22px;
    border-color: transparent;
}
/*---削除
#section-kiso .listGroup::after {
	border-bottom-color: #f4829f;
}
ここまで---*/
.listWrap .listGroup .contentTitle {
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	padding: 2rem 0;
	margin-bottom: 3rem;
	position: relative;
}
.listWrap .listGroup .contentTitle::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2rem;
	margin: auto 0;
	width: 68px;
	height: 68px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	background-size: contain;
}
#section-kiso .contentTitle {
	background: #f2a2b6;
}
#section-kotsu .contentTitle {
	background: #adba63;
	padding: 0;
}
#section-tsuide .contentTitle {
	background: #fec350;
}

#kiso-what .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kiso_01.png");
}
#kiso-sumai .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kiso_02.png");
}
#kiso-zaishitsu .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kiso_03.png");
}
#kiso-senzai .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kiso_04.png");
}
#kiso-benri .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kiso_05.png");
}

#kotsu-kitchen .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kotsu_01.png");
}
#kotsu-bath .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kotsu_02.png");
}
#kotsu-toilet .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kotsu_03.png");
}
#kotsu-living .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kotsu_04.png");
}
#kotsu-window .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kotsu_05.png");
}
#kotsu-floor .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kotsu_06.png");
}
#kotsu-entrance .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_kotsu_07.png");
}

#tsuide-about .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_tsuide_01.png");
}
#tsuide-point3 .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_tsuide_02.png");
}
#tsuide-benri .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_tsuide_03.png");
}
#tsuide-rooms .contentTitle::before {
	background-image: url("/sp/jiten/common/images/ico_tsuide_04.png");
}

#section-kotsu .contentTitle a {
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	padding: 2rem 0;
	display: block;
}

.listWrap .listGroup .icon {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	font-size: 2.4rem;
	font-weight: bold;
	width: 100%;
}
.listWrap .listGroup .icon a {
	font-size: 2.4rem;
	font-weight: bold;
}

body.jiten .items-half .icon {
	width: 50%;
}

.listWrap .listGroup .icon-arrow {
	padding-left: 4rem;
}
.listWrap .listGroup .icon-arrow::before {
	margin: 0;
	top: 9px;
  left: 8px;
}
.listWrap .listGroup .icon-arrow::after {
	margin: 0;
	top: 15px;
	left: 18px;
}

#section-kiso .icon-arrow::before {
	background-color: #f2a2b6;
}
#section-kotsu .icon-arrow::before {
	background-color: #c9da65;
}
#section-tsuide .icon-arrow::before {
	background-color: #fec350;
}

.listWrap .listGroup .icon.has-child {
	display: block;
	width: 100%;
}
.listWrap .listGroup .icon.has-child.is_open::after {
	top: 18px;
	left: 14px;
	border-top: 8px solid #fff;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}
.listWrap .listGroup .icon.has-child ul li {
	margin: 1rem 0;
	padding-left: 20px;
	position: relative;
}
.listWrap .listGroup .icon.has-child span {
	font-weight: bold;
	cursor: pointer;
}
.listWrap .listGroup .icon.has-child ul li a {
	font-weight: normal;
	font-size: 2rem;
}
.listWrap .listGroup .icon.has-child ul li:before {
	content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 0;
  border-bottom: 6px solid transparent;
  border-left: 8px solid;
}
#section-kiso .icon.has-child ul li:before {
	border-left-color: #f2a2b6;
}
#section-kotsu .icon.has-child ul li:before {
	border-left-color: #c9da65;
}
#section-tsuide .icon.has-child ul li:before {
	border-left-color: #fec350;
}
/**161213**/


@media screen and (max-width: 640px) {
	.listWrap .listGroup .contentTitle::before {
		width: 56px;
		height: 56px;
	}
	.listWrap .listGroup .icon-arrow {
		padding-left: 30px;
	}
	.listWrap .listGroup .icon-arrow::before {
		width: 20px;
		height: 20px;
		top: 7px;
		left: 5px;
	}
	.listWrap .listGroup .icon-arrow::after {
		border-top-width: 5px;
		border-bottom-width: 5px;
		border-left-width: 7px;
		top: 12px;
		left: 13px;
	}
	.listWrap .listGroup .icon.has-child.is_open::after {
		border-top: 7px solid #fff;
	  border-right: 5px solid transparent;
	  border-bottom: 0;
	  border-left: 5px solid transparent;
	  top: 14px;
	  left: 11px;
	}
	.listWrap .listGroup .icon.has-child ul li {
		padding-left: 18px;
	}
}

@media screen and (max-width: 480px) {
	.listWrap .listGroup .contentTitle::before {
		width: 46px;
		height: 46px;
	}
	.listWrap .listGroup .icon-arrow {
		padding-left: 26px;
	}
	.listWrap .listGroup .icon-arrow span,
  .listWrap .listGroup .icon-arrow > a {
    font-size: 2.2rem;
  }
  .listWrap .listGroup .icon.has-child.is_open::after {
		border-top: 6px solid #fff;
	  border-right: 4px solid transparent;
	  border-bottom: 0;
	  border-left: 4px solid transparent;
	  top: 13px;
	  left: 8px;
	}
	.listWrap .listGroup .icon-arrow::before {
		width: 18px;
		height: 18px;
		top: 6px;
		left: 3px;
	}
	.listWrap .listGroup .icon-arrow::after {
		border-top-width: 4px;
		border-bottom-width: 4px;
		border-left-width: 6px;
		top: 11px;
		left: 10px;
	}
	.listWrap .listGroup .icon.has-child ul li {
		padding-left: 16px;
	}
}