@charset "UTF-8";

@media only screen and (max-width: 1000px) {

	/****************************/
	/********** header **********/
	/****************************/
	#header {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		background-color: #ffffff;
	}

	#header .inner {
		width: 96% !important;
		margin: 10px 2%;
		height: auto; /* 2018.09.27 add */
	}


	/**************************/
	/********** navi **********/
	/**************************/
	#navi {
		width: 96% !important;
		overflow: hidden;
		margin: 40px 2% 0;
	}

	#navi ul {
		overflow: hidden;
		color: #000000;
	}

	#navi ul li {
		float: left;
		width: 19.8%;
		text-align: center;
		list-style: none;
		border-left: 1px dashed #cccccc;
	}

	#navi ul li:last-child {
		float: left;
		width: 19.9%;
		text-align: center;
		list-style: none;
		border-right: 1px dashed #cccccc;
	}

	#navi ul li a {
		color: #000000;
		display: block;
		margin: 0 2px 3px;
		padding: 5px 0;
		text-decoration: none;
	}

	#navi ul li a:hover {
		width: 98%;
		color: #ffffff;
		display: block;
		margin: 0 1% 3px;
		padding: 5px 0;
		border-radius: 3px;
		background-color: #37A6D3;
		text-decoration: none;
	}


	/************************/
	/***** 画像スライダー *****/
	/************************/
	#mainimg {
		width: 100%;
		margin: 0 0 15px;	/* 30px 0 15px 0 */
	}

	#mainimg .inner {
		width: 100% !important;
	    margin: 0 auto;
	    overflow: hidden;
	}

	#mainimg .inner .slick-slide a img {
		width: 100%;
	}

	.sp-image {
	    position: relative;
	    display: block;
	    border: medium none;
	    left: -8px !important;
	}


	/*************************************/
	/***** 個人お客様・法人・事業主のお客様 *****/
	/*************************************/
	#target .inner {
		width: 96% !important;
		overflow: hidden;
		margin: 0 2%;
	}

	#target .inner .textL {
		width: 49% !important;
		margin: 0 0.5% 0 0 !important;
		padding: 0 0 5px;
		overflow: hidden;
		float: left;
		text-align: center;
		position: relative;
		display: table;
	}

	#target .inner .textR {
		width: 49% !important;
		margin: 0 0 0 0.5% !important;
		padding: 0 0 5px;
		overflow: hidden;
		float: right;
		text-align: center;
		position: relative;
		display: table;
	}


	/**********************************/
	/********** 商品・サービス **********/
	/**********************************/
	#imenu .inner {
		width: 96%;
		overflow: hidden;
		margin: 0 2%;
		justify-content: center !important;
		align-items: center !important;
	}

	#imenu .inner .box a {
		float: left;
		display: block;
		text-decoration: none;
		text-align: center;
		overflow: hidden;
		padding: 20px 0;
		border-radius: 5px;
		border: 2px solid #37A6D3 !important;
		background-color: #ffffff;
	}

	#imenu .inner .box a:hover {
		border: 2px solid #195178 !important;
	}

	#imenu .inner .box a p img {
		width: 100px;
		height: 100px;
	}

	#imenu .inner .box a span.title {
		color: #37A6D3;
	}

	#imenu .inner .box:nth-child(2) a, #imenu .inner .box:nth-child(3) a,
	#imenu .inner .box:nth-child(4) a, #imenu .inner .box:nth-child(5) a,
	#imenu .inner .box:nth-child(6) a {
		margin: 0 0 0 0.3%;
	}

	.box3.hvr-rectangle-out {
	    display: inline-block !important;
	    width: 19.49%;
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -moz-osx-font-smoothing: grayscale;
	    position: relative;
	    -webkit-transition-property: color;
	    transition-property: color;
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
	}

	/***** 手数料 *****/
	.tab-content label {
	  width: 33% !important;	/* 32.9% !important */
	  display: inline-block;
	  padding: 10px;
	  color: #777777;
	  border-radius: 3px;
	  box-sizing: border-box;
	  background-color: #F1F1F1;
	}

	.tab-content label.even {
	  width: 31.3% !important;
	  display: inline-block;
	  padding: 10px;
	  color: #777777;
	  border-radius: 3px;
	  margin: 0 0.7% !important;
	  box-sizing: border-box;
	  background-color: #F1F1F1;
	}


	/******************************/
	/********** contents **********/
	/******************************/
	#contents {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	#contents #main {
		width: 96%;
		margin: 0 2% 30px;
		overflow: hidden;
	}


	/*********************************************/
	/***** 重要なお知らせ・お知らせ・キャンペーン *****/
	/*********************************************/
	#main #info, #main #news, #main #campaign {
	    width: 96%;
	    overflow: hidden;
	    margin: 0 2%;
	    padding: 0 0 15px;
	}

	#main #info p.btn, #main #news p.btn, #main #campaign p.btn {
	    width: 45% !important;
	    text-align: center;
	    display: block;
	    margin: 0 auto;
	}


	/***********************/
	/***** WEBローン受付 *****/
	/***********************/
	#webloan .inner {
		width: 96% !important;
		margin: 15px 2% 45px !important;
		overflow: hidden;
	}

	/* 2019-10-01 mod */
	#changeArea #target #webloan .inner .textL, #changeArea #target #webloan .inner .textR {
		margin: 0 0.5% !important;
		width: 49% !important;
		float: left;
	}
	/* 2019-10-01 mod */

	#webloan .inner .textL dl dt {
		width: 18%; /* 2019-10-01 mod */
	    float: none;
	    text-align: center;
	    clear: both;
	    color: #ffffff;
	    margin: 0 5px 0 0;
	    padding: 5px 7px;
	    background-color: #195178;
	    border-radius: 3px;
	}

	#webloan .inner .textR dl dt {
		width: 18%; /* 2019-10-01 mod */
	    float: none;
	    text-align: center;
	    clear: both;
	    color: #ffffff;
	    margin: 0 5px 0 0;
	    padding: 5px 7px;
	    background-color: #399DC5;
	    border-radius: 3px;
	}

	#webloan .inner .textL dl dd, #webloan .inner .textR dl dd {
	    text-align: left;
	    margin: 0;
	    padding: 5px 7px;
	}

	#webloan .inner .textL .btn a::after, #webloan .inner .textR .btn a::after {
	    position: absolute;
	    right: 10px;
	    content: "\f054";
	    font-family: FontAwesome;
	    color: #ffffff;
	    font-size: 110%;
	}

	/* 2020-04-28 mod */
	.orix-btn {
		flex-direction: column;
		align-items: center;
	}

	.orix-btn-fax, .orix-btn-web { width: auto; }

	.orix-btn-fax { margin: 0 0 40px; }

	.kiyaku-table { border-top: none !important; }

	.kiyaku-table-pc_thead { display: none; }

	.kiyaku-table-sp_th, .kiyaku-table td { display: block; }

	.kiyaku-table th, .kiyaku-table td {
		width: 100% !important;
		border-right: none !important;
	}


	/****************************/
	/***** 緊急時のお問い合わせ *****/
	/****************************/
	#contact .inner {
		width: 96% !important;
		margin: 20px 2% 40px !important;
		overflow: hidden;
	}

	#contact .box {
	    width: 55% !important;
	    float: none;
	    margin: 20px auto;
	    overflow: hidden;
	    text-align: center;
	}

	#contact .box .title {
	    width: 48%;
	    color: #ffffff;
	    text-align: center;
	    font-weight: normal;
	    padding: 5px 7px;
	    background-color: #D63030;
	    border-radius: 3px;
	    margin: 0 auto;
	}

	#contact .box2 {
	    width: 33%;
	    float: left;
	    margin: 0 auto;
	    overflow: hidden;
	    text-align: center;
	}

	#contact .box2 .title {
	    width: 30% !important;
	    color: #ffffff;
	    text-align: center;
	    font-weight: normal;
	    padding: 5px 7px;
	    background-color: #D63030;
	    border-radius: 3px;
	    margin: 0 auto;
	}


	/***************/
	/***** bnr *****/
	/***************/
	#bnr {
		width: 98%;
	    clear: both;
	    margin: 0 1%;
	    padding: 10px 0 180px 0;	/* 50px 0 180px 0 */
	    overflow: hidden;
	}

	#bnr .inner {
		width: 98% !important;
	    margin: 0 2%;
		text-align: center;
		overflow: hidden;
	}

	#bnr .inner a img {
		width: 98%;
		height: 98%;
	}


	/*******************/
	/***** 各種方針 *****/
	/*******************/
	#course {
		width: 100%;
		overflow: hidden;
		background-color: #F1F1F1;
		padding: 15px 0;
	}

	#course .inner {
		width: 96%;
		margin: 0 2%;
	}

	#course .inner ul li {
		display: inline-block;
		list-style: none;
		white-space: nowrap;
	}

	#course .inner ul li:before {
	    content: "\f101";
	    font-family: FontAwesome;
	    margin: 0 10px 0 0;
	}

	#course .inner ul li a {
		color: #000000;
		text-decoration: none;
		margin: 0 0.5% 0 0;
		white-space: normal;
	}


	/******************/
	/***** footer *****/
	/******************/
	#footer {
		width: 100%;
		overflow: hidden;
		background-color: #3498db;
	}

	#footer .inner {
		width: 96%;
		margin: 0 2%;
		overflow: hidden;
		background-color: #3498db;
		text-align: center;
	}


	/******************************/
	/********** 下層ページ **********/
	/******************************/
	#subtitle .inner {
		width: 96%;
		overflow: hidden;
		margin: 0 2%;
	}

	/*****************************/
	/********** ぱんくず **********/
	/*****************************/
	#breadcrumb .inner {
	    width: 96%;
	    overflow: hidden;
	    margin: 5px 2%;
	}

	#contents #submain {
	    width: 96%;
	    height: 100%;
	    /* margin: 0 2% 100px; */	/* 0 2% 30px */
			margin: 0 2% 30px;
			padding-bottom: 20px;
	    overflow: hidden;
	}


	/*******************************/
	/***** デスクロージャーページ *****/
	/*******************************/
	#submain #disclosure, #submain #disclosure_mini {
	   	width: 100%;
	    margin: 0 auto; /* 20px 0 */
	    overflow: hidden;
	}

	#submain #disclosure .box a, #submain #disclosure_mini .box a {
		width: 20.7%;
		float: left;
		text-decoration: none;
		display: block;
		overflow: hidden;
		margin: 5px 1%;
		padding: 5px;
		border: 3px solid #cccccc;
	}


	/**********************************/
	/***** ディスクロージャーSINGLEページ *****/
	/**********************************/
	#disclo {
		width: 100% !important;
		height: 532.1px !important;
		margin: 20px 0 0;
		text-align: center;
	}


	#disclo div:nth-child(odd) {
		width: 70% !important;
		overflow: hidden;
		left: 0;
	}

	#disclo div:nth-child(even) {
		width: 70% !important;
		overflow: hidden;
		left: 49% !important;
	}


	/*****************************/
	/***** ご意見・ご質問ページ *****/
	/*****************************/
	#submain p.notice2 {
		text-align: left !important;
		text-indent: 0;
		color: #ff0000;
		clear: both;
		margin: 0;
	}

	#submain form {
		width: 80%;
		overflow: hidden;
		margin: 20px 10%;
	}

	#submain form dl dt {
		width: 25%;
		padding: 15px 0 0;
		clear: both;
		float: left;
	}

	#submain form dl dt span {
		margin: 0 0 0 10px;
		padding: 2px 3px;
		color: #ffffff;
		font-size: 90%;
		border-radius: 3px;
		background-color: #ff0000;
	}

	#submain form dl dd {
		width: 66%;
		padding: 15px 0 0;
		margin: 0;
		float: right;
	}

	#submain form dl dd span {
		color: #ff0000;
		display: block;
		text-align: left;
	}

	#submain form dl dd input[type="text"] {
		width: 96%;
		height: 26px;
		padding: 0 1%;
		border-radius: 3px;
		border: 1px solid #cccccc;
	}

	#submain form dl dd input[type="radio"] {
		margin: 0 5px 0 0;
	}

	#submain form dl dd textarea {
		width: 96%;
		padding: 1% 1% 0;
		font-size: 90%;
		border-radius: 3px;
		border: 1px solid #cccccc;
	}

	#submain form p {
		text-align: center;
	}

	/***** 確認ボタン *****/
	#submain form p.submit #confirm {
		margin: 20px 0 0 0;
		padding: 10px 20px;
		color: #ffffff;
		border: none;
		border-radius: 3px;
		font-size: 100%;
		background-color: #cccccc;
	}

	#submain form p.submit #confirm:hover {
		padding: 10px 20px;
		color: #ffffff;
		border: none;
		border-radius: 3px;
		font-size: 100%;
		background-color: #4B0082 !important;
	}

	/***** 編集ボタン *****/
	#submain form ul {
		width: 100%;
		overflow: hidden;
		text-align: center;
	}

	#submain form ul li {
		display: inline-block;
	}


	#submain form ul li.submit #edit {
		margin: 20px 0 0 0;
		padding: 10px 20px;
		color: #777777;
		border: none;
		border-radius: 3px;
		font-size: 100%;
		background-color: #F1F1F1;
	}

	#submain form ul li.submit #edit a {
		text-decoration: none;
	}

	#submain form ul li.submit #edit:hover {
		padding: 10px 20px;
		color: #ffffff;
		border: none;
		border-radius: 3px;
		font-size: 100%;
		background-color: #4B0082;
	}

	/***** 送信ボタン *****/
	#submain form ul li.submit {
		clear: both;
	}

	#submain form ul li.submit #submit {
		margin: 20px 0 0 0;
		padding: 10px 20px;
		color: #ffffff;
		border: none;
		border-radius: 3px;
		font-size: 100%;
		background-color: #D63030;
	}

	#submain form ul li.submit #submit:hover {
		padding: 10px 20px;
		color: #ffffff;
		border: none;
		border-radius: 3px;
		font-size: 100%;
		background-color: #E15A78 !important;
	}

	/********************/
	/***** 送信ページ *****/
	/********************/
	#submain #thanks {
		width: 100%;
		margin: 30px auto;
		overflow: hidden;
		text-align: center;
		color: #ff0000;
	}


	/**********************/
	/***** リンクページ *****/
	/**********************/
	#submain h3.link {
		text-align: center;
		color: #ffffff;
		font-size: 120%;
		font-weight: normal;
		padding: 5px 0;
		background-color: #195178;
	}

	#submain .LinkBox2 dl {
		width: 98%;
		overflow: hidden;
		margin: 15px 1%;
	}

	#submain .LinkBox2 dl dt {
		width: 35% !important;
		float: left;
		clear: both;
		margin: 0;
	}

	#submain .LinkBox2 dl dt:before {
	    content: "\f101";
	    font-family: FontAwesome;
	    margin: 0 1%;
	}


	#submain .LinkBox3 dl dt {
		width: 100% !important;	/* 25% */
		float: none !important;
		clear: both;
		margin: 3px 0 0;
		padding: 5px 0 !important;
	}

	#submain .LinkBox3 dl dd a {
		text-decoration: none;
		color: #454545;
		padding: 5px 0 !important;
	}

	#submain .LinkBox3 dl dd {
		width: 100% !important;
		float: none !important;
		clear: both;
		margin: 3px 0 0 !important;
		padding: 0 !important;
	}

	#submain .LinkBox3 dl dt:before {
	    content: "\f101";
	    font-family: FontAwesome;
	    margin: 0 1%;
	}


	/***************************/
	/***** 当組合についてページ *****/
	/***************************/
	/***** あいさつ *****/
	#president .box {
		margin: 7% 10px;
	}

}


