/*----------------------------------------
  external_transmission_policy
----------------------------------------*/
.anchor {
  color: #f2aa00;
  font-weight: bold;
  text-decoration: none;
}

.signature {
  text-align: right;
  margin-top: 30px;
  color: #333;
}

.external_transmission_policy_intro {
  padding-top: 70px;
}

.external_transmission_policy_intro .title .main_title {
  font-family: "RobotoCondensed";
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.external_transmission_policy_intro .title .sub_title {
  font-size: 1.2rem;
  margin-top: -4px;
  color: #333;
}

/*  external_transmission_policy_content
----------------------------------------*/
.external_transmission_policy_content {
  padding-top: 55px;
}
.external_transmission_policy_content p {
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.015em;
}
.external_transmission_policy_content p + p {
  margin-top: 1em;
}

.list_policy {
  counter-reset: number;
  list-style: none;
}
.list_policy_item {
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-top: 15px;
  display: block;
}
.list_policy_item:nth-of-type(1) {
  margin-top: 35px;
}
.list_policy_detail {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.list_policy_detail_dt {
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5714285714;
  letter-spacing: 0.015em;
  box-sizing: border-box;
}
.list_policy_detail_dd {
  width: 715px;
  margin-left: 40px;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.015em;
}

/* table */
.table_wrapper {
  margin: 30px 0;
  position: relative;
}

.table {
  table-layout: fixed;
  width: 960px;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.table_th, .table_td {
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px 12px;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.8333333333;
}
.table_th.blank, .table_td.blank {
  text-align: center;
}
.table_th {
  background-color: #f8f8f8;
  font-size: 1.2rem;
  font-weight: 500;
}
.table_th_top {
  height: 60px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.table_td {
  letter-spacing: 0.015em;
}
.table_td.info_content {
  letter-spacing: -0.02em;
}
.table_td.info_send {
  word-break: break-word;
}
.table .info_send {
  width: 145px;
}
.table .info_content {
  width: 268px;
}
.table .info_purpose {
  width: 126px;
}
.table .info_other {
  width: 140px;
}