
body {
  color: rgba(0, 0, 0, 0.8);
  background-color: #F9F9F9;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif !important;
  font-size: 16px;
}

/*! destyle.css v3.0.0 | 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;
}

/* 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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 */
}

caption {
  text-align: left;
}

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

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

.arrow-left {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.arrow-left:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  left: 12px;
  width: 8px;
  height: 8px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.8);
  border-left: 1.5px solid rgba(0, 0, 0, 0.8);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.arrow-right:after {
  position: absolute;
  content: "";
  vertical-align: middle;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid rgba(0, 0, 0, 0.8);
  border-right: 1.5px solid rgba(0, 0, 0, 0.8);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color, #1C9898);
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 8px 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: 0.3s;
}
.button:focus, .button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
  opacity: 0.8;
}
.button[disabled],
button[disabled],
input[type=button][disabled],
input[type=reset][disabled],
input[type=submit][disabled] {
  cursor: default;
  opacity: 0.4;
}
.button.button-outline,
button.button-outline,
input[type=button].button-outline,
input[type=reset].button-outline,
input[type=submit].button-outline {
  border: 1px solid var(--main-color, #1C9898);
  background-color: transparent;
  color: var(--main-color, #1C9898);
}
.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type=button].button-outline:focus,
input[type=button].button-outline:hover,
input[type=reset].button-outline:focus,
input[type=reset].button-outline:hover,
input[type=submit].button-outline:focus,
input[type=submit].button-outline:hover {
  opacity: 0.8;
}
.button.button-outline[disabled],
button.button-outline[disabled],
input[type=button].button-outline[disabled],
input[type=reset].button-outline[disabled],
input[type=submit].button-outline[disabled] {
  cursor: default;
  opacity: 0.4;
}
.button.button-clear,
button.button-clear,
input[type=button].button-clear,
input[type=reset].button-clear,
input[type=submit].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: var(--main-color, #1C9898);
}
.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type=button].button-clear:focus,
input[type=button].button-clear:hover,
input[type=reset].button-clear:focus,
input[type=reset].button-clear:hover,
input[type=submit].button-clear:focus,
input[type=submit].button-clear:hover {
  opacity: 0.8;
}
.button.button-clear[disabled],
button.button-clear[disabled],
input[type=button].button-clear[disabled],
input[type=reset].button-clear[disabled],
input[type=submit].button-clear[disabled] {
  cursor: default;
  opacity: 0.4;
}
.button.del-botton,
button.del-botton,
input[type=button].del-botton,
input[type=reset].del-botton,
input[type=submit].del-botton {
  background-color: #CE3A32;
}
.button.del-botton:focus, .button.del-botton:hover,
button.del-botton:focus,
button.del-botton:hover,
input[type=button].del-botton:focus,
input[type=button].del-botton:hover,
input[type=reset].del-botton:focus,
input[type=reset].del-botton:hover,
input[type=submit].del-botton:focus,
input[type=submit].del-botton:hover {
  opacity: 0.6;
}
.button.button-round,
button.button-round,
input[type=button].button-round,
input[type=reset].button-round,
input[type=submit].button-round {
  border-radius: 100vh;
  box-sizing: border-box;
  color: #FFF;
  font-size: 16px;
  width: 311px;
  height: 56px;
}
.button.button-round:focus, .button.button-round:hover,
button.button-round:focus,
button.button-round:hover,
input[type=button].button-round:focus,
input[type=button].button-round:hover,
input[type=reset].button-round:focus,
input[type=reset].button-round:hover,
input[type=submit].button-round:focus,
input[type=submit].button-round:hover {
  opacity: 0.6;
}
.button.button-round.button-outline,
button.button-round.button-outline,
input[type=button].button-round.button-outline,
input[type=reset].button-round.button-outline,
input[type=submit].button-round.button-outline {
  color: var(--main-color, #1C9898);
}
.button.button-round.button-outline:focus, .button.button-round.button-outline:hover,
button.button-round.button-outline:focus,
button.button-round.button-outline:hover,
input[type=button].button-round.button-outline:focus,
input[type=button].button-round.button-outline:hover,
input[type=reset].button-round.button-outline:focus,
input[type=reset].button-round.button-outline:hover,
input[type=submit].button-round.button-outline:focus,
input[type=submit].button-round.button-outline:hover {
  opacity: 0.6;
}
.button.button-round[disabled],
button.button-round[disabled],
input[type=button].button-round[disabled],
input[type=reset].button-round[disabled],
input[type=submit].button-round[disabled] {
  cursor: default;
  opacity: 0.4;
}

.togglearea {
  position: relative;
  margin: auto;
  width: 160px;
  height: 60px;
}
.togglearea input[type=radio] {
  display: none; /* チェックボックス非表示 */
}
.togglearea label {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 52px;
  font-size: 18pt;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.19);
  cursor: pointer;
}
.togglearea #days + label {
  right: 50%;
  border-radius: 4px 0 0 4px;
  background: #eee;
  color: #666;
  border-right: none;
}
.togglearea #days:checked + label {
  background-color: var(--main-color, #1C9898);
  color: #FFF;
  border: none;
}
.togglearea #week + label {
  left: 50%;
  border-radius: 0 4px 4px 0;
  background: #eee;
  color: #666;
  border-left: none;
}
.togglearea #week:checked + label {
  background-color: var(--main-color, #1C9898);
  color: #FFF;
  border: none;
}