@media only screen and (max-width: 960px) {

	/****************************/
	/********** header **********/
	/****************************/
	#header {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		background-color: #ffffff;
	}

	#header .inner {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}


	/**********************/
	/***** 文字切り替え *****/
	/**********************/
	#changeArea {
		font-size: 90% !important;
	}

	#fontSize {
		display: none;
	}

	/* 2018.09.27 add recruit */
	#recruit { display: none; }

	/* 2020.06.10 add banner */
	.banner-content { display: none; }

	/**************************/
	/********** navi **********/
	/**************************/
	#subnavi, #navi {
		display: none;
	}


	/*****************************/
	/***** ハンバーガーメニュー *****/
	/*****************************/


	/***** メニュー *****/


	.mbox ul {
		width: 96%;
		margin: 0 2%;
		overflow: hidden;
	}

	.mbox ul li {
		list-style: none;
		float: left;
		width: 49%;
	}

	.mbox ul li.home {
		list-style: none;
		float: left;
		width: 100%;
	}

	.mbox ul li.houjin, .mbox ul li.about, .mbox ul li.link, .mbox ul li.sitemap {
		margin: 0 0 0 2%;
	}

	/***** ホーム *****/
	.mbox ul li.home a {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #399DC5;
		border: 2px solid #399DC5;
		border-radius: 3px;
	}

	.mbox ul li.home a.cr, .mbox ul li.home a:hover {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #ffffff;
		background-color: #399DC5;
		border-radius: 3px;
	}

	/***** 個人のお客様・リンク *****/
	.mbox ul li.kojin a, .mbox ul li.link a {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #195178;
		border: 2px solid #195178;
		border-radius: 3px;
	}

	.mbox ul li.kojin a.cr, .mbox ul li.kojin a:hover, .mbox ul li.link a.cr, .mbox ul li.link a:hover {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #ffffff;
		background-color: #195178;
		border-radius: 3px;
	}

	/***** 法人・事業主のお客様・ご意見・ご質問 *****/
	.mbox ul li.houjin a, .mbox ul li.mail a {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #4b0082;
		border: 2px solid #4b0082;
		border-radius: 3px;
	}

	.mbox ul li.houjin a.cr, .mbox ul li.houjin a:hover, .mbox ul li.mail a.cr, .mbox ul li.mail a:hover {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #ffffff;
		background-color: #4b0082;
		border-radius: 3px;
	}

	/***** 商品・サービス、サイトマップ *****/
	.mbox ul li.service a, .mbox ul li.sitemap a {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #399DC5;
		border: 2px solid #399DC5;
		border-radius: 3px;
	}

	.mbox ul li.service a.cr, .mbox ul li.service a:hover, .mbox ul li.sitemap a.cr, .mbox ul li.sitemap a:hover {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #ffffff;
		background-color: #399DC5;
		border-radius: 3px;
	}

	/***** 当組合について *****/
	.mbox ul li.about a {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #008000;
		border: 2px solid #008000;
		border-radius: 3px;
	}

	.mbox ul li.about a.cr, .mbox ul li.about a:hover {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #ffffff;
		background-color: #008000;
		border-radius: 3px;
	}

	/***** ディスクロージャー *****/
	.mbox ul li.disclosure a {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #FFA500;
		border: 2px solid #FFA500;
		border-radius: 3px;
	}

	.mbox ul li.disclosure a.cr, .mbox ul li.disclosure a:hover {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #ffffff;
		background-color: #FFA500;
		border-radius: 3px;
	}

	.mbox ul li a span {
	    margin: 5px 0 0;
	    font-size: 70%;
	    display: block;
	}

	/***** 重要なお知らせ・お知らせ・キャンペーン *****/


	.pbox ul {
		width: 96%;
		margin: 10px 2% ;
		overflow: hidden;
	}

	.pbox ul li {
		list-style: none;
		float: left;
		width: 49%;
	}

	.pbox ul li.info, .pbox ul li.news, .pbox ul li.campaign {
		list-style: none;
		width: 100%;
	}


	/***** 重要なお知らせ *****/
	.pbox ul li.info a {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #E15A78;
		border: 2px solid #E15A78;
		border-radius: 3px;
	}

	.pbox ul li.info a.cr, .pbox ul li.info a:hover {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #ffffff;
		background-color: #E15A78;
		border-radius: 3px;
	}

	/***** お知らせ *****/
	.pbox ul li.news a {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #008000;
		border: 2px solid #008000;
		border-radius: 3px;
	}

	.pbox ul li.news a.cr, .pbox ul li.news a:hover {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #ffffff;
		background-color: #008000;
		border-radius: 3px;
	}

	/***** キャンペーン *****/
	.pbox ul li.campaign a {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #ffa500;
		border: 2px solid #ffa500;
		border-radius: 3px;
	}

	.pbox ul li.campaign a.cr, .pbox ul li.campaign a:hover {
		margin: 0 0 5px;
		text-decoration: none;
		display: block;
		text-align: center;
		color: #ffffff;
		background-color: #ffa500;
		border-radius: 3px;
	}

	.pbox ul li a span {
	    margin: 5px 0 0;
	    font-size: 74%;
	    display: block;
	}

	/***** 2018.09.27 add recruit *****/
	.pbox .recruit-sp {
		width: 100% !important;
		text-align: center;
	}

	/***** 2020.06.10 add *****/
	.banner-content-sp {
		margin: 15px 2% 0;
		width: 96%;
	}

	.banner-content-sp img {
		max-width: 100%;
		vertical-align: bottom;
	}

	/***** 緊急連絡先 *****/


	.contact ul li a span {
	    margin: 5px 0 0;
	    font-size: 74%;
	    display: block;
	}


	/***** 緊急時のお問い合わせ *****/


	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
		color :#000000;
	}


	.contact .box .title,
	.contact .box2 .title {
		width: 92%;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
		padding: 5px 7px;
		background-color: #D63030;
		border-radius: 3px;
		margin: 0 auto;
	}

	.contact .box p.tel , .contact .box2 p.tel {
		margin: 8px 0
	}

	/**********************/
	/***** 画像スライダー *****/
	/**********************/
	#mainimg {
		width: 100%;
		margin: 15px 0 0 !important;
	}

	.sp-image {
	    position: relative;
	    display: block;
	    border: medium none;
	    left: 0 !important;
	}


	/********************************/
	/********** 商品・サービス **********/
	/********************************/
	#imenu .inner .box a {
	 	width: 32% !important;
		float: left;
		text-decoration: none;
		text-align: center;
		overflow: hidden;
		margin: 0 0 10px !important;
		padding: 20px 0;
		border-radius: 5px;
		border: 2px solid #37A6D3;
		background-color: #ffffff;
	}

	#imenu .inner .box:nth-child(2) a, #imenu .inner .box:nth-child(5) a {
		margin: 0 1.13% 10px !important;
	}


	/***************************/
	/***** お知らせ・キャンペーン *****/
	/***************************/
	#main #contL, #main #contR {
		width: 100% !important;
		float: none !important;
		margin: 0 !important;
	}


	/***************************/
	/***** ご意見・ご質問ページ *****/
	/***************************/
	#submain p.notice2 {
		text-align: left !important;
		text-indent: 0;
		color: #ff0000;
		clear: both;
		margin: 0;
	}

	#submain form {
		width: 80%;
		overflow: hidden;
		margin: 20px 10%;
	}

	#submain form dl dt {
		width: 32% !important;
		padding: 15px 0 0;
		clear: both;
		float: left;
	}

	/***************************/
	/***** 当組合についてページ *****/
	/***************************/
	/***** あいさつ *****/
	#president .box {
		margin: 0 10px;
	}

	#president .box img {
		margin: 0;
	}

	/***********************/
	/**  WEBローン申込み   **/
	/***********************/
	.jaccs-loan-list, .shinkumi-loan-list {
		margin: 0;
		flex-direction: column;
	}

	.jaccs-loan-list li { width: 100%; }

	.shinkumi-loan-list li {
		margin: 20px 2% !important;
		width: 96% !important;
	}

	.shinkumi-loan-list li a { height: auto; }
}


