@charset "UTF-8";
/* --------------------memo-01---------------- */
/* header・main・footerは common.css に記述 */
/* 見出し2・TOPへ戻るボタンも common.css に記述 */
/* --------------------memo-02---------------- */
/* first-view は anime.css に記述 */
/* loadingアニメ・fadeInアニメも anime.css に記述 */
/* --------------------------------------- */


/* -------------------------
    privacy
------------------------- */
#privacy {
  padding-top: 60px;
}
.privacy_h3{
  font-size: 18px;
  font-weight:bold;
}

.privacy_content {

  width: calc(100% - 20px);
  margin-top:10px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.7em;

}







@media screen and (min-width:768px) {
  #message .c-heading2 span {
    display: block;
    position: relative;
    bottom: 10px;
    padding-left: 20px;
    display: inline-block;
    font-size: 12px;
  }

  .message__content__sign {
    position: relative;
    left: 100px;
  }

  .message__content__sign::before {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(50%);
    content: "";
    width: 80px;
    height: 0.5px;
    background-color: #fff;
  }
}