@charset "utf-8";

span.span_text {
  font-size: 14px;
  font-weight: normal;
  /*display: block;*/
  /*padding-left: 2em;*/
  width: 80%;
}

div#item h3 span.next-year {
font-size: 14px;
padding-left: 0;
}
h3.next-year-wrap {
	display: flex;
	align-items: baseline;
}
@media only screen and (max-width: 700px) {
	iframe {
	width: 100%;
	}
	div#item h3 span.next-year {
	font-size: 10px;
}
}

div.outer {
  display: flex;
  justify-content: space-between;
}
div.inner {
  width: 45%;
}