@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- */

.text-read {
	line-height: 1.5;
	margin-bottom: 2em;
}
/* more */
.more {
	text-align: right;
}
	.more a {
		background: url(/files/400334305.gif) no-repeat 0 50%;
		padding-left: 10px;
	}

/* news */
.block-news {
	margin-bottom: 20px;
}
	.block-news a {
		text-decoration: none;
	}
	.block-news a:hover {
		text-decoration: underline;
	}
	.block-news .list-news {
		list-style: none;
	}
	.block-news ul.list-news {
		margin: 0;
		margin-bottom: 15px;
	}
		.block-news ul.list-news li {
			border-bottom: 1px dotted #CCC;
			overflow: hidden;
			padding: 10px 0;
		}
			.block-news ul.list-news li a {
				display: block;
				position: relative;
				text-decoration: underline;
			}
			.block-news ul.list-news li a.icon-pdf,
			.block-news ul.list-news li a.icon-excel {
				padding-right: 45px;
			}
			.block-news ul.list-news li a.icon-pdf:after,
			.block-news ul.list-news li a.icon-excel:after {
				position: absolute;
				margin: 0;
				top: 0;
				right: 0;
			}
			.block-news ul.list-news.news-tender li a.icon-pdf:after,
			.block-news ul.list-news.news-tender li a.icon-excel:after,
			.block-news ul.list-news.news-notice li a.icon-pdf:after,
			.block-news ul.list-news.news-notice li a.icon-excel:after {
				position: static;
				margin: 0 10px;
				top: auto;
				right: auto;
			}
			.block-news ul.list-news li a > span {
				display: block;
			}
			.block-news ul.list-news li span.date {
				float: left;
				font-size: 0.857em;
				width: 110px;
				text-decoration: underline;
			}

			/* ▼2020/01追加 */
			.block-news ul.list-news li span.category {
				width: 60px;
				float: left;
				display: block;
				font-size: 0.625rem;
				text-align: center;
				background: #DEEEDF;
				border: 1px solid #C1DEC3;
				color: #00471B;
				margin-right: 10px;
				padding: 2px 0;
				font-weight: bold;
				border-radius: 4px;
			}
			.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 {
				padding-left: 100px;
			}
			.news-topics .title {
				padding-left: 180px;
			}
			.news-notice .title {
			    padding-left: 0;
			    margin-left: 110px;
			    display: block;
			}
			.block-news ul.list-news li > span.date {
			    text-decoration: none;
			    margin-top: 2px;
			    display: block;
			}
			.news-topics .title {
			    padding-left: 0;
			    margin-left: 190px;
			    display: block;
			}
			.block-news ul.list-news .title span {
            	display: inline !important;
			}

.list-tab_arrow {
	margin-right: -5px;
	margin-bottom: 10px;
}
	.list-tab_arrow li {
		font-size: 0.75rem;
		line-height: 1;
		margin-right: 5px;
		text-align: center;
		width: 141px;
	}
		.list-tab_arrow li a,
		.r-tabs-tab a {
			background: #EEE;
			border-radius: 3px;
			color: #0657C3;
			padding: 10px 0;
			position: relative;
			text-decoration: underline;
			width: 100%;
		}
	.list-tab_arrow li.current a,
	.list-tab_arrow li:hover a,
	.r-tabs-tab.r-tabs-state-active a {
		background: #008000;
		color: #FFF;
		text-decoration: none;
	}
	.list-tab_arrow li.current a:after,
	.list-tab_arrow li:hover a:after,
	.r-tabs-tab.r-tabs-state-active a:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(0, 139, 0, 0);
		border-top-color: #008B00;
		border-width: 8px;
		margin-left: -8px;
	}
/**/

