@charset "UTF-8";

/* CSS Document */
#pankuzu {
	margin: 20px 0 30px 0;
}

.maincont {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0 10px;
}

/* ご利用の流れ */
ul.flowstep {
	overflow: hidden;
	margin-bottom: 50px;
}

/* ul.flowstep li{
	float: left;
	width: 16.66%;
} */

h4.step {
	background: #F7F7F2;
	font-size: 1.4em;
	margin-bottom: 20px;
	color: #009b74;
	padding: 10px 20px;
	border-bottom: 2px solid #009b74;
	font-weight: bold;
}

h4.step span {
	font-size: 0.8em;
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
	border-right: 1px dotted #009b74;
	padding-right: 10px;
}

h4.step.lst {
	color: #0E7548;
	border-bottom: 2px solid #0E7548;
}

h4.step.lst span {
	border-right: 1px dotted #0E7548;
}

.applist {
	display: block;
	display: block;
	margin-top: 30px;
}

.applist dl {
	margin-top: 10px;
	background: #edf7d9;
	padding-bottom: 4px;
	border-radius: 0 0 10px 10px;
}

.applist dt,
.applist dd {
	display: inline-block;
	vertical-align: middle;
}

.applist dt {
	font-weight: bold;
	background-color: #009b74;
	color: #fff;
	font-size: 2rem;
	line-height: 1.8em;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.applist dd {
	padding-left: 30px;
}


ul.ics {
	overflow: hidden;
}

ul.ics li {
	float: left;
	padding: 0 5px;
}

h5.stepsub {
	color: #89C311;
	font-size: 1.1em;
	margin-bottom: 5px;
}

table.nmtbl {
	width: 100%;
}

table.nmtbl th,
table.nmtbl td {
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	font-weight: normal;

	/*word-break: break-all;*/
}

table.nmtbl.fxs th,
table.nmtbl.fxs td {
	font-size: 70%;
}


table.nmtbl th {
	background: #f3f3f3;
}

table.nmtbl td.sub {
	background: #f9f9f9;
}

table.nmtbl th.dk {
	background: #e9e9e9;
}

table.nmtbl th.c01 {
	background: #E9F2FF;
}

table.nmtbl th.c02 {
	background: #ECF7E8;
}

table.nmtbl th.c03 {
	background: #FBECF0;
}

table.nmtbl th.c04 {
	background: #F6F0E5;
}




/* ご利用の流れ SP */
@media screen and (max-width: 767px) {
	header .step {
		display: none;
	}

	ul.flowstep {
		margin-bottom: 30px;
	}

	h4.step {
		background: #F7F7F2;
		font-size: 1.3em;
		margin-bottom: 10px;
		padding: 5px 10px;
	}

	ul.ics {
		text-align: center;
	}

	ul.ics li {
		float: none;
		display: inline-block;
	}

	ul.ics li img {
		max-width: 80px;
	}

	h5.stepsub {
		font-size: 1.0em;
	}

	table.nmtbl {
		width: 100%;
	}

	table.nmtbl th,
	table.nmtbl td {
		font-size: 0.9em;
	}

	.applist {
		padding-left: 0;
	}

	.applist dl {
		margin-bottom: 10px;
	}

	.applist dt,
	.applist dd {
		display: block;
	}

	.applist dt {
		font-size: 1.6rem;
		line-height: 2em;
		width: 100%;
		text-align: center;
	}

	.applist dd {
		text-align: center;
		padding: 10px 0;
	}

}


/* 利用規約 */
h4.norm {
	font-size: 1.4em;
	margin-bottom: 20px;
	color: #279D6A;
	padding: 10px 0;
	border-bottom: 2px solid #279D6A;
}

h4.norm span {
	font-size: 80%;
}

ul.bl li {
	list-style-type: disc;
	margin-left: 20px;
}

/* 2022ご利用の流れ */
.flowstep {
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
	flex-flow: wrap;
}

.flowstep li {
	width: 16%;
	border: 1px solid #009b74;
	position: relative;
}

.flowstep li a {
	display: block;
	height: 194px;
}

.flowstep li:hover {
	background: #edf7d9;
}

.flowstep li .number {
	background-color: #009b74;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 33px;
}

.flowstep li div {
	width: 50px;
	margin: 15px auto;
}

.flowstep li p {
	text-align: center;
	margin: 20px auto 35px;
	font-weight: bold;
}

.flowstep li .under {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 11px;
	left: 50%;
	width: 13px;
	transform: translateX(-50%);
}

.step_flow {
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
	flex-wrap: wrap;
}

dl.step_flow dt {
	width: 48%;
}

dl.step_flow dd {
	width: 50%;
}

dl.clearfix dt,
dl.clearfix dd {
	width: 100%;
}

dl.clearfix dd {
	margin: 14px auto;
	text-align: center;
}

.clearfix a.appbtn {
	display: inline-block;
	border: 1px solid #009b74;
	border-radius: 2px;
	color: #009b74;
	font-weight: bold;
	padding: 10px 0;
	transition: all .3s;
	background: #fff;
}

.clearfix a.appbtn:hover {
	background: #009b74;
	color: #fff;
}

.box02 {
	flex-flow: row-reverse;
}

@media screen and (max-width: 767px) {
	dl.step_flow dt {
		width: 95%;
		margin: auto;
	}

	dl.step_flow dd {
		width: 95%;
		margin: 20px auto 0;
	}

	.applist {
		width: 100%;
	}

	.flowstep li {
		width: 100%;
	}

	.flowstep li .number {
		display: inline-block;
	}

	.flowstep li div {
		display: none;
	}

	.flowstep li a {
		display: flex;
		padding: 3.125vw 3.125vw 3.125vw 9.375vw;
		height: auto;
	}

	.flowstep li p {
		margin: auto;
	}

	.flowstep li .under {
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		bottom: 0;
	}

	.box02 {
		flex-flow: wrap;
	}
}

/* 240703 */

@media screen and (min-width: 768px) {
	.flowstep.clm5 {
		max-width: 860px;
	}

	.flowstep.clm5 li {
		width: 19%;
		border: 1px solid #009b74;
		position: relative;
	}

}

.form_link .appbtn {
	font-size: 18px;
	max-width: 330px;
	width: 100%;
	padding: 17px 0;
	margin: 40px;
}

/* 240819 */
.before_con {
	border: #009b74 solid 2px;
	padding: 30px auto;
	margin: 30px auto;
	text-align: center;
	max-width: 65%;
}

.before_con p {
	margin: 40px auto;
}

.before_con span {
	font-size: 25px;
}

.before_con span:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 100%;
	top: 50%;
	height: 1px;
	background-color: #CCCCCC;
	z-index: -1;
	left: 0;
}

@media screen and (max-width: 767px) {
	.before_con {
		border: #009b74 solid 2px;
		margin: 30px auto;
		text-align: center;
		max-width: 95%;
	}

	.before_con p {
		margin: 30px 5px;
	}

	.before_con span {
		font-size: 20px;
	}

	.before_con span:before {
		content: '';
		position: absolute;
		display: inline-block;
		width: 100%;
		top: 50%;
		height: 1px;
		background-color: #CCCCCC;
		z-index: -1;
		left: 0;
	}

	.form_link .appbtn {
		font-size: 14px;
		max-width: 255px;
		width: 100%;
		padding: 17px 0;
		margin: 40px;
	}
}