@charset "utf-8";
body{
	line-height: 1.625;
	font-size: 1.142rem /*16px*/;
}

/*---------------
kvArea
------------------*/
.kvArea {
	margin: 0 auto 40px;
}
.kvArea .kvTop {
	position: relative;
}
.kvArea .kvTop .kvBtnWrap li {
	position: absolute;
	top: 41.4%;
	left: 3.9%;
	width: 32.3%;
}
.kvArea .kvTop .kvBtnWrap li.kvBtn02 {
	top: 64.4%;
	left: 45.4%;
}
.kvArea .kvTop .kvBtnWrap li.kvBtn03 {
	top: 88.2%;
	left: 2.9%;
}
.kvArea .kvTop .kvNoteLink{
	position: absolute;
	top: 93.4%;
	right: 3.4%;
}

.kvArea .kvBottom {
	position: relative;
	margin-bottom: 5px;
	top: -4vw;
}
.kvArea .kvBottom .mvBtxt{
	font-weight: bold;
	text-align: center;
	font-size: 0.928rem;
	bottom: 5%;
	position: absolute;
	width: 100%;
}
.kvArea .section02 .sectionInner {
	margin: 0 auto;
}
.kvArea .section02 .iconBlank02 img {
	width: 10px;
	margin-top: -2px;
	margin-left: 4px;
	vertical-align: middle;
}

