@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: 2em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding: 0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}


/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.layout-lower #visual {
  background: url("../../_images/privacy/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}


/* ****************************************************************************************************
   * 共通エリア
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * カラム
/* ------------------------------------------------------------------------------------------------- */

.privacy {
  position: relative;
  padding-top: 90px;
  padding-bottom: 120px;
}

.privacy .body {
  max-width: 1120px;
  padding: 0 20px;
}

.privacy .item ~ .item {
  margin-top: 90px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy .item ~ .item {
    margin-top: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.privacy .title {
  position: relative;
  font-size: 6.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-family: "Prata", serif;
  color: var(--c-gold);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy .title {
    font-size: 3.0rem;
  }
}

/* ****************************************************************************************************
   * プライバシーポリシー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 見出しタイトル
/* ------------------------------------------------------------------------------------------------- */

.privacy .title-1 {
  position: relative;
  font-size: 3.0rem;
  padding-left: 2.5em;
  line-height: 1.4;
}
.privacy .title-1::before {
  content: "";
  display: block;
  background: url("../../_images/_common/title-mark.png") no-repeat;
  width: 50px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 17px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy .title-1 {
    position: relative;
    font-size: 2.2rem;
    padding-left: 1.5em;
    line-height: 1.4;
  }
  .privacy .title-1::before {
    content: "";
    display: block;
    background: url("../../_images/_common/title-mark.png") no-repeat;
    width: 25px;
    height: 5px;
    background-size: 25px 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 17px;
  } 
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.privacy .text {
  padding-left: 4.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy .text {
    padding-left: 0;
  }
}