
/* mgn-btm*/
.mb1{
   margin-bottom: 1em;
}
.mb2{
   margin-bottom: 2em;
}
.mb3{
   margin-bottom: 3em;
}
.mb4{
   margin-bottom: 4em;
}
.mb5{
   margin-bottom: 5em;
}
/*bg*/
#copyrights {
	background-color:#f1a4c1;
	padding: 50px 0;
}

/* ttl block margin top*/
.title-block1 {
	padding: 2px 0 0px 20px;
	border-left: 7px solid #f5f5f5;
	margin-bottom: 5px;
}

/* ttl block color*/
.title-block2 {
	padding: 2px 0 3px 20px;
	border-left: 7px solid #eeeeee;
	margin-bottom: 30px;
}

.title-block3 {
	padding: 2px 0 3px 20px;
	border-left: 7px solid #ffd700;
	margin-bottom: 30px;
}


/* ttl block 0*/
.title-block02 {
	padding: 2px 0 0px 20px;
	border-left: 7px solid #eeeeee;
	margin-bottom: 0px;
}

.title-block03 {
	padding: 2px 0 0px 20px;
	border-left: 7px solid #ffd700;
	margin-bottom: 0px;
}
.title-block0 {
	padding: 2px 0 0px 20px;
	border-left: 7px solid #eeeeee;
	margin-bottom: 0px;
}
/* divider */
.hr1 {
	border-width: 2px 0 0 0;
	border-style: dotted;
	border-color: #cccccc;
}
/* break */
.br::before {
	content: "\A" ;
	white-space: pre ;
}