@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■title
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#title .h2 {
  width: 925px;
  padding-left: 55px;
  background: url(../img/activity/ico_activity.png) left center no-repeat;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■contents
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
	outline
--------------------------*/
#activity .w720 {
  max-width: 720px;
  width: 100%;
}

#activity .embrem {
  position: absolute;
  top: 0;
  right: 0;
}

#activity .president {
  position: absolute;
  top: 0;
  right: 0;
}

#activity .president p {
  width: auto;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  text-align: center;
}

#activity .president span {
  display: block;
  font-size: 12px;
}

#activity p.txt01 {
  width: 980px;
}

#activity p span.hd {
  display: block;
  font-size: 18px;
  color: #3264bd;
  margin-bottom: 5px;
}

#activity p strong {
  color: #3264bd;
}

#activity .w720 {
  width: 720px;
}

#activity th {
  white-space: nowrap;
}

#activity dl {
  line-height: 2;
  margin: 1em 0;
}

#activity dt {
  font-weight: bold;
}

#activity dd + dt {
  margin-top: 1em;
}

#activity dd ol li {
  display: table;
}

#activity dd ol li .num {
  display: table-cell;
  white-space: nowrap;
  padding-right: 1em;
}

#activity .indent {
  line-height: 2;
}

#activity .indent li {
  text-indent: -1em;
  padding-left: 1em;
}

#activity .list_num {
  line-height: 2;
}

#activity .list_num ul {
  margin-left: 1em;
}

#activity .list_dot {
  line-height: 2;
}

#activity .list_dot > li {
  position: relative;
  padding-left: 18px;
}

#activity .list_dot > li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #454545;
  border-radius: 100%;
}

#activity p + .h3 {
  margin-top: 80px;
}

#activity p + .h5 {
  margin-top: 50px;
}

.box:not(:last-child) {
  margin-bottom: 80px;
}

.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img img {
  width: 49%;
}

.btn {
  display: block;
  width: 480px;
  max-width: 100%;
  margin: 25px auto 0;
}

.btn a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  padding: 0 50px;
  border-radius: 4px;
  background: #356ccc url(../img/ico_arrow02.png) 95% center no-repeat;
}
