@charset "UTF-8";

/*-------------------------------------------

/kojin/reverse-mortgage/index.html

-------------------------------------------*/
/* indexMvAreaWrap */
.indexMvAreaWrap {
	margin-top: -30px;
	background: linear-gradient(to left, #ffeed8 0, #ffeed8 50%, #dff1e1 50%, #dff1e1 100%);
}
.indexMvArea {
	height: 100%;
	padding: 25px 0;
	background-image: url(/kojin/reverse-mortgage/images/index_bg_mv01.png);
	background-repeat: no-repeat;
	background-size: auto 510px;
	background-position: center center;
	box-sizing: border-box;
}
.indexMvAreaInner {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.indexMvTitle01 {
	margin-bottom: 20px;
}
.indexMvImg01 {
	margin-bottom: 11px;
}
.indexMvItem01 {
	width: 776px;
	margin: 0 auto;
}
.indexMvItem01 > ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
*[class*="indexMvBtn"] {
	position: relative;
	display: block;
	width: 368px;
	padding: 10px 34px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
	transition: 0.5s;
}
*[class*="indexMvBtn"]:hover {
	opacity: 0.7;
}
*[class*="indexMvBtn"]::before {
	content: "\e909";
	position: absolute;
	top: 50%;
	left: 2px;
	font-size: 3rem;
	font-family: 'icon_type2018';
	color: #0ca26c;
	line-height: 1;
	transform: translateY(-50%);
}
*[class*="indexMvBtn"] dt {
	width: 90%;
	padding: 5px 0;
	margin: 0 auto 5px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
*[class*="indexMvBtn"] dd {
	font-size: 18px;
	font-weight: bold;
}
.indexMvBtn01 dt {
	background-color: #0ca26c;
}
.indexMvBtn02 dt {
	background-color: #f7920e;
}
.indexMvBtn01 dd {
	color: #0ca26c;
	line-height: 1.28;
}
.indexMvBtn02 dd {
	color: #f7920e;
	line-height: 1.28;
}

/* indexCommentBlock01 */
.indexCommentBlock01 {
	position: relative;
	padding: 20px;
	background-color: #f1fdf7;
}
.indexCommentBlock01::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 20px solid #f1fdf7;
	border-top: 0;
	transform: translateX(-110px);
}

/* indexCardItem01 */
.indexCardItem01 {
	display: block;
	padding: 30px;
	background-color: #fff;
	border: 2px solid #eaeaea;
	box-sizing: border-box;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
	transition: 0.5s;
}
.indexCardItem01:hover {
	opacity: 0.7;
}


/*-------------------------------------------

/kojin/reverse-mortgage/modal/entry.html

-------------------------------------------*/
/* modalEntryCategory */
*[class*="modalEntryCategory"] {
	display: inline-block;
	width: 65%;
	padding: 5px 0;
	margin-bottom: 5px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
}
.modalEntryCategory01 {
	background-color: #f7920e;
}
.modalEntryCategory02 {
	background-color: #0ca26c;
}
/* modalEntryIcon */
.modalEntryIcon01 > span {
	position: relative;
	display: inline-block;
	padding-left: 63px;
}
.modalEntryIcon01 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 48px;
	height: 41px;
	background: url(/kojin/reverse-mortgage/images/modal_ico_entry01.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
.modalEntryIcon02 > span {
	position: relative;
	display: inline-block;
	padding-left: 59px;
}
.modalEntryIcon02 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 44px;
	height: 32px;
	background: url(/kojin/reverse-mortgage/images/modal_ico_entry02.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/*-------------------------------------------

/kojin/reverse-mortgage/lifeplan/index.html

-------------------------------------------*/
/* lifeplanMvArea */
.lifeplanMvArea {
	height: 448px;
	margin-top: -30px;
	background-color: #ffeed8;
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_bg_mv01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
}
.lifeplanMvAreaInner {
	width: 1200px;
	height: 100%;
	padding: 25px 0;
	margin: 0 auto;
}
.lifeplanMvColumn01 {
	display: flex;
	justify-content: space-between;
}
.lifeplanMvItem01 {
	padding-left: 104px;
}
.lifeplanMvImg01 {
	padding-top: 31px;
	margin-bottom: 45px;
}
.lifeplanMvImg02 {
	padding-right: 97px;
}

/* lifeplanAncContents */
.lifeplanAncContents {
	display: flex;
	justify-content: center;
	align-items: center;
}
.lifeplanAncContents > *:first-child {
	margin-right: 30px;
	font-weight: bold;
}
.lifeplanAncList01 > li {
	display: inline-block;
	margin-left: 10px;
}
.lifeplanAncList01 > li:first-child {
	margin-left: 0;
}
.lifeplanAncList01 > li > a {
	display: block;
}
.lifeplanAncList01 > li > a:hover {
	opacity: 0.7;
}

/* lifeplanAccIcon01 */
.lifeplanAccIcon01 > span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	box-sizing: border-box;
}
.lifeplanAccIcon01 > span::before {
	content: "";
	position: absolute;
	top: 50% !important;
	left: 0 !important;
	width: 20px;
	height: 26px;
	background: url(/kojin/reverse-mortgage/lifeplan/images/index_ico_acc01.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* .lifeplanIllustBlock */
.lifeplanIllustBlock01.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(1) > a::before {
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_img_modal01.png);
}
.lifeplanIllustBlock01.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(2) > a::before {
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_img_modal02.png);
}
.lifeplanIllustBlock01.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(3) > a::before {
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_img_modal03.png);
}
.lifeplanIllustBlock01.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(4) > a::before {
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_img_modal04.png);
}
.lifeplanIllustBlock01.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(5) > a::before {
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_img_modal05.png);
}
.lifeplanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(1) > a::before {
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_img_faq01.png);
}
.lifeplanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(2) > a::before {
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_img_faq02.png);
}
.lifeplanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(3) > a::before {
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_img_faq03.png);
}
.lifeplanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(4) > a::before {
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_img_faq04.png);
}
.lifeplanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(5) > a::before {
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_img_faq05.png);
}
.lifeplanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(6) > a::before {
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_img_faq06.png);
}

