@charset "utf-8";

html {
	font-size: 10px;
}

body {
	line-height: 1.6;
}

/************************************************
header
************************************************/
#headerArea {
	line-height: 1.4;
}
#headerArea .inner {
	padding: 0;
	width: auto;
	margin: 0;
}
#headerArea .headerTop > div.inner {
	padding: 0;
}

/************************************************
footer
************************************************/
#footerArea {
	line-height: 1.4;
}
#footerArea .inner {
	padding: 0;
	width: auto;
	margin: 0;
}
#footerArea p#copyright {
	font-size: 1rem;
}

/************************************************
Parts
************************************************/
#pageTopArea {
	z-index: 999999 !important;
}
.isPc {
	display: none;
}

.section {
	text-align: center;
}

.section + .section {
	border-top: 5px solid #333;
}

.h2style {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 14px;
	background: -moz-linear-gradient(left, #676767 0%, #333333 50%, #676767 100%) left 90%/100% 2px no-repeat;
	background: -webkit-linear-gradient(left, #676767 0%, #333333 50%, #676767 100%) left 90%/100% 2px no-repeat;
	background: linear-gradient(to right, #676767 0%, #333333 50%, #676767 100%) left 100%/100% 2px no-repeat;
	color: #333;
	text-align: center;
	font-size: 1.6rem;
}

.h2style2 {
	position: relative;
	margin-bottom: 25px;
	padding-left: 13px;
	font-size: 1.8rem;
	text-align: left;
}
.h2style2::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 1.2em;
	margin-bottom: 25px;
	background-color: #E60000;
	transform: translateY(-50%);
}
.dec04 {
	position: absolute;
	top: -45px;
	left: 50%;
	display: inline-block;
	padding: 6px 22px;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 1.4rem;
	white-space: nowrap;
	transform: translateX(-50%);
}
.dec04::before {
	content: '';
	display: block;
	position: absolute;
	left: 17px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #000 transparent transparent;
}
.dec04::after {
	content: '';
	display: block;
	position: absolute;
	left: 18px;
	bottom: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #fff transparent transparent;
}
.btn01 {
	position: relative;
	display: inline-block;
	width: 100%;
	min-width: 140px;
	padding: 14px 37px;
	border-radius: 5px;
	background: -moz-linear-gradient(top, #A8030F 0%, #540208 100%);
	background: -webkit-linear-gradient(top, #A8030F 0%, #540208 100%);
	background: linear-gradient(to bottom, #A8030F 0%, #540208 100%);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .59);
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	cursor: pointer;
}
.btn01::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #fff;
	transform: translateY(-50%);
}
.btn01::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #A8030F;
	transform: translateY(-50%);
}
.btn01:hover {
	color: #fff;
}
a.btn01 {
	color: #fff;
}

.parts01 {
	border: 2px solid #333;
	background-color: #fff;
}

.parts01 dt {
	padding: 0 2px 2px;
	background-color: #333;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.parts01 dd {
	padding: 11px 2px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}

.parts01 dd span {
	color: #333;
	font-weight: bold;
	font-size: 2rem;
}

.tableN {
	width: 100%;
	border: 1px solid #CFCFCF;
	text-align: left;
}

.tableN > tbody > tr >th {
	width: 33%;
	padding: 15px 10px 15px 15px;
	border: 1px solid #CFCFCF;
	background-color: #F6F6F6;
	font-size: 1.4rem;
	font-weight: bold;
	vertical-align: top;
}

.tableN > tbody > tr >td {
	padding: 15px 10px 15px 15px;
	border: 1px solid #CFCFCF;
	background-color: #fff;
	font-size: 1.4rem;
	vertical-align: top;
}

.box06 {
	padding: 20px 15px;
	border-radius: 6px;
	border: 1px solid #CFCFCF;
	background-color: #fff;
	font-size: 1.4rem;
	text-align: left;
}

.tRed {
	color: #910011 !important;
}

.tRed2 {
	color: #E50408 !important;
}

.tGold {
	color: #A5823C;
}

.fwb {
	font-weight: bold;
}

.fzM {
	font-size: 1.6rem;
}

.fzS {
	font-size: 1.4rem;
}

.fzSS {
	font-size: 1.2rem;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.mt {
	margin-top: 1em;
}

.mtS {
	margin-top: .5em;
}

.mt2 {
	margin-top: 2em;
}

.note {
	padding-left: 1em;
	text-indent: -1em;
}

.bdtSp{
	border-top: none!important;
}

.bdbSp{
	border-bottom: none!important;
}

.bdlSp{
	border-left: none!important;
}

.bdrSp{
	border-radius: none!important;
}

.note li + li {
	margin-top: 3px;
}

a.linkType01 {
	color: #333;
}
.linkType01 {display:inline-block;padding-left:1rem;text-decoration:underline;position:relative;}

.btnList li {
	margin-top: 8px;
}

.btnType01 > .iconBlank {
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
}
a.btnType01 {
	width: auto;
	max-width: inherit;
	color: #333;
	font-size: 1.4rem;
}
.iconBlank{margin-left:7px;margin-right:7px}
.iconBlank img{width:10px; margin-top: -6px;vertical-align: middle}

.cardType {
	display: flex;
	flex-wrap: wrap;
	margin-left: -3px;
	margin-bottom: 5px;
}
.cardType li {
	padding: 1px 17px;
	border-radius: 30px;
	background-color: #6E6E6E;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.cardType li {
	margin: 3px;
}

.labelType01 {
	display: inline-block;
	min-width: 83px;
	padding: 1px 10px;
	border-radius: 30px;
	border: 1px solid #6E6E6E;
	background-color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}

.box07 {
	padding: 0 20px;
	border: 1px solid #CFCFCF;
}
.box07 h4 {
	font-size: 1.6rem;
	font-weight: bold;
}

.telBlock {
	background-color: #fff;
}
.telBlock dt {
	padding: 16px 5px;
	border-radius: 9px 9px 0 0;
	background-color: #BFBFBF;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.telBlock dd {
	padding: 18px 16px;
	border-radius: 0 0 9px 9px;
	border: 1px solid #BFBFBF;
}
.telBlock .telNumber {
	margin-bottom: 15px;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.telBlock .telNumber .ico {
	padding-right: 5px;
}
.telBlock .telNumber .ico img {
	width: auto;
	height: 30px;
}
.telBlock .telNumber a {
	color: #E50408;
	text-decoration: none;
	cursor: default;
}
.telBlock .txt {
	font-size: 1.4rem;
	font-weight: bold;
}
.hasBalloon h3 {
	margin-top: 75px;
}

@media screen and (max-width: 641px) {
	.parts01 {
		margin-bottom: 10px;
	}

	.bg {
		background: -moz-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 250px no-repeat;
		background: -webkit-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 250px no-repeat;
		background: linear-gradient(to bottom, #fff 0%, #e4e4e4 100%) left 100%/100% 250px no-repeat;
	}

	.bg.b2 {
		background: -moz-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 160px no-repeat;
		background: -webkit-linear-gradient(top, #fff 0%, #e4e4e4 100%) left 100%/100% 160px no-repeat;
		background: linear-gradient(to bottom, #fff 0%, #e4e4e4 100%) left 100%/100% 160px no-repeat;
	}
	
	.innerType01 th {
		display: block;
	}

	.innerType01 td {
		display: block;
		margin-top: 5px;
	}

	.innerType01 tr {
		display: block;
	}

	.innerType01 tr + tr {
		margin-top: 15px;
	}

	.innerType02 {
		display: block;
		width: 100%;
	}

	[class*="btnType"] {
		width: 100%;
	}

	.fzSsp {
		font-size: 1rem;
	}

	.box07 > * {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.box07 > *:first-child {
		border-bottom: 1px solid #ddd;
	}
	.box07 .logo {
		width: 25%;
		padding: 0 10px 15px;
		text-align: center;
	}
	.box07 h4 {
		display: flex;
		align-items: center;
		width: 75%;
		padding-bottom: 15px;
	}
}

/************************************************
layout
************************************************/
.mvBlockInner {
	position: relative;
	text-align: center;
}

.mvBlockInner .btnList {
	display: flex;
	justify-content: space-between;
}

.mvBlockInner .btnList img {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.31);
}

.mvTxt {
	position: absolute;
	bottom: 0;
}

.inner {
	padding: 0 15px;
}

.sectionInner .inner {
	padding-top: 48px;
	padding-bottom: 45px;
}

.section01 {
	margin-top: 25px;
}

.sectionInner01-01 .inner {
	padding-top: 0;
	padding-bottom: 20px;
	font-size: 1.2rem;
}

.text25 {
	margin-top: 27px;
}

.section02 {
	margin: 0;
}

.box h3 {
	position: relative;
	margin-bottom: 28px;
	font-size: 2.2rem;
}

.text07 {
	font-size: 1.4rem;
	text-align: left;
}

.box03 {
	padding: 13px 13px 16px;
	border: 2px solid #DFDFDF;
	background-color: #fff;
	text-align: center;
}

.block05 {
	margin-top: 12px;
}

.block05 + .block05 {
	margin-top: 15px;
}

.text11 {
	margin-bottom: 11px;
	font-size: 1.4rem;
	font-weight: bold;
}

.clrFwb {
	color: #333;
	font-weight: bold;
	font-size: 2rem;
}

.section04 .sectionInner + .sectionInner .inner {
	padding-top: 0;
}

.block15 {
	display: inline-block;
	text-align: left;
	font-size: 1.2rem;
}

.section + .section04,
.section + .section06 {
	border-top: none;
}

.section04 .sectionInner .inner {
	padding-top: 0;
}

@media screen and (max-width: 641px) {
	.mvBlockInner {
		min-height: 375px;
		background: url(/landing/amex/apply/mufgcard_platinum/img/3000/hojinki11_img_003.png) center 0 no-repeat;
		background-size: cover;
	}

	.mvBlockInner .mvImg {
		width: 100%;
		max-width: 375px;
	}

	.mvBlockInner .btnBlock {
		position: absolute;
		bottom: 29px;
		left: 50%;
		width: 100%;
		max-width: 325px;
		margin-top: 0;
		transform: translateX(-50%);
	}

	.mvBlockInner .btnList {
		max-width: 320px;
	}

	.mvBlockInner .btnList li {
		margin-top: 0;
		width: 31.25%;
	}

	.mvBlockInner p.mvberBlock {
		width: 100%;
		overflow: hidden;
	}

	.mvBlockInner .mvberBlock .mvImg02 {
		max-width: 640px;
		min-height: 32px;
	}

	.sectionInner02-01 .h2style {
		padding-bottom: 11px;
		font-size: 2.4rem;
	}

	.section02 .box {
		margin-left: -15px;
		margin-right: -15px;
	}

	.boxInner {
		padding: 0 15px 35px;
	}

	.sectionInner02-01 .inner {
		padding-bottom: 0;
	}

	.sectionInner02-01 .parts01.p01 dd {
		padding: 7px 2px;
	}

	.box + .box {
		margin-top: 48px;
	}

	.box .block03 .img {
		margin-bottom: 28px;
	}

	.box .block03 .img img {
		max-width: 80%;
	}

	.block07 {
		margin-top: 28px;
	}

	.brand {
		text-align: center;
	}

	.block14 .l img {
		max-width: 70%;
	}

	.text28 {
		font-size: 1.4rem;
	}

	.text11.t1 {
		margin-bottom: 0;
	}

	.text29 {
		margin-top: 14px;
		font-size: 1.2rem;
	}

	.block17 {
		margin-top: 30px;
	}

	.text30 {
		font-size: 1.4rem;
	}

	.text31 {
		font-size: 1.8rem;
	}

	.block17 > .box03 {
		padding: 13px;
	}

	.block17 > .box03 + .box03 {
		margin-top: 15px;
	}
}

/* fixBlock */
.fixBlock {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	transition: opacity .25s ease-in, visibility .25s ease-in;
}

.fixBlock.is-release {
	opacity: 1;
	visibility: visible;
}

.fixBlock::before {
	content: none;
	display: block;
	width: 100%;
	height: 3px;
	background: -moz-linear-gradient(left, rgb(221,102,103) 0%, rgb(133,24,25) 50%, rgb(229,139,140) 100%);
	background: -webkit-linear-gradient(left, 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%);
}

.fixBlock .sectionInner .inner {
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}

.fixBlock .btn01 {
	width: 65%;
	padding: 10px 37px;
}

.fixBlock .text25 a{
	margin-top: 0;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
}
.fixBlock .text25 .linkType01::before,
.fixBlock .fixBlock .linkType02::before {
	margin-top: -3px;
}
/* details accordion */
.detailsWrap {
	margin-top: 28px;
}
.detailsWrap .acdCheck {display: none}
.detailsWrap .acdCheck + .acdContent + .btnBlock01 {
	text-align: center;
	transition: .6s;
}
.detailsWrap .acdCheck:checked + .acdContent + .btnBlock01 {
	padding: 30px 0 0;
}
.detailsWrap .acdCheck + .acdContent + .btnBlock01 .close,
.detailsWrap .acdCheck:checked + .acdContent + .btnBlock01 .open {
	display: none;
}
.detailsWrap .acdCheck:checked + .acdContent + .btnBlock01 .close {
	display: block;
}
.detailsWrap .sectionInner {
	padding-top: 49px;
}
.detailsWrap .acdCheck + .acdContent {
	max-height: 0;
	padding-top: 0;
	opacity: 0;
	overflow: hidden;
	transition: .3s;
}
.detailsWrap .acdCheck:checked + .acdContent {
	max-height: 9000px;
	padding-top: 20px;
	opacity: 1;
}
.detailsWrap .btnBlock02 {
	margin-top: 49px;
	text-align: center;
}
.detailsWrap .acdContentBody section + section {
	margin-top: 2.357rem;
}
.detailsWrap .acdContentBody .section + .section {
	margin-top: 2rem;
}
.detailsWrap .btnType02 {
	padding: 13px 10px 13px 23px;
	font-size: 1.4rem;
}
.detailsWrap .box03 {
	text-align: left;
	font-size: 1.4rem;
}
.detailsWrap .box03 h4 {
	font-size: 1.5rem;
}

/* details accordion globalBox */
/* details accordion pointMasterBox */
.detailsWrap .box03.pointMasterBox {
	padding: 21px 35px 31px;
}

.detailsWrap .box03.globalBox .clmItem:first-child,
.detailsWrap .box03.pointMasterBox .clmItem:first-child{
	order: 1;
}

.globalBox .parts01 dt {
	padding: 17px 0px 15px;
}

.globalBox .parts01.p01 dd {
	padding: 21px 12px;
}

/* businessSupportBox */
.box03.businessSupportBox{
	padding: 25px 23px 25px;
}

/* transferCostBox */
.box03.transferCostBox {
	padding: 25px 20px 25px;
}
.transferCostBox .clm.imgList02 > .clmItem:last-child {
	margin-top: 25px;
	padding: 6px;
}
