@charset "utf-8";

.w17p{ width: 17%!important;}
.w22p{ width: 22%!important;}
.w26p{ width: 26%!important;}
.txtRed{color: #be1b10;}

.section p {
	margin-top: 0;
}
.whiteLink {
	color: #fff;
}
.kantaSection {
	padding: 100px 0;
}

#mainVisual.kantaCard {
	background-image: url(/kojin/kariru/kanta_card/images/img_kanta_card_mv.png);
	overflow: hidden;
}
#mainVisual.kantaCard .wrapInner {
	position: relative;
}
#mainVisual.kantaCard .wrapInner .leadWrap.colWrap {
	width: 480px;
}
#mainVisual.kantaCard .wrapInner .leadWrap .lead {
	padding-top: 8px;
	height: 89px;
}
#mainVisual.kantaCard .wrapInner .leadWrap.colWrap .colLeft {
	width: 188px;
}
#mainVisual.kantaCard .wrapInner .leadWrap .colLeft .lead {
	height: 180px;
}
#mainVisual.kantaCard .wrapInner .leadWrap.colWrap .colRight {
	width: 291px;
}
#mainVisual.kantaCard .wrapInner .leadWrap .colRight .lead .txtRed {
	font-size: 24px;
}
#mainVisual.kantaCard .wrapInner .img {
	position: absolute;
	right: -26px;
	top: 0;
}

.kantaCvArea {
	background: #d5d8db;
	padding: 40px 0;
}
.kantaCvArea .cvInner {
	background: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}
