@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- */
.text-read {
	font-size: 0.6875rem;
	line-height: 1.5;
	margin: 10px 0;
}
/* more */
.more {
	margin-right: 10px;
	text-align: right;
}
	.more a {
		background: #F3F3F3 url(/files/400334306.png) no-repeat 5px 50%;
		border-radius: 3px;
		padding: 5px 10px 5px 15px;
	}
/* arrow link */
.block-news ul.list-news li,
.block-index .col-3 .item {
	position: relative;
}
.block-news ul.list-news li a,
.block-index .col-3 .item a {
	display: block;
	padding-right: 20px;
}
.block-news ul.list-news li a:before,
.block-index .col-3 .item a:before {
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	content: "";
	display: block;
	height: 6px;
	margin-top: -3px;
	top: 50%;
	right: 10px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	background: none;
}
.block-news ul.list-news li .icon-pdf .title,
.block-news ul.list-news li .icon-excel .title {
	position: relative;
	padding-right: 53px;
}
.block-news ul.list-news li .icon-pdf .title:after {
	content: "";
	width: 35px;
	height: 16px;
	display: inline-block;
	background: url(/files/400334310.png) no-repeat;
	position: absolute;
	margin: 0;
	top: 0;
	right: 8px;
}
.block-news ul.list-news li .icon-excel .title:after {
	content: "";
	width: 35px;
	height: 16px;
	display: inline-block;
	background: url(/files/400334300.png) no-repeat;
	position: absolute;
	margin: 0;
	top: 0;
	right: 8px;
}

.block-news ul.list-news li a:after { right: 0; }
.block-index .col-3 .item a:after { right: 10px; }
/* news */
.block-news {
	margin-bottom: 20px;
}
	.block-news a {
		position: relative;
		text-decoration: underline;
	}
	.block-news a:hover {
		text-decoration: underline;
	}
	.block-news .list-news {
		list-style: none;
	}
	.block-news ul.list-news {
		border-bottom: 1px dotted #CCC;
		margin: 0;
		margin-bottom: 15px;
	}
		.block-news ul.list-news li {
			border-top: 1px dotted #CCC;
			overflow: hidden;
			padding: 10px;
		}
			.block-news ul.list-news li span.date,
			.block-news ul.list-news li span.category {
				display: table-cell;
				line-height: 1;
				vertical-align: middle;
			}
			.block-news ul.list-news li span.date {
				font-size: 0.625rem;
			}
			.block-news ul.list-news li span.category {
				padding-right: 10px;
			}
				.block-news ul.list-news li span.category img {
					height: auto;
					vertical-align: middle;
					width: 44px;
				}

			/* ▼2020/01追加 */
			.block-news ul.list-news li span.category {
				width: 53px;
				float: left;
				display: block;
				font-size: 0.625rem;
				text-align: center;
				background: #DEEEDF;
				border: 1px solid #C1DEC3;
				color: #00471B;
				margin-right: 10px;
				padding: 1px 0;
				font-weight: bold;
				border-radius: 4px;
				position: relative;
				top: -2px;
			}
			.block-news ul.list-news li span.category.icoChousa {
				background: #E8E8F3;
				border: 1px solid #D3D3E8;
				color: #231352;
			}
			.block-news ul.list-news li span.category.icoIr {
				background: #FBECF9;
				border: 1px solid #F3CEEF;
				color: #890E51;
			}
			.block-news ul.list-news li span.category.icoOshirase {
				background: #DEEEDF;
				border: 1px solid #C1DEC3;
				color: #00471B;
			}
			.block-news ul.list-news li span.category.icoPress {
				background: #F7EFD2;
				border: 1px solid #EFE0AD;
				color: #664C00;
			}
			.block-news ul.list-news li span.category.icoSaigai {
				background: #F4E4E1;
				border: 1px solid #E9CCC7;
				color: #B22D00;
			}
			.block-news ul.list-news li span.category.icoSeido {
				background: #DAECF5;
				border: 1px solid #BADAEB;
				color: #00468C;
			}
			.block-news ul.list-news li span.category.icoSeminar {
				background: #D9EFF0;
				border: 1px solid #B0DAE1;
				color: #006780;
			}
			/* ▲2020/01追加 */

			ul.list-news li .icon.new,
			.icon.pdf,.icon.excel { margin-left: 10px; vertical-align: middle; }
			.icon.pdf,.icon.excel { margin-right: 10px; }
			.news-notice .title,
			.news-topics .title {
				display: block;
				margin-top: 5px;
			}
