/*--------------------
	VARIABLE
--------------------*/
/*--------------------
	TERMS
--------------------*/
.terms .sub-head h2 img {
  height: 75px;
  margin: 10px auto 0; }
  @media screen and (max-width: 1119px) {
    .terms .sub-head h2 img {
      height: 65px;
      margin: 0 auto; } }

.terms .content {
  padding: 0 0 40px; }
  @media screen and (max-width: 1119px) {
    .terms .content {
      padding: 0 2% 40px; } }

.terms section {
  padding-top: 40px;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 1119px) {
    .terms section {
      padding: 40px 0 0; } }

.terms section h3 {
  background: #ff4803;
  color: #fff;
  font-size: 1.6em;
  padding: 20px;
  border-radius: 10px 10px 0 0; }
  @media screen and (max-width: 1119px) {
    .terms section h3 {
      font-size: 1.2em;
      padding: 15px; } }

.terms section .coat {
  background: #fff;
  padding: 30px 40px 40px; }
  @media screen and (max-width: 1119px) {
    .terms section .coat {
      padding: 20px 4% 40px; } }

.terms section .coat h4 {
  background: #ddd;
  font-size: 1.4em;
  padding: 15px;
  border-radius: 10px;
  margin: 30px 0 20px; }
  @media screen and (max-width: 1119px) {
    .terms section .coat h4 {
      font-size: 1.0em;
      padding: 10px;
      margin: 20px 0 15px; } }

.terms section .coat h4:first-child {
  margin-top: 0; }

/* 条文スタイル */
.terms section .coat dl {
  margin-bottom: 55px;
  padding-left: 20px; }
  @media screen and (max-width: 1119px) {
    .terms section .coat dl {
      padding-left: 0;
      margin-bottom: 45px; } }

.terms section .coat dl dt {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px; }
  @media screen and (max-width: 1119px) {
    .terms section .coat dl dt {
      font-size: 0.9em; } }

.terms section .coat dl dt strong {
  color: #ff4803;
  font-size: 1.5em; }

/* 各条（第●条）間のスペース */
.terms section .coat dl dd + dt {
  margin-top: 40px; }
  @media screen and (max-width: 1119px) {
    .terms section .coat dl dd + dt {
      margin-top: 30px; } }

.terms section .coat dl dd {
  font-size: 1.2em;
  line-height: 1.8;
  padding-left: 10px; }
  @media screen and (max-width: 1119px) {
    .terms section .coat dl dd {
      font-size: 0.9em;
      padding-left: 0; } }

.terms section .coat dl dd p {
  margin-bottom: 10px;
  text-indent: 0; }

.terms section .coat dl dd p strong {
  font-weight: bold;
  color: #ff4803; }

/* 号リスト（番号付き） */
.terms section .coat dl dd ol {
  list-style: none;
  counter-reset: item;
  margin: 15px 0 15px 20px; }
  @media screen and (max-width: 1119px) {
    .terms section .coat dl dd ol {
      margin: 10px 0 10px 10px; } }

.terms section .coat dl dd ol li {
  counter-increment: item;
  margin-bottom: 8px;
  padding-left: 2.5em;
  text-indent: -2.5em;
  line-height: 1.4;
  font-size: 1.4em; }
  @media screen and (max-width: 1119px) {
    .terms section .coat dl dd ol li {
      font-size: 1.4em; } }

.terms section .coat dl dd ol li::before {
  content: "(" counter(item) ") ";
  font-weight: normal; }

/* 委員会リスト（箇条書き） */
.terms section .coat dl dd ul.committee-list {
  list-style: none;
  margin: 15px 0 15px 30px; }
  @media screen and (max-width: 1119px) {
    .terms section .coat dl dd ul.committee-list {
      margin: 10px 0 10px 15px; } }

.terms section .coat dl dd ul.committee-list li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.4;
  font-size: 1.4em; }
  @media screen and (max-width: 1119px) {
    .terms section .coat dl dd ul.committee-list li {
      font-size: 1.2em; } }

.terms section .coat dl dd ul.committee-list li::before {
  content: "・";
  font-weight: bold; }

/* 附則セクション */
.terms section .coat .appendix {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #ddd; }
  @media screen and (max-width: 1119px) {
    .terms section .coat .appendix {
      margin-top: 30px;
      padding-top: 20px; } }

.terms section .coat .appendix h4 {
  margin-top: 0; }

.terms section .coat .appendix ul {
  list-style: none;
  padding-left: 20px; }
  @media screen and (max-width: 1119px) {
    .terms section .coat .appendix ul {
      padding-left: 0; } }

.terms section .coat .appendix ul li {
  font-size: 1.5em;
  line-height: 1.8;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em; }
  @media screen and (max-width: 1119px) {
    .terms section .coat .appendix ul li {
      font-size: 1.2em; } }

.terms section .coat .appendix ul li::before {
  content: "・"; }

/* 別表セクション */
.terms section#appendix-tables .coat {
  padding: 30px 40px 40px; }
  @media screen and (max-width: 1119px) {
    .terms section#appendix-tables .coat {
      padding: 20px 2% 40px; } }

.terms section#appendix-tables h4 {
  margin-top: 30px; }

.terms section#appendix-tables h4:first-child {
  margin-top: 0; }

/* テーブル共通スタイル */
.terms section .coat table {
  width: 100%;
  table-layout: auto;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.5;
  box-sizing: border-box;
  border-collapse: collapse;
  margin-bottom: 10px; }
  @media screen and (max-width: 1119px) {
    .terms section .coat table {
      font-size: 1.0em; } }

.terms section .coat table thead {
  background: #ddd; }

.terms section .coat table thead th {
  vertical-align: middle;
  padding: 10px 5px;
  border: 2px solid #2f2f2f;
  font-weight: bold; }

.terms section .coat table tbody th {
  background: #f5f5f5;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  padding: 10px;
  border: 2px solid #2f2f2f; }
  @media screen and (max-width: 1119px) {
    .terms section .coat table tbody th {
      text-align: center;
      padding: 8px 5px; } }

.terms section .coat table tbody td {
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  border: 2px solid #2f2f2f; }
  @media screen and (max-width: 1119px) {
    .terms section .coat table tbody td {
      padding: 8px 5px;
      font-size: 0.95em; } }

/* 注釈 */
.terms section .coat p.note {
  font-size: 1.3em;
  color: #ff4803;
  margin: 10px 0 30px;
  padding-left: 1em;
  text-indent: -1em; }
  @media screen and (max-width: 1119px) {
    .terms section .coat p.note {
      font-size: 1.1em; } }

/* PC/スマホ用テーブル切り替え */
.terms section .coat table.table-sp {
  display: none; }

@media screen and (max-width: 1119px) {
  .terms section .coat table.table-pc {
    display: none; }

  .terms section .coat table.table-sp {
    display: table;
    width: 100%;
    white-space: normal; }

  .terms section .coat table.table-sp tbody {
    display: table-row-group; }

  .terms section .coat table.table-sp td {
    white-space: normal;
    word-break: break-all; }
}

/* スマホ用テーブル調整（その他のテーブル） */
@media screen and (max-width: 1119px) {
  .terms section .coat table:not(.table-sp):not(.table-pc) {
    display: block;
    overflow-x: auto;
    white-space: nowrap; }

  .terms section .coat table:not(.table-sp):not(.table-pc) tbody {
    display: table;
    width: 100%;
    min-width: 600px; }

  .terms section .coat table:not(.table-sp):not(.table-pc) thead {
    display: table-header-group; }
}
