body {
  font-family: "Noto Sans JP", sans-serif;
  /* width: 100%; */
  margin: 0 auto;
  /* max-width: 1200px; */
  width: 1200px;
}

.sidebar {
  position: fixed;
  left: 50%;
  margin-left: -1200px;
  background-color: rgb(75, 48, 17);
  width: 250px;
  height: 420px;
  transition: all 0.3s;
  z-index: 100;
}

.sidebar h2 {
  font-size: 18px;
  color: #fff;
  text-align: left;
  line-height: 45px;
  background: rgb(138, 90, 36);
  user-select: none;
  padding-left: 35px;
}

.sidebar img {
  width: 9%;
  margin: 5px 16px 11px 0;
}

.sidebar ul a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  padding-left: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid black;
  transition: 0.4s;
}

ul li:hover a {
  padding-left: 80px;
}

#check {
  display: none;
}

label #btn,
label #cancel {
  position: fixed;
  cursor: pointer;
  background: #b66f2d;
  border-radius: 3px;
  z-index: 10;
}

label #btn {
  left: 50%;
  margin-left: -590px;
  top: 90px;
  font-size: 18px;
  color: #fff;
  padding: 6px 12px;
  transition: all 0.5s;
}

label #cancel {
  z-index: 110;
  left: 50%;
  margin-left: -1200px;
  top: 90px;
  font-size: 18px;
  color: #fff;
  padding: 4px 9px;
  transition: all 0.5s;
}

#check:checked~.sidebar {
  margin-left: -600px;
}

#check:checked~label #btn {
  left: 230px;
  opacity: 0;
  pointer-events: none;
}

#check:checked~label #cancel {
  margin-left: -390px;
}

.section-1 {
  height: 50vh;
  background-image: url("../images/image41.jpg");
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
  position: relative;
}

.section-1 .midasi {
  position: absolute;
  top: 35px;
  left: 200px;
}

.section-1 h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #4d3486;
  text-shadow: 4px 4px 3px #ece9fb;
}

.section-1 ul {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.section-1 ul li {
  color: antiquewhite;
  margin-top: 25px;
  font-size: 25px;
}

.section-2 h2{
  padding-top: 40px;
   text-align: center;
  font-size: 24px;
  margin: 10px 0 20px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.row {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin-bottom: 64px;
}

.col-1 {
    width: 40%;
    margin-left: 20px;
}

.col-1 .table th, .table td {
width: 250px;
height: 70px;
font-size: 20px;
border: 1px #999;
text-align: center;
border: 1px solid #000000;
vertical-align: middle; 
}


.col-2{
    width: 57%;
    margin-left: 20px;
}
.col-2 .table th, .table td {
width: 250px;
height: 35px;
font-size: 20px;
border: 1px #999;
text-align: center;
border: 1px solid #000000;
vertical-align: middle; 
}

.col-2 .table .ss {
  font-size: 17px;
}

.col-2 .table .huku {
 background-color: #f5926b88;
}
.content {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}


footer {
  padding: 30px;
  text-align: center;
  font-size: 18px;
}
