@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/* color */
/* font-family */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
/* color */
/* font-family */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* base */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  background-color: #f2f2f2;
}

a {
  color: inherit;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: #333333;
  font-size: 1rem;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  background-color: #fff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1000;
}
.l-header__content {
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
.l-header__title {
  font-family: "03smartfont";
  font-size: 1.25rem;
  font-weight: bold;
  color: #434c52;
}
.l-header__logout {
  position: relative;
  /* fukuda add */
  display: flex;
}
.l-header__logout-modal {
  position: absolute;
  top: 100%;
  /* fukuda mod */
  /* right: 0; */
  left: 0;
  padding: 0.5rem 0.25rem;
  background-color: #fff;
  border: 2px solid #434c52;
}
/* fukuda add */
.l-header__thanks {
  padding: 0.5rem 0.5rem;
}
.l-header__user {
  padding: 0.5rem 0;
}
.l-header__user:hover .l-header__logout-modal {
  display: block;
}

@media only screen and (max-width: 767px) {
  .l-header__content {
    padding: 0 1.25rem;
  }
  .l-header__title {
    font-size: 1.125rem;
  }
  /* fukuda add */
  .l-header__thanks {
    font-size: 0.875rem;
  }
  .l-header__user {
    font-size: 0.875rem;
  }
}
/* footer */
/* main */
body.is-close .l-container {
  grid-template-columns: 60px 1fr;
}
body.is-close .l-side__close svg {
  transform: rotate(180deg);
}

.l-container {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-areas: "sidebar main";
  transition: 0.3s grid-template-columns;
}

.l-sidebar {
  grid-area: sidebar;
}

.l-main {
  grid-area: main;
}

.l-side {
  height: calc(100vh - 5rem);
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 100;
}
.l-side.is-close .l-side__close svg {
  transform: rotate(180deg);
}
.l-side__close {
  padding: 0.625rem 1.25rem;
  text-align: right;
  cursor: pointer;
}
.l-side__close svg {
  width: 0.75rem;
  transition: 0.3s all;
  fill: #333333;
}
.l-side__list {
  padding-left: 0;
  list-style: none;
}
.l-side__link {
  width: 16.875rem;
}
.l-side__link a {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  height: 3.5rem;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  padding: 0 1.25rem;
}

.l-main {
  overflow-x: auto;
  overflow-y: scroll;
  height: calc(100vh - 5rem);
  padding: 6rem 2rem 6rem clamp(2rem, 5vw, 6rem);
}

@media only screen and (max-width: 767px) {
  body.is-close .l-side {
    bottom: 0;
  }
  body.is-close .l-side__close svg {
    transition: transform 0.3s;
    transform: rotate(270deg);
  }
  body.is-close .l-main {
    padding-bottom: 8.75rem;
  }
  .l-container {
    display: block;
  }
  .l-main {
    transition: all 0.3s;
    padding: 2.5rem 1.25rem 6.25rem;
    height: auto;
    overflow-y: auto;
  }
  .l-side {
    position: fixed;
    bottom: -56px;
    left: 0;
    margin-top: 1.25rem;
    width: 100%;
    overflow: visible;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    transition: bottom 0.3s linear;
  }
  .l-side__list {
    display: flex;
    gap: 0 clamp(1.25rem, 3.91vw, 1.875rem);
    background-color: #fff;
    box-shadow: 2px 2px 0.625rem rgba(0, 0, 0, 0.1);
  }
  .l-side__link {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .l-side__close {
    width: 3.75rem;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    text-align: center;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  .l-side__close svg {
    transform: rotate(90deg);
  }
}
/* margin */
.l-margin h3:not(:first-child),
.l-margin h4:not(:first-child),
.l-margin h5:not(:first-child),
.l-margin h6:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h3 + ul,
.l-margin h4 + ul,
.l-margin h5 + ul,
.l-margin h6 + ul {
  margin-top: 1.5rem;
}
.l-margin h3 + ol,
.l-margin h4 + ol,
.l-margin h5 + ol,
.l-margin h6 + ol {
  margin-top: 1.5rem;
}
.l-margin h3 + img,
.l-margin h4 + img,
.l-margin h5 + img,
.l-margin h6 + img {
  margin-top: 1.5rem;
}
.l-margin h3 + table,
.l-margin h4 + table,
.l-margin h5 + table,
.l-margin h6 + table {
  margin-top: 1.5rem;
}
.l-margin h3 + p,
.l-margin h4 + p,
.l-margin h5 + p,
.l-margin h6 + p {
  margin-top: 1.5rem;
}
.l-margin h3 + blockquote,
.l-margin h4 + blockquote,
.l-margin h5 + blockquote,
.l-margin h6 + blockquote {
  margin-top: 1.5rem;
}
.l-margin h3 + dl,
.l-margin h4 + dl,
.l-margin h5 + dl,
.l-margin h6 + dl {
  margin-top: 1.5rem;
}
.l-margin h3 + .c-button,
.l-margin h4 + .c-button,
.l-margin h5 + .c-button,
.l-margin h6 + .c-button {
  margin-top: 1.5rem;
}
.l-margin h3 + .p-editor__box, .l-margin h3 + .p-editor__column-2, .l-margin h3 + .p-editor__column-3,
.l-margin h4 + .p-editor__box,
.l-margin h4 + .p-editor__column-2,
.l-margin h4 + .p-editor__column-3,
.l-margin h5 + .p-editor__box,
.l-margin h5 + .p-editor__column-2,
.l-margin h5 + .p-editor__column-3,
.l-margin h6 + .p-editor__box,
.l-margin h6 + .p-editor__column-2,
.l-margin h6 + .p-editor__column-3 {
  margin-top: 1.5rem;
}
.l-margin ul:not(:first-child),
.l-margin ol:not(:first-child) {
  margin-top: 1rem;
}
.l-margin table:not(:first-child) {
  margin-top: 1rem;
}
.l-margin p:not(:first-child) {
  margin-top: 1rem;
}
.l-margin img:not(:first-child) {
  margin-top: 1rem;
}
.l-margin blockquote:not(:first-child) {
  margin-top: 1rem;
}
.l-margin dl:not(:first-child) {
  margin-top: 1rem;
}
.l-margin .c-button:not(:first-child),
.l-margin .p-editor__button:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin .p-box:not(:first-child),
.l-margin .p-editor__box:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin .p-column:not(:first-child),
.l-margin .p-editor__column-2:not(:first-child),
.l-margin .p-editor__column-3:not(:first-child) {
  margin-top: 2rem;
}
.l-margin .p-column + .p-column, .l-margin .p-column + .p-editor__column-2, .l-margin .p-column + .p-editor__column-3,
.l-margin .p-editor__column-2 + .p-column,
.l-margin .p-editor__column-2 + .p-editor__column-2,
.l-margin .p-editor__column-2 + .p-editor__column-3,
.l-margin .p-editor__column-3 + .p-column,
.l-margin .p-editor__column-3 + .p-editor__column-2,
.l-margin .p-editor__column-3 + .p-editor__column-3 {
  margin-top: 5rem;
}

@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  min-height: 1.75rem;
  background-color: #81c554;
  border: 1px solid #81c554;
  color: #fff;
  font-weight: 700;
  border-radius: 0.25rem;
  text-decoration: none;
}
.c-button.--cancel {
  background-color: #5498c5;
  border: 1px solid #5498c5;
}
.c-button.--delete {
  background-color: #c55454;
  border: 1px solid #c55454;
}

.c-button-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #5498c5;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1;
}

.c-button-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #c55454;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1;
}

