@charset "utf-8";

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}


/* エリア指定 */
.event-area-01 {
  justify-content: space-between;
  width: 1300px;
  max-width: 97%;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.event-area-01{
  display: flex;
}


.unit-1,
.unit-2 {
  width: 49%;
  align-items: center;
}

.unit-2-top {
  display: flex;
}


.unit-2 h2 {
  font-size: 20px;
  margin-top: 15px;
  margin-left: 20px;

}



.login {
  display: flex;
  width: 90%;
  margin-top: 10px;
  margin-right: 30px;
  height: 320px;
  background-color: #f5f3f2;
}

.shortcode {
  margin-top: 15px;
  margin-left: 15px;
}

.login-01 {
  width: 59%;
}

.login-01 img {
  width: 90%;
  margin-top: 20px;
  margin-left: 15px;
}



/* 下段 */


.news {
  width: 95%;
  margin-left: 40px;
}


h5 {
  font-size: 17px;
  color: rgb(7, 149, 154);
  text-align: center;
  border-bottom: 1px solid #222222;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.scroll {
  height: 250px;
  overflow: auto;
  background-color: #edeaea;
}

.scroll li {
  border-bottom: 1px dotted #000;
  list-style: none;
  padding: 10px;
  width: 800px;
}

a {
  color: #000;
  text-decoration: none;
}

.scroll span {
  background-color: #737677;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
}

.time {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
  font-size: 12px;
}

.scroll p {
  font-size: 13px;
  margin-top: 5px;
}

.new::after {
  content: "NEW";
  color: #d10606;
  font-size: 0.7rem;
  border: 1px solid #d10606;
  padding: 4px 8px;
  margin: 0 0 0 20px;
  display: inline-block;
  line-height: 1;
}



