@charset "utf-8";
/* CSS Document */

h3 {
	font-weight: normal;
}

/* container *
****************************************/

/* message */
#message {
	margin-right: auto;
	margin-left: auto;
	line-height: 2;
}


/* text-list 本文 */
.text-list {
	counter-reset: number 0;
}

.text-list h4::before {
	counter-increment: number 1;
	content: counter(number)". ";
}

.text-list ul {
	margin-left: 1.2em;
}

.text-list ul li {
	list-style-type: none;
}

.text-list ul li::before {
	position: relative;
	top: -2px;
	left: -1em;
	margin-right: -0.4em;

	display: inline-block;

	width: 6px;
	height: 6px;

	content: '';

	border-radius: 100%;
	background: #4d4d4d;
}

.br-sp {
	display: none;	/*スマホでの改行位置*/
}

/* RWD --------------------------------------------------------*/
@media screen and (min-width: 750px) {
	#message p .brank					{ display: block; }
}/* END min-width 750px */

@media screen and (min-width: 750px) and (max-width: 1023px) {
	#companyWord						{ width: 650px; }
}/* END min-width 750px and max-width 1023px */

@media screen and (max-width: 749px) {
	#message							{ width: 275px; }
}/* END min-width 850px and max-width 1023px */
/* END RWD -----------------------------------------------------*/
