@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  overflow: hidden;
}

#main-contents div.body {
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * プライバシーポリシー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.privacy {
  position: relative;
  padding-top: 60px;
  padding-bottom: 130px;
}

.privacy .body {
  max-width: 1120px;
}

.privacy .column ~ .column {
  margin-top: 60px !important;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.privacy .title-area {
  line-height: 1.4;
}
.privacy .title {
  position: relative;
  color: #000;
  font-size: 3.3rem;
  font-weight: bold;
  font-family: '秀英にじみ丸ゴシック B';
  padding-left: 0.8em;
}
.privacy .title::after {
  content: attr(data-text);
  display: block;
  font-size: 1.7rem;
  color: var(--c-tpink);
  font-family: "Noto Sans JP";
}
.privacy .title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: var(--c-pink);
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 16px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy .title-area {
    line-height: 1.4;
  }
  .privacy .title {
    position: relative;
    color: #000;
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 0.7em;
  }
  .privacy .title::after {
    content: attr(data-text);
    display: block;
    font-size: 1.5rem;
    color: var(--c-tpink);
  }
  .privacy .title::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--c-pink);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 8px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.privacy .text {
  font-size: 1.6rem;
}

.privacy a[target="_blank"] {
  color: var(--c-tpink);
}

.privacy ul li {
  font-size: 1.6rem;
}

/* ----------------------------------------------------------------------------------------------------
   * リンク
/* ------------------------------------------------------------------------------------------------- */

.privacy a {
  position: relative;
  color: var(--c-tpink);
  display: inline-block;
  text-decoration: underline;
}
.privacy a:hover {
  text-decoration: none;
}