@charset "utf-8";
.top_login {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.top_login > div.login {
	width: auto;
	min-width: 535px;
	display: block;
	line-height: 1.5;
}
.top_login > div.login > div {
	width: auto;
}
.top_login > div.login > div:first-child {
	margin-bottom: 15px;
}
.top_login > div.login > div > a {
	height: 80px;
}
@media screen and (max-width: 834px) {
	.top_login {
		display: block;
	}
	.top_login > div.login:not(:last-child) {
		margin-bottom: 30px;
	}
	.top_login > div.login {
		min-width: 0;
	}
	.top_login > div.login > div > a {
		height: 70px;
	}
}
/* ------------------------------------------------------------------ */
.helpdesk {
	display: flex;
	border: 3px solid #075DA8;
	border-radius: 20px;
	overflow: hidden;
}
.helpdesk > div:nth-child(1) {
	background: #075DA8;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	letter-spacing: 0.03em;
	margin: 0 auto 0 0;
	padding: 0 18px;
	font-size: 2.8rem;
	font-weight: bold;
}
.helpdesk > .tel {
	padding: 20px;
	line-height: 1.5;
	margin: auto 0 auto auto;
	text-align: center;
}
.helpdesk > .tel > .num {
	font-size: 5rem;
	font-weight: bold;
	line-height: 1;
	margin: 0.2em 0;
}
.helpdesk > .tel > .num > img {
	height: 0.8em;
	vertical-align: baseline;
}
.helpdesk > .tel > .time {
	font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
	.helpdesk {
		display: block;
	}
	.helpdesk > div:nth-child(1) {
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 7px 0;
	}
	.helpdesk > .tel {
		padding: 15px;
		text-align: left;
	}
	.helpdesk > .tel > .num {
		font-size: 3.2rem;
		text-align: center;
	}
}
/* ------------------------------------------------------------------ */
h4 {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}
h4 > p {
	font-weight: bold;
	background: #d21016;
	color: #FFF;
	border-radius: 30px;
	padding: 0.25em 1em;
	min-width: 470px;
	text-align: center;
	line-height: 1.5;
}
h5 {
	background: #EEE;
	padding: 0.5em 1.5em;
	border-radius: 30px;
	font-size: 2rem;
	display: inline-block;
	margin: 0 0 0.5em 0;
}
.box1 {
	padding: 30px;
	background: #F4F4F4;
	border-radius: 20px;
}
.phishname {
	font-size: 2rem;
	font-weight: bold;
}
.bankbanner {
	text-align: center;
	margin: 0.5em 0;
}
.bankbanner img {
	width: 200px;
}
@media screen and (max-width: 834px) {
	h4 > p {
		min-width: 0;
	}
	.box1 {
		padding: 15px;
		border-radius: 10px;
	}
}
/* ------------------------------------------------------------------ */
.login {
	display: flex;
	justify-content: space-between;
}
.login > div:first-child {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
}
.login > div {
	width: 50%;
}
.login > div:last-child > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 5px;
	text-align: center;
	color: #FFF;
	background: url("../img/outside_link.svg") no-repeat right 25px top 50% / 1em, #24b408;
	border-radius: 12px;
	font-size: 2.4rem;
	font-weight: bold;
	text-decoration: none;
}
.login.hojin > div:last-child > a {
	background-color: #0078ff;
}
@media screen and (max-width: 834px) {
	.login {
		display: block;
	}
	.login > div {
		width: auto;
	}
	.login > div:first-child {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 0.5em;
	}
	.login > div:last-child > a {
		font-size: 2rem;
		min-height: 70px;
	}
}
/* ------------------------------------------------------------------ */
ol.fuseilist {
	counter-reset: number 0;
	list-style: none;
	margin: 1.75em 0 0 0;
	padding: 0;
}
ol.fuseilist > li {
	font-size: 2.2rem;
	font-weight: bold;
	position: relative;
	padding-left: 1.6em;
	margin-bottom: 0.75em;
}
ol.fuseilist > li:before {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	font-size: 2rem;
	line-height: 0.9;
	letter-spacing: 0;
	font-family: 'Work Sans', Arial, sans-serif;
	color: #FFF;
	width: 1.4em;
	height: 1.4em;
	border-radius: 50%;
	background: #075DA8;
	left: 0;
	top: 0.3em;
	counter-increment: number 1;
	content: counter(number);
}
ol.fuseilist > li > p {
	font-size: 1.8rem;
	font-weight: 500;
}
@media screen and (max-width: 834px) {
	ol.fuseilist > li {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	ol.fuseilist > li > p {
		font-size: 1.5rem;
		line-height: 1.8;
	}
	ol.fuseilist > li:before {
		font-size: 1.8rem;
		top: 0;
	}
}
/* ------------------------------------------------------------------ */
.toiawase {
	width: 470px;
	margin: 0 auto;
}
.toiawase > div:first-child {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: bold;
}
.toiawase > div:nth-child(2) {
	margin: 0.75em 0;
}
.toiawase > ul {
	font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
	.toiawase {
		width: auto;
	}
	.toiawase > div:first-child {
		font-size: 1.8rem;
	}
}
/* ------------------------------------------------------------------ */
.oshirase {
	display: flex;
	border: 3px solid #075DA8;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.oshirase > div:nth-child(1) {
	background: #075DA8;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	letter-spacing: 0.03em;
	margin: 0 0 0 0;
	padding: 0 18px 0 0;
	font-size: 2.8rem;
	font-weight: bold;
}
.oshirase > .oshiraselink {
	font-size: 2.8rem;
	font-weight: bold;
	padding: 10px;
	line-height: 1.5;
	margin: auto auto auto auto;
	text-align: left;
}
@media screen and (max-width: 834px) {
	.oshirase {
		display: block;
	}
	.oshirase > div:nth-child(1) {
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 7px 0;
	}
	.oshirase > .oshiraselink {
		font-size: 1.8rem;
		padding: 15px;
		text-align: center;
	}
}
/* ------------------------------------------------------------------ */
.koza {
	clear: both;
	overflow: hidden;
}
.koza > li {
	float: left;
}
.koza > li:not(:last-child) {
	margin-right: 2em;
}
.img1 > img {
	width: 780px;
	max-width: none;
}
@media screen and (max-width: 834px) {}