@charset "utf-8";
body{
	line-height: 1.625;
	font-size: 1.142rem /*16px*/;
}
/*---------------
kvArea
------------------*/
.kvArea {
	max-width: 1280px;
	margin: 0 auto 35px;
}
.kvArea .kvTop {
	position: relative;
}
.kvArea .kvTop .kvBtnWrap {
	display: flex;
	position: absolute;
	left: calc(50% - 374px);
	bottom: 90px;
}
.kvArea .kvTop .kvBtnWrap li {
	position: static;
}
.kvArea .kvTop .kvBtnWrap li:not(:last-of-type){
	margin-right: 65px;
}
.kvArea .kvTop .kvNoteLink{
	position: absolute;
	bottom: 14px;
	right: 211px;
}

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

/*---------------
tab
------------------*/
.tabWrap .TabPanel {
	display: none;
}
.tabWrap .TabPanel.isOpen {
	display: block;
}
.tabWrap .tabAppBtn {
	width: auto;
}
.tabWrap .tabBtnWrap {
	display: flex;
	justify-content: center;
}
.tabWrap .tabBtnWrap > li {
	border-radius: 10px 10px 0 0;
	border: 4px solid;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 260px;
	font-size: 1.5rem;
	line-height: 1.3;
}
.tabWrap .tabBtnWrap > li:not(:last-of-type){
	margin-right: 22px;
}
.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: 1000px;
	margin: 0 auto;
}
.cardInfo.sectionInner .inner {
	padding: 74px 0 58px 30px;
}
.cardInfo.sectionInner .ml {
	margin-left: 56px;
}
/*---------------
appInclusion
------------------*/
.appInclusion {
	padding: 0 31px;
	width: 1280px;
	margin: 0 auto;
}
.appInclusion .inner.i2 {
	width: 928px;
	padding: 0;
	margin: 0 auto;
}
.appInclusion .IncList {
	display: flex;
	justify-content: space-between;
}
.appInclusion .IncList > li {
	width: auto;
}

/*---------------
baseInfo
------------------*/
.baseInfo {
	width: 1280px;
	margin: 0 auto;
}
.baseInfo .inner.i2 {
	width: 990px;
	padding: 0;
	margin: 0 auto;
}
/*---------------
noticeArea
------------------*/
.noticeArea {
	width: 1280px;
	margin: 0 auto;
	padding-top: 75px;
}
.noticeArea .inner.i2 {
	width: 990px;
	padding: 0;
	margin: 0 auto;
}
.noticeArea .note {
	padding-left: 1em;
	text-indent: -1em;
}
/*---------------
ruleBox
------------------*/
.ruleBox {
	padding: 50px 70px;
	border-radius: 0;
	border: 4px solid #D9D9D9;
}
.ruleBox .ttl {
	margin-bottom: .5em;
}

/*---------------
box06
------------------*/
.box06 {
	padding: 50px 70px;
	border-radius: 0;
	border: 4px solid #D9D9D9;
}
.h2style2 {
	margin-bottom: 30px;
	padding-left: 0;
	text-align: center;
	font-size: 2.285rem /*32px*/;
}
.h2style2:before {
	content: none;
}
/*---------------
box07
------------------*/
.box07 {
	display: flex;
	width: 100%;
	padding: 23px 0;
}
.box07 > * {
	position: relative;
	width: 50%;
	padding: 0 32px 0 97px;
}
.box07 > *:first-child {
	border-right: 1px solid #ddd;
	border-bottom: none;
}
.box07 h4 {
	margin-bottom: 12px;
	font-size: 1rem/*14px*/;
	padding-bottom: 0;
	width: 100%;
}
.box07 .logo {
	position: absolute;
	top: 3px;
	left: 32px;
	width: auto;
	padding: 0;
}
/*---------------
telBlock
------------------*/

.tellBlock {
	margin: 0;
}
.tellBlock .tellBlockInr {
	background: #fff;
	border: solid 4px #e3e3e3;
	text-align: left;
	padding: 0;
}

