@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}
*,
::before,
::after {
  box-sizing: inherit;
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}
::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}
* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}
details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none;
  /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;

  -webkit-text-decoration: underline dotted;
}
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}
pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}
iframe {
  border-style: none;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */

  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}
/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}
legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  /* Correct the inability to style clickable types in iOS and Safari */

  -webkit-appearance: button;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}
/* common
=================================================================== */
html {
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body {
  width: 100%;
  letter-spacing: .04em;
  font-weight: 500;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Arial, "メイリオ", meiryo, sans-serif;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1280px),
print {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px),
print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* header
=================================================================== */
.header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px),
print {
  .header {
    margin-bottom: 3em;
  }
}
.header__logo {
  flex: 1 0 10%;
}
.header__logo > a > img {
  width: 120px;
}
@media screen and (min-width: 768px),
print {
  .header__logo > a > img {
    width: 174px;
  }
}
.header__text {
  max-width: 195px;
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1.4;
}
/* footer
=================================================================== */
.footer {
  position: relative;
  padding-top: 2em;
  text-align: center;
}
@media screen and (min-width: 1280px),
print {
  .footer {
    padding-top: 6em;
  }
}
/* parts
=================================================================== */
/* box */
.content {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px),
print {
  .content {
    margin-bottom: 4em;
  }
}
.content > p {
  margin-bottom: 1em;
}
.content__detail {
  margin-right: .4em;
  margin-left: .4em;
}
@media screen and (min-width: 768px),
print {
  .content__detail {
    margin-right: 1em;
    margin-left: 1em;
  }
}
.lead {
  margin-bottom: 3em;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.2;
}
@media screen and (min-width: 768px),
print {
  .lead {
    margin-bottom: 5em;
    text-align: center;
    font-size: 1.8rem;
  }
}
.lead > p {
  margin-bottom: 1em;
}
.bg__memo {
  position: relative;
  margin-bottom: 3em;
  padding: 3em .8em 1em .8em;
  background-color: #fff;
  box-shadow: 4px 4px 0 rgba(123, 121, 124, .3);
}
@media screen and (min-width: 768px),
print {
  .bg__memo {
    margin-bottom: 4em;
    padding: 3.5em 2.5em 2.5em 2.5em;
  }
}
.bg__memo::before {
  position: absolute;
  top: 5px;
  left: 1em;
  width: calc(100% - 2em);
  height: 20px;
  background-image: radial-gradient(circle, #e8e9e7 6px, transparent 6px);
  background-position: 0 0;
  background-size: 26px 26px;
  background-repeat: repeat-x;
  content: "";
}
.bg__kadomaru {
  margin-bottom: 3em;
  padding: 1.5em .8em;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 0 rgba(123, 121, 124, .3);
}
@media screen and (min-width: 768px),
print {
  .bg__kadomaru {
    margin-bottom: 4em;
    padding: 2em 1.4em;
  }
}
.line__box {
  padding: 1em;
  border: 2px solid;
  border-color: #6c6c6c;
  border-radius: 10px;
  background-color: rgba(108, 108, 108, .1);
}
@media screen and (min-width: 768px),
print {
  .line__box {
    padding: 1.5em;
    text-align: center;
  }
}
.line__box.pink {
  border-color: #f57e87;
  background-color: rgba(245, 126, 135, .1);
}
.line__box.green {
  border-color: #57c7b1;
  background-color: rgba(87, 199, 177, .1);
}
.date {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px),
print {
  .date {
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
}
.date__ttl {
  min-width: 150px;
  padding: .5em 1em;
  background-color: #6c6c6c;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.date__data {
  padding: .5em 1em;
  background-color: #fff;
}
.info__set {
  margin-bottom: 2em;
}
.info__setTtl {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  padding: .5em .7em .5em 2em;
  background-color: #f3f5f1;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px),
print {
  .info__setTtl {
    font-size: 1.8rem;
  }
}
.info__setTtl::before {
  position: absolute;
  top: 20%;
  left: .8em;
  width: 5px;
  height: 60%;
  margin-right: .5em;
  background-color: #57c7b1;
  content: "";
}
.info__setData {
  margin: 0 .5em;
  word-break: break-all;
}
.info__setData > p {
  margin-bottom: 1em;
}
.warning {
  display: block;
  margin-bottom: 1em;
  padding: .4em 1.5em;
  border: 2px solid #f00;
  color: #f00;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (min-width: 768px),
print {
  .warning {
    display: inline-block;
    min-width: 400px;
    padding: .8em 1.5em;
  }
}
.warning > img {
  display: block;
  margin-inline: auto;
  filter: invert(23%) sepia(83%) saturate(5701%) hue-rotate(354deg) brightness(97%) contrast(125%);
}
@media screen and (min-width: 768px),
print {
  .warning > img {
    display: inline-block;
    margin-right: .3em;
    margin-left: 0;
  }
}
/* font */
.fs--small {
  margin-right: .1em;
  margin-left: .1em;
  font-size: smaller;
}
.fs--strong {
  margin-right: .1em;
  margin-left: .1em;
  font-weight: 700;
  font-size: larger;
}
.fs--strong.pink {
  color: #f57e87;
}
.fs--strong.green {
  color: #57c7b1;
}
/* title */
.ttl__bg {
  margin-bottom: 1em;
  padding: .3em 1em;
  border-radius: 10px 10px 0 0;
  background-color: #57c7b1;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px),
print {
  .ttl__bg {
    padding: .1em 1em;
    font-size: 2.6rem;
  }
}
.ttl__tab {
  display: inline-block;
  margin-right: .8em;
  margin-bottom: -1em;
  padding: .6em 1em 1.4em 1em;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px),
print {
  .ttl__tab {
    min-width: 480px;
    padding: .8em 1em 1.4em 1em;
    text-align: center;
    font-size: 2.6rem;
  }
}
.ttl__tag {
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding: .7em .7em .7em 2.5em;
  border-radius: 50px 0 0 50px;
  background-color: #57c7b1;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px),
print {
  .ttl__tag {
    font-size: 2.2rem;
  }
}
.ttl__tag::before {
  position: absolute;
  top: 50%;
  left: 1em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f9f7f7;
  content: "";
  transform: translateY(-50%);
}
.ttl__chat {
  position: relative;
  margin-bottom: 2em;
  padding: 1em 0;
  border-top: 3px solid #57c7b1;
  border-bottom: 3px solid #57c7b1;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px),
print {
  .ttl__chat {
    padding: 1em .7em;
    text-align: center;
    font-size: 1.9rem;
  }
}
.ttl__chat::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 30px;
  height: 15px;
  content: "";
  transform: translateX(-50%);
}
.ttl__chat::before {
  background-color: #57c7b1;
}
.ttl__chatLine {
  position: relative;
  margin-bottom: 2em;
  padding: 1em;
  border: 3px solid #f57e87;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px),
print {
  .ttl__chatLine {
    padding: 1em .7em;
    text-align: center;
    font-size: 2rem;
  }
}
.ttl__chatLine::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 30px;
  height: 15px;
  content: "";
  transform: translateX(-50%);
}
.ttl__chatLine::before {
  background-color: #f57e87;
}
/* text */
.tab__bg {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: 1em;
  padding: .2em 3.5em;
  background-color: #6c6c6c;
  color: #fff;
  text-align: center;
}
.tab__bg:first-child {
  margin-right: 0;
}
/* list */
.list__ul {
  margin-bottom: 1em;
  list-style: none;
}
.list__ul > li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.8em;
}
.list__ul > li:last-child {
  margin-bottom: 0;
}
.list__ul > li::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #57c7b1;
  content: "";
}
.list__ul--small {
  margin-bottom: 1em;
  list-style: none;
}
.list__ul--small > li {
  position: relative;
  margin-bottom: .3em;
  padding-left: 1.5em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px),
print {
  .list__ul--small > li {
    font-size: 1.5rem;
  }
}
.list__ul--small > li:last-child {
  margin-bottom: 0;
}
.list__ul--small > li::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #6c6c6c;
  content: "";
}
.list__kuromaru {
  margin-bottom: 1em;
  list-style: none;
}
.list__kuromaru > li {
  position: relative;
  margin-bottom: .8em;
  padding-left: 1.5em;
}
.list__kuromaru > li:last-child {
  margin-bottom: 0;
}
.list__kuromaru > li::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  content: "";
}
.list__ol--large {
  margin-bottom: 2em;
  border-top: 2px dotted #57c7b1;
  list-style: none;
  counter-reset: num;
}
.list__ol--large > li {
  position: relative;
  padding: 1em .5em 1em 50px;
  border-bottom: 2px dotted #57c7b1;
}
@media screen and (min-width: 768px),
print {
  .list__ol--large > li {
    padding: 1em .5em 1em 60px;
  }
}
.list__ol--large > li::before {
  position: absolute;
  top: .7em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #57c7b1;
  color: #fff;
  content: counter(num);
  counter-increment: num;
  font-weight: 600;
  font-size: 2.2rem;
  font-family: Arial, Helvetica, sans-serif;
}
.list__kome {
  margin-bottom: 1em;
  list-style: none;
}
.list__kome > li {
  position: relative;
  margin-bottom: .3em;
  padding-left: 1.5em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px),
print {
  .list__kome > li {
    font-size: 1.5rem;
  }
}
.list__kome > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "※";
}
.list__komeNum {
  margin-bottom: 1em;
  list-style: none;
  counter-reset: num;
}
.list__komeNum > li {
  position: relative;
  margin-bottom: .3em;
  padding-left: 40px;
  counter-increment: num;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px),
print {
  .list__komeNum > li {
    font-size: 1.5rem;
  }
}
.list__komeNum > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "※" counter(num);
}
.list__komeNum > li > span.sub {
  display: inline-block;
  min-width: 140px;
}
.list__komeNum--renban {
  counter-reset: num;
}
.list__komeNum--renban ol {
  margin-bottom: 1em;
  list-style: none;
}
.list__komeNum--renban ol > li {
  position: relative;
  margin-bottom: .3em;
  padding-left: 40px;
  counter-increment: num;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px),