.block-index + .block-index {
	margin-top: 35px;
}
.block-index .item {
	background: #FAFAFA;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
	.block-index .item .thumb,
	.block-index .item .title,
	.block-index .item .desc {
		display: block;
	}
		.block-index .item .thumb img {
			display: block;
		}
	.block-index .item .title,
	.block-index .item .desc {
		padding: 10px 10px 0;
	}
	.block-index .item .desc {
		color: #333;
	}
	.block-index .list-link_index  {
		background: #FFF;
		border: 1px solid #F5F5F5;
		margin: 10px 0 0;
		padding: 5px 10px;
		overflow: hidden;
	}
		.block-index .list-link_index li {
			margin: 5px 15px 5px 0;
		}
			.block-index .list-link_index li a {
				background: url(/files/400334305.gif) no-repeat 0 50%;
				padding-left: 10px;
			}

	.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 .block-column h3 + *,
	.block-index .block-column p + * {
		margin-top: 10px;
	}
	.block-index .list-link_box.col2 .colbox {
		width: 49%;
		margin-left: 2%;
		float: left;
	}
	.block-index .list-link_box.col2 .colbox:nth-child(2n+1) {
		margin-left: 0;
	}
	.block-index .list-link_box.col3 .colbox {
		width: 32%;
		margin-left: 2%;
		float: left;
	}
	.block-index .list-link_box.col3 .colbox:nth-child(3n+1) {
		margin-left: 0;
	}
	.block-index .list-link_box.col4 .colbox {
		width: 23%;
		margin-left: 2.66%;
		float: left;
	}
	.block-index .list-link_box.col4 .colbox:nth-child(4n+1) {
		margin-left: 0;
	}
	.block-index .col-4 {
		margin-right: -16px;
		}
		.block-index .col-4 .item {
		margin-right: 16px;
		width: 169px;
		}
		.block-index .col-4 img {
		max-width: 100%;
		}
		.block-index .col-4 .block-column,
		.block-index .col-4 .block-line {
		margin-right: 13px;
		width: 169px;
		float: left;
		clear: none !important;
		}
		.block-index .col-4 .item a {
		text-decoration: none;
		}
		.block-index .col-4 .item .title {
		text-decoration: underline;
		}

	.block-index .col-3 {
		margin-right: -16px;
	}
		.block-index .col-3 .item {
			margin-right: 16px;
			width: 231px;
		}
		.block-index .col-3 .block-column,
		.block-index .col-3 .block-line {
			margin-right: 13px;
			width: 231px;
			float: left;
			clear: none !important;
		}
			.block-index .col-3 .item a {
				text-decoration: none;
			}
		.block-index .col-3 .item .title {
			text-decoration: underline;
		}
	.block-index .col-2 {
		margin-right: -15px;
	}

		.block-index .col-2 .item {
			margin-right: 15px;
			width: 355px;
		}
		.block-index .col-2 .block-column,
		.block-index .col-2 .block-line {
			margin-right: 15px;
			width: 355px;
			float: left;
			clear: none !important;
		}
	.block-index .col-1 {
	}
		.block-index .col-1 .item {
			float: none;
			width: 100%;
		}
	
.block-index .inBlockLimg img{
	margin: -15px 20px -15px -15px;
}
.block-index .inBlockRimg img {
	margin: -15px -15px -15px 20px;
}
	.block-index .block-column * + h2,
	.block-index .block-column * + h3,
	.block-index .block-column * + h4{
		margin-top:0;
	}
	

.block-column {
	background: #fafafa;
	border-radius: 3px;
	padding: 15px;
	margin-bottom: 20px;
}
	.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:0px;
	}
	
	.itemBlockH2 .block-column {
		background: none;
		padding: 0;
	}
	.block-column_title {
		border-left: 7px solid #008B00;
		font-size: 1.125rem;
		margin-bottom: .5em;
		padding-left: 10px;
	}
	h3.block-column_title {
		border-left: none;
		font-size: 1rem;
		padding: 0 0 0 20px;
		position: relative;
	}
	h3.block-column_title:before {
		content: url(/files/400334313.png);
		left: 0;
		position: absolute;
		top: 1px;
	}
	h4.block-column_title {
		border-left: none;
		font-size: 0.9375rem;
		padding: 0 0 0 0px;
		position: relative;
	}
	.item .block-column_title {
    	margin: 10px 0 0 10px;
	}
	.block-column .thumb {
    	margin: -15px -15px 10px;
    	display: block;
	}
	
	.block-column .title.lv2{
		font-size: 1.063rem;
		border-bottom:none;
		margin-bottom:5px;
	}
	.block-column .title.lv3{
		border-bottom:none;
		margin-bottom:5px;
	}
	.block-column .title.lv4{
		border-bottom:none;
		margin-bottom:5px;
		padding-bottom: 5px;
	}
	
.list-anchor {
	background: #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}
	.list-anchor li {
		padding: 0 1em;
	}
		.list-anchor li a {
			background: url(/files/400334293.png) no-repeat 0 50%;
			padding-left: 18px;
		}
/* backgroundのグレーの網掛が不要なケース用 */
.list-anchor-nbg {
	margin-bottom: 20px;
	padding: 10px;
}
	.list-anchor-nbg li {
		padding: 0 1em;
	}
		.list-anchor-nbg li a {
			background: url(/files/400334293.png) no-repeat 0 50%;
			padding-left: 18px;
		}

.block-line {
	border: solid 5px #F4F4F4;
	padding: 10px 12px;
	margin-bottom: 20px;
}

.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;
	}
.flowBox{
	margin:10px 0;
}
	.block-flow2 .titleBox{
		background:#f2f9f2;
		padding:10px 15px;
	}
	.block-flow2 .flowBox .title.lv3{
		border-bottom:none;
		color:#008000;
		padding:0;
		margin-top:5px;
	}
	.block-flow2 .flowBox .title.lv3:before{
		display:none;
	}
	.block-flow2 .descBox{
		padding:5px 0;
	}
	.block-flow2 .flow-arrow{
		margin:5px;
	}
	.block-flow2 .flow-arrow img{
		width:30px;
		height:auto;
	}
