* {
  font-family: BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}
table, form, ul {
  width: 100%;
  max-width: 640px;
  margin: 10px auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #999;
}

thead {
  /* position: sticky;
  top: 0; */
}

thead tr {
  background: rgb(155, 155, 155);
  color: #fff;
}

tbody tr:nth-child(even) {
  background: #EFEFEF;
}
tbody tr:nth-child(odd) {
  background: white;
}
td, th {
  border: 1px solid #999;
  padding: 4px;
}
td { font-family: monospace; }
td.right { text-align: right;}
body {
/*  padding: 0.25em;*/
/*  -webkit-text-size-adjust: 100%;*/
  background: white;
}
li a {
  display: block;
  padding: 5px;
  border: #CCC 1px solid;
  margin-bottom:4px;
  background: #EFEFEF;
  text-decoration: none;
}
p {
  margin: 0.5em auto;
}
ul {
  font-size: 75%;
  line-height: 150%;
  list-style: none;
  padding: 0px;
}
ul li {
  font-feature-settings: "palt";
}
input:focus,
textarea:focus {
  outline: none;
}
input[type=text], input[type=tel], select, input[type=number], button[type=submit] {
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
  border: 1px solid gray;
  border-radius: 3px;
}
input[type=radio] + label {
  padding: 10px 10px 10px 5px;
}

input[type=radio] {
  transform: scale(1.2);
}
.month {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.month p {
  display: flex;
  align-items: center;
  margin: 0px;
}
.year {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.year .plus, .year .minus {
  background: #999999;
  color: #fff;
  font-family: monospace;
  font-size: 1.5rem;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  padding: 0px 12px 0px 9px;
}
.year p.form {
  width: 100%;
  margin: auto 5px;
}
button.plus, button.minus {
  appearance: none;
  border: none;
  vertical-align: center;
}

.submit, button[type=submit], input[type=submit] {
  display: block;
  text-align: center;
  margin: 1em auto;
  width: 90%;
  height: 45px;
  appearance: none;
  background-color: #CFC;
  color: rgb(0, 85, 22);
}
.title {
  text-align: center;
  font-weight: 300;
}
.thismonth {
  margin-bottom: 10px;
}
.container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #fff;
  /* margin: 0.5em auto; */
  padding: 0.5rem;
}