@media only screen and (max-width: 800px) {

	/**********************************/
	/********** 商品・サービス **********/
	/**********************************/
	#imenu .inner .box a {
		width: 31% !important;
		float: left;
		text-decoration: none;
		text-align: center;
		overflow: hidden;
		margin: 0 0 10px !important;
		padding: 20px 0;
		border-radius: 5px;
		border: 3px solid #37A6D3;
		background-color: #ffffff;
	}

	#imenu .inner .box:nth-child(2) a, #imenu .inner .box:nth-child(5) a {
		margin: 0 1% 10px !important;
	}

	.box3.hvr-rectangle-out {
	    display: inline-block !important;
	    width: 19.46% !important;
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -moz-osx-font-smoothing: grayscale;
	    position: relative;
	    -webkit-transition-property: color;
	    transition-property: color;
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
	}


	/***** 手数料 *****/
	.tab-content label {
	  width: 33% !important;	/* 32.9% !important */
	  display: inline-block;
	  padding: 10px;
	  color: #777777;
	  border-radius: 3px;
	  box-sizing: border-box;
	  background-color: #F1F1F1;
	}

	.tab-content label.even {
	  width: 31% !important;
	  display: inline-block;
	  padding: 10px;
	  color: #777777;
	  border-radius: 3px;
	  margin: 0 0.7% !important;
	  box-sizing: border-box;
	  background-color: #F1F1F1;
	}


	/***************/
	/***** bnr *****/
	/***************/
	#bnr .slick-slider {
		width: 71% !important;
		margin: 0 auto;
	}

	#bnr .slick-slide a img {
	    display: block;
	    width: 96% !important;
	    border: 2px solid #cccccc;
	    margin: 0 2%;
	    padding: 0 !important;
	}


	/***************************/
	/***** 個人のお客様ページ *****/
	/***************************/
	#submain .loan table:nth-child(1) {
	    width: 100% !important;
	    float: none !important;
	    border-collapse: collapse;
	    border: 1px solid #cccccc;
	}

	#submain .loan table:nth-child(2) {
	    width: 100% !important;
	    float: none !important;
	    border-collapse: collapse;
	    border-left: 1px solid #cccccc;
	    border-bottom: 1px solid #cccccc;
	    border-right: 1px solid #cccccc;
	}


	/**************************************/
	/***** ディスクロージャーSINGLEページ *****/
	/**************************************/
	#disclo {
		width: 100% !important;
		height: 510.8px !important;
		margin: 20px 0 0;
		text-align: center;
	}


}


