/**
 * File: subp.css
 * Usage: トップページ以外の共通スタイルを定義します。
 * Example: サブページ共通のヘッダーなど
*/

/* ===============================================
 sub header                     
  =============================================== */

.bl_subpHead {
  background: url(../img/subp_head_img.webp) no-repeat center center;
  background-size: cover;
}

.bl_policy_cont h1 {
  border-left: var(--color-white) 4px solid;
  border-bottom: var(--color-white) 2px solid;
  line-height: 1;
  font-size: 24px;
  padding-left: 12px;
  padding-bottom: 6px;
}

.bl_policy_cont h2 {
  border-left: var(--color-white) 4px solid;
  padding-block: 2px;
  padding-left: 16px;
  line-height: 1.6;
  font-size: 18px;
  margin-top: 40px;
  font-weight: 500;
}

.bl_policy_cont_txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
  font-family: 'YuGothic', 'Yu Gothic', Meiryo, sans-serif;
}

.el_policyDate {
  margin-top: 24px;
  text-align: right;
}

.bl_policy_table,
.bl_policy_table tbody {
  border: none;
  margin-top: 24px;
  background: var(--color-white);
  color: var(--color-black);
  border-spacing: 0;
  font-weight: 400;
}

.bl_policy_table th {
  width: 25%;
  font-weight: 400;
  padding: 6px 8px;
  border: var(--color-black) 0.5px solid;
}

.bl_policy_table td {
  width: 75%;
  font-weight: 400;
  padding: 6px 8px;
  border: var(--color-black) 0.5px solid;
}

.bl_policy_cont_txt a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 960px) {
}
