@charset "UTF-8";
/*-------------------------------------------
Base Setting
-------------------------------------------*/
html {
	font-size:62.5%;
}
body {
	min-width:1200px;
}

body,select,input,textarea {
	font:18px Helvetica,Arial,Tahoma,sans-serif;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", sans-serif;
	line-height:1.75;
	color:#000;
	-webkit-text-size-adjust:none;
}
@media all and (min-width: 768px) {
	body {
		font-weight:500;
	}
}
a {
	color:#0ca26c;
	cursor: pointer;
}
a:link {
	text-decoration:none;
}
a:visited {
	/*color:#328500;*/
	color: #0ca26c;
	text-decoration:none;
}
a:hover {
	color: #f7920e;
}
caption {
	margin-bottom:5px;
	text-align:left;
}
ins {
	background-color:#fcd700;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#fcd700;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
textarea {
	resize:vertical;
}
address {
	font-style:normal;
}
em {
	font-style:normal;
}
legend {
	display:none;
}
table {
	text-align: left;
	font-weight: normal;
}
th,td {
	font-weight: normal;
}
body {
	background:#ffffff;
	word-break: break-all;
}
img {
	max-width: 100%;
}
p > img {
	vertical-align: middle;
}
a:hover > img,
a.imgOpacity:hover img,
a:hover > img.imgOpacityImg,
a.noImgOpacity:hover img.imgOpacityImg,
a.hover > .spEnlargeWrap >img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
a.noImgOpacity:hover img,
a:hover > img.noImgOpacityImg,
a.imgOpacity:hover img.noImgOpacityImg,
.resonaGroupInfo a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/*-------------------------------------------
Header
-------------------------------------------*/
.btnSpPage {
	display: none;
}
.btnSpPage .btnT02 {
	width: 100%;
	text-align: center;
	font-size: 60px;
}
.spDrawerMenu {
	display: none;
}
/* select bank */
#selectBank {
	background-color: #4c4c4c;
}
#selectBankInner {
	position: relative;
	padding: 48px 0 56px;
	width: 1200px;
	margin: 0 auto;
}
#selectBankInner::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -14px;
	left: 304px;
	border-style: solid;
	border-width: 14px 15px 0 15px;
	border-color: #4c4c4c transparent transparent transparent;
}

#selectBank .selectBankTtl {
	margin-bottom: 107px;
	text-align: center;
	color: #fff;
	font-size: 1.11em;
	font-weight: bold;
}
#selectBank .selectBankBtnList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	align-items: flex-start;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 17px;
}
#selectBank .selectBankBtnWrap {
	position: relative;
	padding: 17px 12px;
	text-align: center;
}
#selectBank .selectBankBtnWrap:first-child {
	margin-right: 24px;
}
#selectBank .selectBankBtnWrap:hover {
	background-color: #0ca26c;
}
#selectBank .selectBankBtnWrap[aria-selected="true"] {
	background-color: #0ca26c;
	padding-bottom: 0;
}
#selectBank .selectBankBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 416px;
	height: 64px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
}
#selectBank .selectBankBtnTxtSelected {
	display: inline-block;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	line-height: 1;
}
#selectBank .selectBankBtnTxtSelected[aria-hidden="true"] {
	display: none;
}
#selectBank .selectBankBtnTxtSelected > *{
	display: inline-block;
	padding-left: 30px;
	color: #fff;
	position: relative;
	font-size: 0.88em;
}
#selectBank .selectBankBtnTxtSelected > *:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin-top: auto;
	margin-bottom: auto;
	border-style: solid;
	border-width: 0 11px 12px 11px;
	border-color: transparent transparent #ffffff transparent;
}
#selectBank .selectBankBtnBalloon {
	display: block;
	position: absolute;
	top: -80px;
	left: 82px;
	padding: 21px 0 14px 133px;
	background: url(/form_common/securedloan/images/img_select_box_001.png) no-repeat left center;
	background-size: auto 100%;
}
#selectBank .selectBankBtnBalloon > * {
	display: block;
	position: relative;
	background-color: #fff;
	padding: 14px 22px 14px 28px;
	border-radius: 4px;
	font-size: 1.11em;
	border: solid 1px #dadada;
	line-height: 1;
}
#selectBank .selectBankBtnBalloon > *::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9px;
	width: 9px;
	height: 18px;
	margin-top: auto;
	margin-bottom: auto;
	background: url(/form_common/securedloan/images/bg_select_box_balloon.png) no-repeat center;
	background-size: contain;
}
#selectBank .selectBankBtnBalloon[aria-hidden="true"] {
	display: none;
}
#svgSelectResona {
	width: 139px;
}
#svgSelectSaitama {
	width: 180px;
}
#closeSelectBank {
	padding-left: 50px;
	padding-right: 30px;
	font-size: 0.88em;
}
#closeSelectBank > span:before {
	color: #0ca26c;
}
#closeSelectBank:hover > span:before {
	color: #84cda6 !important;
}
[data-select-bank][aria-hidden="true"] {
	display: none !important;
}
/* header */
header[role="banner"] .headerInner {
	margin: 0 auto;
}
header[role="banner"] .headerInner:before,
header[role="banner"] .headerInner:after,
header[role="banner"] .headerTop:before,
header[role="banner"] .headerTop:after {
	content: " ";
	display: table;
}
header[role="banner"] .headerInner:after,
header[role="banner"] .headerTop:after {
	clear: both;
}
header[role="banner"] .headerInner,
header[role="banner"] .headerTop {
	*zoom: 1;
}
header[role="banner"] .headerTop {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
	width: 1200px;
	margin: 0 auto 10px;
	padding-top: 13px;
}
header[role="banner"] .headerInner .logoWrap {
	margin-top: 4px;
}
header[role="banner"] .headerInner .headerGuide {
	margin-left: auto;
}
header[role="banner"] .headerInner .logoWrap {
	position: relative;
	margin: 0;
}
header[role="banner"] .headerInner .logoWrap > h1,
header[role="banner"] .headerInner .logoWrap > p > strong {
	display: block;
	width: 176px;
	height: 44px;
}
header[role="banner"] .headerInner .logoWrap > p {
	padding-left: 2px;
	width: 209px;
}
header[role="banner"] .headerInner .logoWrap > p .svgTopLogo {
	width: auto;
}
header[role="banner"] .headerInner .logoWrap a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
header[role="banner"] .headerInner .logoWrap > dl dt,
header[role="banner"] .headerInner .logoWrap > dl dd {
	display: inline-block;
	margin-top: 10px;
	color: #999999;
	font-size: 0.667em;
	vertical-align: top;
}

