@charset "utf-8";

/* BASE */
#eline {
  line-height: 1.5;
}
#eline * {
  box-sizing: border-box;
}
#eline img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* 背景画像設定 */
#eline {
  background-image: url('/img/usr/event/line/bg-top.png'), url('/img/usr/event/line/bg-btm.png');
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, 100%;
  padding-bottom: 38px;
}
#eline > *:last-child {
  margin-bottom: 0;
}

/* ファーストビュー */
.firstview {
  margin-bottom: 48px;
}
.firstview-top {
  margin-bottom: 23px;
}
.firstview-btm {
  padding-inline: 40px;
}
.firstview-lead {
  display: flex;
  gap: 19px;
  margin-inline: auto;
  max-width: 100%;
  width: fit-content;
}
.firstview-lead-icon {
  flex-shrink: 0;
}
.firstview-lead-txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .036em;
  text-align: center;
}

/* 友だち登録方法 */
.guide {
  background-color: rgba(255, 255, 255, .9);
  border: 2px dotted #357a3d;
  padding: 18px 18px 17px;
  margin-inline: auto;
  margin-bottom: 30px;
  width: calc(100% - 80px);
}
.guide-title {
  background-color: #357A3D;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .036em;
  text-align: center;
  padding: 13px 13px 11px;
  margin-bottom: 24px;
}
.guide-lead {
  font-size: 16px;
  margin-bottom: 16px;
}
.guide-item-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 16px;
}
.guide-item {
  background-color: #F5F5F5;
  border-radius: 12px;
  padding: 32px 30px 29px;
  width: calc((100% - 20px) / 2);
}
.guide-item-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}
.guide-item-img {
  text-align: center;
  margin-bottom: 20px;
}
.guide-item-txt {
  font-size: 14px;
}

/* 注釈リスト */
.note-list {
  color: #707070;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}