@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333333;
}

/* リンク色の定義 */
@media screen and (min-width: 1367px) {
  .wrapper {
    width: 1200px;
    margin: 20px auto;
  }
}

section {
  overflow: hidden;
}

section {
  width: 100%;
  margin: 0 auto;
}

h1 {
  background: #FFBA00;
  font-size: 1.5em;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}

h2 {
  border-bottom: solid 1px black;
  font-size:1.2em;
    }

p {
  width: 96%;
  margin: 0 auto;
  font-size: 0.9em;
  padding: 8px;
}

ol{
  padding: 0 0 0 15px;
  font-size: 0.8em
}

ol li{
  margin-bottom: 20px;
}


ul{
  padding: 0 0 0 15px;
  font-size: 0.8em
}

ul li{
  margin-bottom: 20px;
}

.list_c{
  list-style-type: circle;
  margin-left: 15px;
 }


.txt-red {
  color: #d60d06;
}

.txt-blue {
  color: #434AF8;
  font-size: 0.8em;
}

.txt-s {
  font-size: 0.8em;
}

.txt-b {
  font-weight: bold;
}



table{border: 1px solid #ccc;
border-collapse:collapse;
font-size: 0.8em}

table caption {
  text-align: left;
}

table th{
  border: 1px solid #ccc;
  background-color: #969696;
  color:#fff;
  white-space: nowrap;
  padding: 10px;
}

table td{
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
}


.footer {
  background: #eee;
  font-size: 0.8em;
  color: #black;
  padding: 10px;
}
