
.event_day02 dl {
  display: flex;
  flex-wrap: wrap;
}
.event_day02 dt {
  width: 4.5rem;
  padding: 20px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  /* align-items: center;
  justify-content: center; */
	white-space: nowrap;
	letter-spacing: 0.1rem;
	line-height: 1.45;
}
.event_day02 dd {
  width: calc(100% - 4.5rem - 80px);
  padding: 20px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
	line-height: 1.45;
}

@media only screen and (max-width: 480px) {	
	.event_day02{
		margin-top: 15px;
	}
	.event_day02 dt{
		width: 100%;
		padding: 7px 10px;
		margin: 0;
	}
	.event_day02 dd{
		width: 100%;
		padding: 15px 10px;
	}
}

	.event_info img.pattan02{
		width: 32% !important;
		max-width: 480px;
		margin: 0 7px 15px 0;
	}

	@media only screen and (max-width: 912px) {	
		.event_info img.pattan02{
			width: 45% !important;
		}
	}

	@media only screen and (max-width: 480px) {	
		.event_info img.pattan02{
			width: 100% !important;
			margin: 0 0 15px !important;
		}
	}

	.tblue{
		color:#003399 !important;
	}

 .ebtn-area {
		max-width: 300px;
		margin: 0 0 25px;
	}
	a.btn_07 {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #fff;
		border: 1px solid #228bc8;
		box-sizing: border-box;
		width: 100%;
		height: 60px;
		padding: 0 25px;
		color: #228bc8;
		font-size: 16px;
		text-align: left;
		text-decoration: none;
		position: relative;
		transition-duration: 0.2s;
	}
	a.btn_07:hover {
		background: #228bc8;
		border: 1px solid #05639a;
		color: #fff;
	}
	a.btn_07:before {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 40px 50px;
		border-color: transparent transparent #228bc8 transparent;
	}
	a.btn_07 span {
			position: absolute;
			bottom: 12px;
			right: 20px;
			display: inline-block;
	}
	a.btn_07 span:before {
			content: '';
			width: 16px;
			height: 16px;
			background: #ffffff;
			border-radius: 50%;
			position: absolute;
			top: 50%;
			left: 0;
			margin-top: -8px;
	}
	a.btn_07 span:after {
			content: '';
			width: 6px;
			height: 6px;
			border: 0;
			border-top: 2px solid #228bc8;
			border-right: 2px solid #228bc8;
			transform: rotate(45deg);
			position: absolute;
			top: 50%;
			left: 4px;
			margin-top: -3px;
	}


	.summer-e{
		margin: 0 0 1rem;
		padding: 0;
		list-style: none;
	}

	.summer-e li:first-child{
		font-weight: bold;
		line-height: 1.65;
		padding-left: 0 !important;
		color: #555;
	}

	.summer-e li{
		padding-left: 1.15rem;
		line-height: 1.85;
	}

	.mb-0rem{
		margin-bottom: 0rem !important;
	}

	.mb-1rem{
		margin-bottom: 1rem !important;
	}

	.mt-1-5rem{
		margin-top: 1.5rem !important;
	}

	.mt-2rem{
		margin-top: 2rem !important;
	}

	.mb-2rem{
		margin-bottom: 2rem !important;
	}

	.indent-1{
		padding-left: 1rem;
		text-indent: -1rem;
	}

	.fs095{
		font-size: 95%;
	}

	
.event_day03 dl {
  display: flex;
  flex-wrap: wrap;
}
.event_day03 dt {
  width: 3.25rem;
  padding: 20px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  /* align-items: center;
  justify-content: center; */
	white-space: nowrap;
	letter-spacing: 0.1rem;
	line-height: 1.45;
}
.event_day03 dd {
  width: calc(100% - 3.25rem - 80px);
  padding: 20px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
	line-height: 1.45;
}

@media only screen and (max-width: 480px) {	
	.event_day03{
		margin-top: 15px;
	}
	.event_day03 dt{
		width: 100%;
		padding: 7px 10px;
		margin: 0;
	}
	.event_day03 dd{
		width: 100%;
		padding: 15px 10px;
	}
}

.s-img{
	float: left;
	margin-right: 1rem;
}

@media only screen and (max-width: 846px) {	.s-img{
	float: initial;
	margin-right: 0;
}
}

.fs110{
	font-size: 1.25rem !important;
	padding-left: 0.35rem;
	padding-right: 0.25rem;
}

.ls145{
	line-height: 1.45 !important;
}

.event_info img.pattan03 {
  width: 45% !important;
  max-width: 480px;
  margin: 0 7px 15px 0;
}

@media only screen and (max-width: 912px) {
  .event_info img.pattan03 {
    width: 45% !important;
  }
}

@media only screen and (max-width: 480px) {
  .event_info img.pattan03 {
    width: 100% !important;
    margin: 0 0 15px !important;
  }
}

.table001 {
  width: 100%;
  margin-left: 0%;
  font-size: 14px;
  margin: 0 0 25px;
  min-width: 800px;
}
.table001 th {
  padding: 5px;
  text-align: center;
  background-color: #e8e8ff;
  border: 1px solid #666699;
}
.table001 td {
  padding: 5px 7px;
  background-color: #fff;
  border: 1px solid #666699;
}

dl.e-data02{
	padding: 0;
	margin: 0 5px 15px;
}

dl.e-data02 > dt{
	display: inline-block;
	padding: 5px 12px;
	margin: 0;
	line-height: 1;
	font-weight: bold !important;
	color: #fff;
	background-color: #333;
}

dl.e-data02 > dd{
	padding: 0;
	margin: 0;
	line-height: 1.65;
	font-weight: bold !important;
}

.event-topimg-area {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 2px;
}

.event-topimg-area img {
	width: calc(33.3% - 4px);
}

@media (max-width: 600px) {
	.event-topimg-area img {
		width: calc(50% - 2px);
	}
}