.tellBlock .tellBlockInr .callArea {
	margin: 23px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tellBlock .tellBlockInr .callArea .tellnum {
	width: 670px;
	padding: 0;
}

.tellBlock .tellBlockInr .callArea .tellnum > dt {
	font-size: 1.428rem;
	font-weight: bold;
	padding-top: 21px;
}

.tellBlock .tellBlockInr .callArea .tellnum > dt:first-child {
	padding-top: 0;
}

.tellBlock .tellBlockInr .callArea .tellnum > dt.bold span {
	font-size: 1.142rem;
	font-weight: normal;
}

.tellBlock .tellBlockInr .callArea .tellnum > dd {
	padding: 10px 0 18px;
	border-bottom: solid 2px #e3e3e3;
}

.tellBlock .tellBlockInr .callArea .tellnum > dd:last-child {
	border: none;
	padding-bottom: 18px;
}

.tellBlock .tellBlockInr .callArea .tellnum > dd img {
	width: 60px;
	vertical-align: text-bottom;
	margin-right: 8px;
}

.tellBlock .tellBlockInr .callArea .tellnum > dd a {
	color: #e60000;
	font-size: 2.428rem;
	font-weight: bold;
	text-decoration: none;
}

.tellBlock .tellBlockInr .callArea .calltime {
	display: block;
	float: left;
	width: 230px;
	min-height: 210px;
	margin-left: 10px;
	text-align: center;
	border-left: solid 2px #e3e3e3;
}

.tellBlock .tellBlockInr .callArea .calltime .timeLogo {
	width: auto;
	margin: 21px 0 0 39px;
}

.tellBlock .tellBlockInr .callArea .calltime .timeTxt {
	margin: 21px 0 0 39px;
	font-size: 1.428rem;
	font-weight: bold;
	line-height: 1.6;
}

.tellBlock .tellBlockInr .callArea .calltime .timeTxt > span {
	font-size: 1rem;
	font-weight: normal;
}

.tellBlock .tellBlockInr .timecap {
	padding: 23px 30px 25px;
	font-size: 1rem;
	background: #fafafa;
}

/*---------------
block12
------------------*/
.block12 {
	width: 870px;
	margin: 30px auto 0;
}
.block12 .note {
	padding-left: 1em;
	text-indent: -1em;
}
/*---------------
modal
------------------*/

.w400 {
	width: 400px !important;
}
.modalWrap:not(.modal-external-link) .modalContent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 655px;
	max-width: inherit;
	margin: 0 auto;
	padding: 24px 30px 26px;
	transform: translateX(-50%) translateY(-50%);
}

.modalContentInner2 {
	display: flex;
	justify-content: space-between;
}

.modalContentInner2 .l {
	width: 246px;
}

.modalContentInner2 .r {
	width: 331px;
}

.modalBox {
	padding: 17px 20px 29px;
}

.modalTitle {
	margin-left: 0;
	margin-bottom: 19px;
	font-size: 1rem/*14px*/;
}

.modalTypeList {
	margin-top: 35px;
}
.modalBrandCheckList {
	margin-left: 2px;
}

.modalBrandCheckList .modalCheckBlock {
	padding-left: 14px;
	padding-right: 7px;
}
.modalBtn01 {
	transition:all .3s;
}

.modalBtn01:hover {
	color: #A6200F;
	box-shadow: 0 3px 9px 0 rgb(0 0 0 / 25%);
}

.modalBtnBlock .btn01 {
	max-width: 440px;
	font-size: 1rem;
}
.modalBtnBlock .btn01::before {
	width: 18px;
	height: 18px;
	right: 21px;
}
.modalBtnBlock .btn01::after {
	right: 26px;
	border-width: 4.5px 0 4.5px 7px;
}

.modalTypeList li + li {
	margin-top: 19px;
}

.modalContent .txt1 {
	margin-bottom: 15px;
	font-size: 1.142rem;
	text-align: center;
}


.modalbtn02 {
	transition:all .3s;
}

.modalbtn02:hover {
	color: #A6200F;
	box-shadow: 0 3px 9px 0 rgb(0 0 0 / 25%);
}

.modalBtnBlock .btn02 {
	max-width: 440px;
	font-size: 1rem/*14px*/;
}
.modalBtnBlock .btn02::before {
	right: 22px;
	width: 18px;
	height: 18px;
}
.modalBtnBlock .btn02::after {
	right: 26px;
	border-width: 4.5px 0 4.5px 7px;
}