/*---------------
TabLink-tabPanel
------------------*/
.tabLink-tabPanel{
	display: none;
}
.tabLink-tabPanel.isOpen{
	display: block;
}
/*---------------
tab
------------------*/
.tabWrap .TabPanel {
	display: none;
}
.tabWrap .TabPanel.isOpen {
	display: block;
}
.tabWrap .tabAppBtn {
	width: 50%;
	margin: 0 auto;
}
.tabWrap .tabBtnWrap {
	display: flex;
	justify-content: center;
}
.tabWrap .tabBtnWrap > li {
	border-radius: 10px 10px 0 0;
	border: 2px solid;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 260px;
	font-size: 1rem;
	line-height: 1.3;
}
.tabWrap .tabBtnWrap > li:not(:last-of-type){
	margin-right: 8px;
}
.tabWrap .tabBtnWrap > li > * {
	width: 100%;
	text-decoration: none;
	padding: 5px 0px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabWrap .tabBtnWrap > li.tabBtn01 {
	border-color: #d6000f;
}
.tabWrap .tabBtn01 .tabBtn {
	color: #d6000f;
}
.tabWrap .tabBtn01 .tabBtn.isOpen {
	background: #d6000f;
	color: #fff;
}
.tabWrap .tabBtnWrap > li.tabBtn02 {
	border-color: #b79545;
}
.tabWrap .tabBtn02 .tabBtn {
	color: #8c6723;
}
.tabWrap .tabBtn02 .tabBtn.isOpen {
	background: #b79545;
	color: #fff;
}
.tabWrap .tabBtnWrap > li.tabBtn03 {
	border-color: #333;
}
.tabWrap .tabBtn03 .tabBtn {
	color: #333;
}
.tabWrap .tabBtn03 .tabBtn.isOpen {
	background: #333;
	color: #fff;
}
/*---------------
cardInfo
------------------*/
.cardInfo .bgF {
	padding-bottom: 40px;
}
.cardInfo.sectionInner {
	width: auto;
	margin: 0 auto;
}
.cardInfo.sectionInner .inner {
	padding: 35px 15px 0;
}
.cardInfo.sectionInner .ml {
	margin-left: 56px;
}
/*---------------
appInclusion
------------------*/
.appInclusion {
	padding: 0 15px;
	width: auto;
	margin: 0 auto;
}
.appInclusion .inner.i2 {
	width: auto;
	padding: 0;
	margin: 0 auto;
}
.appInclusion .IncList {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.appInclusion .IncList > li {
	width: 48%;
}
/*---------------
baseInfo
------------------*/
.baseInfo {
	width: auto;
	margin: 0 auto;
}
.baseInfo .inner.i2 {
	width: auto;
	padding: 0;
	margin: 0 auto;
}
.baseInfo .note {
	padding-left: 1em;
	text-indent: -1em;
}
.baseInfo .note.ind1_5e {
	padding-left: 3.7em;
	text-indent: -3.7em;
}
/*---------------
noticeArea
------------------*/
.noticeArea {
	padding: 45px 15px 0;
}
.noticeArea .note {
	padding-left: 1em;
	text-indent: -1em;
}
.noticeArea .note.ptn02 {
	padding-left: 6em;
	text-indent: -6em;
}
/*---------------
ruleBox
------------------*/
.ruleBox {
	padding: 20px 15px;
	border-radius: 6px;
	border: 1px solid #CFCFCF;
	background-color: #fff;
	font-size: 1rem/*14px*/;
	text-align: left;
}
.ruleBox .ttl {
	margin-bottom: .5em;
	font-size: 1.285rem;
}
.ruleBox .ttl:not(:first-child) {
	margin-top: 2em;
}
.ruleBox .note li+li {
	margin-top: 3px;
}

/*---------------
box06
------------------*/
.box06 {
	padding: 20px 15px;
	border-radius: 6px;
	border: 1px solid #CFCFCF;
	background-color: #fff;
	font-size: 1rem/*14px*/;
	text-align: left;
}
.box06 .ttl {
	margin-bottom: .5em;
	font-size: 1.285rem;
}
.box06 .ttl:not(:first-child) {
	margin-top: 2em;
}
.box06 .note li+li {
	margin-top: 3px;
}
.h2style2 {
	position: relative;
	margin-bottom: 25px;
	padding-left: 13px;
	font-size: 1.285rem /*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%);
}
/*---------------
box07
------------------*/
.box07.mt {
	margin-top: 1em;
}
.box07 {
	padding: 0 20px;
	border: 1px solid #CFCFCF;
}
.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;
}

/*---------------
tellBlock
------------------*/
.tellBlock {
	margin: 6.25% 3.125% 0;
	text-align: left;
}
.tellBlock .tellBlockInr {
	padding: 5.72519% 0 0;
	background: #fff;
	border: solid 4px #e1e1e1;
}
.tellBlock .tellBlockInr .callArea .tellnum {
	padding: 0 5.72519% 0;
}
.tellBlock .tellBlockInr .callArea .tellnum dt {
	margin-top: 20px;
	font-size: 1rem;
	font-weight: bold;
}
.tellBlock .tellBlockInr .callArea .tellnum dt:first-child {
	margin-top: 0;
}
.tellBlock .tellBlockInr .callArea .tellnum dt > span {
	font-size: 0.714rem;
	font-weight: normal;
}
.tellBlock .tellBlockInr .callArea .tellnum dd {
	padding: 10px 14px 10px 0;
	border-bottom: solid 2px #e3e3e3;
}
.tellBlock .tellBlockInr .callArea .tellnum dd a {
	color: #e60000;
	font-size: 1.214rem;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}
.tellBlock .tellBlockInr .callArea .tellnum dd > img {
	width: 31px;
	vertical-align: top;
}
.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;
}
.tellBlock .tellBlockInr .callArea .calltime .timeLogo {
	width: 35px;
}
.tellBlock .tellBlockInr .callArea .calltime .timeTxt {
	margin-left: 15px;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4;
}
.tellBlock .tellBlockInr .callArea .calltime .timeTxt > span {
	font-size: 0.714rem;
	font-weight: normal;
}
.tellBlock .tellBlockInr .timecap {
	margin-top: 4.5%;
	padding: 4.13699% 5.72519% 5.72519%;
	background: #fafafa;
	font-size: 0.714rem;
}
/*---------------
block12
------------------*/
.block12 {
	margin: 25px auto 0;
}
.block12 .note {
	padding-left: 1em;
	text-indent: -1em;
}
/*---------------
modal
------------------*/
.modalWrap input {
	display: none
}

.modalOverlay {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform 0s .3s;
	transition: opacity .3s, -webkit-transform 0s .3s;
	transition: opacity .3s, transform 0s .3s;
	transition: opacity .3s, transform 0s .3s, -webkit-transform 0s .3s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.modalOverlay::-webkit-scrollbar {
	width: 10px;
}

.modalOverlay::-webkit-scrollbar-track {
	background: #fff;
	border-left: solid 1px #ececec;
}

.modalOverlay::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
}

.modalTrigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.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: 0.785rem;
	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.857rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.modalBrandCheck:checked + .modalBtn01 {
	background-color: #A6200F;
	color: #fff;
}

.modalBtnBlock {
	margin-top: 20px;
	text-align: center;
}

.modalBtnBlock .btn01 {
	position: relative;
	display: inline-block;
	width: 100%;
	min-width: 140px;
	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 rgb(0 0 0 / 59%);
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
	padding: 14px 20px;
	border: none;
	font-size: 0.857rem;
}

.modalContent .txt1 {
	margin-bottom: 15px;
	font-size: 0.857rem;
	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;
}
.modalBtnBlock .btn01.is-disabled {
	padding: 13px 20px;
	border: 1px solid #A6200F;
	background: #fff;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 51%);
	color: #333;
	cursor: default;
	pointer-events: none;
}
.btn01.is-disabled::before {
	content: none;
}
.modalBtnBlock .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%);
	width: 17px;
	height: 14px;
	border: none;
	background: url(/cmn/typeproper/ssi/mubk/select3/img/icon_blank2.svg) 0 0 no-repeat;
	background-size: cover;
}
.btn01.is-disabled:hover {
	opacity: 1;
}
[class*="trigger"] .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.142rem;
}
[class*="trigger"] .modalContent .closeButton::before, [class*="trigger"] .modalContent .closeButton::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: inherit;
	width: 20px;
	height: 1px;
	background-color: #fff;
}

