@charset "UTF-8";

main {
	overflow: hidden;
}

main .container {
	padding: 20px 0 90px;
}
@media only screen and (max-width: 736px) {
	main .container {
		padding: 0 0 35px;
	}
}

/*緊急時のお知らせ*/
.kinkyu {
	margin-bottom: 10px;
	border-top: 1px solid #34398a;
	border-bottom: 1px solid #34398a;
	padding: 3px;
	background: #fff;
}

.kinkyu dl dt {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.kinkyu dl dt strong {
	display: table-cell;
	width: 135px;
	padding: 2px 0 0;
	vertical-align: middle;
	background: #252a81;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.kinkyu dl dt strong::before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	vertical-align: -3px;
	width: 22px;
	height: 19px;
	background: url(../img/index/ico-attention_pc.png) no-repeat;
}

.kinkyu dl dt span {
	display: table-cell;
	background: #e1e1ea;
	padding: 4px 14px;
	color: #34398a;
	font-weight: bold;
}

.kinkyu dl dd {
	padding: 10px 17px;
}

@media only screen and (max-width: 736px) {
	.kinkyu {
		margin: 0 0 10px;
		padding: 0;
	}

	.kinkyu dl dt {
		display: block;
	}

	.kinkyu dl dt strong {
		display: block;
		width: 100%;
		padding: 5px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.kinkyu dl dt strong::before {
		vertical-align: -2px;
		width: 18px;
		height: 16px;
		background: url(../img/index/ico-attention_pc.png) no-repeat;
		background-size: 100%;
	}

	.kinkyu dl dt span {
		display: block;
		padding: 4px 10px;
	}

	.kinkyu dl dd {
		padding: 5px 10px;
		font-size: 13px;
		font-size: 1.3rem;
	}
}


/*トップコンテンツ
----------------------------------------------------------------*/
.top_contents {
	/* margin-bottom: 30px; */
}

/*メイン-----------------*/
.top_contents .main_block {
	float: left;
	width: 740px;
}

/*重要なお知らせ*/
.top_contents .main_block .important_info_pc {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #e90606;
	border-bottom: 1px solid #e90606;
	margin-bottom: 10px;
}

.top_contents .main_block .important_info_pc dt {
	display: table-cell;
	width: 172px;
	padding: 10px 0 0;
	vertical-align: middle;
	background: #e90606;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.top_contents .main_block .important_info_pc dt::before {
	content: url(../img/index/ico-attention_pc.png);
	display: inline-block;
	margin-right: 5px;
	vertical-align: -3px;
}

.top_contents .main_block .important_info_pc dd {
	display: table-cell;
	background: #ffffff;
	padding: 8px 0px 8px 14px;
	color: #e90606;
}

.top_contents .main_block .important_info_pc dd ul {
	height: 164px;
	overflow: auto;
}

.top_contents .main_block .important_info_pc dd a {
	color: #e90606;
	text-decoration: none;
}

.top_contents .main_block .important_info_pc dd a:hover {
	text-decoration: underline;
}

/*スライド*/
.mainv {
	border: 1px solid #d7d7d7;
	padding: 6px;
	background: #fff;
	margin-bottom: 25px;
}

.mainv .slick-prev {
	position: absolute;
	left: 0px;
	display: block;
	background: url(../img/index/ico-bnr_slide_arrow_l.png) no-repeat;
	width: 25px;
	height: 39px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mainv .slick-next {
	position: absolute;
	right: 0px;
	display: block;
	background: url(../img/index/ico-bnr_slide_arrow_r.png) no-repeat;
	width: 25px;
	height: 39px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.mainv .slick-arrow {
	cursor: pointer;
	transition: 0.3s;
	z-index: 200;
}

.mainv .slick-arrow:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 736px) {
	.top_contents {
		margin-bottom: 15px;
	}

	/*メイン-----------------*/
	.top_contents .main_block {
		float: none;
		width: 100%;
	}

	/*重要なお知らせ*/
	.top_contents .main_block .important_info_pc {
		display: none;
	}

	/*スライド*/
	.mainv {
		border: none;
		padding: 0;
	}

	.mainv .slick-arrow {
		display: none!important;
	}

	.mainv .slick-dots {
		text-align: center;
		padding: 10px 0;
	}
	.mainv .slick-dots li {
		display: inline-block;
		margin: 0 4px;
		background: #000;
		width: 12px;
		height: 12px;
		border-radius: 6px;
	}
	.mainv .slick-dots li.slick-active {
		background: #ec6517;
	}
	.mainv .slick-dots li button {
		display: none;
	}
}

/*ピックアップ
---------------------------------------------------------------------------------*/
.pickup_block .pickup_list .pickup_box {
	float: left;
	width: 240px;
	margin-left: 10px;
}

.pickup_block .pickup_list .pickup_box:first-child {
	margin-left: 0;
}

.pickup_block .pickup_list .pickup_box {
	padding: 10px 10px 15px;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
}

.pickup_block .pickup_list .pickup_box a {
	display: block;
	text-decoration: none;
	border-bottom: 4px solid #e83416;
	padding-bottom: 25px;
	transition: 0.3s;
	color: #333;
}

.pickup_block .pickup_list .pickup_box a:hover {
	opacity: 0.6;
}

.pickup_block .pickup_list .pickup_box a figure {
	margin-bottom: 15px;
}

.pickup_block .pickup_list .pickup_box a p {
	line-height: 1.5;
}

.pickup_block .pickup_list { zoom:1; }
.pickup_block .pickup_list:after { clear: both; }
.pickup_block .pickup_list:before,
.pickup_block .pickup_list:after { content: " "; display: table; }

@media screen and (max-width: 736px) {
	.pickup_block {
		width: 93.75%;
		margin: 0 auto;
		padding-bottom: 0;
	}

	.pickup_block .pickup_list .pickup_box {
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 5px;
		margin-bottom: 3.33%;
	}

	.pickup_block .pickup_list .pickup_box a {
		border-bottom: none;
		padding-bottom: 0;
	}

	.pickup_block .pickup_list .pickup_box a figure {
		width: 50%;
		float: left;
		margin-right: 10px;
		margin-bottom: 0;
	}

	.pickup_block .pickup_list .pickup_box a p {
		line-height: 1.5;
		font-size: 11px;
		font-size: 1.1rem;
		overflow: hidden;
	}

	.pickup_block .pickup_list .pickup_box a { zoom:1; }
	.pickup_block .pickup_list .pickup_box a:after { clear: both; }
	.pickup_block .pickup_list .pickup_box a:before,
	.pickup_block .pickup_list .pickup_box a:after { content: " "; display: table; }
}


/*サブ------------------------------*/
.top_contents .sub_block {
	float: right;
	width: 270px;
}
@media only screen and (max-width: 736px) {
	.top_contents .sub_block {
		float: none;
		width: 100%;
	}
}

/*注意バナー*/
.important_bnr_pc {
	display: inline-block;
	background: url(../img/index/bg-important_bnr.png) repeat;
	padding: 5px;
	margin-bottom: 11px;
	width:35%;
}

.important_bnr_pc:link, .important_bnr_pc:visited {
	text-decoration: none;
}

.important_bnr_pc p {
	background: #e90606;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 0;
}
@media only screen and (max-width: 736px) {
	/*注意バナー*/
	.important_bnr_pc {
		display: block;
		width:100%;
	}
}
/* 振り込め詐欺 */
.transfer_bnr_pc {
	display: inline-block;
	background: url(../img/index/bg-important_bnr.png) repeat;
	padding: 5px;
	margin-bottom: 11px;
	width:35%;
	background: -moz-linear-gradient(top left, rgb(13, 160, 2), #c0ffba); 
	background: -webkit-linear-gradient(top left, rgb(13, 160, 2), #c0ffba); 
	background: linear-gradient(to bottom right, rgb(13, 160, 2), #c0ffba);
}

.transfer_bnr_pc:link, .transfer_bnr_pc:visited {
	text-decoration: none;
}

.transfer_bnr_pc p {
	color: rgb(0, 0, 0);
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 0;
}
@media only screen and (max-width: 736px) {
	/*注意バナー*/
	.transfer_bnr_pc {
		display: block;
		width:100%;
	}
}
/*インターネットバンキング*/
.top_contents .sub_block .direct_block,
.top_contents .sub_block .businessdirect_block {
	border: 1px solid #d8d8d8;
	padding: 2px;
	background: #fff;
	margin-bottom: 10px;
}

.top_contents .sub_block .direct_block .ttl {
	text-align: center;
	border-top: 2px solid #fe930a;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
}

.top_contents .sub_block .businessdirect_block .ttl {
	text-align: center;
	border-top: 2px solid #65b021;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
}

.top_contents .sub_block .direct_block ul,
.top_contents .sub_block .businessdirect_block ul {
	padding: 0 5px 4px;
}

.top_contents .sub_block .direct_block li,
.top_contents .sub_block .businessdirect_block li {
	margin-bottom: 2px;
}

.top_contents .sub_block .service_menu_block {
	border: 1px solid #d8d8d8;
	padding: 9px 9px 4px;
	background: #fff;
	margin-bottom: 10px;
}

.top_contents .sub_block .service_menu_block .btn {
	margin-bottom: 9px;
}

.top_contents .sub_block .service_menu_block.info-nav {
	font-size: 1.3rem;
	padding: 12px 10px;
	background-color: #fff;
	text-align: center;
}

.top_contents .sub_block .service_menu_block.info-nav > a {
	color: #231815;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-left: 35px;
}

.top_contents .sub_block .service_menu_block.info-nav > a:hover {
	opacity: 0.8;
}

.top_contents .sub_block .service_menu_block.info-nav > a::before {
	left: 0;
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: url(../img/common/icon-info.svg) no-repeat center/contain;
}

.top_contents .sub_block .btnlist li {
	background: url(../img/common/bg-side-btn_s.png) no-repeat center center;
	background-size: 110% 105%;
	border-radius: 3px;
	margin-bottom: 7px;
	border: 1px solid #D8D8D8;
	background-image: none\9; /* IE8用 */
	background-color: #ffffff\9; /* IE8用 */
}

.top_contents .sub_block .btnlist li a {
	display: block;
	min-height: 36px;
	padding: 6px 5px 4px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	box-sizing: border-box;
}

.top_contents .sub_block .btnlist li a img {
	position: absolute;
	top: 0;
	left: 0;
}

.top_contents .sub_block .btnlist li:last-child {
	margin-bottom: 0;
}

.top_contents .sub_block .btnlist_s li {
	float: left;
	width: 121px;
	background: url(../img/common/bg-side-btn_s.png) no-repeat center center;
	background-size: 120%;
	margin-bottom: 6px;
	border-radius: 3px;
}
.top_contents .sub_block .btnlist_s li:nth-child(2n) {
	float: right;
}

.top_contents .sub_block .btnlist_s li a {
	display: block;
	height: 37px;
	padding: 8px 15px 7px 5px;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	box-sizing: border-box;
	border: 1px solid #e83416;
	border-radius: 3px;
}

.top_contents .sub_block .btnlist_s li a:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 6px;
	width: 6px;
	height: 12px;
	background: url(../img/index/icon-side-service_menu.png) no-repeat;
	background-size: 100%;
}

.top_contents .sub_block .common_service {
	padding: 10px 10px 8px;
	background: #252a81;
	margin-bottom: 13px;
	margin-top: 13px;
}

.top_contents .sub_block .hojin_service {
	padding: 10px 10px 8px;
	background: #6e9c45;
	margin-bottom: 13px;
}

@media only screen and (max-width: 736px) {
	.top_contents .sub_block .direct_block,
	.top_contents .sub_block .businessdirect_block,
	.top_contents .sub_block .service_menu_block,
	.top_contents .sub_block .btnlist,
	.top_contents .sub_block .common_service,
	.top_contents .sub_block .hojin_service {
		display: none;
	}

}



.top_contents { zoom:1; }
.top_contents:after { clear: both; }
.top_contents:before,
.top_contents:after { content: " "; display: table; }

/*メインコンテンツ PC
-----------------------------------------------------------------------*/
.main_contents {
	margin-bottom: 45px;
}

/*タブボタン*/
.main_contents .tab_btn_block {
	width: 983px;
	margin: 0 auto;
	letter-spacing: -.4em;
}

.main_contents .tab_btn_block li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin-left: 10px;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	width: 238px;
	text-align: center;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
}

.main_contents .tab_btn_block li a {
	display: block;
}

.main_contents .tab_btn_block .active {
	color: #fff;
}

.main_contents .tab_btn_block li:nth-child(1) {
	margin-left: 0;
	background: url(../img/index/bg-tameru_off.png) no-repeat;
	padding-left: 37px;
}
.main_contents .tab_btn_block li:nth-child(2) {
	background: url(../img/index/bg-kariru_off.png) no-repeat;
	padding-left: 20px;
}
.main_contents .tab_btn_block li:nth-child(3) {
	background: url(../img/index/bg-sonaeru_off.png) no-repeat;
	padding-left: 27px;
}
.main_contents .tab_btn_block li:nth-child(4) {
	background: url(../img/index/bg-benri_off.png) no-repeat;
	padding-left: 39px;
}
.main_contents .tab_btn_block li:nth-child(5) {
	background: url(../img/index/bg-service_off.png) no-repeat;
	padding-left: 25px;
}

.main_contents .tab_btn_block .active:nth-child(1) {
	background: url(../img/index/bg-tameru_on.png) no-repeat;
}
.main_contents .tab_btn_block .active:nth-child(2) {
	background: url(../img/index/bg-kariru_on.png) no-repeat;
}
.main_contents .tab_btn_block .active:nth-child(3) {
	background: url(../img/index/bg-sonaeru_on.png) no-repeat;
}
.main_contents .tab_btn_block .active:nth-child(4) {
	background: url(../img/index/bg-benri_on.png) no-repeat;
}
.main_contents .tab_btn_block .active:nth-child(5) {
	background: url(../img/index/bg-service_on.png) no-repeat;
}

/*タブコンテンツ*/
.main_contents .tab_wrap {
	margin-bottom: 35px;
}

.main_contents .tab_wrap .tab_block {
	background: #e83416;
	padding: 17px;
	display: none;
}

/*ためる*/
.main_contents .tab_wrap .tab_block .link_block {

}

.main_contents .tab_wrap .tab_block .link_block .btn_list,
.main_contents .tab_wrap .tab_block .link_block .text_link_list {
	letter-spacing: -.4em;
}
.main_contents .tab_wrap .tab_block .link_block .btn_list li,
.main_contents .tab_wrap .tab_block .link_block .text_link_list li {
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 8px;
	letter-spacing: normal;
	width: 238px;
}


.main_contents .tab_wrap .tab_block .link_block .text_link_list li {
	padding-left: 10px;
	margin-bottom: 0;
	vertical-align: top;
}
.main_contents .tab_wrap .tab_block .link_block .text_link_list li:before {
	content: "";
	display: block;
	width: 5px;
	height: 9px;
	top: 8px;
	left: 0;
	position: absolute;
	background: url(../img/common/ico-arrow04.png) no-repeat;
}

.main_contents .tab_wrap .tab_block .link_block .text_link_list li a {
	color: #fff;
}

.main_contents .tab_wrap .tab_block .link_block .btn_list.col2 li {
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 8px;
	letter-spacing: normal;
	width: 320px;
}
.main_contents .tab_wrap .tab_block .link_block .btn_list.col2 li:nth-child(2n+1) {
	margin-left: 0;
}


.main_contents .tab_wrap .tab_block .btn_link {
	text-align: center;
	margin-top: 35px;
}

.main_contents .tab_wrap .tab_block .link_block .btn_link a {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding: 13px 20px;
	text-decoration: none;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
	border-radius: 3px;
	min-width: 320px;
	color: #333;
	font-weight: bold;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
}

.main_contents .tab_wrap .tab_block .link_block .btn_link a:after {
	content: "";
	display: block;
	width: 6px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	position: absolute;
	background: url(../img/common/ico-arrow02.png) no-repeat;
	background-size: 100%;
}

/*キャンペーン・おすすめプラン*/
.main_contents .tab_wrap .tab_block .info_list_block {
	float: right;
	width: 320px;
	background: #fff;
	padding-bottom: 18px;
	box-shadow:2px 2px 4px -1px #dc5d01;
	-moz-box-shadow:2px 2px 4px -1px #dc5d01;
	-webkit-box-shadow:2px 2px 4px -1px #dc5d01;
	border-radius: 3px;
	overflow: hidden;
}

.main_contents .tab_wrap .tab_block .info_list_block h3 {
	background: #ededed;
	padding: 8px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}

.main_contents .tab_wrap .tab_block .info_list_block dl {
	padding: 13px 13px 2px;
	overflow: auto;
	max-height: 410px;
}

.main_contents .tab_wrap .tab_block .info_list_block dl dt {
	margin: 0 7px;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
	padding-left: 8px;
}
.main_contents .tab_wrap .tab_block .info_list_block dl dt:before {
	content: "";
	display: block;
	width: 4px;
	height: 6px;
	top: 6px;
	left: 0;
	position: absolute;
	background: url(../img/common/ico-arrow01.png) no-repeat;
}

.main_contents .tab_wrap .tab_block .info_list_block dl dd {
	margin: 0 7px 10px;
	line-height: 1.3;
	border-bottom: 1px dotted #7a7a7a;
	padding-bottom: 10px;
}

.main_contents .tab_wrap .tab_block .info_list_block .btn_link {
	text-align: center;
}

.main_contents .tab_wrap .tab_block .info_list_block .btn_link a {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	padding: 2px 20px;
	text-decoration: none;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
	border-radius: 3px;
	min-width: 125px;
	color: #333;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
}
.main_contents .tab_wrap .tab_block .info_list_block .btn_link a:after {
	content: "";
	display: block;
	width: 6px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	position: absolute;
	background: url(../img/common/ico-arrow02.png) no-repeat;
	background-size: 100%;
}

.tab_block { zoom:1; }
.tab_block:after { clear: both; }
.tab_block:before,
.tab_block:after { content: " "; display: table; }

.info_btn_block {
	letter-spacing: -.4em;
	padding-left: 130px;
}

.info_btn_block li {
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}
.info_btn_block li:first-child{
	margin-left: 0;
}

.main_contents_sp {
	display: none;
}


/*メインコンテンツ　スマホ
-----------------------------------------------------------------------*/
@media only screen and (max-width: 736px) {
	.main_contents {
		display: none;
	}

	.main_contents_sp {
		display: block;
	}

	.main_contents_sp .direct_block_sp {
		border: 5px solid #fe930a;
		padding: 8px 8px 1px;
	}

	.main_contents_sp .direct_block_sp .ttl {
		text-align: center;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.main_contents_sp .direct_block_sp li {
		margin-bottom: 5px;
	}

	.main_contents_sp .businessdirect_block_sp {
		border: 5px solid #65b021;
		padding: 8px 8px 1px;
	}

	.main_contents_sp .businessdirect_block_sp .ttl {
		text-align: center;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.main_contents_sp .businessdirect_block_sp li {
		margin-bottom: 5px;
	}

	.main_contents_sp .direct_nav_block_sp {
		background: #e83416;
		padding: 3.125% 3.125% 1px;
		margin-bottom: 20px;

	}

	.main_contents_sp .direct_nav_block_sp li {
		float: left;
		width: 31%;
		margin-bottom: 3.333%;
	}

	.main_contents_sp .direct_nav_block_sp li:nth-child(3n+2) {
		margin: 0 3.333% 3.333%;
	}

	.main_contents_sp .campaign_sp {
		padding: 0 3.125%;
		background: #e83416;
	}

	.main_contents_sp .campaign_sp li {
		background: url(../img/common/bg-side-btn.png) no-repeat center center;
		background-size: 100% 100%;
		margin-bottom: 3.125%;
		border-radius: 3px;
	}

	.main_contents_sp .campaign_sp .btnlist li a {
		display: block;
		height: 40px;
		padding: 5px;
		text-align: center;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
		box-sizing: border-box;
	}

	.main_contents_sp .common_service_sp {
		padding: 3.125% 3.125% 0;
		background: #252a81;
	}

	.main_contents_sp .common_service_sp .btnlist li {
		background: url(../img/common/bg-side-btn.png) no-repeat center center;
		background-size: 110% 100%;
		margin-bottom: 3.125%;
		border-radius: 3px;
	}

	.main_contents_sp .common_service_sp .btnlist li a {
		display: block;
		height: 40px;
		padding: 5px;
		text-align: center;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
		box-sizing: border-box;
	}

	.main_contents_sp .hojin_service_sp {
		padding: 3.125% 3.125% 0;
		background: #6e9c45;
		margin-bottom: 15px;
	}

	.main_contents_sp .hojin_service_sp .btnlist li {
		background: url(../img/common/bg-side-btn.png) no-repeat center center;
		background-size: 110% 100%;
		margin-bottom: 3.125%;
		border-radius: 3px;
	}

	.main_contents_sp .hojin_service_sp .btnlist li a {
		display: block;
		height: 40px;
		padding: 5px;
		text-align: center;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
		box-sizing: border-box;
	}

	.main_contents_sp ul { zoom:1; }
	.main_contents_sp ul:after { clear: both; }
	.main_contents_sp ul:before,
	.main_contents_sp ul:after { content: " "; display: table; }

	.main_contents_sp .important_bnr_sp {
		background: #e90606;
		margin: 0 3.125% 5px;
		text-align: center;
		font-weight: bold;
	}
	.main_contents_sp .important_bnr_sp a {
		color: #fff;
		padding: 5px;
		text-decoration: none;
		display: block;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.main_contents_sp .important_info_sp {
		margin: 0 3.125% 20px;
		border: 1px solid #e90606;
		padding: 10px;
	}

	.main_contents_sp .important_info_sp dt {
		color: #e90606;
		font-weight: bold;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.main_contents_sp .important_info_sp dt::before {
		content: "";
		width: 22px;
		height: 20px;
		background: url(../img/index/ico-attention_sp.png) no-repeat;
		background-size: 22px 20px;
		display: inline-block;
		margin-right: 5px;
		vertical-align: -3px;
	}

	.main_contents_sp .important_info_sp dd a {
		color: #e90606;
		font-size: 11px;
		font-size: 1.1rem;
		text-decoration: none;
	}

	.main_contents_sp .kojin_service {
		background: #e83416;
		padding: 1% 3.125% 3.125%;
		margin-bottom: 20px;
	}

	.main_contents_sp .kojin_service .ttl {
		font-size: 16px;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.main_contents_sp .kojin_service_list li {
		background: #f1f1f1;
		background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 30%, #ffffff 70%, #f1f1f1 100%);
		background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 30%,#ffffff 70%,#f1f1f1 100%);
		background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 30%,#ffffff 70%,#f1f1f1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 );
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		border-left: 1px solid #d8d8d8;
		border-right: 1px solid #d8d8d8;
	}
	.main_contents_sp .kojin_service_list li:first-child {
		border-bottom: none;
	}
	.main_contents_sp .kojin_service_list  li a {
		display: block;
		font-weight: bold;
		padding: 13px 22px 13px 65px;
		text-decoration: none;
		color: #333;
	}

	.main_contents_sp .kojin_service_list  li a::after {
		content: "";
		display: block;
		width: 6px;
		height: 14px;
		background: url(../img/common/ico-arrow02.png) no-repeat;
		background-size: 100%;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		position: absolute;
	}

	.main_contents_sp .kojin_service_list li a i {
		width: 43;
		height: 30px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 16px;
		margin: auto;
	}
	.main_contents_sp .kojin_service_list li a i img {
		width: auto;
		height: 30px;
	}
}

/*ニュースリスト
---------------------------------------------------------------------------------*/
.news_block {
	margin-bottom: 35px;
}

.news_tab_btn_block {
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 2px solid #e83416;
}

.news_tab_btn_block li {
	display: inline-block;
	width: 287px;
	margin: 0 8px 0;
}
.news_tab_btn_block li a {
	display: block;
	background: url(../img/index/bg_btn-tab_off.png) no-repeat;
	color: #333;
	padding: 0 15px;
	height: 54px;
	line-height: 55px;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
}
.news_tab_btn_block .active a,
.news_tab_btn_block li a:hover {
	background: url(../img/index/bg_btn-tab_on.png) no-repeat;
	color: #fff;
}
.news_tab_btn_block .active a {
	cursor: auto;
}

.nwes_tab_wrap {
	padding: 0 10px;
}
.news_tab_block {
	display: none;
	margin-bottom: 25px;
}

@media screen and (max-width: 736px) {
	.news_block {
		margin: 0 3.125% 15px;
	}

	.news_tab_btn_block {
		margin-bottom: 0;
		text-align: center;
		border-bottom: 1px solid #e83416;
		letter-spacing: -.4em;
	}

	.news_tab_btn_block li {
		display: inline-block;
		width: 48.333%;
		margin: 0;
		letter-spacing: normal;
		vertical-align: top;
	}
	.news_tab_btn_block li:first-child {
		margin-right: 3.333%;
	}
	.news_tab_btn_block li a {
		display: block;
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 40%, #ededed 100%);
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 40%,#ededed 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 40%,#ededed 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
		color: #333;
		padding: 0;
		height: 34px;
		line-height: 35px;
		text-decoration: none;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		cursor: pointer;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-top: 1px solid #e1e1e1;
		border-left: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
	}
	.news_tab_btn_block .active a {
		background: #ffa170;
		background: -moz-linear-gradient(top,  #ffa170 0%, #e83416 50%, #e83416 100%);
		background: -webkit-linear-gradient(top,  #ffa170 0%,#e83416 50%,#e83416 100%);
		background: linear-gradient(to bottom,  #ffa170 0%,#e83416 50%,#e83416 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa170', endColorstr='#e83416',GradientType=0 );
		color: #fff;
		border-top: 1px solid #ffa170;
		border-left: 1px solid #ffa170;
		border-right: 1px solid #ffa170;
	}
	.news_tab_btn_block .active a {
		cursor: auto;
	}

	.nwes_tab_wrap {
		padding: 0 10px;
	}
	.news_tab_block {
		display: none;
		margin-bottom: 25px;
	}
}

/*newsパーツ*/
.news_tab_block .news_list {
	overflow: hidden;
	background: #fff;
}

.news_tab_block .news_list dl {
	padding: 0 10px 20px;
}

.news_tab_block .news_list dl {
	padding: 20px 10px;
	border-bottom: 1px dotted#000;
}

.news_tab_block .news_list dt {
	float: left;
	width: 9.5em;
}

.news_tab_block .news_list dd {
	overflow: hidden;
}

.news_tab_block .news_list .news_cate {
	float: left;
	width: 100px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	vertical-align: -3px;
}

.news_tab_block .news_list .news_cate.kojin {
	background: #c7243a;
}
.news_tab_block .news_list .news_cate.houjin {
	background: #fea201;
}

.news_tab_block .news_list .news_cate + dd {
	clear: both;
	padding-top: 5px;
}

.news_block .btn_link {
	text-align: right;
	margin: 0 10px;
}

.news_block .btn_link a {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
	border-radius: 3px;
	min-width: 160px;
	color: #333;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
}

.news_block .btn_link a:after {
	content: "";
	display: block;
	width: 6px;
	height: 14px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	position: absolute;
	background: url(../img/common/ico-arrow02.png) no-repeat;
	background-size: 100%;
}

@media screen and (max-width: 736px) {
	.news_tab_block .news_list {
		height: auto;
		line-height: 1.3;
	}

	.news_tab_block .news_list dl {
		padding: 10px;
	}

	.news_tab_block .news_list dl + dl {
		padding: 10px;
		border-top: 1px dotted#000;
	}

	.news_tab_block .news_list dt {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.news_tab_block .news_list dd {
		clear: both;
		margin: 0 0 8px;
		padding-top: 5px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.news_tab_block .news_list .news_cate {
		clear: none;
		margin-bottom: 0;
		padding: 0;
		font-size: 12px;
		font-size: 1.2rem;
		height: 20px;
		line-height: 20px;
	}

	.news_block .btn_link {
		text-align: center;
	}

	.news_block .btn_link a {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 5px 15px;
		min-width: 180px;
	}

	.news_block .btn_link a:after {
		right: 8px;
	}
}



/*スライドバナー
---------------------------------------------------------------------------------*/
.bnr_slide_block {
	margin-bottom: 40px;
}

.bnr_slide_block::before {
	content: "";
	display: block;
	position: absolute;
	width: 300%;
	left: -50%;
	height: 120px;
	top: -13px;
	background: #eee;
}

.bnr_slide_block .bnr_slide_box {
	padding: 17px 40px;
	background: #fff;
}

.bnr_slide_block .slick-prev {
	position: absolute;
	left: -30px;
	display: block;
	background: url(../img/index/ico-bnr_slide_arrow_l.png) no-repeat;
	width: 15px;
	height: 29px;
	top: 16px;
}

.bnr_slide_block .slick-next {
	position: absolute;
	right: -30px;
	display: block;
	background: url(../img/index/ico-bnr_slide_arrow_r.png) no-repeat;
	width: 15px;
	height: 29px;
	top: 16px;
}

.bnr_slide_block .slick-arrow {
	cursor: pointer;
	transition: 0.3s;
}

.bnr_slide_block .slick-arrow:hover {
	opacity: 0.6;
}
@media screen and (max-width: 736px) {
	.bnr_slide_block {
		margin-bottom: 0;
		background: #eee;
		padding: 6px 3.125%;
	}

	.bnr_slide_block::before {
		content: none;
	}

	.bnr_slide_block .slick-slide {
		padding: 0 6px;
	}

	.bnr_slide_block .bnr_slide_box {
		padding: 9px 25px;
		background: #fff;
	}

	.bnr_slide_block .slick-prev {
		position: absolute;
		left: -15px;
		display: block;
		background: url(../img/index/ico-bnr_slide_arrow_l.png) no-repeat;
		background-size: 100%;
		width: 8px;
		height: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.bnr_slide_block .slick-next {
		position: absolute;
		right: -15px;
		display: block;
		background: url(../img/index/ico-bnr_slide_arrow_r.png) no-repeat;
		background-size: 100%;
		width: 8px;
		height: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}



/*グループリンク
---------------------------------------------------------------------------------*/
.group_block h3 {
	text-align: center;
	border-bottom: 1px solid #272173;
	padding: 0 0 15px;
	margin-bottom: 48px;
}

.group_block .bnr_group_list {
	display: table;
	width: 100%;
}

.group_block .bnr_group_list li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.group_block {
		display: none;
	}
}