.tab-contents_wrap {
	margin: 0 -10px;
}
	.list-tab_arrow { margin: 0; }
	.list-tab_arrow li {}
		.list-tab_arrow li a,
		.r-tabs-accordion-title a {
			background: #F4FAF4;
			border-bottom: 1px solid #FFF;
			color: #004619;
			display: block;
			font-size: 0.8125rem;
			padding: 10px;
			position: relative;
			text-decoration: none;
			width: 100%;
		}
	.list-tab_arrow li a:after,
	.r-tabs-accordion-title a:after {
		background: url(/files/400334474.png) no-repeat 0 0;
		-webkit-background-size: 100%;
		background-size: 100%;
		right: 10px;
		content: "";
		height: 16px;
		margin-top: -8px;
		position: absolute;
		pointer-events: none;
		top: 50%;
		width: 16px;
	}
	.list-tab_arrow li.close a:after,
	.r-tabs-accordion-title.r-tabs-state-active a:after {
		background-image: url(/files/400339276.png);
		border-bottom: none;
	}
	.tab-news {
		padding-bottom: 10px;
	}

/**/
.block-index {
	margin: 10px -10px 0;
}
.block-index .item {
	background: #F6F6F6;
	overflow: hidden;
}
	.block-index .item a {
		color: #333;
		text-decoration: none;
	}
	.block-index .item .thumb,
	.block-index .item .title,
	.block-index .item .desc {
		display: block;
	}
		.block-index .item .thumb img {
			display: block;
			height: auto;
			width: 100%;
		}
	.block-index .item .title,
	.block-index .item .desc {
		margin: 10px;
	}
	.block-index .item .title {
		font-weight: bold;
	}
	.block-index .item .desc {
		color: #333;
		font-size: 0.625rem;
		line-height: 1.2;
	}
	.block-index .list-link_index  {
		margin: 10px;
	}
		.block-index .list-link_index li {
			background: #FFF;
			font-size: 0.6875rem;
			margin-right: 6px;
			padding: 5px 10px;
		}
			.block-index .list-link_index li a {
				background: url(/files/400334306.png) no-repeat 0 50%;
				color: #333;
				padding-left: 10px;
				text-decoration: none;
			}
	.block-index .list-link_box  {
		background: #FFF;
		border: 1px solid #F5F5F5;
		padding: 5px 15px;
	}
		.block-index .list-link_box ul {
			list-style: none;
			margin: 0;
		}
		.block-index .list-link_box li {
			margin: 5px 0;
		}
		.block-index .list-link_box .typeInline li {
			margin: 5px 15px 5px 0;
		}
			.block-index .list-link_box li a {
				background: url(/files/400334303.gif) no-repeat 0 5px;
				padding-left: 13px;
			}
	.block-index .block-column,
	.block-index .block-line {
		margin-bottom: 15px;
	}
	.block-index .title.lv2 {
		margin: 0;
	}
	.block-index .block-column h3 + *,
	.block-index .block-column p + * {
		margin-top: 10px;
	}
	.block-index .col-3 {
		border-bottom: 1px solid #EEE;
	}
		.block-index .col-3 .item {
			background: #FFF;
			padding: 10px;
		}
		.block-index .col-3 .item+.item {
			border-top: 1px dotted #DDD;
		}
		.block-index .col-3 .item:nth-child(3n+1) {
			border-top: 1px solid #EEE;
		}
		.block-index .col-3 .thumb {
			float: left;
			margin-right: 10px;
			width: 105px;
		}
		.block-index .col-3 .thumb img {
			max-width: 100%;
			height: auto;
		}
		.block-index .col-3 .title {
			margin: 0 0 10px;
		}
		.block-index .col-3 .desc {
			margin: 0;
		}
	.block-index .col-2 {
		margin-top: 10px;
		padding: 0 10px;
	}
		.block-index .col-2 .item {
			margin-bottom: 10px;
		}
		.block-index .col-2 .block-column,
		.block-index .col-2 .block-line {
			width: auto;
			margin-right: 0;
			margin-bottom: 10px;
		}
	.block-index .col-1 {
		margin-top: 10px;
		padding: 0 10px;
	}
		.block-index .col-1 .item {
			float: none;
			width: 100%;
		}