header[role="banner"] .headerInner .financialCode {
	position: absolute;
	top: 8px;
	left: 184px;
	border: 1px solid #d3d3d3;
	padding: 4px 6px;
	line-height: 1;
	font-size: 0.857em;
	color: #666;
}
header[role="banner"] .headerInner .spHeaderMenu {
	display: none;
}

header[role="banner"] .headerInner .btnSelectBank {
	margin: 3px 0 0 14px;
	font-size: 0.778em;
}
header[role="banner"] .headerInner .btnSelectBank[aria-hidden='true'] {
	display: none;
}
header[role="banner"] .headerInner .btnSelectBank[aria-hidden='false'] {
	display: block;
}
header[role="banner"] .headerInner .btnSelectBank a {
	display: block;
	padding: 4px 10px;
}
header[role="banner"] .headerInner .btnSelectBank a:after {
	margin-left: 8px;
}
header[role="banner"] .headerInner .headerAlertArea {
	max-width: 1200px;
	margin: 0 auto;
}
/*global navigation*/
header[role="banner"] .gnavArea {
	background: #0ca26c;
}
header[role="banner"] .gnavArea > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 1200px;
	margin: 0 auto;
	font-size: 0.889em;
}
header[role="banner"] .gnavArea > ul > li {
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	text-align: center;
}
header[role="banner"] .gnavArea > ul > li > a {
	display: block;
	width: 100%;
	padding: 14px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: solid 1px #fff;
	color: #fff;
	font-weight: bold;
}
header[role="banner"] .gnavArea > ul > li:first-child > a {
	border-left: solid 1px #fff;
}
header[role="banner"] .gnavArea > ul > li > a:hover,
header[role="banner"] .gnavArea > ul > li.current > a {
	background: #fff;
	color: #0ca26c;
}

header[role="banner"] .headerInner .headerRight {
	float: right;
	width: 390px;
	margin-top: 2px;
}

header[role="banner"] .headerInner #letterExpansion {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
header[role="banner"] .headerInner .headerGuide .infoNav li {
	display: inline-block;
	margin-left: 3px;
	vertical-align: middle;
}
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav04 {
	margin-left: 30px;
}
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav01 a,
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav02 a,
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav03 a {
	display: inline-block;
	min-width: 100px;
	padding: 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	font-size: 0.722em;
	text-align: center;
	vertical-align: middle;
}
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav04 a {
	margin-bottom: 0;
	padding: 10px 25px;
	font-size: 0.889em;
}
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav04 a[class*="glyph"] {
	padding: 10px 25px 10px 16px;
}
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav01 a:hover,
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav02 a:hover,
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav03 a:hover {
	background: #0ca26c;
	color: #fff;
}
header[role="banner"] .headerInner .headerGuide .infoNav li a:before {
	display: block;
	color: #0ca26c;
	font-size: 1.7em;
	text-align: center;
}
header[role="banner"] .headerInner .headerGuide .infoNav li a:hover:before {
	color: #fff;
}
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav02 a:hover {
	color: #fff;
}
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav04 a > span {
	font-weight: normal;
}
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav04 a[class*="glyph"] > span {
	padding-left: 25px !important;
}
header[role="banner"] .headerInner .headerGuide .headerSearchWrap {
	display: inline-block;
	vertical-align: middle;
}
header[role="banner"] .headerInner .headerGuide .infoNav03.open {
	padding-left: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header[role="banner"] .headerInner .headerGuide .infoNav03.open,
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav03.open a:hover {
	background: #f7f7f7;
	color: #000;
}
header[role="banner"] .headerInner .headerGuide .infoNav .infoNav03.open a:hover:before {
	color: #0ca26c;
}
header[role="banner"] .headerInner .headerGuide .headerSearchWrap * {
	vertical-align: bottom;
}
header[role="banner"] .headerInner .headerGuide .headerSearch {
	display: none;
	position: relative;
	width: 280px;
}
header[role="banner"] .headerInner .headerGuide .headerSearch *[type="search"],
header[role="banner"] .headerInner .headerGuide .headerSearch *[type="text"] {
	width: 200px;
	min-height: 40px;
	padding: 0 7px;
	border: 1px solid #d3d3d3;
	border-right: none;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-ms-border-bottom-left-radius: 4px;
	-o-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 5px 5px -4px #e6e6e6 inset;
	-webkit-box-shadow: 0px 5px 5px -4px #e6e6e6 inset;
	-moz-box-shadow: 0px 5px 5px -4px #e6e6e6 inset;
}
header[role="banner"] .headerInner .headerGuide .headerSearch > input + button {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 80px;
	height: 40px;
	padding: 0;
	border: none;
	background: #0ba26b;
	color: #fff;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-ms-border-bottom-right-radius: 4px;
	-o-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
header[role="banner"] .headerInner .headerGuide .headerSearch > input + button:hover {
	opacity: 0.8;
}
header[role="banner"] .headerInner .headerGuide .headerSearch > input + button img {
}
header[role="banner"] .headerInner #letterExpansion {
	padding-left: 23px;
}
header[role="banner"] .headerInner #letterExpansion > dl {
	display: table;
	table-layout: fixed;
}
header[role="banner"] .headerInner #letterExpansion > dl > * {
	display: table-cell;
}
header[role="banner"] .headerInner #letterExpansion dt {
	width: 66px;
	font-size: 0.857em;
}
header[role="banner"] .headerInner #letterExpansion > dl > dd > ul {
	display: table;
	table-layout: fixed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
}
header[role="banner"] .headerInner #letterExpansion > dl > dd > ul > li {
	width: 40px;
	text-align: center;
	display: table-cell;
}
header[role="banner"] .headerInner #letterExpansion > dl > dd > ul > li > a {
	display: block;
	border: 1px solid #01894d;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
