@charset "UTF-8";

/*-------------------------------------------

共通

-------------------------------------------*/
/* jutakuLinkBelt */
.jutakuLinkBelt {
	padding: 12px 0 9px;
}
.jutakuLinkBelt .jutakuLinkBeltInner {
	width: 1200px;
	margin: 0 auto;
}
.jutakuLinkBelt .jutakuLinkList01 {
	display: flex;
	justify-content: flex-end;
}
.jutakuLinkBelt .jutakuLinkList01 > li {
	margin-left: 10px;
}
.jutakuLinkBelt .jutakuLinkList01 > li:first-child {
	margin-left: 0;
}

/* jutakuCvColumn01 */
.jutakuCvColumn01 {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 30px auto 0;
}

/* jutakuFaqBlock01 */
.jutakuFaqBlock01 .faqQuestionList01 {
	display: flex;
	flex-wrap: wrap;
}
.jutakuFaqBlock01 .faqQuestionList01 > li {
	width: 23.5%;
	margin-bottom: 15px;
	margin-left: 2%;
}
.jutakuFaqBlock01 .faqQuestionList01 > li:nth-child(4n+1) {
	margin-left: 0;
}
.jutakuFaqBlock01 .faqQuestionList01 > li > a {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-top: 180px;
	font-size: 1.11em;
	color: #000;
	font-weight: bold;
}
.jutakuFaqBlock01 .faqQuestionList01 > li > a:hover {
	color: #f7920e;
}
.jutakuFaqBlock01 .faqQuestionList01 > li > a:hover > span {
	text-decoration: none;
}
.jutakuFaqBlock01 .faqQuestionList01 > li > a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	height: 160px;
	background-repeat: no-repeat;
	background-size: contain;
}
.jutakuFaqBlock01 .faqQuestionList01 > li > a > span {
	position: relative;
	display: inline-block;
	padding-left: 1.2em;
}
.jutakuFaqBlock01 .faqQuestionList01 > li > a > span::before {
	content: "\e909";
	display: block;
	position: absolute;
	top: 0.3em;
	left: 0;
	width: auto;
	height: auto;
	background: none;
	font-weight: normal;
	color: #0ca26c;
	font-family: 'icon_type2018';
	line-height: 1;
}

/* jutakuRelationBtn01 */
.jutakuRelationBtn01 *[class^="btnT"][class*=" icon"] {
	padding-left: 50px;
}
.jutakuRelationBtn01 *[class^="btnT"][class*=" icon"] > span {
	padding-right: 40px;
}

/* jutakuColumnNaviBlock */
.jutakuColumnNaviBlock01 .v3-columnNaviTitle01 {
	position: relative;
	display: block;
	padding: 0 90px;
	text-align: center;
}
.jutakuColumnNaviBlock01 .v3-columnNaviTitleLink {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* jutakuUniqueBtnIcon */
*[class*="jutakuUniqueBtnIcon"] > span {
	display: inline-block;
	padding: 0 45px;
}
*[class*="jutakuUniqueBtnIcon"] > span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 15px;
	width: 38px;
	height: 34px;
	margin-top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}
.jutakuUniqueBtnIcon01 > span::before {
	background-image: url(/kojin/jutaku/images/jutaku_btn_ico_01.png);
}
.jutakuUniqueBtnIcon02 > span::before {
	background-image: url(/kojin/jutaku/images/jutaku_btn_ico_02.png);
}
*[class*="jutakuUniqueBtnIcon"]:hover > span::before {
	opacity: 0.7;
}

/*-------------------------------------------

/kojin/jutaku/index.html

-------------------------------------------*/
/* indexIcoModal01 */
.indexIcoModal01 > span {
	position: relative;
	display: inline-block;
	padding-right: 26px;
}
.indexIcoModal01 > span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	background: url(/kojin/jutaku/images/index_ico_modal01.png) no-repeat;
	background-size: contain;
}

/* indexKinriList */
.indexKinriList {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.indexKinriList .indexKinriItem {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 16px 0;
	margin-right: 2%;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
}
.indexKinriList .indexKinriItem:last-child {
	margin-right: 0;
}
.indexKinriList .indexKinriFlexColumn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.indexKinriList .indexKinriFlexColumn .kinriNum01 {
	font-size: 5rem;
}

/* indexGlyphLeaf01 */
.indexGlyphLeaf01 > span {
	position: relative;
	display: inline-block;
	padding-left: 38px;
}
.indexGlyphLeaf01 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 30px;
	margin-top: -15px;
	background: url(/kojin/jutaku/images/index_ico_kinri01.png) no-repeat;
	background-size: contain;
}

