@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
::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;
  /* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*==============================
//  Font Size Rem
//
//  【概要】        font-sizeの単位をremに変換する
//  【第一引数】    希望のfont-size（数字のみ）
//  【備考】        IE対応のためpxでも出力する
//==============================*/
/*==============================
//  Media Query
//==============================*/
.u-sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-sp-only {
    display: inherit !important;
  }
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

.l-container {
  max-width: 1630px;
  margin: 0 auto;
  border-radius: 6px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
}

body {
  background-color: #89C865;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

header {
  position: relative;
}

@media screen and (max-width: 767px) {
  header {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
}

header .logo {
  position: absolute;
  top: 15px;
  left: 3%;
}

@media screen and (max-width: 767px) {
  header .logo {
    position: initial;
  }
}

header h1 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #fff;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  header h1 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 135%;
    padding: 20px 0;
  }
}

footer {
  padding: 15px;
}

footer .copyright {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

main {
  background-image: url(/img/bg/mosaic.jpg);
  width: 98%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 15px;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  position: relative;
}

main::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 300px;
  height: 300px;
  background-image: url(/img/bg/circle-top.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main::before {
    content: none;
  }
}

main::after {
  position: absolute;
  top: 700px;
  left: 0;
  content: "";
  width: 230px;
  height: 230px;
  background-image: url(/img/bg/circle-middle.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  main::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  main {
    width: 100%;
    padding: 30px 0 0;
  }
}

.progress__list {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.progress__item {
  counter-increment: steps;
  display: flex;
  gap: 8px;
}

.progress__item p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #6BA350;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .progress__item p {
    flex-direction: column;
    gap: 7px;
  }
}

.progress__item p::before {
  content: counter(steps);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  width: 34px;
  height: 34px;
  border: 1px solid #6BA350;
  border-radius: 30px;
  background-color: #fff;
  color: #6BA350;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 175%;
}

@media screen and (max-width: 767px) {
  .progress__item p::before {
    width: 28px;
    height: 28px;
  }
}

.progress__item+.progress__item::before {
  content: "";
  background: url(/img/progress-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 85px;
  height: 18px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .progress__item+.progress__item::before {
    width: 75px;
    margin-top: 5px;
  }
}

.step {
  counter-increment: box;
}

.step .radiusTop {
  border-radius: 6px 6px 0 0;
}

.step .radiusBottom {
  border-radius: 0 0 6px 6px;
}

.step__head {
  width: 100%;
  background-color: #216a19;
  color: #fff;
  padding: 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .step__head {
    padding: 12px 10px;
  }
}

.step__head__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .step__head__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    justify-content: flex-start;
  }
}

.step__head__ttl::before {
  content: counter(box);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 175%;
}