@media all and (min-width: 1281px), print {
  .c-button,
  .c-button-add,
  .c-button-remove {
    transition: 0.3s all;
  }
  .c-button:hover, .c-button:focus, .c-button:active,
  .c-button-add:hover,
  .c-button-add:focus,
  .c-button-add:active,
  .c-button-remove:hover,
  .c-button-remove:focus,
  .c-button-remove:active {
    opacity: 0.7;
  }
}
/* color */
/* font-family */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
.c-heading-h2 {
  background-color: #434c52;
  color: #fff;
  font-size: 1.25rem;
  height: 3.125rem;
  padding: 0 0.875rem;
  display: flex;
  align-items: center;
}

/* color */
/* font-family */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
.c-input {
  width: 100%;
}
.c-input + .c-input {
  margin-top: 1.5rem;
}
.c-input__support-text {
  margin-top: 0.5rem;
}
.c-input__text-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
}
.c-input__label {
  font-weight: bold;
}
.c-input__container {
  width: 100%;
  max-width: 22.5rem;
  padding: 0.25rem 1rem;
  font-size: 1rem;
  border: 2px solid #1a1a1c;
  border-radius: 0.25rem;
  outline: 0;
  background-color: #fff;
}
.c-input__container:focus {
  border-color: #d18d0f;
}
.c-input__container.--full {
  max-width: 100%;
}
.c-input__container.--lg {
  max-width: 30rem;
}
.c-input__container.--md {
  max-width: 17.5rem;
}
.c-input__container.--sm {
  max-width: 12.5rem;
}
.c-input__container.--xsm {
  max-width: 7.5rem;
}
.c-input__container.--xxsm {
  max-width: 5rem;
}
.c-input__radio-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border: 1px solid #1a1a1c;
  border-radius: 50%;
}
.c-input__radio-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: #0017c1;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.c-input__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__radio:checked + .c-input__radio-container::after {
  opacity: 1;
}
.c-input__checkbox-container {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  border: 1px solid #1a1a1c;
  border-radius: 0.125rem;
}
.c-input__checkbox-container::after {
  position: absolute;
  top: calc(50% - 0.125rem);
  left: 50%;
  display: block;
  width: 0.375rem;
  height: 0.625rem;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-input__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__checkbox:checked + .c-input__checkbox-container {
  background-color: #0017c1;
  border-color: #0017c1;
}
.c-input__checkbox:checked + .c-input__checkbox-container::after {
  opacity: 1;
}
.c-input__error-text {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #ec0000;
}
.c-input__select-wrap {
  position: relative;
  width: 100%;
  max-width: 22.5rem;
}
.c-input__select-wrap.--full {
  max-width: 100%;
}
.c-input__select-wrap.--lg {
  max-width: 30rem;
}
.c-input__select-wrap.--md {
  max-width: 17.5rem;
}
.c-input__select-wrap.--sm {
  max-width: 12.5rem;
}
.c-input__select-wrap.--xsm {
  max-width: 7.5rem;
}
.c-input__select-wrap.--xxsm {
  max-width: 5rem;
}
.c-input__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  pointer-events: none;
  content: "";
  border-right: 2px solid #1a1a1c;
  border-bottom: 2px solid #1a1a1c;
  transform: translateY(-50%) rotate(45deg);
}
.c-input__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input__select-wrap select::-ms-expand {
  display: none;
}
.c-input.--error .c-input__label {
  color: #ec0000;
}
.c-input.--error .c-input__container {
  border: 2px solid #ec0000;
}
.c-input.--error .c-input__text-label {
  color: #ec0000;
}
.c-input.--error .c-input__radio-container {
  border-color: #ec0000;
}
.c-input.--error .c-input__radio-container::after {
  background-color: #ec0000;
}
.c-input.--error .c-input__checkbox-container {
  border-color: #ec0000;
}
.c-input.--error .c-input__checkbox:checked + .c-input__checkbox-container {
  background-color: #ec0000;
}

