@charset "UTF-8";
/* ==============================================================================

	privacy/index.css

-------------------------------------------------------------------------------

	01. ページタイトル
	02. 共通
 03. コンテンツ

============================================================================== */
/* -------------------------------------------------------

 01. ページタイトル

------------------------------------------------------- */
#intro .page_ttl {
  background: url(/dist/privacy/images/bg_h1.jpg) no-repeat center top;
  background-size: cover;
}

#intro .page_ttl .inner {
  margin: 0 auto;
  padding-top: 24px;
}

#intro .page_ttl .inner h2 {
  -webkit-box-shadow: 0 0 3px #fff, 0 0 3px #333, 0 0 1px #333;
  -moz-box-shadow: 0 0 3px #fff, 0 0 3px #333, 0 0 1px #333;
  box-shadow: 0 0 3px #fff, 0 0 3px #333, 0 0 1px #333;
  display: inline-block;
  width: 600px;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
}

#intro .page_ttl .inner .illust {
  position: absolute;
  left: 180px;
  bottom: -28px;
}

/* -------------------------------------------------------

 02. 共通

------------------------------------------------------- */

#privacy .line_l_ttl_osh {
  font-size: 18px;
  font-size: 1.8rem;
  border-left: 4px solid #009db3;
  margin-bottom: 10px;
  padding: 1px 0 0px 10px;
  line-height: 1.4;
}
#privacy .inner a {
  color: #0066aa;
  text-decoration: underline;
}
#privacy .inner a:hover {text-decoration: none;}

/* -------------------------------------------------------

 02. コンテンツ

------------------------------------------------------- */
#privacy .inner .wBox h3 {
  margin-bottom: 20px;
}
#privacy .inner .wBox .inContent {
  margin-bottom: 20px;
}
#privacy .inner .wBox ul.disc {
  margin-left: 40px;
  list-style-type: disc;
}
#privacy .inner .wBox .privacyWindow,
#privacy .inner .wBox .privacyWindow2 {
  border-top: 1px dotted #ccc;
  padding: 15px;
  width: 914px;
  text-align: left;
}
#privacy .inner .wBox .privacyWindow .ttl_info{
  width: 250px;
  float:left;
}
#privacy .inner .wBox .privacyWindow dl {
  float: left;
  width: 634px;
}
#privacy .inner .wBox .privacyWindow dl dt{
  float: left;
  width: 100px;
}
#privacy .inner .wBox .privacyWindow dl dd {
 float: left;
 width: 530px;
}
#privacy .privacyWindow2 dt{
  float:left;
  width: 255px;
}
#privacy .privacyWindow2 dd{
  float:left;
  width: 615px;
}