@charset "utf-8";

/*---------------
headerArea footerArea
------------------*/
#footerArea .link-list a {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Osaka, sans-serif;
}

/*---------------
Parts
------------------*/
.mt {
	margin-top: 1em;
}

#mainArea .mod-link .link-arrow-right {
	display: inline-block;
	width: 6px;
	height: 8px;
	margin-bottom: 4px;
	background-image: url(/apply/entry/cmn/images/sprite2x.png);
	background-repeat: no-repeat;
	overflow: hidden;
	background-position: 0 0;
	background-size: 43px auto;

}

@media screen and (max-width: 640px) {
	.ttl03 {
		padding-left: 0;
		padding-bottom: .85714rem;;
	}
	.ttl03::before {
		top: initial;
		bottom: 0;
		width: 100%;
		height: 3px;
	}
}

/*---------------
table
------------------*/
.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: 1rem/*14px*/;
	font-weight: bold;
	vertical-align: top;
}

.tableN>tbody > tr > td {
	padding: 15px 10px 15px 15px;
	border: 1px solid #CFCFCF;
	background-color: #fff;
	font-size: 1rem/*14px*/;
	vertical-align: top;
}

.tableN a {
	color: #039;
}

@media screen and (max-width: 640px) {
	.innerType02 {
		display: block;
		width: 100%;
	}

	.innerType02 tbody {
		display: block;
	}

	.innerType02 th {
		display: block;
		padding: 5px 0;
		font-weight: bold;
	}

	.innerType02 .pc {
		display: none;
	}

	.innerType02 .bt {
		border-top: 1px solid #CFCFCF;
	}

	.innerType02 .sp {
		display: flex;
		border-left: 1px solid #CFCFCF;
	}

	.innerType02 .sp td {
		width: 50%;
		padding: 8px 2px;
		border-right: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
		text-align: center;
	}
}

/*---------------
modal window
------------------*/
.modalWrap input {
	display: none
}

.modalWrap:not(.modal-external-link) .modalContent {
	position: relative;
	width: 85%;
	max-width: 322px;
	padding: 17px 20px 25px;
	border-radius: 3px;
	border: 1px solid #707070;
	background: #fff;
	transition: .3s;
}

.modalBox {
	padding: 10px 10px 10px;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);
}

.modalTitle {
	position: relative;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 1.1rem;
	font-weight: bold;
}

.modalTitle::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 1.3em;
	margin-bottom: 25px;
	background-color: #E60000;
	transform: translateY(-50%);
}

.modalBrandCheckList.hide,
.modalBtnBlock.hide {
	display: none;
}

.modalBrandCheckList li {
	display: table;
	width: 100%;
}

.modalTypeList li+li {
	margin-top: 9px;
}

.modalBrandCheckList li+li {
	margin-top: 9px;
}

.modalBrandCheckList li>.modalLogo,
.modalBrandCheckList li>.modalCheckBlock {
	display: table-cell;
}

.modalBrandCheckList .modalLogo {
	width: 54px;
	text-align: center;
	vertical-align: middle;
}

.modalBrandCheckList .modalLogo img {
	width: 54px;
}

.modalBrandCheckList .modalCheckBlock {
	padding-left: 2px;
}

.modalBtn01 {
	display: block;
	padding: 10px;
	border: 1px solid #A6200F;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);
	font-size: 0.8572rem/*12px*/;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.modalBrandCheck:checked+.modalBtn01 {
	background-color: #A6200F;
	color: #fff;
}

.modalBtnBlock {
	text-align: center;
}

.modalBtnBlock .btn01 {
	padding: 14px 20px;
	border: none;
	font-size: 0.8572rem/*12px*/;
}

.modalBtnBlock .btn01::before {
	width: 16px;
	height: 16px;
}

.modalBtnBlock .btn01::after {
	right: 19px;
	border-width: 4px 0 4px 6px;
}
@media screen and (max-width: 641px) {
	.modalBtnBlock .btn01::after {
		right: 49px;
	}
}

.modalContent .txt1 {
	margin-bottom: 15px;
	font-size: 0.8572rem/*12px*/;
	font-weight: bold;
	text-align: left;
}

.modalWrap input:checked~.modalOverlay {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.modalContent .closeButton {
	position: absolute;
	top: -30px;
	right: 0;
	width: auto;
	height: auto;
	padding-right: 30px;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	font-size: 1.1429rem/*16px*/;
}

.modalContent .closeButton::before,
.modalContent .closeButton::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: inherit;
	width: 20px;
	height: 1px;
	background-color: #fff;
}

.modalContent .closeButton::before {
	transform: rotate(45deg);
}

.modalContent .closeButton::after {
	transform: rotate(-45deg);
}

@media screen and (max-width: 641px) {
	.modalBox+.modalBox {
		margin-top: 15px;
	}
}

/*---------------
fixBlock
------------------*/
.fixBlock {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;
	background: rgba(0, 0, 0, 0.60) !important;
	z-index: 100;
}

.fixBlock .btnBlock {
	display: flex;
	justify-content: center;
}

.fixBlock .btnBlock .small {
	display: none;
}

.fixBlock .btnBlock .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 62px;
	padding: 10px 0;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgb(0 0 0 / 30%);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgb(0 0 0 / 80%);
}

.fixBlock .btnBlock .item a:hover {
	opacity: .6;
}

.fixBlock .btnBlock .item .btn-use {
	border: 1px solid #DA1A25;
	background-color: #E23640;
}

.fixBlock .btnBlock .item .btn-use.is-disabled {
	border: 1px solid #949494;
	background-color: #b3b3b3;
}

.fixBlock .btnBlock .item .btn-not-use {
	margin-right: 5px;
	border: 1px solid #949494;
	background-color: #b3b3b3;
}

/*---------------
Layout
------------------*/
body {
	padding-bottom: 110px;
}

.modalWrap {
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 641px) {
	#pageTopArea .pageTopBtn .btn {
		bottom: 100px;
	}
}
