/* CSS Document */

.reito,
.reizo,
.joon{
	font-size: 1.4rem;
	font-weight: bold;
		
}
.reito{
	color: #0059ab;
	border-bottom: 1px dashed #0059ab;
}

.reizo{
	color: #00a139;
	border-bottom: 1px dashed #00a139;
}


.joon{color: #f07919;
	border-bottom: 1px dashed #f07919;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}