@charset "UTF-8";
.txt1 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.txt2 {
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.txt3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.txt4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.table01,
.table02,
.table03,
.table04 {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}
.table01 th,
.table01 td,
.table02 th,
.table02 td,
.table03 th,
.table03 td,
.table04 th,
.table04 td {
    box-sizing: border-box !important;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
}
.table01 th,
.table02 th,
.table03 th,
.table04 th {
    text-align: center;
    font-weight: bold;
}
.table01 th,
.table01 td {
    border: 1px solid #cc0000;
}
.table01 th.color {
    background-color: #cc0000;
    color: #fff;
}
.table02 th,
.table02 td {
    border: 1px solid #3f92e8;
}
.table02 th.color {
    background-color: #3f92e8;
    color: #fff;
}
.table03 th,
.table03 td {
    border: 1px solid #e8b23f;
}
.table03 th.color {
    background-color: #e8b23f;
    color: #fff;
}
.table03 ol {
    margin: 0 0 15px 1.5em !important;
}
.table03 ol li {
    list-style: decimal;
}
.table04 th,
.table04 td {
    border: 1px solid #999;
}
.table04 th.color {
    background-color: #999;
    color: #fff;
}
.table04 ul {
    margin: 0 0 15px 1.5em !important;
}
.table04 ul li {
    list-style: disc;
}


.attention-title230221 {
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
	font-size: 26px;
  margin: 30px auto 20px;
	font-weight: 600;
}
.attention-text230221 {
	font-size: 18px;
    font-family: 'Zen Old Mincho', serif;
    margin-bottom: 10px;
    line-height: 1.5em;
    color: #ff0000;
}
.attention-ul230221 {
	margin-bottom: 25px;
  padding-left: 1rem;
}
.attention-ul230221 li {
	list-style-type: disc;
	margin-left: 1rem;
  margin-bottom: 3px;
  font-size: 13px;
}
.attention-bottom230221 {
	margin-left: 0.8rem;
  text-indent: -0.8rem;
  margin-bottom: 20px;
  font-size: 13px;
}
.attention-form230221 {
  padding: 0 10px;
}
.text-red230322 {
    color: #ff0000;
}