.block-index .col-2 .title a:before,
.block-index .col-1 .title a:before {
	border-top: 1px solid #008B00;
	border-right: 1px solid #008B00;
	content: "";
	display: inline-block;
	height: 4px;
	margin-top: -2px;
	margin-right: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	width: 4px;
}


.block-column {
	background: #fafafa;
	border-radius: 3px;
	padding: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
}
	.block-column * + h2,
	.block-column * + h3,
	.block-column * + h4{
		margin-top:20px;
	}
	.block-index .block-column * + h2,
	.block-index .block-column * + h3,
	.block-index .block-column * + h4{
		margin-top:5px;
	}
	.itemBlockH2 .block-column {
		background: none;
		padding: 0;
	}
	.block-column_title {
		border-left: 5px solid #008B00;
		font-size: 0.9375rem;
		margin-bottom: .5em;
		padding-left: 10px;
		overflow: hidden;
	}
	h3.block-column_title {
		border-left: none;
		font-size: 0.875rem;
		padding: 0;
		padding-left: 15px;
		position: relative;
	}
	h3.block-column_title:before {
		background: url(/files/400334473.png) no-repeat 0 0;
		-webkit-background-size: 100%;
		background-size: 100%;
		content:"" ;
		display: block;
		height: 12px;
		width: 12px;
		left: 0;
		position: absolute;
		top: 4px;
	}
	h4.block-column_title {
		border-left: none;
		font-size: 0.8125rem;
		padding: 0 0 0 0px;
		position: relative;
	}
	.item .block-column_title {
    	margin: 10px 0 0 10px;
	}
.list-anchor {
	background: #F7F7F0;
	font-size: 0.625rem;
	margin-right: -1%;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 6px 6px 0;
}
	.list-anchor li {
		background: #FFF;
		border: 1px solid #E1E1C8;
		border-radius: 3px;
		margin-right: 1%;
		margin-bottom: 6px;
		padding: 0 1em;
		text-align: center;
		width: 32%;
		vertical-align: top;
	}
	.list-anchor.col-2 li {
		width: 49%;
	}
		.list-anchor li a {
			color: #333;
			display: block;
			padding: 6px 6px 15px;
			position: relative;
			height: 100%;
		}
		.list-anchor li a:after {
			border-bottom: 1px solid #008B00;
			border-right: 1px solid #008B00;
			bottom: 5px;
			content: "";
			display: block;
			height: 8px;
			margin-left: -4px;
			left: 50%;
			position: absolute;
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			width: 8px;
		}
