.weight600 {
	font-weight: 600;
}

.comModal-ExplainDL,
.comModal-confDL,
.comModal-WBS {
	display: flex;
    flex-flow: column nowrap;
	margin: 0;
    width: 100%;
}
.comModal-ExplainDL > dt,
.comModal-confDL > dt {
	text-align: center;
	width: 100%;
}

.comModal-ExplainDL > dt {
	font-weight: 600;
}

.comModal-ExplainDL > dd,
.comModal-confDL > dd {
	padding: 0;
	margin: 0 0 0px;
	width: 100%;
}
.comModal-confDL > dd ul {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}
.comModal-confDL > dd li {
	width: calc((100% - 15px) / 2);
}
.comModal-confDL > dd li:not(:last-child) {
	margin-right: auto;
}

.comModal-DotUL {
	display: flex;
	flex-flow: column wrap;
}
.comModal-DotUL > li {
	padding: 0 0 0 1em;
	position: relative;
	width: 100%;
}
.comModal-DotUL > li::before {
	content: "・";
	position: absolute;
	left: 0;
}

.comModal-ExplainDL .comBtnContainer-Single .comLay-Btn1 {
	max-width: 210px;
}


body .comModal-WBS .modaal-container {
	background: #fff;
	color: #171717;
}
.comModal-WBS .modaal-close:before, .comModal-WBS .modaal-close:after {
	background: #171717;
}

body .comModal-WBS .modaal-close:focus:before,
body .comModal-WBS .modaal-close:focus:after, 
body .comModal-WBS .modaal-close:hover:before, 
body .comModal-WBS .modaal-close:hover:after {
	background: #171717!important;
}

.comModal-Title {
	text-align: center;
}

@media screen and (max-width: 950px) {
	.comModalConf .modaal-content {
		min-height: auto !important;
		padding: 0!important;
	}

	.comModal-ExplainDL > dt,
	.comModal-confDL > dt {
		font-size: 16px;
	}
	.comModal-ExplainDL > dt,
	.comModal-confDL > dt {
		margin: 0 0 30px;
	}
	.comModal-ExplainDL > dd,
	.comModal-confDL > dd {
		font-size: 14px;
	}

	* + .comBtnContainer-Single:not(.mtIni) {
		margin-top: 30px;
	}
	.comModal-DotUL > li:not(:first-child) {
		margin-top: 2px;
	}
	.comModal-DotUL > li::before {
		font-size: 12px;
		top: 3px;
	}

	.comModal-WBS .modaal-container {
		max-width: 300px;
    }
	.comModal-WBS .modaal-content-container {
		padding: 40px 20px;
	}
	body .comModal-WBS  .modaal-close {
		left: 0;
		top: 0;
	}
	body .comModal-WBS  .modaal-content {
		min-height: auto;
		padding: 0;
	}
	.comModal-Title {
		font-size: 17px;
		font-weight: 400;
	}
}

@media print,screen and (min-width: 951px) {
	.comModalExplain:not(.w740) .modaal-container,
	.comModalConf .modaal-container {
		max-width: 466px !important;
	}
	.comModalExplain.w740 .modaal-container {
		max-width: 740px !important;
	}
	.comModal-WBS .modaal-container {
		max-width: 450px!important;
	}
	.comModalConf .modaal-content-container {
		padding: 40px 64px !important;
	}
	.comModal-WBS .modaal-content-container {
		padding: 60px 50px !important;
	}

	.comModal-ExplainDL > dt,
	.comModal-confDL > dt {
		font-size: 16px;
	}
	.comModal-ExplainDL > dt,
	.comModal-confDL > dt {
		margin: 0 auto 36px;
	}
	.comModal-ExplainDL > dd,
	.comModal-confDL > dd {
		font-size: 14px;
	}
	* + .comBtnContainer-Single:not(.mtIni) {
		margin-top: 36px;
	}
	.comModal-DotUL > li:not(:first-child) {
		margin-top: 2px;
	}
	.comModal-DotUL > li::before {
		font-size: 12px;
		top: 3px;
	}
	.comModal-Title {
		font-size: 24px;
		font-weight: 600;
	}
	
}
