@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #292e34;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: 0;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #292e34;
  font-size: 16px;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #292e34;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 900;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: 500;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .pc {
    display: none !important;
  }
}
.inner {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-color: #0e9ab2;
}
body.top.out main {
  background-color: #0e9ab2;
}
header {
  position: relative;
}
header h1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
header h1 img {
  display: block;
  width: 150px;
  margin: 0 auto;
}
header [href="/logout/"] {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 20px;
}
header nav {
  background-color: #292e34;
}
header nav ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 10px 15px;
}
header nav ul li {
  padding: 0 20px;
}
header nav ul li + li {
  position: relative;
}
header nav ul li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 50%;
  background-color: #fff;
  translate: 0 -50%;
}
header nav ul li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 30px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.7s;
}
header nav ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header nav ul li a:hover {
    opacity: 1;
  }
}
header nav ul li a:hover img {
  opacity: 1;
}
footer {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  background-color: #637580;
}
footer #copyright {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}
main {
  min-height: calc(100vh - 155px);
  padding: 50px 0 100px;
  background-color: #fff;
}
main > .inner > * + * {
  margin-top: 100px;
}
main .message {
  margin-bottom: 20px;
  padding: 10px;
  border: 3px #3463e9 solid;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
}
main .message.red {
  border-color: #f00;
}
main .ttl01 {
  position: relative;
  display: block;
  margin-bottom: 35px;
  padding-left: 10px;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
main .ttl01:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: block;
  width: 50px;
  height: 2px;
  background-color: #21414b;
  translate: -50% 0;
}
main .ttl02 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
main .ttl02 big {
  display: block;
  width: 100%;
  font-size: 1.2em;
  font-weight: 700;
}
main .ttl02 big:empty {
  display: none;
}
main .ttl02 i {
  display: block;
  margin-left: 10px;
  font-weight: 700;
}
main .ttl02 i:before, main .ttl02 i:after {
  color: #333;
  font-weight: 700;
}
main .ttl02 i:before {
  content: "【";
}
main .ttl02 i:after {
  content: "】";
}
main .ttl02 i.active {
  color: #3463e9;
}
main .ttl02 i.stop {
  color: #f00;
}
main .ttl02 small {
  display: block;
  width: 100%;
  font-size: 0.8em;
  font-weight: 700;
  font-style: italic;
}
main .btn01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
main .btn01 a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  margin: 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background-color: #21414b;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .btn01 a:hover {
    opacity: 1;
  }
}
main .btn01 a:hover img {
  opacity: 1;
}
main .btn01 a:first-child {
  margin-left: 0;
}
main .btn01 a:last-child {
  margin-right: 0;
}
main #my_ea > ul > li + li {
  margin-top: 100px;
}
main #my_ea > ul > li > ul {
  display: block;
}
main #my_ea > ul > li > ul > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 5px;
  border-top: 1px #637580 solid;
}
main #my_ea > ul > li > ul > li:last-child {
  border-bottom: 1px #637580 solid;
}
main #my_ea > ul > li > ul > li p {
  margin-right: auto;
}
main #my_ea > ul > li > ul > li b {
  display: block;
  margin-left: auto;
  color: #3463e9;
}
main #my_ea > ul > li > ul > li b:before {
  content: "+";
}
main #my_ea > ul > li > ul > li b.m {
  color: #f00;
}
main #my_ea > ul > li > ul > li b.m:before {
  content: "";
}
main #my_ea > ul > li strong {
  display: block;
  margin-top: 10px;
  font-size: 1.2em;
  text-align: center;
}
main #my_ea > ul > li strong span {
  font-size: 1.3em;
  font-weight: 700;
}
main #history .scroll_table {
  margin-top: 40px;
  overflow-x: auto;
}
main #history .scroll_table table tr th, main #history .scroll_table table tr td {
  padding: 5px 0 10px;
  border: #efefef 1px solid;
  text-align: center;
}
main #history .scroll_table table tr th.saturday, main #history .scroll_table table tr td.saturday {
  color: #3463e9;
}
main #history .scroll_table table tr th.sunday, main #history .scroll_table table tr td.sunday {
  color: #f00;
}
main #history .scroll_table table tr > *:first-child {
  background-color: rgba(255, 0, 0, 0.2);
}
main #history .scroll_table table tr > *:last-child {
  background-color: rgba(52, 99, 233, 0.2);
}
@media screen and (max-width: 768px) {
  main #history .scroll_table table tr > *:first-child, main #history .scroll_table table tr > *:last-child {
    width: 30px;
  }
}
main #history .scroll_table table thead th {
  font-weight: 700;
}
main #history .scroll_table table tbody tr td {
  font-size: 0.8em;
}
main #history .scroll_table table tbody tr td span {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #history .scroll_table table tbody tr td span {
    font-size: 0.7em;
  }
}
main #history .scroll_table table tbody tr td span:empty {
  display: none;
}
main #history .scroll_table table tbody tr td span.p {
  color: #3463e9;
}
main #history .scroll_table table tbody tr td span.p:before {
  content: "+";
}
main #history .scroll_table table tbody tr td span.m {
  color: #f00;
}
main #history .scroll_table table tbody tr td span.m:before {
  content: "";
}
main #history #total {
  display: block;
  margin-top: 20px;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
}
main #history #total strong {
  font-size: 1.2em;
}
main #top {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 150px);
  padding: 0 0 200px;
}
main #top figure {
  width: 300px;
  max-width: 50%;
}
main #top ul {
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: block;
  width: 300px;
  translate: -50% 0;
}
main #top ul li + li {
  margin-top: 20px;
}
main #top ul li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px #333 solid;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #top ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #top ul li a:hover {
    opacity: 1;
  }
}
main #top ul li a:hover img {
  opacity: 1;
}
main #top ul li a[href="/register/"] {
  color: #fff;
  background-color: #637580;
}
main #form {
  width: 400px;
  margin: 0 auto;
}
main #form em {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
main #form form {
  margin-top: 40px;
}
main #form form > ul.setting {
  border: 1px #efefef solid;
}
main #form form > ul.setting > li {
  padding: 15px 10px;
}
main #form form > ul.setting > li:nth-child(odd) {
  background-color: rgba(239, 239, 239, 0.3);
}
main #form form > ul.setting > li:nth-child(even) {
  border-top: 1px #efefef solid;
  background-color: rgba(14, 154, 178, 0.3);
}
main #form form > ul > li {
  padding: 15px 0;
}
main #form form > ul > li > i {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
main #form form > ul > li input {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px #292e34 solid;
  border-radius: 5px;
  padding: 0 15px;
  background-color: #fff;
}
main #form form > ul > li input[hidden] {
  display: none;
}
main #form form > ul > li input[readonly] {
  opacity: 0.6;
  background-color: #efefef;
}
main #form form > ul > li textarea {
  display: block;
  width: 100%;
  height: 150px;
  border: 1px #292e34 solid;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #fff;
}
main #form form > ul > li .radio {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #form form > ul > li .radio > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-top: 0 !important;
}
main #form form > ul > li .radio > li label {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  padding-left: 30px;
  line-height: 1;
  white-space: nowrap;
}
main #form form > ul > li .radio > li label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px #637580 solid;
  border-radius: 50%;
  background-color: #fff;
  translate: 0 -50%;
}
main #form form > ul > li .radio > li input:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #21414b;
  translate: 0 -50%;
}
main #form form > ul > li .time {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #form form > ul > li .time > li {
  position: relative;
  width: calc((100% - 30px) / 2);
  margin-top: 0 !important;
  padding-right: 25px;
}
main #form form > ul > li .time > li:after {
  content: "時";
  position: absolute;
  right: 0;
  top: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 25px;
  height: 100%;
  text-align: right;
}
main #form form > ul > li .time > li:nth-child(2n) {
  margin-left: 30px;
}
main #form form > ul > li .time > li:nth-child(2n):before {
  content: "〜";
  position: absolute;
  left: -30px;
  top: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  text-align: center;
}
main #form form > ul > li .time > li input {
  text-align: right;
}
main #form form input[type="submit"] {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 50px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  background-color: #f00;
  cursor: pointer;
}
main #form form input[type="submit"][name="delete"] {
  margin-top: 20px;
  background-color: #3463e9;
}
main #form form input[type="button"] {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 100px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  background-color: #3463e9;
  cursor: pointer;
}
main #form form input[type="button"]:disabled {
  opacity: 0.6;
  pointer-events: none;
}
main #form form p {
  margin-top: 10px;
  font-size: 0.9em;
  text-align: center;
}
main #form form p a {
  text-decoration: underline;
}
main #form form p a:hover {
  text-decoration: none;
}
main #form .my_ea {
  margin-top: 100px;
}
main #form .my_ea > li {
  padding: 5px 0;
  border-top: 1px #637580 solid;
}
main #form .my_ea > li:last-child {
  border-bottom: 1px #637580 solid;
}
main #form .my_ea > li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
  text-decoration: none;
  transition: opacity 0.7s;
}
main #form .my_ea > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main #form .my_ea > li a:hover {
    opacity: 1;
  }
}
main #form .my_ea > li a:hover img {
  opacity: 1;
}
main #form .my_ea > li a * {
  display: block;
}
main #form .my_ea > li a b {
  margin-right: auto;
}
main #form .my_ea > li a i {
  margin-left: auto;
}
main .pager {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 400px;
  margin: 30px auto;
}
main .pager .prev {
  margin-right: auto;
}
main .pager .next {
  margin-left: auto;
}
main .pager > * a {
  display: block;
  padding: 10px;
  border: 1px #637580 solid;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .pager > * a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .pager > * a:hover {
    opacity: 1;
  }
}
main .pager > * a:hover img {
  opacity: 1;
}