.modalbtn02 {
	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.857rem/*12px*/;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.modalBrandCheck:checked+.modalbtn02 {
	background-color: #A6200F;
	color: #fff;
}

.modalBtnBlock {
	margin-top: 20px;
	text-align: center;
}

.modalBtnBlock .btn02 {
	padding: 14px 20px;
	border: none;
	font-size: 0.857rem/*12px*/;
}

.modalBtnBlock .btn02::before {
	width: 16px;
	height: 16px;
}

.modalBtnBlock .btn02::after {
	right: 19px;
	border-width: 4px 0 4px 6px;
}
@media screen and (max-width: 641px) {
	.modalBtnBlock .btn02::after {
		right: 49px;
	}
}

.modalContent .txt1 {
	margin-bottom: 15px;
	font-size: 0.857rem/*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;
}


@media screen and (max-width: 641px) {
	.modalBox+.modalBox {
		margin-top: 15px;
	}
}


/*---------------
modal,withCode
------------------*/
.withCode [class*="trigger"].modalWrap input {display: none}

.withCode [class*="trigger"] .modalOverlay {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform 0s .3s;
	transition: opacity .3s, -webkit-transform 0s .3s;
	transition: opacity .3s, transform 0s .3s;
	transition: opacity .3s, transform 0s .3s, -webkit-transform 0s .3s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.withCode [class*="trigger"] .modalOverlay::-webkit-scrollbar {
	width: 10px;
}

.withCode [class*="trigger"] .modalOverlay::-webkit-scrollbar-track {
	background: #fff;
	border-left: solid 1px #ececec;
}

.withCode [class*="trigger"] .modalOverlay::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	box-shadow: inset 0 0 0 2px #fff;
}

.withCode [class*="trigger"] .modalTrigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.withCode [class*="trigger"] .modalContent {
	position: relative;
	width: 92%;
	max-width: 345px;
	margin: 35px auto 20px;
	padding: 25px 20px;
	border-radius: 3px;
	border: 1px solid #707070;
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	transform: unset;
	top: 0;
}

.withCode [class*="trigger"] .modalBox {
	padding: 10px 10px 15px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.38);

}

.withCode [class*="trigger"] .modalTitle {
	position: relative;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 0.9rem;
	font-weight: bold;
}

.withCode [class*="trigger"] .modalTitle::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 1.3em;
	margin-bottom: 25px;
	background-color: #E60000;
	-webkit-transform: translateY(-50%);

}

