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

#heading {
  padding-bottom: 0;
  margin-bottom: 60px;
  background-color: #f5f5f5;
}
div.category-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
}
div.category-heading-contents {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #09529e;
}
div.category-heading-ttl {
  font-size: 72px;
}
div.category-heading-ruby {
  font-size: 21px;
  border-bottom: 2px solid;
  padding-bottom: 0.5em;
  margin-left: 1em;
  margin-bottom: -1em;
}
.event h2.style01 {
  color: #0052A5;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  padding: 0 0 1em;
}
h2.style01::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px #568bc3;
  border-radius: 3px;
  bottom: -4px;
  width: 5%;
}
div.art,
div.kids,
div.stage,
div.present,
div.sports,
div.campaign,
div.tvradio,
div.end {
  padding: 30px 0 0;
}
ul.list {
  margin: 60px 0 0;
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.list::before {
  content: "";
  display: block;
  width: 390px;
  order: 1;
}
ul.list::after {
  content: "";
  display: block;
  width: 390px;
}
ul.list li {
  width: 390px;
  margin: 0 0 60px;
}
/*
ul.list li:nth-last-child(-n+3) {
  margin: 0;
}
*/
ul.list li img {
  border: 2px solid #e3e3e3;
  border-radius: 10px;
  box-sizing: border-box;
  aspect-ratio: initial;
  object-fit: contain;
  background: #fff;
}
ul.list li p {
  margin: 0.5em 0 0;
  line-height: 1.25em;
}
ul.list li p.title {
	font-size: 16px;
  font-weight: 600;
}
ul.list li p.title a {
	color:#464646;
	font-weight: bold;
}
ul.list li p.date {
	font-size: 14px;
  color: #a9a9a9;
	display: inline-block;
  margin-right: 1em;
}
ul.list li p.announce {
	/* color: #a9a9a9; */
  color: #ff0000;
  font-size: 12px;
	display: inline-block;
  font-weight: 600;
}
ul.list li.no-entry {
  color: #a0a0a0;
	text-align: center;
  font-size: 21px;
  width: 100%;
}

#contentsBox {
  margin: auto;
}
#contentsBox h2.stylePickupEvent {
	display: inline-block;
	background: #0052A5;
	color: #fff;
	padding: 6px 56px 6px 10px;
	height: 36px;
	position: relative;
	font-size: 2rem;
	font-weight: bold;
}

#contentsBox h2.stylePickupEvent:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-style: solid;
	border-width: 48px 0 0 48px;
	border-color: #d6f6ff #d6f6ff #d6f6ff #0052A5;
}


#contentsBox h2.stylePickupEvent img {
	vertical-align: middle;
	margin-right: 6px;
}

#contentsBox div.stylePickupEventBg {
	background: #d6f6ff;
}

.iconKidProject {
	margin: 0;
}

.iconKidProject img {
	margin: 0 0 8px 0 !important;
}

.blogArchive div.readmoreBtn {
    text-align: right;
}

.blogArchive a.readmore {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    background: url(../img/common/icon_arrow01.png) no-repeat left center;
}

.gb_end_txt {
  color: #ff0000;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 1em;
}

@media screen and (min-width: 900px) {
/*========================================
* イベント記事CSS（PC）
========================================*/
  .articleContent {
    width: 960px;
    margin: 0 auto;
    font-size: 14px;
  }
  .articleTitle {
    text-align: center;
    margin: 0 0 50px;
  }
  .item.clearfix {
    display: flex;
    align-items: stretch;
    margin: 0 0 15px;
  }
  .item.clearfix .title {
    width: 24%;
    margin: 0 1% 0 0;
    border-bottom: solid 2px #0052A5;
    color: #0052A5;
    padding: 15px 15px 30px 15px;
    font-weight: 600;
    font-size: 16px;
  }
  .item.clearfix .contents {
    width: 75%;
    border-bottom: solid 2px #bdd9ff;
    padding: 15px 15px 30px 15px;
  }
  /*
  .item.clearfix:first-child .title,
  .item.clearfix:first-child .contents {
    border-bottom: none;
  }
  */
  /*========================================
  * イベントウェブページCSS（PC）
  ========================================*/
  .eventWebpage {
    font-size: 14px;
  }
  .eventWebpage .entry_info {
    padding: 0 0 30px;
    border-bottom: 2px dashed #ddd;
    margin: 30px 0;
  }
  .item_dtl {
    font-size: 16px;
    font-weight: 600;
  }
  .eventWebpage .ifm_box {
    margin: 1em 0 0;
  }
  .eventWebpage .entry_other {
    margin: 30px 0;
  }
  .link_flyer {
    text-align: center;
    margin: 30px 0;
    font-size: 16px;
  }
  .link_flyer a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18em;
    margin: 0 auto;
    padding: 0.5em 0;
    border: 2px solid #0052a5;
    font-weight: 500;
    border-radius: 0.5em;
    transition: all 0.5s ease-in-out;
  }
  .link_flyer a:hover {
    background: #0052a5;
    color: #fff !important;
    opacity: 1;
    text-decoration: none;
  }
  img[src="/img/common/icon_pdf.png"] {
    padding-right: 0.25em;
  }

  .contentIn_full .gb_end_txt {
    width: 960px;
    margin: 0 auto 1em;
  }
}