print {
  .list__komeNum--renban ol > li {
    font-size: 1.5rem;
  }
}
.list__komeNum--renban ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "※" counter(num);
}
.list__komeNum--renban ol > li > span.sub {
  display: inline-block;
  min-width: 140px;
}
.list__chuNum {
  margin-bottom: 1em;
  list-style: none;
  counter-reset: num;
}
.list__chuNum > li {
  position: relative;
  margin-bottom: .3em;
  padding-left: 40px;
  counter-increment: num;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px),
print {
  .list__chuNum > li {
    font-size: 1.5rem;
  }
}
.list__chuNum > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "㊟" counter(num);
}
.list__chuNum > li > span.sub {
  display: inline-block;
  min-width: 140px;
}
/* btn */
.btn__unit {
  margin: 3em 0;
  text-align: center;
}
@media screen and (min-width: 768px),
print {
  .btn__unit {
    margin: 5em 0;
  }
}
.btn__kadomaru {
  display: inline-block;
  min-width: 260px;
  margin: .6em .5em;
  padding: .9em 1em;
  border-radius: 50px;
  background-color: #57c7b1;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.3;
  cursor: pointer;
  transition: all .6s;
}
@media screen and (min-width: 768px),
print {
  .btn__kadomaru {
    min-width: 375px;
    margin: .6em 2em;
    font-size: 2.4rem;
  }
}
.btn__kadomaru.next > img {
  margin-left: 1em;
}
.btn__kadomaru.prev > img {
  margin-right: 1em;
}
.btn__kadomaru > img {
  margin-bottom: .3em;
  vertical-align: middle;
}
@media screen and (min-width: 1280px),
print {
  .btn__kadomaru:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
}
.btn__kadomaru:hover.next > img {
  animation: slide-in-left .6s cubic-bezier(.25, .46, .45, .94) both;
}
.btn__kadomaru:hover.prev > img {
  animation: slide-in-right .6s cubic-bezier(.25, .46, .45, .94) both;
}
@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.btn__small {
  display: inline-block;
  min-width: 200px;
  padding: .7em 1em;
  border-radius: 10px;
  background-color: #6c6c6c;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.3;
  cursor: pointer;
  transition: all .6s;
}
@media screen and (min-width: 768px),
print {
  .btn__small {
    min-width: 350px;
    margin: .6em 2em;
    font-size: 1.8rem;
  }
}
.btn__small > img {
  margin-bottom: .3em;
  margin-left: 1em;
  vertical-align: middle;
  transform: scale(.8);
}
@media screen and (min-width: 1280px),
print {
  .btn__small:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
}
.btn__small:hover > img {
  animation: slide-in-left .6s cubic-bezier(.25, .46, .45, .94) both;
}
@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-30px) scale(.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) scale(.8);
  }
}
/* link */
.link__site {
  position: relative;
  display: inline-block;
  color: #000;
  line-height: 1.2;
}
.link__site::after {
  display: inline-block;
  content: url(../img/common/icon-newpage.svg);
  transform: translateY(20%) scale(.5);
}
@media screen and (min-width: 1280px),
print {
  .link__site:hover {
    color: #57c7b1;
  }
}
.link__site:hover::after {
  filter: invert(73%) sepia(89%) saturate(265%) hue-rotate(111deg) brightness(85%) contrast(84%);
}
/* checkbox */
.checkbox {
  position: relative;
  width: 25px;
  height: 25px;
  border: 2px solid #57c7b1;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  transition: all .3s;
  appearance: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}
