@charset "UTF-8";
/* CSS Document */

/*   Header   */
header {
	width: 100%;
	margin: 0 0 26px 0;
	padding: 0 30px;
	background: rgba(255,255,255,1.0);
	position:relative;
	border-bottom: solid 5px rgba(229,227,226,1.00)
}

header .header_inner {
	width: 100%;
	max-width: 1400px;
	height: 67px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}

header .header_inner .mm_logo_area {
	width: 191px;
	margin-left: 3px;
	padding-top: 10px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

header .header_inner .mm_logo_area a {
	width: 100%;
	height: auto;
	display: block;
}

header .header_inner .mm_logo_area:after {
	display: block;
	position: absolute;
	left: 0;
	background: #e3001b;
	content: "";
	bottom: -5px;
	width: 191px;
	height: 5px;
}

header .header_inner .mm_logo_area img {
	width: 100%;
	height: auto;
}


@media only screen and (max-width: 767.98px) {
  header {
    border-bottom: solid 4px rgba(229,227,226,1.00);
    margin: 0 0 20px 0;
    padding: 0 20px;
  }

  header .header_inner {
    height: 51px;
  }

  header .header_inner .mm_logo_area {
    width: 141px;
    padding-top: 10px
  }

  header .header_inner .mm_logo_area a {
    width: 100%;
    height: auto;
    display: block;
  }

  header .header_inner .mm_logo_area:after {
    bottom: -4px;
    width: 141px;
    height: 4px
  }

  header .header_inner .mm_logo_area img {
    width: 100%;
    height: auto;
  }
}


@media print,screen and (min-width: 1630px) {
  header {
    border-bottom: solid 7px rgba(229,227,226,1.00);
    margin: 0 0 40px 0;
    padding: 0;
  }

  header .header_inner {
    height: 100px;
  }

  header .header_inner .mm_logo_area {
    width: 284px;
    padding-top: 19px
  }

  header .header_inner .mm_logo_area a {
    width: 100%;
    height: auto;
    display: block;
  }

  header .header_inner .mm_logo_area:after {
    bottom: -7px;
    width: 284px;
    height: 7px
  }

  header .header_inner .mm_logo_area img {
    width: 100%;
    height: auto;
  }
}

/*   main   */
#main {
  padding-top: 0;
}

.event_head_text {
  display: table;
  width: 100%;
  max-width: 1260px;
  margin: 3em auto 0 auto;
}
.event_headL {
  display: table-cell;
  width: 50%;
  padding-left: 15px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
.event_headR {
  display: table-cell;
  width: 50%;
  padding-right: 15px;
  text-align: right;
  vertical-align: top;
  box-sizing: border-box;
}
.event_head_text + .Main__head .heading1--center {
  padding-top: 2em;
}
.event_list01 {
  text-indent: -1.8em;
  margin-left: 1.8em;
  margin-bottom: 0;
}
.event_listin_dl01 {
  display: table;
  margin: 0.3em 0 0 0;
}
.event_listin_dl01 dt {
  display: table-cell;
  width: 65px;
  text-align: left;
  vertical-align: top;
}
.event_listin_dl01 dd {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.event_num_list01 {
  margin: 0.3em 0 0 2em;
  padding: 0;
}
.event_num_list01 > li {
  margin-top: 0.3em;
}
.event_ml01 {
  display: inline-block;
  margin-left: 1.5em;
}
.column.column_20250821{
  width: 100%;
  text-align: center;
}
.column_20250821 .button-wrap--center{
margin-top: 1em;
}
.event_underline {
  text-decoration: underline;
}
.media__head.event_adjust01 {
  width: calc((100% - 72px)/2.4 - .1px);
}
@media only screen and (max-width: 767.98px) {
  .event_sp_left {
    text-align: left!important;
  }
  .event_sp_mt0 {
    margin-top: 0!important;
  }
  .event_sp_ml0 {
    margin-left: 0!important;
  }
  .column.column_20250821{
    text-align: left;
}
  .column.column_20250821[data-col-sp]:not([data-col-sp=auto])>*{
    margin-top: 3em;
  }
}
/*   footer   */
footer {
  margin: 0 0 60px 0;
}
#footer_area a {
  width: 220px;
  display: block;
  margin: 0 auto 19px auto;
}
#footer_area a img {
  width: 100%;
  height: auto;
}
#footer_area small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  color: rgba(76, 76, 76, 1.0);
  text-align: center;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0;
}