@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

body {font-family: "Noto Sans JP", serif; letter-spacing: 0.12em;}
@media screen and (max-width:768px) {
	body {font-family: "Noto Sans JP", serif; overflow-x: hidden;}
}

@media screen and (min-width:768px) and ( max-width:1024px) {
}

@media screen and (min-width:768px) {
	.sp {display:none !important;}
	.pc {}
}

@media screen and (max-width:768px) {
	.sp {}
	.pc {display:none !important;}
}

.Mg70Bottom {
	margin-bottom: 70px;
}

img {vertical-align: middle;}

header {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	box-sizing: border-box;
}

.header_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.header_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.logo {
	width: auto;
	margin-right: 20px;
}

.logo img {
	width: 200px;
}

@media screen and (max-width:768px) {
	.logo {
		width: auto;
		margin-right: 0;
		padding-left: 20px;
	}
	
	.logo img {
		width: 140px;
	}
}

.code {
	width: auto;
	font-size: 0.8em;
	margin-right: auto;
	letter-spacing: 0.02em;
}

@media screen and (max-width:768px) {
	.code {
		display: none;
	}
}

.tenpo {
	width: auto;
	background: #23A8D0;
	background: linear-gradient(0deg,rgba(35, 168, 208, 1) 0%, rgba(97, 206, 254, 1) 50%, rgba(97, 206, 254, 1) 100%);
	font-size: 0.8em;
	margin-right: 10px;border-radius: 6px;
}

@media screen and (max-width:768px) {
	.tenpo {
		display: none;
	}
}

.tenpo a {
	width: auto;
	display: inline-block;
	color: #ffffff;
	padding: 5px 10px;
	box-sizing: border-box;
	letter-spacing: 0.02em;
}

.tenpo img {
	width: 15px;
	margin-right: 10px;
}

.site_search {
	width: auto;
}

@media screen and (max-width:768px) {
	.site_search {
		display: none;
	}
}

.kensaku_text {
	width: auto;
	background: #F7F7F7;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-right: none;
	box-sizing: border-box;
	padding: 7px 10px;
	font-size: 0.8em;
	margin-right: -10px;
	border-radius: 5px 0 0 5px;
}

.kensaku_buttan {
	width: 35px;
	background: url("../images/search.png") #F7F7F7;
	background-size: cover;
	border-top: #ccc 1px solid;
	border-left: none;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	box-sizing: border-box;
	padding: 7px 10px;
	font-size: 0.8em;
	margin-left: 0;
	border-radius: 0 5px 5px 0;
	
}

.manu {
	width: 100%;
	background: #014097;
}

@media screen and (max-width:768px) {
	.manu {
		width: 100%;
		height: 5px;
		background: #014097;
	}
}

.manu_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.manu_area {
		display: none;
	}
}

.manu_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 7px 0;
}

.manu_box li {
	width: 20%;
	text-align: center;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}

.manu_box li:last-child {
	border-right: 1px solid #fff;
}

.manu_box li a {
	width: 100%;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 0 0 10px 0;
	box-sizing: border-box;
}

.manu_box li a::after {
	content: "▼";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.6em;
}

nav {
	display: none;
}


@media screen and (max-width:768px) {
	nav {
		width:100%;
		height:auto;
		min-height:120px;
		box-sizing:border-box;
		padding:0;
		position:fixed;
		display:none;
		top:61px;
		right: 0;
		z-index:14000;
		background: rgba(1,64,151,0.75);
	}

	.nav_BOX {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 20px;
		text-align: left;
	}
	
	.nav_inbox {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	
	.nav_code {
		width: auto;
		font-size: 0.8em;
		padding: 5px 0 0 0;
		letter-spacing: 0.02em;
		color: #fff;
	}
	
	.nav_tenpo {
		width: auto;
		background: #23A8D0;
		background: linear-gradient(0deg,rgba(35, 168, 208, 1) 0%, rgba(97, 206, 254, 1) 50%, rgba(97, 206, 254, 1) 100%);
		font-size: 0.8em;
		border-radius: 6px;
	}

	.nav_tenpo a {
		width: auto;
		display: inline-block;
		color: #ffffff;
		padding: 5px 10px;
		box-sizing: border-box;
		letter-spacing: 0.02em;
	}

	.nav_tenpo img {
		width: 15px;
		margin-right: 10px;
	}

	.nav_list {
		width: 100%;
		height: auto;
		padding: 0 0 20px 0;
		border-top: 1px solid #fff;
		box-sizing: border-box;
	}

	.nav_list li {
		width: 100%;
		height: auto;
		font-size: 1em;
		border-bottom: 1px solid #fff;
		padding: 10px 15px;
		box-sizing: border-box;
		color: #fff;
	}
	
	.nav_list li a {
		color: #fff;
	}
	
	.nav_kensaku {
		width: 100%;
		padding: 0 0;
		box-sizing: border-box;
	}
	
	.nav_kensaku .form {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.kensaku_text {
		width: 170px;
		background: #F7F7F7;
		border-top: #ccc 1px solid;
		border-left: #ccc 1px solid;
		border-bottom: #ccc 1px solid;
		border-right: none;
		box-sizing: border-box;
		padding: 7px 10px;
		font-size: 0.8em;
		margin-right: -10px;
		border-radius: 5px 0 0 5px;
	}

	.kensaku_buttan {
		width: 35px;
		background: url("../images/search.png") #F7F7F7;
		background-size: cover;
		border-top: #ccc 1px solid;
		border-left: none;
		border-bottom: #ccc 1px solid;
		border-right: #ccc 1px solid;
		box-sizing: border-box;
		padding: 7px 10px;
		font-size: 0.8em;
		margin-left: 0;
		border-radius: 0 5px 5px 0;

	}

	#navToggle {
		position:fixed; /*bodyに対しての絶対位置指定です*/
		right:0;
		top:0;
		width:25px;
		height:25px;
		cursor:pointer;
		z-index:15000;
		padding:18px;
		background: #014097;
		}
	#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
	#navToggle span {
		display:block;
		position:absolute; /*#navToggle div に対して*/
		width:100%;
		border-bottom:solid 3px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out}
	#navToggle span:nth-child(1) {top:0}
	#navToggle span:nth-child(2) {top:12px}
	#navToggle span:nth-child(3) {top:24px}

	.openNav #navToggle span:nth-child(1) {
		top: 10px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
		border-bottom:solid 3px #fff;
		}
	.openNav #navToggle span:nth-child(2){
		top: 10px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
		border-bottom:solid 3px #fff;
		}

	.openNav #navToggle span:nth-child(3) {
		top: 10px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
		border-bottom:solid 3px #fff;
		}

	.openNav nav {
		display:block !important;
	}
	
}






.main_photo {
	width: 100%;
	height: 420px;
	position: relative;
}

@media screen and (max-width:768px) {
	.main_photo {
		width: 100%;
		height: 420px;
		position: relative;
		background: #014097;
	}
}

.main_photo_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

@media screen and (max-width:768px) {
	.main_photo_area {
		display: none;
	}
}

/* 背景コンテナ */
.slider-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 1; /* 背景なので低め */
}

/* 各画像 */
.slide-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out; /* フェードの速度 */
}

/* ドットのコンテナ */
.slider-dots {
    position: absolute;
    bottom: -25px; /* 下から20pxの位置 */
    left: 50%;
    transform: translateX(-50%);
    z-index: 15; /* コンテンツよりさらに上に配置 */
    display: flex;
    gap: 15px; /* ドットの間隔 */
}