header[role="banner"] .headerInner #letterExpansion > dl > dd > ul > li:first-child a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-ms-border-top-right-radius: 0;
	-o-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-ms-border-bottom-right-radius: 0;
	-o-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
header[role="banner"] .headerInner #letterExpansion > dl > dd > ul > li a {
	border-left: none;
}
header[role="banner"] .headerInner #letterExpansion > dl > dd > ul > li:first-child a {
	border-left: 1px solid #005e34;
	border-right: none;
}
header[role="banner"] .headerInner #letterExpansion > dl > dd > ul > li > a {
	display: block;
	padding: 0 5px;
	font-size: 0.929em;
	font-weight: bold;
	color: #008c53;
}
header[role="banner"] .headerInner #letterExpansion > dl > dd > ul > li a.select,
header[role="banner"] .headerInner #letterExpansion > dl > dd > ul > li a:hover {
	background: #049849;
	color: #fff;
}
header[role="banner"] .headerInner #letterExpansion > dl > dd > ul > li a.select {
	border: 1px solid #005e34;
}
header[role="banner"] .headerInner #letterExpansion > dl > dd > ul > li a:hover {
	text-decoration: none;
}
header[role="banner"] .headerInner #urgencyBox {
	margin-bottom: 10px;
}
header[role="banner"] .headerInner .headerRight .infoNav > ul {
	text-align: right;
	font-size: 0;
}
header[role="banner"] .headerInner .headerRight .infoNav > ul > li {
	display: inline-block;
	position: relative;
	padding: 0 7px;
	font-size: 12px;
}
header[role="banner"] .headerInner .headerRight .infoNav > ul > li > a {
	color: #333;
}
header[role="banner"] .headerInner .headerRight .infoNav > ul > li > a:hover {
	color: #ed6d34;
}
header[role="banner"] .headerInner .headerRight .infoNav > ul > li > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1em;
	margin-top: -0.5em;
	background: #c9c9c9;
}
header[role="banner"] .headerInner .headerRight .infoNav > ul > li:first-child > a:before {
	display: none;
}
header[role="banner"] .categoryNavNew {
	position: relative;
	background: #fff;
}
header[role="banner"] .categoryNavNew.noContent {
	height: auto;
}
header[role="banner"] .categoryNavNew:after {
	/*content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(157,156,156,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(157,156,156,0.1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(157,156,156,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(157,156,156,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(157,156,156,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(157,156,156,0.1) 100%);*/
}
header[role="banner"] .categoryNavNew nav[role="navigation"] {
	width: 1200px;
	margin: 0 auto;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li {
	width: 100%;
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li:first-child {
	margin-left: 0;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle > a {
	display: block;
	position: relative;
	height: 23px;
	padding: 15px 10px 25px;
	font-size: 0.889em;
	font-weight: bold;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle > a:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.5em;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle.notDrop > a:after {
	display: none;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle > a:hover,
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle > a.select,
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle > a.current:hover,
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle > a.select.current {
	background: #f4f4f4;
	color: #0ca26c;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle > a.current {
	font-weight: bold;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle > a.current:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0ba26b;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle > a.current:hover:before,
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle > a.select.current:before {
	display: none;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] > ul > li .categoryTitle > a.anime {
	background: #049849;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	-ms-border-bottom-left-radius: 0;
	-o-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-ms-border-bottom-right-radius: 0;
	-o-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #f4f4f4;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock.anime {
	/*display: table;
	position: absolute;
	top: 14px;
	opacity: 0;
	-webkit-transition: top 280ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 100ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-moz-transition: top 280ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 100ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-o-transition: top 280ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 100ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: top 280ms cubic-bezier(0.190, 1.000, 0.220, 1.000),opacity 100ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	padding: 20px 0 11px;
	background: #f0fff7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	z-index: 100;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 6px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 6px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 6px 0px;*/
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock.select {
	display: block;
	/*position: absolute;
	top: 44px;
	opacity: 1;
	z-index: 100;
	padding: 20px 0 11px;
	background: #f0fff7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 6px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 6px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 6px 0px;*/
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink dl,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink dt,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink dt > a,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul > li,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul > li > a {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 185px;
	height: 130px;
	margin: 0 0 18px 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li[class*="navHojin"] .dropBlock  ul > li,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li[class*="navHojin"] .dropBlock  ul > li > a,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li[class*="navNenkin"] .dropBlock  ul > li,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li[class*="navNenkin"] .dropBlock  ul > li > a {
	height: 100px;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink dt {
	height: auto;
	margin: 0 0 18px;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink dt > a,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul > li > a {
	width: 185px;
	height: 100%;
	margin: 0;
	padding: 15px;
	-webkit-transition: .3s 0s all ease-in-out;
	-moz-transition: .3s 0s all ease-in-out;
	-ms-transition: .3s 0s all ease-in-out;
	-o-transition: .3s 0s all ease-in-out;
	transition: .3s 0s all ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow:rgba(0, 0, 0, 0.0980392) 0px 4px 6px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 4px 6px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 4px 6px 1px;
	background: #fff;
	color: #000;
	line-height: 1.4;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink dt > a:hover,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul > li > a.current,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul > li > a:hover {
	background: #0ca26c;
	color: #fff;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul > li > a {
	position: relative;
	font-size: 0.889em;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul > li > a .dropLinkNewIcon01 {
	display: block;
	position: absolute;
	top: -5px;
	left: 26px;
	width: 40px;
	height: 38px;
	background: url(/form_common/securedloan/images/icon_new01.svg) 0 0 no-repeat;
	-webkit-background-size: 40px 38px;
	background-size: 40px 38px;
	text-indent: -9999px;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul > li > a.current .dropLinkNewIcon01,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul > li > a:hover .dropLinkNewIcon01 {
	background: url(/form_common/securedloan/images/icon_new02.svg) 0 0 no-repeat;
	-webkit-background-size: 40px 38px;
	background-size: 40px 38px;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .closeNav {
	padding: 15px 0;
	background: #dbdbdb;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .closeNav a {
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 9px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-size: 0.778em;
	font-weight: normal;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink dt {
	margin-bottom: 0;
	-webkit-flex: 0 0 185px;
	-ms-flex: 0 0 185px;
	flex: 0 0 185px;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink dd > ul {
	margin-bottom: -18px;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink dd {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink dt > a,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li .dropBlock .navDropLink ul > li > a {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	padding: 15px 10px;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li[class*="navKojin"] .dropBlock  dt {
min-height: 278px;
 }
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li[class*="navHojin"] .dropBlock  dt,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li[class*="navNenkin"] .dropBlock  dt {
	min-height: 218px;
}
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li[class*="navHojin"] .dropBlock .navDropLink ul > li > a,
header[role="banner"] .categoryNavNew nav[role="navigation"] ul > li[class*="navNenkin"] .dropBlock .navDropLink ul > li > a {
	position: relative;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 15px 10px 15px 36px;
	text-align: left;
}
.navDropLink > dl > dt > a:before,
.navDropLink > dl > dd > ul > li > a:before {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-o-transition: color 0.4s;
	transition: color 0.4s;
	color: #0ca26c;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.navDropLink > dl > dt {
	widows: 185px;
}
.navDropLink > dl > dt > a:hover:before,
.navDropLink > dl > dd > ul > li > a.current:before,
.navDropLink > dl > dd > ul > li > a:hover:before {
	color: #fff;
}
.navDropLink > dl > dt > a > span,
.navDropLink > dl > dd > ul > li > a > span {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	max-width: 100%;
}
.navDropLink > dl > dd > ul > li > a:before {
	height: 70px;
}
.navDropLink > dl > dd > ul > li.kojin05Menu08 > a:before {
	width: 55px;
	height: 45px;
}
li.kojin05Menu08 > a:before {
	content: "";
	background: url(/form_common/securedloan/images/ico_payeasy01.svg) 0 0 no-repeat;
	background-size: contain;
}
.navDropLink > dl > dd > ul > li.kojin05Menu08 > a.current:before,
.navDropLink > dl > dd > ul > li.kojin05Menu08 > a:hover:before {
	background-image: url(/form_common/securedloan/images/ico_payeasy02.svg);
}
header[role="banner"] .categoryNavNew .navDropLink.navDropImg {
	position: relative;
}
header[role="banner"] .categoryNavNew .navDropLink.navDropImg::after {
	content: "";
	width: 148px;
	height: 136px;
	position: absolute;
	right: 18px;
	bottom: 0;
}
header[role="banner"] .navDropLink.navDropImg.navDropImg01::after {
	background: url(/form_common/securedloan/images/img_navDrop01.png) center bottom no-repeat;
}
header[role="banner"] .navDropLink.navDropImg.navDropImg02::after {
	background: url(/form_common/securedloan/images/img_navDrop02.png) center bottom no-repeat;
}
header[role="banner"] .navDropLink.navDropImg.navDropImg03::after {
	background: url(/form_common/securedloan/images/img_navDrop03.png) center bottom no-repeat;
}
header[role="banner"] .navDropLink.navDropImg.navDropImg04::after {
	background: url(/form_common/securedloan/images/img_navDrop04.png) center bottom no-repeat;
}
header[role="banner"] .navDropLink.navDropImg.navDropImg05::after {
	background: url(/form_common/securedloan/images/img_navDrop05.png) center bottom no-repeat;
}
header[role="banner"] .navDropLink.navDropImg.navDropImg06::after {
	background: url(/form_common/securedloan/images/img_navDrop06.png) center bottom 16px no-repeat;
}
header[role="banner"] .navDropLink.navDropImg.navDropImg07::after {
	background: url(/form_common/securedloan/images/img_navDrop07.png) center bottom no-repeat;
}
header[role="banner"] .navDropLink.navDropImg.navDropImg08::after {
	background: url(/form_common/securedloan/images/img_navDrop08.png) center bottom no-repeat;
}
header[role="banner"] .navDropLink.navDropImg.navDropImg09::after {
	background: url(/form_common/securedloan/images/img_navDrop09.png) center bottom no-repeat;
}
header[role="banner"] .navDropLink.navDropImg.navDropImg10::after {
	background: url(/form_common/securedloan/images/img_navDrop10.png) center bottom no-repeat;
}
header[role="banner"] .navDropLink.navDropImg.navDropImg11::after {
	background: url(/form_common/securedloan/images/img_navDrop11.png) center bottom no-repeat;
}
header[role="banner"] .headerInner .spHeaderMenu > ul {
	text-align: right;
	font-size: 0;
}
header[role="banner"] .headerInner .spHeaderMenu > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 12px;
}
header[role="banner"] .headerInner .spHeaderMenu > ul > li:last-child {
	margin-right: 0;
}
header[role="banner"] .headerInner .spHeaderMenu > ul > li > a > span {
	text-align: center;
}
header[role="banner"] .headerInner .spHeaderMenu > ul {
	padding-right: 0;
	text-align: right;
}
header[role="banner"] .headerInner .spHeaderMenu > ul > li > a {
	font-size: 0.85em;
	color: #333;
}
header[role="banner"] .headerInner .spHeaderMenu > ul > li > a span:before {
	position: static;
	display: block;
	width: 35px;
	margin: 0 auto;
	padding: 7px 0;
	background: #0ca26c;
	font-size: 18px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;
	-webkit-box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;
	-moz-box-shadow:rgb(229, 229, 229) 0px 3px 2px 0px;
}
header[role="banner"] .headerInner .spHeaderMenu > ul > li > a span {
	padding-left: 0;
}
header[role="banner"] .spHeaderSearch {
	display: none;
}
header[role="banner"] .spHeaderSearch {
	border-top: 3px solid #04984a;
}
header[role="banner"] .spHeaderSearch .spHeaderSearchInner {
	display: block;
	background: #04984a;
}
header[role="banner"] .spHeaderSearch input[type="search"] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	appearance: none;
}
header[role="banner"] .spHeaderSearch .spHeaderSearchInner {
	display: none;
}
header[role="banner"] .spHeaderSearch .spHeaderSearchInner.select {
	display: block;
}
header[role="banner"] .spHeaderSearch .spHeaderSearchInner form {
	display: table;
	width: 100%;
}
header[role="banner"] .spHeaderSearch .spHeaderSearchInner form > * {
	display: table-cell;
	vertical-align: middle;
}
header[role="banner"] .spHeaderSearch .spHeaderSearchInner .input > input {
	width: 100%;
	padding: 7px 10px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header[role="banner"] .spHeaderSearch .spHeaderSearchInner .button {
	width: 3em;
	padding-left: 10px;
}
header[role="banner"] .spHeaderSearch .spHeaderSearchInner .button > button {
	display: block;
	width: 100%;
	padding: 8px 0 8px;
	background: #ee6d34;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
header[role="banner"] .spHeaderSearch .spHeaderSearchInner .button > button img {
	width: 17px;
}

#selectBank {
	display: none;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 50px;
	right: 80px;
	width: 62px;
	height: 62px;
	z-index: 1;
}
#pageTop:hover img {
	opacity: 1;
}
#pageTop img {
	opacity: 0.8;
}

footer[role="contentinfo"] {
	margin-bottom: 18px;
}
footer[role="contentinfo"] a {
	text-decoration: none;
	color: #333;
}
footer[role="contentinfo"] a:hover {
	color: #f7920e;
}
footer[role="contentinfo"] .snsArea > dl,
footer[role="contentinfo"] .footerNav > nav {
	width: 1200px;
	margin: 0 auto;
}
footer[role="contentinfo"] .snsArea {
	padding: 14px 0 13px;
	background: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	color: #3c3c3c;
}
footer[role="contentinfo"] .snsArea > dl {
	display: table;
}
footer[role="contentinfo"] .snsArea > dl > * {
	display: table-cell;
	vertical-align: middle;
}
footer[role="contentinfo"] .snsArea > dl > dt {
	font-size: 0.833em;
}
footer[role="contentinfo"] .snsArea > dl > dt > a {
	color: #000;
	font-weight: bold;
}
footer[role="contentinfo"] .snsArea > dl > dt > a:hover {
	color: rgba(0,0,0,0.8);
}
footer[role="contentinfo"] .snsArea > dl > dd {
	width: 660px;
	text-align: right;
}
footer[role="contentinfo"] .snsArea .footerSnsList > li {
	display: inline-block;
	margin-left: 17px;
	vertical-align: middle;
	text-align: left;
}
footer[role="contentinfo"] .snsArea .footerSnsList > li > a {
	display: table;
	color: #fff;
	font-weight: bold;
}
footer[role="contentinfo"] .snsArea .footerSnsList > li > a:hover {
	opacity: 0.8;
}
footer[role="contentinfo"] .snsArea .footerSnsList > li > a > * {
	display: table-cell;
	vertical-align: middle;
}
footer[role="contentinfo"] .snsArea .spFooterSnsList {
	display: none;
}
footer[role="contentinfo"] .footerNav {
	padding-top: 45px;
	padding-bottom: 25px;
	background: #f7f7f7;
}
footer[role="contentinfo"] .spFooterNav,
footer[role="contentinfo"] .spFooterSearch {
	display: none;
}
footer[role="contentinfo"] .footerLargeCategoryNav {
	display: none;
	background: #0ca26c;
	border-bottom: solid 2px #fff;
}
footer[role="contentinfo"] .footerLargeCategoryNav > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 1200px;
	margin: 0 auto;
	font-size: 0.778em;
}
footer[role="contentinfo"] .footerLargeCategoryNav > ul > li {
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
}
footer[role="contentinfo"] .footerLargeCategoryNav > ul > li > a {
	display: block;
	padding: 14px 10px;
	color: #fff;
	border-right: solid 1px #f7f7f7;
}
footer[role="contentinfo"] .footerLargeCategoryNav > ul > li:first-child > a {
	border-left: solid 1px #f7f7f7;
}
footer[role="contentinfo"] .footerLargeCategoryNav > ul > li.current > a,
footer[role="contentinfo"] .footerLargeCategoryNav > ul > li > a:hover {
	background: #f7f7f7;
	color: #0ca26c;
}
footer[role="contentinfo"] .footerNav > nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
footer[role="contentinfo"] .footerNav > nav > div {
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	margin-right: 30px;
}
footer[role="contentinfo"] .footerNav > nav > div:last-child {
	margin-right: 0;
}
footer[role="contentinfo"] .footerNav > nav h2 {
	margin-bottom: 19px;
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
	font-size: 0.778em;
	font-weight: bold;
}
footer[role="contentinfo"] .footerNav > nav h2.noChild {
	border: 0;
}
footer[role="contentinfo"] .footerNav > nav > div > ul {
	margin-bottom: 20px;
}
footer[role="contentinfo"] .footerNav > nav > div > ul + ul {
	margin-top: 10px;
}
footer[role="contentinfo"] .footerNav > nav > div > ul > li {
	margin-bottom: 22px;
	font-size: 0.778em;
	line-height: 1.857;
}
footer[role="contentinfo"] .footerInfo .infoNav {
	padding: 20px 0;
	background: #f7f7f7;
	text-align: left;
}
footer[role="contentinfo"] .footerInfo .infoNav > ul {
	width: 1200px;
	margin: 0 auto;
}
footer[role="contentinfo"] .footerInfo .infoNav > ul > li {
	display: inline-block;
	position: relative;
	padding: 0 12px 3px;
	font-size: 0.778em;
	margin-right: -0.5em;
}
footer[role="contentinfo"] .footerInfo .infoNav > ul > li > a {
	color: #3c3c3c;
}
footer[role="contentinfo"] .footerInfo .infoNav > ul > li:first-child > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 1em;
	margin-top: -0.7em;
	background: #bbb;
}
footer[role="contentinfo"] .footerInfo .infoNav > ul > li > a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1em;
	margin-top: -0.7em;
	background: #bbb;
}
footer[role="contentinfo"] .footerInfo .infoNav > ul > li > a:hover {
	color: #f7920e;
}
footer[role="contentinfo"] .footerInfo .pcSite {
	display: none;
}
footer[role="contentinfo"] .footerInfo .resonaInfoWrap {
	margin-bottom: 23px;
	padding: 0;
	background: #f7f7f7;
}
footer[role="contentinfo"] .footerInfo .resonaInfo {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 30px;
}
footer[role="contentinfo"] .footerInfo .resonaInfo > * {
	display: inline-block;
}
footer[role="contentinfo"] .footerInfo .resonaInfo > dt {
	padding-right: 45px;
	color: #3c3c3c;
	font-size: 0.889em;
	vertical-align: middle;
}
footer[role="contentinfo"] .footerInfo .resonaInfo > dd {
	display: inline-block;
	color: #3c3c3c;
	font-size: 0.778em;
}
footer[role="contentinfo"] .footerInfo .resonaInfo dd dl dt span {
	padding: 0 8px;
}
footer[role="contentinfo"] .footerInfo .resonaInfo dd dl {
	display: inline-block;
	margin-left: 45px;
}
footer[role="contentinfo"] .footerInfo .resonaInfo dd dl:first-child {
	margin-left: 0;
}
footer[role="contentinfo"] .footerInfo .resonaInfo dd dl dt {
	display: inline-block;
}
footer[role="contentinfo"] .footerInfo .resonaInfo dd dl dd {
	display: inline-block;
	padding: 0 20px 0 9px;
}
footer[role="contentinfo"] .footerInfo .resonaInfo dd dl dd:last-child {
	padding-right: 0;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo {
	margin: 0;
	padding: 25px 0;
	text-align: center;
	background-color: #fff;
	/*display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dl,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dt,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul * {
	display: inline-block;
	vertical-align: top;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dl {
	/*display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dl.kmfgGroup {
	margin-left: 40px;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dt {
	width: 254px;

}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd {
	margin-top: 10px;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo .resonaGroup dd {
	width: 212px;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo .kmfgGroup dt,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo .kmfgGroup dt a,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo .kmfgGroup dt a img {
	width: 357px;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo .kmfgGroup dd {
	width: 214px;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul {
	/*display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;*/
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul li {
	margin-left: 9px;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoResona,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoResona a,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoResona a img {
	width: 77px;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoSaitama,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoSaitama a,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoSaitama a img {
	width: 109px;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoKansaimirai,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoKansaimirai a {
position: relative;
bottom: -0.5px;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoKansaimirai,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoKansaimirai a,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoKansaimirai a img {
	width: 106px;
}
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoMinato,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoMinato a,
footer[role="contentinfo"] .footerInfo .resonaGroupInfo dd ul .footerLogoMinato a img {
	width: 82px;
}
footer[role="contentinfo"] .footerInfo .copyRight {
	display: flex;
	width: 1200px;
	margin: 0 auto 23px;
	padding: 2px 0;
	background: url(/form_common/securedloan/images/bg_header01.gif) 100% 50% no-repeat;
	color: #0ca26c;
	font-size: 0.667em;
}
footer[role="contentinfo"] .footerInfo.simpleFooter .copyRight {
	margin-bottom: 0;
	display: block;
	text-align: center;
}
/*-------------------------------------------
TopicPath
-------------------------------------------*/
#topicPath,
.topicPath {
	z-index: 2;
	width: 1120px;
	margin: 0 auto;
	padding: 20px 0 0;
	background-color: #fafafa;
	text-align: right;
	font-size: 0.889em;
}
#topicPath > ul > li,
.topicPath > ul > li,
#topicPath > .topicPathInner > ul > li,
.topicPath > .topicPathInner > ul > li {
	display: inline-block;
	font-size: 0.857em;
}
#topicPath > ul > li:before,
.topicPath > ul > li:before,
#topicPath > .topicPathInner > ul > li:before,
.topicPath > .topicPathInner > ul > li:before {
	content: "\e608";
	display: inline-block;
	font-family: 'icon';
	font-size: 0.625em;
	font-weight: normal;
	color: #999;
	line-height: 1;
}
#topicPath > ul > li:first-child:before,
.topicPath > ul > li:first-child:before,
#topicPath > .topicPathInner > ul > li:first-child:before,
.topicPath > .topicPathInner > ul > li:first-child:before {
	content: "";
}
#topicPath > ul > li > *,
.topicPath > ul > li > *,
#topicPath > .topicPathInner > ul > li > *,
.topicPath > .topicPathInner > ul > li > * {
	margin-right: 0.8em;
	margin-left: 1em;
	color: #666;
}
#topicPath > ul > li:last-child > *,
.topicPath > ul > li:last-child > *,
#topicPath > .topicPathInner > ul > li:last-child > *,
.topicPath > .topicPathInner > ul > li:last-child > * {
	margin-right: 0;
}
#topicPath > ul > li > strong,
.topicPath > ul > li > strong,
#topicPath > .topicPathInner > ul > li > strong,
.topicPath > .topicPathInner > ul > li > strong {
	font-weight: normal;
}

/* 201609 SEO施策 新パンくず */
#topicPath > span,
.topicPath > span,
#topicPath .topicPathInner > span,
.topicPath .topicPathInner > span {
	margin-right: 0.8em;
	font-size: 0.875em;
}
#topicPath > span:last-child,
.topicPath > span:last-child,
#topicPath .topicPathInner > span:last-child,
.topicPath .topicPathInner > span:last-child {
	margin-right: 0;
}
#topicPath > span:before,
.topicPath > span:before,
#topicPath .topicPathInner > span:before,
.topicPath .topicPathInner > span:before {
	content: "\e608";
	display: inline-block;
	font-family: 'icon';
	font-size: 0.625em;
	font-weight: normal;
	color: #999;
	line-height: 1;
}
#topicPath > span:first-child:before,
.topicPath > span:first-child:before,
#topicPath .topicPathInner > span:first-child:before,
.topicPath .topicPathInner > span:first-child:before {
	content: "";
}
#topicPath > span > *,
.topicPath > span > *,
#topicPath .topicPathInner > span > *,
.topicPath .topicPathInner > span > * {
	margin-left: 1em;
	color: #666;
}
#topicPath > span > a:hover,
.topicPath > span > a:hover,
#topicPath .topicPathInner > span > a:hover,
.topicPath .topicPathInner > span > a:hover {
	opacity: 0.7;
}
/* .architectureType2018 */
.architectureType2018 #topicPath,
.architectureType2018 .topicPath {
  width: auto;
  margin: 0 auto;
  text-align: right;
}
.architectureType2018 #topicPath > .topicPathInner,
.architectureType2018 .topicPath > .topicPathInner {
  width: 1120px;
  margin: 0 auto;
  text-align: right;
}
/*-------------------------------------------
Main Area
-------------------------------------------*/
#wrap {
	z-index: 1;
}
#wrap #mainArea {
	position: relative;
	width: 1200px;
	margin: 30px auto 60px;
}
#wrap #mainArea:before,
#wrap #mainArea:after {
	content: " ";
	display: table;
}
#wrap #mainArea:after {
	clear: both;
}
#wrap #mainArea {
	*zoom: 1;
}
#wrap #mainArea main.mainNarrow {
	float: left;
	width: 888px;
	margin-right: 30px;
}
#wrap #mainArea main > section > section,
.architectureType2018 #wrap #mainArea main > .mainInner > .mainContents > section > section,
#wrap #mainArea main .contentBlockWrap,
.architectureType2018 #wrap #mainArea main .mainInner > .mainContents > section {
	margin-top: 72px;
}
#wrap #mainArea main > section .h3Title01,
.architectureType2018 #wrap #mainArea main > .mainInner > .mainContents > section .h3Title01 {
	margin-top: 64px;
}
#wrap #mainArea main > section .h3Title01,
.architectureType2018 #wrap #mainArea main > .mainInner > .mainContents > section .h3Title01 {
	margin-top: 56px;
}
#wrap #mainArea main > section > h1 + section,
#wrap #mainArea main > h1 + .contentBlockWrap,
#wrap #mainArea main > section > .h1TitleLead + section,
#wrap #mainArea main > .h1TitleLead + .contentBlockWrap,
#wrap #mainArea main > .contentBlockWrap:first-child,
.architectureType2018 #wrap #mainArea main .mainInner > .mainContents > section:first-child,
#wrap #mainArea main table td > section:first-child > .h3Title01 {
	margin-top: 0;
}
#wrap #mainArea #sideNav {
	float: right;
	width: 264px;
}
/* .architectureType2018 */
.architectureType2018 #wrap #mainArea {
	width: auto;
	margin: 0 auto 60px;
}
.architectureType2018 #wrap #mainArea main .mainInner {
	width: 1200px;
	margin: 30px auto 0;
}
.architectureType2018 #wrap #mainArea main.mainNarrow .mainInner > .mainContents {
	float: left;
	width: 888px;
}
.architectureType2018 #wrap #mainArea main.mainNarrow {
	float: none;
	width: auto;
	margin-right: 0;
}
/*-------------------------------------------
sideNav
-------------------------------------------*/
#sideNav > * {
	margin-bottom: 10px;
}
#sideNav .guideArea,
#sideNav .sideInfo > ul  {
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#sideNav .guideArea {
	background: #fff;
}
#sideNav a {
	color: #333;
}
#sideNav a:hover {
	color: #ed6d34;
}
#sideNav .guideArea h2 {
	text-align: center;
}
#sideNav .guideArea > * {
	padding: 10px 12px 10px;
	border-top: 1px solid #ccc;
}
#sideNav .guideArea .loginArea > div:last-child,
#sideNav .guideArea .loginArea > div > * {
	margin-bottom: 0;
}
#sideNav .guideArea > *:first-child {
	border-top: none;
}
#sideNav .guideMenu {
	padding: 0;
	background: #fff8dd;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-borderbottom-left--radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-borderbottom-right--radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .guideArea > .lastChild {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-borderbottom-left--radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-borderbottom-right--radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .guideMenu ul >li {
	border-top: 1px solid #d9d9d9;
}
#sideNav .guideMenu ul >li:first-child {
	border-top: none;
}
#sideNav .guideMenu ul >li > a {
	display: block;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	color: #333;
}
#sideNav .guideMenu ul >li > a:hover {
	background: #fffbea;
	color: #838383;
}
#sideNav .shopGuide {
	background: #fff8dd;
}
#sideNav .sideInfo > ul  {
	background: #fff8dd;
}
#sideNav .sideInfo > ul + ul {
	margin-top: 10px;
}
#sideNav .sideInfo > ul > li > a {
	display: block;
	padding: 10px 6px;
	line-height: 1.1;
	border-top: 1px dotted #ccc;
	font-weight: bold;
	color: #333;
}
#sideNav .sideInfo > ul > li:first-child > a {
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#sideNav .sideInfo > ul > li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .sideInfo > ul > li > a:hover {
	background: #fffbea;
	color: #838383;
}
#sideNav .sideInfo > ul > li:first-child > a {
	border-top: none;
}
#sideNav .sideInfo > * {
	margin-top: 15px;
}
#sideNav .sideInfo > .sideBunnerList > ul > li {
	margin-top: 10px;
	text-align: center;
}
#sideNav .sideInfo > *:first-child,
#sideNav .sideInfo > .sideBunnerList > ul > li:first-child {
	margin-top: 0;
}
#sideNav .sideInfo *[class^="normalBlockA"] > .blockInner > .blockTitle {
	line-height: 1;
}
#sideNav .subNav .subCategoryTitle {
	background: #049849;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