@media screen and (max-width: 767px) {
  .step__head__ttl::before {
    width: 26px;
    height: 26px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.step__head__btnArea {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .step__head__btnArea {
    right: 10px;
  }
}

.step__head__btn {
  position: relative;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .step__head__btn {
    width: 26px;
    height: 26px;
    border-radius: 2px;
  }
}

.step__head__btn::before,
.step__head__btn::after {
  content: "";
  position: absolute;
  background: #216a19;
  top: 50%;
  width: 21px;
  height: 2px;
  left: 50%;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {

  .step__head__btn::before,
  .step__head__btn::after {
    width: 14.5px;
  }
}

.step__head__btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.step__head__btn::after {
  transform: translateX(-50%);
}

.step__head__btn.open::before {
  transform: translate(-50%, -50%);
}

.step__head__btn.open::after {
  opacity: 0;
}

.step__body {
  padding: 20px 5% 0;
  background-color: #f0f8ed;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .step__body {
    padding: 0;
  }
}

.step__next {
  width: 100%;
  text-align: center;
  background-color: #f0f8ed;
  padding: 3px 5% 9px;
}

@media screen and (max-width: 767px) {
  .step__next {
    background-color: #fff;
    padding: 5px 5% 10px;
  }
}

.step__contents1 {
  background-color: #fff;
  padding: 30px 5%;
  border-radius: 6px;
  border: 2px solid #b0d195;
}

@media screen and (max-width: 767px) {
  .step__contents1 {
    padding: 20px 3% 0 3%;
    border-radius: 0;
    border: none;
  }
}

.step__contents1__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5%;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .step__contents1__inner {
    gap: 23px 5%;
  }
}

.step__contents1__setting {
  max-width: 370px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .step__contents1__setting {
    max-width: 100%;
  }
}

.step__contents1__row {
  display: flex;
  align-items: flex-end;
  gap: 5%;
}

@media screen and (max-width: 767px) {
  .step__contents1__row {
    flex-wrap: wrap;
    gap: 25px 5%;
  }
}

.step__contents1__row+.step__contents1__row {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .step__contents1__row+.step__contents1__row {
    margin-top: 25px;
  }
}

.step__contents1__col {
  flex: 1 0 0%;
  /* max-width: 170px; */
}

@media screen and (max-width: 767px) {
  .step__contents1__col {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .step__contents1__col-sp1 {
    flex: auto;
    max-width: 100%;
    width: 100%;
  }
}

.step__contents1__line {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .step__contents1__line {
    margin-top: 25px;
  }
}

.step__contents1__tag {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.step__contents1__annotation {
  padding: 0px 10px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
  color: #F1594D;
  margin-bottom: 2px;
}

.step__contents1__use {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.step__contents1__panel {
  width: 100%;
  display: none;
}

.step__contents1__panel__row {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .step__contents1__panel__row {
    width: 90%;
  }
}

/* .step__contents1__panel__row + .step__contents1__panel__row { */
.step__contents1__panel__row_area+.step__contents1__panel__row_area {
  margin-top: 10px;
}

.step__contents1__panel__row__error {
  /* font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 130%; */
  color: #ff0000;
}

.step__contents1__panel__row .delete-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
  content: "";
  background: url(/img/close.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.step__contents1__add {
  padding: 7px 14px;
  border-radius: 6px;
  border: 1px solid #6BA350;
  color: #6BA350;
  float: right;
  transform: translateY(-45px);
  margin-bottom: -45px;
}

.step__contents1__holiday {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .step__contents1__holiday {
    max-width: 100%;
  }
}

.step__contents1__holiday__tag {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.step__contents1__national {
  display: flex;
  gap: 25px;
  align-items: center;
}

.step__contents1__national__box {
  display: flex;
  align-items: center;
  border: 1px solid #c5e3b0;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .step__contents1__national__box {
    width: 100%;
  }
}

.step__contents1__national__head {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 130%;
  padding: 12px;
  background-color: #f0f8ed;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-right: 1px solid #c5e3b0;
}

@media screen and (max-width: 767px) {
  .step__contents1__national__head {
    width: 50%;
  }
}

.step__contents1__national__item {
  padding: 10px 15px;
}

@media screen and (max-width: 767px) {
  .step__contents1__national__item {
    width: 50%;
    text-align: center;
  }
}

.step__contents1__national__annotation {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 130%;
  color: #777;
}

@media screen and (max-width: 767px) {
  .step__contents1__national__annotation {
    margin-top: 10px;
  }
}

.step__contents1__week {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .step__contents1__week {
    margin-top: 10px;
  }
}

.step__contents1__btn {
  margin-top: 30px;
  background-color: #FDF3F2;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .step__contents1__btn {
    margin-top: 20px;
    padding: 20px 5%;
  }
}

.step__contents2 {
  /* padding: 30px 1% 40px; */
  padding: 30px 3% 40px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .step__contents2 {
    padding: 0;
  }
}

.step__contents2__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.step__contents2__main {
  /* width: calc(100% - 250px); */
  width: calc(100% - 210px);
}

@media screen and (max-width: 767px) {
  .step__contents2__main {
    width: 100%;
    padding: 30px 3% 10px;
  }
}

.step__contents2__sidebar {
  /* width: 240px; */
  width: 195px;
}

@media screen and (max-width: 767px) {
  .step__contents2__sidebar {
    width: 100%;
  }
}

.step__contents2__head {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 3%;
  background-color: #f0f8ed;
  border-radius: 6px;
  padding: 20px;
}

.step__contents2__head_area {
  background-color: #fff;
  padding-top: 20px;
  margin-top: -20px;
  position: sticky;
  top: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .step__contents2__head {
    padding: 15px 15px 20px;
    position: relative;
  }
}

.step__contents2__explain {
  display: flex;
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .step__contents2__explain {
    gap: 30px;
  }
}

.step__contents2__explain__img {
  width: 46px;
}

.step__contents2__explain__txt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.step__contents2__selects {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .step__contents2__selects {
    gap: 5px;
    width: 100%;
  }
}

.step__contents2__selects__time {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .step__contents2__selects__time {
    width: 100%;
  }
}

.step__contents2__selects__time .c-select__box {
  background: #fff;
}

.step__contents2__selects__day {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
  border: 1px solid #c5e3b0;
  padding: 0 20px;
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .step__contents2__selects__day {
    gap: 8%;
    margin-left: 5%;
    padding: 0 5%;
  }
}

.step__contents2__selects__day label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
  white-space: nowrap;
}

.step__contents2__slide {
  margin-top: 25px;
}

.step__contents2__slide__month {
  width: fit-content;
  position: relative;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}

/* .step__contents2__slide__month::before, .step__contents2__slide__month::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(/img/slide-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  cursor: pointer;
}
.step__contents2__slide__month::before {
  left: -50px;
  transform: translateY(-50%);
}
.step__contents2__slide__month::after {
  right: -50px;
  transform: translateY(-50%) rotate(180deg);
} */
.step__contents2__slide__month_prev,
.step__contents2__slide__month_next {
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url(/img/slide-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.step__contents2__slide__month_prev {
  left: -50px;
}

.step__contents2__slide__month_next {
  right: -50px;
  transform: translateY(-50%) rotate(180deg);
}

/* 非活性化スタイル */
.step__contents2__slide__month_prev.disabled,
.step__contents2__slide__month_next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.step__contents2__wrapper {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .step__contents2__wrapper {
    margin-top: 15px;
    overflow-x: auto;
  }
}

.step__contents2__boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .step__contents2__boxes {
    flex-wrap: nowrap;
    display: inline-flex;
  }
}

.step__contents2__table {
  width: calc((100% - 20px) / 3);
}

/* @media screen and (max-width: 1200px) { */
@media screen and (max-width: 1300px) {
  .step__contents2__table {
    width: calc((100% - 10px) / 2);
  }
}

/* @media screen and (max-width: 900px) { */
@media screen and (max-width: 1000px) {
  .step__contents2__table {
    width: 100%;
    flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .step__contents2__table:not(.current) {
    display: none;
  }
}

.step__contents2__summary {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .step__contents2__summary {
    margin-top: 20px;
    padding: 0 0 0 3%;
  }
}

.step__contents2__summary__ttl {
  padding-left: 13px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .step__contents2__summary__ttl {
    padding-left: 0;
  }
}

.step__contents2__summary__ttl::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #6BA350;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .step__contents2__summary__ttl::before {
    content: none;
  }
}

.step__contents2__sumTable {
  overflow-x: auto;
}

.step__contents2__btnArea {
  margin-top: 30px;
  /* padding: 14px 20px 21px; */
  padding: 14px 20px 11px;
  background-color: #FDF3F2;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .step__contents2__btnArea {
    width: 94%;
    margin: 30px auto 0;
    /* padding: 20px 5%; */
    padding: 10px 5%;
  }
}

.step__contents2__annotation {
  margin-top: 10px;
  font-size: 12px;
  /* font-size: 0.75rem; */
  font-size: 0.65rem;
  font-weight: 400;
  line-height: 150%;
  color: #777;
}

@media screen and (max-width: 767px) {
  .step__contents2__annotation {
    padding: 0 3% 17px;
  }
}

input[type=text] {
  background-color: #f0f8ed;
  padding: 14px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #c5e3b0;
  width: 100%;
  cursor: pointer;
}

input[type=date] {
  background-color: #f0f8ed;
  padding: 14px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #c5e3b0;
  width: 100%;
  cursor: pointer;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type=date]::after {
  content: "";
  background-image: url(/img/icon/calender.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type=checkbox] {
  width: 1em;
  height: 1em;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0.75rem;
  appearance: none;
  background-image: url(/img/non-check.svg);
  background-size: 100%;
}

input[type=checkbox]:checked {
  background-image: url(/img/check.svg);
}

.c-select {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.c-select::after {
  content: "";
  background-image: url(/img/icon/arrow-under.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 14px;
  height: 7px;
  background-size: contain;
  pointer-events: none;
}

.c-select__box {
  width: 100%;
  border: 1px solid #c5e3b0;
  border-radius: 4px;
  appearance: none;
  padding: 14px 10px;
  background: #f0f8ed;
  cursor: pointer;
}

.c-checkbox {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 32px;
  border-radius: 50px;
  cursor: pointer;
  box-sizing: content-box;
  background-color: #afafaf;
  transition: 0.3s;
}

.c-checkbox:has(:checked) {
  background-color: #89C865;
}

.c-checkbox:has(:checked)::after {
  left: 34px;
}

.c-checkbox:has(:checked)~.step__contents1__panel {
  display: block !important;
}

.c-checkbox::after {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  transition: left 0.3s;
}

.c-checkbox input {
  display: none;
}

.c-table,
.c-table--overflow {
  border: 1px solid #c5e3b0;
  border-radius: 6px;
  overflow: hidden;
}

.c-table__week {
  border-collapse: collapse;
  width: 100%;
}

.c-table__week th {
  background-color: #f0f8ed;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 130%;
}

.c-table__week th,
.c-table__week td {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 12.5%;
}

.c-table__week th:first-child,
.c-table__week td:first-child {
  border-left: none;
}

.c-table__week th:last-child,
.c-table__week td:last-child {
  border-right: none;
}

.c-table__week thead tr {
  border-top: none;
}

.c-table__week tr:last-child {
  border-bottom: none;
}

.c-table__week> :not(caption)>* {
  border-width: 1px 0;
  border-color: #c5e3b0;
}

.c-table__week> :not(caption)>*>* {
  border-width: 0 1px;
  padding: 0.65rem 0;
  border-color: #c5e3b0;
}

.c-table__month {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.c-table__month thead tr:first-child {
  border-top: none;
}

.c-table__month thead tr:last-child th {
  background-color: #f0f8ed;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 130%;
}

.c-table__month th,
.c-table__month td {
  height: 2.5rem;
  text-align: center;
  vertical-align: middle;
}

.c-table__month th:first-child,
.c-table__month td:first-child {
  border-left: none;
}

.c-table__month th:last-child,
.c-table__month td:last-child {
  border-right: none;
}

.c-table__month th {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 130%;
  white-space: nowrap !important;
}

.c-table__month td {
  position: relative;
  transition: 0.3s;
}

.c-table__month td:has(.day:not(:empty)):hover {
  background-color: #f0f8ed;
}

.c-table__month tr:last-child {
  border-bottom: none;
}

.c-table__month .month {
  background-color: #b8d9a7;
}

/* .c-table__month td[data-check="1"] > .working-hour {
  color: #F1594D;
} */
.c-table__month td[data-holiday="1"]>.working-hour {
  color: #F1594D;
}

.c-table__month .day {
  font-size: 0.5rem;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
}

.c-table__month .working-hour,
.c-table__month .week-sum {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
  margin: auto;
  line-height: 2rem;
}

.c-table__month .week-sum {
  cursor: unset;
}

.c-table__month .public-holiday {
  font-size: 0.4rem;
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  white-space: nowrap;
  width: 94%;
  text-align: center;
}

.c-table__month .specific-period-day {
  position: absolute;
  background-color: #ff7f004f;
  bottom: 0;
  padding: 0;
  height: 10px;
  width: 100%;
  left: 0;
}

.c-table__month .err,
.c-table__sum .err {
  background-color: #ffdde9;
}

.c-table__month> :not(caption)>* {
  border-width: 1px 0;
  border-color: #b0d195;
}

.c-table__month> :not(caption)>*>* {
  border-width: 0 1px;
  padding: 0.25rem 0.25rem;
  border-color: #b0d195;
}

.c-table__month .calendar-day[data-check="1"] {
  cursor: pointer;
}

.c-table--overflow {
  overflow: initial;
  width: fit-content;
  border: none;
}

.c-table__sum {
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
  border-radius: 6px;
  padding-right: 1px;
}

@media screen and (max-width: 767px) {
  .c-table__sum {
    padding-right: 1.5%;
  }
}

.c-table__sum .sticky {
  position: sticky;
  top: 0;
  left: 0;
}

.c-table__sum .sticky+.sticky {
  /* left: 100px; */
  /* left: 90px; */
  left: 120px;
}

@media screen and (max-width: 767px) {
  .c-table__sum .sticky+.sticky {
    /* left: 80px; */
    left: 100px;
  }

  .c-table__sum .current {
    background-color: #b8d9a7;
  }
}

.c-table__sum th,
.c-table__sum td {
  text-align: right;
  white-space: nowrap;
  /* width: 100px; */
  width: 90px;
  /* width: 120px; */
  border-bottom: 1px solid #b0d195;
  border-right: 1px solid #b0d195;
}

.c-table__sum tbody th:first-child {
  text-align: left;
}

.c-table__sum tr th:first-child {
  width: 120px;
}

@media screen and (max-width: 767px) {

  .c-table__sum th,
  .c-table__sum td {
    width: 65px;
  }
}

.c-table__sum tr th:first-child {
  border-left: 1px solid #b0d195;
}

@media screen and (max-width: 767px) {
  .c-table__sum tr th:first-child {
    /* width: 80px; */
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .c-table__sum tr th+th {
    width: 65px;
  }
}

.c-table__sum tr:last-child th:first-child {
  border-radius: 0 0 0 6px;
}

.c-table__sum tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}

.c-table__sum th {
  background-color: #f0f8ed;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .c-table__sum th {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.c-table__sum td {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 130%;
}

.c-table__sum thead tr th,
.c-table__sum thead tr td {
  text-align: center;
  border-top: 1px solid #b0d195;
  background-color: #f0f8ed;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 767px) {

  .c-table__sum thead tr th,
  .c-table__sum thead tr td {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.c-table__sum thead tr th:first-child {
  border-radius: 6px 0 0 0 !important;
}

.c-table__sum thead tr td:last-child {
  border-radius: 0 6px 0 0 !important;
}

.c-table__sum> :not(caption)>*>* {
  padding: 0.65rem 0.75rem;
  border-color: #c5e3b0;
  min-width: 2.7rem;
}

@media screen and (max-width: 767px) {
  .c-table__sum> :not(caption)>*>* {
    padding: 10px 5px;
  }
}

.c-btn__pink {
  border-radius: 4px;
  background-color: #F1594D;
  padding: 14px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  width: 100%;
  max-width: 300px;
  transition: background-color 0.3s;
  box-shadow: 0px 2px 1px 0px rgba(56, 0, 0, 0.5);
}

.c-btn__pink:hover {
  background-color: #D64938;
}

.c-btn__pink:active {
  background-color: #D64938;
  position: relative;
  box-shadow: none;
  top: 2px;
}

.c-btn__create {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  text-align: center;
}

.c-btn__create__main {
  padding: 14px 20px;
  background-color: #F1594D;
  box-shadow: 0px 2px 1px 0px rgba(56, 0, 0, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  gap: 10px;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.c-btn__create__main:hover {
  background-color: #D64938;
}

.c-btn__create__main:active {
  box-shadow: none;
  position: relative;
  top: 2px;
}

.c-btn__create__main.err {
  background: #ccc;
  box-shadow: 0px 2px 1px 0px rgba(59, 59, 59, 0.5);
}

.c-btn__create__main.err:active {
  box-shadow: none;
  position: relative;
  top: 2px;
}

.c-btn__create__main.err+.c-btn__create__tooltip {
  display: block;
}

.c-btn__create__tooltip {
  display: none;
  position: absolute;
  /* top: -15px; */
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.c-btn__create__tooltip span {
  position: relative;
  font-size: 12px;
  /* font-size: 0.75rem; */
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 120%;
  background: #fff;
  padding: 2px 18px;
  border: 1px solid #999;
  border-radius: 20px;
  white-space: nowrap;
  color: #888;
}

.c-btn__create__tooltip::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top: 6px solid #fff;
  z-index: 1;
}

.c-btn__create__tooltip::after {
  content: "";
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top: 6px solid #999;
  z-index: -1;
}

.c-btn__create__txt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}

.c-btn__create__label {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-weight: 500;
  line-height: 120%;
  color: #F1594D;
  background-color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
}

.err .c-btn__create__label {
  color: #ccc;
}

.c-sidebar__body {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #c5e3b0;
  background: #f0f8ed;
  position: sticky;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .c-sidebar__body {
    border: none;
    overflow: hidden;
  }
}

.c-sidebar__head {
  background: #b8d9a7;
  padding: 8px 10px 7px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-sidebar__head {
    padding: 10px;
    justify-content: flex-start;
  }
}

.c-sidebar__head__ttl {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .c-sidebar__head__ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-sidebar__head__err {
  display: none;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #F1594D;
  gap: 5px;
  padding: 6px 13px;
}

@media screen and (min-width: 767px) {
  .c-sidebar__list {
    display: flex !important;
  }
}

@media screen and (max-width: 767px) {
  .c-sidebar__head__err {
    display: flex;
  }
}

.c-sidebar__head__err__img {
  width: 20px;
}

.c-sidebar__head__err__num {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  color: #fff;
  background-color: #F1594D;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-sidebar__head__btnArea {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .c-sidebar__head__btnArea {
    right: 10px;
    display: block;
  }
}

.c-sidebar__head__btn {
  position: relative;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .c-sidebar__head__btn {
    width: 26px;
    height: 26px;
    border-radius: 2px;
  }
}

.c-sidebar__head__btn::before,
.c-sidebar__head__btn::after {
  content: "";
  position: absolute;
  background: #216a19;
  top: 50%;
  width: 21px;
  height: 2px;
  left: 50%;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {

  .c-sidebar__head__btn::before,
  .c-sidebar__head__btn::after {
    width: 14.5px;
  }
}

.c-sidebar__head__btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-sidebar__head__btn::after {
  transform: translateX(-50%);
}

.c-sidebar__head__btn.open::before {
  transform: translate(-50%, -50%);
}

.c-sidebar__head__btn.open::after {
  opacity: 0;
}

.c-sidebar__list {
  padding: 6px 7px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .c-sidebar__list {
    padding: 10px;
  }
}

.c-sidebar__item {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  padding: 8px 10px 20px 45px;
  background-color: #fff;
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .c-sidebar__item {
    padding: 12px 13px 12px 50px;
  }
}

.c-sidebar__item::before {
  content: "";
  background-image: url(/img/icon/success.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}

@media screen and (max-width: 767px) {
  .c-sidebar__item::before {
    left: 13px;
  }
}

.c-sidebar__item.err {
  border: 2px solid #e56b97;
  background-color: #ffecf3;
}

.c-sidebar__item.err::before {
  background-image: url(/img/icon/error.svg);
}

.include__summary__check {
  /* padding: 0px 10px 20px; */
  padding: 0px 10px 0px;
  /* display: flex; */
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  /* font-weight: 700; */
  gap: 10px;
}

.include__summary__annotation {
  padding: 0px 10px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  color: #F1594D;
}

.next_action__link {
  padding: 20px 0px 0px;
  color: #F1594D;
  text-decoration: underline;
  font-weight: 700;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 1.125rem;
}

.next_action__annotation {
  padding: 10px 10px 20px;
  color: #F1594D;
  /* font-size: 12px;
  font-size: 0.75rem; */
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

/* 説明（ハテナ）アイコン */
.step__head__ttl .icon-question {
  align-self: flex-end;
}

.icon-question {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

/* 説明バルーン */
.setting-question-balloon {
  position: absolute;
  top: 40px;
  left: 60%;
  transform: translateX(-40%);
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 14px 18px;
  min-width: 350px;
  z-index: 100;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.setting-question-balloon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30%;
  transform: translateX(-70%);
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -1px 1px #ccc);
}

.setting-question-balloon.specific_period {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;

}

.setting-question-balloon.specific_period img {
  max-width: 70vw;
}

@media screen and (max-width: 767px) {
  .setting-question-balloon.specific_period img {
    max-width: 600px;
  }
}

/* バルーン右上の閉じるボタン */
.setting-question-balloon.specific_period .close-balloon-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #333;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s;
}

.setting-question-balloon.specific_period .close-btn:hover {
  background: #f5f5f5;
}

.setting-question-balloon.specific_period {
  position: relative;
}

/* 初心者マークアイコン */
.beginners-mark-fixed {
  position: fixed;
  top: 10px;
  right: 5px;
  z-index: 10000;
  cursor: pointer;
}

.beginners-mark-img {
  width: 32px;
  height: 32px;
  display: block;
  margin: 6px auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border: 1px solid #ccc;
  padding: 6px;
  box-sizing: content-box;
}

/* 初心者説明バルーン */
.beginners-info-balloon {
  position: absolute;
  top: 40px;
  right: 0;
  transform: translateX(0%) translateY(10%) scale(0.8);
  opacity: 0;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 12px 16px;
  min-width: 550px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  z-index: 10001;
  animation: balloon-fadein-beginner 0.18s cubic-bezier(.4, 1.4, .7, 1) forwards;
}

.beginners-info-balloon::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 16px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -1px 1px #ccc);
}

@keyframes balloon-fadein-beginner {
  from {
    opacity: 0;
    transform: translateX(0%) translateY(10%) scale(0.8);
  }

  to {
    opacity: 1;
    transform: translateX(0%) translateY(10%) scale(1);
  }
}


/* bootstrap CSS抜粋 */
.d-none {
  display: none;
}

/* 要件チェック参考情報 */
.step__contents2__working__info {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.step__contents2__working__table {
  width: calc((100% - 20px) / 2);
}

.step__contents2__working__table .c-table__sum tbody tr th,
.step__contents2__working__table .c-table__sum tbody tr td {
  border-top: 1px solid #b0d195;
}

.step__contents2__working__table .c-table__sum tr:first-child th:first-child {
  border-radius: 6px 0 0 0 !important;
}

.step__contents2__working__table .c-table__sum tr:first-child td:last-child {
  border-radius: 0 6px 0 0 !important;
}

.step__contents2__working__table .c-table__sum tr:nth-last-child(1 of :not(.d-none)) th:first-child {
  border-radius: 0 0 0 6px !important;
}

.step__contents2__working__table .c-table__sum tr:nth-last-child(1 of :not(.d-none)) td:last-child {
  border-radius: 0 0 6px 0 !important;
}

.step__contents2__working__table td {
  width: 40px;
}

.step__contents2__specific__periods {
  display: flex;
  gap: 24px;
}

.step__contents2__specific__period {
  white-space: nowrap;
}

/* @media screen and (max-width: 900px) { */
@media screen and (max-width: 1000px) {
  .step__contents2__working__table {
    width: 100%;
    flex: 0 0 auto;
  }
}

/* 以下、PDF生成用スタイル */
.pdf-generation {
  /* PDF生成時はメディアクエリの影響を無効化 */
  position: relative;
  width: 1450px !important;
  min-width: 1450px !important;
  max-width: 1450px !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.pdf-generation .pdf_calendar_title_area {
  display: block !important;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1em;
}

.pdf-generation .step__contents2__main {
  padding: 30px 5% 10px !important;
  width: 1450px !important;
  max-width: 1450px !important;
}

.pdf-generation .step__contents2__sidebar {
  display: none !important;
}

.pdf-generation .step__contents2__head {
  display: none !important;
}

.pdf-generation .step__contents2__slide {
  display: none !important;
}

.pdf-generation .step__contents2__boxes {
  flex-wrap: wrap !important;
  display: flex !important;
}

.pdf-generation .step__contents2__table {
  width: calc((100% - 20px) / 3) !important;
  display: inline-block !important;
}

.pdf-generation .step__contents2__summary {
  padding: 0 !important;
  padding: 0px 5% 0px !important;
}

.pdf-generation .step__contents2__btnArea {
  display: none !important;
}

.pdf-generation .c-table__sum {
  width: auto !important;
}

.pdf-generation .c-table__sum th,
.pdf-generation .c-table__sum td {
  width: 90px !important;
}

.pdf-generation .c-table__sum tr th:first-child {
  width: 90px !important;
}

.pdf-generation .c-table__sum tr th+th {
  width: 90px !important;
}

.pdf-generation .c-table__sum th {
  font-size: 14px !important;
}

.pdf-generation .c-table__sum thead tr th,
.pdf-generation .c-table__sum thead tr td {
  background-color: #f0f8ed !important;
}

.pdf-generation .c-table__sum td {
  font-size: 14px !important;
  background-color: #fff !important;
}

.pdf-generation .c-table__sum> :not(caption)>*>* {
  padding: 0.65rem 0.75rem !important;
}

.pdf-generation .step__contents2__annotation {
  display: none !important;
}

.print__copyright {
  display: none;
}

.pdf-generation .print__copyright {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  color: #000;
  display: flex !important;
  justify-content: center;

  padding-top: 300px;
  /* gap: 5px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999; */
}

.pdf-generation.no_summary .print__copyright {
  padding-top: 600px;
  /* padding-top: 10px; */
}

.pdf-generation .step__contents2__working__table {
  width: calc((90% - 20px) / 2) !important;
  max-width: 450px !important;
}

/* 以下、PDF出力の集計表未出力の場合のスタイル */
.pdf-generation.no_summary .step__contents2__summary {
  display: none !important;
}

/* .pdf-generation.no_summary {
  width: 1150px !important;
  min-width: 1150px !important;
  max-width: 1150px !important;
} */

/* .pdf-generation.no_summary .step__contents2__table {
  width: calc((100% - 10px) / 2) !important;
} */