/* ドットのデザイン */
.dot {
    width: 10px;
    height: 10px;
    background-color: #C3C3C3;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* アクティブなドット */
.dot.active {
    background-color: #014097;
}

@media screen and (max-width:768px) {
	.dot.active {
		background-color: #E50011;
	}
}

.slide-img.active {
    opacity: 1;
}

.main_photo_box {
	width: 100%;
	min-height: 420px;
	position: relative;
}

.main_photo_text {
	width: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30pt;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 3px 3px #000;
	letter-spacing: 0.25em;
}

.main_photo_online {
	width: 270px;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
}

.main_photo_online .title {
	width: 100%;
	margin-bottom: 10px;
}

.main_photo_online .title img {
	width: 180px;
}

.main_photo_online .link1 {
	width: 100%;
	margin-bottom: 10px;
}

.main_photo_online .link1 a {
	width: 100%;
	background: #F44344;
	background: linear-gradient(0deg,rgba(244, 67, 68, 1) 0%, rgba(254, 97, 105, 1) 50%, rgba(254, 97, 105, 1) 100%);
	color: #fff;
	letter-spacing: 0.02em;
	display: inline-block;
	font-size: 0.9em;
	padding: 15px 0 15px 40px;
	box-sizing: border-box;
	border-radius: 7px;
	position: relative;
}

.main_photo_online .link1 a::before {
	content: "";
	background: url("../images/kagi.svg") center center no-repeat;
	background-size: cover;
	width: 18px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.main_photo_online .link2 {
	width: 100%;
	margin-bottom: 10px;
}

.main_photo_online .link2 a {
	width: 100%;
	background: #49B918;
	background: linear-gradient(0deg,rgba(73, 185, 24, 1) 0%, rgba(87, 217, 63, 1) 50%, rgba(87, 217, 63, 1) 100%);
	color: #fff;
	letter-spacing: 0.02em;
	display: inline-block;
	font-size: 0.9em;
	padding: 15px 0 15px 40px;
	box-sizing: border-box;
	border-radius: 7px;
	position: relative;
}

.main_photo_online .link2 a::before {
	content: "";
	background: url("../images/kagi.svg") center center no-repeat;
	background-size: cover;
	width: 18px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.main_photo_online .link3 {
	width: 100%;
}

.main_photo_online .link3 a {
	width: 100%;
	background: #FB8B02;
	background: linear-gradient(0deg,rgba(251, 139, 2, 1) 0%, rgba(255, 167, 50, 1) 50%, rgba(255, 167, 50, 1) 100%);
	color: #fff;
	display: inline-block;
	font-size: 0.7em;
	letter-spacing: 0.02em;
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
	border-radius: 100px;
	position: relative;
}

.main_photo_online .link3 a::before {
	content: "";
	background: url("../images/yajirushi.png") center center no-repeat;
	background-size: cover;
	width: 8px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}


.main_photo_sp_area {
	display: none;
}

@media screen and (max-width:768px) {
	.main_photo_sp_area {
		width: 100%;
		display: block;
	}
	
	.main_photo_sp_box {
		width: 100%;
		padding: 40px 20px 20px 20px;
		box-sizing: border-box;
		background: #014097;
	}
	
	.main_photo_sp_inbox {
		width: 100%;
	}
	
	.main_photo_sp_online {
		width: 100%;
		background: #fff;
		padding: 15px 20px;
		box-sizing: border-box;
		border-radius: 10px;
	}

	.main_photo_sp_online .title {
		width: 100%;
		margin-bottom: 10px;
	}

	.main_photo_sp_online .title img {
		width: 180px;
	}

	.main_photo_sp_online .link1 {
		width: 100%;
		margin-bottom: 10px;
	}

	.main_photo_sp_online .link1 a {
		width: 100%;
		background: #F44344;
		background: linear-gradient(0deg,rgba(244, 67, 68, 1) 0%, rgba(254, 97, 105, 1) 50%, rgba(254, 97, 105, 1) 100%);
		color: #fff;
		letter-spacing: 0.02em;
		display: inline-block;
		font-size: 1.1em;
		padding: 15px 0 15px 40px;
		box-sizing: border-box;
		border-radius: 7px;
		position: relative;
	}

	.main_photo_sp_online .link1 a::before {
		content: "";
		background: url("../images/kagi.svg") center center no-repeat;
		background-size: cover;
		width: 18px;
		height: 20px;
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.main_photo_sp_online .link2 {
		width: 100%;
		margin-bottom: 10px;
	}

	.main_photo_sp_online .link2 a {
		width: 100%;
		background: #49B918;
		background: linear-gradient(0deg,rgba(73, 185, 24, 1) 0%, rgba(87, 217, 63, 1) 50%, rgba(87, 217, 63, 1) 100%);
		color: #fff;
		letter-spacing: 0.02em;
		display: inline-block;
		font-size: 1.1em;
		padding: 15px 0 15px 40px;
		box-sizing: border-box;
		border-radius: 7px;
		position: relative;
	}

	.main_photo_sp_online .link2 a::before {
		content: "";
		background: url("../images/kagi.svg") center center no-repeat;
		background-size: cover;
		width: 18px;
		height: 20px;
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.main_photo_sp_online .link3 {
		width: 100%;
	}

	.main_photo_sp_online .link3 a {
		width: 100%;
		background: #FB8B02;
		background: linear-gradient(0deg,rgba(251, 139, 2, 1) 0%, rgba(255, 167, 50, 1) 50%, rgba(255, 167, 50, 1) 100%);
		color: #fff;
		display: inline-block;
		font-size: 0.7em;
		letter-spacing: 0.02em;
		padding: 10px 20px 10px 20px;
		box-sizing: border-box;
		border-radius: 100px;
		position: relative;
	}

	.main_photo_sp_online .link3 a::before {
		content: "";
		background: url("../images/yajirushi.png") center center no-repeat;
		background-size: cover;
		width: 8px;
		height: 10px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
}





.main_service {
	width: 100%;
	padding: 80px 0 50px 0;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width:768px) {
	.main_service {
		width: 100%;
		padding: 30px 0 30px 0;
		box-sizing: border-box;
		position: relative;
	}
}

.main_service_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.main_service_box {
	width: 100%;
}

@media screen and (max-width:768px) {
	.main_service_box {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

.main_title {
	width: 100%;
}

.main_title img {
	height: 30px;
}

.main_subtitle {
	width: 100%;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	.main_subtitle {
		width: 100%;
		font-size: 1em;
		font-weight: 600;
		margin-top: 5px;
		margin-bottom: 30px;
	}
}

.main_service_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main_service_list p {
	width: 15%;
	margin-right: 2%;
}

.main_service_list p:nth-child(6n) {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.main_service_list p {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.main_service_list p:nth-child(2n) {
		margin-right: 0;
	}
}

.main_service_list p img {
	width: 100%;
}

.main_picup {
	width: 100%;
	padding: 50px 0 30px 0;
	box-sizing: border-box;
	position: relative;
	background: #EFF9FF;
}

@media screen and (max-width:768px) {
	.main_picup {
		width: 100%;
		padding: 30px 0 30px 0;
		box-sizing: border-box;
		position: relative;
		background: #EFF9FF;
	}
}

.main_picup_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.main_picup_box {
	width: 100%;
	position: relative;
}

.picup_slider {
	position: relative;
}

@media screen and (max-width:768px) {
	.picup_slider img {
		width: 100%;
	}
}

.dots-wrap {
    display: flex;
    justify-content: center;
	margin-top: 30px;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background: #C3C3C3;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #014097;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.prev-arrow {
	display: block;
    width: 69px;
    height: 132px;
	background: url("../images/prev.png") center center no-repeat;
	background-size: cover;
    transition: all .3s ease;
    cursor: pointer;
    position:absolute;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
    color: transparent;
    overflow: hidden;
}
.next-arrow {
    display: block;
    width: 69px;
    height: 132px;
	background: url("../images/next.png") center center no-repeat;
	background-size: cover;
    transition: all .3s ease;
    cursor: pointer;
    position:absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
    color: transparent;
    overflow: hidden;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: '' !important;
    display: none !important;
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

.main_information {
	width: 100%;
	padding: 50px 0 50px 0;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width:768px) {
	.main_information {
		width: 100%;
		padding: 30px 0 30px 0;
		box-sizing: border-box;
		position: relative;
	}
}

.main_information_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.main_information_box {
	width: 100%;
}

/* コンテナ全体のスタイル */
.news-container {
	width: 100%;
}

/* タブボタンのスタイル */
.tab-group {
	display: flex;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	.tab-group {
		display: flex;
		margin-bottom: 30px;
		border-bottom: 3px solid #014097;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

.tab-btn {
	width: 24.25%;
	padding: 10px 20px;
	margin-right: 1%;
	box-sizing: border-box;
	border: none;
	background: #EBEBEB;
	cursor: pointer;
	font-weight: 600;
	color: #666;
}

.tab-btn:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.tab-btn {
		width: 24.25%;
		padding: 10px 5px;
		margin-right: 1%;
		box-sizing: border-box;
		border: none;
		background: #EBEBEB;
		cursor: pointer;
		font-weight: 600;
		color: #666;
	}

	.tab-btn:nth-child(4n) {
		margin-right: 0;
	}
}

.tab-btn.active {
	color: #fff;
	background: #014097;
}

/* リストのスタイル */
.tab-content {
	display: none;
	text-align: left;
}

@media screen and (max-width:768px) {
	.tab-content {
		display: none;
		text-align: left;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

.tab-content.active {
	display: block;
	text-align: left;
}
.news-list {
	width: 100%;
}
.news-list li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0 10px 300px;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}

@media screen and (max-width:768px) {
	.news-list li {
		width: 100%;
		box-sizing: border-box;
		padding: 40px 0 10px 0;
		border-bottom: 1px solid #f0f0f0;
		position: relative;
	}
}
.date {
	color: #888;
	margin-right: 15px;
	position: absolute;
	left: 0;
	top: 10px;
}
.label {
	width: 120px;
	text-align: center;
	font-size: 0.8em;
	padding: 2px 8px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-right: 10px;
	color: #fff;
	position: absolute;
	left: 150px;
	top: 10px;
}
.label.news { background: #DB5A5B; }
.label.topics { background: #EBAF5D; }
.label.blog { background: #3681C4; }
.label.cat1 { background: #DB5A5B; }
.label.cat2 { background: #EBAF5D; }
.label.cat3 { background: #3681C4; }


.main_news_bottan {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.main_news_bottan a {
	width: 200px;
	display: inline-block;
	padding: 10px 0;
	background: #014097;
	border-radius: 100px;
	color: #fff;
	position: relative;
}

.main_news_bottan a::after {
	content: "";
	width: 8px;
	height: 10px;
	background: url("../images/icon.png") center center no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.main_subslider {
	width: 100%;
	padding: 50px 0 50px 0;
	box-sizing: border-box;
	position: relative;
	background: #EFF9FF;
}

@media screen and (max-width:768px) {
	.main_subslider {
		width: 100%;
		padding: 30px 0 30px 0;
		box-sizing: border-box;
		position: relative;
		background: #EFF9FF;
	}
}

.main_subslider_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.main_subslider_box {
	width: 100%;
}

@media screen and (max-width:768px) {
	.main_subslider_box {
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
	}
}

.sub_slider {
	width: 100%;
}

.sub_slider div {
	margin: 0 15px;
}

@media screen and (max-width:768px) {
	.sub_slider div {
		margin: 0 0;
	}
}

.sub_slider div img {
	width: 100%;
}

.prev-arrow2 {
	display: block;
    width: 24px;
    height: 24px;
	background: url("../images/prev2.png") center center no-repeat;
	background-size: cover;
    transition: all .3s ease;
    cursor: pointer;
    position:absolute;
	left: -80px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
    color: transparent;
    overflow: hidden;
}
.next-arrow2 {
    display: block;
    width: 24px;
    height: 24px;
	background: url("../images/next2.png") center center no-repeat;
	background-size: cover;
    transition: all .3s ease;
    cursor: pointer;
    position:absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
    color: transparent;
    overflow: hidden;
}

@media screen and (max-width:768px) {
	.prev-arrow2 {
		display: block;
		width: 24px;
		height: 24px;
		background: url("../images/prev2.png") center center no-repeat;
		background-size: cover;
		transition: all .3s ease;
		cursor: pointer;
		position:absolute;
		left: -35px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 0;
		color: transparent;
		overflow: hidden;
	}
	.next-arrow2 {
		display: block;
		width: 24px;
		height: 24px;
		background: url("../images/next2.png") center center no-repeat;
		background-size: cover;
		transition: all .3s ease;
		cursor: pointer;
		position:absolute;
		right: -35px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 0;
		color: transparent;
		overflow: hidden;
	}
}

.prev-arrow2::before,
.next-arrow2::before{
    position:absolute;
    content: '' !important;
    display: none !important;
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

.main_banner{
	width: 100%;
	padding: 50px 0 50px 0;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width:768px) {
	.main_banner{
		width: 100%;
		padding: 30px 0 30px 0;
		box-sizing: border-box;
		position: relative;
	}
}

.main_banner_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.main_banner_box {
	width: 100%;
}

@media screen and (max-width:768px) {
	.main_banner_box {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
}

.main_banner_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main_banner_inbox p {
	width: 23.5%;
	margin-bottom: 20px;
	margin-right: 2%;
}

.main_banner_inbox p:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.main_banner_inbox p {
		width: 49%;
		margin-bottom: 20px;
		margin-right: 2%;
	}

	.main_banner_inbox p:nth-child(2n) {
		margin-right: 0;
	}
}

.main_banner_inbox p img {
	width: 100%;
}

.footer_bg {
	width: 100%;
	height: 180px;
	background: url("../images/bg2.png") center center no-repeat;
	background-size: contain;
}

@media screen and (max-width:768px) {
	.footer_bg {
		width: 100%;
		height: 285px;
		background: url("../images/bg2.png") center center repeat-x;
		background-size: auto;
	}
}

.footer_blue {
	width: 100%;
	padding: 50px 0 80px 0;
	box-sizing: border-box;
	position: relative;
	background: #014097;
}

@media screen and (max-width:768px) {
	.footer_blue {
		width: 100%;
		padding: 30px 0 50px 0;
		box-sizing: border-box;
		position: relative;
		background: #014097;
	}
}

.footer_blue_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.footer_blue_box {
	width: 100%;
}

.footer_blue_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footer_blue_inbox .f_title {
	width: 15%;
	margin-right: 4%;
}

@media screen and (max-width:768px) {
	.footer_blue_inbox .f_title {
		width: 160px;
		height: auto;
		min-height: 10px;
		margin: 0 auto;
	}
}

.footer_blue_inbox .f_title .intitle {
	width: 100%;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	padding: 5px 0 10px 0;
	text-align: left;
}

@media screen and (max-width:768px) {
	.footer_blue_inbox .f_title .intitle {
		width: 100%;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.2em;
		font-weight: 600;
		padding: 5px 0 10px 0;
		text-align: left;
		margin-bottom: 30px;
	}
}

.footer_blue_inbox .f_list {
	width: 81%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width:768px) {
	.footer_blue_inbox .f_list {
		width: 100%;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
	}
}

.footer_blue_inbox .f_list .f_list {
	width: 50%;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.footer_blue_inbox .f_list .f_list {
		width: 100%;
		padding: 0 20px 0 20px;
		box-sizing: border-box;
	}
}

.footer_blue_inbox .f_list .f_list li {
	width: 100%;
	position: relative;
	padding: 0 0 5px 15px;
	box-sizing: border-box;
	font-size: 0.95em;
	letter-spacing: 0.01em;
}

@media screen and (max-width:768px) {
	.footer_blue_inbox .f_list .f_list li {
		width: 100%;
		position: relative;
		padding: 12px 0 12px 15px;
		box-sizing: border-box;
		font-size: 0.95em;
	letter-spacing: 0.01em;
	}
	
	.footer_blue_inbox .f_list .f_list li::after {
		width: calc(100% - 15px); 
		height: 1px;
		background: #fff;
		content: "";
		position: absolute;
		bottom: 0;
		left: 15px;
	}
}

.footer_blue_inbox .f_list .f_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background: url("../images/icon2.png") center center no-repeat;
	width: 6px;
	height: 10px;
}

@media screen and (max-width:768px) {
	.footer_blue_inbox .f_list .f_list li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 22px;
		background: url("../images/icon2.png") center center no-repeat;
		width: 6px;
		height: 10px;
	}
}

.footer_blue_inbox .f_list .f_list li a {
	font-size: 0.9em;
	color: #fff;
}

.footer_blue_inbox .f_list .f_list li a img {
	margin-left: 10px;
}

.footer_white {
	width: 100%;
	padding: 80px 0 50px 0;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width:768px) {
	.footer_white {
		width: 100%;
		padding: 70px 20px 30px 20px;
		box-sizing: border-box;
		position: relative;
	}
}

.footer_white_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	position: relative;
}

.footer_white_box {
	width: 100%;
}

.footer_white_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.footer_white_inbox ul {
	width: 23.5%;
	margin-right: 2%;
	text-align: left;
}

.footer_white_inbox ul:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.footer_white_inbox ul {
		width: 46%;
		margin: 0 1% 0 3%;
		text-align: left;
	}

	.footer_white_inbox ul:nth-child(3n) {
		width: 46%;
		margin: 0 1% 0 3%;
	}
}

.footer_white_inbox ul .intitle {
	width: 100%;
	color: #014097;
	font-weight: 500;
	padding-bottom: 8px;
}

@media screen and (max-width:768px) {
	.footer_white_inbox ul .intitle {
		width: 100%;
		color: #014097;
		font-weight: 500;
		padding-bottom: 5px;
		border-bottom: 2px solid #014097;
		margin-bottom: 12px;
	}
}

.footer_white_inbox ul .list {
	width: 100%;
	padding: 0 0 8px 20px;
	position: relative;
	font-size: 0.9em;
}

.footer_white_inbox ul .list::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background: url("../images/icon3.png") center center no-repeat;
	width: 6px;
	height: 10px;
}

.footer_white_link {
	width: 100px;
	height: auto;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
}

.footer_white_link a {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	background: #fff;
	display: inline-block;
	line-height: 1.2em;
	box-sizing: border-box;
	padding: 15px 0;
	color: #014097;
}

.footer_white2 {
	width: 100%;
	padding: 0 0 30px 0;
	box-sizing: border-box;
	position: relative;
}

.footer_white2_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
	position: relative;
}

.footer_white2_box {
	width: 100%;
}

.footer_white2_logo {
	width: 100%;
	margin-bottom: 20px;
}

.footer_white2_logo img {
	width: 200px;
}

.footer_white2_text {
	width: 100%;
	color: #2F2F2F;
	font-size: 0.8em;
}

footer {
	width: 100%;
	padding: 12px 0;
	box-sizing: border-box;
	background: #014097;
	color: #fff;
	font-size: 0.8em;
}

/*----*/

.main_pankuzu {
	width: 100%;
	padding: 20px 0 50px 0;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width:768px) {
	.main_pankuzu {
		width: 100%;
		padding: 20px 20px 50px 20px;
		box-sizing: border-box;
		position: relative;
	}
}

.main_pankuzu_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.main_pankuzu_box {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
}

.temp {
	width: 100%;
	padding: 20px 0 50px 0;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width:768px) {
	.temp {
		width: 100%;
		padding: 20px 20px 50px 20px;
		box-sizing: border-box;
		position: relative;
	}
}

.temp_area {
	width: 100%;
	max-width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.temp_box {
	width: 100%;
	text-align: left;
	font-size: 0.9em;
}

.temp_title {
	width: 100%;
	text-align: center;
	color: #014097;
	font-size: 2.3em;
	font-weight: 600;
	position: relative;
	margin-bottom: 65px;
}

.temp_title::after {
	content: "";
	width: 50px;
	height: 4px;
	background: #014097;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.temp_subtitle {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.temp_subtitle span {
	min-width: 800px;
	border: 2px solid #014097;
	background: #014097;
	padding: 8px 20px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 100px;
	font-size: 1.8em;
	font-weight: 600;
	color: #fff;
}

@media screen and (max-width:768px) {
	.temp_subtitle span {
		width: 100%;
		min-width: 10px;
		border: 2px solid #014097;
		background: #014097;
		padding: 8px 20px;
		box-sizing: border-box;
		display: inline-block;
		border-radius: 100px;
		font-size: 1.5em;
		font-weight: 600;
		color: #fff;
	}
}

.temp_subtitle2 {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.temp_subtitle2 span {
	min-width: 800px;
	border: 2px solid #014097;
	background: #014097;
	padding: 8px 20px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 100px;
	font-size: 1.8em;
	font-weight: 600;
	color: #fff;
}

@media screen and (max-width:768px) {
	.temp_subtitle2 span {
		width: 100%;
		min-width: 10px;
		border: 2px solid #014097;
		background: #014097;
		padding: 8px 20px;
		box-sizing: border-box;
		display: inline-block;
		border-radius: 100px;
		font-size: 1.5em;
		font-weight: 600;
		color: #fff;
	}
}

.temp_listbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.temp_listbox .inbox {
	width: 49%;
	min-height: 280px;
	margin-right: 2%;
	border: 1px solid #014097;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 20px 35px 100px 35px;
	background: #EFF9FF;
	position: relative;
	margin-bottom: 20px;
}

.temp_listbox .inbox:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.temp_listbox .inbox {
		width: 100%;
		min-height: 280px;
		margin-right: 0;
		border: 1px solid #014097;
		border-radius: 6px;
		box-sizing: border-box;
		padding: 20px 35px 100px 35px;
		background: #EFF9FF;
		position: relative;
		margin-bottom: 20px;
	}

	.temp_listbox .inbox:nth-child(2n) {
		margin-right: 0;
	}
}

.temp_listbox .inbox h3 {
	width: 100%;
	text-align: center;
	color: #014097;
	font-weight: 600;
	font-size: 1.5em;
	border-bottom: 1px solid #014097;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

.temp_listbox .inbox .linkarea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.temp_listbox .inbox .linkarea p {
	width: 49%;
	margin-right: 2%;
}

.temp_listbox .inbox .linkarea p:nth-child(2n) {
	margin-right: 0;
}

.temp_listbox .inbox .linkarea p img {
	width: 100%;
}

.temp_listbox .inbox .linkbox {
	width: 250px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.temp_listbox .inbox .linkbox a {
	width: 100%;
	display: inline-block;
	background: #014097;
	color: #fff;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 8px;
}

.temp_listbox .inbox .linkbox a img {
	margin-left: 10px;
}

.temp_listbox .inbox .linkbox a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url("../images/icon.png") center center no-repeat;
	width: 8px;
	height: 10px;
}

.temp_listbox .inbox .linkbox2 {
	width: 250px;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.temp_listbox .inbox .linkbox2 a {
	width: 100%;
	display: inline-block;
	background: #014097;
	color: #fff;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 8px;
}

.temp_listbox .inbox .linkbox2 a img {
	margin-left: 10px;
}

.temp_listbox .inbox .linkbox2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url("../images/icon.png") center center no-repeat;
	width: 8px;
	height: 10px;
}

.temp_listbox .inbox .linkbox3 {
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
	box-sizing: border-box;
}

.temp_listbox .inbox .linkbox3 a {
	width: 32%;
	display: inline-block;
	background: #014097;
	color: #fff;
	position: relative;
	padding: 10px 10px 10px 5px;
	box-sizing: border-box;
	border-radius: 8px;
	text-align: center;
	margin-right: 2%;
}

@media screen and (max-width:768px) {
	.temp_listbox .inbox .linkbox3 a {
		width: 32%;
		display: inline-block;
		background: #014097;
		color: #fff;
		position: relative;
		padding: 10px 10px 10px 5px;
		box-sizing: border-box;
		border-radius: 8px;
		text-align: center;
		margin-right: 2%;
		font-size: 0.8em;
		letter-spacing: 0.01em;
	}
}

.temp_listbox .inbox .linkbox3 a:nth-child(3n) {
	margin-right: 0;
}

.temp_listbox .inbox .linkbox3 a img {
	margin-left: 0;
}

.temp_listbox .inbox .linkbox3 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	background: url("../images/icon.png") center center no-repeat;
	width: 8px;
	height: 10px;
}

.temp_listbox .inbox .linkbox4 {
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
	box-sizing: border-box;
}

.temp_listbox .inbox .linkbox4 a {
	width: 48%;
	display: inline-block;
	background: #014097;
	color: #fff;
	position: relative;
	padding: 10px 10px 10px 5px;
	box-sizing: border-box;
	border-radius: 8px;
	text-align: center;
	margin-right: 4%;
}

@media screen and (max-width:768px) {
	.temp_listbox .inbox .linkbox4 a {
		width: 49%;
		display: inline-block;
		background: #014097;
		color: #fff;
		position: relative;
		padding: 10px 10px 10px 5px;
		box-sizing: border-box;
		border-radius: 8px;
		text-align: center;
		margin-right: 2%;
		font-size: 0.8em;
		letter-spacing: 0.01em;
	}
}

.temp_listbox .inbox .linkbox4 a:nth-child(2n) {
	margin-right: 0;
}

.temp_listbox .inbox .linkbox4 a img {
	margin-left: 10px;
}

.temp_listbox .inbox .linkbox4 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: url("../images/icon.png") center center no-repeat;
	width: 8px;
	height: 10px;
}

@media screen and (max-width:768px) {
	.temp_listbox .inbox .linkbox4 a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
		background: url("../images/icon.png") center center no-repeat;
		width: 8px;
		height: 10px;
	}
}


.temp_linkbox {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.temp_linkbox a {
	width: 300px;
	display: inline-block;
	border: 1px solid #014097;
	color: #014097;
	font-weight: 500;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 8px;
}

.temp_linkbox a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: url("../images/icon3.png") center center no-repeat;
	width: 8px;
	height: 10px;
}

.temp_linkbox2 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.temp_linkbox2 a {
	width: 200px;
	display: inline-block;
	background: #014097;
	color: #ffffff;
	font-weight: 500;
	position: relative;
	padding: 15px 20px;
	box-sizing: border-box;
	border-radius: 8px;
}

.temp_linkbox2 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: url("../images/icon6.png") center center no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
}

.temp_subtext {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.2em;
	font-weight: 500;
}

.temp_sub_mane {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #F2F2F2;
	border-radius: 6px;
}

.temp_sub_mane a {
	margin-right: 15px;
}

.temp_sub_mane span {
	color: #014097;
}

.temp_sub_text {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.temp_tablebox {
	width: 100%;
	padding: 0 100px;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.temp_tablebox {
		width: 100%;
		padding: 0 0;
		box-sizing: border-box;
	}
}

.temp_tablelist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #707070;
}

.temp_tablelist:first-child {
	border-top: 1px solid #707070;
}

.temp_tablelist .title {
	width: 22%;
	background: #EBEBEB;
	padding: 15px 20px;
	box-sizing: border-box;
	font-weight: 500;
}

.temp_tablelist .text {
	width: 78%;
	background: #fff;
	padding: 15px 20px;
	box-sizing: border-box;
}

@media screen and (max-width:768px) {
	.temp_tablelist .title {
		width: 100%;
		background: #EBEBEB;
		padding: 15px 20px;
		box-sizing: border-box;
		font-weight: 500;
	}

	.temp_tablelist .text {
		width: 100%;
		background: #fff;
		padding: 15px 20px;
		box-sizing: border-box;
	}
}


.temp_table2 {
	width: 100%;
}

.temp_table2 table {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #CCCCCC;
}

@media screen and (max-width:768px) {
	.temp_table2 {
		width: 100%;
		overflow-x: scroll;
	}

	.temp_table2 table {
		width: 1000px;
		box-sizing: border-box;
		border-top: 1px solid #CCCCCC;
	}
}

.temp_table2 table tr th {
	background: #EBEBEB;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	padding: 5px 20px;
	box-sizing: border-box;
}

.temp_table2 table tr th:last-child {
	border-right: none;
}

.temp_table2 table tr td {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
}

.temp_table2 table tr td:last-child {
	border-right: none;
}

.temp_table2 .left_text {
	text-align: left !important;
}




.footer_toplink {
	width: 126px;
	height: 126px;
	display: inline-block;
	background: url("../images/link.png") center center no-repeat;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

@media screen and (max-width:768px) {
	.footer_toplink {
		width: 60px;
		height: 60px;
		display: inline-block;
		background: url("../images/link_sp.png") center center no-repeat;
		position: absolute;
		bottom: 20px;
		right: 20px;
	}
}

.loan_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0 100px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	.loan_link {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 0 0;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
}

.loan_link p {
	width: 49%;
	margin-right: 2%;
}

.loan_link p:nth-child(2n) {
	margin-right: 0;
}

.loan_link p img {
	width: 100%;
}

.loan_link2 {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.loan_link2 img {
	margin-left: 10px;
}

.loan_link2 a {
	color: #E50011;
	text-decoration: underline;
}

.yokon_text {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.temp_subtitle3 {
	width: 100%;
	border: 2px solid #014097;
	background: #EFF9FF;
	box-sizing: border-box;
	border-radius: 100px;
	color: #014097;
	font-weight: 600;
	font-size: 1.2em;
	box-sizing: border-box;
	padding: 5px 20px;
	margin-bottom: 20px;
}

.temp_list {
	width: 100%;
	margin-bottom: 50px;
}

.temp_list li {
	width: 100%;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}

.temp_list li img {
	margin-left: 5px;
}

.temp_list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	background: url("../images/icon4.svg") center center no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.temp_list li a {
	color: #cc0000;
	text-decoration: underline;
	font-weight: 500;
}

.temp_list li a:hover {
	color: #cc0000;
	text-decoration: underline;
	font-weight: 500;
}

.temp_list li p {
	width: 100%;
	padding: 10px 20px 10px 20px;
	box-sizing: border-box;
}

.temp_w800 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	height: auto;
	min-height: 10px;
}

.temp_r_text {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.temp_table {
	width: 100%;
}

.temp_table table {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #CCCCCC;
}

.temp_table table tr th {
	background: #EBEBEB;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	padding: 5px 20px;
	box-sizing: border-box;
}

.temp_table table tr th:last-child {
	border-right: none;
}

.temp_table table tr td {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
}

.temp_table table tr td:last-child {
	border-right: none;
}

.temp_table .left_text {
	text-align: left !important;
}

@media screen and (max-width:768px) {
	.temp_table {
		width: 100%;
		overflow-x: scroll;
	}

	.temp_table table {
		width: 1000px;
		box-sizing: border-box;
		border-top: 1px solid #CCCCCC;
	}
}


.temp_table3 {
	width: 100%;
}

.temp_table3 table {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #CCCCCC;
}

.temp_table3 table tr th {
	background: #EBEBEB;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	padding: 5px 20px;
	box-sizing: border-box;
}

.temp_table3 table tr th:last-child {
	border-right: none;
}

.temp_table3 table tr td {
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
}

.temp_table3 table tr td:last-child {
	border-right: none;
}

.temp_table3 .left_text {
	text-align: left !important;
}

@media screen and (max-width:768px) {
	.temp_table3 {
		width: 100%;
	}

	.temp_table3 table {
		width: 100%;
		box-sizing: border-box;
		border-top: 1px solid #CCCCCC;
	}
}



.temp_l_text {
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}



.text_align_left { text-align: left;}

.greeting_img {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.greeting_img img {
	width: 100%;
	max-width: 600px;
}

.greeting_text {
	width: 100%;
	margin-bottom: 20px;
}

.greeting_text2 {
	width: 100%;
	text-align: right;
	margin-bottom: 50px;
}

.kenshin_title {
	width: 100%;
	text-align: left;
	color: #014097;
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 20px;
}

.kenshin_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.kenshin_list div {
	width: 48%;
	margin-right: 4%;
	position: relative;
	border-top: 1px solid #CCCCCC;
}

.kenshin_list div:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.kenshin_list div {
		width: 100%;
		margin-right: 0;
		position: relative;
		border-top: 1px solid #CCCCCC;
	}

	.kenshin_list div:nth-child(2n) {
		margin-right: 0;
	}
	
	.kenshin_list div:last-child {
		margin-right: 0;
		border-top: none;
	}
}

.kenshin_list div p {
	width: 100%;
	position: relative;
	padding: 15px 20px 15px 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #CCCCCC;
}

.kenshin_list div p::before {
	content: "";
	background: url("../images/icon5.svg") center center no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10px;
	top: 17px;
}

.company_img {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.company_img img {
	width: 100%;
}

.company_r_text {
	width: 100%;
	text-align: right;
	margin-bottom: 50px;
}

.left_fonts th {
	text-align: left !important;
}

.left_fonts td {
	text-align: left !important;
}

.company_sub_text {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 50px;
}

.company_text {
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 50px;
}

.company_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.company_box .inbox {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}

.company_box .inbox:nth-child(2n) {
	width: 48%;
	margin-right: 0;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	.company_box .inbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.company_box .inbox:nth-child(2n) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.company_box .inbox h3 {
	width: 100%;
	color: #014097;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 5px;
}

.sdgs_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.sdgs_img {
	width: 47.5%;
	margin-right: 5%;
}

@media screen and (max-width:768px) {
	.sdgs_img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.sdgs_img img {
	width: 100%;
}

.sdgs_inbox {
	width: 47.5%;
}

@media screen and (max-width:768px) {
	.sdgs_inbox {
		width: 100%;
	}
}

.sdgs_inbox .in_text {
	width: 100%;
	margin-bottom: 30px;
}

.sdgs_inbox .in_text2 {
	width: 100%;
}

.sdgs_inbox .in_text2 a {
	color: #E50011;
	text-decoration: underline;
}

.sdgs_inbox .in_text2 img {
	margin-left: 10px;
}


.sdgs2_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #999999;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.sdgs2_box_last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 80px;
}

.sdgs2_img {
	width: 47.5%;
	margin-right: 5%;
}

@media screen and (max-width:768px) {
	.sdgs2_img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.sdgs2_img img {
	width: 100%;
}

.sdgs2_inbox {
	width: 47.5%;
}

@media screen and (max-width:768px) {
	.sdgs2_inbox {
		width: 100%;
	}
}

.sdgs2_inbox h3 {
	width: 100%;
	position: relative;
	font-size: 1.4em;
	font-weight: 600;
	color: #014097;
	padding: 15px 0;
}

.sdgs2_inbox h3 .sdgs_icon {
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
}

.sdgs2_inbox h3 .sdgs_icon img {
	width: 40px;
	margin-left: 5px;
}

.sdgs2_inbox .in_text {
	width: 100%;
	margin-bottom: 30px;
}

.sdgs2_inbox .in_text2 {
	width: 100%;
}

.sdgs2_inbox .in_text2 a {
	color: #E50011;
	text-decoration: underline;
}

.sdgs2_inbox .in_text2 img {
	margin-left: 10px;
}

.access_box {
	width: 100%;
	margin-bottom: 30px;
}

.access_list {
	width: 100%;
	margin-bottom: 30px;
}

.access_list li {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.access_list li::before {
	content: "";
	background: url("../images/icon5.svg") center center no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 4px;
}

.access_list li span {
	font-weight: 600;
	font-size: 1.2em;
}

.policy_box {
	width: 100%;
	margin-bottom: 30px;
}

.policy_box2 {
	width: 100%;
	margin-bottom: 50px;
}

.info_box {
	width: 100%;
}

.info_box ul {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	position: relative;
}

.info_box ul .time {
	width: 130px;
	position: absolute;
	left: 0;
	top: 14px;
	padding: 3px 0;
	box-sizing: border-box;
}

.info_box ul .cat {
	width: 130px;
	position: absolute;
	left: 150px;
	top: 14px;
	text-align: center;
	padding: 3px 0;
	box-sizing: border-box;
	border-radius: 6px;
}

.info_box ul .cat1 {
	background: #DB5A5B;
	color: #fff;
}

.info_box ul .cat2 {
	background: #EBAF5D;
	color: #fff;
}

.info_box ul .cat3 {
	background: #3681C4;
	color: #fff;
}

.info_box ul .text {
	width: 100%;
	padding: 18px 0 18px 300px;
	box-sizing: border-box;
}

.info_box ul .text img {
	margin-left: 10px;
}

.info_page {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.info_page .next {
	margin-right: 10px;
}

.info_page .next a {
	border: 1px solid #999;
	padding: 5px 10px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 6px;
	background: #014097;
	color: #fff;
}

.info_page .prev {
	margin-left: 10px;
}

.info_page .prev a {
	border: 1px solid #999;
	padding: 5px 10px;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 6px;
	background: #014097;
	color: #fff;
}

.info_page p {
	margin: 0 10px;
}

.info_m_title {
	width: 100%;
	border-bottom: 3px solid #014097;
	background: #f3f3f3;
	margin-bottom: 30px;
	font-size: 1.6em;
	font-weight: 600;
	padding: 15px 20px;
	box-sizing: border-box;
	line-height: 1.3em;
}


.info_poage_inbox {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.info_poage_inbox .time {
	width: auto;
	padding: 3px 0;
	box-sizing: border-box;
	margin-left: 15px;
}

.info_poage_inbox .cat {
	width: auto;
	text-align: center;
	padding: 3px 10px;
	box-sizing: border-box;
	border-radius: 6px;
}

.info_poage_inbox .cat1 {
	background: #DB5A5B;
	color: #fff;
}

.info_poage_inbox .cat2 {
	background: #EBAF5D;
	color: #fff;
}

.info_poage_inbox .cat3 {
	background: #3681C4;
	color: #fff;
}

.info_poage_box {
	width: 100%;
}

.info_poage_box p {
	margin-bottom: 30px;
}

.info_poage_box strong {
	font-weight: 700;
}

.info_poage_box a {
	color: #cc0000;
	text-decoration: underline;
}

.info_poage_box a:hover {
	color: #cccccc;
	text-decoration: underline;
}

.info_poage_box ul {
	width: 100%;
	margin-bottom: 30px;
}

.info_poage_box ul li {
	width: 100%;
	padding: 0 0 0 25px;
	box-sizing: border-box;
	position: relative;
}

.info_poage_box ul li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: url("../images/icon3.png") center center no-repeat;
	width: 7px;
	height: 10px;
}

.info_poage_box ol {
	width: 100%;
	margin-bottom: 30px;
	box-sizing: border-box;
	padding: 0 0 0 25px;
}

.info_poage_box ol li {
	width: 100%;
	position: relative;
	list-style-position: outside;
	list-style-type: decimal;
}

.info_poage_box h2 {
	width: 100%;
	border: 2px solid #014097;
    background: #014097;
    padding: 8px 20px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 100px;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
	margin-bottom: 20px;
}

.info_poage_box h3 {
	width: 100%;
    border: 2px solid #014097;
    background: #EFF9FF;
    box-sizing: border-box;
    border-radius: 100px;
    color: #014097;
    font-weight: 600;
    font-size: 1.1em;
    box-sizing: border-box;
    padding: 5px 20px;
    margin-bottom: 20px;
}

.info_poage_box .page_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.info_poage_box .page_img p {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.info_poage_box .page_img p:nth-child(4n) {
	width: 23.5%;
	margin-right: 0;
	margin-bottom: 20px;
}

.info_poage_box .page_img p img {
	width: 100%;
}

.ib_text {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 1.4em;
	color: #cc0000;
	background: #eee;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.ib_text2 {
	width: 100%;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
}

.ib_link {
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ib_link .link1 {
	width: 260px;
}

.ib_link .link1 a {
	width: 100%;
	background: #F44344;
	background: linear-gradient(0deg,rgba(244, 67, 68, 1) 0%, rgba(254, 97, 105, 1) 50%, rgba(254, 97, 105, 1) 100%);
	color: #fff;
	text-align: center;
	letter-spacing: 0.02em;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 700;
	padding: 15px 0 15px 15px;
	box-sizing: border-box;
	border-radius: 7px;
	position: relative;
}

.ib_link .link1 a::before {
	content: "";
	background: url("../images/kagi.svg") center center no-repeat;
	background-size: cover;
	width: 18px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.ib_link .link1 a::after {
	content: "";
	background: url("../images/icon2.png") center center no-repeat;
	background-size: cover;
	width: 6px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}


.ib_link .link2 {
	width: 260px;
}

.ib_link .link2 a {
	width: 100%;
	background: #49B918;
	background: linear-gradient(0deg,rgba(73, 185, 24, 1) 0%, rgba(87, 217, 63, 1) 50%, rgba(87, 217, 63, 1) 100%);
	color: #fff;
	text-align: center;
	letter-spacing: 0.02em;
	display: inline-block;
	font-size: 1.4em;
	font-weight: 700;
	padding: 15px 0 15px 15px;
	box-sizing: border-box;
	border-radius: 7px;
	position: relative;
}

.ib_link .link2 a::before {
	content: "";
	background: url("../images/kagi.svg") center center no-repeat;
	background-size: cover;
	width: 18px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.ib_link .link2 a::after {
	content: "";
	background: url("../images/icon2.png") center center no-repeat;
	background-size: cover;
	width: 6px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.ib_box {
	width: 100%;
	margin-bottom: 80px;
}

.ib_text3 {
	width: 100%;
	margin-bottom: 20px;
}

.ib_list {
	width: 100%;
	margin-bottom: 80px;
}

.ib_list li {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.ib_list li::before {
	content: "";
	background: url("../images/icon5.svg") center center no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 4px;
}

.ib_list li span {
	font-weight: 600;
	font-size: 1.2em;
}

.ib_list2 {
	width: 100%;
	margin-bottom: 30px;
}

.ib_list2 li {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

.ib_list2 li::before {
	content: "";
	background: url("../images/icon5.svg") center center no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 4px;
}

.ib_list2 li span {
	font-weight: 600;
	font-size: 1.2em;
}

.ib_text4 {
	width: 100%;
	margin-bottom: 80px;
}

.Mg80Bottom {
	margin-bottom: 80px;
}

.ib_text5 {
	width: 100%;
	margin-bottom: 50px;
}

.ib_text_box {
	width: 100%;
	padding: 0 0 0 1em;
	box-sizing: border-box;
}

.ib_text_indent {
	width: 100%;
	text-indent: -1em;
	margin-right: 1em;
}


/* 全体のスタイル */
.qa-container {
  max-width: 100%;
  margin: 20px auto 80px auto;
  font-family: sans-serif;
}

.qa-item {
  border-bottom: 1px solid #ddd;
}

/* 質問ボタン */
.qa-question {
  width: 100%;
  padding: 20px 20px 20px 60px;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  transition: background 0.3s;
}

.qa-question span {
	position: absolute;
	left: 20px;
	top: 17px;
	color: #fff;
	font-weight: 900;
	font-size: 1.2em;
	background: #cc0000;
	padding: 1px 0;
	width: 26px;
	height: 26px;
	text-align: center;
}

.qa-question:hover {
  background-color: #f9f9f9;
}

/* 矢印アイコンを擬似要素で作成 */
.qa-question::after {
  content: '▼';
	color: #014097;
  position: absolute;
  right: 20px;
  transition: transform 0.3s;
}

/* 開いている時の矢印 */
.qa-question.is-active::after {
  transform: rotate(-180deg);
}

/* 回答エリアの初期状態（隠す） */
.qa-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #fff;
	position: relative;
}

.qa-answer span {
	position: absolute;
	left: 20px;
	top: 17px;
	color: #fff;
	font-weight: 900;
	font-size: 1.2em;
	background: #014097;
	padding: 1px 6px 1px 7px;
	height: 26px;
	text-align: center;
	display: inline-block;
}

.qa-answer p {
  padding: 20px 20px 20px 60px;
	box-sizing: border-box;
  margin: 0;
  color: #555;
  line-height: 1.6;
}


.banking_text {
	width: 100%;
	margin-bottom: 30px;
}

.banking_text2 {
	width: 100%;
	margin-bottom: 30px;
	background: #f8f8f8;
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.4em;
	font-weight: 700;
}

.banking_text2 span {
	color: #cc0000;
}



.temp_listbox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.temp_listbox2 .inbox {
	width: 49%;
	min-height: 280px;
	margin-right: 2%;
	border: 1px solid #014097;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 20px 35px 30px 35px;
	background: #EFF9FF;
	position: relative;
	margin-bottom: 20px;
}

.temp_listbox2 .inbox:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.temp_listbox2 .inbox {
		width: 100%;
		min-height: 280px;
		margin-right: 0;
		border: 1px solid #014097;
		border-radius: 6px;
		box-sizing: border-box;
		padding: 20px 35px 30px 35px;
		background: #EFF9FF;
		position: relative;
		margin-bottom: 20px;
	}

	.temp_listbox2 .inbox:nth-child(2n) {
		margin-right: 0;
	}
}

.temp_listbox2 .inbox h3 {
	width: 100%;
	text-align: center;
	color: #014097;
	font-weight: 600;
	font-size: 1.5em;
	border-bottom: 1px solid #014097;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
}

.temp_listbox2 .inbox .linkbox {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.temp_listbox2 .inbox .linkbox a {
	width: 280px;
	display: inline-block;
	background: #014097;
	color: #fff;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 8px;
	margin-top: 10px;
	text-align: left;
}

.temp_listbox2 .inbox .linkbox a img {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.temp_listbox2 .inbox .linkbox a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url("../images/icon2.png") center center no-repeat;
	width: 8px;
	height: 10px;
}

.phishwall {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.phishwall img {
	width: 100%;
	max-width: 476px;
}

.help_text {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.help_text2 {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.help_box {
	width: 100%;
	border-bottom: 1px solid #C3C3C3;
}

.help_box .inimg {
	width: 100%;
	text-align: center;
}

.help_box .inimg img {
	width: 100%;
	max-width: 351px;
}

.help_box2 .inimg {
	width: 100%;
	text-align: center;
}

.help_box2 .inimg img {
	width: 100%;
	max-width: 351px;
}


.help_box2 {
	width: 100%;
	margin-bottom: 40px;
}

.help_sns {
	width: 100%;
	border: 2px solid #D2D2D2;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.help_sns_title {
	width: 100%;
	text-align: center;
	padding: 15px 30px;
	box-sizing: border-box;
	border-bottom: 2px solid #D2D2D2;
}

.help_sns_title img {
	width: 100%;
	max-width: 576px;
}

.help_sns_title2 {
	width: 100%;
	text-align: center;
	padding: 15px 30px;
	box-sizing: border-box;
	border-bottom: 2px solid #D2D2D2;
}

.help_sns_title2 img {
	width: 100%;
	max-width: 285px;
}

.help_sns_box {
	width: 100%;
	padding: 20px 30px;
	box-sizing: border-box;
}

.help_sns_intext {
	width: 100%;
	margin-bottom: 20px;
}

.help_sns_intext span {
	text-decoration: underline;
	color: #cc0000;
}

.help_sns_list {
	width: 100%;
}

.help_sns_list li {
	width: 100%;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
	border-bottom: 1px dotted #D2D2D2;
	position: relative;
}

.help_sns_list li:last-child {
	border-bottom: none;
}

.help_sns_list li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: #cc0000;
	position: absolute;
	left: 0;
	top: 17px;
}

.access_map {
	width: 100%;
	margin-bottom: 50px;
}

.access_map iframe {
	width: 100%;
	height: 380px;
}

.access_code {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 1.4em;
	margin-bottom: 20px;
}

/* タイトル部分 */
.accordion-header {
	width: 100%;
	position: relative;
	padding: 15px 40px 15px 20px;
	text-align: left;
	box-sizing: border-box;
	background: #F5F5F5;
	border: 1px solid #c3c3c3;
	outline: none;
	cursor: pointer;
	transition: 0.4s;
	font-weight: 500;
	font-size: 1.2em;
	border-radius: 8px;
}

/* アイコンの共通設定（＋マーク） */
.accordion-header::after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	background: url("../images/icon8.png") center center no-repeat;
	width: 20px;
	height: 20px;
}

/* 開いている状態（.active）のアイコン（－マーク） */
.accordion-item.active .accordion-header::after {
	content: '';
	background: url("../images/icon9.png") center center no-repeat;
}

/* 中身（最初は隠しておく） */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: #ffffff;
	margin-bottom: 20px;
}

.access_accordion {
	width: 100%;
	padding: 20px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.access_listbox {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 2px solid #CCCCCC;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 8px;
}

.access_listbox:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width:768px) {
	.access_listbox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		border: 2px solid #CCCCCC;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 8px;
		margin-bottom: 20px;
	}

	.access_listbox:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

.access_listbox h3 {
	width: 100%;
	border-bottom: 2px solid #cccccc;
	color: #014097;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.access_listbox h3 span {
	font-size: 1.4em;
}

.access_inlistbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.access_inlistbox .left_box {
	width: 42%;
	margin-right: 4%;
}

.access_inlistbox .left_box .intext1 {
	width: 100%;
	color: #014097;
	font-weight: 500;
}

.access_inlistbox .left_box .intext2 {
	width: 100%;
	margin-bottom: 10px;
}

.access_inlistbox .left_box .intext3 {
	width: 100%;
	margin-bottom: 30px;
}

.access_inlistbox .left_box .inlink {
	width: 100%;
	margin-bottom: 20px;
}

.access_inlistbox .left_box .inlink a {
	width: auto;
	color: #fff;
	background: #014097;
	display: inline-block;
	padding: 3px 25px;
	border-radius: 100px;
}

.access_inlistbox .left_box .mark {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.access_inlistbox .left_box .mark .mark1 {
	width: 49%;
	margin-right: 2%;
	background: #D0E6F4;
	border-radius: 100px;
	text-align: center;
	font-size: 0.8em;
	padding: 2px 0;
}

.access_inlistbox .left_box .mark .mark2 {
	width: 49%;
	background: #BFEFD3;
	border-radius: 100px;
	text-align: center;
	font-size: 0.8em;
	padding: 2px 0;
}

@media screen and (max-width:768px) {
	.access_inlistbox .left_box .mark .mark1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		background: #D0E6F4;
		border-radius: 100px;
		text-align: center;
		font-size: 0.8em;
		padding: 2px 0;
	}

	.access_inlistbox .left_box .mark .mark2 {
		width: 100%;
		background: #BFEFD3;
		border-radius: 100px;
		text-align: center;
		font-size: 0.8em;
		padding: 2px 0;
	}
}

.access_inlistbox .right_box {
	width: 53%;
}

.access_inlistbox .right_box img {
	width: 100%;
}

.access_time {
	width: 100%;
	text-align: right;
	margin-top: 20px;
}

.access_subtitle {
	width: 100%;
	color: #014097;
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 15px;
}

.access_sub_list {
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #D2D2D2;
}

.access_sub_list li {
	width: 100%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}

.contact_link {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.contact_link .linkbox {
	width: 300px;
}

.contact_link .linkbox a {
	width: 100%;
	display: inline-block;
	background: #014097;
	color: #fff;
	position: relative;
	padding: 10px 20px 10px 55px;
	box-sizing: border-box;
	border-radius: 8px;
}

.contact_link .linkbox a img {
	margin-left: 10px;
}

.contact_link .linkbox a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url("../images/icon2.png") center center no-repeat;
	width: 8px;
	height: 10px;
}

.contact_link .linkbox a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	background: url("../images/mail.png") center center no-repeat;
	width: 26px;
	height: 21px;
}

.loan_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 20px 0;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.loan_box .i {
	width: 5%;
	margin-right: 2%;
	text-align: center;
}

.loan_box .i img {
	width: 100%;
}

.loan_box .title {
	width: 20%;
	margin-right: 4%;
	font-weight: 700;
	font-size: 1.3em;
	color: #cc0000;
	letter-spacing: 0.01em;
}

.loan_box .text {
	width: 69%;
}

@media screen and (max-width:768px) {
	.loan_box .i {
		width: 20%;
		margin-right: 5%;
		text-align: center;
	}

	.loan_box .i img {
		width: 100%;
	}

	.loan_box .title {
		width: 75%;
		margin-right: 0;
		font-weight: 700;
		font-size: 1.3em;
		color: #cc0000;
		letter-spacing: 0.01em;
	}

	.loan_box .text {
		width: 100%;
		margin-top: 15px;
	}
}

.loan_yajirushi {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.loan_yajirushi img {
	width: 40px;
}

.loan_privacy {
	width: 100%;
	height: 360px;
	overflow-y: scroll;
	border: 1px solid #999;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 50px;
	margin-bottom: 20px;
}

.loan_privacy_box {
	width: 100%;
}

.loan_privacy_box h3 {
	width: 100%;
	font-weight: 700;
	font-size: 1.3em;
	margin-bottom: 20px;
}

.loan_privacy_box p {
	width: 100%;
	margin-bottom: 20px;
}

.loan_privacy_box .intitle {
	width: 100%;
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
}

.loan_privacy_box .intitle2 {
	width: 100%;
	font-size: 1.1em;
	font-weight: 700;
}

.loan_privacy_box .intitle3 {
	width: 100%;
	text-align: right;
}

.loan_privacy_box ul {
	width: 100%;
	margin-bottom: 20px;
}

.loan_privacy_box ul li {
	width: 100%;
	text-indent: -1em;
	margin-left: 1em;
}

.loan_privacy_subtext {
	width: 100%;
	color: #cc0000;
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 30px;
}

.linkbox_loan {
	width: 100%;
	max-width: 300px;
	min-height: 10px;
	margin: 0 auto;
	text-align: center;
}

.linkbox_loan a {
	width: 100%;
	display: inline-block;
	background: #014097;
	color: #fff;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 8px;
}

.linkbox_loan a img {
	margin-left: 10px;
}

.linkbox_loan a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url("../images/icon.png") center center no-repeat;
	width: 8px;
	height: 10px;
}

.step_box {
	width: 100%;
	background: #f8f8f8;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.step_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.step_box .title {
	width: auto;
	background: #014097;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 3px 20px;
	border-radius: 6px;
	margin-right: 20px;
}

.step_box .title2 {
	width: auto;
	background: #cc0000;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 3px 20px;
	border-radius: 6px;
	margin-right: 20px;
}

.step_box .subtitle {
	width: auto;
	display: inline-block;
	padding: 3px 0;
	font-weight: 700;
	font-size: 1.2em;
}

.step_box .text {
	width: 100%;
	margin-top: 10px;
}