.checkbox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 8px #57c7b1;
  content: "";
  opacity: 0;
  transition: all .5s cubic-bezier(.12, .4, .29, 1.46);
}
.checkbox::before {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  opacity: 0;
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
}
.checkbox:hover,
.checkbox:focus {
  background: #cee8e3;
}
.checkbox:checked {
  border-color: transparent;
  background: #57c7b1;
}
.checkbox:checked::before {
  opacity: 1;
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
  transform: translate(-50%, -50%) rotate(45deg) scale(1.2);
}
.checkbox:active:not(:checked)::after {
  box-shadow: none;
  opacity: 1;
  transition: none;
}
/* utility
=================================================================== */
/* align */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.resp {
  text-align: left;
}
@media screen and (min-width: 1280px),
print {
  .resp {
    text-align: center;
  }
}
/* margin */
.mt--xl {
  margin-top: 4em;
}
.mt--lg {
  margin-top: 3em;
}
.mt--md {
  margin-top: 2em;
}
.mt--sm {
  margin-top: 1em;
}
.mt--xs {
  margin-top: .5em;
}
.mb--xl {
  margin-bottom: 4em;
}
.mb--lg {
  margin-bottom: 3em;
}
.mb--md {
  margin-bottom: 2em;
}
.mb--sm {
  margin-bottom: 1em;
}
.mb--xs {
  margin-bottom: .5em;
}
/* display */
@media screen and (min-width: 767px) {
  .display--sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .none--sp {
    display: none !important;
  }
}
/* page common
=================================================================== */
.page__bg {
  background-color: #f9f7f7;
  background-image: url(../img/common/page-bg.svg);
  background-position: right top;
  background-size: 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px),
