/* 準備中の文言（ 最新ターム時 ） */div.maintenance-message {  width: calc(90% - 30px);  max-width: 600px;  margin: 85px auto 185px;  padding: 40px 15px 40px;  border-top: 2px solid var(--wisteria);  border-bottom: 2px solid var(--wisteria);  clear: both;	}	h3.agree {		display: table; 		margin: 0 auto;		line-height: 1.8em;		font-size: 100%;		color: #41515B;		text-align: left;		letter-spacing: 0.1em;	}	h3.agree b {		color: var(--wisteria);	}	h3.agree span {		font-weight: normal;		font-size: 88%;	}	h3.agree span.red {		font-weight: normal;		font-size: 88%;		color: #f44;		line-height: 1.4em;		display: inline-block;		padding-top: 0.5em;}/* 準備中の文言 end */