@charset "utf-8";
/*===============================================
 *	プライバシーポリシー
===============================================*/
.intro_txt{margin: 0 0 40px;}
.main_content {background: #fff;border-radius: 6px;padding: 40px;margin: 0 auto;max-width: 1120px;}
.main_content .ttl {font-size: 24px;background: #f5f5f5;border-left: 10px solid var(--site-primary);padding: 12px 20px 14px;margin-bottom: 20px;}
.main_content dd {line-height: 1.8;margin-bottom: 40px;}
.main_content dd:last-of-type {margin-bottom: 0;}
.main_content a {color: var(--site-primary);border-bottom: 1px solid var(--site-primary);word-break: break-all;}
.main_content a:hover {border-bottom: none;text-decoration: none;}
.main_content .small {font-size: 14px;color: #777;margin-top: 15px;}
@media only screen and (max-width: 1024px) {
.main_content {width: 92%;max-width: initial;}
.main_content .ttl {font-size: 22px;}
}
@media only screen and (max-width: 960px) {
.intro_txt {width: 92%;}
.main_content .ttl {font-size: 20px;border-width: 8px;padding: 10px 16px 12px;margin-bottom: 15px;}
.main_content dd {margin-bottom: 30px;}
}
@media only screen and (max-width: 568px) {
.intro_txt {margin: 0 0 30px;width: 100%;}
.main_content {padding: 20px;}
.main_content .ttl {font-size: 18px;border-width: 6px;padding: 10px 12px 12px;margin-bottom: 10px;}
.main_content dd {margin-bottom: 25px;}
}

/***********************************************
* 2026/05/01 新規
************************************************/
.txt_primarycolor{
  color:var(--site-primary);
}
.policy_box {
  background: #fff;
  border: var(--site-primary) 4px solid;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 0 60px;
}
@media screen and (max-width: 568px) {
  .policy_box {
    border-width: 3px;
    border-radius: 10px;
    margin: 0 0 40px;
    width: 100%;
  }
}
/***********************************************/
.normal_tbl,
.abroad_tbl{
  margin-bottom: 20px;
  width: 100%;
}
.normal_tbl th {
  background: var(--site-primary);
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.normal_tbl td {
  border: solid 1px #ccc;
  padding: 10px;
}
.abroad_tbl th {
  background: var(--site-primary);
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.abroad_tbl td {
  border: solid 1px #ccc;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .normal_tbl .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .normal_tbl {
    width: 100%;
  }
  .normal_tbl th,
  .normal_tbl td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .abroad_tbl {
    display: grid;
    grid-template-columns: 28% 1fr 1fr;
    gap: 1px;
    background-color: #ccc;
    border: solid 1px #ccc;
    width: 100%;
    margin-bottom: 20px;
  }
  .abroad_tbl thead,
  .abroad_tbl tbody,
  .abroad_tbl thead tr,
  .abroad_tbl tbody tr {
    display: contents;
  }
  .abroad_tbl th,
  .abroad_tbl td {
    border: none;
    padding: 7px 5px;
    font-size: 0.8em;
    line-height: 1.5;
  }
  .abroad_tbl th {
    background: var(--site-primary);
    color: #fff;
    text-align: center;
  }
  .abroad_tbl td {
    background: #fff;
  }
  .abroad_tbl thead th:nth-child(1) { grid-column: 1; grid-row: 1; }
  .abroad_tbl thead th:nth-child(2) { grid-column: 1; grid-row: 2; }
  .abroad_tbl thead th:nth-child(3) { grid-column: 1; grid-row: 3; }
  .abroad_tbl thead th:nth-child(4) { grid-column: 1; grid-row: 4; }
  .abroad_tbl thead th:nth-child(5) { grid-column: 1; grid-row: 5; }
  .abroad_tbl tbody tr:nth-child(1) td:nth-child(1) { grid-column: 2; grid-row: 1; }
  .abroad_tbl tbody tr:nth-child(1) td:nth-child(2) { grid-column: 2; grid-row: 2; }
  .abroad_tbl tbody tr:nth-child(1) td:nth-child(3) { grid-column: 2; grid-row: 3; }
  .abroad_tbl tbody tr:nth-child(1) td:nth-child(4) { grid-column: 2; grid-row: 4; }
  .abroad_tbl tbody tr:nth-child(1) td:nth-child(5) { grid-column: 2; grid-row: 5; }
  .abroad_tbl tbody tr:nth-child(2) td:nth-child(1) { grid-column: 3; grid-row: 1; }
  .abroad_tbl tbody tr:nth-child(2) td:nth-child(2) { grid-column: 3; grid-row: 2; }
  .abroad_tbl tbody tr:nth-child(2) td:nth-child(3) { grid-column: 3; grid-row: 3; }
  .abroad_tbl tbody tr:nth-child(2) td:nth-child(4) { grid-column: 3; grid-row: 4; }
  .abroad_tbl tbody tr:nth-child(2) td:nth-child(5) { grid-column: 3; grid-row: 5; }
}






