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

.page #billboard .inner01 {
  padding: 3.5em 0;
  background: linear-gradient(to right,#aaa,#eee,#aaa);
  margin-bottom: 4em;
}
.page #billboard .inner01 .ttl01 {
  color: #333;
  font-size: 175%;
}
#section01 .inner01 {
	padding: 2.5em;
	margin-bottom: 1em;
	/*border: 1px solid #aaa;*/
	box-sizing: border-box;
}
#section01 .inner01 .ttl01 {
  font-size: 112.5%;
  text-align: center;
  margin-bottom: 1em;
}
#section01 .inner01 table {
	width: 100%;
	text-align: left;
  margin-bottom: 5em;
}
#section01 .inner01 table.fix01 {
  margin-bottom: 1em;
}
#section01 .inner01 table tr th,
#section01 .inner01 table tr td {
	font-size: 87.5%;
	font-weight: normal;
	line-height: 1.5;
	padding: 0.8em 1em 0.75em 3em;
	box-sizing: border-box;
}
#section01 .inner01 table tr th {
	width: 30%;
	border-bottom: 1px solid #aaa;
}
#section01 .inner01 table tr td {
	width: 70%;
	border-bottom: 1px solid #eee;
}
#section01 .inner01 table tr td .sp01 {
  font-size: 70%;
}
#section01 .inner01 table.fix02 {
  margin-bottom: 1em;
}
#section01 .inner01 table.fix02 + .txt01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  font-size: 62.5%;
  line-height: 1.5;
  margin-bottom: 8em;
}
#section01 .inner01 table.fix02 + .txt01 .sp01 {
  text-align: center;
  width: 6em;
  padding: 0.5em;
  margin-right: 1em;
  box-sizing: border-box;
  border: 1px solid #777;
}
#section01 .inner01 table.fix02 + .txt01 .sp02 {
  width: calc(100% - 7em);
}
#section01 .inner10 {
	display: table;
  padding: 2.5em 0 5em;
}
#section01 .inner10 p {
	display: table-cell;
	font-size: 62.5%;
	line-height: 1.5;
}
#section01 .inner10 .left {
	text-align: center;
	width: 7em;
	padding: 1em 0;
	margin-right: 1em;
	box-sizing: border-box;
	border: 1px solid #666;
	vertical-align: middle;
}
#section01 .inner10 .right {
	/*padding-left: 1.5em;*/
	width: calc(100% - 7.5em);
}

@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 960px) {
}
@media (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .page #billboard .inner01 {
    margin-bottom: 2em;
  }
	#section01 {
		padding: 0 3%;
	}
	#section01 .inner01 {
    padding: 1em 0;
		margin-bottom: 2em;
	}
	#section01 .inner01 table tr th,
	#section01 .inner01 table tr td {
		padding: 0.6em 0.5em 0.55em 0.5em;
	}
	#section01 .inner01 table tr th {
    width: 38%;
	}
	#section01 .inner01 table tr td {
    width: 62%;
	}
  #section01 .inner01 table tr td .sp01 {
    display: block;
  }
  #section01 .inner01 table.fix02 + .txt01 .sp01 {
    width: 9em;
    padding: 0.5em 1em;
    margin: 0 0 0.5em;
  }
  #section01 .inner01 table.fix02 + .txt01 .sp02 {
    width: 100%;
  }
	#section01 .inner10 {
    display: block;
	}
	#section01 .inner10 p {
    display: block;
	}
	#section01 .inner10 .left {
		font-size: 87.5%;
		width: 100%;
		padding: 0.5em 0;
		margin-bottom: 1em;
	}
	#section01 .inner10 .right {
		width: 100%;
		padding: 0;
	}

}
@media only screen and (max-width: 768px) and (orientation: landscape) {
}