/* indexFaqIcon01 */
.jutakuFaqBlock01.indexFaqIcon01 .faqQuestionList01 > li:nth-child(1) > a::before {
	background-image: url(/kojin/jutaku/images/index_img_faq01.png);
}
.jutakuFaqBlock01.indexFaqIcon01 .faqQuestionList01 > li:nth-child(2) > a::before {
	background-image: url(/kojin/jutaku/images/index_img_faq02.png);
}
.jutakuFaqBlock01.indexFaqIcon01 .faqQuestionList01 > li:nth-child(3) > a::before {
	background-image: url(/kojin/jutaku/images/index_img_faq03.png);
}
.jutakuFaqBlock01.indexFaqIcon01 .faqQuestionList01 > li:nth-child(4) > a::before {
	background-image: url(/kojin/jutaku/images/index_img_faq04.png);
}
.jutakuFaqBlock01.indexFaqIcon01 .faqQuestionList01 > li:nth-child(5) > a::before {
	background-image: url(/kojin/jutaku/images/index_img_faq05.png);
}
.jutakuFaqBlock01.indexFaqIcon01 .faqQuestionList01 > li:nth-child(6) > a::before {
	background-image: url(/kojin/jutaku/images/index_img_faq06.png);
}
.jutakuFaqBlock01.indexFaqIcon01 .faqQuestionList01 > li:nth-child(7) > a::before {
	background-image: url(/kojin/jutaku/images/index_img_faq07.png);
}

/* indexReasonList */
.indexReasonList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.indexReasonList > * {
	width: 48%;
	margin-left: 2%;
}
.indexReasonList > *:nth-child(2n+1) {
	margin-left: 0;
}
.indexReasonList > *:nth-child(n+3) {
	margin-top: 30px;
}
.indexReasonList .v4-commentColumnTitle01 .v4-glyphComment {
	margin-top: 5px;
}
.indexReasonList .v4-commentColumnTitle01 .v4-commentColumnText {
	line-height: 1.38;
}

/* indexFlagBox01 */
.indexFlagBox01 .v3-labelFlag01 {
	width: 120px;
}
.indexFlagBox01.v3-hasFlag .v3-hasFlagText01 {
	padding: 0 100px;
}

/*-------------------------------------------

/kojin/jutaku/karikae/index.html

-------------------------------------------*/
/* karikaeMarkCheck */
.karikaeMarkCheck.v2-listMarkCheck02 *[class*="glyphCheck"] > span {
	padding-left: 40px;
}
.karikaeMarkCheck.v2-listMarkCheck02 *[class*="glyphCheck"] > span:before {
	top: -0.1em;
	font-size: 28px;
}

/* karikaeCommentItem01 */
.karikaeCommentItem01.colorCardA01.v2-beforeBlowout01:before {
	left: auto;
	right: 38%;
}