.block-line {
	border: solid 3px #F4F4F4;
	padding: 5px 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.block-bottomNav{
	margin:20px 0 0;
}
	.block-bottomNav .block-bottomNav_title{
		background:#f6f6f6;
		border-bottom: 1px solid #008b00;
		font-size: 0.875rem;
		padding: 10px 15px 10px;
	}

.getAdobeReader {
    display: none;
}

/* accordion */
.wrap-accordion .title.opener{
	position:relative;
}
.wrap-accordion .title.opener:after {
	background: url(/files/400334353.png) no-repeat 0 0;
	content: "";
	display: block;
	height: 21px;
	margin-top: -10px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 21px;
}
.wrap-accordion .title.lv2.opener:after {
	right: 10px;
}
.wrap-accordion .title.opener.close:after {
	background-image: url(/files/400334354.png);
}

/* table */
#mainBody .table-spScroll {
	overflow: auto;
	margin: 10px 0 20px;
	-moz-box-shadow: 0 3px 0 #fff, 0 1px 2px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 0 #fff, 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 3px 0 #fff, 0 1px 2px rgba(0,0,0,.3);
}
.table-spScroll::-webkit-scrollbar{
	height: 5px;
}
.table-spScroll::-webkit-scrollbar-track{
	background: #F1F1F1;
	border-radius: 5px;
}
.table-spScroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
	border-radius: 5px;
}
#mainBody .table-spScroll table {
	white-space: nowrap;
	margin: 0;
}
#mainBody .table-spBlock table,
#mainBody .table-spBlock thead,
#mainBody .table-spBlock tbody,
#mainBody .table-spBlock tr,
#mainBody .table-spBlock td,
#mainBody .table-spBlock th {
	display: block;
}
	#mainBody .table-spBlock td {
		border-top: none;
		border-bottom: solid 1px #ccc;
		border-right: solid 1px #ccc;
		border-left: solid 1px #ccc;
	}
	#mainBody .table-spBlock th {
		border: none;
		border-top: solid 1px #fff !important;
	}
#mainBody table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0 20px;
}
	#mainBody table tr th,
	#mainBody table tr td {
		border: none;
		padding: 12px;
		vertical-align: middle;
	}
	#mainBody table tr td {
		border-bottom: solid 1px #ccc;
		border-right: solid 1px #ccc;
	}
	#mainBody table tr .nowrap {
    	white-space: nowrap;
	}
	#mainBody table tr .vaT {
    	vertical-align: top !important;
	}
	#mainBody table tr th {
    	background: #008000;
    	text-align: center;
    	color: #fff;
    	font-weight: bold;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
    	/*white-space: nowrap;*/
	}
	#mainBody table thead tr th {
    	white-space: normal;
	}
	#mainBody table th:last-child {
		border-right: none;
	}
	#mainBody table tr td:first-child {
		border-left: solid 1px #ccc;
	}
	#mainBody table tbody:first-child tr:first-child td,
	#mainBody table thead:first-child tr:first-child td {
		border-top: solid 1px #ccc;
	}
	#mainBody table tbody:first-child tr:first-child th,
	#mainBody table thead:first-child tr:first-child th {
		border-top: solid 1px #008B00;
	}
	#mainBody table tr .noBorderTop {
		border-top: none !important;
	}
	#mainBody table tr .noBorderLeft {
		border-left: none !important;
	}
	#mainBody table tr .noBorderRight {
		border-right: none !important;
	}
	#mainBody table tr .noBorderBottom {
		border-bottom: none !important;
	}
	#mainBody table thead + tbody tr:last-child td {
		border-bottom: solid 1px #ccc;
	}
	#mainBody table thead + tbody > tr > td {
		border-bottom: none;
		border-top: solid 1px #ccc;
	}
	#mainBody table thead + tbody > tr:first-child td {
		border-top: none;
	}
	#mainBody table table {
		width: auto;
	}
	#mainBody table tr th.borderTop {
		border-top: solid 1px #fff !important;
	}
	#mainBody table tr th.borderLeft {
		border-left: solid 1px #fff !important;
	}
	#mainBody table tr th.borderRight {
		border-right: solid 1px #fff !important;
	}
	#mainBody table tr th.borderBottom {
		border-bottom: solid 1px #fff !important;
	}