/* lifeplanIconBtn */
.lifeplanIconBtn01 > span {
	position: relative;
	display: inline-block;
	padding: 0 70px;
}
.lifeplanIconBtn01 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 41px;
	margin-top: 0;
	background: url(/kojin/reverse-mortgage/lifeplan/images/index_ico_btn01.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
.lifeplanIconBtn02 > span {
	position: relative;
	display: inline-block;
	padding: 0 50px;
}
.lifeplanIconBtn02 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 36px;
	margin-top: 0;
	background: url(/kojin/reverse-mortgage/lifeplan/images/index_ico_btn02.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* lifeplanGlyphGlass01 */
.lifeplanGlyphGlass01 > span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
.lifeplanGlyphGlass01 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	background: url(/kojin/reverse-mortgage/lifeplan/images/index_ico_acc02.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* lifeplanGlyphQuestion01 */
.lifeplanGlyphQuestion01 > span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
.lifeplanGlyphQuestion01 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(/kojin/reverse-mortgage/lifeplan/images/index_ico_question01.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* lifeplanSelectTitle */
*[class*="lifeplanSelectTitle"] {
	padding: 15px;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.lifeplanSelectTitle01 {
	background-color: #fff8dc;
}
.lifeplanSelectTitle02 {
	background-color: #eee;
}

/* lifeplanArrowItem01 */
.lifeplanArrowItem01 {
	position: relative;
	height: 100%;
}
.lifeplanArrowItem01::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	border-top: 2px solid #f7920e;
	border-right: 2px solid #f7920e;
	transform: translateX(-50%) rotate(135deg);
}
.lifeplanArrowItem01::after {
	content: '';
	display: block;
	position: relative;
	left: 50%;
	width: 2px;
	height: calc(100% - 11.6em);
	margin-left: 3px;
	background: #f7920e;
}

/* lifeplanArrowBox01 */
.lifeplanArrowBox01 {
	padding-bottom: 15px;
	background-color: #fff;
}

/* lifeplanAccIcon02 */
.lifeplanAccIcon02 > span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	box-sizing: border-box;
}
.lifeplanAccIcon02 > span::before {
	content: "";
	position: absolute;
	top: 50% !important;
	left: 0 !important;
	width: 30px;
	height: 30px;
	background: url(/kojin/reverse-mortgage/lifeplan/images/index_ico_acc02.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* lifeplanReasonBlock01 */
.lifeplanReasonBlock01 .v4-glyphComment {
	width: 78px;
	height: 42px;
	margin-top: 10px;
}


/*-------------------------------------------

/kojin/reverse-mortgage/lifeplan/example.html

-------------------------------------------*/
/* exampleFlexColumn */
.exampleFlexColumn01 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.exampleFlexColumn01 > *:first-child {
	width: 375px;
}
.exampleFlexColumn01 > *:last-child {
	flex: 1;
}
.exampleFlexColumn02 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.exampleFlexColumn02 > *:first-child {
	width: 94px;
	margin-right: 35px;
}
.exampleFlexColumn01 > *:last-child {
	flex: 1;
}
.exampleFlexColumn03 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.exampleFlexColumn03 > *:first-child {
	width: 300px;
	margin-right: 25px;
}
.exampleFlexColumn03 > *:last-child {
	flex: 1;
}
.exampleFlexColumn04 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.exampleFlexColumn04 > *:first-child {
	width: 400px;
	margin-right: 25px;
}
.exampleFlexColumn04 > *:last-child {
	flex: 1;
}
.exampleFlexColumn05 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.exampleFlexColumn05 > *:first-child {
	width: 95px;
	margin-right: 15px;
}
.exampleFlexColumn05 > *:last-child {
	flex: 1;
}

/* exampleColorBox01 */
.exampleColorBox01 {
	padding: 25px;
	background-color: #f1fdf7;
	box-sizing: border-box;
}

/* exampleCommentBox01 */
.exampleCommentBox01 {
	position: relative;
	padding: 20px;
	margin-left: 42px;
	border: 2px solid #0ca26c;
	border-radius: 8px;
	box-sizing: border-box;
}
.exampleCommentBox01::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	width: 40px;
	height: 40px;
	background: url(/kojin/reverse-mortgage/lifeplan/images/example_ico_arrow01.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* exampleGlyphCheck */
*[class*="exampleGlyphCheck"] > span {
	position: relative;
	display: inline-block;
	padding-left: 50px;
}
*[class*="exampleGlyphCheck"] > span::before {
	content: "\e947";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3.2rem;
	font-family: 'icon_type2018';
	line-height: 1;
}
.exampleGlyphCheck01 > span::before {
	color: #b2b2b2;
}
.exampleGlyphCheck02 > span::before {
	color: #f7920e;
}

/* exampleIcon */
*[class*="exampleIcon"] > span {
	position: relative;
	display: inline-block;
}
*[class*="exampleIcon"] > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform: translateY(-50%);
}
.exampleIcon01 {
	margin-bottom: 50px;
}
.exampleIcon01 > span {
	padding-left: 109px;
}
.exampleIcon01 > span::before {
	width: 83px;
	height: 70px;
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/example_img03.png);
}
.exampleIcon02 {
	margin-bottom: 50px;
}
.exampleIcon02 > span {
	padding-left: 106px;
}
.exampleIcon02 > span::before {
	width: 96px;
	height: 43px;
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/example_img04.png);
}
.exampleIcon03 {
	margin-bottom: 50px;
}
.exampleIcon03 > span {
	padding-left: 109px;
}
.exampleIcon03 > span::before {
	width: 83px;
	height: 70px;
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/example_img06.png);
}
.exampleIcon04 {
	margin-bottom: 50px;
}
.exampleIcon04 > span {
	padding-left: 106px;
}
.exampleIcon04 > span::before {
	width: 96px;
	height: 43px;
	background-image: url(/kojin/reverse-mortgage/lifeplan/images/example_img07.png);
}

/* exampleCommentUp */
.exampleCommentUp {
	position: relative;
	margin-top: 30px;
}
.exampleCommentUp::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	border-bottom: 20px solid #fff;
	border-top: 0;
	transform: translateX(-50%);
}


/*-------------------------------------------

/kojin/reverse-mortgage/fudousan/index.html

-------------------------------------------*/
/* fudousanMvArea */
.fudousanMvArea {
	height: 448px;
	margin-top: -30px;
	background-color: #dff1e1;
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_bg_mv01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
}
.fudousanMvAreaInner {
	width: 1200px;
	height: 100%;
	padding: 25px 0;
	margin: 0 auto;
}
.fudousanMvColumn01 {
	display: flex;
	justify-content: space-between;
}
.fudousanMvItem01 {
	padding-left: 104px;
}
.fudousanMvImg01 {
	padding-top: 31px;
	margin-bottom: 45px;
}
.fudousanMvImg02 {
	padding-right: 97px;
}

/* fudousanAncContents */
.fudousanAncContents {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fudousanAncContents > *:first-child {
	margin-right: 30px;
	font-weight: bold;
}
.fudousanAncList01 > li {
	display: inline-block;
	margin-left: 10px;
}
.fudousanAncList01 > li:first-child {
	margin-left: 0;
}
.fudousanAncList01 > li > a {
	display: block;
}
.fudousanAncList01 > li > a:hover {
	opacity: 0.7;
}

/* fudousanAccIcon01 */
.fudousanAccIcon01 > span {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	box-sizing: border-box;
}
.fudousanAccIcon01 > span::before {
	content: "";
	position: absolute;
	top: 50% !important;
	left: 0 !important;
	width: 20px;
	height: 26px;
	background: url(/kojin/reverse-mortgage/fudousan/images/index_ico_acc01.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* .fudousanIllustBlock */
.fudousanIllustBlock01.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(1) > a::before {
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_img_modal01.png);
}
.fudousanIllustBlock01.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(2) > a::before {
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_img_modal02.png);
}
.fudousanIllustBlock01.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(3) > a::before {
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_img_modal03.png);
}
.fudousanIllustBlock01.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(4) > a::before {
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_img_modal04.png);
}
.fudousanIllustBlock01.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(5) > a::before {
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_img_modal05.png);
}
.fudousanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(1) > a::before {
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_img_faq01.png);
}
.fudousanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(2) > a::before {
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_img_faq02.png);
}
.fudousanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(3) > a::before {
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_img_faq03.png);
}
.fudousanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(4) > a::before {
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_img_faq04.png);
}
.fudousanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(5) > a::before {
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_img_faq05.png);
}
.fudousanIllustBlock02.v4-illustLinkBlock01 .v4-illustLinkList01:nth-child(6) > a::before {
	background-image: url(/kojin/reverse-mortgage/fudousan/images/index_img_faq06.png);
}

