@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;
}


.dispatch {
  margin: 0 0 80px;
}

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

.dispatch p {
  margin: 0 0 30px;
}

.dispatch-list{
  margin-bottom: 1.5em;
}

.dispatch-list dt{
  font-size: 120%;
  font-weight: bold;
}

.dispatch-list ol li{
  list-style-type: disc;
  margin-left: 1em;
}

