@charset "utf-8";
/* ------------------------------------------------------------------ */
.top_main {
	position: relative;
	background: center center / cover no-repeat url("../img/top-main.jpg");
	margin-bottom: 30px;
}
.top_main > .filter {
	backdrop-filter: blur(10px);
	position: absolute;
	width: 100%;
	height: 100%;
}
.top_main > .img {
	position: relative;
	text-align: center;
	background: center center / cover no-repeat url("../img/top-main.jpg");
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_main > .img > .text {
	width: 1100px;
	margin: 0 auto;
	position: absolute;
	font-size: 2.4rem;
	line-height: 1.6;
	text-align: right;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 0 5px rgba(0, 0, 0, .75);
}
@media screen and (max-width: 834px) {
	.top_main {
		margin-bottom: 40px;
	}
	.top_main .pcbr {
		display: inline;
	}
	.top_main > .img {
		height: 210px;
		background-size: auto 120%;
	}
	.top_main > .img > .text {
		width: auto;
		margin: 0 15px;
		font-size: 1.4rem;
		line-height: 2;
	}
}
@media screen and (max-width: 470px) {
	.top_main .pcbr {
		display: none;
	}
}
/* ------------------------------------------------------------------ */
.headline {
	background: #FAEBE8;
	color: #DC3838;
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 15px 15px;
	margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
	.headline {
		font-size: 1.5rem;
		margin-bottom: 40px;
		padding: 10px 15px;
	}
}
/* ------------------------------------------------------------------ */

main ul.slide-banner{
	margin: 0 15px 20px 15px;
}
main ul.slide-banner .slick-list{
	margin: 0 10px;
}
main ul.slick-dotted.slick-slider {
	list-style: none;
	margin-bottom: 45px;
}
main ul.slide-banner .slick-slide{
	margin: 0 5px;
	background: #FFF; /*Chrome不具合対策*/
}
main ul.slide-banner .slick-dots {
	bottom: -20px;
}
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}
main ul.slide-banner .slick-prev:before,
main ul.slide-banner .slick-next:before{
	color: #232584;
	font-size: 30px;
}