@media only screen and (max-width: 768px) {

	/************************/
	/***** 画像スライダー *****/
	/************************/
	.sp-bottom-thumbnails.sp-has-pointer {
		display: none !important;
	}


	/***************************************/
	/***** 個人お客様・法人・事業主のお客様 *****/
	/***************************************/
	#target .inner .textL {
	    width: 100% !important;
	    margin: 0 !important;
	    padding: 0 0 5px;
	    overflow: hidden;
	    float: none !important;
	    text-align: center;
	    position: relative;
	    display: table;
	}

	#target .inner .textL .box1 a {
	    width: 16% !important;
	    text-decoration: none;
	    text-align: center;
	    overflow: hidden;
	    padding: 10px 0;
	    margin: 0 3%;
	    border-radius: 5px;
	    border: 2px solid #195178;
	    /* background-color: #ffffff; */
	    display: table-cell;
	    vertical-align: middle;
	}

	#target .inner .textR {
	    width: 100% !important;
	    margin: 20px 0 0 !important;
	    padding: 0 0 5px;
	    overflow: hidden;
	    float: none !important;
	    text-align: center;
	    position: relative;
	    display: table;
	}

	#target .inner .textR .box2 a {
	    width: 16% !important;
	    text-decoration: none;
	    text-align: center;
	    overflow: hidden;
	    padding: 10px 0;
	    margin: 0 3%;
	    border-radius: 5px;
	    border: 2px solid #4b0082;
	    /* background-color: #ffffff; */
	    display: table-cell;
	    vertical-align: middle;
	}


	/**********************************/
	/********** 商品・サービス **********/
	/**********************************/
	#imenu span div {
	    width: 30% !important;
	    margin: 0 auto;
	    font-size: 80%;
	    background-color: #E9F6FE;
	}

	#imenu .inner .box a {
		width: 31.8% !important;
		float: left;
		text-decoration: none;
		text-align: center;
		overflow: hidden;
		margin: 0 0 10px !important;
		padding: 20px 0;
		border-radius: 5px;
		border: 3px solid #37A6D3;
		background-color: #ffffff;
	}

	#imenu .inner .box:nth-child(2) a, #imenu .inner .box:nth-child(5) a {
		margin: 0 1.1% 10px !important;
	}

	.box3.hvr-rectangle-out {
	    display: inline-block !important;
	    width: 32.75% !important;
	    margin: 0 0 5px;
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -moz-osx-font-smoothing: grayscale;
	    position: relative;
	    -webkit-transition-property: color;
	    transition-property: color;
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
	}

	/***** 金利 *****/
	#submain .servicebox3 {
		overflow: auto;
		white-space: nowrap;
	}

	#submain .servicebox3::-webkit-scrollbar{ height: 3px; }

	#submain .servicebox3::-webkit-scrollbar-track{ background: #F1F1F1; }

	#submain .servicebox3::-webkit-scrollbar-thumb { background: #BCBCBC; }

	/***** 手数料 *****/
	.tab-content label {
	  width: 32.7% !important;
	  display: inline-block;
	  padding: 10px;
	  color: #777777;
	  border-radius: 3px;
	  box-sizing: border-box;
	  background-color: #F1F1F1;
	}


	/***********************/
	/***** WEBローン受付 *****/
	/***********************/
	#webloan span div {
	    width: 28% !important;
	    margin: 0 auto;
	    font-size: 80%;
	    background-color: #ffffff;
	}

	/* 2019-10-01 mod */
	#changeArea #target #webloan .inner .textL {
	    width: 100% !important;
	    margin: 0 0 30px 0 !important;
	    overflow: hidden;
	    float: none !important;
	    text-align: center;
	}

	#changeArea #target #webloan .inner .textR {
		    width: 100% !important;
		    margin: 0 !important;
		    overflow: hidden;
		    float: none !important;
		    text-align: center;
	}

	#changeArea #target #webloan .inner #jaccs { margin: 30px 0 0 !important; }
	/* 2019-10-01 mod */

	/****************************/
	/***** 緊急時のお問い合わせ *****/
	/****************************/
	#contact .box .title {
	    width: 54% !important;
	    color: #ffffff;
	    text-align: center;
	    font-weight: normal;
	    padding: 5px 7px;
	    background-color: #D63030;
	    border-radius: 3px;
	    margin: 0 auto;
	}

	#contact h2 span div {
	    width: 40% !important;
	    margin: 0 auto;
	    font-size: 80%;
	    background-color: #FFF1F3;
	}

	#contact .box2 .title {
	    width: 35% !important;
	    color: #ffffff;
	    text-align: center;
	    font-weight: normal;
	    padding: 5px 7px;
	    background-color: #D63030;
	    border-radius: 3px;
	    margin: 0 auto;
	}


	/***************/
	/***** bnr *****/
	/***************/
	#bnr .slick-slider {
		width: 54% !important;
		margin: 0 auto;
	}

	#bnr {
	    clear: both;
	    margin: 0;
	    padding: 0;	/* 50px 0 220px 0 */
	    overflow: hidden;
	}


	/*********************/
	/***** 下層ページ *****/
	/*********************/
	/*****************************/
	/***** 商品・サービスページ *****/
	/*****************************/
	#tab ul li {
		list-style: none;
		border: none;
		width: 49.5%;
		float: left;
		margin: 0 0 5px;
	}

	#tab ul li:nth-child(2), #tab ul li:nth-child(4), #tab ul li:nth-child(6) {
		list-style: none;
		border: none;
		width: 49.5%;
		float: left;
		margin: 0 0 5px 1%;
	}


	/*******************************/
	/***** デスクロージャーページ *****/
	/*******************************/
	#submain #disclosure, #submain #disclosure_mini {
	   	width: 100%;
	    margin: 0 auto; /* 20px 0 */
	    overflow: hidden;
	}

	#submain #disclosure .box a, #submain #disclosure_mini .box a {
		width: 20%;
		float: left;
		text-decoration: none;
		display: block;
		overflow: hidden;
		margin: 5px 1%;
		padding: 5px;
		border: 3px solid #cccccc;
	}

	/***************************************/
	/***** ディスクロージャーSINGLEページ *****/
	/***************************************/
	#disclo {
		width: 100% !important;
		height: 399.067px !important;
		margin: 20px 0 0;
	}


	/*****************************/
	/***** ご意見・ご質問ページ *****/
	/*****************************/
	#submain p.notice {
		text-align: center;
		color: #ff0000;
		clear: both;
	}

	#submain p.notice2 {
		padding: 30px 0 0;
		text-align: center;
		color: #ff0000;
		clear: both;
	}

	#submain form {
		width: 96% !important;
		overflow: hidden;
		margin: 20px 2% !important;
	}

	#submain form dl dt {
		width: 100% !important;
		padding: 15px 0 0;
		float: none !important;
	}

	#submain form dl dd {
		width: 100% !important;
		margin: 3px 0 0 !important;
		padding: 15px 0 0;
	}

	#submain form dl dd span {
		color: #ff0000;
		display: block;
		text-align: left;
		margin: 0 !important;
	}

	#submain form dl dd input[type="text"] {
		width: 97% !important;
		height: 26px;
		padding: 0 1%;
		border-radius: 3px;
		border: 1px solid #cccccc;
	}

	#submain form dl dd textarea {
		width: 97% !important;
		padding: 1% 1% 0;
		font-size: 90%;
		border-radius: 3px;
		border: 1px solid #cccccc;
	}

}


