@charset "UTF-8";

/*----------------------------------------------------------
更新日：2022年6月13日

=コンテンツエリア

=スマホ(780px以下)
	=SPコンテンツエリア
	

-------------------------------------------------------------*/
/* =ナビエリア(nav)
-------------------------------------------------------------*/
header + nav .pc > div:nth-of-type(1) ul li:nth-of-type(4) a:after {
  left: 0;
  width: 100%;
}

/* =コンテンツエリア
------------------------------------------------------------*/
article > section {
  background: #F0F4F5;
  padding: 40px 0 60px 0;
}

article > section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

article > section h2 span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

article > section h2 span.error {
  font-size: 28px;
  color: #f00;
}

article > section .closed {
  margin-bottom: 2em;
  text-align: center;
  color: #C00;
}

article > section .closed span {
  font-size: 20px;
}

article > section table {
  width: 700px;
  margin: 0 auto;
  border-top: solid 1px #D2D7E1;
  border-right: solid 1px #D2D7E1;
  box-sizing: border-box;
  margin-bottom: 10px;
}

article > section table th,
article > section table td {
  border-bottom: solid 1px #D2D7E1;
  border-left: solid 1px #D2D7E1;
  width: 50%;
  padding: 20px 0;
  line-height: 1.4;
}

article > section table th {
  background: #EEF0F4;
  font-weight: normal;
}

article > section table td {
  background: #fff;
  padding-left: 60px;
}

article > section table td:last-of-type {
  padding-left: 0;
  text-align: center;
}

article > section table td strong {
  margin-left: 20px;
}

/* article > section table .list-run {
  padding-left: 100px !important;
  text-align: left !important;
} */

/* article > section table .list-run span {
  position: relative;
} */

/* article > section table .list-run span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/img/kadou/run.gif) no-repeat 0 0;
  background-size: 100% 100%;
  position: absolute;
  left: -36px;
  top: 50%;
  transform: translateY(-50%);
} */

article > section .kome {
  width: 600px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.6;
}

/* =タブレット(1023px以下)
-------------------------------------------------------------*/
/* =スマホ(780px以下)
-------------------------------------------------------------*/
@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  /* =SPコンテンツエリア
  ------------------------------------------------------------*/
  article > section h2 {
    font-size: 5vw;
  }

  article > section h2 span {
    font-size: 3.4vw;
  }

  article > section h2 span.error {
    font-size: 5vw;
  }

  article > section .closed {
    font-size: 3.4vw;
  }

  article > section .closed span {
    font-size: 4vw;
  }

  article > section table {
    width: 90%;
  }

  article > section table th,
  article > section table td {
    font-size: 3.4vw;
  }

  article > section table th:first-of-type,
  article > section table td:first-of-type {
    width: 60%;
  }

  article > section table td {
    padding-left: 20px;
  }

  article > section table td strong {
    margin-left: 10px;
  }

  article > section table .list-run {
    padding-left: 60px !important;
  }

  article > section table .list-run span {
    display: block;
  }

  article > section .kome {
    width: 90%;
  }
}

/* スマホここまで */