@charset "utf-8";


/*---- 赤色 ----*/
.f-red-n {
	font-size: 1em;
	color: red;
}

.f-red-s {
	font-size: 1.2em;
	font-weight: bold;
	color: red;
}

.f-red-m {
	font-size: 1.4em;
	font-weight: bold;
	color: red;
}

.f-red-l {
	font-size: 1.6em;
	font-weight: bold;
	color: red;
}

/*---- 緑色 ----*/
.f-green-n {
	font-size: 1em;
	color: green;
}

.f-green-s {
	font-size: 1.2em;
	font-weight: bold;
	color: green;
}

.f-green-m {
	font-size: 1.4em;
	font-weight: bold;
	color: green;
}

.f-green-l {
	font-size: 1.6em;
	font-weight: bold;
	color: green;
}

/*---- 紺色 ----*/
.f-navy-n {
	font-size: 1em;
	color: navy;
}



.f-navy-s {
	font-size: 1.2em;
	font-weight: bold;
	color: navy;
}

.f-navy-m {
	font-size: 1.4em;
	font-weight: bold;
	color: navy;
}

.f-navy-l {
	font-size: 1.6em;
	font-weight: bold;
	color: navy;
}


/*---- 背景に色をつける ----*/
.f-emphasis {
	ont-size: 1.2em;
	font-weight: bold;
	background-color: yellow;
}


.small-font {
	font-size: small;	
}


p.houteisiki {
  display: flex !important;
  align-items: center !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  font-size: 1.5em !important;
  font-weight: bold !important;
}

p.houteisiki::before,
p.houteisiki::after {
  content: "" !important;
  display: block !important;
  height: 1px !important;
  flex-grow: 1 !important;
  background-color: #666 !important;
}

p.houteisiki::before {
  margin-right: 1rem !important;
}

p.houteisiki::after {
  margin-left: 1rem !important;
}