.withCode [class*="trigger"] .modalTitle .req {
	padding-left: 1em;
	color: #A6200F;
}

.withCode [class*="trigger"] .modalBrandCheckList li {
	display: table;
	width: 100%;
}

.withCode [class*="trigger"] .modalBrandCheckList li + li {
	margin-top: 9px;
}

.withCode [class*="trigger"] .modalBrandCheckList li > .modalLogo,	
.withCode [class*="trigger"] .modalBrandCheckList li > .modalCheckBlock {
	display: table-cell;
}

.withCode [class*="trigger"] .modalBrandCheckList .modalLogo {
	width: 50px;
	text-align: center;
	vertical-align: middle;
}

.withCode [class*="trigger"] .modalBrandCheckList .modalLogo img {
	width: auto;
	height: 100%;
	max-height: 30px;
}

.withCode [class*="trigger"] .modalBrandCheckList .modalCheckBlock {
	padding-left: 2px;
}

.withCode [class*="trigger"] .modalBtn01 {
	display: block;
	padding: 10px;
	border: 1px solid #A6200F;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.51);

	font-size: 0.857rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.withCode [class*="trigger"] .modalBrandCheck:checked + .modalBtn01 {
	background-color: #A6200F;
	color: #fff;
}

.withCode [class*="trigger"] .modalBtnBlock {
	margin-top: 20px;
}

.withCode [class*="trigger"] .modalBtnBlock .btn01 {
	position: relative;
	display: inline-block;
	width: 100%;
	min-width: 140px;
	padding: 14px 37px;
	border-radius: 5px;
	border: 2px solid #fff;
	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: 1rem;
	font-weight: bold;
	cursor: pointer;
	padding: 14px 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#A8030F), to(#540208));
	background: linear-gradient(to bottom, #A8030F 0%, #540208 100%);
	font-size: 0.857rem;
	border: none;
}

.withCode [class*="trigger"] .modalBtnBlock .btn01 .ico {
	position: absolute;
	top: 50%;
	right: 21px;
	display: block;
	width: 17px;
	height: 14px;
	-webkit-transform: translateY(-50%);

}

.withCode [class*="trigger"] .modalBtnBlock .btn01 .ico img {
	width: 17px;
	height: 14px;
	vertical-align: top;
}

.withCode [class*="trigger"] .modalBtnBlock .btn01.-disabled {
	padding: 13px 20px;
	border: 1px solid #A6200F;
	background: #fff;
	box-shadow: 1px 1px 2px rgb(0 0 0 / 51%);
	color: #333;
	cursor: default;
	pointer-events: none;
}

.withCode [class*="trigger"] .modalBtnBlock .btn01::before {
	content: none;
}
.withCode [class*="trigger"] .modalBtnBlock .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%);
	width: 17px;
	height: 14px;
	border: none;
	background: url(/cmn/typeproper/ssi/mubk/select2/img/icon_blank2.svg) 0 0 no-repeat;
	background-size: cover;
}

.withCode [class*="trigger"] .modalBtnBlock .btnBlock li + li {
	margin-top: 10px;
}

.withCode [class*="trigger"] .modalTypeList li + li {
	margin-top: 9px;
}

.withCode [class*="trigger"] .modalContent .txt1 {
	margin-top: 13px;
	font-size: 0.928rem;
	line-height: 1.92;
}

.withCode [class*="trigger"] .modalContent .txt2 {
	margin-bottom: 13px;
	padding-left: 1em;
	font-size: 0.928rem;
	line-height: 1.92;
	text-indent: -1em;
}

.withCode [class*="trigger"] .modalContent .closeButton {
	position: absolute;
	top: -30px;
	right: 0;
	padding-right: 30px;
	color: #fff;
	width: auto;
	height: auto;
	font-size: 1.142rem;
	background: none;
	border-radius: 0;
}

