@charset "utf-8";

body {
	line-height: 1.625;
}

/************************************************
header
************************************************/
#headerArea {
	line-height: 1.4;
}
#headerArea .inner {
	padding: 0;
	width: auto;
	margin: 0;
}
#headerArea a:hover img {
	opacity: 1;
	transition: none;
}
#headerArea .headerTop > div.inner {
	padding: 0 80px;
}
#headerArea a, #headerArea .headerBtm .hCloseBtn > .inner, #headerArea .headerMid .navRight > .item.search, .searchFormBoxWrap .headerSearchBtn01 {
	opacity: 1 !important;
}

/************************************************
footer
************************************************/
#footerArea {
	line-height: 1.4;
}
#footerArea .inner {
	padding: 0;
	width: auto;
	margin: 0;
}
#footerArea a:hover img {
	opacity: 1;
	transition: none;
}
#footerArea p#copyright {
	font-size: 1.3rem;
}

/************************************************
Parts
************************************************/
.isPc {
	display: block;
}

.isSp {
	display: none;
}

a:hover img {
	opacity: 1;
	transition: opacity .2s;
}

a:hover img {
	opacity: .8;
}

.h2style {
	padding: 21px 0;
	font-size: 2.8rem;
}
.h2style::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -moz-linear-gradient(to right, rgb(221,102,103) 0%, rgb(133,24,25) 50%, rgb(229,139,140) 100%);
	background: -webkit-linear-gradient(to right, rgb(221,102,103) 0%, rgb(133,24,25) 50%, rgb(229,139,140) 100%);
	background: linear-gradient(to right, rgb(221,102,103) 0%, rgb(133,24,25) 50%, rgb(229,139,140) 100%);
}

.h2style2 {
	margin-bottom: 30px;
	padding-left: 0;
	text-align: center;
	font-size: 3.2rem;
}
.h2style2::before {
	content: none;
}

.dec04 {
	top: -57px;
	left: 0;
	font-size: 1.6rem;
	transform: translateX(0);
}

.btn01 {
	padding: 15px 37px;
	border-radius: 6px;
	font-size: 2.8rem;
	opacity: 1;
	transition: opacity .2s;
}
.btn01::before {
	right: 36px;
	width: 29px;
	height: 29px;
}
.btn01::after {
	right: 43px;
	border-style: solid;
	border-width: 7px 0 7px 11px;
}
.btn01:hover {
	opacity: .8;
}

a.btnType01 {
	font-size: 1.6rem;
}