/* fudousanIconBtn */
.fudousanIconBtn01 > span {
	position: relative;
	display: inline-block;
	padding: 0 70px;
}
.fudousanIconBtn01 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 46px;
	height: 47px;
	margin-top: 0;
	background: url(/kojin/reverse-mortgage/fudousan/images/index_ico_btn01.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}
.fudousanIconBtn02 > span {
	position: relative;
	display: inline-block;
	padding: 0 50px;
}
.fudousanIconBtn02 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 36px;
	margin-top: 0;
	background: url(/kojin/reverse-mortgage/fudousan/images/index_ico_btn02.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* fudousanGlyphGlass01 */
.fudousanGlyphGlass01 > span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
.fudousanGlyphGlass01 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	background: url(/kojin/reverse-mortgage/fudousan/images/index_ico_acc02.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* fudousanGlyphQuestion01 */
.fudousanGlyphQuestion01 > span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}
.fudousanGlyphQuestion01 > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(/kojin/reverse-mortgage/fudousan/images/index_ico_question01.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* fudousanSelectTitle */
*[class*="fudousanSelectTitle"] {
	padding: 15px;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
.fudousanSelectTitle01 {
	background-color: #fff8dc;
}
.fudousanSelectTitle02 {
	background-color: #eee;
}

/* fudousanArrowItem01 */
.fudousanArrowItem01 {
	position: relative;
	height: 100%;
}
.fudousanArrowItem01::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	border-top: 2px solid #f7920e;
	border-right: 2px solid #f7920e;
	transform: translateX(-50%) rotate(135deg);
}
.fudousanArrowItem01::after {
	content: '';
	display: block;
	position: relative;
	left: 50%;
	width: 2px;
	height: calc(100% - 11.6em);
	margin-left: 3px;
	background: #f7920e;
}

/* fudousanArrowBox01 */
.fudousanArrowBox01 {
	padding-bottom: 15px;
	background-color: #fff;
}

/* fudousanAccIcon02 */
.fudousanAccIcon02 > span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	box-sizing: border-box;
}
.fudousanAccIcon02 > span::before {
	content: "";
	position: absolute;
	top: 50% !important;
	left: 0 !important;
	width: 30px;
	height: 30px;
	background: url(/kojin/reverse-mortgage/fudousan/images/index_ico_acc02.png) no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}

/* fudousanReasonBlock01 */
.fudousanReasonBlock01 .v4-glyphComment {
	width: 78px;
	height: 42px;
	margin-top: 10px;
}

/* fudousanLamp01 */
.fudousanLamp01 > span {
	position: relative;
	display: inline-block;
	padding-top: 55px;
}
.fudousanLamp01 > span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 28px;
	height: 46px;
	background: url(/kojin/reverse-mortgage/fudousan/images/index_ico_lamp01.png) no-repeat;
	background-size: contain;
	transform: translateX(-50%);
}

