@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* ボーダーボックスの変更*/
/* ボーダーボックスの変更*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
背景
----------------------------------------------------*/
/*----------------------------------------------------
icon回転
----------------------------------------------------*/
/*----------------------------------------------------
矢印
----------------------------------------------------*/
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
擬似要素
----------------------------------------------------*/
/*----------------------------------------------------
ボタン

基本のhtml
<a href="" class="btn">
  <span>私たちについて</span>
</a>
----------------------------------------------------*/
/* 初期：bg塗りあり、枠線塗りあり ⇨ hoverで反転 */
/* 初期：bg塗りなし、枠線塗りあり ⇨ hoverで反転 */
/* 右矢印付き 「▶︎」*/
/* ボタン矢印あり 「 ---\ 」*/
/* '+' ありボタン */
/* hoverするとブワッとかわる */
/*----------------------------------------------------
ページ共通パーツ
----------------------------------------------------*/
.secTitle_policy {
  margin-bottom: 20px;
  /* 751- */
}
.secTitle_policy h2 {
  color: #1BA1E6;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.6667;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  position: relative;
}
.secTitle_policy h2::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 47px;
  background-color: #1BA1E6;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -58px;
}
@media all and (min-width: 751px) {
  .secTitle_policy {
    margin-bottom: 40px;
  }
}

.head_contents {
  /* 751- */
}
@media all and (min-width: 751px) {
  .head_contents {
    padding: 53px 83px 100px;
  }
}

/* テーブル  */
.tableBox {
  color: #626364;
  /* 751- */
}
.tableBox table {
  width: 100%;
}
.tableBox tr th {
  background-color: #DFE9EF;
  font-weight: normal;
}
.tableBox tr th, .tableBox tr td {
  font-size: 11px;
  letter-spacing: 0em;
  line-height: 1.636;
}
.tableBox tr th:nth-of-type(2), .tableBox tr td:nth-of-type(2) {
  width: 64.525%;
}
.tableBox tr th:first-child, .tableBox tr td:first-child {
  width: 34.779%;
}
.tableBox thead th {
  vertical-align: middle;
  width: 100%;
}
.tableBox thead th.col2 {
  text-align: center;
}
.tableBox td, .tableBox th {
  padding: 10px 15px;
  border: 1px solid #b7b7b7;
  /* 751- */
}
@media all and (min-width: 751px) {
  .tableBox td, .tableBox th {
    padding: 25px 30px;
  }
}
.tableBox td:nth-child(4), .tableBox td:nth-child(6) {
  text-align: right;
}
@media all and (min-width: 751px) {
  .tableBox tr th, .tableBox tr td {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .tableBox tr th:first-child, .tableBox tr td:first-child {
    width: 29%;
  }
  .tableBox tr th:nth-of-type(2), .tableBox tr td:nth-of-type(2) {
    width: 71%;
  }
}

/*----------------------------------------------------
個人情報保護方針
----------------------------------------------------*/
#policy {
  margin-bottom: 50px;
  /* PC */
  /* 751- */
}
#policy ul {
  counter-reset: number 0;
  margin-left: 2.5em;
}
#policy ul > li {
  position: relative;
}
#policy ul > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: -2.5em;
}
#policy li {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.6667;
  margin-bottom: 1em;
}
@media all and (min-width: 751px) {
  #policy {
    margin-bottom: 83px;
  }
  #policy li {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6667;
  }
}

/*----------------------------------------------------
個人情報の取扱について
----------------------------------------------------*/
#handling {
  /* 751- */
}
#handling .lt {
  margin-bottom: 50px;
}
#handling .item_name {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.6667;
  margin-left: 2.5em;
  margin-bottom: 1em;
  margin-top: 3em;
  position: relative;
}
#handling .item_name.one {
  margin-top: 0em;
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #handling .item_name.one {
    margin-bottom: 40px;
  }
}
#handling .item_name.four {
  margin-bottom: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  #handling .item_name.four {
    margin-bottom: 50px;
  }
}
#handling .item_name::before {
  position: absolute;
  margin-left: -2.5em;
}
#handling .item_name.one::before {
  content: "1.";
}
#handling .item_name.two::before {
  content: "2.";
}
#handling .item_name.three::before {
  content: "3.";
}
#handling .item_name.four::before {
  content: "4.";
}
#handling .tableBox {
  margin-bottom: 70px;
}
#handling .circleMarker {
  list-style: none;
  margin-left: 2.7em;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.6667;
}
#handling .circleMarker > li {
  position: relative;
}
#handling .circleMarker > li::before {
  content: "●";
  position: absolute;
  left: -2.7em;
}
@media all and (min-width: 751px) {
  #handling .lt {
    margin-bottom: 71px;
  }
  #handling .item_name {
    margin-top: 40px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6667;
  }
  #handling .item_name .circleMarker {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.6667;
  }
}

/*----------------------------------------------------
ホームへ戻るボタン
----------------------------------------------------*/
.btnArea {
  text-align: center;
}
/*# sourceMappingURL=privacy.css.map */