@charset "UTF-8";


.main .basicTitleArea .basicTitle span {
	display: inline-block;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5em;
	letter-spacing: 0.05em;
}

.main .bodyArea .notice2021 {
	color: #f00;
	margin: 0 0 16px 1em;
	text-indent: -1em;
	line-height: 1.75em;
}

.main .bodyArea .infoTableWrap {
	position: relative;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #39f;
}

.main .bodyArea .infoTableWrap .infoTable {
	position: relative;
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
}

.main .bodyArea .infoTableWrap .infoTable:first-child {
	border-top: 1px solid #39f;
}

.main .bodyArea .infoTableWrap .infoTable dt {
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px 0 0 0;
	font-weight: bold;
	color: #39f;
}

.main .bodyArea .infoTableWrap .infoTable dd {
	position: relative;
	left: 190px;
	width: auto;
	max-width: 790px;
	padding: 12px 0 0 0;
}

.main .bodyArea .infoTableWrap .infoTable dd .indent {
	text-indent: -2.75em;
	margin-left: 2.75em;
}

.main .bodyArea .contact {
	margin: 80px 0 0 0;
	padding: 40px 0;
	background: #f6f6f4;
}

.main .bodyArea .contact p {
	margin: 0 40px 0;
	line-height: 2;
}

.main .bodyArea .contact .contactTitle {
	font-weight: bold;
}





/* ------------------------------------------------------------ */

@media screen and (max-width: 1000px) {


.main .bodyArea .infoTableWrap .infoTable dt {
	line-height: 2;
}

.main .bodyArea .infoTableWrap .infoTable dd {
	position: relative;
	left: 140px;
	width: calc( 100% - 140px );
	padding: 12px 0 0 0;
	line-height: 2;
}

.main .bodyArea .contact {
	margin: 40px 0 0 0;
}

.main .bodyArea .contact .contactTitle {
	margin-bottom: 5px;
}

}


/* ------------------------------------------------------------ */

@media screen and (max-width: 768px) {

.main .bodyArea .infoTableWrap .infoTable dt {
	position: relative;
}

.main .bodyArea .infoTableWrap .infoTable dd {
	position: relative;
	left: 0;
	width: 100%;
	padding: 0 0 0 0;
}

.main .bodyArea .contact {
	margin: 40px 0 0 0;
	padding: 20px 0;
}

.main .bodyArea .contact p {
	margin: 0 20px 0;
	font-size: 12px;
	line-height: 1.75;
}

.main .bodyArea .contact .contactTitle {
	font-size: 14px;
}

}





/* ------------------------------------------------------------ */

@media screen and (max-width: 767px) {

.main .bodyArea {
	padding-top: 16px;
}

.main .basicTitleArea .basicTitle span {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.5em;
	letter-spacing: 0.05em;
}

}




/* ------------------------------------------------------------ */

@media screen and (max-width: 420px) {

}

