@charset "UTF-8";
/*-------------------------
 #page_ttl
-------------------------*/
#page_ttl h2 {
  position: relative;
  background: url(../../common/images/ph_main.jpg) top center no-repeat;
  background-size: cover;
}

/*-------------------------
 #privacy
-------------------------*/
#privacy .ac {
  width: 100%;
  margin: 0 auto 20px auto;
}
#privacy .ac > dt {
  width: 100%;
  font-weight: 800;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  margin: 0;
  position: relative;
}
#privacy .ac > dd {
  display: none;
  width: 100%;
  padding: 15px 15px 15px 15px;
  margin: 0;
  letter-spacing: 0;
}
#privacy .ac > dd p {
  letter-spacing: 0;
  margin-bottom: 40px;
}
#privacy .ac > dd h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
#privacy .ac > dd .right {
  text-align: right;
  margin-bottom: 20px;
}
#privacy .ac > dd .address {
  background-color: #f3f3f3;
  padding: 20px;
}
#privacy .ac > dd ol {
  margin-left: 2rem;
}
#privacy .ac > dd ol > li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}
#privacy .ac > dd ol > li:before {
  position: absolute;
  right: calc(100% + 0.5rem); /* 0.5remは連番とテキストとの余白 */
  content: "(" counter(list-item) ")";
}
#privacy .ac > dd .tbl {
  margin-top: 15px;
}
#privacy .ac > dd .tbl table {
  width: 800px;
  border-collapse: collapse;
}
#privacy .ac > dd .tbl table th, #privacy .ac > dd .tbl table td {
  border: solid gray 1px;
  padding: 7px;
}
#privacy .ac > dd .tbl table th ul li, #privacy .ac > dd .tbl table td ul li {
  list-style: decimal;
  margin-left: 1.5rem;
}
#privacy .ac > dd .list_circle_num {
  padding: 0px;
  margin: 0px;
  list-style: none;
  counter-reset: list_circle_num_counter;
}
#privacy .ac > dd .list_circle_num > li {
  line-height: 1.5;
  position: relative;
  padding: 0px 0px 0px 1.8rem;
  counter-increment: list_circle_num_counter;
}
#privacy .ac > dd .list_circle_num > li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 1.2rem;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  content: counter(list_circle_num_counter);
}
#privacy .ac > dd .list_circle_num > li + li {
  margin: 1em 0px 0px;
}
#privacy .ac > dd dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid #8a8a8a 1px;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}
#privacy .ac > dd dl dt h3 {
  text-indent: -1rem;
  margin-left: 1rem;
}
#privacy .ac > dd dl dd {
  margin-bottom: 40px;
}
#privacy .ac > dt::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid black;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: 0.5s;
  position: absolute;
  top: 25px;
  right: 20px;
}
#privacy .ac > dt.active::after {
  transform: translateY(-25%) rotate(-45deg);
}
#privacy .btn_pdf {
  display: block;
  width: 100%;
  font-weight: 800;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  margin: 0 0 20px 0;
  position: relative;
}
#privacy .btn_pdf::after {
  display: block;
  content: "";
  width: 22px;
  height: 27px;
  background: url(../images/ico_pdf.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 15px;
}/*# sourceMappingURL=style.css.map */