@media only screen and (max-width: 600px) {

	/***************************************/
	/***** 個人お客様・法人・事業主のお客様 *****/
	/***************************************/
	#target .inner .textL .box1, #target .inner .textR .box2 {
	    width: 48% !important;
	    margin: 0 0.5% !important;
	    display: inline;
	}


	/**********************************/
	/********** 商品・サービス **********/
	/**********************************/
	#imenu .inner .box a {
		width: 31.5% !important;
		float: left;
		text-decoration: none;
		text-align: center;
		overflow: hidden;
		margin: 0 0 10px !important;
		padding: 20px 0;
		border-radius: 5px;
		border: 3px solid #37A6D3;
		background-color: #ffffff;
	}

	#imenu .inner .box:nth-child(2) a, #imenu .inner .box:nth-child(5) a {
		margin: 0 1.4% 10px !important;
	}

	.box3.hvr-rectangle-out {
	    display: inline-block !important;
	    width: 32.6% !important;
	    margin: 0 0 5px;
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -moz-osx-font-smoothing: grayscale;
	    position: relative;
	    -webkit-transition-property: color;
	    transition-property: color;
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
	}

	/***** 手数料 *****/
	.tab-content label {
	  width: 32.6% !important;
	  display: inline-block;
	  padding: 10px;
	  color: #777777;
	  border-radius: 3px;
	  box-sizing: border-box;
	  background-color: #F1F1F1;
	}


	/*********************************************/
	/***** 重要なお知らせ・お知らせ・キャンペーン *****/
	/*********************************************/
	#main h2 span div {
	    width: 23%;
	    margin: 0 auto;
	    font-size: 80%;
	    background-color: #ffffff;
	}


	/****************************/
	/***** 緊急時のお問い合わせ *****/
	/****************************/
	#contact .box {
	    width: 70% !important;
	    float: none;
	    margin: 20px auto;
	    overflow: hidden;
	    text-align: center;
	}

	#contact .box .title {
	    width: 54% !important;
	    color: #ffffff;
	    text-align: center;
	    font-weight: normal;
	    padding: 5px 7px;
	    background-color: #D63030;
	    border-radius: 3px;
	    margin: 0 auto;
	}

	#contact .box2 {
	    width: 36%;
	    float: none !important;
	    margin: 5px auto;
	    overflow: hidden;
	    text-align: center;
	}


	/***************/
	/***** bnr *****/
	/***************/
	#bnr .slick-slider {
		width: 51% !important;
		margin: 0 auto;
	}

	#bnr .slick-slide a img {
	    display: block;
	    width: 96% !important;
	    border: 2px solid #cccccc;
	    margin: 0 2%;
	    padding: 0 !important;
	}


	/*******************************/
	/***** デスクロージャーページ *****/
	/*******************************/
	#submain #disclosure .box a, #submain #disclosure_mini .box a {
		width: 44.5%;
		float: left;
		text-decoration: none;
		display: block;
		overflow: hidden;
		margin: 5px 1%;
		padding: 5px;
		border: 3px solid #cccccc;
	}

	/***************************************/
	/***** ディスクロージャーSINGLEページ *****/
	/***************************************/
	#disclo, p.discmsg {
		display: none;
	}


	/**********************/
	/***** リンクページ *****/
	/**********************/
	#submain h3.link {
		text-align: center;
		color: #ffffff;
		font-size: 120%;
		font-weight: normal;
		padding: 5px 0;
		background-color: #195178;
	}

	#submain .LinkBox2 dl, #submain .LinkBox3 dl {
		width: 98%;
		overflow: hidden;
		margin: 15px 1%;
		white-space: break-word;
	}

	#submain .LinkBox2 dl dt {
		width: 45% !important;
		float: left;
		clear: both;
		margin: 3px 0 0;
	}

	#submain .LinkBox2 dl dd a {
		text-decoration: none;
		color: #454545;
	   	padding: 5px 0 !important;
	}

}


