@charset "utf-8";

/* ----------------------------------------------------------------------------
	MAIN
------------------------------------------------------------------------------ */
main #pageTtl .bg {
	background: url(images/img_page_size-l.jpg) repeat center center;
	background-size: cover;
}

/* ----------------------------------------------------------------------------
	#content
------------------------------------------------------------------------------ */
#content {
}

/* #sec_01 */
#content #sec_01 {
}
#content #sec_01 .lead {
	width: 700px;
	margin: 0 auto 60px;
	line-height: 2;
}
#content #sec_01 .note {
	margin: 20px 0 0;
}
#content #sec_01 .info {
	width: 1000px;
	margin: 0 auto 40px;
}
#content #sec_01 .button {
	width: 400px;
	margin: 0 auto;
}
/* #content section:nth-child(1) p {
  width: 800px;
margin: 0 auto 60px;
  text-align: center;
  color: red;
} */

#content #event section {
	padding: 35px 75px 15px 75px;
	margin: 0 0 40px;
	border-top: solid 1px #011F5C;
	border-bottom: solid 1px #011F5C;
}
#content #event .section {
	padding: 35px 5px 5px 5px;
	margin: 0 0 40px;
  border: none;
}
#content #event section .inner {
	position: relative;
}
#content #event section .inner {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex !important;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
#content #event section .inner .detail {
	width: 420px;
}
#content #event section .inner .detail img{
	width: 100%;
	margin: 0 auto 30px;
}
#content #event section h3 {
	margin: 0 0 40px;
	color: #011F5C;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
}
#content #event section .inner .detail h3 span {
	display: block;
	font-size: 0.6em;
}
#content #event section .inner .detail .point {
	display: inline-block;
	padding: 3px 10px;
	margin: 0 0 30px;
	border: solid 1px #011F5C;
	color: #011F5C;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}
#content #event section .inner .overview {
	width: 100%;
}
#content #event section .inner .overview dl {
	float: left;
}
#content #event section .inner .overview .dl_01 {
  margin-right: 50px;
}
#content #event section .inner .overview .dl_02 {
  margin-right: 440px;
}
#content #event section .inner .overview .dl_03 {
  margin-right: 440px;
}
#content #event section .inner .overview dl dt {
	float: left;
	display: inline-block;
	width: 140px;
	padding: 2px 0;
	margin: 0 0 10px;
	background: #011F5C;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
#content #event section .inner .overview dl .box {
	float: left;
	display: inline-block;
	width: 140px;
	padding: 2px 0;
	margin: 0 0 10px;
	background: #bd272d;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
#content #event section .inner .overview dl dd {
	float: left;
	margin: 0 0 22px 10px;
	color: #011F5C;
	font-size: 15px;
	font-size: 1.5rem;
}
#content #event section .inner .overview dl dd li {
	margin: 0 0 8px 0;
}
#content #event section .inner .overview dl dd p {
	float: left;
	margin: 0 20px 0 0;
	/*border-bottom: 1px solid #011F5C;*/
}
#content #event section .inner .overview dl dd .note {
	display: block;
	width: 400px;
	font-size: 12px;
	font-size: 1.2rem;
}
#content #event section .inner .overview dl dd time {
	display: block;
	font-weight: bold;
	margin: 0 0 2px;
}
#content #event section .app {
	width: 330px;
	margin: 0 auto;
	padding: 25px 0 40px 0;
}
#content #event section .inner .overview .overviewNote {
	float: left;
	width: 520px;
	margin: 10px 0 20px 0;
	padding: 5px;
	background: #ccd2de;
	font-size: 15px;
	font-size: 1.5rem;
	color: #011f5c;
}
#content #event section .inner .overview .overviewNote p {
	padding: 15px;
	border: 1px solid #99a5be;
}

#content #event h2 {
	color: #011F5C;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	text-align: center;
}
#content #event h2 span {
	font-size: 0.7em;
	vertical-align: baseline;
}

.bt {
  width: 330px;
  margin: 40px auto;
}
/* ----------------------------------------------------------------------------
	.canceled
------------------------------------------------------------------------------ */

.canceled .inner {
  width: 1000px;
  margin-bottom: 60px;
  padding: 60px;
  border: 1px solid #011f5c;
}
.canceled .inner h2 {
  width: 100%;
  margin: 0 auto 20px;
  line-height: 2;
  color: #bd272d;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.2rem;
  text-align: center;
  text-decoration: none;
}
.canceled .inner p {
  font-size: 1.4rem;
  color: #011f5c;
  text-align: justify;
}