.button-outline-gray {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.19);
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  text-decoration: none;
}

.button__labelled {
  letter-spacing: 0.1px;
  padding-left: 32px;
  position: relative;
}
.button__labelled:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: 6px;
  background-color: #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
}
.button__labelled:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 13px;
  left: 7px;
  border-radius: 50%;
  box-sizing: border-box;
}

.button-accept {
  letter-spacing: 0.1px;
  padding-left: 32px;
  position: relative;
}
.button-accept:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: 6px;
  background-color: #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
}
.button-accept:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 13px;
  left: 7px;
  background-color: #A6BFFF;
  border-radius: 50%;
  box-sizing: border-box;
}

.button-medical-examination {
  letter-spacing: 0.1px;
  padding-left: 32px;
  position: relative;
}
.button-medical-examination:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: 6px;
  background-color: #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
}
.button-medical-examination:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 13px;
  left: 7px;
  background-color: #B3E3C7;
  border-radius: 50%;
  box-sizing: border-box;
}

.button-total {
  letter-spacing: 0.1px;
  padding-left: 32px;
  position: relative;
}
.button-total:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: 6px;
  background-color: #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
}
.button-total:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 13px;
  left: 7px;
  background-color: #FAF2AC;
  border-radius: 50%;
  box-sizing: border-box;
}

.button-completion {
  letter-spacing: 0.1px;
  padding-left: 32px;
  position: relative;
}
.button-completion:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: 6px;
  background-color: #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
}
.button-completion:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 13px;
  left: 7px;
  background-color: #F6D4A1;
  border-radius: 50%;
  box-sizing: border-box;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
input[type=week],
input:not([type]),
textarea,
select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  box-shadow: none;
  box-sizing: inherit;
  padding: 0.6rem 1rem 0.7rem;
  width: 100%;
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
input[type=week]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: var(--main-color, #1C9898);
  outline: 0;
}

input[type=text]::placeholder, textarea::placeholder, input[type=password]::placeholder, input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.19);
}

.button.round {
  border-radius: 50px;
}