print {
  .page__bg {
    background-size: 40%;
  }
}
@media screen and (min-width: 1280px),
print {
  .page__bg {
    background-size: auto;
  }
}
.page__container {
  max-width: calc(1280px - 2em);
  margin-top: .5em;
  margin-right: 1em;
  margin-bottom: 3em;
  margin-left: 1em;
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-right);
}
@media screen and (min-width: 768px),
print {
  .page__container {
    margin-top: 1.5em;
    margin-bottom: 8em;
  }
}
@media screen and (min-width: 1280px),
print {
  .page__container {
    margin-right: auto;
    margin-left: auto;
  }
}
.page__container a {
  color: #000;
}
@media screen and (min-width: 768px),
print {
  .page__container a:hover {
    color: #57c7b1;
  }
}
.page__ttl {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 0 10%;
  min-height: 95px;
  margin-bottom: 1em;
  padding-left: 1em;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px),
print {
  .page__ttl {
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}
.page__ttl::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #f8dee0;
  content: "";
  transform: translateY(-50%);
}
@media screen and (min-width: 768px),
print {
  .page__ttl::after {
    width: 95px;
    height: 95px;
  }
}
.page__ttlArea {
  margin-bottom: 3em;
}
@media screen and (min-width: 768px),
print {
  .page__ttlArea {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 5em;
  }
}
.page__date {
  max-width: 300px;
  margin-left: auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px),