#mainBody table.noline {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	margin: 10px 0 20px;
}
	#mainBody table.noline tr th,
	#mainBody table.noline tr td {
		border: none;
		padding: 12px;
		vertical-align: middle;
	}
	#mainBody table.noline tr td {
		border: none;
	}
	#mainBody table.noline tr th {
		border: none;
	}
	#mainBody table.noline tr td:first-child {
		border: none;
	}
	#mainBody table.noline tbody:first-child tr:first-child td,
	#mainBody table.noline thead:first-child tr:first-child td {
		border: none;
	}
	#mainBody table.noline tbody:first-child tr:first-child th,
	#mainBody table.noline thead:first-child tr:first-child th {
		border: none;
	}
#mainBody table.forLayout {
	width: auto;
	border-spacing: 0;
	border-collapse:collapse;
	margin: 0;
}
	#mainBody table.forLayout tr th,
	#mainBody table.forLayout tr td {
		border: none;
		padding: 0;
		vertical-align:inherit;
	}
	#mainBody table.forLayout tr td {
		border: none;
	}
	#mainBody table.forLayout tr th {
		border: none;
	}
	#mainBody table.forLayout tr td:first-child {
		border: none;
	}
	#mainBody table.forLayout tbody:first-child tr:first-child td,
	#mainBody table.forLayout thead:first-child tr:first-child td {
		border: none;
	}
	#mainBody table.forLayout tbody:first-child tr:first-child th,
	#mainBody table.forLayout thead:first-child tr:first-child th {
		border: none;
	}

/* asterisk */
ul.asterisk {
	margin-bottom: 0;
}
ul.asterisk > li > p,
ul.asterisk_m > li > p,
ul.asterisk_m2 > li > p,
ul.asterisk_l > li > p {
	text-indent: 0;
}
.asterisk,
ul.asterisk > li {
	margin-left: 1.35em;
	text-indent: -1.35em !important;
}
.asterisk_m,
ul.asterisk_m > li {
	margin-left: 2.65em;
	text-indent: -2.65em !important;
}
.asterisk_m2,
ul.asterisk_m2 > li {
	margin-left: 2em;
	text-indent: -2em !important;
}
.asterisk_l,
ul.asterisk_l > li {
	margin-left: 3.35em;
	text-indent: -3.35em !important;
}
ul.asterisk,
ul.asterisk_m,
ul.asterisk_m2,
ul.asterisk_l {
	margin-left: 0;
	text-indent: 0;
	list-style: none;
}

/* button */
.block-btn {
	margin: 10px 0 0;
}
	.block-btn p a,
	.block-btn button {
		width: 166px;
		background: #da861f url(/files/400334297.png) no-repeat 93.975% center;
		color: #fff;
		display: inline-block;
		text-decoration: none;
		border-radius: 3px;
		text-align: center;
		border: none;
		font-family: inherit;
		border-bottom: solid 1px #c2771c;
		border-right: solid 1px #c2771c;
		padding: 7px 0;
		font-size: 0.8125rem;
	}
	.block-btn p.btn-blue a {
		background: #00abeb url(/files/400334298.png) no-repeat 93.975% center;
		border-bottom: solid 1px #0098d1;
		border-right: solid 1px #0098d1;
	}
	.block-btn p.btn-accordion a {
		background: #da861f url(/files/400334295.png) no-repeat 93.975% center;
	}
	.block-btn p.btn-accordion.open a {
		background: #da861f url(/files/400334296.png) no-repeat 93.975% center;
	}
	.block-btn button.btn-l {
		width: 100%;
		background: #da861f url(/files/400334299.png) no-repeat 96.929% center;
		font-size: 1rem;
		font-weight: bold;
		border-radius: 4px;
		padding: 11px 0 10px 0;
	}
	
