@charset "UTF-8";
/* covid-19.css */

#ContentsInner {
  width: 100%;
  padding-bottom: 60px;
}
.pageTitleContainer .inner .pageTitle {
  top: 50px;
}
.buttonLink {
  width: 280px;
  color: #fff;
  background-color: #5a9cb1;
  border-bottom: 4px solid #2f6e7f;
  font-size: 17px;
  line-height: 1.18;
  padding: 12px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}
.buttonLink:hover {
  margin-top: 3px;
  color: #fff;
  background: #5a9cb1;
  border-bottom: 2px solid #2f6e7f;
}

/* リード分 */
#ContentsInner > .lead {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  margin-top: 50px;
}
#ContentsInner > .lead span {
  color: #9e3f4a;
}

/* ご来場される皆様へのお願い */
#cooperation {
  width: 100%;
  margin: 60px auto 0;
}
#cooperation h2 {
  width: 1000px;
  margin: 0 auto;
  font-size: 24px;
  color:#5B4C3E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cooperation h2::before,
#cooperation h2::after {
  border-top: 1px solid #5B4C3E;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#cooperation h2::before {
  margin-right: 20px;
}
#cooperation h2::after {
  margin-left: 20px;
}
#cooperation > .inner {
  width: 600px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#cooperation .contentsDetail {
  width: 200px;
  text-align: center;
}
#cooperation .contentsDetail:nth-child(4),
#cooperation .contentsDetail:nth-child(5),
#cooperation .contentsDetail:nth-child(6) {
  margin-top: 47px;
}
#cooperation .contentsDetail img {
  width: 140px;
  height: 140px;
}
#cooperation .contentsDetail > .text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  margin-top: 10px;
}
#cooperation .informationLink {
  width: 700px;
  margin: 37px auto 0;
  background-color: #f6f0ea;
  border-radius: 5px;
  padding: 18px 0;
  position: relative;
}
#cooperation .informationLink::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 140px;
  margin-left: -15px;
  border: 8px solid transparent;
  border-bottom: 14px solid #f6f0ea;
  z-index: 2;
}
#cooperation .informationLink::after {
  content: "";
  position: absolute;
  top: -26px;
  right: 138px;
  margin-left: -17px;
  border: 10px solid transparent;
  border-bottom: 16px solid #f6f0ea;
  z-index: 1;
}
#cooperation .informationLink > .text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#cooperation .informationLink a {
  color: #5B4C3E;
  text-decoration: underline;
}

/* イベント運営における基本対策 */
#measures {
  margin-top: 90px;
}
#measures h2 {
  width: 1000px;
  margin: 0 auto;
  font-size: 24px;
  color: #5B4C3E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#measures h2::before,
#measures h2::after {
  border-top: 1px solid #5B4C3E;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#measures h2::before {
  margin-right: 20px;
}
#measures h2::after {
  margin-left: 20px;
}
#measures .measuresList {
  text-align: center;
  margin: 52px auto 0;
}
#measures ul {
  text-align: left;
  display: inline-block;
  list-style: none;
}
#measures ul li {
  font-size: 16px;
  line-height: 1.625;
  padding-left: 16px;
  text-indent: -16px;
  color: #333;
}
#measures ul li::before {
  content: "・";
}
#measures .noteContents {
  width: 900px;
  margin: 55px auto 0;
  padding: 40px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background-color: #eee;
}
#measures .noteContents .title {
  font-size: 20px;
  color: #5B4C3E;
  text-align: center;
}
 #measures .noteContents .title::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background-image: url(../images/covid-19/iconNote@2x.png);
  background-size: contain;
  vertical-align: text-bottom;
}
#measures .noteList {
  text-align: center;
  margin-top: 30px;
}
#measures .message {
  margin: 55px 0 30px;
  text-align: center;
}
#measures .message p {
  font-size: 16px;
  line-height: 1.75;
}
#measures .message .time {
  margin-top: 40px;
}

/* ご来場予定の皆様へ */
/* アプリ */
#app {
  width: 900px;
  margin: 53px auto 0;
}
#app h2 {
  padding: 13px 0;
  font-size: 20px;
  text-align: center;
  color: #333;
  background-color: #f6f0ea;
}
#app .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
#app .imageContents {
  width: 325px;
}
#app .detail .cocoaImage {
  text-align: center;
}
#app .detail .appImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
#app .detail .textContents {
  width: 520px;
}
#app .detail .textContents .text {
  font-size: 16px;
  line-height: 1.75;
}
#app .note {
  width: 900px;
  margin: 50px auto 0;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          background-color: #fff;
          border: 3px solid #5B4C3E;
}
#app .note .title {
  font-size: 20px;
  color:#5B4C3E;
  text-align: center;
}
#app .note .text {
  width: 700px;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  margin: 26px auto 0;
}
