@charset "utf-8";
main{
  margin: 24px 0;
  min-height: calc(100vh - 475px - 88px - 88px - 20px);
  display: flex;
  flex-flow: column;
  align-items: center;
}
#timeWrap{
  margin: 0 0 4vw;
  width: 100%;
  text-align: right;
  /* font-size: 50%; */
}

h1{
  text-align: center;
  margin: 5vw 0 0;
  padding: 5vw;
  border: 1vw solid #aaa;
  border-left-width: 0;
  border-right-width: 0;
}

.youTubeWrap{
  max-width: 640px;
  max-height: 360px;
  width: 90vw;
  height: 50.625vw;
  float: left;
  margin: 0 0 32px;
}

article{
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: column;
}
article p{
  margin-top: 8px;
}
article > figure{
  display: flex;
  justify-content: center;
}
article > figure > img{
  width: 314px;
  margin-bottom: 24px;
}
article > figure.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
article > figure.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image),
article > figure.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image),
article > figure.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
  width: 314px;
  flex-grow: initial;
  flex-flow: column-reverse;
  justify-content: flex-start;
}
article > figure figure:not(:last-child),
article > figure.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
  margin-right: 64px;
}
article > figure.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: relative;
  background: initial;
  color: #000;
}
article > figure.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  height: auto;
  flex: initial;
}
#infoList{
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 56px 0 0;
}
#infoList.infoListBigger{
  flex-flow: column;
}
#infoList > li{
  text-align: center;
  margin-bottom: 80px;
}
#infoList > li:not(:last-child){
  margin-right: 104px;
}
#infoList.infoListBigger > li{
  margin: 0 0 80px;
}
#infoList > li h3{
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
#infoList > li pre{
  line-height: 32px;
  white-space: pre-wrap;
}
#infoList.infoListBigger > li pre{
  line-height: 24px;
}

#customeLinksWrap{
  display: flex;
  flex-flow: column;
}
#customeOyaLink,
.customeLinks{
  margin: 0 0 80px;
}
.customeLinks{
  background: #28662B;
  width: 314px;
  height: 46px;
  color: #FFF;
  border-radius: 5px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  position: relative;
}
.customeLinks::after{
  content: url(/assets/img/arrow.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 32px;
}
/* 314 x 46 */