.bg {
	background: -moz-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 70% no-repeat;
	background: -webkit-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 70% no-repeat;
	background: linear-gradient(to bottom, #fff 0%, #e4e4e4 100%) left 100%/100% 70% no-repeat;
}

.b3 {
	background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
}

.parts01.row {
	display: table;
	width: 100%;
}

.parts01.row > dt,
.parts01.row > dd {
	display: table-cell;
	vertical-align: middle;
}

.tableN {
	border: 4px solid #D9D9D9;
}

.tableN > tbody > tr > th {
	padding: 26px 23px;
	border: none;
	border-bottom: 1px solid #898989;
	background-color: #F4F4F4;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.3125;
	vertical-align: middle;
}

.tableN > tbody > tr > td {
	padding: 26px 23px;
	border: none;
	border-bottom: 1px solid #898989;
	font-size: 1.6rem;
	line-height: 1.3125;
}


.box06 {
	padding: 50px 70px;
	border-radius: 0;
	border: 4px solid #D9D9D9;
}

p.linkType01{text-decoration:none}
.cTxtLink05 {
	text-decoration: none;
}

.cTxtLink05.tRed > .txt {
	background:linear-gradient(#910011,#910011) 100% 100%/100% 1px no-repeat;background-position-x:left
}
.cTxtLink05.tRed2 > .txt {
	background:linear-gradient(#E50408,#E50408) 100% 100%/100% 1px no-repeat;background-position-x:left
}

.innerType01 th {
	padding-right: 26px;
	vertical-align: top;
}

.innerType01 td {
	vertical-align: top;
}

.innerType01 tr + tr > th,
.innerType01 tr + tr > td {
	padding-top: 15px;
}

.innerType02 {
	width: 100%;
}

.innerType02 .sp {
	display: none;
}

.box07 {
	display: flex;
	width: 100%;
	padding: 23px 0;
}
.box07 > * {
	position: relative;
	width: 50%;
	padding: 0 32px 0 97px;
}
.box07 > *:first-child {
	border-right: 1px solid #ddd;
}
.box07 h4 {
	margin-bottom: 12px;
	font-size: 1.4286rem/*20px*/;
}
.box07 .logo {
	position: absolute;
	top: 3px;
	left: 32px;
}

/*---------------
text-align
------------------*/
.tacPc{text-align:center!important}
.talPc{text-align:left!important}
.taPcr{text-align:right!important}

/*---------------
border
------------------*/
.bdtPc{border-top: none!important;}
.bdbPc{border-bottom: none!important;}
.bdlPc{border-left: none!important;}
.bdrPc{border-radius: none!important;}

/************************************************
layout
************************************************/
.mvBlockInner {
	width: 1280px;
	margin: 0 auto;
}

.mvBlockInner .btnBlock {
	position: absolute;
	top: 324px;
	right: 82px;
	width: 462px;
}

.sectionInner {
	width: 1280px;
	margin: 0 auto;
}

.inner {
	width: 1030px;
	margin: 0 auto;
}

.inner.i2 {
	width: 990px;
}

.section01 {
	margin-top: 50px;
}

.sectionInner .inner {
	padding-top: 74px;
	padding-bottom: 58px;
}

.sectionInner01-01 .inner {
	padding-top: 0;
	padding-bottom: 25px;
}

.section01 .btn01 {
	width: 720px;
}

.sectionInner02-01 {
	background: url(/landing/card/list/busi/mufgcard/img/img_017.png) center 0 no-repeat;
	background-size: cover;
}

.box {
	padding: 29px 40px;
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 30%, rgba(228,228,228,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 30%,rgba(228,228,228,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 30%,rgba(228,228,228,1) 100%);
}

.box h3 {
	margin-bottom: 10px;
	font-size: 2.8rem;
	line-height: 1.29;
}

.parts01.p01 dt{
	width: 260px;
}

.box {
	text-align: left;
}

.box + .box {
	margin-top: 30px;
}

.box .block03 {
	position: relative;
}

.box .block03 > h3,
.box .block03 > p {
	width: 345px;
}

.box .block03 + .block03 {
	margin-top: 50px;
}

.box .block03 .img {
	position: absolute;
	top: 37px;
	right: 0;
}

.block03Wrap {
	display: flex;
	justify-content: space-between;
}

.block03Wrap.r {
	flex-direction: row-reverse;
}
.block03Wrap.r .block03 {
	width: 420px;
}
.block03Wrap.r .block03 > * {
	width: auto;
}

.text07 {
	font-size: 1.6rem;
}

#a04 h3 {
	margin-top: 128px;
}

.block05 {
	margin-top: 20px;
}

.block14 {
	display: flex;
}

.block14 .l {
	width: 329px;
}

.block14 .l img {
	margin-top: -10px;
}

.text28 {
	font-size: 1.6rem;
}

.box03 {
	padding: 21px 13px 26px;
}

.text11 {
	margin-bottom: 21px;
	font-size: 2.4rem;
}

.text11.t1 {
	margin-bottom: 16px;
}

.block12 {
	width: 870px;
	margin: 30px auto 0;
}

.sectionInner04-01 .telBlock {
	padding: 50px 70px;
	border-radius: 0;
	border: 4px solid #D9D9D9;
}

.sectionInner04-01 .telBlock dt {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	font-size: 1.6rem;
	text-align: left;
}

.sectionInner04-01 .telBlock dd {
	padding: 0;
	border-radius: 0;
	border: none;
	text-align: left;
}

.sectionInner04-01 .telBlock .telNumber {
	margin-bottom: 10px;
	font-size: 4.2rem;
	text-align: left;
}

.sectionInner04-01 .telBlock .telNumber .ico img {
	width: auto;
	height: 52px;
	vertical-align: middle;
}

.block15 {
	margin-top: 23px;
	font-size: 1.6rem;
}

.text29 {
	margin-top: 28px;
	font-size: 1.6rem;
}

.box.bx01 .block03 > p {
	width: 480px;
}

.box.bx01 .img {
	width: 314px;
	margin-right: 45px;
}

.box.bx03 .block03 > p {
	width: 410px;
}

.box.bx04 .block03Wrap {
	align-items: center;
}

.block17 {
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 820px;
}

.block17 > .box03 {
	padding: 23px 13px;
	width: 390px;
	line-height: 1.2;
}

.block17 > .box03:nth-child(n+3) {
	margin-top: 30px;
}

.text30 {
	font-size: 1.8rem;
}

/* fixBlock */
.fixBlock .sectionInner .inner {
	padding-top: 15px;
}

.fixBlock .fixBtn a {
	width: 243px;
}

.fixBlock .text25 {
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
}

.fixBlock .text25 .cTxtLink05 > .txt{
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)) 100% 90%/100% 1px no-repeat;
	background: linear-gradient(#fff,#fff) 100% 90%/100% 1px no-repeat;
	background-position-x: left;
}
/*---------------
slider
------------------*/

.box .block03 .cardSlider li img {
	max-width: none;
}

@media all and (max-width: 1280px) {
	.mvBlockInner,
	.sectionInner01-01 {
		width: 100%;
		min-width: 1030px;
	}
}

/* details accordion */
.detailsWrap .acdCheck:checked + .acdContent + .btnBlock01 {
	padding: 30px 0 15px;
}
.detailsWrap .btnType02 {
	padding: 13px 10px 13px 23px;
	font-size: 1.6rem;
}
.detailsWrap .box03 {
	width: 820px;
	margin: 0 auto;
	font-size: 1.6rem;
}
.detailsWrap .box03 h4 {
	font-size: 1.8rem;
}

/* details accordion globalBox */
/* details accordion pointMasterBox */
.detailsWrap .box03.globalBox {
	padding: 21px 35px 13px;
}

.detailsWrap .box03.pointMasterBox {
	padding: 21px 35px 31px;
}

.detailsWrap .box03.globalBox .clmItem:first-child,
.detailsWrap .box03.pointMasterBox .clmItem:first-child{
	order: 0;
}

.globalBox .clm.imgList02 > .clmItem > .img {
	padding-top: 9px;
}

.pointMasterBox .clm.imgList02 > .clmItem {
	display: table;
}
.pointMasterBox .clm.imgList02 > .clmItem > .img {
	display: table-cell;
	vertical-align: middle;
	padding-left: 24px;
}

.globalBox .clm.imgList02 > .clmItem,
.pointMasterBox .clm.imgList02 > .clmItem{
	width: calc(41% - 0px);
}

.globalBox .clm.imgList02 > .clmItem:last-child,
.pointMasterBox .clm.imgList02 > .clmItem:last-child{
	margin-top: 0;
	margin-left: 38px;
	width: calc(59% - 50px);
}

.globalBox .parts01 dt {
	font-size: 1.9rem;
	padding: 0 0 2px;
}
.globalBox .parts01.p01 dd {
	padding: 21px 2px;
}

/* businessSupportBox */
.box03.businessSupportBox {
	padding: 30px 35px 25px;
}

.businessSupportBox .clm.imgList02 > .clmItem {
	width: calc(62% - 0px);
}

.businessSupportBox .clm.imgList02 > .clmItem > .img {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.businessSupportBox .clm.imgList02 > .clmItem:last-child {
	margin-top: 0;
	margin-left: 40px;
	width: calc(38% - 0px);
	display: table;
}

/* transferCostBox */
.box03.transferCostBox {
	padding: 25px 26px 25px;
}

.transferCostBox .clm.imgList02 > .clmItem:last-child {
	margin-top: 0px;
	padding: 0px;
}
/* featuresBox */
.featuresBox{
	padding: 50px 40px 60px;
}

.featuresBox h3{
	margin-top: 10px;
}

/* slick */
.featuresBox .slick-next {
	right: -74px;
}

.featuresBox .slick-prev {
	left: -42px;
}

.featuresBox .slick-prev,
.featuresBox .slick-next {
	margin-top: -15px;
}

.featuresBox .slick-dots {
	bottom: -30px;
}

.featuresBox .slick-dots li {
	width: 20px;
	height: 20px;
}

.featuresBox .slick-dots li button:before {
	width: 10px;
	height: 10px;
}

.featuresBox .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.featuresBox .cardSlider .slick-prev:before,
.featuresBox .cardSlider .slick-next:before {
	width: 18px;
	height: 18px;
	border-top: 3px solid #910011;
	border-right: 3px solid #910011;
}


/************************************************
print
************************************************/
@media print{
	.mvBlock .btnBlock {
		top: 240px;
	}
	.sectionInner,
	.inner {
		width: 100%;
	}
	.fixBlock,
	.fixBlock.is-release {
		display: none;
	}
	.pgBreak01{
	page-break-after: always;
	}
}