#sideNav .subNav .subCategoryTitle > * {
	display: block;
	padding: 10px 12px;
	color: #fff;
	font-weight: bold;
}
#sideNav .subNav .subCategoryTitle > *[class^="glyph"] > span {
	padding-left: 27px;
}
#sideNav .subNav .subCategoryDetail {
	border: 1px solid #ccc;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy > li,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy {
	border-top: 1px solid #ccc;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li {
	border-top: 1px dotted #ccc;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy > li:first-child,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li:first-child {
	border: none;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy > li:last-child > a {
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-ms-border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noLink,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a {
	display: block;
	padding: 5px 15px;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a {
	font-weight: bold;
	color: #333;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a:hover {
	color: #9b9b9b;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a.current,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a.current {
	background: #e5f4ec;
	color: #01894d;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dt > a.current:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .noChild a.current:hover,
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a.current:hover {
	color: #84cda6;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .thirdHierarchy > li > a.current {
	background: #e5f4ec;
	color: #01894d;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dd {
	display: none;
}
#sideNav .subNav .subCategoryDetail .secondHierarchy .categoryBlock > dd[aria-expanded="true"] {
	display: block
}
#sideNav *[class^="btnT"] {
	margin-bottom: 0 !important;
}
#sideNav .guideArea > * > * + * {
	margin-top: 10px;
}
#sideNav .btnT01 {
	text-align: left;
}
/*-------------------------------------------
Template
-------------------------------------------*/
.simpleTempelate {
	overflow: hidden;
}
.simpleTempelate header[role="banner"]  .headerInner{
	background-position: right 4px top 17px;
}
.simpleTempelate header[role="banner"] {
	border-bottom: 3px solid #0ca26c;
	position: relative;
}
.simpleTempelate header[role="banner"]:before {
	content:"";
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 4px;
}
.simpleTempelate header[role="banner"] .headerTop {
	margin-bottom: 0;
	padding: 13px 0 17px;
}
.simpleTempelate header[role="banner"] .headerInner .ssLogo {
	width: auto;
}
.simpleTempelate header[role="banner"] .headerInner .logoWrap {
	float: none;
	width: auto;
	margin-bottom: 0;
	flex: 0 0 auto;
}
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
}
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p > a {
	display: flex;
	align-items: center;
	height: 43px;
}
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p > a > img,
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p > strong > img {
	width: auto;
	height: 43px;
}
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p > strong {
	width: auto;
	height: auto;
}

