.shadow_box {
  -webkit-box-shadow: 4px 0px 8px -4px #c9c9c9,-4px 0px 8px -4px #c9c9c9, 0px 4px 8px -4px #c9c9c9,0px -4px 8px -4px #c9c9c9;
  -moz-box-shadow: 4px 0px 8px -4px #c9c9c9,-4px 0px 8px -4px #c9c9c9, 0px 4px 8px -4px #c9c9c9,0px -4px 8px -4px #c9c9c9;
  box-shadow: 4px 0px 8px -4px #c9c9c9,-4px 0px 8px -4px #c9c9c9, 0px 4px 8px -4px #c9c9c9,0px -4px 8px -4px #c9c9c9;
  border:solid 1px #c9c9c9;
}

.privacy_information {
  display: flex;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ポップアップ */
.privacy_information #popup_content {
  width: 1000px;
  max-height: 500px;
  background: #fff;
  overflow-y: auto;
}

/* 利用規約 */
.privacy_information #popup_content #agreement_top {
  text-align:center;
  padding-top:40px;
  padding-bottom:30px;
  margin-left: auto;
  margin-right: auto;
  font-size:12pt;
}
.privacy_information #popup_content #agreement_opening {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.privacy_information #popup_content #scroll_text {
  margin-bottom:5px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.privacy_information #popup_content #scroll_text textarea {
  width:890px;
  height:250px;
  padding:3px;
  border:1px solid #d9d9d9;
}
.privacy_information #popup_content #scroll_text table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.privacy_information #popup_content #scroll_text th, 
.privacy_information #popup_content #scroll_text td {
  border: 1px solid #ddd;
  text-align: left;
  word-break: break-word;
  white-space: normal;
}
.privacy_information #popup_content #scroll_text th {
  background-color: #f2f2f2;
  color: black;
}
.privacy_information #popup_content #scroll_text {
  th:nth-child(1) { width: 8%; }   /* 事業者 */
  th:nth-child(2) { width: 8%; }   /* サービス名 */
  th:nth-child(3) { width: 22%; }  /* 送信される利用者情報 */
  th:nth-child(4) { width: 32%; }  /* 利用目的 */
  th:nth-child(5) { width: 10%; }  /* プライバシーポリシー */
  th:nth-child(6) { width: 10%; }  /* オプトアウトページ */
  th:nth-child(7) { width: 10%; }  /* クッキーポリシー */
}

.privacy_information #popup_content .margin_l_30 {
  margin-left: 30px;
}

.privacy_information #popup_content #agreement {
  margin: 20px 0;
}
.privacy_information #popup_content #agreement .agreement_btn {
  background: url(../../images/ja/confirm2_btn.gif) 0px 0px no-repeat;
}
.privacy_information #popup_content #agreement .btn_212x51 {
  width: 212px;
  height: 51px;
  background-position: 0px 0px;
}
.privacy_information #popup_content #agreement .btn {
  display: block;
  overflow: hidden;
  border: none;
  border-width: 0;
  cursor: pointer;
  text-indent: -9999px;
  line-height: 0px;
}
.privacy_information #popup_content #agreement .margin_a {
  margin-left: auto;
  margin-right: auto;
}

.margin_b_15{
  margin-bottom:15px;
}
