@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: 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 .body::after {
  content: "";
  display: block;
  background: url("../../_images/privacy/title-photo.png") no-repeat;
  width: 280px;
  height: 280px;
  background-size: 280px 280px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.layout-lower #visual .body::after {
    background: url("../../_images/privacy/title-photo.png") no-repeat;
    width: 140px;
    height: 140px;
    background-size: 140px 140px;
    right: 10px;
  }
}

/* ****************************************************************************************************
   * 共通タイトル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.privacy .title-1 {
  border-radius: 10px;
  background: var(--c-blue);
  color: var(--c-yellow);
  font-size: 4.0rem;
  font-weight: 900;
  text-align: center;
  padding: 0.1em 1em;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
 .privacy .title-1 {
    font-size: 2.0rem;
  }
}

.privacy .lead {
  margin-top: 30px;
}
.privacy .lead .text-1 {
  font-size: 2.0rem;
  font-weight: bold;
}
.privacy .lead .text {
  font-size: 1.6rem;
}
.privacy .lead ul {
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .privacy .lead {
    margin-top: 0;
  }
}

/* ****************************************************************************************************
   * プライバシーポリシー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.privacy {
  position: relative;
  padding-top: 30px;
  padding-bottom: 120px;
}

.privacy .body {
  max-width: 1120px;
  padding: 0 20px;
}
