/****************************** mobile,cpmmon ******************************/

/* -------------------- 背景 -------------------- */
.footerBg {
  /* background: #f1f1f1; */
}
.footer {
  font-size: 10px;
  padding: 40px 20px;
  box-sizing: border-box;
}

/* -------------------- コピーライト -------------------- */
.copyRight {
  width: 100%;
  text-align: center;
}

/* -------------------- SNS -------------------- */
.ftSnsCon {
  width: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 15px;
}
.ftSnsCon > li > a {
  font-size: 20px;
}

/* -------------------- プライバシーポリシー -------------------- */
.ppTtl {
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.ppHide {
  display: none;
}
.ppDisplay {
  display: block;
}
.ppItemTtl {
  font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.ppItemTxt {
	font-size: 10px;
	letter-spacing: 2px;
  line-height: 20px;
  margin-bottom: 20px;
}
.ppItemList {
	list-style: initial;
	font-size: 10px;
	letter-spacing: 2px;
  line-height: 20px;
	padding-left: 20px;
}

/****************************** tablet ******************************/
@media (min-width: 600px){
}

/****************************** tablet Pro ******************************/
@media (min-width: 960px){

  /* -------------------- セクションコンテナ -------------------- */
  .footer {
    width: 950px;
    margin: 0 auto;
  }

  /* -------------------- SNS -------------------- */
  .ftSnsCon > li > a:hover {
    opacity: 0.8;
  }

  /* -------------------- プライバシーポリシー -------------------- */
  .ppTtl:hover {
    opacity: 0.9;
  }
  .ppItemTtl {
    font-size: 14px;
  }
  .ppItemTxt {
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .ppItemList {
    font-size: 12px;
    line-height: 25px;
  }
}