/* karikaeDotText01 */
.karikaeDotText01 {
	padding-top: 0.2em;
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 1em 0.2em;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#f7920e),color-stop(.5,#f7920e),color-stop(.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center,0.1em 0.1em,#f7920e,#f7920e 95%,transparent 95%,transparent);
	background-image: radial-gradient(0.1em 0.1em at center center,#f7920e,#f7920e 95%,transparent);
}

/* karikaeGlyphBank01 */
.karikaeGlyphBank01 > span {
	position: relative;
	display: inline-block;
	padding-left: 90px;
}
.karikaeGlyphBank01 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	height: 52px;
	background: url(/kojin/jutaku/karikae/images/index_ico_bank01.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* karikaeFaqIcon01 */
.jutakuFaqBlock01.karikaeFaqIcon01 .faqQuestionList01 > li:nth-child(1) > a::before {
	background-image: url(/kojin/jutaku/karikae/images/index_img_faq01.png);
}
.jutakuFaqBlock01.karikaeFaqIcon01 .faqQuestionList01 > li:nth-child(2) > a::before {
	background-image: url(/kojin/jutaku/karikae/images/index_img_faq02.png);
}
.jutakuFaqBlock01.karikaeFaqIcon01 .faqQuestionList01 > li:nth-child(3) > a::before {
	background-image: url(/kojin/jutaku/karikae/images/index_img_faq03.png);
}
.jutakuFaqBlock01.karikaeFaqIcon01 .faqQuestionList01 > li:nth-child(4) > a::before {
	background-image: url(/kojin/jutaku/karikae/images/index_img_faq04.png);
}
.jutakuFaqBlock01.karikaeFaqIcon01 .faqQuestionList01 > li:nth-child(5) > a::before {
	background-image: url(/kojin/jutaku/karikae/images/index_img_faq05.png);
}
.jutakuFaqBlock01.karikaeFaqIcon01 .faqQuestionList01 > li:nth-child(6) > a::before {
	background-image: url(/kojin/jutaku/karikae/images/index_img_faq06.png);
}


@media screen and (max-width: 767px) {
	/*-------------------------------------------

	共通

	-------------------------------------------*/
	/* jutakuLinkBelt */
	.jutakuLinkBelt {
		margin: 0 -10px;
		padding: 8px 10px 5px;
	}
	.jutakuLinkBelt .jutakuLinkBeltInner {
		width: 100%;
		margin: 0 auto;
	}
	.jutakuLinkBelt .jutakuLinkList01 > li {
		width: 100%;
		margin-left: 10px;
	}
	.jutakuLinkBelt .jutakuLinkBeltInner .btnT01,
	.jutakuLinkBelt .jutakuLinkBeltInner .btnT03 {
		padding: 10px 7px 11px;
	}

	/* jutakuCvColumn01 */
	.jutakuCvColumn01 {
		flex-wrap: wrap;
		width: auto;
	}
	.jutakuCvColumn01 > * {
		width: 31%;
	}
	.jutakuCvColumn01 > *:nth-child(n+4) {
		margin-top: 30px;
	}

	/* jutakuFaqBlock01 */
	.jutakuFaqBlock01 .faqQuestionList01 > li {
		width: 48%;
		margin-left: 4%;
	}
	.jutakuFaqBlock01 .faqQuestionList01 > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.jutakuFaqBlock01 .faqQuestionList01 > li > a {
		padding-top: 105px;
		font-size: 0.875em;
	}
	.jutakuFaqBlock01 .faqQuestionList01 > li > a::before {
		margin-left: -60px;
		width: 120px;
		height: 96px;
	}

	/* jutakuRelationBtn01 */
	.jutakuRelationBtn01 *[class^="btnT"][class*=" icon"] {
		padding-left: 10px;
	}
	.jutakuRelationBtn01 *[class^="btnT"][class*=" icon"] > span {
		padding-right: 25px;
	}

	/* jutakuColumnNaviBlock */
	.jutakuColumnNaviBlock01 .v3-columnNaviTitle01 {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding: 0;
		text-align: left;
	}
	.jutakuColumnNaviBlock01 .v3-columnNaviTitleLink {
		position: static;
	}

	/* jutakuUniqueBtnIcon */
	*[class*="jutakuUniqueBtnIcon"] {
		padding: 12px 30px;
	}
	*[class*="jutakuUniqueBtnIcon"] > span {
		padding: 0 30px;
	}

	/*-------------------------------------------

	/kojin/jutaku/index.html

	-------------------------------------------*/
	/* indexIcoModal01 */
	.indexIcoModal01 > span {
		padding-right: 20px;
	}
	.indexIcoModal01 > span::after {
		width: 16px;
		height: 16px;
		margin-top: -8px;
	}

	/* indexKinriList */
	.indexKinriList {
		display: block;
	}
	.indexKinriList .indexKinriItem {
		width: 100%;
		padding: 20px 0;
		border-bottom: none;
	}
	.indexKinriList .indexKinriItem:last-child {
		border-bottom: 1px solid #eaeaea;
	}
	.indexKinriList .indexKinriFlexColumn > dt {
		flex: 1;
	}
	.indexKinriList .indexKinriFlexColumn > dd {
		width: 140px;
	}

	/* indexGlyphLeaf01 */
	.indexGlyphLeaf01 {
		position: relative;
	}
	.indexGlyphLeaf01 > span {
		display: inline-block;
		padding-left: 35px;
	}
	.indexGlyphLeaf01 > span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 26px;
		height: 30px;
		margin-top: -15px;
		background: url(/kojin/jutaku/images/index_ico_kinri01.png) no-repeat;
		background-size: contain;
	}

	/* indexReasonList */
	.indexReasonList {
		display: block;
	}
	.indexReasonList > * {
		width: 100%;
		margin-left: 0;
	}
	.indexReasonList > *:nth-child(n+3) {
		margin-top: 45px;
	}
	.indexReasonList > *:nth-child(n+2) {
		margin-top: 45px;
	}

	/* indexFlagBox01 */
	.indexFlagBox01 .v3-labelFlag01 {
		width: 75px;
	}
	.indexFlagBox01.v3-hasFlag .v3-hasFlagText01 {
		padding: 0 15px;
	}

	/*-------------------------------------------

	/kojin/jutaku/karikae/index.html

	-------------------------------------------*/
	/* karikaeCommentItem01 */
	.karikaeCommentItem01.colorCardA01.v2-beforeBlowout01:before {
		right: 19%;
	}

	/* karikaeGlyphBank01 */
	.karikaeGlyphBank01 > span {
		padding-left: 77px;
	}
	.karikaeGlyphBank01 > span::before {
		width: 59px;
		height: 43px;
	}
}