.modalTypeList li + li {
	margin-top: 19px;
}

.modalContent .txt1 {
	margin-bottom: 15px;
	font-size: 1.142rem/*16px*/;
	text-align: center;
}

@media all and (min-width:0px) {
	*::-ms-backdrop, .modalOverlay {
		overflow: hidden;
	}
}
/*---------------
modal,withCode
------------------*/
.withCode [class*="trigger"] .modalContent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 655px;
	max-width: inherit;
	margin: 0 auto;
	padding: 26px 27px 26px 30px;
	-webkit-transform: translateX(-50%) translateY(-50%);

}

.withCode [class*="trigger"] .modalBox {
	padding: 17px 20px 29px;
	-webkit-box-shadow: none;

}

.withCode [class*="trigger"] .modalTitle {
	margin-left: 0;
	margin-bottom: 19px;
	font-size: 1rem;
}

.withCode [class*="trigger"] .modalCardArea + .modalBrandArea {
	margin-top: 40px;
}

.withCode [class*="trigger"] .modalTitle .req {
	padding-left: 1.5em;
}

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

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

.withCode [class*="trigger"] .modalBtn01 {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.withCode [class*="trigger"] .modalBtn01:hover {
	color: #A6200F;
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.25);

}

.withCode [class*="trigger"] .modalBtnBlock .btn01 {
	padding: 15px 37px;
	border-radius: 6px;
	font-size: 2rem;
	opacity: 1;
	transition: opacity .2s;
	font-size: 1rem;
}
.withCode [class*="trigger"] .modalBtnBlock .btn01::before {
	width: 18px;
	height: 18px;
}
.withCode [class*="trigger"] .modalBtnBlock .btn01::after {
	right: 26px;
}

.withCode [class*="trigger"] .modalContentInner2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;


}

.withCode [class*="trigger"] .modalContentInner2 .l {
	width: 331px;
}

.withCode [class*="trigger"] .modalContentInner2 .r {
	width: 246px;
}

.withCode [class*="trigger"] .modalBtnBlock .btnBlock .btn02 {
	width: 190px;
}

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

.withCode [class*="trigger"].modalWrap.modalTypeB .modalContentInner2 .l {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;


}

.withCode [class*="trigger"].modalWrap.modalTypeB .modalContentInner2 .l .modalCardArea {
	width: 202px;
}

.withCode [class*="trigger"].modalWrap.modalTypeB .modalContentInner2 .l .modalBrandArea {
	margin-top: 0;
	width: 283px;
}

.withCode [class*="trigger"].modalWrap.modalTypeD .modalContentInner2 .l {
	width: 100%;
}

.withCode [class*="trigger"].modalWrap.modalTypeD .modalContentInner2 .l .modalBrandArea {
	margin: 0 auto;
	width: 283px;
}

.withCode [class*="trigger"] .modalContent .txt1 {
	text-align: center;
}

.withCode [class*="trigger"] .modalTitle .tRed {
	padding-left: 1.5em;
}


/************************************************
modalContent02
************************************************/
		.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);
		}
			.modalContent02 {
				position: absolute;
				top: 50%;
				left: 50%;
				width: 450px;
				max-width: inherit;
				margin: 0 auto;
				padding: 24px 30px 26px;
				transform: translateX(-50%) translateY(-50%);
			}
			.modalContent02 .txt1 {
				margin-bottom: 15px;
				font-size: 1.142rem;
				text-align: center;
			}
/************************************************
print
************************************************/
@media print{
	.sectionInner,
	.inner {
		width: 100%;
	}
	.pgBreak01{
		page-break-after: always;
	}
	.kvArea .kvTop .kvBtnWrap{
		left: calc(21%);
		bottom: 14%;
		width: 60%;
	}
	.baseInfo {
		width: auto;
	}
	.noticeArea {
		width: auto;
	}
}
/* new page */
.sec01 .txt6 {
    font-size: 1.142rem/*16px*/;
}

.redBorder {
    border: 5px solid #d70d19;
    padding: 10px;
}