@media only screen and (max-width: 480px) {

	#footer {
	    width: 100%;
	    background-color: #3498db;
	    padding: 0 0 15px;
	    position: static;
	    bottom: 0;
	}


	/***************************************/
	/***** 個人お客様・法人・事業主のお客様 *****/
	/***************************************/
	#target .inner .textL h2 span div {
	    width: 42% !important;
	    margin: 0 auto;
	    font-size: 80%;
	    background-color: #ffffff;
	}

	#target .inner .textR h2 span div {
	    width: 63% !important;
	    margin: 0 auto;
	    font-size: 80%;
	    background-color: #ffffff;
	}


	/********************************/
	/********** 商品・サービス **********/
	/********************************/
	#imenu span div {
	    width: 47% !important;
	    margin: 0 auto;
	    font-size: 80%;
	    background-color: #E9F6FE;
	}

	.box3.hvr-rectangle-out {
	    display: inline-block !important;
	    width: 49.2% !important;
	    margin: 0 0 5px;
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	    -webkit-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -moz-osx-font-smoothing: grayscale;
	    position: relative;
	    -webkit-transition-property: color;
	    transition-property: color;
	    -webkit-transition-duration: 0.3s;
	    transition-duration: 0.3s;
	}

	/***** 手数料 *****/
	.tab-content label {
	  width: 32.6% !important;
	  display: inline-block;
	  padding: 10px;
	  color: #777777;
	  border-radius: 3px;
	  box-sizing: border-box;
	  background-color: #F1F1F1;
	}

	.tab-content label span {
		display: block;
	}


	/*********************************************/
	/***** 重要なお知らせ・お知らせ・キャンペーン *****/
	/*********************************************/
	#contents #main {
	    width: 96%;
	    margin: 0 2% !important;
	    overflow: hidden;
	}

	#main h2 span div {
	    width: 41% !important;
	    margin: 0 auto;
	    font-size: 80%;
	    background-color: #ffffff;
	}

	#main #info dl dt, #main #news dl dt, #main #campaign dl dt {
		float: none !important;
		clear: both;
		margin: 0 0 0 5px;
	}

	#main #info dl dd, #main #news dl dd, #main #campaign dl dd {
	    margin: 0 !important;
	}


	/*****************************************************/
	/***** 重要なお知らせ・お知らせ・キャンペーン一覧ページ *****/
	/*****************************************************/
	#submain .info dl dd, #submain .news dl dd, #submain .campaign dl dd {
		float: none !important;
		clear: both;
		margin: 0 0 0 5px;
	}

	#submain #info dl dd, #submain #news dl dd, #submain #campaign dl dd {
	    margin: 0 !important;
	}


	/***********************/
	/***** WEBローン受付 *****/
	/***********************/
	#webloan span div {
	    width: 50% !important;
	    margin: 0 auto;
	    font-size: 80%;
	    background-color: #ffffff;
	}

	#webloan .inner .textL dl dt {
	    width: 25% !important;
	    float: none;
	    text-align: center;
	    clear: both;
	    color: #ffffff;
	    margin: 0 5px 0 0;
	    padding: 5px 7px;
	    background-color: #195178;
	    border-radius: 3px;
	}

	#webloan .inner .textR dl dt {
	    width: 25% !important;
	    float: none;
	    text-align: center;
	    clear: both;
	    color: #ffffff;
	    margin: 0 5px 0 0;
	    padding: 5px 7px;
	    background-color: #399DC5;
	    border-radius: 3px;
	}

	#webloan .inner .textL .btn a {
	    width: 97%;
	    margin: 5px 1%;
	    padding: 15px 0;
	    display: block;
	    color: #ffffff;
	    background-color: #195178;
	    border: 2px solid #195178;
	    border-radius: 3px;
	    text-decoration: none;
	    position: relative;
	}

	#webloan .inner .textR .btn a {
	    width: 97%;
	    margin: 5px 1%;
	    padding: 15px 0;
	    display: block;
	    color: #ffffff;
	    background-color: #399DC5;
	    border: 2px solid #399DC5;
	    border-radius: 3px;
	    text-decoration: none;
	    position: relative;
	}

	#webloan .inner .textR .btn a::after {
	    position: absolute;
	    right: 10px;
	    content: "\f054";
	    font-family: FontAwesome;
	    color: #ffffff;
	    font-size: 110%;
	}


	/****************************/
	/***** 緊急時のお問い合わせ *****/
	/****************************/
	#contact h2 span div {
	    width: 62% !important;
	    margin: 0 auto;
	    font-size: 80%;
	    background-color: #FFF1F3;
	}

	#contact .box {
	    width: 100% !important;
	    float: none;
	    margin: 20px auto;
	    overflow: hidden;
	    text-align: center;
	}

	#contact .box .title {
	    width: 55% !important;
	    color: #ffffff;
	    text-align: center;
	    font-weight: normal;
	    padding: 5px 7px;
	    background-color: #D63030;
	    border-radius: 3px;
	    margin: 0 auto;
	}

	#contact .box2 {
	    width: 65% !important;
	    float: none !important;
	    margin: 5px auto;
	    overflow: hidden;
	    text-align: center;
	}


	/*****************************/
	/***** 商品・サービスページ *****/
	/*****************************/
	#tab ul li {
		list-style: none;
		border: none;
		width: 49%;
		float: left;
		margin: 0 0 5px;
	}

	#tab ul li:nth-child(2), #tab ul li:nth-child(4), #tab ul li:nth-child(6) {
		list-style: none;
		border: none;
		width: 49%;
		float: left;
		margin: 0 0 5px 2% !important;
	}

	/***** 手数料メニュー *****/
	#tabmenu ul li a span, #tabmenu ul li.cr a span {
		display: block;
	}


	/*******************************/
	/***** デスクロージャーページ *****/
	/*******************************/
	/***** デスクロージャーメニュー *****/
	#discmenu ul li a span {
		display: block;
	}

	#submain #disclosure .box a, #submain #disclosure_mini .box a {
		width: 42.8%;
		float: left;
		text-decoration: none;
		display: block;
		overflow: hidden;
		margin: 5px 1%;
		padding: 5px;
		border: 3px solid #cccccc;
	}


	/**********************/
	/***** リンクページ *****/
	/**********************/
	#submain .LinkBox2 dl dt {
		width: 100% !important;
		float: none !important;
		clear: both;
		margin: 3px 0 0;
		padding: 5px 0;
	}

	#submain .LinkBox2 dl dt:before {
	    content: "\f101";
	    font-family: FontAwesome;
	    margin: 0 1%;
	}

	#submain .LinkBox2 dl dd {
	    margin: 3px 0 0 !important;
	    padding: 5px 1% !important;
	}


	/****************************/
	/***** サイトマップページ *****/
	/****************************/
	#submain .contL {
	    float: none !important;
	    width: 96% !important;
	    margin: 0 2%;
	    overflow: hidden;
	}

	#submain .contR {
	    float: none !important;
	    width: 96% !important;
	    margin: 0 2%;
	    overflow: hidden;
	}


	/***************/
	/***** bnr *****/
	/***************/
	#bnr .slick-slider {
		width: 26% !important;
		margin: 0 auto;
	}

	#bnr .slick-slide a img {
	    display: block;
	    width: 96% !important;
	    border: 2px solid #cccccc;
	    margin: 0 2%;
	    padding: 0 !important;
	}

	#bnr {
	    clear: both;
	    margin: 0;
	    padding: 0;	/* 50px 0 30px */
	    overflow: hidden;
	}

}