.withCode [class*="trigger"] .modalContent .closeButton::before,
.withCode [class*="trigger"] .modalContent .closeButton::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: inherit;
	width: 20px;
	height: 1px;
	background-color: #fff;
}

.withCode [class*="trigger"] .modalContent .closeButton::before {
	-webkit-transform: rotate(45deg);

}

.withCode [class*="trigger"] .modalContent .closeButton::after {
	-webkit-transform: rotate(-45deg);

}

.withCode [class*="trigger"].modalWrap input:checked ~ .modalOverlay {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.withCode [class*="trigger"].modalWrap .modalText {
	margin-bottom: 20px;
	font-size: 0.928rem;
	line-height: 1.75;
}

.withCode [class*="trigger"].modalWrap .modalText > span {
	margin-top: 10px;
	display: inline-block;
	font-size: 0.785rem;
}

.withCode [class*="trigger"].modalWrap .modalCode {
	padding: 10px 20px;
	width: 100%;
	border: 1px solid #999;
	background: #FCC;
	border-radius: 5px;
	display: block;
	font-size: 0.928rem;
}

.withCode [class*="trigger"].modalWrap .modalCode.active {
	background: #fff;
}

.withCode [class*="trigger"].modalWrap .modalCodeError {
	margin-bottom: 10px;
	padding: 4px 0 0 24px;
	background: #DE1A18 url(/cmn/typeproper/ssi/mubk/select2/img/ico_error.png) no-repeat 3px 5px;
	background-size: 17px auto;
	color: #fff;
	font-size: 0.928rem;
	line-height: 1.8;
	display: none;
}

.withCode [class*="trigger"].modalWrap.modalTypeB .modalCodeArea {
	display: none;
}

.withCode [class*="trigger"].modalWrap.modalTypeC .modalCardArea {
	display: none;
}

.withCode [class*="trigger"].modalWrap.modalTypeC .modalBrandArea {
	margin-top: 0;
}

.withCode [class*="trigger"].modalWrap.modalTypeD .modalCardArea,	
.withCode [class*="trigger"].modalWrap.modalTypeD .modalCodeArea {
	display: none;
}

.withCode [class*="trigger"].modalWrap.modalTypeB .modalContentInner2 .r {
	display: none;
}

.withCode [class*="trigger"].modalWrap.modalTypeD .modalContentInner2 .r {
	display: none;
}
.withCode .tRed {
	color: #910011;
}
.withCode [class*="trigger"] .modalTitle .tRed {
	padding-left: 1.5em;
}
@media screen and (max-width: 641px) {
.withCode [class*="trigger"] .modalBox+ .modalBox {
		margin-top: 15px;
	}
}

/************************************************
modalContent02
************************************************/

.modalContent02 {
	position: relative;
	top: 50%;
	left: 50%;
	width: 85%;
	max-width: 322px;
	padding: 17px 20px 25px;
	border-radius: 3px;
	border: 1px solid #707070;
	background: #fff;
	transition: .3s;
	transform: translateX(-50%)translateY(-50%);
}
.modalContent02 .txt1 {
	margin-bottom: 15px;
	font-size: 0.857rem;
	font-weight: bold;
	text-align: left;
}
.modalContent02 .closeButton {
	position: absolute;
	top: -30px;
	right: 0;
	padding-right: 30px;
	color: #fff;
	width: auto;
	height: auto;
	font-size: 1.142rem;
	background: none;
	border-radius: 0;
}
.modalContent02 .closeButton::before, .modalContent02 .closeButton::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: inherit;
	width: 20px;
	height: 1px;
	background-color: #fff;
}
.modalContent02 .closeButton::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modalContent02 .closeButton::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
}
/*---------------
loading
------------------*/
.js-load {
	position: relative;
}
.js-load label {
	visibility: hidden;
}
.js-load.isLoad .loader {
	display: none;
}
.js-load.isLoad label {
	visibility: visible;
}
.js-load .loader {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.js-load .loader {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
}
.js-load .loader {
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	border-right: 2px solid rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	border-left: 2px solid #000;
	/* -webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0); */
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@keyframes load8 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}