@charset "utf-8";

/************************************************
Parts
************************************************/
.h2style2 {
	position: relative;
	margin-bottom: 25px;
	padding-left: 13px;
	font-size: 1.2858rem/*18px*/;
	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%);
}

.note {
	padding-left: 1em;
	text-indent: -1em;
}

.note li+li {
	margin-top: 3px;
}

.fzLL {
	font-size: 1.5rem/*21px*/;
	line-height: 1.2381;
}

.box06 {
	padding: 20px 15px;
	border-radius: 6px;
	border: 1px solid #CFCFCF;
	background-color: #fff;
	font-size: 0.8572rem/*12px*/;
	line-height: 1.6429;
}

.ttl:not(:first-child) {
	margin-top: 2em;
}

.tRed2 {
	color: #E50408 !important;
}

.tRed3 {
	color: #c80000 !important;
}

@media screen and (max-width: 641px) {

}

/************************************************
layout
************************************************/
.inner.i2 {
	padding: 45px 15px 0;
}

.lineBlock .inner {
	position: relative;
}

.lineBlock .inner::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	border-radius: 10px;
	background: linear-gradient(to bottom, #c80000 0%, #8c0000 100%);
	z-index: 20;
}

.lineBlock.-under .inner::before {
	top: -30px;
	height: calc(100% + 30px);
	background: linear-gradient(to bottom, #c80000 0% #8c0000 100%);
	z-index: 19;
}

.lineBlock.-first .inner::before {
	top: -30px;
	height: calc(100% + 30px);
}

.lineBlock.-under2 .inner::before {
	z-index: 18;
}

.bg2 {
	background: linear-gradient(to bottom, #faf9f1 0%, #f8f6e9 30%, #f8f6e9 70%, #fff 100%);
}

.sec03 .block02 {
	display: table;
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}

.sec03 .block02 .col {
	display: table-cell;
	width: 50%;
	padding: 11px 0;
	vertical-align: middle;
	line-height: 1.25;
}

.sec03 .block02 .col:first-child {
	border-right: 1px dotted #333;
}

.sec03 .block02 .col.lineNone {
	border: none;
}

.mt {
	margin-top: 1em;
}

.box07 {
	padding: 0 20px;
	border: 1px solid #CFCFCF;
}
.box07 h4 {
	font-size: 1.1429rem/*16px*/;
	font-weight: bold;
}

.section03 .sectionInner .inner .tellBlock {
	margin: 6.25% 0 0;
	text-align: left;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr {
	padding: 5.72519% 0 0;
	background: #fff;
	border: solid 4px #e1e1e1;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .callArea .tellnum {
	padding: 0 5.72519% 0;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .callArea .tellnum dt {
	margin-top: 20px;
	font-size: 1rem/*14px*/;
	font-weight: bold;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .callArea .tellnum dt:first-child {
	margin-top: 0;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .callArea .tellnum dt > span {
	font-size: 0.7143rem/*10px*/;
	font-weight: normal;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .callArea .tellnum dd {
	padding: 10px 14px 10px 0;
	border-bottom: solid 2px #e3e3e3;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .callArea .tellnum dd a {
	color: #e60000;
	font-size: 1.2143rem/*17px*/;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .callArea .tellnum dd > img {
	width: 31px;
	vertical-align: top;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .callArea .calltime {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .callArea .calltime .timeLogo {
	width: 35px;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .callArea .calltime .timeTxt {
	margin-left: 15px;
	font-size: 1rem/*14px*/;
	font-weight: bold;
	line-height: 1.4;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .callArea .calltime .timeTxt > span {
	font-size: 0.7143rem/*10px*/;
	font-weight: normal;
}
.section03 .sectionInner .inner .tellBlock .tellBlockInr .timecap {
	margin-top: 4.5%;
	padding: 4.13699% 5.72519% 5.72519%;
	background: #fafafa;
	font-size: 0.7143rem/*10px*/;
}
.section03 .sectionInner .inner .section03Block04 {
	margin-top: 10px;
}
.section03 .sectionInner .inner .section03Block04 .text10 {
	font-size: 0.8572rem/*12px*/;
	text-align: left;
}
.section03 .sectionInner .inner .section03Block04 .text11 {
	font-size: 0.8572rem/*12px*/;
	font-weight: normal;
	text-align: right;
}

@media screen and (max-width: 640px) {
	.mr {
		margin-right: -25px;
	}

	.lineBlock .inner {
		padding: 0 25px 0 20px;
	}

	.section {
		font-size: 0.8572rem/*12px*/;
		line-height: 1.5;
	}

	.section .in {
		margin-left: 25px;
	}

	.lineBlock.-first .section:first-child {
		padding-top: 12px;
	}

	.bg1 {
		padding-top: 28px;
		background: url(/apply/app/account/card/mucard/new/02/img/bg_01_sp.png) 0 0 no-repeat;
		background-size: 100% auto;
	}

	.sec00 .bloxk01 .img {
		padding-bottom: 85px;
	}

	.sec00 .bloxk01 .img img {
		width: 95%;
	}

	.sec01 .img1 {
		width: 223px;
	}

	.sec01 .img2 {
		width: 205px;
	}

	.sec02 .txt1 {
		font-size: 1.1429rem/*16px*/;
	}

	.sec02 .block01 {
		padding-top: 34px;
	}

	.sec02 .img2 {
		width: 280px;
	}

	.sec03 .block01 {
		margin: 95px 10px 0;
	}

	.sec03 .block01 .col + .col {
		margin-top: 37px;
	}

	.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;
	}
}