@media screen and (max-width: 899px) {
  body {
    min-width: auto;
  }
  #heading {
    margin: 0 0 30px;
  }
  #heading ul.breadcrumb {
    margin: 0;
  }
  .contentIn {
    padding: 0 15px;
  }
  .clearfix:after {
    content: none;
  }
  div.category-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0 30px;
  }
  div.category-heading-ttl {
    font-size: 48px;
  }
  div.category-heading-ruby {
    font-size: 16px;
    border-bottom: 2px solid;
    padding-bottom: 0.5em;
    margin-left: 1em;
  }
  .event h2.style01 {
    font-size: 21px;
    padding: 0 0 0.5em;
    border-bottom: solid 2px #cee2fe;
  }
  .event h2.style01::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 6px #568bc3;
    border-radius: 3px;
    bottom: -4px;
    width: 3em;
  }

  div.art,
  div.kids,
  div.stage,
  div.present,
  div.sports,
  div.campaign,
  div.tvradio,
  div.end {
    margin: 30px 0 0;
  }
  ul.list {
    width: auto;
    justify-content: space-between;
    margin: 30px 0;
  }
  ul.list li {
    width: 48%;
    margin: 0 0 6%;
  }
  ul.list li img {
    border: 1px solid #e3e3e3;
    border-radius: 5px;
  }
  ul.list li p {
    margin: 0.25em 0 0;
  }
  ul.list li p.title {
    font-size: 14px;
    line-height: 1.25em;
  }
  ul.list li p.date {
    font-size: 12px;
  }
  ul.list li p.announce{
    font-size: 10px;
    margin: 0.25em 0 0;
  }
  ul.list li.no-entry {
    font-size: 16px;
  }

  /*========================================
  * イベント記事CSS（SP）
  ========================================*/
  .articleContent {
    width: 100%;
    font-size: 3.5vw;
  }
  .articleTitle {
    text-align: center;
    margin: 0 0 2em;
  }
  .articleBody .item.clearfix {
    display: block;
    position: relative;
    width: 100%;
    border-top: solid 2px #bdd9ff;
    margin: 0 0 1.5em;
  }
  .articleBody .item.clearfix:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 50%;
    height: inherit;
    border-top: 2px solid #0052A5;
  }
  .articleBody .item.clearfix .title {
    color: #0052A5;
    padding: 1em 1em 0.5em 1em;
    font-weight: 600;
    font-size: 14px;
  }
  .articleBody .item.clearfix .contents {
    padding: 0 1em;
  }
  /*
  .item.clearfix:first-child .title,
  .item.clearfix:first-child .contents {
    border-bottom: none;
  }
  */
  /*========================================
  * イベントウェブページCSS（SP）
  ========================================*/
  .eventWebpage {
    font-size: 12px;
    border-bottom: 2px dashed #ddd;
    padding: 0 0 15px;
    margin: 0 0 30px !important;
  }

  .gb_end_txt {
    font-size: 14px;
    text-align: center;
  }

  .eventWebpage .entry_info {
    padding: 0 0 15px;
    margin: 15px 0;
  }
  .eventWebpage .item.clearfix {
    display: block;
    position: relative;
    width: 100%;
    border-top: solid 2px #bdd9ff;
    margin: 0 0 1.5em;
  }
  .eventWebpage .item.clearfix:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 50%;
    height: inherit;
    border-top: 2px solid #0052A5;
  }
  .eventWebpage .item.clearfix .title {
    color: #0052A5;
    padding: 1em 15px 0.5em 15px;
    font-weight: 600;
    font-size: 14px;
  }
  .eventWebpage .item.clearfix .contents {
    padding: 0 15px;
  }
  .eventWebpage .item_dtl {
    font-size: 14px;
    font-weight: 600;
  }
  .eventWebpage .ifm_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 1em 0 0;
  }
  .eventWebpage .ifm_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .eventWebpage .entry_other {
    padding: 15px 0;
    border-top: 2px dashed #ddd;
  }
  .eventWebpage .link_flyer {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
  }
  .eventWebpage .link_flyer a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18em;
    margin: 0 auto;
    padding: 0.5em 0;
    border: 2px solid #0052a5;
    font-weight: 500;
    border-radius: 0.5em;
    transition: all 0.5s ease-in-out;
  }
  .eventWebpage .link_flyer a:hover {
    background: #0052a5;
    color: #fff !important;
    opacity: 1;
    text-decoration: none;
  }
  .eventWebpage img[src="/img/common/icon_pdf.png"] {
    padding-right: 0.25em;
  }
}
