@charset "utf-8";

/*
  File Name   : privacy.css
*/


/* PC Layout ******************************************************************************************* */

/* Index
============================================================ */
.title-01 {
  background: url(/assets/img/info/title-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.privacy-policy {
  margin: 0 0 80px;
}

.privacy-policy h2 {
  margin: 0 0 20px;
  color: #000082;
  font-size: 30px;
  text-align: center;
}

.privacy-policy p {
  margin: 0 0 30px;
}

.action-plan {
  padding: 20px 30px;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}

.action-plan h2 {
  margin: -45px 0 0;
  color: #000082;
  font-size: 30px;
  text-align: center;
}

.action-plan h2 span {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
}





.action-list dt {
  width: 16%;
  float: left;
  box-sizing: border-box;
}

.action-list dd {
  margin-left: 16%;
}

.action-list dd:after{
  display: block;
  content: "";
  clear: both;
}


.pp-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}
.pp-wrap .img {
  width: 26%;
}
.pp-wrap .img img{
  width: 100%;
  height: auto;
}
.pp-wrap .text {
  width: 72%;
}