#notification {
  margin-top: 340px;
}

#notification_Contents {
  border-bottom: solid 1px #777777;
  border-top: solid 1px #777777;
  height: 130px;
  width: 100%;
  float: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #notification_Contents {
    height: 110px;
  }
}

@media (max-width: 768px) {
  #notification_Contents {
    height: 90px;
  }
}

#notification_Tab {
  width: 100%;
  height: 42.89px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #notification_Tab {
    height: 36.3px;
  }
}

@media (max-width: 768px) {
  #notification_Tab {
    height: 29.69px;
  }
}

#notification_Tab > div,
#notification_Tab > div > form,
#notification_Tab > div > form > label {
  width: 100%;
  height: 42.89px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #notification_Tab > div,
  #notification_Tab > div > form,
  #notification_Tab > div > form > label {
    height: 36.3px;
  }
}

@media (max-width: 768px) {
  #notification_Tab > div,
  #notification_Tab > div > form,
  #notification_Tab > div > form > label {
    height: 29.69px;
  }
}

#noticeNode_Area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  text-decoration: none;
}

#notification_Tab :hover {
  background: #cccccc;
}

#notification_Tab + #notification_Tab {
  border-top: dotted 1px #777777;
}

#notice_Data {
  width: 80px;
  height: 100%;
  padding-right: 24px;
  color: #3291dd;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #notice_Data {
    padding-right: 24px;
  }
}

@media (max-width: 768px) {
  #notice_Data {
    width: 60px;
    padding-right: 28px;
  }
}

#notice_Title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #777777;
  text-align: left;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  #notice_Data p,
  #notice_Title p {
    font-size: 12px;
  }
}

h3 {
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
}

.ContentsNode {
  padding-top: 72px;
  padding-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.ContentsNode #nodeArea {
  width: 360px;
  height: 120px;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: right;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ContentsNode #nodeArea {
    width: 320px;
  }
}

@media (max-width: 768px) {
  .ContentsNode #nodeArea {
    width: 300px;
  }
}

.ContentsNode > * {
  border: 1px solid #aaa;
}

#nodeArea {
  text-align: right;
  background: #333333;
}

#nodeArea a {
  text-decoration: none;
}

.nodeOutline {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}

.nodeOutline img {
  width: 100%;
  height: 120px;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#nodeTextArea {
  color: #fff;
  padding-top: 12px;
  padding-right: 12px;
  font-weight: 500;
}

#nodeTextArea h4 {
  top: 10%;
  left: 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  position: absolute;
  z-index: 1;
  text-shadow: 0 0 5px #000000;
}

#nodeArea input {
  display: none;
}

#clsBt {
  width: 120px;
  height: 120px;
  background: #333333;
}

.closeArea input {
  display: none;
}

.closeArea {
  width: 32px;
  height: 32px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 0 auto;
  float: right;
  cursor: pointer;
  text-align: right;
  margin-top: 12px;
}

.closeArea span::before,
.closeArea span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #707070;
}

.closeArea span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.closeArea span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 768px) {
  .pcNoticeArea {
    display: none;
  }
}

.spNoticeArea {
  display: none;
}

@media (max-width: 768px) {
  .spNoticeArea {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */