@charset "UTF-8";
/* CSS Document */

.privercy {
  color: #3f3f3f;
  font-size: 15px;
  line-height: 1.8;
  padding: 80px 0;
}

.privercy h1 {
  color: #343a40;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}

.privercy h1:before {
  background: url(../../common/images/lower-tit-icon.png) no-repeat center center;
  background-size: 100%;
  content: '';
  display: block;
  height: 29px;
  margin: 0 auto 15px;
  width: 31px;
}

.privercy p + p,
.privercy .txt-block { margin-top: 30px;}

.privercy .txt-block p + p { margin-top: 10px;}

.privercy .indent {
  padding-left: 1em;
  text-indent: -1em;
}

.privercy .indent span { font-size: 12px;}

.privercy h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 90px 0 30px;
}

.left-space { padding-left: 2em;}

.privercy a { color: #3f3f3f;}

/*------------------------------
              sp
------------------------------*/

@media screen and (max-width: 767px){

.privercy {
  font-size: 13px;
  padding: 40px 0;
}

.privercy h1 {
  font-size: 20px;
  margin-bottom: 35px;
}

.privercy h1:before {
  height: 24px;
  margin: 0 auto 10px;
  width: 25px;
}

.privercy p + p,
.privercy .txt-block { margin-top: 15px;}

.privercy h2 {
  font-size: 18px;
  margin: 45px 0 15px;
}

}

/* yahoo追記分 */
.yahoo {
  margin: 0 auto;
  padding: 2em 0 5em;
  font-size: .8em;
  line-height: 1.6;
  border-top: 1px solid #ccc;
}

.yahoo p {
  margin-bottom: 1em;
}