.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoTwo .svgSaitamaLogo,
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoThree .svgSaitamaLogo,
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoTwo .svgKinkiOsakaLogo,
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoThree .svgKinkiOsakaLogo {
	margin-left: 15px;
}

.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoTwo .svgSaitamaLogo img,
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoThree .svgSaitamaLogo img {
	height: 26px;
	padding-bottom: 2px;
}

.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoTwo .svgKinkiOsakaLogo img,
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoThree .svgKinkiOsakaLogo img {
	height: 24px;
	padding-bottom: 4px;
}

.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoThree > a,
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoThree > a > img {
}
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoThree .svgSaitamaLogo {
	margin-left: 17px;
}
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoThree .svgKansaimiraiLogo {
	width: auto;
	height: 40px;
	margin: -2px 0 0 12px;
}
.simpleTempelate header[role="banner"] .headerInner .logoWrap > p.svgHeaderLogoThree .svgKansaimiraiLogo > img {
	width: auto;
	height: 40px;
}

/*footer_simple*/
.simpleTempelate footer[role="contentinfo"] {
	position: relative;
	margin-bottom: 0;
	padding: 89px 0 0;
	line-height: 1;
	background: #fff;
	color: #fff;
	text-align: center;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo {
	margin-top: 0;
	background-color: #0ca26c;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo:before {
	position: absolute;
	left: 50%;
	top: 32px;
	margin-left: -199px;
	display: block;
	width: 388px;
	height: 25px;
	content: "";
	background: url(/form_common/securedloan/images/bg_header01.gif) no-repeat 0 0;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo .copyRight {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1200px;
	margin: 0 auto;
	padding: 18px 0;
	background-image: none;
	color: #fff;
}


.simpleTempelate footer[role="contentinfo"] .footerInfo.footerSimpleSmart {
	margin-top: -89px;
	background-color: #fff;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo.footerSimpleSmart:before {
	content: none;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo {
	margin-top: 0;
	padding: 0;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroupInfoInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroupInfoInner::after {
	display: block;
	width: 388px;
	height: 25px;
	content: "";
	background: url(/form_common/securedloan/images/bg_header01.gif) no-repeat 0 0;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup {
	display: flex;
	align-items: center;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup > dd {
	margin-top: 0;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo dt {
	display: none;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul {
	display: flex;
	align-items: center;
}
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup {
	width: auto;
}
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul > li {
	position: relative;
	margin-left: 9px;
}
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul .footerLogoResona,
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul .footerLogoResona a,
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul .footerLogoResona a img {
	width: 106px;
	margin-left: 0;
}
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul .footerLogoSaitama,
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul .footerLogoSaitama a,
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul .footerLogoSaitama a img {
	width: 134px;
}
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul .footerLogoKansaimirai {
	top: -1px;
}
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul .footerLogoKansaimirai,
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul .footerLogoKansaimirai a,
footer[role="contentinfo"] .footerInfo.footerSimpleSmart .resonaGroupInfo .resonaGroup ul .footerLogoKansaimirai a img {
	width: 138px;
}
.simpleTempelate footer[role="contentinfo"] .footerInfo.footerSimpleSmart .copyRight {
	width: auto;
	background-color: #0ca26c;
}



/*英単語を途中改行させない*/
.e-word{word-break:keep-all;}
/*英単語を途中改行させない(日本語と英語混在)*/
.mix-word{word-break:normal;}