/* faq || only mock up */
.block-faq {
	background: #F6F6F6;
	border-top: 2px solid #008B00;
	margin: 25px -10px 10px -10px;
	padding: 5px;
}
	.block-faq_head {
		position: relative;
	}
	.block-faq .list-faq_sub {
		background: #FFF;
		margin: 0;
		list-style: none;
	}
	.block-faq_title {
		/*background: url(/files/400334472.png) no-repeat 10px 50%;
		-webkit-background-size: 32px 18px;
		background-size: 32px 18px;*/
		font-size: 0.9375rem;
		margin: 0 -5px 5px;
		padding: 5px 80px 5px 10px;
	}
	.block-faq_title .icon-faq {
		width: 35px;
		vertical-align: text-top;
		margin-right: 5px;
	}
	.block-faq .list-faq_sub li {
		font-size: 0.6875rem;
		padding: 10px;
	}
		.block-faq .list-faq_sub li { border-bottom: 1px dotted #CCC; }
		.block-faq .list-faq_sub li+li {  }
			.block-faq .list-faq_sub li .icon.new { margin-left: 10px; vertical-align: middle; }
			.block-faq .list-faq_sub li a {
				background: url(/files/400334305.gif) no-repeat left center;
				display: inline-block;
				padding-left: 10px;
				text-decoration: none;
			}
	.block-faq .more {
		display: inline-block;
		margin: -.7em 0 0 0;
		top: 50%;
		position: absolute;
		right: 0;
	}
		.block-faq .more a {
        	background-color: #fff;
		}

/* width */
.w15per { width: 100px; }
.w20per { width: 115px; }

.flow-arrow {
	margin-top: 1em;
}
	.flow-arrow img {
		width: 22px;
	}

/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: none !important;
}
/* SPだけ表示 */
.visible_sp {
	display: block !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: none !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: inline !important;
}

.redBlock {
    background: #FDF4F3;
    padding: 10px;
	margin:10px 0;
}

.redBlock .titleNote {
    color: #B20000;
    font-size: 114.2%;
    background: url(/files/400334317.png) no-repeat;
    padding: 1px 0 2px 29px;
    margin: -1px 0 10px 5px;
}
	.redBlock ol {
		margin-bottom: 0;
		list-style: decimal;
		margin-left: 16px;
	}
	.redBlock li+li {
    	margin-top: 9px;
	}


.lineBlock {
	border: solid 2px #eee;
	padding: 10px;
	margin: 10px 0;
}

.LineBlockD {
	margin: 15px 0;
    padding: 10px;
	border: double 4px #EEEEEE;
}

/* indent */
.jp-indent {
	padding-left: 1em;
	text-indent: -1em;
}

/* 機構ホームページ担当追加項目 */

/* ブロック配置（センタリング等） */
.orgJhf_center-block {
    margin: 0 auto;
    display: table;
}

/* 「月々の返済でお困りになったとき」ページの右点線矢印用 */
.orgJhf_hensai_komatta_arrowR {
    width: 70px;
    height: 20px;
}

/*画像「Aタイプ（返済期間の延長など）」用 */
.orgJhf_hensai_komatta_typeA {
   width: 131px;
   height: 50px;
   border: none;
}

/*画像「Bタイプ（一定期間における返済額の減額）」用*/
.orgJhf_hensai_komatta_typeB {
   width: 130px;
   height: 71px;
   border: none;
}

/*画像「Cタイプ（ボーナス返済分の返済額の変更、ボーナス返済の取り止めなど）」用*/
.orgJhf_hensai_komatta_typeC {
   width: 130px;
   height: 93px;
   border: none;
}

/*「月々の返済でお困りになったとき」ページの▽印用*/
.orgJhf_hensai_komatta_arrowU {
   width: 75px;
   height: 26px;
}

/* 採用情報tablesize用 */
.orgJhf_size_w285_h60 {
   width: 285px;
   height: 60px;
}

/* 2021 */
#mainBody .event table thead + tbody tr:last-child td {
	border-bottom: none;
}

/* AIチャットボット */
.dialogplay-icon-green {
    position: fixed;
    z-index: 100;
    right: 30px;
    bottom: 80px;
    width: 128px;
    height: 64px;
    background-image: url("/files/400359885.png");
    cursor: pointer;
}

.dialogplay-icon-green .close {
    position: absolute;
    right: -12px;
    top: -11px;
    width: 33px;
    height: 32px;
    cursor: pointer;
}
