@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#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;
}

}

/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual {
  position: relative;
  background: url("../../_images/privacy/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * 利用規約・ポリシー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.privacy {
  position: relative;
  padding-top: 80px;
  padding-bottom: 130px;
}

.privacy .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy {
    position: relative;
    padding-top: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.privacy .title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.6;
}
.privacy .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 6.0rem;
  font-family: "EB Garamond", serif;
  line-height: 1.0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy .title {
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
  }
  .privacy .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
     font-family: "EB Garamond", serif;
    line-height: 1.0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.privacy .title-area {}

.privacy .title-area .title-1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  background: var(--c-brown);
  color: #fff;
  padding: 0.5em;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy .title-area .title-1 {
    font-size: 2.0rem;
    margin-bottom: 20px;
    background: var(--c-brown);
    color: #fff;
    padding: 0.5em;
    line-height: 1.4;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.privacy .lead p {
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.privacy .link-btn.flex {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.privacy .link-btn.flex a {
  margin: 0 1% 20px;
}
.privacy .link-btn.flex a:nth-child(4) {
  padding: 0.66em;
}

.privacy .link-btn.flex a small {
  font-size: 1.6rem;
  line-height: 1;
}


.privacy .link-btn.flex a::after {
  content: "";
  display: block;
  background: url("../../_images/_common/pdf-icon.png") no-repeat;
  width: 24px;
  height: 30px;
  background-size: 24px 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy .link-btn.flex {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .privacy .link-btn.flex > * {
    width: 48%;
  }
  .privacy .link-btn.flex a {
    width: 300px;
  }
  .privacy .link-btn.flex a:nth-child(4) {
    padding: 0.26em;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy .link-btn.flex {
    margin-top: 60px;
    display: block;
    align-items: center;
    justify-content: center;
  }
  .privacy .link-btn.flex a {
   margin: 0 auto;
  }
  .privacy .link-btn.flex a ~ a {
    margin-top: 20px;
  }
  .privacy .link-btn.flex > * {
    width: 48%;
  }
}