print {
  .page__date {
    max-width: none;
    margin-right: 0;
    font-size: 1.6rem;
  }
}
.page__dateItem {
  display: flex;
  margin-top: .5em;
}
.page__dateItem > dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: .5em 1em;
  background-color: #6c6c6c;
  color: #fff;
}
@media screen and (min-width: 768px),
print {
  .page__dateItem > dt {
    min-width: 170px;
  }
}
.page__dateItem > dd {
  display: flex;
  align-items: center;
  flex: 1 0 10%;
  justify-content: center;
  padding: .5em;
  background-color: #fff;
}
@media screen and (min-width: 768px),
print {
  .page__dateItem > dd {
    padding: .5em 2em;
  }
}
.hyo__col {
  overflow-x: auto;
  overflow-y: auto;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 80vh;
  padding: 0 0 15px 0;
}
@media screen and (min-width: 768px),
print {
  .hyo__col {
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
    padding: 0;
  }
}
.hyo__midashi {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  min-height: 80px;
  width: 100%;
  list-style: none;
  line-height: 1.2;
}
.hyo__midashi > li:nth-of-type(1) {
  min-width: 70px;
  width: 70px;
}
@media screen and (min-width: 768px),
print {
  .hyo__midashi > li:nth-of-type(1) {
    min-width: 80px;
    width: 80px;
  }
}
.hyo__midashi > li:nth-of-type(2) {
  min-width: 100px;
  width: 20%;
}
.hyo__midashi > li:nth-of-type(3) {
  min-width: 100px;
  width: 15%;
}
.hyo__midashi > li:nth-of-type(4) {
  flex: 1 0 10%;
  min-width: 200px;
}
.hyo__midashi > li:nth-of-type(5) {
  min-width: 100px;
  width: 15%;
}
.hyo__midashi > li:nth-of-type(6) {
  min-width: 70px;
  width: 70px;
}
@media screen and (min-width: 768px),
print {
  .hyo__midashi > li:nth-of-type(6) {
    min-width: 80px;
    width: 80px;
  }
}
.hyo__item {
  display: flex;
  min-height: 60px;
  width: 100%;
  list-style: none;
  line-height: 1.2;
}
@media screen and (max-width: 767px),
print {
  .hyo__item:nth-child(odd) > li.hyo__td {
    background-color: #f3f5f1;
  }
  .hyo__item:nth-child(even) > li.hyo__td {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px),
print {
  .hyo__item:nth-child(odd) {
    background-color: #f3f5f1;
  }
  .hyo__item:nth-child(even) {
    background-color: #fff;
  }
  .hyo__item:hover {
    background-color: #cee8e3;
  }
}
.hyo__item > li:nth-of-type(1) {
  min-width: 70px;
  width: 70px;
}
@media screen and (min-width: 768px),
print {
  .hyo__item > li:nth-of-type(1) {
    min-width: 80px;
    width: 80px;
  }
}
.hyo__item > li:nth-of-type(2) {
  min-width: 100px;
  width: 20%;
}
.hyo__item > li:nth-of-type(3) {
  min-width: 100px;
  width: 15%;
}
.hyo__item > li:nth-of-type(4) {
  flex: 1 0 10%;
  min-width: 200px;
}
.hyo__item > li:nth-of-type(5) {
  min-width: 100px;
  width: 15%;
  border-right: 1px solid #57c7b1;
}
.hyo__item > li:nth-of-type(6) {
  position: sticky;
  right: 0;
  min-width: 70px;
  width: 70px;
}
@media screen and (min-width: 768px),
print {
  .hyo__item > li:nth-of-type(6) {
    min-width: 80px;
    width: 80px;
  }
}
.hyo__th {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: .4em;
  border-bottom: 2px solid #57c7b1;
  border-left: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  background-color: #cee8e3;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (min-width: 768px),
print {
  .hyo__th {
    white-space: normal;
  }
}
.hyo__th::before {
  position: absolute;
  top: 0;
  right: -2px;
  z-index: -1;
  width: calc(100% + 4px);
  height: 100%;
  background-color: #fff;
  content: "";
}
.hyo__td {
  position: relative;
  display: flex;
  align-items: center;
  padding: .4em;
  border-bottom: 1px solid #57c7b1;
  border-left: 1px solid #57c7b1;
}
.hyo__td:first-child {
  justify-content: center;
  margin-right: 6px;
  border-right: 1px solid #57c7b1;
  color: #57c7b1;
  font-size: 2.4rem;
}
.hyo__td:first-child::before {
  position: absolute;
  top: 0;
  right: -7px;
  width: 100%;
  height: 100%;
  border-right: 6px solid #fff;
  content: "";
}
.hyo__td:last-child {
  justify-content: center;
  margin-left: 6px;
  border-right: 1px solid #57c7b1;
  color: #57c7b1;
  font-size: 2.4rem;
}
.hyo__td:last-child::before {
  position: absolute;
  top: 0;
  left: -7px;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-left: 6px solid #fff;
  content: "";
}
.hyo__label {
  position: relative;
  background-color: #fff;
}
.hyo__label:first-child {
  margin-right: 6px;
}
.hyo__label:first-child::before {
  position: absolute;
  top: 0;
  right: -6px;
  width: 100%;
  height: 100%;
  border-right: 6px solid #fff;
  content: "";
}
.hyo__label:last-child {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 2;
  margin-left: 6px;
}
.hyo__label:last-child::before {
  position: absolute;
  top: 0;
  left: -6px;
  width: 100%;
  height: 100%;
  border-left: 6px solid #fff;
  content: "";
}
.hyo__labelBg {
  height: 100%;
  padding: .4em;
  border-radius: 10px 10px 0 0;
  background-color: #57c7b1 !important;
  color: #fff;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px),
print {
  .hyo__labelBg {
    font-size: 1.5rem;
  }
}
.hyo__labelBg > em {
  display: block;
  margin-bottom: .4em;
  border-radius: 5px;
  background-color: #e6e46f;
  color: #000;
  font-style: normal;
}
.check__list {
  list-style: none;
}
.check__listItem {
  position: relative;
  padding: 1em 1em 1em 3em;
}
.check__listItem::before {
  position: absolute;
  top: 1.2em;
  left: 1em;
  content: url(../img/common/icon-check.svg);
  transform: scale(.9);
}
@media screen and (min-width: 768px),
print {
  .check__listItem::before {
    transform: scale(1);
  }
}
.check__listItem:nth-child(odd) {
  background-color: #f3f5f1;
}
@media screen and (min-width: 768px),
print {
  .check__listItem:hover {
    background-color: #cee8e3;
  }
}
.table__nomal {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table__nomal tr {
  background-color: #fff;
}
@media screen and (min-width: 768px),
print {
  .table__nomal tr:hover {
    background-color: #cee8e3;
  }
}
.table__nomal tr:nth-child(even) {
  background-color: #f3f5f1;
}
@media screen and (min-width: 768px),
print {
  .table__nomal tr:nth-child(even):hover {
    background-color: #cee8e3;
  }
}
.table__nomal th {
  position: sticky;
  top: 0;
  padding: .4em;
  border-right: 1px solid #fff;
  border-bottom: 3px solid #57c7b1;
  background-color: #cee8e3;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}
@media screen and (min-width: 768px),
print {
  .table__nomal th {
    padding: .8em;
    white-space: normal;
  }
}
.table__nomal th:last-child {
  border-right: none;
}
.table__nomal td {
  padding: .4em;
  border-right: 1px solid #57c7b1;
}
@media screen and (min-width: 768px),
print {
  .table__nomal td {
    padding: .8em;
  }
}
.table__nomal td:last-child {
  border-right: none;
}