@media screen and (max-width: 834px) {
main ul.slide-banner{
	margin: 0;
}
main ul.slide-banner .slick-list{
	margin: 0 0;
}	

}
/* ------------------------------------------------------------------ */
.top_menu {
	background: #C1E5F4;
	padding: 70px 0;
}
.top_menu h3 {
	font-weight: bold;
	font-size: 3.2rem;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 52px;
	padding: 0;
}
.top_menu h3:before {
	display: none;
}
.top_menu h3 > div {
	font-size: 2.2rem;
	color: #232584;
}
.top_menu .banking {
	margin-bottom: 63px;
}
.top_menu .banking > a {
	display: block;
	width: 380px;
	margin: 0 auto;
	background: #232584;
	border-radius: 40px;
	color: #FFF;
	font-weight: bold;
	font-size: 2rem;
	text-decoration: none;
	background-image: url("../img/top-menu-bank.svg"), url("../img/top-menu-bank-arrw.svg");
	background-repeat: no-repeat, no-repeat;
	background-position: left 30px top 50%, right 38px top 50%;
	padding: 15px 0 15px 84px;
}
.top_menu ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.top_menu ul > li {
	width: 140px;
	background: center top 3px / 120px no-repeat url("../img/top-menu-circle.svg");
	transition: all 0.15s ease-out, font-size 0s;
}
.top_menu ul > li > a {
	display: block;
	height: 180px;
	padding-top: 135px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.top_menu ul > li:hover {
	background-position: center top;
	background-size: 126px;
}
.top_menu ul > li > a.tameru,
.top_menu ul > li > a.kariru,
.top_menu ul > li > a.shop,
.top_menu ul > li > a.tesuryo,
.top_menu ul > li > a.gaiyo {
	background-repeat: no-repeat;
	background-image: url("../img/menu-tameru.svg");
	background-position: top 38px center;
	background-size: 60px;
}
.top_menu ul > li > a.kariru {
	background-image: url("../img/menu-kariru.svg");
	background-position: top 38px center;
	background-size: 54px;
}
.top_menu ul > li > a.shop {
	background-image: url("../img/menu-shop.svg");
	background-position: top 40px center;
	background-size: 52px;
}
.top_menu ul > li > a.tesuryo {
	background-image: url("../img/menu-tesuryo.svg");
	background-position: top 38px center;
	background-size: 38px;
}
.top_menu ul > li > a.gaiyo {
	background-image: url("../img/menu-gaiyou.svg");
	background-position: top 38px center;
	background-size: 44px;
}
@media screen and (max-width: 834px) {
	.top_menu {
		padding: 50px 0 20px 0;
	}
	.top_menu h3 {
		font-size: 2.2rem;
		margin-bottom: 45px;
	}
	.top_menu h3 > div {
		font-size: 1.8rem;
	}
	.top_menu .banking > a {
		display: block;
		margin: 0 auto;
		max-width: 330px;
		border-radius: 20px;
		font-size: 1.6rem;
		background-position: center top 15px, right 15px top 50%;
		padding: 55px 0 10px 84px;
	}
	.top_menu .banking {
		margin-bottom: 50px;
	}
	.top_menu ul {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.top_menu ul > li {
		width: 165px;
	}
	.top_menu ul > li > a {
		font-size: 1.6rem;
		height: 210px;
	}
}
/* ------------------------------------------------------------------ */
.top_topix {
	background: #F5F5F5;
	padding: 130px 0 80px 0;
	margin-bottom: 95px;
}
.top_topix > .inner > .chenger {
	display: flex;
	justify-content: space-between;
}
.top_topix > .inner > .chenger > div,
.top_topix > .inner > .chenger.important > div.left {
	width: calc(50% - 3px);
	color: #A8A8A8;
	background: #E4E4E4;
	border-top: 6px solid #E4E4E4;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}
.top_topix > .inner > .chenger > div.left,
.top_topix > .inner > .chenger.important > div.right {
	background: #FFF;
	border: 1px solid #CCCCCC;
	border-top: 6px solid #232584;
	border-bottom: 0;
	color: #232584;
}
.top_topix > .inner > .chenger.important > div.right {
	border-top: 6px solid #da6212;
	color: #da6212;
}
.top_topix > .inner > .chenger.important > div.left:hover,
.top_topix > .inner > .chenger:not(.important) > div.right:hover {
	background: #E8E8E8;
	border-top-color: #E8E8E8;
}
.top_topix > .inner > .main {
	position: relative;
	background: #FFF;
	padding: 30px 25px;
}
.top_topix > .inner > .main > div {
	overflow: hidden;
}
.top_topix > .inner > .main > div.right,
.top_topix > .inner > .main.important > div.left {
	height: 0;
}
.top_topix > .inner > .main.important > div.right {
	height: 100%;
}
.top_topix > .inner > .main > div > ul {
	height: 370px;
	overflow-y: scroll;
	padding-right: 20px;
}
.top_topix > .inner > .main > div > ul > li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E4E4E4;
	padding: 0 0 22px 10px;
}
.top_topix > .inner > .main > div > ul > li:not(:last-child) {
	margin-bottom: 22px;
}
.top_topix > .inner > .main > div > ul > li > p {
	margin: 0;
	padding: 0;
	display: block;
}
.top_topix > .inner > .main > div > ul > li > p:first-child {
	font-weight: bold;
}
.top_topix > .inner > .main > div > ul > li > p:last-child {
	width: 870px;
}
.top_topix > .inner > .past {
	text-align: right;
	margin-top: 25px;
}
.top_topix > .inner > .past > a {
	display: inline-block;
	background: left top / 0.9em no-repeat url("../img/top-topix-old.svg");
	padding-left: 1.5em;
	line-height: 1;
	text-decoration: none;
	color: #333
}
.top_topix > .inner > .past > a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 834px) {
	.top_topix {
		padding: 70px 0 55px 0;
		margin-bottom: 65px;
	}
	.top_topix > .inner > .chenger > div {
		font-size: 1.6rem;
	}
	.top_topix > .inner > .main {
		padding: 20px 10px;
		height: 580px;
	}
	.top_topix > .inner > .main > div > ul {
		height: 580px;
	}
	.top_topix > .inner > .main > div > ul > li {
		display: block;
	}
	.top_topix > .inner > .main > div > ul > li > p:last-child {
		width: auto;
	}
}
/* ------------------------------------------------------------------ */
.top_bnr {
	margin-bottom: 65px;
}
.top_bnr > .inner {
	width: 1030px;
}
.top_bnr > .inner > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_bnr > .inner > ul > li {
	margin-bottom: 25px;
}
.top_bnr > .inner > ul > li:nth-child(1) img {
	width: 280px;
}
.top_bnr > .inner > ul > li:nth-child(2) img {
	width: 315px;
}
.top_bnr > .inner > ul > li:nth-child(3) img {
	width: 360px;
}
.top_bnr > .inner > ul > li:nth-child(4) img {
	width: 318px;
}
.top_bnr > .inner > ul > li:nth-child(5) img {
	width: 637px;
}

@media screen and (max-width: 834px) {
	.top_bnr > .inner {
		width: auto;
	}
	.top_bnr > .inner > ul > li {
		width: 48%;
	}
	.top_bnr > .inner > ul > li img {
		width: 100% !important;
	}
}
@media screen and (max-width: 540px) {
	.top_bnr > .inner > ul {
		display: block;
	}
	.top_bnr > .inner > ul > li {
		width: auto;
	}
}
/* ------------------------------------------------------------------ */
.top_bnr2 {
	margin-bottom: 65px;	
}
.top_bnr2 > .inner {
	width: 1030px;
}
.top_bnr2 > .inner > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_bnr2 > .inner > ul > li {
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.top_bnr2 > .inner > ul > li:nth-child(1) img {

}

@media screen and (max-width: 834px) {
	.top_bnr2 > .inner {
		width: auto;
	}
	.top_bnr2 > .inner > ul > li {
		width: 48%;
	}
	.top_bnr2 > .inner > ul > li img {
		width: 100% !important;
	}
}
@media screen and (max-width: 540px) {
	.top_bnr2 > .inner > ul {
		display: block;
	}
	.top_bnr2 > .inner > ul > li {
		width: auto;
	}
}
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */