@charset "UTF-8";
/* 【基本設定】 */
.ms-rb-pageContainer {
  width: 1000px;
}

@media (max-width: 1279px) and (min-width: 1024px) {
  .aem .grid-header, .aem .grid-content, .aem .grid-footnotes, .aem .grid-stage, .aem .guideContainerWrapperNode {
    width: 100%;
  }
}

div#ms-website {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  background-color: black;
}

div#ms-website .contentArea img {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

div#ms-website a {
  opacity: 1;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}

div#ms-website a:hover {
  opacity: 0.6;
}

section.visual {
  position: relative;
  width: 100%;
  height: 744px;
  background-color: #fff;
}

section.visual h1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

section.visual p.term {
  position: absolute;
  left: 0;
  bottom: 193px;
  width: 100%;
  text-align: center;
}

section.visual p.txt {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  text-align: center;
}

section.summary {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 46px 40px 0 40px;
  background-color: #fff;
}

section.summary p {
  position: relative;
}

section.summary p + p {
  border: solid #e3e3e3 0;
  border-top-width: 1px;
}

section.summary p:nth-child(4) a {
  position: absolute;
  right: 120px;
  top: 54px;
  display: block;
}

section.summary p:nth-child(7) a:nth-child(2) {
  position: absolute;
  left: 222px;
  top: 16px;
  display: block;
}

section.summary p:nth-child(7) a:nth-child(3) {
  position: absolute;
  left: 222px;
  top: 46px;
  display: block;
}

section.summary p:nth-child(7) a:nth-child(4) {
  position: absolute;
  left: 222px;
  top: 76px;
  display: block;
}

section.event {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 46px 40px 0 40px;
  background-color: #fff;
}

section.event > div:nth-child(2),
section.event > div:nth-child(4) {
  display: table;
  width: 100%;
}

section.event > div:nth-child(2) > div,
section.event > div:nth-child(4) > div {
  display: table-cell;
  vertical-align: top;
}

section.event > div:nth-child(2) > div.txts p + p,
section.event > div:nth-child(4) > div.txts p + p {
  margin-top: 30px;
}

section.event > div:nth-child(2) > div.txts p.note,
section.event > div:nth-child(4) > div.txts p.note {
  margin-top: 23px;
}

section.event > div:nth-child(2) > div.txts p.note + p.note,
section.event > div:nth-child(4) > div.txts p.note + p.note {
  margin-top: 0;
  padding-top: 0;
}

section.event > div:nth-child(2) {
  margin-top: 40px;
}

section.event > div:nth-child(2) > div.img {
  width: 480px;
}

section.event > div:nth-child(4) {
  margin-top: 57px;
}

section.event > div:nth-child(4) > div.img {
  width: 440px;
}

section.event p.note {
  padding-top: 9px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.66667;
}

section.reason {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 46px 40px 60px 40px;
  background-color: #fff;
}

section.reason p:nth-child(2) {
  margin-top: 40px;
}

section.reason p:nth-child(3) {
  margin-top: 34px;
}

section.reason p:nth-child(4) {
  margin-top: 46px;
}

section.reason p:nth-child(5) {
  margin-top: 46px;
}

section.reason p.note {
  padding-top: 45px;
  font-size: 12px;
}

section.reason div.btns {
  padding-top: 45px;
}

section.reason div.btns > div {
  display: inline-block;
  vertical-align: top;
}

section.reason div.btns > div + div {
  margin-left: 40px;
}

/*# sourceMappingURL=layout.map */