@charset "utf-8";
/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 銀行口座開設 ｜ WEBからの口座開設手続き */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.smtb_wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.smtb_wrapper .main-titile {
	width: 100%;
	max-width: 900px;
	text-align: left;
}

.smtb_wrapper .main-titile h2 {
	text-align: left;
	font-weight: 500;
	margin-bottom: 50px;
	font-size: 2.4rem;
}

.smtb_wrapper .main-titile h2 img {
	width: 50px;
	vertical-align: middle;
}

.smtb_wrapper .main-titile h3 {
	position: relative;
	text-align: left;
	font-weight: 500;
	margin-bottom: 30px;
	padding-top: 30px;
	font-size: 2rem;
}

.smtb_wrapper .main-titile h3 span.bdr {
	display: block;
	width: 120px;
	height: 8px;
	border-radius: 0 5px 5px 0;
	background: #d13f1d;
	position: absolute;
	top: 0;
}

.smtb_wrapper .main-titile p {
	text-align: left;
	margin: 0;
	font-size: 1.6rem;
}

.smtb_wrapper .main-titile__flex {
	display: flex;
	align-items: center;
}

.smtb_wrapper .main-titile__flex img {
	width: auto;
	height: auto;
}

.smtb_wrapper .main-titile__txtarea {
	width: 66%;
	text-align: left;
}

.smtb_wrapper .main-titile__txtarea p {
	margin: 20px 0;
}

.smtb_wrapper .main-titile__txtarea a {
	color: #06549E;
}

.smtb_wrapper .smtb_flex {
	display: flex;
	align-items: flex-end;
	margin: 50px auto;
}

.smtb_wrapper .smtb_flex img {
	width: auto;
	height: auto;
}

.smtb_wrapper .smtb_flex_txt {
	width: 50%;
	padding-left: 20px;
}

.smtb_wrapper .smtb_flex_txt p {
	font-size: 1.4rem;
}

.smtb_block {
	width: 100%;
	margin: 50px auto;
}

.smtb_block .smtb_block_wrapper {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.smtb_block h3 {
	background: #f6e6dc;
	color: #d13f1d;
	font-size: 2.4rem;
	text-align: left;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: 500;
}

.smtb_block img {
	width: 100%;
	margin: 10px auto;
}

.smtb_block ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 10px;
}

.smtb_block ul li span {
	color: #d13f1d;
}

.smtb_block p.cl_red {
	font-size: 1.8rem;
	color: #d13f1d;
}

.smtb_block .bdr_box {
	position: relative;
	border: 1px solid #b4b4b4;
	border-radius: 20px;
	padding: 20px 40px;
	width: 100%;
	text-align: left;
	margin: 50px auto 70px;
}

.smtb_block .bdr_box h4 {
	border-bottom: 1px solid #323232;
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.smtb_block .bdr_box ul {
	list-style: none;
	padding-left: 0;
}

.smtb_block .bdr_box ul li span {
	color: #b4b4b4;
}

.smtb_block .bdr_box p {
	color: #323232;
	font-size: 1.rem;
	font-weight: 500;
}


.smtb_block .link_box img {
	max-width: 100%;
	width: auto;
}



@media (max-width:1023px) {
	.smtb_wrapper {
		width: 96%;
		margin: 0 auto;
	}
}

@media (max-width:768px) {
	.smtb_block .bdr_box {
		padding: 20px 20px 40px;
		margin: 30px auto 50px;
	}

}

@media (max-width:480px) {
	.smtb_wrapper .main-titile__flex {
		flex-wrap: wrap;
	}

	.smtb_wrapper .main-titile__txtarea {
		width: 100%;
	}

	.credit_wrapper .main-titile__flex img {
		margin: 20px auto;
	}

	.smtb_wrapper .smtb_flex {
		flex-wrap: wrap;
	}

	.smtb_wrapper .smtb_flex img {
		margin: 20px auto;
	}

	.smtb_wrapper .smtb_flex_txt {
		width: 100%;
		padding-left: 0;
	}

	.smtb_block h3 {
		font-size: 1.8rem;
	}

	.smtb_block img {
		width: 100%;
	}

	.smtb_block .bdr_box {
		border-radius: 20px;
		padding: 20px 20px;
		margin: 30px auto 50px;
	}

}
