@charset "UTF-8";
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
  color: #00a0e9;
}

a:hover {
  color: #00a0e9;
  opacity: 0.8;
}


/*--------------------------------
layout
---------------------------------*/

#pagetitle {
  background: url(../images/10_privacy_01/bg_privacy.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

#pagetitle h1 {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  line-height: 1;
}

article {
  /* position: relative; */
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 800;
}

article .privacy {
  margin: 120px auto;
}

article .privacy .info {
  text-align: right;
  margin-bottom: 30px;
}

article .privacy .inner {
  margin: 30px auto;
}

article .privacy .inner h2 {
  text-align: center;
  color: #00a0e9;
  border: 1px solid #00a0e9;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 30px;
  display: block;
}

article .privacy hr {
  border: 1px dotted #aeaeae !important;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.container .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .container .inner {
    padding: 0 !important;
  }
}


/*--------------------------------
section
---------------------------------*/

article .privacy ul li {
  margin: 24px auto;
}

article .privacy ol {
  padding-left: 32px;
}

article .privacy li:before {
  counter-reset: item;
}


/*--------------------------------
Main layout
---------------------------------*/

.tac {
  text-align: center !important;
}

@media (min-width: 1024px) {
  .pcNone {
    display: none;
  }
}

@media (max-width: 1023px) {
  .spNone {
    display: none;
  }
}

table {
  width: 100%;
  border: none;
}

table tr {
  border-top: #aeaeae dashed 1px;
}

table tr:nth-child(5) {
  border-bottom: #aeaeae dashed 1px;
}

table th, table td {
  padding-top: 24px;
  padding-bottom: 24px;
}

th {
  text-align: left !important;
  padding-left: 24px !important;
}

th:before {
  content: url(../images/09_company_01/icon_listmark.png);
  position: relative;
  bottom: 0;
  margin-right: 12px;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Self Clearing Goodness */

.optionBox:after, .absolute:after, .container:after, .row:after, .cf {
  padding-left: 0 !important;
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  article .privacy {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}