
.ugc-bn_link a {
  display: inline-block;

  padding: 5px 10px;
  margin: 0 auto;

  border:solid 1px #000;
  border-radius: 20px;
  background: #fff;

  text-align: center;
  font-size: 0.8em;
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}
.ugc-bn_link i {
  margin-left: 10px;
}

/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
.ugc-bn_area p {
  margin: 0;
}

.ugc-bn_intro {
  display: flex;
  justify-content: space-between;
  padding: 5.335%;
  box-sizing: border-box;
  background: url("https://www.esupply.co.jp/contents/category/ugc-backnunber/img/ugc_de02.jpg") repeat-y;
  background-size: contain;
}

.ugc-bn_intro--img {
  width: 31.7%;
}
.ugc-bn_intro--img img {
  border-radius: 10px;
}

.ugc-bn_intro--txt {
  display: flex;
  flex-wrap: wrap;
  width: 64.03%;

  .intro--txt_ttl {
    width: 100%;
    height: fit-content;
    display: flex;
    padding: 0 0.2em 1em;
    margin-block: 0;
    font: normal normal bold 17px / 25px Meiryo;
    border-bottom: 2px dotted #333333;
  }
  .intro--txt_dsc {
    padding-top: 1em;
    white-space: pre-wrap;
    font-size: 0.9375em;
  }
  .intro--txt_btm {
    display: flex;
    width: 100%;
    align-items: end;
    justify-content: flex-end;
  }
  .ugc-bn_date {
    padding-right: 0.5em;
    box-sizing: border-box;
    font-size: 0.85em;
    color: #9A9A9A;
  }
}

.ugc-bn_ft {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding-top: 1em;
  font-size: 0.9em;
}
.ugc-bn_ft a { color:#333333; text-decoration: underline; }
.ugc-bn_ft a:hover { text-decoration: none; }


/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */

/* setup_area  add */
.setup_area {
  position: relative;

  width:100%;
  max-width: 1100px;
  margin: 0 auto 0;
  /*background:#EBEFF3;*/
}

.setup_area p {
  margin: 0;
}
.setup_area-sns {
  position: absolute;
  top: 72.5%;
  left: 6.25%;
  width: 88%;
}
.setup_area-sns--howto {
  display: flex;
  justify-content: space-between;
  margin: 1.5% auto 0;
}
.setup_area-sns--howto_1 {
  position: relative;
  display: flex;
  width: 55.5%;
}
.setup_area-sns--howto_2 {
  position: relative;
  display: flex;
  justify-content: center;
  width: 38.5%;
}
.setup_area-sns--howto_1--link {
  /*position: absolute;*/
  /*top: 82%;*/
  /*left: 5.5%;*/
  display: flex;
  justify-content: center;
  width: 100%;
}
.setup_area-sns--howto_1--link p:nth-child(-n+3) {
  align-content: center;
  padding-right: 24px;
  box-sizing: border-box;
  width: 17.5%;
}
.setup_area-sns--howto_1--link p:nth-child(4) {
  /*align-content: flex-end;*/
  align-content: center;
  font-size: 0.9375em;
}
.setup_area-sns--howto_1--link a {
  opacity: 1;
  transition:all 0.3s ease;
}
.setup_area-sns--howto_1--link a:hover {
  opacity: 0.7;
  transition:all 0.3s ease;
}
.setup_area-sns--howto_2--link {
  /*position: absolute;*/
  /*top: 82%;*/
  /*left: 5.5%;*/
  display: flex;
  /*width: 100%;*/
}
.setup_area-sns--howto_2--link p { align-content: center;font-size: 0.9375em; }
.setup_area-sns--howto_2--link a { color: #003BFF; text-decoration: underline; }
.setup_area-sns--howto_2--link a:hover { text-decoration: none; }