.kantaCvArea .cvInner .bg > i {
	background: url(/kojin/kariru/kanta_card/images/icn_cv_bg.png) no-repeat center center / contain;
	content: "";
	display: block;
	width: 37px;
	height: 37px;
	position: absolute;
}
.kantaCvArea .cvInner .bg > .bg01 {
	left: 10px;
	top: 10px;
}
.kantaCvArea .cvInner .bg > .bg02 {
	right: 10px;
	top: 10px;
	transform: rotate(90deg);
}
.kantaCvArea .cvInner .bg > .bg03 {
	left: 10px;
	bottom: 10px;
	transform: rotate(-90deg);
}
.kantaCvArea .cvInner .bg > .bg04 {
	right: 10px;
	bottom: 10px;
	transform: rotate(180deg);
}
.kantaCvArea .cvInner .btnWrap {
	max-width: 616px;
	margin: 0 auto;
}
.kantaCvArea .cvInner .btnWrap .kantaCvBtn {
	background: #ff7200;
	background: -moz-linear-gradient(left,  #ff7200 0%, #d11e11 75%);
	background: -webkit-linear-gradient(left,  #ff7200 0%,#d11e11 75%);
	background: linear-gradient(to right,  #ff7200 0%,#d11e11 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7200', endColorstr='#d11e11',GradientType=1 );
	border-radius: 12px;
	box-shadow: inset 0 -6px 0 rgba(0, 0, 0, .4);
	color: #fff;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	width: 100%;
	height: 80px;
}
.kantaCvArea .cvInner .btnWrap .kantaCvBtn:after {
	background: url(/kojin/kariru/kanta_card/images/icn_kanta_card_cv_arrow.png) no-repeat center center / contain;
	content: "";
	display: block;
	width: 117px;
	height: 74px;
	position: absolute;
	right: 16px;
	top: 0;
}
.kantaCvArea .cvInner .note {
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
}
.kantaPageLinkWrap {
	padding: 48px 0;
}
.redPatternWrap .kantaPageLink {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
}
.redPatternWrap .kantaPageLink .btn {
	font-size: 22px;
	width: calc((100% - 18px) / 2);
	height: 72px;
}
.redPatternWrap .kantaPageLink .btn:after {
	background: url(/kojin/kariru/images/icn_arrow_down_red.png) no-repeat 0 0 / 17px auto;
	content: "";
	display: block;
	width: 17px;
	height: 10px;
	position: absolute;
	right: 16px;
	top: calc(50% - 5px);
}
.kantaTtl {
	margin-bottom: 60px;
}
.kantaTtl:after {
	background: #be1b10;
	height: 4px;
}
.kantaTtl h2 {
	font-size: 44px;
}
.kantaTtl h2 .main {
	color: #be1b10;
	font-size: 64px;
}
.reasonList {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.reasonList .reason {
	background: #f7f7f7;
	border: 4px solid #be1b10;
	border-radius: 6px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	padding: 30px 0 48px;
	position: relative;
	text-align: center;
}
.reasonList .reason:nth-of-type(3n) {
	margin-right: 0;
}
.reasonList .reason:nth-of-type(n+4) {
	margin-top: 20px;
}
.reasonList .reason:after {
	background: url(/kojin/kariru/images/icn_arrow_down_red.png) no-repeat 0 0 / 17px auto;
	content: "";
	display: block;
	width: 17px;
	height: 10px;
	position: absolute;
	left: calc(50% - 9px);
	bottom: 12px;
}
.reasonList .reason .icn {
	display: block;
	width: 90px;
	margin: 0 auto 10px;
}
.reasonList .reason .txt {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	height: 3em;
	text-align: center;
}
.reasonLast {
	background: #fffff2;
	border: 4px solid #fab223;
	font-weight: bold;
	margin-top: 94px;
	padding: 40px 0;
	position: relative;
}
.reasonLast:before {
	border-style: solid;
	border-width: 24px 28px 0 28px;
	border-color: #be1b10 transparent transparent transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: calc(50% - 28px);
	top: -64px;
}
.reasonLast .bg > i {
	background: url(/kojin/kariru/kanta_card/images/icn_kanta_card_reason_bg.png) no-repeat center center / contain;
	content: "";
	display: block;
	width: 37px;
	height: 37px;
	position: absolute;
}
.reasonLast .bg > .bg01 {
	left: 8px;
	top: 8px;
}
.reasonLast .bg > .bg02 {
	right: 8px;
	top: 8px;
	transform: rotate(90deg);
}
.reasonLast .bg > .bg03 {
	left: 8px;
	bottom: 8px;
	transform: rotate(-90deg);
}
.reasonLast .bg > .bg04 {
	right: 8px;
	bottom: 8px;
	transform: rotate(180deg);
}
.reasonLast .lead {
	font-size: 21px;
	text-align: center;
}
.reasonLast .mainTxt {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.reasonLast .mainTxt .icn {
	width: 126px;
	margin-right: 13px;
}
.reasonLast .mainTxt .txt {
	color: #be1b10;
	font-size: 78px;
}
.reasonLast .mainTxt .txt .italic {
	display: inline-block;
	font-style: italic;
	margin-left: -30px;
}
.reasonLast .mainTxt .txt .line {
	background: -moz-linear-gradient(top,  rgba(255,199,87,0) 0%, rgba(255,199,87,0) 75%, rgba(255,199,87,1) 75%, rgba(255,199,87,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,199,87,0) 0%,rgba(255,199,87,0) 75%,rgba(255,199,87,1) 75%,rgba(255,199,87,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,199,87,0) 0%,rgba(255,199,87,0) 75%,rgba(255,199,87,1) 75%,rgba(255,199,87,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffc757', endColorstr='#ffc757',GradientType=0 );
	display: inline-block;
	line-height: 1.2;
	position: relative;
}
.reasonLast .catch {
	font-size: 28px;
	margin-top: 10px;
	text-align: center;
}
.interestRateWrap {
	background: url(/kojin/kariru/images/bg_pattern_06.png);
	padding: 40px;
}
.interestRateWrap .interestRate {
	background: #fff url(/kojin/kariru/kanta_card/images/bg_kanta_card_rate.png) no-repeat center center / cover;
	border-bottom: 1px solid #d7d7db;
	padding: 40px;
}
.interestRateWrap .interestRate .lead {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.interestRateWrap .interestRate .lead .txtRed {
	font-size: 48px;
}
.interestRateWrap .interestRate .txt {
	font-weight: bold;
	margin-top: 48px;
}
.interestRateWrap .interestRate .notes {
	margin-top: 10px;
}
.interestRateWrap .interestRate .rateWrap {
	margin-top: 40px;
}
.interestRateWrap .interestRate .rateWrap .rate {
	color: #be1b10;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}
.interestRateWrap .interestRate .rateWrap .rate .num {
	font-size: 72px;
}
.interestRateWrap .interestRateEx {
	background: #fff;
	padding: 32px 40px 40px;
}
.interestRateWrap .interestRateEx .ttl {
	font-size: 20px;
	font-weight: bold;
}
.interestRateWrap .interestRateEx .tableWrap + .ttl {
	margin-top: 30px;
}
.interestRateWrap .interestRateEx .tableWrap {
	width: 100%;
	margin-top: 16px;
	position: relative;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable {
	width: 100%;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tbody tr {
	border-top: 2px solid #aaa;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tbody tr:last-of-type {
	border-bottom: 2px solid #aaa;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr th {
	background: #e6eaed;
	border-top: 2px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 2px;
	text-align: center;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr th.none + th,
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr th:first-of-type {
	border-left: 2px solid #aaa;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable thead tr th:last-of-type {
	border-right: 2px solid #aaa;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr th.none {
	background: none;
	border: none;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tbody tr th {
	border-left: 2px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr td {
	background: #fff;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #aaa;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable.table02 tr td {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr td:last-of-type {
	border-right: 2px solid #aaa;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .note {
	font-size: 13px;
	font-weight: normal;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap {
	padding: 24px 2px;
	position: relative;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -9px;
	top: calc(50% - 8px);
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap.days02:before,
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap.rate:before {
	background: url(/kojin/kariru/kanta_card/images/icn_kanta_card_ex_01.png) no-repeat center center / contain;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap.days01:before {
	background: url(/kojin/kariru/kanta_card/images/icn_kanta_card_ex_02.png) no-repeat center center / contain;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .celWrap.amout:before {
	background: url(/kojin/kariru/kanta_card/images/icn_kanta_card_ex_03.png) no-repeat center center / contain;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr th .num {
	color: #be1b10;
	font-size: 18px;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable .amout {
	color: #be1b10;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable .amout .num {
	font-size: 30px;
}
.interestRateWrap .interestRateEx .tableWrap .balloonWrap {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: flex-end;
	padding-top: 16px;
}
.interestRateWrap .interestRateEx .tableWrap .balloonWrap .balloon {
	background: #be1b10;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 10px 24px;
	position: relative;
}
.interestRateWrap .interestRateEx .tableWrap .balloonWrap .balloon:after {
	border-style: solid;
	border-width: 0 9px 14px 9px;
	border-color: transparent transparent #be1b10 transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: 31px;
	bottom: calc(100% - 2px);
}
.supportPoint .pointBlock {
	padding-top: 15px;
}
.supportPoint .pointBlock + .pointBlock {
	margin-top: 64px;
}
.supportPoint .pointBlock .blockInner {
	background: #fff;
	border: 4px solid #be1b10;
	padding: 40px 36px 32px;
	position: relative;
}
.supportPoint .pointBlock .blockInner .bg > i {
	background: url(/kojin/kariru/kanta_card/images/icn_kanta_card_support_bg.png) no-repeat center center / contain;
	content: "";
	display: block;
	width: 37px;
	height: 37px;
	position: absolute;
}
.supportPoint .pointBlock .blockInner .bg > .bg01 {
	left: 8px;
	top: 8px;
}
.supportPoint .pointBlock .blockInner .bg > .bg02 {
	right: 8px;
	top: 8px;
	transform: rotate(90deg);
}
.supportPoint .pointBlock .blockInner .label {
	background: #be1b10;
	border-radius: 16px;
	color: #fff;
	font-weight: bold;
	width: 106px;
	height: 32px;
	line-height: 32px;
	position: absolute;
	left: calc(50% - 53px);
	top: -18px;
	text-align: center;
}
.supportPoint .pointBlock .blockInner .label .num {
	font-size: 24px;
}
.supportPoint .pointBlock .blockInner .pointTtl {
	border-bottom: 2px solid #aaa;
	padding-bottom: 16px;
	text-align: center;
}
.supportPoint .pointBlock .blockInner .pointTtl .ttl {
	font-size: 28px;
	font-weight: bold;
}
.supportPoint .pointBlock .blockInner .pointTtl .ttl .num {
	font-size: 42px;
}
.supportPoint .pointBlock .blockInner .pointBody {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	padding-top: 32px;
}
.supportPoint .pointBlock .blockInner .pointBody .limited {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin-bottom: 16px;
}
.supportPoint .pointBlock .blockInner .pointBody .limited > dt {
	background: #be1b10;
	color: #fff;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	width: 122px;
	height: 112px;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col,
.supportPoint .pointBlock .blockInner .pointBody .amount,
.supportPoint .pointBlock .blockInner .pointBody .limited > dd {
	background: #f0f4f7;
	color: #be1b10;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: bold;
	width: 494px;
	height: 112px;
	margin-left: 4px;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col .num,
.supportPoint .pointBlock .blockInner .pointBody .amount .num,
.supportPoint .pointBlock .blockInner .pointBody .limited > dd .num {
	font-size: 56px;
}
.supportPoint .pointBlock .blockInner .pointBody .largeTxt {
	font-size: 20px;
}
.supportPoint .pointBlock .blockInner .pointBody .lead {
	font-size: 22px;
	font-weight: bold;
}
.supportPoint .pointBlock .blockInner .pointBody .lead sup {
	font-weight: normal;
}
.supportPoint .pointBlock .blockInner .pointBody .amount {
	width: 616px;
	margin: 10px 0 16px;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: center;
	margin: 20px 0 16px;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	margin: 0;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col + .col {
	margin-left: 16px;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col dt {
	font-size: 24px;
	line-height: 1.2;
	text-align: right;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col dd {
	margin-left: 12px;
}
.supportPoint .pointBlock .blockInner .pointBody .catchTxt {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.supportPoint .pointBlock .blockInner .pointBody .catchTxt .txtRed {
	background: -moz-linear-gradient(top,  rgba(255,199,87,0) 0%, rgba(255,199,87,0) 75%, rgba(255,199,87,1) 75%, rgba(255,199,87,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,199,87,0) 0%,rgba(255,199,87,0) 75%,rgba(255,199,87,1) 75%,rgba(255,199,87,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,199,87,0) 0%,rgba(255,199,87,0) 75%,rgba(255,199,87,1) 75%,rgba(255,199,87,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffc757', endColorstr='#ffc757',GradientType=0 );
	display: inline-block;
	font-size: 64px;
	line-height: 1.2;
	padding: 0 0 0 6px;
	margin-left: 6px;
}
.supportPoint .pointBlock .blockInner .pointBody .catchTxt .thin {
	letter-spacing: -0.2em
}
.usefulTitleWrap {
	background: #be1b10;
	margin: 80px 0 40px;
	position: relative;
}
.usefulTitleWrap.bg01 {
	margin-top: 0;
}
.usefulTitleWrap:before {
	content: "";
	width: 368px;
	height: 196px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.usefulTitleWrap.bg01:before {
	background: url(/kojin/kariru/kanta_card/images/bg_kanta_card_useful_01.png) no-repeat center center / contain;
}
.usefulTitleWrap.bg02:before {
	background: url(/kojin/kariru/kanta_card/images/bg_kanta_card_useful_02.png) no-repeat center center / contain;
}
.usefulTitleWrap.bg03:before {
	background: url(/kojin/kariru/kanta_card/images/bg_kanta_card_useful_03.png) no-repeat center center / contain;
}
.usefulTitleWrap .ttlWrap {
	color: #fff;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	font-weight: bold;
	line-height: 1.2;
	height: 196px;
}
.usefulTitleWrap .ttlWrap .icn {
	display: block;
	width: 100px;
	margin-right: 24px;
}
.usefulTitleWrap .ttlWrap h3 {
	font-weight: bold;
}
.usefulTitleWrap .ttlWrap h3 .sub {
	font-size: 24px;
}
.usefulTitleWrap .ttlWrap h3 .main {
	font-size: 36px;
}
.kantaServiceFlow {
	margin-top: 48px;
}
.atmList,
.kantaServiceFlow .flow {
	background: #fff;
	border: 2px solid #aaa;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	position: relative;
}
.kantaServiceFlow .flow + .flow {
	margin-top: 70px;
}
.kantaServiceFlow .flow + .flow:before {
	border-style: solid;
	border-width: 24px 28px 0 28px ;
	border-color: #be1b10 transparent transparent transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: calc(50% - 28px);
	bottom: calc(100% + 25px);
}
.kantaServiceFlow .flow .txt {
	font-weight: bold;
	flex: 1;
	min-width: 1px;
	padding: 0 36px;
}
.atmList {
	margin-top: 24px;
}
.atmList .ttl {
	background: #f0f4f7;
	color: #be1b10;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	width: 287px;
	height: 120px;
}
.atmList .atm {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}
.scheduleBlock .lead {
	font-size: 20px;
	font-weight: bold;
}
.scheduleBlock .scheduleBox {
	border: 2px solid #aaa;
	margin-top: 24px;
}
.scheduleBlock .scheduleBox + .scheduleBox {
	margin-top: 48px;
}
.scheduleBlock .scheduleBox .ttlWrap {
	background: #f0f4f7;
	padding: 36px;
}
.scheduleBlock .scheduleBox .ttlWrap .ttl {
	color: #be1b10;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.scheduleBlock .scheduleBox .body {
	padding: 40px 0;
	text-align: center;
}
.flowBoxVertical.kantaFlowBox {
	border: 2px solid #aaa;
}
.flowBoxVertical.kantaFlowBox .flowTtl {
	background: #e6eaed;
}
.flowBoxVertical.kantaFlowBox .flowTtl .num {
	vertical-align: middle;
}
.flowBoxVertical.kantaFlowBox .flowTtl .ttl .label {
	vertical-align: middle;
}
.flowBoxVertical .flowTtl .ttl .label.red {
	background: #be1b10;
	color: #fff;
}
.flowBoxVertical.kantaFlowBox .logs {
	width: 409px;
}
.sepBox + .sepBox {
	border-top: 1px solid #e6e6eb;
	margin-top: 40px;
	padding-top: 32px;
}
.cmnBox .boxHead.redHead {
	border-bottom-color: #be1b10;
}
.cmnBox .boxHead.redHead .ttl {
	color: #be1b10;
}

.faqBlock.kantaFaq .faq .question {
	color: #be1b10;
	font-weight: bold;
}
.faqBlock.kantaFaq .faq .question .label {
	background: #be1b10;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 2px 4px;
	margin-right: 8px;
	text-indent: 0;
}
.faqBlock .faq .answer .answerTtl {
	background: #e6eaed;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 24px;
	padding: 5px;
}
.faqBlock .faq .answer > * + .answerTtl {
	margin-top: 40px;
}
.faqBlock .faq .answer .faqFlow .flow + .flow {
	margin-top: 64px;
	position: relative;
}
.faqBlock .faq .answer .faqFlow .flow + .flow:before {
	border-style: solid;
	border-width: 18px 24px 0 24px ;
	border-color: #be1b10 transparent transparent transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: calc(50% - 24px);
	bottom: calc(100% + 23px);
}
.scheduleType {
	justify-content: space-between;
}
.scheduleType > .col {
	width: calc((100% - 80px) / 2);
}
.numTtl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.numTtl .num {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #be1b10;
	color: #fff;
	line-height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
}
.faqBlock .faq .answer .freeDial {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
}
.faqBlock .faq .answer .freeDial .icn {
	width: 42px;
	margin-right: 12px;
}
.faqBlock .faq .answer .freeDial .tel {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0;
}
.bgLightGray {
	background: #f0f4f7;
	padding: 50px 0;
}
.userBox {
	background: #fff;
	border: 3px solid #be1b10;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	padding: 37px;
}
.userBox > .col {
	width: calc((100% - 40px) / 2);
}
.userBox > .col figure {
	margin: 0;
}
.userBox > .col figure img {
	width: 100%;
}
.userBox > .col figure figcaption {
	background: #f0f4f7;
	color: #be1b10;
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	height: calc(2.6em + 10px);
}
.userBox > .col .btnWrap {
	margin-top: 62px;
	position: relative;
}
.userBox > .col .btnWrap:before {
	border-style: solid;
	border-width: 24px 28px 0 28px ;
	border-color: #be1b10 transparent transparent transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: calc(50% - 28px);
	bottom: calc(100% + 19px);
}
.userBox > .col .btnWrap .btn {
	height: 50px;
}

.foot_box {
	text-align: center;
	font-size: 13px;
	margin-bottom: 40px;
}
.foot_box .btn_box {
	border: 1px solid;
	padding: 3px 10px;
	margin-right: 10px;
}
#footer.simpleFooter {
	border-top: none;
	padding: 0;
}
#footer.simpleFooter address {
	padding: 10px 0;
	text-align: center;
	color: #FFF;
	background: #454545;
	text-decoration: none;
	font-style: normal;
}

.kantaInquiry {
	border-color: #be1b10;
}
.kantaInquiry h2 {
	background: #be1b10;
	color: #fff;
	width: 60%;
}

/** PC **/
@media screen and (min-width: 801px){

/* hover */
.reasonList .reason:hover,
.kantaCvArea .cvInner .btnWrap .kantaCvBtn:hover {
	opacity: .7;
}
.redPatternWrap .kantaPageLink .btn:hover:after {
	background-image: url(/kojin/kariru/images/icn_arrow_down_white.png);
}

}

/** SP **/
@media screen and (max-width: 800px){

/*---------------------------------------------
 base margin
---------------------------------------------*/
.sp_mt0 { margin-top: 0px !important; }.sp_mt5 { margin-top: 5px !important; }.sp_mt10 { margin-top: 10px !important; }.sp_mt15 { margin-top: 15px !important; }.sp_mt20 { margin-top: 20px !important; }.sp_mt25 { margin-top: 25px !important; }.sp_mt30 { margin-top: 30px !important; }.sp_mt40 { margin-top: 40px !important; }.sp_mt50 { margin-top: 50px !important; }.sp_mt60 { margin-top: 60px !important; }.sp_mt70 { margin-top: 70px !important; }.sp_mt80 { margin-top: 80px !important; }
.sp_ml0 { margin-left: 0px !important; }.sp_ml5 { margin-left: 5px !important; }.sp_ml10 { margin-left: 10px !important; }.sp_ml15 { margin-left: 15px !important; }.sp_ml20 { margin-left: 20px !important; }.sp_ml30 { margin-left: 30px !important; }.sp_ml40 { margin-left: 40px !important; }
.sp_mr0 { margin-right: 0px !important; }.sp_mr5 { margin-right: 5px !important; }.sp_mr10 { margin-right: 10px !important; }.sp_mr15 { margin-right: 15px !important; }.sp_mr20 { margin-right: 20px !important; }.sp_mr25 { margin-right: 25px !important; }.sp_mr30 { margin-right: 30px !important; }.sp_mr40 { margin-right: 40px !important; }
.sp_mb0 { margin-bottom: 0px !important; }.sp_mb5 { margin-bottom: 5px !important; }.sp_mb10 { margin-bottom: 10px !important; }.sp_mb15 { margin-bottom: 15px !important; }.sp_mb20 { margin-bottom: 20px !important; }.sp_mb25 { margin-bottom: 25px !important; }.sp_mb30 { margin-bottom: 30px !important; }.sp_mb40 { margin-bottom: 40px !important; }.sp_mb50 { margin-bottom: 50px !important; }.sp_mb60 { margin-bottom: 60px !important; }.sp_mb70 { margin-bottom: 70px !important; }.sp_mb80 { margin-bottom: 80px !important; }

.sp_pt0 { padding-top: 0px !important; }.sp_pt5 { padding-top: 5px !important; }.sp_pt10 { padding-top: 10px !important; }.sp_pt15 { padding-top: 15px !important; }.sp_pt20 { padding-top: 20px !important; }.sp_pt25 { padding-top: 25px !important; }.sp_pt30 { padding-top: 30px !important; }.sp_pt40 { padding-top: 40px !important; }.sp_pt50 { padding-top: 50px !important; }.sp_pt60 { padding-top: 60px !important; }.sp_pt70 { padding-top: 70px !important; }.sp_pt80 { padding-top: 80px !important; }
.sp_pl0 { padding-left: 0px !important; }.sp_pl5 { padding-left: 5px !important; }.sp_pl10 { padding-left: 10px !important; }.sp_pl15 { padding-left: 15px !important; }.sp_pl20 { padding-left: 20px !important; }.sp_pl30 { padding-left: 30px !important; }.sp_pl40 { padding-left: 40px !important; }
.sp_pr0 { padding-right: 0px !important; }.sp_pr5 { padding-right: 5px !important; }.sp_pr10 { padding-right: 10px !important; }.sp_pr15 { padding-right: 15px !important; }.sp_pr20 { padding-right: 20px !important; }.sp_pr25 { padding-right: 25px !important; }.sp_pr30 { padding-right: 30px !important; }.sp_pr40 { padding-right: 40px !important; }
.sp_pb0 { padding-bottom: 0px !important; }.sp_pb5 { padding-bottom: 5px !important; }.sp_pb10 { padding-bottom: 10px !important; }.sp_pb15 { padding-bottom: 15px !important; }.sp_pb20 { padding-bottom: 20px !important; }.sp_pb25 { padding-bottom: 25px !important; }.sp_pb30 { padding-bottom: 30px !important; }.sp_pb40 { padding-bottom: 40px !important; }.sp_pb50 { padding-bottom: 50px !important; }.sp_pb60 { padding-bottom: 60px !important; }.sp_pb70 { padding-bottom: 70px !important; }.sp_pb80 { padding-bottom: 80px !important; }

.flxBox.spBlock {
	display: block;
}

.sp_w60 {width: 60px;}

#header .headerInner .logo {
	margin-top: 0;;
}

.kantaSection {
	padding: 32px 10px;
}


#mainVisual.kantaCard {
	height: 320px;
}
#mainVisual.kantaCard .wrapInner {
	width: 100%;
}
#mainVisual.kantaCard .wrapInner .img {
	position: static;
	max-width: 279px;
	margin: 24px auto 0;
}
.mvLead.kantaCard .lead {
	padding: 8px 16px;
}
.kantaCvArea {
	padding: 32px 10px;
}
.kantaCvArea .cvInner {
	padding: 24px 16px;
}
.kantaCvArea .cvInner .bg > i {
	width: 19px;
	height: 19px;
}
.kantaCvArea .cvInner .bg > .bg01 {
	left: 4px;
	top: 4px;
}
.kantaCvArea .cvInner .bg > .bg02 {
	right: 4px;
	top: 4px;
}
.kantaCvArea .cvInner .bg > .bg03 {
	left: 4px;
	bottom: 4px;
}
.kantaCvArea .cvInner .bg > .bg04 {
	right: 4px;
	bottom: 4px;
}
.kantaCvArea .cvInner .btnWrap .kantaCvBtn {
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .4);
	font-size: 20px;
	height: 64px;
}
.kantaCvArea .cvInner .btnWrap .kantaCvBtn:after {
	height: 60px;
}
.kantaCvArea .cvInner .note {
	font-size: 12px;
}
.kantaPageLinkWrap {
	padding: 16px 10px;
}
.redPatternWrap .kantaPageLink .btn {
	font-size: 14px;
	height: 64px;
	width: calc((100% - 16px) / 2);
}
.kantaTtl {
	margin-bottom: 48px;
}
.kantaTtl h2 {
	font-size: 24px;
}
.kantaTtl h2 .main {
	font-size: 32px;
}
.reasonList .reason:nth-of-type(3n),
.reasonList .reason {
	border: 2px solid #be1b10;
	font-size: 18px;
	width: calc((100% - 16px) / 2);
	margin-right: 16px;
	padding: 24px 0 48px;
}
.reasonList .reason:nth-of-type(2n) {
	margin-right: 0;
}
.reasonList .reason:nth-of-type(n+4),
.reasonList .reason:nth-of-type(n+3) {
	margin-top: 16px;
}
.reasonList .reason .icn {
	width: 45px;
	margin: 0 auto 16px;
}
.reasonLast {
	border: 2px solid #fab223;
	padding: 24px 16px;
}
.reasonLast .bg > i {
	width: 19px;
	height: 19px;
}
.reasonLast .bg > .bg01 {
	left: 4px;
	top: 4px;
}
.reasonLast .bg > .bg02 {
	right: 4px;
	top: 4px;
}
.reasonLast .bg > .bg03 {
	left: 4px;
	bottom: 4px;
}
.reasonLast .bg > .bg04 {
	right: 4px;
	bottom: 4px;
}
.reasonLast .lead {
	font-size: 16px;
	text-align: center;
}
.reasonLast .mainTxt .icn {
	width: 63px;
	margin-right: 10px;
}
.reasonLast .mainTxt .txt {
	font-size: 28px;
}
.reasonLast .mainTxt .txt .italic {
	margin-left: -10px;
}
.reasonLast .catch {
	font-size: 20px;
}
.interestRateWrap {
	padding: 16px;
}
.interestRateWrap .interestRate {
	padding: 24px 16px;
}
.interestRateWrap .interestRate .lead {
	font-size: 20px;
}
.interestRateWrap .interestRate .lead .txtRed {
	font-size: 32px;
}
.interestRateWrap .interestRate .txt {
	margin-top: 24px;
}
.interestRateWrap .interestRate .rateWrap {
	margin-top: 24px;
}
.interestRateWrap .interestRate .rateWrap .rate {
	font-size: 32px;
}
.interestRateWrap .interestRate .rateWrap .rate .num {
	font-size: 48px;
}
.interestRateWrap .interestRateEx {
	padding: 24px 16px;
}
.interestRateWrap .interestRateEx .ttl {
	font-size: 18px;
}
.interestRateWrap .interestRateEx .tableWrap + .ttl {
	margin-top: 24px;
}
.interestRateWrap .interestRateEx .tableWrap {
	overflow-x: scroll;
}
.interestRateWrap .interestRateEx .tableWrap .balloonWrap,
.interestRateWrap .interestRateEx .tableWrap .rateExTable {
	width: 540px;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr td,
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr th {
	font-size: 13px;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr td .note {
	font-size: 12px;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable tr th .num {
	font-size: 16px;
}
.interestRateWrap .interestRateEx .tableWrap .rateExTable .amout .num {
	font-size: 24px;
}
.supportPoint .pointBlock + .pointBlock {
	margin-top: 48px;
}
.supportPoint .pointBlock .blockInner {
	border: 2px solid #be1b10;
	padding: 24px 16px;
}
.supportPoint .pointBlock .blockInner .bg > i {
	width: 19px;
	height: 19px;
}
.supportPoint .pointBlock .blockInner .bg > .bg01 {
	left: 4px;
	top: 4px;
}
.supportPoint .pointBlock .blockInner .bg > .bg02 {
	right: 4px;
	top: 4px;
}
.supportPoint .pointBlock .blockInner .label .num {
	font-size: 20px;
}
.supportPoint .pointBlock .blockInner .pointTtl .ttl {
	font-size: 20px;
}
.supportPoint .pointBlock .blockInner .pointTtl .ttl .num {
	font-size: 32px;
}
.supportPoint .pointBlock .blockInner .pointBody {
	padding-top: 16px;
}
.supportPoint .pointBlock .blockInner .pointBody .limited {
	flex-direction: column;
}
.supportPoint .pointBlock .blockInner .pointBody .limited > dt {
	font-size: 18px;
	width: 100%;
	height: auto;
	padding: 16px;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col,
.supportPoint .pointBlock .blockInner .pointBody .amount,
.supportPoint .pointBlock .blockInner .pointBody .limited > dd {
	display: block;
	font-size: 24px;
	width: 100%;
	height: auto;
	margin: 2px 0 0;
	padding: 16px;
	text-align: center;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col .num,
.supportPoint .pointBlock .blockInner .pointBody .amount .num,
.supportPoint .pointBlock .blockInner .pointBody .limited > dd .num {
	font-size: 32px;
}
.supportPoint .pointBlock .blockInner .pointBody .largeTxt {
	font-size: 16px;
}
.supportPoint .pointBlock .blockInner .pointBody .lead {
	font-size: 18px;
}
.supportPoint .pointBlock .blockInner .pointBody .amount {
	width: 100%;
	margin: 10px 0 16px;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap {
	display: block;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col {
	display:-ms-flexbox;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col + .col {
	margin: 2px 0 0;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col dt {
	font-size: 18px;
}
.supportPoint .pointBlock .blockInner .pointBody .freeWrap .col dd {
	margin-left: 10px;
}
.supportPoint .pointBlock .blockInner .pointBody .catchTxt {
	font-size: 24px;
}
.supportPoint .pointBlock .blockInner .pointBody .catchTxt .txtRed {
	font-size: 36px;
}
.usefulTitleWrap {
	margin: 40px -10px 24px;
}
.usefulTitleWrap:before {
	display: none;
}
.usefulTitleWrap .ttlWrap {
	height: auto;
	padding: 16px 10px;
}
.usefulTitleWrap .ttlWrap .icn {
	width: 50px;
	margin-right: 10px;
}
.usefulTitleWrap .ttlWrap h3 {
	flex: 1;
	min-width: 1px;
}
.usefulTitleWrap .ttlWrap h3 .sub {
	font-size: 18px;
}
.usefulTitleWrap .ttlWrap h3 .main {
	font-size: 24px;
}
.atmList,
.kantaServiceFlow .flow {
	flex-direction: column;
}
.kantaServiceFlow .flow .txt {
	padding: 24px 16px;
	width: 100%;
}
.atmList .ttl {
	width: 100%;
	height: auto;
	padding: 24px 16px;
}
.atmList .atm {
	padding: 24px 16px;
}
.scheduleBlock .lead {
	font-size: 16px;
}
.scheduleBlock .scheduleBox {
	border: 1px solid #aaa;
}
.scheduleBlock .scheduleBox + .scheduleBox {
	margin-top: 32px;
}
.scheduleBlock .scheduleBox .ttlWrap {
	padding: 16px;
}
.scheduleBlock .scheduleBox .ttlWrap .ttl {
	font-size: 20px;
}
.scheduleBlock .scheduleBox .body {
	padding: 16px;
}
.flowBoxVertical.kantaFlowBox {
	border: 1px solid #aaa;
}
.flowBoxVertical.kantaFlowBox .flowTtl .ttl .label {
	font-size: 12px;
}
.flowBoxVertical.kantaFlowBox .logs {
	width: auto;
}
.sepBox + .sepBox {
	margin-top: 16px;
	padding-top: 16px;
}
.faqBlock .faq .answer .answerTtl {
	font-size: 16px;
	margin-bottom: 16px;
}
.faqBlock .faq .answer > * + .answerTtl {
	margin-top: 24px;
}
.scheduleType {
	flex-direction: column;
}
.scheduleType > .col {
	width: 100%;
}
.scheduleType > .col + .col {
	margin-top: 24px;
}
.numTtl {
	font-size: 16px;
}
.numTtl .num {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	font-size: 14px;
}
.faqBlock .faq .answer .freeDial .icn {
	margin-right: 8px;
}
.faqBlock .faq .answer .freeDial .tel {
	font-size: 28px;
}
.bgLightGray {
	padding: 32px 10px;
}
.userBox {
	border: 2px solid #be1b10;
	flex-direction: column;
	padding: 16px;
}
.userBox > .col {
	width: 100%;
}
.userBox > .col + .col {
	margin-top: 24px;
}
.userBox > .col figure figcaption {
	font-size: 16px;
	padding: 10px 16px;
}

.foot_box {
	text-align: left;
	font-size: 10px;
	margin-bottom: 20px;
	padding: 0 8px;
	line-height: 2.5;
}
.foot_box .btn_box {
	padding: 1px 7px;
	margin-right: 6px;
}
.kantaInquiry h2 {
	width: 350px;
}

}

