@charset "UTF-8";
/* =========================================================
	����
========================================================= */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #282828;
  font-family: "Hiragino Kaku Gothic Pro", "�q���M�m�p�S Pro W3", "���C���I", Meiryo, "���S�V�b�N��", YuGothic, "���S�V�b�N", "Yu Gothic", "�l�r �o�S�V�b�N", sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: left;
}
h1, p, button {
  font-family: "Hiragino Kaku Gothic Pro", "�q���M�m�p�S Pro W3", "���C���I", Meiryo, "���S�V�b�N��", YuGothic, "���S�V�b�N", "Yu Gothic", "�l�r �o�S�V�b�N", sans-serif;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: .7;
  transition: .2s;
}
strong {
  font-weight: bold;
}
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.wp_in {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
	.wp_in {
		width: 90%;
	}
}
@media only screen and (max-width: 768px) {
	.wp_in {
		width: 100%;
	}
}
/* =========================================================
	header
========================================================= */
header {
	background-color: #fff;
}
.hd {
	border-bottom: 5px solid #E60000;
}
.hd_in {
	max-width: 1200px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: auto;
	padding: 30px 20px 25px;
	box-sizing: content-box;
	margin: 0 auto;
}
.hd_logo {
	width: 153px;
	height: 37px;
	text-indent: -9999px;
	white-space: normal;
	overflow: hidden;
	background-image: url("/imgs/lp/lp_bizstatement/logo_mufg.svg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 153px auto;
}
.hd_in a {
	display: block;
}
.hd_ufj {
	width: 133px;
	height: 20px;
	text-indent: -9999px;
	white-space: normal;
	overflow: hidden;
	background-image: url("/imgs/lp/lp_bizstatement/logo_bank.svg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 133px auto;
}
.hd_in.biz {
	padding-top: 13px;
	padding-bottom: 15px;
}
.hd_biz {
	width: 110px;
	height: 22px;
	text-indent: -9999px;
	white-space: normal;
	overflow: hidden;
	background-image: url("/imgs/lp/lp_bizstatement/logo_biz.svg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 110px auto;
}
@media only screen and (max-width: 768px) {
	.hd {
		border-bottom: 4px solid #E60000;
	}
	.hd_in {
		padding: 20px 15px;
	}
	.hd_logo {
		max-width: 95px;
		width: 47.02%;
		height: 25px;
		background-size: 94px auto;
	}
	.hd_ufj {
		width: 85px;
		height: 15px;
		background-size: 100% auto;
	}
	.hd_in.biz {
		padding: 20px 15px;
	}
	.hd_biz {
		width: 66px;
		height: 13px;
		background-size: 100% auto;
	}
}
/* =========================================================
	kv_area
========================================================= */
.kv_area_bg {
	width: 100%;
	background-image: url("/imgs/lp/lp_bizstatement/main_pc_bg.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
}
.kv_area_bg_in {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
}
.main_pc_ttl {
	width: 46.12%;
}
.main_pc_ph {
	width: 53.88%;
}
.kv_btm {
	width: 63.5%;
	margin-left: 23.8%;
}
.kv_btm_ld {
	font-size: 22px;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	color: #E60000;
}
.kv_btm_biz {
	width: 100%;
	text-align: center;
	font-size: 22px;
	margin-top: .9em;
	font-weight: bold;
	line-height: 3.63;
}
.kv_btm_biz a {
	display: block;
	color: #fff;
	background-color: #E60000;
	border-radius: 2em;
}

@media only screen and (max-width: 1366px) {
	.kv_area_bg {
		background-size: cover;
	}
	.kv_btm p {
		font-size: 1.6vw;
	}
	.kv_btm p.kv_btm_biz {
	}
}
@media only screen and (min-width: 1921px) {
	.kv_area_bg {
		background-size: cover;
	}
}
@media only screen and (max-width: 768px) {
	.kv_area_bg {
		background: none;
	}
	.main_pc_ph {
		display: none;
	}
	.main_pc_ttl {
		width: 100%;
	}
	.kv_btm {
		background-color: #FEF1F2;
		padding: 6.4vw 8% 8.2vw;
		text-align: center;
		width: 100%;
		margin: 0;
	}
	.kv_btm p {
		font-size: 5.3vw;
		color: #E60000;
		font-weight: bold;
	}
	.kv_btm p.kv_btm_biz {
		color: #fff;
		background-color: #E60000;
		border-radius: 2em;
		line-height: 3.25;
		margin-top: 4.6vw;
	}	
}
/* =========================================================
	sec title..
========================================================= */
.sec {
	padding: 60px 0 60px;
}
.sec h2 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 55px;
}
.sec h2 span {
	padding: 0 5px 20px;
	border-bottom: 5px solid #E60000;
}
.sec h2 span span {
	padding: 0;
	border: none;
	font-size: 50px;
}
.sec_ld {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.sec_m {
	text-align: center;
	font-size: 16px;
	margin-top: 1em;
}
.sec_m a {
	text-decoration: underline;
	color: #0066CC;
}
@media only screen and (max-width: 768px) {
	.sec {
		padding: 16vw 0 16vw;
	}
	.sec h2 {
		font-size: 7.46vw;
		margin-bottom: 1.5em;
	}
	.sec h2 span {
		padding: 0 .2em .7em;
		border-bottom: 4px solid #E60000;
	}
	.sec h2 span span {
		font-size: 10.6vw;
	}
	.sec_ld {
		font-size: 5.3vw;
	}
	.sec_m {
		font-size: 4.26vw;
	}
}
/* =========================================================
	sec02
========================================================= */
.sec02 {
	background-color: #ECECEC;
}
.features {
	width: 100%;
	display: flex;
	align-content: flex-start;
	align-items: stretch;
	justify-content: space-between;
	margin-top: 60px;
}
.features li {
	width: 30.8%;
	background-color: #fff;
	padding: 30px 0 35px;
	border-radius: 10px;
}
.features h3 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	color: #E60000;
}
.features h3 span {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto 25px;
	text-indent: -9999px;
	white-space: normal;
	overflow: hidden;
	background-image: url("/imgs/lp/lp_bizstatement/fn_01.gif");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 40px auto;
}
.features_img {
	width: 62%;
	margin: 35px auto 0;
}
p.features_txt {
	text-align: center;
	font-size: 18px;
	margin-top: 1.5em;
}
.features .f2 h3 span {
	background-image: url("/imgs/lp/lp_bizstatement/fn_02.gif");
}
.features .f2 .features_img {
	width: 81%;
	margin: 70px auto 0;
}
.features .f2 p.features_txt {
	margin-top: 3.0em;
}
.features .f3 h3 span {
	background-image: url("/imgs/lp/lp_bizstatement/fn_03.gif");
}
.features .f3 .features_img {
	width: 57%;
	margin: 35px auto 0;
}
.features .f3 p.features_txt {
	margin-top: 1.5em;
}
@media only screen and (max-width: 768px) {
	.sec h2.l2 {
		line-height: 1.33;
		padding: 0 0 .7em;
		position: relative;
	}
	.sec h2.l2::after {
		content: '';
		width: 40%;
		height: 4px;
		background-color: #E60000;
		position: absolute;
		bottom: 0;
		left: 30%;
	}
	.sec h2.l2 span {
		border: none;
		padding: 0;
	}
	.features {
		margin-top: 0;
		justify-content: center;
		flex-wrap: wrap
	}
	.features li {
		margin-top: 8vw;
		width: 84%;
		padding: 7.3vw 0 8vw;
	}
	.features li:first-child {
		margin-top: 0;
	}
	.features h3 {
		font-size: 8vw;
	}
	.features h3 span {
		width: 1.3em;
		height: 1.3em;
		margin: 0 auto .6em;
		background-size: contain;
	}
	.features_img {
		width: 65%;
		margin: 4.6vw auto 0;
	}
	p.features_txt {
		font-size: 4.8vw;
	}
	.features .f2 .features_img {
		width: 86%;
		margin: 10vw auto 0;
	}
	.features .f2 p.features_txt {
		margin-top: 1.5em;
	}
	.features .f3 .features_img {
		width: 60%;
		margin: 5.6vw auto 0;
	}
	.features .f3 p.features_txt {
		margin-top: 1.5em;
	}
}
/* =========================================================
	sec03
========================================================= */
.sec.sec03 h2 {
	margin-bottom: 25px;
}
.biz_nt_area {
	border: 2px solid #838383;
	width: 100%;
	box-sizing: border-box;
	margin: 85px auto 0;
	padding: 30px 9% 40px;
	height: 312px;
	overflow: hidden;
	position: relative;
	transition: .4s;
}
.biz_nt_area::after {
	content: '';
	width: 100%;
	height: 90%;
	background: linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,1) 90%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.biz_nt_area.op::after {
	display: none;
}
.biz_nt_area h3 {
	font-size: 22px;
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: center;
	justify-content: flex-start;
	color: #D80C18;
	line-height: 1.6;
	text-align: center;
	margin: 2em 0 .5em;
  font-weight: bold;
}
.biz_nt_area h3:first-child {
	margin-top: 0;
}
.biz_nt_area h3 .tl {
	width: 8em;
	border: 1px solid #D80C18;
}
.biz_nt_area h3 .inv {
	font-size: 20px;
	margin-left: 1em;
}
.biz_nt_area ul {
	font-size: 25px;
	line-height: 2;
	font-weight: bold;
}
.biz_nt_area li {
	position: relative;
	padding-left: 1.6em;
}
.biz_nt_area li::before {
	content: '';
	width: .6em;
	height: 5px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: .9em;
}
.biz_nt_area li.inv::before {
	width: .6em;
	height: .6em;
	background-color: #E60000;
	top: .7em;
}
.more_btn {
	text-align: center;
	font-size: 18px;
	color: #838383;
	width: 240px;
	line-height: 60px;
	border-radius: 2em;
	border: 2px solid #838383;
	margin: -30px auto 0;
	z-index: 1;
	position: relative;
	background-color: #fff;
	font-weight: bold;
}
.more_btn span {
	padding-right: 1.4em;
	position: relative;
	transition: .3s;
}
.more_btn span::after {
	content: '';
	width: 1.2em;
	height: 1.2em;
	background-image: url("/imgs/lp/lp_bizstatement/arrow-down-circle.svg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
}
.more_btn.op span::after {
	transform: scale(1,-1);
}
.more_btn:hover {
	cursor: pointer;
}
.more_btn:hover span {
	opacity: .7;
}
.sec.sec03 .sec_m {
	margin-top: 40px;
}
@media only screen and (max-width: 768px) {
	.sec.sec03 h2 {
		margin-bottom: 0;
	}	
	.sec h2.l2::after {
		width: 64%;
		left: 18%;
	}
	.biz_nt_area {
		width: 84%;
		margin: 8vw auto 0;
		padding: 7vw 5% 8vw;
		height: 85vw;
	}
	.biz_nt_area h3 {
		font-size: 4.2vw;
	}
	.biz_nt_area h3 .inv {
		font-size: 4.2vw;
		margin-left: .5em;
	}
	.biz_nt_area h3 .tl {
		width: auto;
		padding: 0 1em;
	}
	.biz_nt_area ul {
		font-size: 4.8vw;
		line-height: 1.55;
	}
	.biz_nt_area ul li {
		margin-bottom: .5em;
	}
	.more_btn {
		font-size: 4.8vw;
		width: 53%;
		line-height: 2.77;
		margin: -1.5em auto 0;
	}
	.sec.sec03 .sec_m {
		margin-top: 8vw;
	}
}
/* =========================================================
	sec04
========================================================= */
.sec04 {
	background-color: #ECECEC;
}
.sec.sec04 h2 {
	margin-bottom: 25px;
}
.steps {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	margin-top: 60px;
}
.steps li {
	width: 21.5%;
	max-width: 230px;
}
.steps li.stepy {
	width: 1.9%;
	max-width: 20px;
}
.steps + .sec_m {
	margin-top: 60px;
}
.biz_ld {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 60px;
	color: #E60000;
}
.biz_btn {
	width: 400px;
	margin: 20px auto 0;
	font-size: 20px;
	text-align: center;
	line-height: 3.63;
	font-weight: bold;
}
.biz_btn a {
	display: block;
	color: #fff;
	background-color: #E60000;
	border-radius: 2em;
}
.biz_btn + .sec_m {
	margin-top: 30px;
}
@media only screen and (max-width: 768px) {
	.sec.sec04 h2 {
		margin-bottom: 0;
	}
	.sec.sec04 h2.l2::after {
		width: 40%;
		left: 30%;
	}
	.steps {
		width: 61.3%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		margin: 8vw auto 0;
	}
	.steps li {
		width: 100%;
		max-width: none;
		margin-bottom: 5.3vw;
	}
	.steps li:last-child {
		margin-bottom: 0;
	}
	.steps li.stepy {
		width: 8%;
		max-width: none;
	}	
	.steps + .sec_m {
		margin-top: 16vw;
		padding: 0 8%;
	}
	.biz_ld {
		font-size: 5.3vw;
		color: #E60000;
		font-weight: bold;
	}
	.biz_btn {
		color: #fff;
		background-color: #E60000;
		border-radius: 2em;
		line-height: 3.25;
		margin-top: 4.6vw;
		width: 84%;
	}	
	.biz_btn + .sec_m {
		margin-top: 8vw;
	}	
}
/* =========================================================
	sec05
========================================================= */
.qa_list {
	width: 100%;
}
.qa_list dt,
.qa_list dd {
	width: 100%;
	display: table;
	text-align: left;
	padding: 7px 0;
	padding-left: 2.8%;
}
.qa_list dt {
	font-size: 20px;
	font-weight: bold;
	background-color: #FEF2F2;
	margin-top: 25px;
}
.qa_list span {
	text-align: left;
	font-size: 27px;
	width: 1.8em;
	font-weight: bold;
	color: #E60000;
	display: table-cell;
	vertical-align: top;
}
.qa_list p {
	display: table-cell;
	vertical-align: middle;
}
.qa_list dd {
	font-size: 18px;
}
.qa_area {
	height: 0;
	overflow: hidden;
	transition: .7s;
}
.sec05 .more_btn {
	margin-top: 25px;
}
.tel {
	width: 307px;
	margin: 80px auto 0;
}
.tel + p {
	font-size: 14px;
	text-align: center;
	margin-top: .7em;
}
.biz_btns {
	width: 600px;
	margin: 25px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
}
.biz_btns li {
	width: 47.3%;
	text-align: left;
	font-size: 14px;
	line-height: 2.86;
}
.biz_btns li a {
	display: block;
	color: #5A5A5A;
	padding-left: 20px;
	border: 1px solid #838383;
	background-image: url("/imgs/lp/lp_bizstatement/nw.png");
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size: 20px auto;
	transition: .5s;
}
.biz_btns li a:hover {
	border-color: #E60000;
	color: #E60000;
}
@media only screen and (max-width: 768px) {
	.sec.sec05 h2 {
		margin-bottom: 0.9em;
	}
	.qa_list {
		width: 92%;
		margin: 15vw auto 0;
	}
	.qa_list dt {
		font-size: 4.8vw;
		margin-top: 0;
	}
	.qa_list dt,
	.qa_list dd {
		padding: 4.6vw 3%
	}
	.qa_list dd {
		font-size: 4.8vw;
	}	
	.qa_list span {
		font-size: 5.3vw;
		width: 1.4em;
	}
	.qa_area .qa_list {
		margin-top: 0;
	}
	.tel {
		width: 68%;
		margin: 26vw auto 0;
	}	
	.tel + p {
		font-size: 3.7vw;
		margin-top: .7em;
		line-height: 1.5;
	}
	.biz_btns {
		width: 66%;
		margin: 8vw auto 0;
	}
	.biz_btns li {
		width: 100%;
		font-size: 3.7vw;
	}
	.biz_btns li:first-child {
		margin-bottom: 4.6vw;
	}
	.biz_btns li a {
		padding-left: 1em;
		background-size: auto 1.4em;
	}	
}

/* =========================================================
	sec06
========================================================= */
.sec06 {
	background-color: #ECECEC;
}
.sec06 .biz_ld {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.sec06 .biz_ld {
		font-size: 4.3vw;
	}
}
/* =========================================================
	footer
========================================================= */
footer {
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	border-top: 5px solid #E60000;
}
@media only screen and (max-width: 768px) {
	footer {
		padding: 7vw 0;
		font-size: 3.7vw;
		border-top: 4px solid #E60000;
	}
}