main {
  background-color: white;
  padding-top: 8px;
}

section {
  width: 800px;
  margin: 0 auto;
}

.header {
  width: 800px;
  margin: 0 auto;

}

.tcenter {
  text-align: center;
}

.right {
  text-align: right;
}


.left {
  text-align: left;
}

.flex {
  display: flex;
  justify-content: space-around;
  width: 800px;
  margin: 0 auto;
}

.top-text {
  width: 570px;
}

.box {
  width: 580px;
  margin-left: 220px;
}

.box2 {
  width: 590px;
}

.border {
  border: 1px solid #0075c2;
}

.border2 {
  border-bottom: 1px solid #0075c2;
}

.border3 {
  border-bottom: 1px solid #ff0000;
}

.border_red {
  border: 10px solid #ff0000;
}

.bg {
  background-color: #0075c2;
}

.bg2 {
  background-color: #E6FFE9;
}

.bg3 {
  background-color: #00b050;
}

.bg4 {
  background-color: #cef0ff;
}

.t-m40 {
  margin-top: 40px;
}

.b-m20 {
  margin-bottom: 20px;
}

.b-m40 {
  margin-bottom: 40px;
}

.l-m10 {
  margin-left: 10px;
}

.r-m10 {
  margin-right: 10px;
}

.l-m11 {
  margin-top: 30px;
}

td h3 {
  color: white;
  margin: 0;
}

.rcsTtl20 {
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  font-size: 37px;
  margin-bottom: 30px;
}

.rcsTtl20 span {
  color: black;
  font-weight: 500;
  display: table;
  margin: auto;
}

.rcsTtl20 span._rcsTtl20MainTxt {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
  /*  position: relative;*/
  line-height: 1.8em;
  font-family: serif;
}

.rcsTtl20 span._rcsTtl20MainTxt:before,
.rcsTtl20 span._rcsTtl20MainTxt:after {
  display: block;
  font-size: 200%;
  position: absolute;
  top: 0;
  font-weight: 300;
}

.rcsTtl20 span._rcsTtl20MainTxt:before {
  content: "[";
  left: -0.5em;
}

.rcsTtl20 span._rcsTtl20MainTxt:after {
  content: "]";
  right: -0.5em;
}

.rcsTtl20 span._rcsTtl20SubTxt {
  font-size: 18px;
  line-height: 1em;
}

.marker-y {
  background: linear-gradient(transparent 70%, #fef36c 0%);
  z-index: 0;
}

.side {
  width: 185px;
}

ul.list01 {
  /*  max-width: 16em;*/
  padding: 10px 10px;
  margin: 0 auto;
  list-style-type: none;
  text-align: left !important;
  font-size: 13px;
}

ul.list01 li {
  position: relative;
  padding: 0.1em 0.3em 1em 1.3em;
}

ul.list01 li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  border-right: 3px solid #00b5ad;
  border-bottom: 3px solid #00b5ad;
  transform: rotate(-45deg);
}

ul.list01 li:last-child {
  padding: 0.1em 0.3em 0.3em 1.3em;
}

ol.list02 {
  width: 555px;
  margin: 0 auto;
  counter-reset: number;
  /*数字をリセット*/
  list-style-type: none !important;
  /*数字を一旦消す*/
  padding: 0.5em;
  background: #f5faff;
}

ol.list02 li {
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.list02 li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ttl1 {
  width: 530px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #5c9ee7;
  color: #fff;
  margin: auto;
}

.table01 {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.table01 th {
  padding: 8px;
  font-size: 13px;
  width: 20%;
}

.table01 td {
  font-size: 13px;
  width: 80%;
}

.table02 {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.table02 th {
  padding: 5px;
  border: 1px solid #000;
  font-size: 13px;
}

.table02 td {
  padding: 5px;
  border: 1px solid #000;
  font-size: 13px;
}

.table03 {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0 auto;
}

.table03 th {
  padding: 5px 10px;
  border: 1px solid #000;
  font-size: 13px;
}

.table03 td {
  padding: 5px 20px;
  border: 1px solid #000;
  font-size: 13px;
}

.t-m10 {
  margin-top: 10px;
}

.t-m15 {
  margin-top: 15px;
}

.t-m20 {
  margin-top: 20px;
}

.p10 {
  padding: 10px;
}

.tate_border {
  border-left: 1px solid #000;
}

.flexbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox .list2 {
  width: 49%;
}

.flexbox .list3 {
  width: 33%;
}

.seiseki {
  width: 100%;
}

.seiseki,
.seiseki td {
  border-collapse: collapse;
  border: 1px solid #333;
}

.seiseki td {
  padding: 5px 3px;
  text-align: center;
  font-size: 13px;
}

.t-m30 {
  margin-top: 30px;
}
.b-m30 {
  margin-bottom: 30px;
}


.red {
  color: #ff0000;
}