@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

* {
  font-family: Roboto, "Noto Sans JP", "Helvetica Neue";
  font-size: 16px;
  color: black;
}

input[type=number],
input[type=text],
input[type=datetime-local],
input[type=password],
textarea {
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
}

textarea {
  width: 700px;
  max-width: 100%;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  vertical-align: middle;
  margin: 0 0 0.3em 0;
}

/* チェック状態 */
input[type=checkbox]:checked {
  background: #8a8a8a;
  border-color: #8a8a8a;
}

/* チェックマーク */
input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.not-available {
  opacity: 0.4;
  pointer-events: none;
}

.alert-text {
  color: #e64650;
}

.link-txt {
  color: #93cccc;
  text-decoration: underline;
}

.l-wrapper {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.l-main {
  padding: 120px 0 100px;
  min-height: calc(100vh - 75px);
}

.l-admin-main {
  padding: 200px 0 100px;
  min-height: calc(100vh - 75px);
}

.l-admin-wrapper {
  width: 90%;
  margin: 0 auto;
}

.c-primary-btn {
  display: inline-block;
  width: fit-content;
  padding: 8px 15px;
  background-color: #93cccc;
  color: white;
  border: 1px solid #93cccc;
  border-radius: 5px;
  text-align: center;
}
.c-primary-btn--outline {
  display: inline-block;
  width: fit-content;
  padding: 8px 15px;
  background-color: transparent;
  color: #93cccc;
  border: 1px solid #93cccc;
  border-radius: 5px;
  text-align: center;
}

.c-danger-btn {
  display: inline-block;
  width: fit-content;
  padding: 8px 15px;
  background-color: #e64650;
  color: white;
  border: 1px solid #e64650;
  border-radius: 5px;
  text-align: center;
}
.c-danger-btn--outline {
  display: inline-block;
  width: fit-content;
  padding: 8px 15px;
  background-color: transparent;
  color: #e64650;
  border: 1px solid #e64650;
  border-radius: 5px;
  text-align: center;
}

.c-neutral-btn {
  display: inline-block;
  width: fit-content;
  padding: 8px 15px;
  background-color: gray;
  color: white;
  border: 1px solid gray;
  border-radius: 5px;
  text-align: center;
}

.c-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}
.c-header--shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.c-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding: 10px 15px;
  background-color: white;
}
.c-header-main__logo img {
  height: 45px;
}