@media only screen and (max-width: 767px) {
  .c-input__container {
    max-width: 100%;
    padding: 0.25rem 0.625rem;
    min-height: 2.5rem;
  }
  .c-input__container.--sm, .c-input__container.--xsm {
    max-width: 100%;
  }
  .c-input__wrap {
    display: flex;
    align-items: center;
  }
  .c-input__select-wrap {
    max-width: 100%;
    width: 100%;
  }
  .c-input__select-wrap.--md {
    max-width: 100%;
  }
}
/* color */
/* font-family */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
.c-item {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem;
  font-size: 1rem;
  max-width: 1000px;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
.c-item__tag {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background-color: #434c52;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  white-space: nowrap;
  min-width: 4rem;
  text-align: center;
}
.c-item__block {
  display: flex;
  align-items: flex-start;
}
.c-item__head {
  display: flex;
  gap: 1.5rem;
}
.c-item__body {
  display: flex;
  gap: 1.5rem;
}
.c-item__edit {
  text-align: right;
}
.c-item__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .c-item__head {
    flex-direction: column;
    gap: 0;
  }
  .c-item__name p {
    font-size: 0.875rem;
  }
  .c-item__block {
    flex-direction: column;
    gap: 0.25rem;
  }
  .c-item__content {
    width: 100%;
  }
  .c-item__other {
    width: 100%;
  }
  .c-item__buttons .c-button {
    width: 5.625rem;
    min-height: 2rem;
    font-size: 0.75rem;
  }
}
/* color */
/* font-family */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
.c-pagination__list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.c-pagination__link.--active {
  background-color: #434c52;
  color: #fff;
}

@media all and (min-width: 1281px), print {
  .c-pagination__link {
    transition: 0.3s all;
  }
  .c-pagination__link:hover {
    background-color: #434c52;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagination__list {
    max-width: 328px;
  }
  .c-pagination__link.--active {
    line-height: 1;
  }
}
/* project */
/* color */
/* font-family */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
.p-accordion__item + .p-accordion__item {
  margin-top: 1.5rem;
}
.p-accordion__head {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  border: none;
  border: 2px solid #1a1a1c;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-accordion__content {
  transition: all 0.3s linear;
}
.p-accordion__content-inner {
  padding-top: 1.5rem;
}

/* color */
/* font-family */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
.p-login-modal {
  background-color: #fff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  max-width: 37.5rem;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* pages */
/* color */
/* font-family */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
body.add .addbtn {
  max-width: 1000px;
}
body.add .c-item {
  margin-top: 2rem;
}
body.add .c-item + body.add .c-item {
  margin-top: 1rem;
}

/* color */
/* font-family */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
body.list .c-item {
  margin-top: 2rem;
}
body.list .c-item + body.list .c-item {
  margin-top: 1rem;
}
body.list .p-accordion {
  margin-top: 2rem;
}
body.list .c-pagination {
  margin-top: 2rem;
}
body.list .c-input.is-editing {
  display: block;
}

@media only screen and (max-width: 767px) {
  body.list .c-item {
    margin-top: 3.125rem;
  }
  body.list .c-pagination {
    margin-top: 2.75rem;
  }
}
/* utility */
.u-asterisk {
  text-indent: -1em;
  padding-left: 1em;
}

/* color */
/* font-family */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
.u-inline-block {
  display: inline-block;
}

.u-flex {
  display: flex;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
/* color */
/* font-family */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
/* color */
/* font-family */
@font-face {
  font-family: "03smartfont";
  src: url("../file/font/03smartfont.otf") format("otf");
}
/* font-size */
/* bg-color */
/* border */
/* content width */
/* padding */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