select {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  height: 32px;
  padding: 4px 0 4px 8px;
  display: inline-block;
  vertical-align: middle;
}
select:focus {
  border-color: var(--main-color, #1C9898);
}
select[multiple] {
  background: none;
  height: auto;
}

.select-wrapper {
  position: relative;
  width: 209px;
}
.select-wrapper label {
  background-color: #FFF;
}
.select-wrapper:after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 9px;
  right: 16px;
  width: 11px;
  height: 11px;
  border-top: 2px solid rgba(0, 0, 0, 0.64);
  border-right: 2px solid rgba(0, 0, 0, 0.64);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.select-wrapper__no-after:after {
  display: none;
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-weight: 700;
}

fieldset {
  border-width: 0;
  padding: 0;
}

.search-wrapper {
  position: relative;
}
.search-wrapper label {
  background-color: #FFF;
}
.search-wrapper:before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 7px;
  left: 10px;
  width: 18px;
  height: 18px;
  background-image: url(/images/icon/search_black.svg);
  background-repeat: no-repeat;
}

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #E7E7E7;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.3s;
}

.checkbox-input:checked + .checkbox-parts::before {
  background-color: var(--main-color, #1C9898);
  border: none;
  width: 18px;
  height: 18px;
  transition: 0.3s;
}

.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.radio-input {
  display: none;
}

.radio-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #E7E7E7;
  background-color: #FFF;
  border-radius: 50%;
  transition: 0.3s;
}

.radio-input:checked + label::before {
  border: 1px solid var(--main-color, #1C9898);
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: var(--main-color, #1C9898);
  border-radius: 50%;
  transition: 0.3s;
}

html, body, section {
  height: 100%;
}

.login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  padding: 0 20px;
}
.login-wrapper .login-wrapper_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.login-wrapper .login-wrapper_box form {
  width: 100%;
  max-width: 320px;
}
.login-wrapper h1 {
  width: 100%;
  max-width: 400px;
}
.login-wrapper h1 img {
  width: 100%;
}
.login-wrapper ul {
  margin-top: 40px;
}
.login-wrapper li:first-of-type {
  margin-bottom: 16px;
}
.login-wrapper li label {
  font-size: 14px;
}
.login-wrapper .pw_forget {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
}
.login-wrapper .pw_forget a {
  text-decoration: underline;
}
.login-wrapper .pw_forget a:hover {
  text-decoration: none;
}
.login-wrapper .pw_forget {
  color: var(--main-color, #1D9898);
}
.login-wrapper input[type=submit] {
  width: 100%;
  height: 48px;
}
.login-wrapper input {
  margin-top: 4px;
}
.login-wrapper input.button {
  margin-top: 64px;
}
.login-wrapper .login-password-send {
  padding: 40px;
  line-height: 1.5;
}

/*共通ダイアログ*/
#modal-dialog-content {
  width: 320px;
  height: 160px;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  padding: 24px;
}
#modal-dialog-content p {
  line-height: 1.5;
}
#modal-dialog-content .dialog_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
#modal-dialog-content .dialog_btn button {
  width: 128px;
  height: 40px;
}

@media screen and (max-width: 500px) {
  .login-wrapper {
    padding: 0 27px;
  }
  .login-wrapper h1 {
    width: 280px;
  }
  .login-wrapper ul {
    margin-top: 24px;
  }
  .login-wrapper .login-password-send {
    padding: 24px 0 0 0;
    line-height: 1.5;
    text-align: center;
  }
}
.flash-message {
  position: fixed;
  bottom: 60px;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
.flash-message__item {
  margin-top: 16px;
  background-color: lightblue;
  padding: 16px 24px;
  border: 1px solid #1C9898;
  border-radius: 4px;
  display: flex;
}
.flash-message__item--fade {
  visibility: hidden;
  opacity: 0;
  transition: all 400ms cubic-bezier(0.36, 0.1, 0.16, 1);
}
.flash-message__item--hidden {
  display: none;
}
.flash-message__item--notice {
  background: #DDF0F0;
  border: 1px solid #1C9898;
}
.flash-message__item--alert {
  background: #FBEFEF;
  border: 1px solid #CE3A32;
}
.flash-message__heading {
  display: flex;
  align-items: center;
}
.flash-message__icon {
  margin-right: 8px;
  margin-left: -4px;
}
.flash-message__close {
  padding-left: 16px;
  cursor: pointer;
}
.flash-message__title {
  font-weight: 700;
}
.flash-message__body {
  margin-top: 8px;
}