.c-header-admin-nav {
  width: 100%;
  padding: 10px 0;
  background-color: #5a9393;
}
.c-header-admin-nav__list {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
.c-header-admin-nav__list > li {
  margin: 10px 15px;
}
.c-header-admin-nav__list > li a {
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.c-footer {
  padding: 30px 0;
  background-color: #fcf8f5;
}
.c-footer__copy {
  text-align: center;
}

.c-admin-page-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.c-admin-page-top__title {
  font-size: 20px;
  font-weight: bold;
}

.c-admin-index-table__table tr {
  border-bottom: 1px solid #e0e0e0;
}
.c-admin-index-table__table tr:first-child {
  border-top: 1px solid #e0e0e0;
}
.c-admin-index-table__table th, .c-admin-index-table__table td {
  padding: 20px;
}
.c-admin-index-table__table td {
  vertical-align: middle;
}

.c-admin-show-list {
  margin-bottom: 50px;
}
.c-admin-show-list__item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
.c-admin-show-list__item dt {
  width: 200px;
  margin-right: 15px;
}

.c-admin-edit-form {
  margin-bottom: 50px;
}
.c-admin-edit-form__item {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.c-admin-edit-form__item dt {
  width: 200px;
  margin-right: 15px;
}
.c-admin-edit-form__required {
  color: #b4b3b3;
  font-size: 12px;
}
.c-admin-edit-form__error {
  color: #e64650;
}
.c-admin-edit-form__submit-btn {
  margin-top: 25px;
}

.c-flash {
  width: 100%;
  padding: 15px 0;
}
.c-flash--notice {
  background-color: #93cccc;
}
.c-flash--alert {
  background-color: #e64650;
}
.c-flash__container {
  width: 90%;
  margin: 0 auto;
}
.c-flash__text {
  color: white;
}

.p-top-page {
  margin-top: 30px;
}
.p-top-page__auth-buttons {
  display: flex;
  justify-content: center;
}
.p-top-page__auth-buttons > * {
  margin: 0 10px;
}
.p-top-page__link-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
}
.p-top-page__link-list > li {
  margin-bottom: 10px;
}

.p-top-user-info__def-list {
  width: fit-content;
  margin: 0 auto;
}
.p-top-user-info__def-list > div {
  display: flex;
  margin-bottom: 15px;
}
.p-top-user-info__def-list > div dt, .p-top-user-info__def-list > div dd {
  font-size: 18px;
}
.p-top-user-info__def-list > div dt {
  width: 8.5em;
}
.p-top-user-info__experience {
  margin-top: -3px;
}

.p-top-user-info-experience {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-top-user-info-experience__raito {
  font-size: 12px;
}
.p-top-user-info-experience__bar {
  background-color: gainsboro;
  width: 100px;
  height: 10px;
  border-radius: 5px;
}
.p-top-user-info-experience__bar span {
  display: inline-block;
  height: 100%;
  border-radius: 5px;
  background-color: #93cccc;
  vertical-align: text-top;
}

.p-auth-page {
  margin-top: 30px;
}
.p-auth-page__ttl {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.p-auth-page__txt {
  width: fit-content;
  margin: 0 auto 30px;
}
.p-auth-page__link {
  display: block;
  width: fit-content;
  margin: 30px auto 0;
  text-align: center;
  text-decoration: underline;
}
.p-auth-page__def-list {
  width: fit-content;
  margin: 40px auto;
}
.p-auth-page__def-list > div {
  margin-bottom: 30px;
}
.p-auth-page__def-list > div dt, .p-auth-page__def-list > div dd {
  font-size: 20px;
}
.p-auth-page__def-list > div dd {
  margin-top: 10px;
}
.p-auth-page__checkboxes {
  width: fit-content;
  margin: 70px auto 0;
}
.p-auth-page__checkboxes label {
  display: block;
  margin-top: 20px;
}
.p-auth-page__btn {
  display: block;
  margin: 30px auto 0;
}

.p-auth-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-auth-form input[type=text],
.p-auth-form input[type=password] {
  width: 100%;
  max-width: 350px;
}
.p-auth-form label {
  display: block;
}
.p-auth-form__item {
  margin-top: 20px;
  width: 100%;
  max-width: 350px;
}
.p-auth-form__btn {
  margin-top: 30px;
}
.p-auth-form__error {
  margin-top: 5px;
  color: #e64650;
}

.p-admin-tournament-page__item {
  margin-top: 20px;
  margin-bottom: 100px;
}
.p-admin-tournament-page__ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.p-admin-tournament-page__users-info-form {
  margin-top: 30px;
}

.p-admin-tournament-users-info-form {
  margin-top: 20px;
}
.p-admin-tournament-users-info-form__table th, .p-admin-tournament-users-info-form__table td {
  padding: 5px 10px;
}
.p-admin-tournament-users-info-form__table td {
  vertical-align: middle;
}
.p-admin-tournament-users-info-form__table input[type=number] {
  width: 90px;
}
.p-admin-tournament-users-info-form__table input[type=text] {
  width: 350px;
}
.p-admin-tournament-users-info-form__buttons {
  margin-top: 30px;
}

.p-admin-tournament-users-info-table tr {
  border-bottom: 1px solid #e0e0e0;
}
.p-admin-tournament-users-info-table th, .p-admin-tournament-users-info-table td {
  padding: 20px;
}
.p-admin-tournament-users-info-table td {
  vertical-align: middle;
}
