@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

  LOVEGREENの使い方

///////////////////////////////////////////////////////////////////////*/
:root {
  --top-main: 670px;
}
#postMain.lg-guide {
  width: var(--top-main);
  margin-top: 0;
  color: #333;
  .lg-guide-ttl {
    margin: -2px 0 18px !important;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5833;
    letter-spacing: 0.1em;
  }
  h2 {
    margin: 20px 0 22px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  h3 {
    margin: 46px 0 23px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    line-height: 1.555;
  }
}
.lg-guide-info {
  display: flex;
  align-items: center;
  gap: 12px;
  .en {
    font-family: "Quicksand", sans-serif;
  }
  p {
    margin: 0;
  }
}
.lg-guide-info_up,
.lg-guide-info_date {
  font-size: 12px;
  font-weight: 300;
}
.lg-guide-info_up time,
.lg-guide-info_date time {
  display: inline;
}
.lg-guide-info_author {
  display: flex;
  align-items: center;
  font-weight: normal;
  gap: 2px;
  font-size: 12px;
  font-weight: 300;
  a {
    color: #999;
    font-weight: normal;
    text-decoration: none;
  }
}
.lg-guide-info_author::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 32px;
  background: url(../images/common/icon_author.svg?2025022700) left center no-repeat;
  background-size: 15px;
}
.lg-guide-sec_box {
  margin: 0 0 30px;
  img {
    margin-top: 6px;
  }
}
.lg-guide-sec_txt {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color: #333;
  .bold {
    font-weight: normal;
  }
}
.lg-guide-sec_button {
  margin: 0;
  text-align: center;
  a {
    display: inline-block;
    padding: 0 62px 0 22px;
    height: 44px;
    font-size: 16px;
    color: #333;
    border: 1px solid #333;
    background: url(../images/common/icon_arrow.svg?2025022700) 85% 50% no-repeat;
    background-size: 24px;
    line-height: 42px;
    border-radius: 100px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
  }
}