.fudousanFlag01.colorCardA01 .v3-labelFlag01 {
	width: 89px;
}


/*-------------------------------------------

/kojin/reverse-mortgage/fudousan/example.html

-------------------------------------------*/
/* fudousanExampleWidth01 */
.exampleFlexColumn01 > .fudousanExampleWidth01 {
	width: 410px;
}

/* fudousanExampleIcon */
*[class*="fudousanExampleIcon"] > span {
	position: relative;
	display: inline-block;
}
*[class*="fudousanExampleIcon"] > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform: translateY(-50%);
}
.fudousanExampleIcon01 {
	margin-bottom: 50px;
}
.fudousanExampleIcon01 > span {
	padding-left: 109px;
}
.fudousanExampleIcon01 > span::before {
	width: 83px;
	height: 70px;
	background-image: url(/kojin/reverse-mortgage/fudousan/images/example_img02.png);
}
.fudousanExampleIcon02 {
	margin-bottom: 50px;
}
.fudousanExampleIcon02 > span {
	padding-left: 106px;
}
.fudousanExampleIcon02 > span::before {
	width: 96px;
	height: 43px;
	background-image: url(/kojin/reverse-mortgage/fudousan/images/example_img03.png);
}


@media screen and (max-width: 768px) {
	/*-------------------------------------------

	/kojin/reverse-mortgage/index.html

	-------------------------------------------*/
	/* indexMvAreaWrap */
	.indexMvAreaWrap {
		height: auto;
		margin: -20px -10px 0;
	}
	.indexMvArea {
		padding: 14px 0 20px;
		background-image: none;
	}
	.indexMvAreaInner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.indexMvTitle01 {
		max-width: 347px;
		margin: 0 auto 12px;
	}
	.indexMvImg01 {
		max-width: 355px;
		margin: 0 auto 6px;
	}
	.indexMvItem01 {
		width: 100%;
		margin: 0 auto;
	}
	.indexMvItem01 > ul {
		margin-bottom: 15px;
	}
	.indexMvItem01 > ul > li {
		width: 48%;
	}
	*[class*="indexMvBtn"] {
		width: 100%;
		padding: 10px 12px;
	}
	*[class*="indexMvBtn"]::before {
		left: 0;
		font-size: 1.8rem;
	}
	*[class*="indexMvBtn"] dt {
		font-size: 1.4rem;
	}
	*[class*="indexMvBtn"] dd {
		font-size: 1.8rem;
		font-weight: bold;
	}

	/* indexCommentBlock01 */
	.indexCommentBlock01 {
		padding: 12px;
	}
	.indexCommentBlock01::before {
		transform: translateX(-95px);
	}

	/* indexCardItem01 */
	.indexCardItem01 {
		padding: 15px;
	}


	/*-------------------------------------------

	/kojin/reverse-mortgage/modal/entry.html

	-------------------------------------------*/
	/* modalEntryCategory */
	*[class*="modalEntryCategory"] {
		width: 100%;
	}


	/*-------------------------------------------

	/kojin/reverse-mortgage/lifeplan/index.html

	-------------------------------------------*/
	/* lifeplanMvArea */
	.lifeplanMvArea {
		height: auto;
		margin: -20px -10px 0;
		background-image: url(/kojin/reverse-mortgage/lifeplan/images/index_bg_mv01_sp.png);
		background-size: auto 100%;
	}
	.lifeplanMvAreaInner {
		width: 100%;
		padding: 14px 0;
	}
	.lifeplanMvColumn01 {
		display: block;
	}
	.lifeplanMvItem01 {
		padding: 0 14px;
	}
	.lifeplanMvImg01 {
		max-width: 347px;
		padding-top: 0;
		margin: 0 auto 10px;
	}
	.lifeplanMvImg02 {
		padding-right: 97px;
	}


/* lifeplanAncContents */
	.lifeplanAncContents {
		display: block;
	}
	.lifeplanAncContents > *:first-child {
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.lifeplanAncList01 {
		display: flex;
		flex-wrap: wrap;
	}
	.lifeplanAncList01 > li {
		display: block;
		width: 48%;
		margin-left: 4%;
	}
	.lifeplanAncList01 > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.lifeplanAncList01 > li:nth-child(2n+3) {
		margin-top: 10px;
	}

	/* lifeplanIconBtn */
	.lifeplanIconBtn01 > span {
		padding: 0 45px;
	}
	.lifeplanIconBtn01 > span::before {
		left: -15px;
	}
	.lifeplanIconBtn02.iconNewWindow > span {
		padding: 0 50px;
	}

	/* lifeplanCarousel01 */
	.lifeplanCarousel01 .bx-prev {
		left: -5px !important;
	}
	.lifeplanCarousel01 .bx-next {
		right: -5px !important;
	}

	/* lifeplanArrowItem01 */
	.lifeplanArrowItem01::after {
		height: calc(100% - 11.5em);
	}

	/* lifeplanTable01 */
	.lifeplanTable01 {
		padding: 5px !important;
	}

	/* lifeplanReasonBlock01 */
	.lifeplanReasonBlock01 .v4-glyphComment {
		width: 57px;
		height: 31px;
		margin-top: 0;
	}


	/*-------------------------------------------

	/kojin/reverse-mortgage/lifeplan/example.html

	-------------------------------------------*/
	/* exampleFlexColumn */
	.exampleFlexColumn01 {
		display: block;
	}
	.exampleFlexColumn01 > *:first-child {
		width: 100%;
	}
	.exampleFlexColumn02 > *:first-child {
		width: 89px;
		margin-right: 12px;
	}
	.exampleFlexColumn03 {
		display: block;
	}
	.exampleFlexColumn03 > *:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.exampleFlexColumn04 {
		display: block;
	}
	.exampleFlexColumn04 > *:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.exampleFlexColumn05 {
		max-width: 300px;
		margin: 0 auto;
	}

	/* exampleColorBox01 */
	.exampleColorBox01 {
		padding: 15px;
	}

	/* exampleCommentBox01 */
	.exampleCommentBox01 {
		padding: 15px;
		margin-left: 0;
		margin-top: 20px;
	}
	.exampleCommentBox01::before {
		content: "";
		position: absolute;
		top: -23px;
		left: 35px;
		width: 35px;
		height: 35px;
		transform: translateY(0);
		transform: rotate(90deg);
	}

	/* exampleGlyphCheck */
	*[class*="exampleGlyphCheck"] > span {
		padding-left: 30px;
	}
	*[class*="exampleGlyphCheck"] > span::before {
		top: 2px;
		font-size: 2rem;
	}

	/* exampleIcon */
	.exampleIcon01 {
		margin-top: 10px !important;
		margin-bottom: 30px;
	}
	.exampleIcon01 > span {
		padding-left: 84px;
	}
	.exampleIcon01 > span::before {
		width: 67px;
		height: 52px;
	}
	.exampleIcon02 {
		margin-bottom: 30px;
	}
	.exampleIcon02 > span {
		padding-left: 94px;
	}
	.exampleIcon02 > span::before {
		width: 84px;
		height: 52px;
	}
	.exampleIcon03 {
		margin-top: 10px !important;
		margin-bottom: 30px;
	}
	.exampleIcon03 > span {
		padding-left: 84px;
	}
	.exampleIcon03 > span::before {
		width: 67px;
		height: 52px;
	}
	.exampleIcon04 {
		margin-bottom: 30px;
	}
	.exampleIcon04 > span {
		padding-left: 94px;
	}
	.exampleIcon04 > span::before {
		width: 84px;
		height: 52px;
	}


	/*-------------------------------------------

	/kojin/reverse-mortgage/fudousan/index.html

	-------------------------------------------*/
	/* fudousanMvArea */
	.fudousanMvArea {
		height: auto;
		margin: -20px -10px 0;
		background-image: url(/kojin/reverse-mortgage/fudousan/images/index_bg_mv01_sp.png);
		background-size: auto 100%;
	}
	.fudousanMvAreaInner {
		width: 100%;
		padding: 14px 0;
	}
	.fudousanMvColumn01 {
		display: block;
	}
	.fudousanMvItem01 {
		padding: 0 14px;
	}
	.fudousanMvImg01 {
		max-width: 347px;
		padding-top: 0;
		margin: 0 auto 10px;
	}
	.fudousanMvImg02 {
		padding-right: 97px;
	}


/* fudousanAncContents */
	.fudousanAncContents {
		display: block;
	}
	.fudousanAncContents > *:first-child {
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.fudousanAncList01 {
		display: flex;
		flex-wrap: wrap;
	}
	.fudousanAncList01 > li {
		display: block;
		width: 48%;
		margin-left: 4%;
	}
	.fudousanAncList01 > li:nth-child(2n+1) {
		margin-left: 0;
	}
	.fudousanAncList01 > li:nth-child(2n+3) {
		margin-top: 10px;
	}

	/* fudousanIconBtn */
	.fudousanIconBtn01 > span {
		padding: 0 25px;
	}
	.fudousanIconBtn01 > span::before {
		left: -20px;
	}
	.fudousanIconBtn02.iconNewWindow > span {
		padding: 0 50px;
	}

	/* fudousanCarousel01 */
	.fudousanCarousel01 .bx-prev {
		left: -8px !important;
	}
	.fudousanCarousel01 .bx-next {
		right: -8px !important;
	}

	/* fudousanArrowItem01 */
	.fudousanArrowItem01::after {
		height: calc(100% - 11.5em);
	}

	/* fudousanTable01 */
	.fudousanTable01 {
		padding: 5px !important;
	}

	/* fudousanReasonBlock01 */
	.fudousanReasonBlock01 .v4-glyphComment {
		width: 57px;
		height: 31px;
		margin-top: 0;
	}


	/*-------------------------------------------

	/kojin/reverse-mortgage/fudousan/example.html

	-------------------------------------------*/
	/* fudousanExampleWidth01 */
	.fudousanExampleWidth01 .exampleFlexColumn02 > *:first-child {
		width: 70px;
	}
	/* fudousanExampleIcon */
	.fudousanExampleIcon01 {
		margin-top: 10px !important;
		margin-bottom: 30px;
	}
	.fudousanExampleIcon01 > span {
		padding-left: 84px;
	}
	.fudousanExampleIcon01 > span::before {
		width: 67px;
		height: 52px;
	}
	.fudousanExampleIcon02 {
		margin-bottom: 30px;
	}
	.fudousanExampleIcon02 > span {
		padding-left: 94px;
	}
	.fudousanExampleIcon02 > span::before {
		width: 84px;
		height: 52px;
	}
}