.getAdobeReader {
	border: solid 1px #c9c9c9;
	padding: 5px 12px;
	margin-bottom: 10px;
	margin-top:10px;
	position: relative;
}
	.getAdobeReader:before {
    	content: "";
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	display: block;
		border: solid 3px #f2f2f2;
	}
	.getAdobeReader p.text {
	    padding: 13px 130px 13px 15px;
	    font-size: 93%;
	    line-height: 140%;
	    position: relative;
	}
	.getAdobeReader p.banner {
	    margin: 0;
	    padding: 0;
	    position: absolute;
	    right: 20px;
	    top: 17px;
	}

/* accordion */
.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: 10px;
	top: 50%;
	width: 21px;
}
.wrap-accordion .title.opener.close:after {
	background-image: url(/files/400334354.png);
}

/* table */
#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: 457px;
		background: #da861f url(/files/400334299.png) no-repeat 96.929% center;
		font-size: 1rem;
		font-weight: bold;
		border-radius: 4px;
		padding: 11px 20px 10px 0;
	}
	.block-btn button:hover,
	.block-btn button.btn-l:hover {
		opacity: 0.6;
		filter: alpha(opacity=60);
	}

/* faq || only mock up */
.block-faq {
	background: #F6F6F6;
	margin-top: 20px;
	padding: 5px;
}
	.block-faq_head {
		position: relative;
	}
	.block-faq .list-faq_sub {
		background: #FFF;
		margin: 0;
		list-style: none;
		padding: 0 20px;
	}
	.block-faq_title {
		/*background: url(/files/400334311.gif) no-repeat 15px 50%;*/
		border-bottom: 1px solid #008B00;
		font-size: 1.125rem;
		margin: 0 -5px 5px;
		padding: 15px;
	}
	.block-faq_title .icon-faq {
		vertical-align: text-top;
		margin-right: 5px;
	}
	.block-faq .list-faq_sub li {}
		.block-faq .list-faq_sub li { padding: 10px 0; }
		.block-faq .list-faq_sub li+li { border-top: 1px dotted #CCC; }
			.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;
				padding-left: 10px;
			}
	.block-faq .more {
		background: #FFF;
		border-radius: 50px;
		display: inline-block;
		margin: -1.25em 0 0 0;
		top: 50%;
		padding: .25em 15px;
		position: absolute;
		right: 10px;
	}
	
/* width */
.w10per { width: 10%; }
.w15per { width: 15%; }
.w20per { width: 20%; }
.w25per { width: 25%; }
.w30per { width: 30%; }
.w35per { width: 35%; }
.w40per { width: 40%; }
.w50per { width: 50%; }

/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}



.redBlock {
    background: #FDF4F3;
    padding: 15px;
	margin:10px 0;
}

.lineBlock {
	border: solid 2px #eee;
	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;
}

.LineBlockD {
	margin: 15px 0;
    padding: 15px;
	border: double 4px #EEEEEE;
}

/* indent */
.jp-indent {
	padding-left: 1em;
	text-indent: -1em;
}

/* 20200124 */
.block-news ul.list-news li a {
	display: inline;
}
.block-news ul.list-news li a.icon-pdf,
.block-news ul.list-news li a.icon-excel {
	padding-right: 0;
}
.block-news ul.list-news li a.icon-pdf:after,
.block-news ul.list-news li a.icon-excel:after {
	position: relative;
	margin-left: 10px;
	margin-right: 0;
}
ul.list-news li .icon.new,
ul.list-news li .icon.pdf,
ul.list-news li .icon.excel {
	margin: 0;
	vertical-align: bottom;
}
ul.list-news li .icon.new img,
ul.list-news li .icon.pdf img,
ul.list-news li .icon.excel img {
    vertical-align: -4px;
}
img.icon-img {
    vertical-align: -4px;
    margin: 0px 10px;
}
img.blank-img {
    margin: 0px 5px;
}

/* 機構ホームページ担当追加項目 */

/* ブロック配置（センタリング等） */
.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;
}

/* イベント一覧用 */
.page-event_main .list-anchor li {
   padding: 0 .5em;
}
.tableBlock .table-event_list thead th:first-child {
   min-width: 7em;
}

/* AIチャットボット */
.dialogplay-icon-green {
    position: fixed;
    z-index: 100;
    right: 30px;
    bottom: 120px;
    width: 192px;
    height: 96px;
    background-image: url("/files/400359887.png");
    cursor: pointer;
}

.dialogplay-icon-green .close {
    position: absolute;
    right: -12px;
    top: -11px;
    width: 33px;
    height: 32px;
    cursor: pointer;
}
