@charset "UTF-8";

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, 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, menu, nav, section {
  display: block;
}

nav ul, li {
  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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

input, select {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  text-decoration: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  position: relative;
  overflow: scroll;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

body {
  position: relative;
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  width: 100%;
  color: #1a1311;
  font-size: 1.4rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.57143;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 1080px) {
  body:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #028369;
    background: linear-gradient(45deg, #71dd7e, #4298be);
    content: " ";
  }
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

input, textarea, select {
  display: block;
  outline: none;
  border: none;
  color: #1a1311;
  font-size: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #cbcbcb;
}

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #cbcbcb;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #cbcbcb;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #cbcbcb;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #cbcbcb;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #cbcbcb;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #cbcbcb;
}

input, select, textarea {
  padding: 6.5px 8px;
  width: 100%;
  border: solid 1px rgba(25, 17, 15, 0.2);
  background-color: #fff;
}

select, label {
  cursor: pointer;
  cursor: hand;
}

input[type=time]::-webkit-calendar-picker-indicator {
  background: none;
  background-color: transparent;
  width: 0;
  min-width: 0;
}

a {
  color: black;
  cursor: pointer;
  cursor: hand;
}

button:hover, a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

a:not([class]) {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

p {
  word-wrap: break-word;
  line-height: 1.8;
  overflow-wrap: break-word;
}

small {
  font-size: 1.3rem;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  cursor: hand;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  -webkit-appearance: none;
}

select {
  cursor: pointer;
  cursor: hand;
}

form, input, label {
  margin: 0;
  vertical-align: bottom;
}

input, textarea, select, button {
  font-family: inherit;
}

main {
  display: block;
}

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

input[type=date] {
  position: static;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

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

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

label::-moz-selection {
  background: transparent;
}

label::selection {
  background: transparent;
}

label::-moz-selection {
  background: transparent;
}

input, select, textarea {
  border-radius: 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  input, select, textarea {
    font-size: 1.5rem;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
  src: local("Noto Sans CJK JP Regular"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../font/NotoSansJP-Regular.woff2?orgId=00D10000000amjt") format("woff2"), url("../font/NotoSansJP-Regular.woff?orgId=00D10000000amjt") format("woff"), url("../font/NotoSansJP-Regular.otf?orgId=00D10000000amjt") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  src: local("Noto Sans CJK JP Bold"), local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../font/NotoSansJP-Bold.woff2?orgId=00D10000000amjt") format("woff2"), url("../font/NotoSansJP-Bold.woff?orgId=00D10000000amjt") format("woff"), url("../font/NotoSansJP-Bold.otf?orgId=00D10000000amjt") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), local("NotoSansCJKjp-Black"), local("NotoSansJP-Black"), url("../font/NotoSansJP-Black.woff2?orgId=00D10000000amjt") format("woff2"), url("../font/NotoSansJP-Black.woff?orgId=00D10000000amjt") format("woff"), url("../font/NotoSansJP-Black.otf?orgId=00D10000000amjt") format("opentype");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("../font/YakuHanJP-Regular.woff2?orgId=00D10000000amjt") format("woff2"), url("../font/YakuHanJP-Regular.woff?orgId=00D10000000amjt") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("../font/YakuHanJP-Bold.woff2?orgId=00D10000000amjt") format("woff2"), url("../font/YakuHanJP-Bold.woff?orgId=00D10000000amjt") format("woff");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: url("../font/Lato-Regular.woff?orgId=00D10000000amjt") format("woff");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  src: url("../font/Lato-bold.woff?orgId=00D10000000amjt") format("woff");
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 50;
  padding: 0 5px 0 20px;
  height: 50px;
  background: -moz-linear-gradient(45deg, #71dd7e, #4298be);
  background: -webkit-linear-gradient(45deg, #71dd7e, #4298be);
  background: linear-gradient(45deg, #71dd7e, #4298be);
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .l-header {
    display: none;
  }
}

.l-header__left {
  display: inline-block;
  margin-top: 3px;
  height: 36px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: 0;
  margin-left: 0;
  width: 44px;
}

.l-header__img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.l-wrapper--full, .l-wrapper {
  max-width: 1200px;
  width: 100%;
  padding: 50px 0 107px;
  background: white;
}

@media screen and (min-width: 769px) {
  .l-wrapper--full, .l-wrapper {
    margin: 0 auto;
    min-height: 850px;
  }
}

@media screen and (min-width: 1080px) {
  .l-wrapper--full, .l-wrapper {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    padding: 50px 0 48px;
    background: transparent;
  }
}

.l-wrapper--full {
  padding: 0;
  min-height: unset;
  max-width: unset;
  width: 100%;
  height: calc(100% - 120px);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.l-drawer__nav {
  margin-top: 20px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1080px) {
  .l-drawer__nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-top: 0;
  }
}

.l-drawer__menu {
  z-index: 99;
  position: fixed;
  top: 0;
  right: -320px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 28px 60px;
  max-width: 100%;
  width: 300px;
  height: 100%;
  background-color: #fff;
  color: #000;
}

@media screen and (min-width: 1080px) {
  .l-drawer__menu {
    position: unset;
    overflow-x: inherit;
    -webkit-overflow-scrolling: inherit;
    padding: 0;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (min-width: 1200px) {
  .l-drawer__menu {
    width: 245px;
  }
}

.l-drawer__checkbox {
  display: none;
}

.l-drawer__icon {
  position: fixed;
  top: 0;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  cursor: hand;
  z-index: 100;
}

@media screen and (min-width: 1080px) {
  .l-drawer__icon {
    display: none;
  }
}

.l-drawer__icon-parts:before, .l-drawer__icon-parts:after, .l-drawer__icon-parts {
  z-index: 100;
  display: block;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-drawer__icon-parts:before, .l-drawer__icon-parts:before {
  content: "";
  top: 12px;
}

.l-drawer__icon-parts:after, .l-drawer__icon-parts:after {
  content: "";
  top: -12px;
}

.l-drawer__overlay {
  z-index: 98;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #162f1b;
  opacity: 0;
  cursor: unset;
  pointer-events: none;
}

.l-drawer__link {
  display: inline-block;
  padding-left: 16px;
  width: 100%;
  height: 50px;
  background-color: #028369;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
}

@media screen and (min-width: 1080px) {
  .l-drawer__link {
    padding-left: 12px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .l-drawer__link {
    padding-left: 16px;
    font-size: 16px;
  }
}

.l-drawer__link:hover {
  background-color: rgba(2, 131, 105, 0.8);
  opacity: 1;
  transition: all 0.2s ease;
}

.l-drawer__link + .l-drawer__link {
  margin-top: 1px;
}

.l-drawer__link + .l-drawer__accordion-wrap {
  margin-top: 1px;
}

.l-drawer__accordion-wrap + .l-drawer__link {
  margin-top: 1px;
}

.l-drawer__accordion-checkbox {
  display: none;
}

.l-drawer__accordion {
  overflow: hidden;
  max-height: 0;
  background-color: #fff;
}

@media screen and (min-width: 1080px) {
  .l-drawer__accordion {
    padding-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .l-drawer__accordion {
    padding-left: 46px;
  }
}

.l-drawer__child-link-wrap {
  padding-top: 5px;
}

@media screen and (min-width: 1080px) {
  .l-drawer__child-link-wrap {
    padding-top: 15px;
  }
}

.l-drawer__child-link-wrap:last-child {
  padding-bottom: 5px;
}

@media screen and (min-width: 1080px) {
  .l-drawer__child-link-wrap:last-child {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

.l-drawer__child-link {
  display: block;
  padding-left: 60px;
  height: 47px;
  line-height: 47px;
  color: #028369;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  background-color: #f5f5f5;
}

@media screen and (min-width: 1080px) {
  .l-drawer__child-link {
    background-color: transparent;
    padding-left: 35px;
    border-radius: 4px 0 0 4px;
  }
}

.l-drawer__child-link:hover {
  background-color: rgba(74, 203, 124, 0.1);
  opacity: 1;
}

@media screen and (min-width: 1080px) {
  .l-drawer__child-link:hover:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #028369;
    left: 16px;
    top: 16px;
  }
}

.l-drawer__accordion-toggle {
  position: relative;
  display: block;
}

.l-drawer__accordion-toggle:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background-image: url("img/arrow--nav-sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  top: 20px;
  right: 18px;
}

@media screen and (min-width: 1080px) {
  .l-drawer__accordion-toggle:after {
    display: none;
  }
}

.l-drawer__accordion-toggle:hover {
  opacity: 0.8;
  transition: all 0.2s ease;
}

.l-drawer__accordion-toggle .l-drawer__link {
  pointer-events: none;
}

@media screen and (min-width: 1080px) {
  .l-drawer__accordion-toggle .l-drawer__link {
    pointer-events: auto;
  }
}

.l-drawer__img-wrap {
  display: none;
}

@media screen and (min-width: 1080px) {
  .l-drawer__img-wrap {
    display: block;
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
  }
}

.l-drawer__img {
  width: 82px;
  height: 66px;
  vertical-align: bottom;
}

.l-drawer__menu-icon:before {
  width: 20px;
  height: 20px;
  margin-right: 10px !important;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
  background-color: transparent;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
  top: 0;
  background-color: #1a1311;
  transform: rotate(-45deg);
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
  top: 0;
  background-color: #1a1311;
  transform: rotate(45deg);
}

.l-drawer__checkbox:checked ~ .l-drawer__overlay {
  pointer-events: auto;
  opacity: 0.9;
}

.l-drawer__checkbox:checked ~ .l-drawer__menu {
  right: 0;
}

.l-drawer__accordion-checkbox:checked ~ .l-drawer__accordion {
  max-height: 100vh;
  transition: max-height 1s;
}

.l-drawer__accordion-checkbox:checked ~ .l-drawer__accordion-toggle:after {
  transform: rotate(0deg);
}

.l-drawer__icon-parts:before, .l-drawer__icon-parts:after, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__icon-parts, .l-drawer__icon-parts:after, .l-drawer__icon-parts:before, .l-drawer__overlay {
  transition: all 0.5s;
}

.l-drawer__menu {
  transition: all 0.5s;
}

@media screen and (min-width: 1080px) {
  .l-drawer__menu {
    transition: unset;
  }
}

.js-body-fixed {
  overflow: hidden;
  height: 100vh;
}

.l-main--full, .l-main {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0 50px;
  min-height: calc(100vh - 90px);
  width: 100%;
  background: #fff;
}

@media screen and (min-width: 481px) {
  .l-main--full, .l-main {
    padding: 40px 0 65px;
    min-height: 89vh;
  }
}

@media screen and (min-width: 769px) {
  .l-main--full, .l-main {
    width: 95%;
  }
}

@media screen and (min-width: 1080px) {
  .l-main--full, .l-main {
    padding: 50px 0 80px;
    max-width: 1000px;
  }
}

@media screen and (min-width: 1200px) {
  .l-main--full, .l-main {
    max-width: 1200px;
  }
}

.l-main--full {
  min-height: unset;
  max-width: unset;
  width: 100%;
}

.l-container--small, .l-container--large, .l-container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 814px;
  width: 100%;
}

.l-container--small {
  max-width: 680px;
}

.l-container--large {
  max-width: 875px;
}

.l-footer {
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  text-align: center;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 1080px) {
  .l-footer {
    height: 48px;
    background: transparent;
  }
}

.l-footer__text--error, .l-footer__text {
  color: #028369;
  font-size: 1.3rem;
  line-height: 40px;
}

@media screen and (min-width: 1080px) {
  .l-footer__text--error, .l-footer__text {
    color: white;
    font-size: 1.3rem;
    line-height: 48px;
  }
}

@media screen and (min-width: 1080px) {
  .l-footer__text--error {
    line-height: 41px;
  }
}

@media screen and (min-width: 1080px) {
  .l-footer .p-consult-box {
    display: none;
  }
}

.c-breadcrumb {
  position: absolute;
  top: 24px;
  left: 20px;
  align-items: center;
  display: none;
}

@media screen and (min-width: 1080px) {
  .c-breadcrumb {
    display: flex;
  }
}

.c-breadcrumb__item {
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 1;
}

.c-breadcrumb__item:not(:last-child):after {
  content: "";
  width: 23px;
  height: 14px;
  display: block;
  background-size: contain;
  background-image: url("img/icon-breadcrumb.svg");
  background-repeat: no-repeat;
}

.c-example {
  position: relative;
}

.c-example__checkbox {
  display: none;
}

.c-example__text {
  position: relative;
  text-decoration: underline;
  font-size: 11px;
}

.c-example__text:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("img/icon-information.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: sub;
  margin-right: 3px;
}

.c-example__text:hover {
  opacity: 1;
  transition: color 0.2s ease;
  color: #028369;
}

.c-example__box {
  display: none;
  position: absolute;
  bottom: 40px;
  left: -14px;
  padding: 20px 26px;
  -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.16));
  background-color: #fff;
  z-index: 2;
  border-radius: 10px;
  width: 238px;
}

@media screen and (min-width: 769px) {
  .c-example__box {
    width: 425px;
    height: 150px;
    padding: 30px 25px;
  }
}

.c-example__box:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 13.5px 0 13.5px;
  border-color: #fff transparent transparent transparent;
  left: 30px;
  bottom: -16px;
}

.c-example__inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.5px;
}

.c-example__img-wrap {
  padding: 0 2.5px;
}

.c-example__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 90px;
  height: 90px;
  vertical-align: sub;
}

.c-example__overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: unset;
  pointer-events: none;
}

.c-example__checkbox:checked ~ .c-example__box {
  display: block;
}

.c-example__checkbox:checked ~ .c-example__overlay {
  opacity: 1;
  pointer-events: auto;
}

.c-button--white, .c-button--green-big, .c-button--l-green, .c-button--green, .c-button--outline-green, .c-button--inversion, .c-button--disabled, .c-button--file-add, .c-button--x-small, .c-button {
  display: block;
  max-width: 200px;
  width: 100%;
  height: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 40px;
  cursor: pointer;
  border-radius: 4px;
  border: inherit;
}

@media screen and (min-width: 769px) {
  .c-button--white, .c-button--green-big, .c-button--l-green, .c-button--green, .c-button--outline-green, .c-button--inversion, .c-button--disabled, .c-button--file-add, .c-button--x-small, .c-button {
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }
}

.c-button--white:hover, .c-button--green-big:hover, .c-button--l-green:hover, .c-button--green:hover, .c-button--outline-green:hover, .c-button--inversion:hover, .c-button--disabled:hover, .c-button--file-add:hover, .c-button--x-small:hover, .c-button:hover {
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.c-button--white + .c-button--white, .c-button--green-big + .c-button--white, .c-button--l-green + .c-button--white, .c-button--green + .c-button--white, .c-button--outline-green + .c-button--white, .c-button--inversion + .c-button--white, .c-button--disabled + .c-button--white, .c-button--file-add + .c-button--white, .c-button--x-small + .c-button--white, .c-button--white + .c-button--green-big, .c-button--green-big + .c-button--green-big, .c-button--l-green + .c-button--green-big, .c-button--green + .c-button--green-big, .c-button--outline-green + .c-button--green-big, .c-button--inversion + .c-button--green-big, .c-button--disabled + .c-button--green-big, .c-button--file-add + .c-button--green-big, .c-button--x-small + .c-button--green-big, .c-button--white + .c-button--l-green, .c-button--green-big + .c-button--l-green, .c-button--l-green + .c-button--l-green, .c-button--green + .c-button--l-green, .c-button--outline-green + .c-button--l-green, .c-button--inversion + .c-button--l-green, .c-button--disabled + .c-button--l-green, .c-button--file-add + .c-button--l-green, .c-button--x-small + .c-button--l-green, .c-button--white + .c-button--green, .c-button--green-big + .c-button--green, .c-button--l-green + .c-button--green, .c-button--green + .c-button--green, .c-button--outline-green + .c-button--green, .c-button--inversion + .c-button--green, .c-button--disabled + .c-button--green, .c-button--file-add + .c-button--green, .c-button--x-small + .c-button--green, .c-button--white + .c-button--outline-green, .c-button--green-big + .c-button--outline-green, .c-button--l-green + .c-button--outline-green, .c-button--green + .c-button--outline-green, .c-button--outline-green + .c-button--outline-green, .c-button--inversion + .c-button--outline-green, .c-button--disabled + .c-button--outline-green, .c-button--file-add + .c-button--outline-green, .c-button--x-small + .c-button--outline-green, .c-button--white + .c-button--inversion, .c-button--green-big + .c-button--inversion, .c-button--l-green + .c-button--inversion, .c-button--green + .c-button--inversion, .c-button--outline-green + .c-button--inversion, .c-button--inversion + .c-button--inversion, .c-button--disabled + .c-button--inversion, .c-button--file-add + .c-button--inversion, .c-button--x-small + .c-button--inversion, .c-button--white + .c-button--disabled, .c-button--green-big + .c-button--disabled, .c-button--l-green + .c-button--disabled, .c-button--green + .c-button--disabled, .c-button--outline-green + .c-button--disabled, .c-button--inversion + .c-button--disabled, .c-button--disabled + .c-button--disabled, .c-button--file-add + .c-button--disabled, .c-button--x-small + .c-button--disabled, .c-button--white + .c-button--file-add, .c-button--green-big + .c-button--file-add, .c-button--l-green + .c-button--file-add, .c-button--green + .c-button--file-add, .c-button--outline-green + .c-button--file-add, .c-button--inversion + .c-button--file-add, .c-button--disabled + .c-button--file-add, .c-button--file-add + .c-button--file-add, .c-button--x-small + .c-button--file-add, .c-button--white + .c-button--x-small, .c-button--green-big + .c-button--x-small, .c-button--l-green + .c-button--x-small, .c-button--green + .c-button--x-small, .c-button--outline-green + .c-button--x-small, .c-button--inversion + .c-button--x-small, .c-button--disabled + .c-button--x-small, .c-button--file-add + .c-button--x-small, .c-button--x-small + .c-button--x-small, .c-button + .c-button--white, .c-button + .c-button--green-big, .c-button + .c-button--l-green, .c-button + .c-button--green, .c-button + .c-button--outline-green, .c-button + .c-button--inversion, .c-button + .c-button--disabled, .c-button + .c-button--file-add, .c-button + .c-button--x-small, .c-button--white + .c-button, .c-button--green-big + .c-button, .c-button--l-green + .c-button, .c-button--green + .c-button, .c-button--outline-green + .c-button, .c-button--inversion + .c-button, .c-button--disabled + .c-button, .c-button--file-add + .c-button, .c-button--x-small + .c-button, .c-button + .c-button {
  margin-left: 0.4em;
}

.c-button--white {
  border: 1px solid #cbcbcb;
  color: #1a1311;
  background-color: #fff;
}

.c-button--white:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.c-button--green-big, .c-button--l-green, .c-button--green {
  background-color: #028369;
}

.c-button--green-big {
  max-width: 240px;
  height: 50px;
  line-height: 49px;
}

.c-button--outline-green {
  border: 1px solid #028369;
  background-color: #fff;
  color: #028369;
  display: inline-block;
}

.c-button--outline-gray {
  padding: 10px 16px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-size: 1.3rem;
}

.c-button--inversion {
  display: inline-block;
  max-width: none;
  width: auto;
  background-color: transparent;
  color: #028369;
  letter-spacing: normal;
  font-size: 1.4rem;
}

.c-button--disabled {
  background-color: #f5f5f5;
  color: #cbcbcb;
  pointer-events: none;
}

.c-button--file-add {
  height: 36px;
  width: auto;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #4acb7c;
  font-size: 1.3rem;
  line-height: 36px;
}

.c-button--file-add:hover {
  background-color: rgba(74, 203, 124, 0.85);
  opacity: 1;
  transition: background-color 0.2s ease;
}

.c-button--l-green {
  height: 50px;
  line-height: 50px;
}

.c-button--x-small {
  width: 96px;
  height: 30px;
  border-radius: 4px;
  background-color: #4acb7c;
  letter-spacing: normal;
  line-height: 30px;
}

@media screen and (min-width: 769px) {
  .c-button--x-small {
    height: 36px;
    line-height: 36px;
  }
}

.c-button--x-small:hover {
  background-color: rgba(74, 203, 124, 0.85);
  opacity: 1;
  transition: background-color 0.2s ease;
}

.c-button--small {
  max-width: 150px;
}

.c-select--amount, .c-select--130, .c-select--200, .c-select--auto, .c-select--label, .c-select--450, .c-select {
  position: relative;
  width: 100%;
}

.c-select--amount:before, .c-select--130:before, .c-select--200:before, .c-select--auto:before, .c-select--label:before, .c-select--450:before, .c-select:before {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  width: 0;
  height: 0;
  border-width: 11px 6.5px 0 6.5px;
  border-style: solid;
  border-color: #2f2f2f transparent transparent transparent;
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
}

.c-select__inner--small, .c-select__inner {
  padding: 6px 38px 6px 12px;
  border: solid 1px rgba(25, 17, 15, 0.2);
  width: 100%;
  height: 38px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}

.c-select__inner--small {
  padding: 2px 18px 2px 12px;
  height: 27px;
  border: none;
  background: transparent;
  color: white;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .c-select__inner--small {
    font-size: 1.4rem;
  }
}

.c-select__inner--small option, .c-select__inner option {
  color: #1a1311;
}

.c-select--amount {
  min-width: 79px;
  max-width: 96px;
}

@media screen and (min-width: 769px) {
  .c-select--amount {
    min-width: 96px;
  }
}

@media screen and (min-width: 769px) {
  .c-select--130 {
    width: 130px;
  }
}

@media screen and (min-width: 769px) {
  .c-select--200 {
    width: 200px;
  }
}

@media screen and (min-width: 769px) {
  .c-select--auto {
    width: auto;
  }
}

.c-select--label:before {
  border-width: 11px 6.5px 0 6.5px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}

@media screen and (min-width: 769px) {
  .c-select--450 {
    max-width: 450px;
  }
}

.c-textarea {
  width: 100%;
  border: solid 1px rgba(25, 17, 15, 0.2);
  padding: 6px 12px;
}

.c-selectize {
  position: relative;
  width: 100%;
  height: 38px;
  background-color: #fff;
  text-overflow: ellipsis;
  cursor: pointer;
}

.c-selectize:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 10px;
  border-width: 11px 6.5px 0 6.5px;
  border-style: solid;
  border-color: #2f2f2f transparent transparent transparent;
  transform: translateY(-50%);
  pointer-events: none;
}

.c-selectize--450 {
  max-width: 450px;
  width: 100%;
}

.c-selectize--300 {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .c-selectize--300 {
    max-width: 300px;
  }
}

.c-selectize__inner {
  height: 38px;
  border: solid 1px rgba(25, 17, 15, 0.2);
}

.c-selectize .selectize-control .selectize-dropdown {
  width: calc(100% + 2px) !important;
  margin-left: -1px;
  overflow-x: auto;
  padding: 0;
  max-height: 156px !important;
  height: auto;
  box-shadow: none;
  border-radius: 0;
}

.c-selectize .selectize-control .selectize-dropdown .selectize-dropdown-content {
  overflow: visible;
  background-color: #fff;
}

.c-selectize .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
  padding: 8px 12px;
  height: 38px;
}

.c-selectize .selectize-control .selectize-dropdown .selectize-dropdown-content .option:first-child {
  border-top: solid 1px rgba(25, 17, 15, 0.2);
}

.c-selectize .selectize-control .selectize-dropdown .selectize-dropdown-content .option:not(:last-child) {
  border-bottom: solid 1px rgba(25, 17, 15, 0.2);
}

.c-selectize .selectize-control .selectize-dropdown .selectize-dropdown-content .option:hover, .c-selectize .selectize-control .selectize-dropdown .selectize-dropdown-content .option.active {
  background-color: rgba(74, 203, 124, 0.2);
  color: #1a1311;
}

.c-selectize .selectize-control .selectize-control {
  border: none !important;
}

.c-selectize .selectize-control .selectize-input {
  width: 100%;
  min-height: 100%;
  padding-left: 12px !important;
  border: none;
  background-color: transparent;
  box-shadow: inherit;
  border-radius: 0;
}

.c-selectize .selectize-control .selectize-input input {
  font-size: 15px !important;
  width: auto !important;
}

.c-selectize .selectize-control.single .selectize-input:after {
  display: none;
}

.c-heading--error, .c-heading {
  margin-bottom: 1em;
  color: #028369;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (min-width: 769px) {
  .c-heading--error, .c-heading {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 769px) {
  .c-heading--error {
    font-size: 1.8rem;
  }
}

.c-heading-middle--left, .c-heading-middle--modal, .c-heading-middle {
  margin-top: 27px;
  height: 30px;
  background-color: #f5f5f5;
  color: #028369;
  text-align: center;
  font-weight: bold;
  line-height: 30px;
}

@media screen and (min-width: 769px) {
  .c-heading-middle--left, .c-heading-middle--modal, .c-heading-middle {
    background-color: #f5f5f5;
    color: #028369;
  }
}

.c-heading-middle--left {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .c-heading-middle--left {
    padding-left: 16px;
    text-align: left;
  }
}

.c-heading-middle--modal {
  background-color: #f5f5f5;
  color: #1a1311;
}

@media screen and (min-width: 769px) {
  .c-heading-middle--modal {
    background-color: #f5f5f5;
    color: #1a1311;
  }
}

.c-mark--important, .c-mark--news, .c-mark--info, .c-mark {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 481px) {
  .c-mark--important, .c-mark--news, .c-mark--info, .c-mark {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

.c-mark--important {
  background-color: #3db6f5;
}

.c-mark--news {
  background-color: #3d4da3;
}

.c-mark--info {
  background-color: #4acb7c;
}

.c-pager {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 16px;
  font-size: 1.3rem;
}

.c-pager__link-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 481px) {
  .c-pager__link-group {
    width: auto;
    display: inline-block;
  }
}

@media screen and (min-width: 481px) {
  .c-pager__link-group--flex {
    width: auto;
    display: flex;
    width: 100%;
  }
}

.c-pager__link--next, .c-pager__link {
  display: inline-block;
  width: 130px;
  text-align: center;
  background: #f5f5f5;
  font-weight: bold;
  color: #028369;
  height: 30px;
  line-height: 30px;
}

@media screen and (min-width: 481px) {
  .c-pager__link--next, .c-pager__link {
    height: 17px;
    line-height: 1;
    background: transparent;
    width: auto;
    text-align: unset;
  }
}

.c-pager__link--next:before, .c-pager__link--next:after, .c-pager__link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #028369 transparent transparent;
}

.c-pager__link--next {
  margin-left: 28px;
}

.c-pager__link--next:before {
  display: none;
}

.c-pager__link--next:after {
  margin: -3px 0 0 8px;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #028369;
}

.is-disabled.c-pager__link--next, .c-pager__link.is-disabled {
  color: #cbcbcb;
  pointer-events: none;
}

.is-disabled.c-pager__link--next:before, .is-disabled.c-pager__link--next:after, .c-pager__link.is-disabled:before {
  border-color: transparent #cbcbcb transparent transparent;
}

.c-pager__text {
  display: block;
  font-weight: 500;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .c-pager__text {
    text-align: left;
    width: auto;
    margin-bottom: 0;
  }
}

.c-icon--plus-normal:before, .c-icon--arrow-left:before, .c-icon--delete:before, .c-icon--plus:before, .c-icon--memo-green:before, .c-icon--plus-inversion:before, .c-icon--check:before, .c-icon:before {
  display: inline-block;
  margin-right: 0.25em;
  margin-bottom: 0.15em;
  background-size: contain;
  background-repeat: no-repeat;
  content: " ";
  vertical-align: middle;
}

.c-icon--plus-normal:before {
  margin-right: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("img/icon-plus-normal.svg");
}

.c-icon--arrow-left:before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #028369;
  background-image: url("img/icon-arrow-white.svg");
}

.c-icon--delete:before, .c-icon--plus:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #028369;
  background-image: url("img/icon-plus.svg");
}

.c-icon--delete:hover, .c-icon--plus:hover {
  opacity: 0.85;
}

.c-icon--memo-green:before {
  margin-right: 0;
  width: 25px;
  height: 25px;
  background-image: url("img/icon-memo.svg");
}

.c-icon--delete:before {
  margin: 0;
  margin-left: 5px;
  background: #f5f5f5;
  background-image: url("img/icon-delete.svg");
}

.c-icon--plus-inversion:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url("img/icon-plus--inversion.svg");
}

.c-icon--check:before {
  width: 19px;
  height: 17px;
  background-image: url("img/icon-check.svg");
}

.c-icon--create-request:before {
  background-image: url("img/icon-create-request.svg");
}

.c-icon--home:before {
  background-image: url("img/icon-home.svg");
}

.c-icon--estimate-list:before {
  background-image: url("img/icon-estimate-list.svg");
}

.c-icon--request:before {
  background-image: url("img/icon-request.svg");
}

.c-icon--contract:before {
  background-image: url("img/icon-contract.svg");
}

.c-icon--collection:before {
  background-image: url("img/icon-collection.svg");
}

.c-icon--achievement:before {
  background-image: url("img/icon-achievement.svg");
}

.c-icon--invoice:before {
  background-image: url("img/icon-invoice.svg");
}

.c-icon--license:before {
  background-image: url("img/icon-license.svg");
}

.c-icon--data:before {
  background-image: url("img/icon-data.svg");
}

.c-icon--contact:before {
  background-image: url("img/icon-contact.svg");
}

.c-icon--news:before {
  background-image: url("img/icon-news.svg");
}

.c-icon--note:before {
  background-image: url("img/icon-note.svg");
}

.c-icon--cellphone:before {
  background-image: url("img/icon-cellphone.svg");
}

.c-icon--connect:before {
  background-image: url("img/icon-connect.svg");
}

.c-label--green-big, .c-label--light-orange-big, .c-label--sky-blue-big, .c-label--yellow-green-big, .c-label--pink-big, .c-label--blue-big, .c-label--red-big, .c-label--gray-big, .c-label--big, .c-label--green, .c-label--light-orange, .c-label--orange, .c-label--sky-blue, .c-label--yellow-green, .c-label--pink, .c-label--blue, .c-label--gray, .c-label {
  display: inline-block;
  width: 70px;
  height: 23px;
  border-radius: 4px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 23px;
  letter-spacing: 0.05em;
}

.c-label--green-big, .c-label--light-orange-big, .c-label--sky-blue-big, .c-label--yellow-green-big, .c-label--pink-big, .c-label--blue-big, .c-label--red-big, .c-label--gray-big, .c-label--big {
  width: 80px;
}

.c-label--green {
  background: #028369;
}

.c-label--light-orange {
  background: #fca146;
}

.c-label--orange {
  background: #ff4e00;
}

.c-label--sky-blue {
  background: #3db6f5;
}

.c-label--yellow-green {
  background: #4acb7c;
}

.c-label--pink {
  background: #ff469c;
}

.c-label--blue {
  background: #4e64de;
}

.c-label--gray {
  background: #ccc;
}

.c-label--green-big {
  background: #028369;
}

.c-label--light-orange-big {
  background: #fca146;
}

.c-label--sky-blue-big {
  background: #3db6f5;
}

.c-label--yellow-green-big {
  background: #4acb7c;
}

.c-label--pink-big {
  background: #ff469c;
}

.c-label--blue-big {
  background: #4e64de;
}

.c-label--red-big {
  background: #ff4e00;
}

.c-label--gray-big {
  background: #ccc;
}

.c-table {
  width: 833px;
  margin: 0 auto;
  border-bottom: solid 2px #cce6e1;
  position: relative;
}

.c-table--small {
  width: 100%;
  max-width: 385px;
}

.c-table__head {
  position: relative;
}

.c-table__head:before {
  z-index: 0;
  display: inline-block;
  width: 835px;
  height: 28px;
  background: linear-gradient(45deg, #5ba583, #008293);
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-table__head--small:before {
  width: 100%;
  max-width: 385px;
}

.c-table__heading--importance, .c-table__heading--id, .c-table__heading--staff, .c-table__heading--office, .c-table__heading--spot, .c-table__heading--contact-office, .c-table__heading--document, .c-table__heading--period, .c-table__heading--date, .c-table__heading--status, .c-table__heading--memo, .c-table__data--blank, .c-table__data--child, .c-table__data--center, .c-table__data--period, .c-table__data--ellipsis, .c-table__heading, .c-table__data {
  text-align: left;
  padding: 0 8px;
  vertical-align: middle;
  border-top: 1px solid #dadada;
}

.c-table__heading--importance, .c-table__heading--id, .c-table__heading--staff, .c-table__heading--office, .c-table__heading--spot, .c-table__heading--contact-office, .c-table__heading--document, .c-table__heading--period, .c-table__heading--date, .c-table__heading--status, .c-table__heading--memo, .c-table__heading {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  height: 28px;
}

.c-table__heading--44 {
  min-width: 44px;
}

.c-table__heading--84 {
  min-width: 84px;
}

.c-table__heading--104 {
  min-width: 104px;
}

.c-table__heading--124 {
  min-width: 124px;
}

.c-table__heading--wid-90 {
  width: 90px;
}

.c-table__heading--wid-100 {
  width: 100px;
}

.c-table__heading--importance {
  width: 70px;
}

.c-table__heading--id {
  width: 115px;
}

.c-table__heading--staff {
  width: 100px;
}

.c-table__heading--office {
  width: 200px;
}

.c-table__heading--spot {
  width: 245px;
}

.c-table__heading--contact-office {
  width: 143px;
}

.c-table__heading--document {
  width: 280px;
}

.c-table__heading--period {
  width: 168px;
}

.c-table__heading--date {
  width: 97px;
}

.c-table__heading--status {
  width: 96px;
}

.c-table__heading--memo {
  width: 45px;
}

.c-table__data--blank, .c-table__data--child, .c-table__data--center, .c-table__data--period, .c-table__data--ellipsis, .c-table__data {
  font-size: 14px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  vertical-align: top;
}

.c-table__data--blank {
  border-top: inherit;
}

.c-table__data--child {
  border-top: 1px solid #ededed;
  font-size: 12px;
  padding-top: 11px;
  padding-bottom: 10px;
}

.c-table__data--center {
  text-align: center;
}

.c-table__data--period {
  font-size: 12px;
  vertical-align: middle;
}

.c-table__data--ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}

.c-table__head + .c-table__body > .c-table__row--no-hover:first-child > .c-table__data--blank, .c-table__head + .c-table__body > .c-table__row--no-hover:first-child > .c-table__data--child, .c-table__head + .c-table__body > .c-table__row--no-hover:first-child > .c-table__data--center, .c-table__head + .c-table__body > .c-table__row--no-hover:first-child > .c-table__data--period, .c-table__head + .c-table__body > .c-table__row--no-hover:first-child > .c-table__data--ellipsis, .c-table__head + .c-table__body > .c-table__row:first-child > .c-table__data--blank, .c-table__head + .c-table__body > .c-table__row:first-child > .c-table__data--child, .c-table__head + .c-table__body > .c-table__row:first-child > .c-table__data--center, .c-table__head + .c-table__body > .c-table__row:first-child > .c-table__data--period, .c-table__head + .c-table__body > .c-table__row:first-child > .c-table__data--ellipsis, .c-table__head + .c-table__body > .c-table__row--no-hover:first-child > .c-table__data, .c-table__head + .c-table__body > .c-table__row:first-child > .c-table__data {
  border-top: 0;
}

.c-table__body {
  border-left: solid 2px #cce6e1;
  border-right: solid 2px #cce6e1;
}

.c-table__body:nth-child(odd) {
  background-color: #f5f5f5;
}

.c-table__row--no-hover, .c-table__row {
  border-left: solid 2px #cce6e1;
  border-right: solid 2px #cce6e1;
}

.unread.c-table__row--no-hover, .c-table__row.unread {
  background-color: rgba(74, 203, 124, 0.1);
}

.c-table__row--disabled {
  background-color: #ededed;
  box-shadow: -2px 0 #cce6e1 inset, 2px 0 #cce6e1 inset;
}

.c-table__row--no-hover:hover, .c-table__row:hover {
  background-color: rgba(2, 131, 105, 0.2);
  transition: all 0.2s ease;
}

.c-table__row--no-hover:hover {
  background-color: inherit;
  transition: inherit;
}

.c-table__link {
  text-decoration: underline;
}

.c-table__link:hover {
  opacity: 1;
  transition: color 0.2s ease;
  color: #028369;
}

.c-table__level {
  display: block;
  margin: auto;
  padding-right: 13px;
}

.c-memo {
  position: relative;
  width: 29px;
  height: 29px;
}

.c-memo__icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 29px;
  height: 29px;
  background-image: url("img/icon-memo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}

.c-memo__popup {
  display: none;
  text-align: left;
  font-size: 1.2rem;
  position: absolute;
  right: 6px;
  top: 36px;
  padding: 12px 14px;
  border: 2px solid #028369;
  background: white;
  border-radius: 4px;
  width: 167px;
  z-index: 1;
}

.c-memo__popup:before {
  content: " ";
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #028369 transparent;
}

.c-link--green, .c-link--icon, .c-link {
  display: inline-block;
  color: #1a1311;
  text-decoration: underline;
}

.c-link--green:hover, .c-link--icon:hover, .c-link:hover {
  opacity: 1;
  transition: color 0.2s ease;
  color: #028369;
}

.c-link--green {
  color: #028369;
}

.c-link--icon {
  text-decoration: inherit;
  margin-left: 1.5em;
}

.c-link--icon a:hover {
  opacity: 1;
  transition: color 0.2s ease;
  color: #028369;
}

.c-link__inner--icon-red:before, .c-link__inner--icon-light-green:before, .c-link__inner--icon:before {
  display: inline-block;
  margin: 0 5px 0 -1.5em;
  min-width: 16px;
  width: 16px;
  height: 16px;
  background-image: url("img/icon-circle-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: " ";
  vertical-align: text-bottom;
}

.c-link__inner--icon-red {
  color: #ff5415;
}

.c-link__inner--icon-red:before {
  background-image: url("img/icon-circle-arrow--red.svg");
}

.c-link__inner--icon-light-green:before {
  opacity: 0.5;
}

.c-link__text {
  word-break: break-all;
  line-height: 1.3;
}

.c-scroll-area--modal, .c-scroll-area {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  margin-right: -11px;
  padding-right: 4px;
}

@media screen and (min-width: 769px) {
  .c-scroll-area--modal, .c-scroll-area {
    margin-right: -21px;
    padding-right: 14px;
  }
}

.c-scroll-area--modal .p-estimate-item-file, .c-scroll-area .p-estimate-item-file {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .c-scroll-area--modal::-webkit-scrollbar, .c-scroll-area::-webkit-scrollbar {
    width: 7px;
  }
}

.c-scroll-area--modal::-webkit-scrollbar-track, .c-scroll-area::-webkit-scrollbar-track {
  background: rgba(26, 19, 17, 0.07);
}

@media screen and (min-width: 769px) {
  .c-scroll-area--modal::-webkit-scrollbar-thumb, .c-scroll-area::-webkit-scrollbar-thumb {
    background: rgba(88, 142, 123, 0.5);
  }
}

.c-scroll-area--modal {
  padding-right: 0;
}

@media screen and (min-width: 769px) {
  .c-scroll-area--modal {
    padding-right: 14px;
  }
}

.c-input--xx-small, .c-input--x-small, .c-input--small, .c-input--130, .c-input--192, .c-input--290, .c-input--350, .c-input--450, .c-input--date, .c-input {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.c-input__memo {
  display: none;
}

@media screen and (min-width: 769px) {
  .c-input__memo {
    position: absolute;
  }
}

@media screen and (min-width: 769px) {
  .c-input--xx-small {
    max-width: 80px;
  }
}

@media screen and (min-width: 769px) {
  .c-input--x-small {
    max-width: 110px;
  }
}

@media screen and (min-width: 769px) {
  .c-input--small {
    width: 150px;
  }
}

.c-input--130 {
  max-width: 130px;
}

@media screen and (min-width: 769px) {
  .c-input--192 {
    width: 192px;
  }
}

@media screen and (min-width: 769px) {
  .c-input--290 {
    width: 290px;
  }
}

@media screen and (min-width: 769px) {
  .c-input--350 {
    width: 350px;
  }
}

@media screen and (min-width: 769px) {
  .c-input--450 {
    max-width: 450px;
  }
}

.c-input--date {
  position: relative;
  width: 100%;
  height: 39px;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .c-input--date {
    height: 41px;
  }
}

.c-input__inner--date {
  height: 100%;
  font-size: 1.4rem;
  width: 100%;
}

.c-sort__icon--top, .c-sort__icon--bottom, .c-sort__icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 10px;
  margin-left: 6px;
}

.c-sort__icon--top:after, .c-sort__icon--bottom:after, .c-sort__icon:after, .c-sort__icon--top:before, .c-sort__icon--bottom:before, .c-sort__icon:before {
  content: " ";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
}

.c-sort__icon--top:after, .c-sort__icon--bottom:after, .c-sort__icon:after {
  bottom: -1px;
  border-width: 5px 3.5px 0 3.5px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}

.c-sort__icon--top:before {
  border-color: transparent transparent white transparent;
}

.c-sort__icon--bottom:after {
  border-color: white transparent transparent transparent;
}

.c-radio-button {
  display: block;
  margin-top: 0.5em;
  font-size: 1.5rem;
}

.c-banner--sp {
  border: 0;
  width: 300px;
  height: 50px;
  max-width: 100%;
  object-fit: cover;
}

.p-banner-list {
  margin: 25px 20px;
}

@media screen and (min-width: 769px) {
  .c-radio-button {
    display: inline-block;
    margin: 0 0.5em;
  }
}

.c-radio-button__input {
  display: none;
}

.c-radio-button__inner--small {
  font-size: 1.2rem;
}

.c-radio-button__icon--small, .c-radio-button__icon {
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  border: solid 1px #028369;
  border-radius: 50%;
  vertical-align: sub;
}

.c-radio-button__icon--small {
  min-width: 1.7rem;
  width: 1.7rem;
  height: 1.7rem;
}

.c-radio-button__input:checked ~ .c-radio-button__inner .c-radio-button__icon--small:after, .c-radio-button__input:checked ~ .c-radio-button__inner .c-radio-button__icon:after {
  display: inline-block;
  min-width: 0.8em;
  width: 0.8em;
  height: 0.8em;
  border: none;
  border-radius: 50%;
  background-color: #028369;
  content: "";
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-radio-button__input:checked ~ .c-radio-button__inner--small .c-radio-button__icon--small:after {
  display: inline-block;
  color: #028369;
  content: "\025cf";
  transform: translate(-50%, -51%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-checkbox {
  display: block;
  font-size: 1.5rem;
}

.c-checkbox__input {
  display: none;
}

.c-checkbox__icon {
  background-color: #fff;
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  width: 2rem;
  height: 2rem;
  border: solid 1px #028369;
  border-radius: 2px;
  vertical-align: sub;
}

.c-checkbox__input:checked ~ .c-checkbox__inner .c-checkbox__icon:after {
  content: "";
  display: inline-block;
  background-image: url("img/icon-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15.8px;
  height: 11.78px;
  position: absolute;
  top: 3px;
  left: 1px;
}

.c-level-icon--1, .c-level-icon--2, .c-level-icon--3, .c-level-icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("img/icon-important-level-0.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  position: absolute;
  top: 22px;
  right: 15px;
}

@media screen and (min-width: 769px) {
  .c-level-icon--1, .c-level-icon--2, .c-level-icon--3, .c-level-icon {
    position: relative;
    top: auto;
    right: auto;
    margin-right: 10px;
  }
}

.c-level-icon--1 {
  background-image: url("img/icon-important-level-1.svg");
}

.c-level-icon--2 {
  background-image: url("img/icon-important-level-2.svg");
}

.c-level-icon--3 {
  background-image: url("img/icon-important-level-3.svg");
}

.c-level-box__item {
  display: block;
  margin: 0 5px 0;
}

.c-level-box__inner {
  z-index: 2;
  display: none;
  padding: 0.5rem;
  border: solid 2px #588e7b;
  border-radius: 4px;
  background: white;
  position: absolute;
  top: 55px;
  right: 10px;
}

@media screen and (min-width: 769px) {
  .c-level-box__inner {
    top: 37px;
    right: auto;
    left: -1px;
  }
}

.c-level-box__inner:before {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 5.5px 10px 5.5px;
  border-style: solid;
  border-color: transparent transparent #588e7b transparent;
  content: "";
  position: absolute;
  top: -10px;
  right: 9px;
}

@media screen and (min-width: 769px) {
  .c-level-box__inner:before {
    right: auto;
  }
}

.c-level-box__input {
  display: none;
}

.c-level-box__input:checked ~ .c-level-box__inner {
  display: block;
}

.c-level-box__input:checked ~ .c-level-box__overlay {
  display: block;
  pointer-events: auto;
}

.c-level-box__overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  cursor: unset;
  pointer-events: none;
}

.c-simple-table {
  background-color: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .c-simple-table {
    background: transparent;
  }
}

.c-simple-table__inner {
  padding: 28px 0;
}

@media screen and (min-width: 481px) {
  .c-simple-table__inner {
    padding: 30px 0;
    background: #f5f5f5;
  }
}

@media screen and (min-width: 769px) {
  .c-simple-table__inner {
    padding: 20px;
  }
}

.c-simple-table__heading {
  color: #028369;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .c-simple-table__heading {
    display: none;
  }
}

.c-simple-table__head {
  width: 100px;
  text-align: left;
  font-weight: bold;
}

@media screen and (min-width: 481px) {
  .c-simple-table__head {
    min-width: 114px;
    width: 15%;
  }
}

.c-simple-table__data {
  line-height: 1.4;
  padding: 6px 0;
}

.c-animation--fadein {
  opacity: 1;
}

.c-animation--fadeout {
  opacity: 0;
  transition: all 500ms;
}

.c-delete-button {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 5px solid #fff;
  background-color: #cbcbcb;
  background-image: url("img/icon-cross-thin.svg");
  background-repeat: no-repeat;
  background-position: 7.5px, center;
  background-size: 11.3px;
}

@media screen and (min-width: 769px) {
  .c-delete-button {
    border: none;
    width: 31px;
    height: 31px;
    background-position: 10px, center;
  }
}

.c-schedule {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -10px;
}

@media screen and (min-width: 481px) {
  .c-schedule {
    display: flex;
    align-items: center;
  }
}

.c-schedule + .c-schedule {
  margin-top: 10px;
}

@media screen and (min-width: 481px) {
  .c-schedule + .c-schedule {
    margin-top: 0;
  }
}

.c-schedule__inner {
  height: 38px;
  margin-top: 10px;
}

.c-schedule__input {
  height: 100% !important;
  min-width: 170px !important;
  max-width: 170px !important;
}

@media screen and (min-width: 481px) {
  .c-schedule__input {
    min-width: 160px !important;
    max-width: 160px !important;
  }
}

.c-schedule__input:disabled {
  cursor: default;
}

.c-schedule__symbol {
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
}

.flatpickr-day.selected {
  border: 1px solid #028369 !important;
  background: #028369 !important;
}

.flatpickr-day.today {
  border: 1px solid #028369 !important;
}

.flatpickr-current-month {
  display: flex !important;
  justify-content: center !important;
}

.flatpickr-current-month .numInputWrapper {
  padding-left: 10px;
  width: 80px !important;
}

@media screen and (min-width: 769px) {
  .flatpickr-current-month .numInputWrapper {
    width: 90px !important;
  }
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  margin: 3px;
}

.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  background: rgba(61, 77, 163, 0.5);
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  vertical-align: super;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: white !important;
}

.flatpickr-time {
  text-align: left !important;
}

.p-login {
  position: relative;
  height: 100vh;
  text-align: center;
}

.p-login__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.p-login__box {
  margin-bottom: 0.5em;
  padding-bottom: 60px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 3px 4px 4px rgba(24, 84, 54, 0.08);
}

@media screen and (min-width: 321px) {
  .p-login__box {
    padding-bottom: 0;
    height: 538px;
  }
}

.p-login__logo {
  margin: 0 auto 54px;
  padding-top: 75px;
  width: 95px;
}

@media screen and (min-width: 769px) {
  .p-login__logo {
    width: 100px;
  }
}

.p-login__form {
  margin: 0 auto;
  width: 240px;
}

.p-login__input {
  padding: 0 1em;
  width: 240px;
  height: 40px;
  border: 0;
  background-color: #fff;
  line-height: 40px;
}

.p-login__input::placeholder {
  color: #395245;
}

.p-login__input + .p-login__input {
  margin-top: 16px;
}

.p-login__button--mail-send, .p-login__button {
  margin-top: 36px;
  max-width: 240px;
  background-color: #028369;
  color: #fff;
  height: 50px;
  line-height: 50px;
}

.p-login__button--mail-send {
  margin-top: 16px;
  line-height: initial;
}

.p-login__info--top, .p-login__info--mail-send, .p-login__info {
  display: block;
  margin-top: 0.5em;
  color: #395245;
}

.p-login__info--top {
  margin-top: 0;
  margin-bottom: 1em;
}

.p-login__info--mail-send {
  margin: 1em 0;
  color: #ff5415;
}

.p-sample {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.p-sample__child {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.p-card {
  background-color: #fff;
}

.p-account-area__checkbox {
  display: none;
}

.p-account-area__toggle {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1080px) {
  .p-account-area__toggle {
    position: absolute;
    top: 73px;
    right: 14px;
    z-index: 1;
  }
}

.p-account-area__toggle:after {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background-image: url("img/icon-triangle.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-account-area__box {
  display: none;
  z-index: 1;
  padding: 5px;
  width: 182px;
  border: 1px solid rgba(26, 19, 17, 0.2);
  border-radius: 4px;
  background: white;
  box-shadow: 2px 2px 3px 0 rgba(25, 0, 31, 0.15);
  position: absolute;
  left: 28px;
}

@media screen and (min-width: 1080px) {
  .p-account-area__box {
    text-align: center;
    left: inherit;
    top: 95px;
    right: 15px;
    width: 145px;
  }
}

.p-account-area__name {
  display: inline-block;
  max-width: 230px;
  line-height: 1.3;
}

@media screen and (min-width: 1800px) {
  .p-account-area__name {
    width: auto;
  }
}

.p-account-area__overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: unset;
  pointer-events: none;
}

.p-account-area__link {
  display: block;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 30px;
}

@media screen and (min-width: 1080px) {
  .p-account-area__link {
    padding-left: 0;
    background: #f5f5f5;
  }
}

.p-account-area__link:last-child {
  background: #fff;
  border-top: 1px solid #f5f5f5;
}

.p-account-area__checkbox:checked ~ .p-account-area__box {
  display: block;
}

.p-account-area__checkbox:checked ~ .p-account-area__overlay {
  opacity: 1;
  pointer-events: auto;
}

.p-post-area {
  background-color: #f5f5f5;
  padding: 20px 10px 20px 20px;
}

.p-post-area + .p-post-area {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .p-post-area + .p-post-area {
    margin-top: -2px;
  }
}

@media screen and (min-width: 769px) {
  .p-post-area {
    padding: 25px 30px 20px;
    background-color: #fff;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin-right: 0;
    margin-left: 0;
    width: auto;
    border: solid 2px rgba(2, 131, 105, 0.2);
  }
}

.p-post-area .c-scroll-area {
  margin-right: auto;
}

.p-post-area__heading-en {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-post-area__heading-en {
    display: block;
    line-height: 1;
    font-size: 2.3rem;
    color: #028369;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 8px;
  }
}

.p-post-area__heading {
  line-height: 1;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .p-post-area__heading {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 14%;
    max-width: 14%;
    font-size: 1.2rem;
    text-align: left;
  }
}

.p-post-area__body--small, .p-post-area__body {
  height: 250px;
}

@media screen and (min-width: 769px) {
  .p-post-area__body--small, .p-post-area__body {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 86%;
    max-width: 86%;
    height: 269px;
  }
}

.p-post-area__body--small {
  height: 204px;
}

@media screen and (min-width: 769px) {
  .p-post-area__body--small {
    height: 165px;
  }
}

.p-post-area__list {
  padding-right: 7.5px;
}

@media screen and (min-width: 769px) {
  .p-post-area__list {
    padding-right: 20px;
  }
}

@media screen and (min-width: 481px) {
  .p-table-area {
    margin-top: 10px;
  }
}

.p-table-area--first {
  margin-top: 40px;
}

.p-table-area--small {
  margin: 0 auto;
  max-width: 385px;
}

.p-table-area__heading-en {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-table-area__heading-en {
    letter-spacing: 0.05em;
    display: block;
    color: #028369;
    font-size: 2.5rem;
    font-family: "DM Sans", sans-serif;
    line-height: 1;
  }
}

.p-table-area__heading {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .p-table-area__heading {
    font-size: 1.2rem;
  }
}

.p-table-area__table-wrap {
  overflow: auto;
}

@media screen and (min-width: 1200px) {
  .p-table-area__table-wrap {
    overflow: unset;
  }
}

.p-table-area__link {
  margin-top: 5px;
  width: 100%;
  text-align: right;
}

.p-table-area__sort-heading {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .p-table-area__sort-heading {
    font-size: 18px;
    margin-top: 26px;
    margin-bottom: 10px;
  }
}

.p-post-item--small, .p-post-item {
  padding: 14.5px 0 20px;
  border-top: dashed 1px #707070;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}

@media screen and (min-width: 481px) {
  .p-post-item--small:first-child, .p-post-item:first-child {
    border-top: none;
  }
}

.p-post-item--small:last-child, .p-post-item:last-child {
  border-bottom: dashed 1px #707070;
}

.p-post-item--small {
  padding: 8px 0;
}

@media screen and (min-width: 769px) {
  .p-post-item__main--flex {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
}

.p-post-item__info--date-only, .p-post-item__info {
  line-height: 1.3;
  font-size: 0;
  padding-bottom: 8px;
  font-weight: bold;
}

.p-post-item__info--date-only {
  padding-bottom: 0;
}

.p-post-item__cat {
  margin-right: 9px;
}

.p-post-item__title {
  font-size: 1.4rem;
  padding-right: 9px;
  vertical-align: sub;
}

.p-post-item__date, .p-post-item__new {
  font-size: 1.3rem;
  font-family: "DM Sans", sans-serif;
}

.p-post-item__date {
  color: #028369;
  vertical-align: sub;
}

.p-post-item__new {
  color: #ff5415;
  font-weight: bold;
  padding-left: 9px;
}

@media screen and (min-width: 481px) {
  .p-post-item__content--update {
    padding-left: 16px;
  }
}

.p-page--login:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #028369;
  background: -moz-linear-gradient(45deg, #71dd7e, #4298be);
  background: -webkit-linear-gradient(45deg, #71dd7e, #4298be);
  background: linear-gradient(45deg, #71dd7e, #4298be);
  content: " ";
}

.p-page--top .l-drawer__link--top {
  background-color: #47ad6f;
}

.p-page--estimate-list .l-drawer__link--estimate-list {
  background-color: #47ad6f;
}

.p-page--request .l-drawer__link--request {
  background-color: #47ad6f;
}

.p-page--contract-list .l-drawer__link--contract {
  background-color: #47ad6f;
}

.p-page--collection .l-drawer__link--collection {
  background-color: #47ad6f;
}

.p-page--achievement .l-drawer__link--achievement {
  background-color: #47ad6f;
}

.p-page--invoice .l-drawer__link--invoice {
  background-color: #47ad6f;
}

.p-page--license .l-drawer__link--license {
  background-color: #47ad6f;
}

.p-page--data .l-drawer__link--data {
  background-color: #47ad6f;
}

.p-page--news .l-drawer__link--news {
  background-color: #47ad6f;
}

.p-page--note .l-drawer__link--note {
  background-color: #47ad6f;
}

.p-page--cellphone .l-drawer__link--cellphone {
  background-color: #47ad6f;
}

.p-page--connect .l-drawer__link--connect {
  background-color: #47ad6f;
}

.p-page--contact-list .l-drawer__accordion {
  max-height: 100vh;
}

.p-page--contact-list .l-drawer__accordion-toggle {
  pointer-events: none;
}

.p-page--contact-list .l-drawer__link--contact {
  background-color: #47ad6f;
}

.p-page--contact-list .l-drawer__link--contact-list {
  background-color: rgba(74, 203, 124, 0.1);
  opacity: 1;
}

@media screen and (min-width: 1080px) {
  .p-page--contact-list .l-drawer__link--contact-list:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #028369;
    left: 16px;
    top: 16px;
  }
}

.p-page--contact-form .l-drawer__accordion {
  max-height: 100vh;
}

.p-page--contact-form .l-drawer__accordion-toggle {
  pointer-events: none;
}

.p-page--contact-form .l-drawer__link--contact {
  background-color: #47ad6f;
}

.p-page--contact-form .l-drawer__link--contact-form {
  background-color: rgba(74, 203, 124, 0.1);
  opacity: 1;
}

@media screen and (min-width: 1080px) {
  .p-page--contact-form .l-drawer__link--contact-form:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px 0 6px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #028369;
    left: 16px;
    top: 16px;
  }
}

.p-consult-box {
  z-index: 10;
  padding: 10px 20px;
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(2, 131, 105, 0.3);
}

@media screen and (min-width: 1080px) {
  .p-consult-box {
    margin: 25px auto 0;
    padding: 5px;
    width: 190px;
    border-radius: 5px;
    background: white;
    border: 2px solid rgba(2, 131, 105, 0.7);
    background-color: rgba(255, 255, 255, 0.7);
  }
}

@media screen and (min-width: 1200px) {
  .p-consult-box {
    width: 203px;
  }
}

.p-consult-box__inner {
  margin: 0 auto;
  padding: 9.5px 0;
  width: 335px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 374px) {
  .p-consult-box__inner {
    width: auto;
    display: block;
  }
}

@media screen and (min-width: 1080px) {
  .p-consult-box__inner {
    width: auto;
    display: block;
    padding: 2px 0;
    background: #f5f5f5;
  }
}

.p-consult-box__text {
  font-weight: bold;
  font-size: 1.3rem;
}

@media screen and (max-width: 374px) {
  .p-consult-box__text {
    font-size: 1.1rem;
  }
}

.p-consult-box__button {
  width: 155px;
  height: 50px;
  line-height: 50px;
  background: white;
  color: #028369;
  font-weight: bold;
  font-size: 1.5rem;
  display: inline-block;
  border-radius: 2px;
}

@media screen and (min-width: 1080px) {
  .p-consult-box__button {
    border-radius: 0;
    padding-top: 1px;
    padding-bottom: 5px;
    background: transparent;
    font-size: 1.7rem;
    line-height: 1;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 374px) {
  .p-consult-box__button {
    margin-top: 8px;
  }
}

.p-consult-box__button:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 22px;
  height: 17px;
  background-image: url("img/icon-video.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: sub;
}

.consultBoxTop {
  position: fixed;
  bottom: 0;
}

@media screen and (min-width: 1080px) {
  .consultBoxTop {
    position: relative;
    bottom: unset;
  }
}

.consultBoxBottom {
  position: absolute;
  bottom: 43px;
}

@media screen and (min-width: 1080px) {
  .consultBoxBottom {
    position: relative;
    bottom: unset;
  }
}

.p-relation-file--modal, .p-modal {
  position: relative;
}

.p-modal__checkbox {
  display: none;
}

.p-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #2a3c2e;
  opacity: 0;
  cursor: unset;
  pointer-events: none;
}

.p-modal__box--small, .p-modal__box {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-overflow-scrolling: touch;
  padding: 0 20px;
  max-width: 840px;
  width: 100%;
  background-repeat: 5px;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  transform-origin: left;
}

.p-modal__box--small {
  max-width: 550px;
}

.p-modal__box-inner--schedule, .p-modal__box-inner {
  overflow-y: hidden;
  padding: 30px 20px;
  max-height: 80vh;
  width: 100%;
  border-radius: 10px;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .p-modal__box-inner--schedule, .p-modal__box-inner {
    padding: 5vh 70px;
  }
}

@media screen and (min-width: 769px) {
  .p-modal__box-inner--schedule {
    padding: 50px 40px;
  }
}

@media screen and (min-width: 769px) {
  .p-modal__box-inner--file {
    padding: 5vh 100px;
  }
}

.p-modal__content {
  margin: 0 auto 0 0;
  max-height: 60vh;
  width: 100%;
  width: 96%;
}

.p-modal__content a {
  color: blue;
}

@media screen and (min-width: 769px) {
  .p-modal__content {
    margin: 0 auto;
    width: 100%;
  }
}

.p-modal__heading {
  margin-bottom: 32px;
}

.p-modal__text {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-modal__text {
    margin: 80px 0 110px;
  }
}

.p-modal__box--small, .p-modal__box {
  z-index: 300;
}

.p-modal__overlay {
  z-index: 200;
}

.p-modal__checkbox:checked ~ .p-modal__overlay {
  overflow: hidden;
  opacity: 0.9;
  pointer-events: auto;
}

.p-modal__checkbox:checked ~ .p-modal__box, .p-modal__checkbox:checked ~ .p-modal__box--small {
  visibility: visible;
  opacity: 1;
  -webkit-animation: modal-open-animation1 0.4s ease forwards;
  animation: modal-open-animation1 0.4s ease forwards;
  transform-origin: left;
}

.p-modal__overlay {
  transition: opacity 0.2s;
}

.p-modal__box--small, .p-modal__box {
  transition: opacity 0.5s;
}

.p-relation-file--modal .p-form__row--pc, .p-modal .p-form__row--pc {
  align-items: center;
}

.p-relation-file--modal .p-estimate-item-list, .p-modal .p-estimate-item-list {
  background: transparent;
  padding: 0;
}

.p-relation-file--modal .p-estimate-item-list__row:not(:first-child), .p-modal .p-estimate-item-list__row:not(:first-child) {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  .p-relation-file--modal .p-estimate-item-list__row:not(:first-child), .p-modal .p-estimate-item-list__row:not(:first-child) {
    border-bottom: solid 1px rgba(26, 19, 17, 0.2);
  }
}

@-webkit-keyframes modal-open-animation1 {
  0% {
    transform: scale(0.8) translate(-50%, -50%);
  }
  
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}

@keyframes modal-open-animation1 {
  0% {
    transform: scale(0.8) translate(-50%, -50%);
  }
  
  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}

.p-button-area {
  text-align: center;
}

.p-button-area--fixed {
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: fixed;
  bottom: 67px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .p-button-area--fixed {
    bottom: 0;
    padding-left: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .p-button-area--fixed {
    width: 1200px;
    padding-left: 245px;
  }
}

@media screen and (max-width: 374px) {
  .p-button-area--fixed {
    bottom: 96px;
  }
}

.p-button-area__inner {
  padding: 14px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  border-top: 1px solid #e5e5e5;
}

.p-button-area__item-wrap {
  display: inline-block;
  width: 100%;
  max-width: 150px;
}

.p-button-area__item-wrap:not(:first-child) {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-button-area__item-wrap:not(:first-child) {
    display: block;
    margin-left: 30px;
  }
}

.p-button-area__item {
  display: inline-block;
}

.p-button-area__item:not(:first-child) {
  margin-left: 30px;
}

@media screen and (max-width: 374px) {
  .p-button-area__item:not(:first-child) {
    margin-left: 0;
  }
}

.p-estimate-item-list {
  padding-bottom: 30px;
  background: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list {
    margin: 0 auto;
    padding: 0;
    background: transparent;
  }
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__row {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
}

.p-estimate-item-list__row:not(:first-child) {
  padding: 0.5em 0;
  border-bottom: solid 1px rgba(26, 19, 17, 0.2);
}

.p-estimate-item-list__row:first-child {
  background-color: #f5f5f5;
}

.p-estimate-item-list__row--modal {
  align-items: flex-start;
}

.p-estimate-item-list__row--transparent {
  background-color: transparent !important;
}

.p-estimate-item-list__head {
  margin-top: 0;
  height: 30px;
  color: #028369;
  font-weight: bold;
  line-height: 30px;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__head--name {
    padding-left: 16px !important;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 32.3871%;
    max-width: 32.3871%;
  }
}

.p-estimate-item-list__head--modal {
  color: #1a1311;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__head--modal {
    text-align: left;
  }
}

.p-estimate-item-list__head--modal:last-child {
  max-width: 420px;
  width: 60%;
  flex: inherit;
}

.p-estimate-item-list__head--quantity {
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__head--quantity {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 13.54839%;
    max-width: 13.54839%;
  }
}

.p-estimate-item-list__head--packing {
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__head--packing {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 11.74194%;
    max-width: 11.74194%;
  }
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__head--note {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 42.32258%;
    max-width: 42.32258%;
  }
}

.p-estimate-item-list__head--modal-note {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__head--modal-note {
    display: block;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 43.09677%;
    max-width: 43.09677%;
  }
}

.p-estimate-item-list__head--pc-only {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__head--pc-only {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__item-heading {
    display: none;
  }
}

.p-estimate-item-list__item {
  font-size: 1.3rem;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__item {
    padding-right: 10px !important;
    font-size: 1.4rem;
  }
}

.p-estimate-item-list__item--name-modal, .p-estimate-item-list__item--name {
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__item--name-modal, .p-estimate-item-list__item--name {
    padding-left: 16px !important;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 32.3871%;
    max-width: 32.3871%;
  }
}

.p-estimate-item-list__item--quantity {
  display: inline-block;
  min-width: 50%;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__item--quantity {
    min-width: inherit;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 13.54839%;
    max-width: 13.54839%;
  }
}

.p-estimate-item-list__item--packing {
  display: inline-block;
  min-width: 48%;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__item--packing {
    min-width: inherit;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 11.74194%;
    max-width: 11.74194%;
  }
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__item--note {
    font-size: 1.3rem;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 42.32258%;
    max-width: 42.32258%;
  }
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__item--name-modal {
    padding-left: 0 !important;
    line-height: 36px;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 34.84848%;
    max-width: 34.84848%;
  }
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__item--note-modal {
    max-width: 420px;
    width: 60%;
  }
}

.p-estimate-item-list__green-box {
  margin: 18px 0 45px;
  padding: 20px 10px;
  background-color: rgba(74, 203, 124, 0.2);
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__green-box {
    margin: 36px 0;
    padding: 20px 35px;
  }
}

.p-estimate-item-list__select-title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__select-title {
    margin-bottom: 0;
    padding-right: 12px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 38px;
  }
}

@media screen and (min-width: 769px) {
  .p-estimate-item-list__select {
    width: 417px;
  }
}

.p-estimate-item-file {
  padding: 30px 0;
  border-top: 3px solid #fff;
  background: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-file {
    padding: 0;
    background: transparent;
  }
}

.p-estimate-item-file__thumbnail-list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: -5px;
  margin-left: -5px;
  width: auto;
  max-width: 330px;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-file__thumbnail-list {
    margin: 0 -7.5px;
    max-width: inherit;
  }
}

.p-estimate-item-file__thumbnail {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-file__thumbnail {
    padding: 7.5px;
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

.p-estimate-item-file__img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .p-estimate-item-file__img {
    width: 115px;
  }
}

.p-comment-area {
  margin-top: 30px;
}

.p-comment-area--default {
  display: block;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .p-comment-area--default {
    margin-top: 45px;
  }
}

.p-comment-area__heading {
  margin-bottom: 24px;
}

@media screen and (min-width: 769px) {
  .p-comment-area__heading {
    line-height: 1;
    font-weight: bold;
    padding-top: 15px;
    border-top: 2px solid #ededed;
  }
}

@media screen and (min-width: 769px) {
  .p-comment-area__row {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin-right: -12px;
    margin-left: -12px;
    width: auto;
  }
}

.p-comment-area__list a {
  color: blue !important;
}

@media screen and (min-width: 769px) {
  .p-comment-area__list {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    flex: 0 0 63.47305%;
    max-width: 63.47305%;
  }
}

.p-comment-area__input-area {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .p-comment-area__input-area {
    margin-top: 0;
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    flex: 0 0 36.52695%;
    max-width: 36.52695%;
  }
}

.p-comment-area__log-modal {
  margin-top: 10px;
  margin-left: auto;
  text-align: right;
  text-decoration: underline;
}

.p-comment-area__log-modal:hover {
  opacity: 1;
  transition: color 0.2s ease;
  color: #028369;
}

@media screen and (min-width: 769px) {
  .p-comment-area__log-modal {
    margin-top: 20px;
  }
}

.p-estimate-data {
  margin-top: 26px;
  margin-bottom: 34px;
  padding: 20px 20px 0;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

@media screen and (min-width: 769px) {
  .p-estimate-data {
    padding: 16px 0 0;
    padding-right: 0;
    margin-left: 0;
    margin-top: 46px;
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    margin-bottom: 50px;
    display: flex;
  }
}

.p-estimate-data:not(:last-child) {
  margin-bottom: 0;
}

.p-estimate-data + .p-estimate-data {
  margin-top: 0;
  border-top: none;
}

@media screen and (min-width: 769px) {
  .p-estimate-data__inner {
    width: 50%;
  }
}

.p-estimate-data__list {
  padding: 20px 0 20px 0;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .p-estimate-data__list {
    padding-right: 20px;
  }
}

.p-estimate-data__item--history, .p-estimate-data__item {
  margin: 0;
  align-items: flex-start;
  display: flex;
}

.p-estimate-data__item--history + .p-estimate-data__item--history, .p-estimate-data__item + .p-estimate-data__item--history, .p-estimate-data__item--history + .p-estimate-data__item, .p-estimate-data__item + .p-estimate-data__item {
  margin-top: 10px;
}

.p-estimate-data__item--history {
  display: block;
}

@media screen and (min-width: 481px) {
  .p-estimate-data__item--history {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .p-estimate-data__item--history {
    display: flex;
  }
}

.p-estimate-data__item-inner--history, .p-estimate-data__item-inner {
  display: inline-block;
}

.p-estimate-data__item-inner--history:not(:first-child), .p-estimate-data__item-inner:not(:first-child) {
  margin-left: 16px;
}

.p-estimate-data__item-inner--history:last-child, .p-estimate-data__item-inner:last-child {
  flex-grow: 1;
}

.p-estimate-data__item-inner--history {
  width: 100%;
}

.p-estimate-data__item-inner--history:last-child {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-estimate-data__item-inner--history {
    width: auto;
  }
}

.p-estimate-data__date {
  margin-right: 14px;
  color: #028369;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
}

.p-estimate-data__name--history, .p-estimate-data__name--confirm, .p-estimate-data__name {
  word-break: break-all;
  display: flex;
  flex-grow: 1;
}

.p-estimate-data__name--history {
  width: 100%;
  margin-top: 8px;
  margin-left: -16px;
}

@media screen and (min-width: 769px) {
  .p-estimate-data__name--history {
    width: auto;
    margin-top: 4px;
    margin-left: 0;
  }
}

.p-estimate-data__name--confirm {
  display: flex;
  color: #ff5415;
}

.p-estimate-data__name--confirm:hover {
  opacity: 1;
  transition: color 0.2s ease;
  color: #028369;
}

.p-estimate-data__name--confirm a:hover {
  color: #dc3b00;
}

.p-estimate-data__name--confirm a:after {
  content: "確定";
  display: inline-block;
  font-weight: bold;
  margin-left: 5px;
  white-space: nowrap;
}

.p-estimate-data__name--confirm:before {
  background-color: #ff5415;
}

.p-relation-file {
  padding: 30px 20px 5px;
  border-radius: 0 0 5px 0;
  background: #f5f5f5;
  border-top: 3px solid #fff;
}

@media screen and (min-width: 769px) {
  .p-relation-file {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border-top: none;
  }
}

.p-relation-file--modal {
  margin-bottom: 20px;
  padding: 0;
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  .p-relation-file--modal {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 769px) {
  .p-relation-file__container {
    padding-left: 0;
  }
}

.p-relation-file__heading {
  margin-bottom: 15px;
  color: #028369;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-relation-file__heading {
    margin-bottom: 10px;
    padding-left: 15px;
    height: 33px;
    background: #f5f5f5;
    line-height: 32px;
  }
}

.p-relation-file__list-item + .p-relation-file__list-item {
  margin-top: 5px;
}

.p-relation-file--modal {
  margin-bottom: 20px;
  padding: 0;
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  .p-relation-file--modal {
    margin-bottom: 40px;
  }
}

.p-detail-list {
  position: relative;
  margin-bottom: 0 !important;
  padding: 30px 0 30px;
  background: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .p-detail-list {
    margin-bottom: 40px;
    padding: 0;
    background: transparent;
  }
}

.p-detail-list__container {
  padding: 0 20px;
}

@media screen and (min-width: 769px) {
  .p-detail-list__container {
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-detail-list__item {
    display: flex;
    align-items: baseline;
  }
}

.p-detail-list__item + .p-detail-list__item {
  margin-top: 10px;
}

.p-detail-list__title {
  color: #028369;
  white-space: nowrap;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-detail-list__title {
    font-size: 1.5rem;
  }
}

.p-detail-list__data {
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .p-detail-list__data {
    margin-left: 10px;
    font-weight: normal;
    font-size: 1.6rem;
  }
}

.p-detail-list__data--dm {
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif;
}

@media screen and (min-width: 769px) {
  .p-detail-list__data--dm {
    font-weight: bold;
  }
}

.p-detail-list__label {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 27px;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 28px;
}

@media screen and (min-width: 769px) {
  .p-detail-list__label {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 10px;
    width: 90px;
  }
}

.p-accordion {
  position: relative;
  padding-bottom: 32px;
  border-radius: 0 0 5px 0;
  background: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .p-accordion {
    padding: 25px 0 40px;
    border: 2px solid rgba(2, 131, 105, 0.2);
    background: transparent;
  }
}

@media screen and (min-width: 769px) {
  .p-accordion--border {
    padding: 0 0 40px;
    border: 4px solid #f5f5f5;
    border-radius: 0 0 10px 0;
  }
}

.p-accordion__table {
  margin: 30px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

@media screen and (min-width: 769px) {
  .p-accordion__table {
    border-top: none;
    border-bottom: none;
  }
}

.p-accordion__input {
  display: none;
}

.p-accordion__label {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  width: calc(100% + 2px);
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .p-accordion__label {
    bottom: -2px;
    left: -2px;
    width: calc(100% + 4px);
  }
}

.p-accordion__label:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 8px;
  border-radius: 0 0 5px 0;
  background: #8ac7bb;
  content: "";
}

@media screen and (min-width: 769px) {
  .p-accordion__label--gray {
    bottom: -4px;
  }
  
  .p-accordion__label--gray:after {
    background: #f5f5f5;
  }
}

.p-accordion__label-text {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 134px;
  height: 32px;
  border-radius: 5px 0 5px 0;
  background: #8ac7bb;
  text-align: center;
}

.p-accordion__label-text:before {
  display: inline-block;
  margin-right: 0.5em;
  width: 13px;
  height: 9px;
  background-image: url("img/icon-down-arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-accordion__label-text:after {
  color: #fff;
  content: "詳細を見る";
  font-weight: bold;
  line-height: 32px;
}

@media screen and (min-width: 769px) {
  .p-accordion__label-text--gray {
    background: #f5f5f5;
  }
  
  .p-accordion__label-text--gray:before {
    background-image: url("img/icon-down-arrow.svg");
  }
  
  .p-accordion__label-text--gray:after {
    color: rgba(26, 19, 17, 0.6);
  }
}

.p-accordion__input:checked ~ .p-accordion__label .p-accordion__label-text:before {
  margin-bottom: 1px;
  transform: scale(1, -1);
}

.p-accordion__input:checked ~ .p-accordion__label .p-accordion__label-text:after {
  content: "詳細を閉じる";
}

@media screen and (min-width: 769px) {
  .p-detail-header {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1080px) {
  .p-detail-header {
    padding: 0 30px;
  }
}

@media screen and (min-width: 769px) {
  .p-detail-header__data-group {
    width: 60%;
    min-width: 380px;
  }
}

@media screen and (min-width: 1080px) {
  .p-detail-header__data-group {
    width: 40%;
  }
}

@media screen and (min-width: 769px) {
  .p-detail-header__file-group {
    width: 40%;
    margin-left: 28px;
  }
}

@media screen and (min-width: 1080px) {
  .p-detail-header__file-group {
    min-width: 358px;
  }
}

.p-detail-memo {
  position: relative;
  padding: 30px 0;
  border-top: 3px solid #fff;
  background: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .p-detail-memo {
    margin: 20px 0;
    padding: 0;
    background: transparent;
  }
}

.p-detail-memo--high {
  padding-bottom: 55px;
}

@media screen and (min-width: 769px) {
  .p-detail-memo--high {
    padding-bottom: 0;
  }
}

.p-detail-memo__heading {
  margin-top: 2px;
  margin-bottom: 5px;
  color: #028369;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-detail-memo__heading {
    padding-left: 11px;
    height: 30px;
    background: #f5f5f5;
    line-height: 30px;
  }
}

.p-detail-memo__button {
  position: absolute;
  top: -35px;
  right: 0;
  width: 60px;
  height: 27px;
  border-radius: 4px;
  background: #4acb7c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 26px;
}

@media screen and (min-width: 769px) {
  .p-detail-memo__button {
    top: auto;
    right: 10px;
    bottom: 10px;
  }
}

.p-detail-memo__textarea-wrap {
  position: relative;
}

.p-detail-memo__textarea {
  border: none;
  font-size: 1.3rem;
}

@media screen and (min-width: 769px) {
  .p-detail-memo__textarea {
    padding: 12px 75px 16px 10px;
    border: 1px solid rgba(26, 19, 17, 0.2);
  }
}

.p-detail-memo__textarea::placeholder {
  color: rgba(26, 19, 17, 0.4);
}

.p-comment-box--user, .p-comment-box--staff, .p-comment-box {
  padding: 20px 15px 10px;
  min-height: 100px;
  border-radius: 10px;
}

.p-comment-box--user + .p-comment-box--user, .p-comment-box--staff + .p-comment-box--user, .p-comment-box--user + .p-comment-box--staff, .p-comment-box--staff + .p-comment-box--staff, .p-comment-box + .p-comment-box--user, .p-comment-box + .p-comment-box--staff, .p-comment-box--user + .p-comment-box, .p-comment-box--staff + .p-comment-box, .p-comment-box + .p-comment-box {
  margin-top: 15px;
}

.p-comment-box__time {
  color: #028369;
  text-align: right;
  letter-spacing: 0.05em;
  font-family: "DM Sans", sans-serif;
}

.p-comment-box--user {
  background-color: rgba(74, 203, 124, 0.1);
}

.p-comment-box--staff {
  border: solid rgba(88, 142, 123, 0.5) 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.p-comment-box__check-icon:before {
  margin-right: 5px;
  width: 12px;
  height: 9px;
}

.p-box {
  padding: 10px 12px 30px;
  background-color: rgba(74, 203, 124, 0.1);
  border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 769px) {
  .p-box {
    padding: 20px;
    border-radius: 0;
    padding-left: 45px;
    padding-right: 45px;
    display: flex;
    align-items: baseline;
  }
}

.p-box__heading {
  color: #028369;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .p-box__heading {
    min-width: 80px;
  }
}

.p-box__item + .p-box__item {
  margin-top: 10px;
}

.p-box__item-group {
  width: 100%;
}

.p-inquiry-content {
  padding: 25px 0 30px;
  border-top: 3px solid #fff;
}

@media screen and (min-width: 769px) {
  .p-inquiry-content {
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .p-inquiry-content__inner {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 3px solid #f5f5f5;
  }
}

.p-inquiry-content__box {
  background: #f5f5f5;
}

.p-inquiry-content__box a {
  color: blue;
}

@media screen and (min-width: 769px) {
  .p-inquiry-content__box {
    padding: 10px 15px;
    border: 1px solid rgba(2, 131, 105, 0.5);
    background: transparent;
  }
}

.p-inquiry-content__heading {
  color: #028369;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-inquiry-content__heading {
    margin-bottom: 5px;
  }
}

.p-input-bar {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: 0;
  margin-left: 0;
  width: auto;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-input-bar__select {
    display: inline-block;
  }
}

.p-input-bar__select-inner {
  height: 38px;
  padding-right: 30px;
}

.p-input-bar__input {
  height: 38px;
}

.p-request {
  margin: 0 auto;
  max-width: 700px;
}

@media screen and (min-width: 481px) {
  .p-request {
    margin-top: 38px;
  }
}

.p-request__btn-wrap {
  margin-top: 10px;
  text-align: right;
}

@media screen and (min-width: 481px) {
  .p-request__btn-wrap {
    margin-top: 0;
    text-align: left;
  }
}

.p-request__box--office {
  margin-top: 5px;
  padding: 15px;
  background: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .p-request__box--office {
    width: 450px;
  }
}

.p-request .c-table {
  width: 100%;
  border: none;
}

.p-request .c-table__row {
  height: auto;
  border: none;
}

.p-request .c-table__heading {
  width: 110px;
}

.p-request .c-table__heading, .p-request .c-table__data {
  padding: 5px 0;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .p-request .p-form__main-heading {
    min-width: 120px;
  }
}

@media screen and (min-width: 769px) {
  .p-request .p-form__item-label {
    min-width: 130px;
  }
}

@media screen and (min-width: 769px) {
  .p-request .p-form__item-label--medium {
    min-width: 150px;
  }
}

@media screen and (min-width: 769px) {
  .p-request .p-form__item-label--large {
    min-width: 166px;
  }
}

.p-request-item {
  margin-top: 24px;
}

@media screen and (min-width: 481px) {
  .p-request-item {
    margin-top: 50px;
  }
}

.p-request-item__bg--contract, .p-request-item__bg {
  margin: 0 -20px;
  padding: 40px 20px 40px;
  background-color: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .p-request-item__bg--contract, .p-request-item__bg {
    margin: 0;
    padding: 34px 90px 50px;
  }
}

@media screen and (min-width: 769px) {
  .p-request-item__bg--contract {
    padding-bottom: 34px;
  }
}

.p-request-item__heading--left, .p-request-item__heading {
  padding-bottom: 1em;
  color: #028369;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .p-request-item__heading--left, .p-request-item__heading {
    padding-bottom: 25px;
  }
}

.p-request-item__heading--left {
  text-align: left;
}

.p-request-item__content-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-request-item__content-box {
    padding: 20px;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 660px;
    padding-bottom: 35px;
  }
}

.p-request-item__content-box + .p-request-item__content-box {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .p-request-item__content-box + .p-request-item__content-box {
    margin-top: 5px;
  }
}

.p-request-item__delete-button {
  right: 0;
  top: -11px;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .p-request-item__delete-button {
    right: auto;
    top: 28px;
    left: -44px;
  }
}

.p-request-item__sub-area {
  padding: 20px 12px 40px;
}

@media screen and (min-width: 769px) {
  .p-request-item__sub-area {
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 540px;
  }
}

.p-request-item__add-button-wrap {
  text-align: right;
}

.p-request-item__add-button {
  font-size: 14px;
  font-weight: bold;
  color: #028369;
  margin-top: 16px;
}

.p-request-item__add-button:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("img/icon-green-plus.svg");
  margin-right: 5px;
}

.p-request-item__bottom-button-area {
  margin: 32px auto 0;
}

.p-comment-input {
  width: 100%;
  height: 205px;
  border-radius: 10px;
  border: none;
  padding: 15px;
  background-color: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .p-comment-input {
    height: 343px;
  }
}

.p-comment-input__text-area {
  width: 100%;
  height: 150px;
  padding: 0;
  padding-bottom: 15px;
  background-color: transparent;
  border: none;
}

.p-comment-input__text-area::placeholder {
  color: rgba(26, 19, 17, 0.7);
}

@media screen and (min-width: 769px) {
  .p-comment-input__text-area {
    height: 280px;
  }
}

.p-comment-input__submit {
  margin-left: auto;
  font-size: 1.3rem;
}

.p-contact-head {
  padding: 20px 20px 0;
}

@media screen and (min-width: 769px) {
  .p-contact-head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 0 4px;
    background: #f5f5f5;
  }
}

.p-contact-head__label-wrap {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .p-contact-head__label-wrap {
    display: flex;
    margin-bottom: 0;
  }
}

.p-contact-head__label-bg--green, .p-contact-head__label-bg--sky-blue, .p-contact-head__label-bg--yellow-green, .p-contact-head__label-bg--blue, .p-contact-head__label-bg--gray, .p-contact-head__label-bg--orange, .p-contact-head__label-bg {
  display: flex;
  align-items: center;
  width: 120px;
  border-radius: 4px;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .p-contact-head__label-bg--green, .p-contact-head__label-bg--sky-blue, .p-contact-head__label-bg--yellow-green, .p-contact-head__label-bg--blue, .p-contact-head__label-bg--gray, .p-contact-head__label-bg--orange, .p-contact-head__label-bg {
    width: 110px;
    font-size: 1.4rem;
  }
}

.p-contact-head__label-bg--green {
  background: #028369;
}

.p-contact-head__label-bg--sky-blue {
  background: #3db6f5;
}

.p-contact-head__label-bg--yellow-green {
  background: #4acb7c;
}

.p-contact-head__label-bg--blue {
  background: #4e64de;
}

.p-contact-head__label-bg--gray {
  background: #ccc;
}

.p-contact-head__label-bg--orange {
  background: #ff4e00;
}

.p-contact-head__id, .p-contact-head__date {
  font-family: "DM Sans", sans-serif;
}

.p-contact-head__id {
  margin-right: 21px;
  color: #028369;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .p-contact-head__id {
    margin-left: 20px;
  }
}

.p-contact-head__date {
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .p-contact-head__date {
    font-weight: bold;
    font-size: 1.6rem;
  }
}

.p-form + .p-form {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .p-form--gray {
    padding: 50px 20px 45px;
    background-color: #f5f5f5;
  }
}

.p-form--border-top {
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .p-form--border-top {
    border-top: 2px dotted #f5f5f5;
  }
}

.p-form__border--1, .p-form__border {
  border-top: 2px solid #f5f5f5;
  margin-top: 20px;
  margin-bottom: 20px;
}

.p-form__border--1 {
  border-top: 1px solid #f5f5f5;
}

.p-form__container--modal, .p-form__container {
  margin: 0 auto;
  max-width: 633px;
}

.p-form__container--modal {
  max-width: 537px;
}

.p-form__row {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}

.p-form__row + .p-form__row {
  margin-top: 15px;
}

.p-form__row + .p-form__row--pc {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .p-form__row + .p-form__row--pc {
    margin-top: 0;
  }
}

@media screen and (min-width: 481px) {
  .p-form__row--tb {
    display: flex;
    align-items: center;
  }
}

.p-form__row--pc {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-form__row--pc {
    display: flex;
  }
}

.p-form__row--pc + .p-form__row--pc {
  margin-top: 15px;
}

.p-form__row--pc + .p-form__row--top {
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-form__row--pc + .p-form__row--pc-top {
  margin-top: 15px;
  margin-bottom: 15px;
}

.p-form__row--pc-center {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-form__row--pc-center {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
}

.p-form__row--pc-center + .p-form__row--pc-center {
  margin-top: 10px;
}

.p-form__row--pc-center + .p-form__row--pc {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-form__row--pc-top {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-form__row--pc-top {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
}

.p-form__row--pc-top + .p-form__row--pc-top {
  margin-top: 10px;
}

.p-form__row--pc-top + .p-form__row--pc {
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-form__row--top {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}

.p-form__row-wrap {
  width: 100%;
}

.p-form__main-heading--2x, .p-form__main-heading {
  padding-bottom: 0.5em;
  color: #028369;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .p-form__main-heading--2x, .p-form__main-heading {
    padding-right: 1em;
    padding-bottom: 0;
    line-height: 39px;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 15%;
    max-width: 15%;
  }
}

.p-form__main-heading--2x {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 32.5%;
  max-width: 32.5%;
}

.p-form__main-content--small {
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  .p-form__main-content--small {
    padding: 0;
  }
}

.p-form__item-label--top-big, .p-form__item-label--small, .p-form__item-label--big, .p-form__item-label {
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.5rem;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

@media screen and (min-width: 769px) {
  .p-form__item-label--top-big, .p-form__item-label--small, .p-form__item-label--big, .p-form__item-label {
    line-height: 38px;
    font-size: 1.4rem;
    white-space: unset;
  }
}

div + .p-form__item-label--top-big, div + .p-form__item-label--small, div + .p-form__item-label--big, div + .p-form__item-label {
  margin-left: 2.5em;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 20%;
  max-width: 20%;
}

.p-form__item-label--top-big {
  margin-bottom: auto;
  font-size: 1.6rem;
}

.p-form__item-label--small {
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .p-form__item-label--small {
    padding-left: 17px;
    min-width: 136px;
  }
}

.p-form__item-label--big {
  white-space: nowrap;
  font-size: 1.6rem;
}

.p-form__required {
  background-color: #ff5415;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 2px;
  font-size: 1rem;
  line-height: 14px;
  max-width: 27px;
  border-radius: 2px;
  text-align: center;
  width: 27px;
  height: 14px;
}

.p-form__memo--small, .p-form__memo {
  position: absolute;
  top: 3px;
  right: 0;
  white-space: nowrap;
  font-size: 1.3rem;
}

@media screen and (min-width: 769px) {
  .p-form__memo--small, .p-form__memo {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-form__memo--small, .p-form__memo {
    position: static;
    margin-left: 1em;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .p-form__memo--small {
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-form__input--name, .p-form__input--title, .p-form__input--tel, .p-form__input {
    margin-left: 1em;
    min-width: 410px;
    max-width: 410px;
  }
}

@media screen and (min-width: 769px) {
  .p-form__input--small {
    min-width: 290px;
    max-width: 290px;
  }
}

.p-form__input--name {
  width: 48%;
}

@media screen and (min-width: 769px) {
  .p-form__input--name {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
  }
}

@media screen and (min-width: 769px) {
  .p-form__input--title {
    min-width: 340px;
    max-width: 340px;
  }
}

@media screen and (min-width: 769px) {
  .p-form__input--tel {
    min-width: 250px;
    max-width: 250px;
  }
}

.p-form__input-wrap {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}

.p-form__item-input-wrap {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-form__item-input-wrap {
    display: flex;
    align-items: flex-end;
  }
}

.p-form__item-input-wrap .c-input__memo {
  position: unset;
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  .p-form__item-input-wrap .c-input__memo {
    margin-left: 8px;
  }
}

.p-form__button-area {
  margin-bottom: 17px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}

.p-form__button-area--modal {
  margin: 30px auto 20px;
  display: flex;
  justify-content: space-between;
  max-width: 280px;
}

@media screen and (min-width: 481px) {
  .p-form__button-area--modal {
    justify-content: center;
    margin-top: 50px;
    max-width: inherit;
  }
}

@media screen and (max-width: 374px) {
  .p-form__button-area--modal {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}

.p-form__button-area--modal .c-button--outline-green, .p-form__button-area--modal .c-button--green {
  width: auto;
  min-width: 120px;
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 481px) {
  .p-form__button-area--modal .c-button--outline-green, .p-form__button-area--modal .c-button--green {
    width: 200px;
  }
}

@media screen and (max-width: 374px) {
  .p-form__button-area--modal .c-button--outline-green, .p-form__button-area--modal .c-button--green {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
}

@media screen and (min-width: 481px) {
  .p-form__button-area--modal .c-button--outline-green + .c-button--green {
    margin-left: 60px !important;
  }
}

.p-form__button-area--modal .p-button-area__item:not(:first-child) {
  margin-left: 20px;
}

@media screen and (max-width: 374px) {
  .p-form__button-area--modal .p-button-area__item:not(:first-child) {
    margin-left: 0;
  }
}

.p-form__button-wrap {
  margin-top: 40px;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}

.p-form__button {
  margin: 0 auto;
}

.p-form__text {
  margin: 0 5px;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .p-form__text {
    margin: 0 15px;
  }
}

.p-form__row-group {
  position: relative;
}

.p-form__delete-button {
  position: absolute;
  top: -15px;
  right: -15px;
}

@media screen and (min-width: 769px) {
  .p-form__delete-button {
    top: 35px;
    left: -50px;
  }
}

.p-account {
  margin-bottom: 20px;
}

.p-account:last-child {
  margin-bottom: 0;
}

.p-account__container {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.p-account__heading-box {
  padding: 6px 10px;
  background: #f5f5f5;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  margin-right: 0;
  margin-left: 0;
  width: auto;
}

@media screen and (min-width: 769px) {
  .p-account__heading-box {
    padding: 15px;
    height: auto;
  }
}

.p-account__heading {
  position: relative;
  color: #028369;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .p-account__heading {
    font-size: 1.6rem;
  }
  
  .p-account__heading:after {
    margin-top: 10px;
    width: 120px;
    height: 2px;
    border-top: 2px solid rgba(2, 131, 105, 0.2);
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.p-account__inner {
  padding: 20px;
}

@media screen and (min-width: 769px) {
  .p-account__inner {
    margin: 0 auto;
    padding: 30px 0;
    width: 676px;
  }
}

.p-account__btn-wrap .c-button--x-small {
  border-radius: 0;
  font-size: 1.3rem;
}

.p-account__data {
  position: relative;
  margin-left: 2em;
  padding: 20px 0;
  text-indent: -2em;
  word-break: break-all;
}

.p-account__data:first-child {
  padding: 0 0 20px;
}

.p-account__data:after {
  position: absolute;
  bottom: 0;
  left: -2em;
  display: inline-block;
  width: calc(100% + 2em);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  content: "";
}

.p-account__data-heading {
  margin-left: -2em;
  color: #028369;
  text-indent: 0;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-account__data-wrap {
    padding-left: 55px;
  }
}

.p-account__data-mail, .p-account__data-phone, .p-account__data-address {
  margin: 10px 0 5px;
}

@media screen and (min-width: 769px) {
  .p-account__data-mail, .p-account__data-phone, .p-account__data-address {
    margin: 10px 0;
  }
}

.p-account__data-mail:before, .p-account__data-phone:before, .p-account__data-address:before {
  display: inline-block;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  background-image: url("img/icon-address.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: " ";
  vertical-align: sub;
}

.p-account__data-mail, .p-account__data-phone {
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .p-account__data-mail, .p-account__data-phone {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
  }
}

.p-account__data-mail:before, .p-account__data-phone:before {
  background-image: url("img/icon-phone.svg");
}

.p-account__data-mail {
  display: block;
}

@media screen and (min-width: 769px) {
  .p-account__data-mail {
    display: inline-block;
    margin-left: 30px;
  }
}

.p-account__data-mail:before {
  background-image: url("img/icon-mail.svg");
}

.p-account__row {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .p-account__row {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }
}

.p-account__row:last-child {
  margin-bottom: 0;
}

.p-account__host-heading {
  color: #028369;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-account__host-heading {
    width: 115px;
    color: #1a1311;
  }
}

.p-account__edit {
  color: #1a1311;
  font-weight: normal;
  font-size: 1.3rem;
}

.p-account__edit-inner {
  text-decoration: underline;
  cursor: pointer;
}

.p-account__edit-inner:hover {
  opacity: 1;
  transition: color 0.2s ease;
  color: #028369;
}

.p-data-list {
  background-color: #f5f5f5;
  padding-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .p-data-list {
    padding: 10px 15px 40px;
  }
}

.p-data-list__heading {
  padding-left: 10px;
  font-size: 15px;
  height: 42px;
  line-height: 42px;
  background-color: #028369;
  color: white;
}

@media screen and (min-width: 769px) {
  .p-data-list__heading {
    background-color: white;
    text-align: center;
    color: #1a1311;
    padding-left: 0;
  }
}

.p-data-list__inner {
  padding: 24px 16px 0;
  margin: 0 -16px;
}

@media screen and (min-width: 769px) {
  .p-data-list__inner {
    padding: 16px 65px 0;
    display: flex;
    justify-content: space-between;
  }
}

.p-data-list__item-group {
  padding: 0 8px;
}

.p-data-list__item-group + .p-data-list__item-group {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .p-data-list__item-group + .p-data-list__item-group {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-data-list__item-group {
    width: calc(100% / 3);
  }
}

.p-data-list__item {
  display: block;
}

.p-data-list__item + .p-data-list__item {
  margin-top: 15px;
}

.p-center-box {
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-center-box {
    margin-top: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

.p-center-box__logo {
  margin-bottom: 60px;
}

.p-center-box__button {
  margin: 60px auto 0;
}

.p-center-box__text {
  text-align: left;
}

@media screen and (min-width: 481px) {
  .p-center-box__text {
    text-align: center;
  }
}

.p-sort {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  padding: 5px 20px 20px;
  border-radius: 10px;
  background: #f5f5f5;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-sort {
    margin-bottom: 25px;
    padding: 15px 30px 30px;
  }
}

@media screen and (min-width: 769px) {
  .p-sort__item-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -12.5px 0;
  }
}

.p-sort__item-group--archievement {
  display: flex;
  justify-content: flex-start;
}

.p-sort__heading, .p-sort__heading--small, .p-sort__heading--auto {
  display: inline-block;
  padding-right: 10px;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: left;
  white-space: nowrap;
  min-width: 76px;
}

@media screen and (min-width: 769px) {
  .p-sort__heading--small {
    min-width: 49px;
  }
}

@media screen and (min-width: 769px) {
  .p-sort__heading--auto {
    min-width: inherit;
  }
}

.p-sort__item-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.p-sort__item, .p-sort__item--large {
  margin: 15px 0 0;
}

@media screen and (min-width: 769px) {
  .p-sort__item, .p-sort__item--large {
    margin-left: 12.5px;
    margin-right: 12.5px;
  }
}

.p-sort__item--large {
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .p-sort__item--radio {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-sort__item--radio:first-child {
    margin-left: 12.5px;
  }
}

.p-sort__item--radio + .p-sort__item--radio {
  margin-left: 16px;
}

.p-sort__select, .p-sort__input, .p-sort__input--medium, .p-sort__input--large {
  display: inline-block;
  width: auto;
}

.p-sort__select-inner, .p-sort__input, .p-sort__input--medium, .p-sort__input--large {
  padding: 2px 10px;
  height: 30px;
  font-size: 1.6rem;
  border: solid 1px rgba(25, 17, 15, 0.2);
}

@media screen and (min-width: 769px) {
  .p-sort__select-inner, .p-sort__input, .p-sort__input--medium, .p-sort__input--large {
    font-size: 1.3rem;
  }
}

.p-sort__select {
  width: 130px;
}

.p-sort__select--large {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-sort__select--large {
    max-width: 400px;
    flex-grow: 1;
  }
}

.p-sort__input, .p-sort__input--medium, .p-sort__input--large {
  width: 100%;
  vertical-align: baseline;
  height: 30px;
}

@media screen and (min-width: 769px) {
  .p-sort__input, .p-sort__input--medium, .p-sort__input--large {
    width: 130px;
  }
}

.p-sort__input--medium {
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .p-sort__input--medium {
    width: 200px;
    flex-grow: 0;
  }
}

.p-sort__input--large {
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .p-sort__input--large {
    width: 300px;
    flex-grow: 0;
  }
}

.p-sort__input--date {
  padding: 3.5px 8px;
}

.p-sort__date {
  width: 130px;
  height: 30px;
}

.p-sort__button-group {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

@media screen and (min-width: 921px) {
  .p-sort__button-group {
    position: absolute;
    margin-top: 20px;
    margin-right: 0;
    right: 30px;
    bottom: 30px;
  }
}

.p-sort__button, .p-sort__button--clear {
  max-width: 122px;
  width: 92px;
  height: 36px;
  border-radius: 4px;
  background: rgba(47, 47, 47, 0.8);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  padding: 12px 10px;
}

@media screen and (max-width: 374px) {
  .p-sort__button, .p-sort__button--clear {
    padding: 9px 8px;
    width: 64px;
    height: 30px;
    letter-spacing: 0;
  }
}

.p-sort__button:hover, .p-sort__button--clear:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}

.p-sort__button--right {
  right: 0;
}

.p-sort__button--clear {
  width: 60px;
  background-color: #cbcbcb;
}

.p-sort__add-note-text {
  position: relative;
  width: 130px;
}

.p-sort__add-note-text input {
  padding-right: 52px;
}

.p-sort__note {
  position: absolute;
  top: 4px;
  right: 10px;
}

.p-sort__button--clear + .p-sort__button, .p-sort__button--clear + .p-sort__button--clear {
  margin-left: auto;
  margin-left: 10px;
}

@media screen and (max-width: 374px) {
  .p-sort__button--clear + .p-sort__button, .p-sort__button--clear + .p-sort__button--clear {
    margin-left: 8px;
  }
}

.p-sort__sp-more-toggle ~ .p-sort__item-group > .p-sort__item, .p-sort__sp-more-toggle ~ .p-sort__item-group > .p-sort__item--large {
  display: none;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .p-sort__sp-more-toggle ~ .p-sort__item-group > .p-sort__item, .p-sort__sp-more-toggle ~ .p-sort__item-group > .p-sort__item--large {
    display: block;
    opacity: 1;
  }
}

.p-sort__sp-more-button {
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
  margin: auto 0;
  margin-right: auto;
  color: #707070;
  display: flex;
  position: relative;
  padding-left: 1.5rem;
}

.p-sort__sp-more-button:hover {
  opacity: 1;
  transition: color 0.2s ease;
  color: #028369;
}

.p-sort__sp-more-button:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-decoration: none;
  content: "＋";
}

@media screen and (min-width: 769px) {
  .p-sort__sp-more-button {
    display: none;
  }
}

.p-sort__sp-more-toggle {
  display: none;
}

.p-sort__sp-more-toggle:checked ~ .p-sort__item-group > .p-sort__item, .p-sort__sp-more-toggle:checked ~ .p-sort__item-group > .p-sort__item--large {
  opacity: 1;
  -webkit-animation: Opacity 0.45s ease-in-out 0s;
  animation: Opacity 0.45s ease-in-out 0s;
  display: block;
}

.p-sort__sp-more-toggle + .p-sort__item-group > .p-sort__item:first-child, .p-sort__sp-more-toggle + .p-sort__item-group > .p-sort__item--large:first-child {
  opacity: 1;
  display: block;
  -webkit-animation: inherit;
  animation: inherit;
}

.p-sort__sp-more-toggle:checked ~ .p-sort__button-group > .p-sort__sp-more-button:before {
  -webkit-animation: Opacity 0.45s ease-in-out 0s;
  animation: Opacity 0.45s ease-in-out 0s;
  content: "ー";
}

@-webkit-keyframes Opacity {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

@keyframes Opacity {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

.p-tab-switching {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.p-tab-switching:before {
  border-radius: 4px;
  display: block;
  position: absolute;
  height: 36px;
  content: " ";
  max-width: 307px;
  width: 81.86667%;
  background-color: #f5f5f5;
  z-index: 0;
}

@media screen and (min-width: 481px) {
  .p-tab-switching:before {
    width: 405px;
    max-width: 405px;
    z-index: 0;
  }
}

.p-tab-switching__button {
  font-size: 12px;
  background-color: #fff;
  position: relative;
  margin-bottom: 25px;
  margin-top: 2px;
  margin-left: 0.5px;
  margin-right: 0.5px;
  order: -1;
  height: 32px;
  width: 26.66667%;
  max-width: 100px;
  line-height: 33px;
  border-radius: 4px;
  color: #028369;
  font-weight: normal;
  letter-spacing: 0.05em;
  z-index: 1;
}

@media screen and (min-width: 481px) {
  .p-tab-switching__button {
    max-width: 133px;
    width: 133px;
    font-size: 13px;
    z-index: 1;
  }
}

.p-tab-switching__content {
  width: 100%;
}

.p-tab-switching__button.is-current {
  background-color: #028369;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

.p-tab-switching__button.is-current:hover {
  background-color: #028369;
  color: #fff;
  transition: all 0.2s ease;
  opacity: 1;
}

.p-tab-switching__button:hover {
  background-color: #4acb7c;
  color: #fff;
  transition: all 0.2s ease;
  opacity: 1;
}

.p-new-request {
  margin: 40px auto 0;
  max-width: 670px;
}

@media screen and (min-width: 769px) {
  .p-new-request__inner {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
  }
}

.p-new-request__item + .p-new-request__item {
  margin-top: 32px;
}

@media screen and (min-width: 769px) {
  .p-new-request__item + .p-new-request__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-new-request__item {
    width: 33.3333333%;
    padding: 0 15px;
  }
}

.p-new-request__text {
  text-align: center;
  margin-top: 8px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .p-new-request__text {
    text-align: left;
    margin-top: 16px;
  }
}

.p-new-request__text--small {
  font-size: 13px;
}

.p-new-request__button {
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: inherit;
  padding-left: 15px;
  letter-spacing: 0;
}

.p-new-request__icon:before {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.p-matter-box {
  margin-bottom: 25px;
  border: 2px solid #ededed;
  padding: 20px;
}

@media screen and (min-width: 769px) {
  .p-matter-box {
    margin-bottom: 30px;
    padding: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-matter-box__main {
    padding: 20px 30px 25px;
    flex-grow: 1;
  }
}

.p-matter-box__id {
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
}

.p-matter-box__id-number {
  letter-spacing: 0.05em;
  margin-left: 10px;
  font-size: 13px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
}

@media screen and (max-width: 374px) {
  .p-matter-box__id-number {
    display: block;
    margin-top: 5px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 769px) {
  .p-matter-box__id-number {
    margin-top: 10px;
    margin-left: 0px;
  }
}

.p-matter-box__label {
  border-radius: 0;
  margin-bottom: 8px;
}

.p-matter-box__title {
  margin-bottom: 15px;
}

.p-matter-box__title:before {
  display: block;
  margin-top: calc((1.3 - 1.8) * 0.5em);
  width: 0;
  height: 0;
  content: "";
}

.p-matter-box__title:after {
  display: block;
  margin-top: calc((1.3 - 1.8) * 0.5em);
  width: 0;
  height: 0;
  content: "";
}

@media screen and (min-width: 769px) {
  .p-matter-box__title {
    font-size: 16px;
  }
}

.p-matter-box__detail-table {
  text-align: left;
}

.p-matter-box__detail-title--pc, .p-matter-box__detail-title, .p-matter-box__detail-desc {
  padding-top: 15px;
  display: block;
}

.p-matter-box__detail-title--pc:before, .p-matter-box__detail-title:before, .p-matter-box__detail-desc:before {
  display: block;
  margin-top: calc((1.3 - 1.8) * 0.5em);
  width: 0;
  height: 0;
  content: "";
}

.p-matter-box__detail-title--pc:after, .p-matter-box__detail-title:after, .p-matter-box__detail-desc:after {
  display: block;
  margin-top: calc((1.3 - 1.8) * 0.5em);
  width: 0;
  height: 0;
  content: "";
}

@media screen and (min-width: 769px) {
  .p-matter-box__detail-title--pc, .p-matter-box__detail-title, .p-matter-box__detail-desc {
    display: table-cell;
  }
}

.p-matter-box__detail-desc {
  padding-top: 15px;
}

.p-matter-box__detail-desc--pt {
  padding-top: 20px;
}

.p-matter-box__detail-desc-item {
  line-height: 1.42857;
}

.p-matter-box__detail-desc-item:before {
  display: block;
  margin-top: calc((1.3 - 1.42857) * 0.5em);
  width: 0;
  height: 0;
  content: "";
}

.p-matter-box__detail-desc-item:after {
  display: block;
  margin-top: calc((1.3 - 1.42857) * 0.5em);
  width: 0;
  height: 0;
  content: "";
}

.p-matter-box__detail-desc-item + .p-matter-box__detail-desc-item {
  padding-top: 15px;
}

.p-matter-box__detail-pdf {
  line-height: 1;
  display: block;
}

.p-matter-box__detail-pdf + .p-matter-box__detail-pdf {
  margin-top: 10px;
}

.p-matter-box__detail-row:first-child > .p-matter-box__detail-title--pc, .p-matter-box__detail-row:first-child > .p-matter-box__detail-title, .p-matter-box__detail-row:first-child > .p-matter-box__detail-desc {
  padding-top: 0;
}

.p-matter-box__detail-row--flex {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .p-matter-box__detail-row--flex {
    display: table-row;
  }
}

.p-matter-box__detail-title--pc, .p-matter-box__detail-title {
  font-weight: normal;
  width: 70px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .p-matter-box__detail-title--pc, .p-matter-box__detail-title {
    padding-bottom: 0;
    font-size: 12px;
  }
}

.p-matter-box__detail-title--pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-matter-box__detail-title--pc {
    display: table-cell;
  }
}

.p-matter-box__line {
  border-style: dotted;
  margin: 20px -20px;
}

@media screen and (min-width: 769px) {
  .p-matter-box__line {
    margin: 25px -30px;
  }
}

.p-matter-box__document-link {
  display: block;
}

.p-matter-box__document-link:before {
  display: block;
  margin-top: calc((1.3 - 1.8) * 0.5em);
  width: 0;
  height: 0;
  content: "";
}

.p-matter-box__document-link:after {
  display: block;
  margin-top: calc((1.3 - 1.8) * 0.5em);
  width: 0;
  height: 0;
  content: "";
}

.p-matter-box__document-link + .p-matter-box__document-link {
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .p-matter-box__document-link + .p-matter-box__document-link {
    padding-top: 15px;
  }
}

.p-matter-box__detail-heading {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .p-matter-box__detail-heading {
    font-size: 12px;
  }
}

.p-matter-box__detail-heading--pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .p-matter-box__detail-heading--pc {
    display: inline-block;
  }
}

.p-schedule-detail-box {
  background-color: #f5f5f5;
  padding: 25px 20px 30px;
  line-height: 1.42857;
  border-radius: 10px;
}

.p-schedule-detail-box + .p-schedule-detail-box {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box {
    line-height: 1.71429;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
  }
}

.p-schedule-detail-box__main + .p-schedule-detail-box__main {
  margin-top: 30px;
}

.p-schedule-detail-box__data, .p-schedule-detail-box__heading, .p-schedule-detail-box__data--item-name, .p-schedule-detail-box__data--full {
  line-height: 1.42857;
  padding-top: 10px;
}

.p-schedule-detail-box__data:before, .p-schedule-detail-box__heading:before, .p-schedule-detail-box__data--item-name:before, .p-schedule-detail-box__data--full:before {
  display: block;
  margin-top: calc((1.3 - 1.42857) * 0.5em);
  width: 0;
  height: 0;
  content: "";
}

.p-schedule-detail-box__data:after, .p-schedule-detail-box__heading:after, .p-schedule-detail-box__data--item-name:after, .p-schedule-detail-box__data--full:after {
  display: block;
  margin-top: calc((1.3 - 1.42857) * 0.5em);
  width: 0;
  height: 0;
  content: "";
}

.p-schedule-detail-box__data--full a {
  color: blue;
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__data, .p-schedule-detail-box__heading, .p-schedule-detail-box__data--item-name, .p-schedule-detail-box__data--full {
    line-height: 1.71429;
    padding: 18px 0;
  }
  
  .p-schedule-detail-box__data:before, .p-schedule-detail-box__heading:before, .p-schedule-detail-box__data--item-name:before, .p-schedule-detail-box__data--full:before {
    display: block;
    margin-top: calc((1.3 - 1.71429) * 0.5em);
    width: 0;
    height: 0;
    content: "";
  }
  
  .p-schedule-detail-box__data:after, .p-schedule-detail-box__heading:after, .p-schedule-detail-box__data--item-name:after, .p-schedule-detail-box__data--full:after {
    display: block;
    margin-top: calc((1.3 - 1.71429) * 0.5em);
    width: 0;
    height: 0;
    content: "";
  }
}

.p-schedule-detail-box__heading {
  display: none;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__heading {
    display: block;
    color: #1a1311;
    width: 60px;
    min-width: 60px;
    flex-grow: 0;
    font-weight: bold;
  }
}

.p-schedule-detail-box__item-group, .p-schedule-detail-box__item-group--top {
  padding: 18px 0;
  border-bottom: 1px solid #cbcbcb;
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__item-group, .p-schedule-detail-box__item-group--top {
    padding: 0;
    border-bottom: inherit;
  }
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__item-group--top {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__item {
    display: flex;
    border-bottom: 1px solid #cbcbcb;
  }
}

.p-schedule-detail-box__item + .p-schedule-detail-box__item {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__item + .p-schedule-detail-box__item {
    margin-top: 0;
  }
}

.p-schedule-detail-box__item:first-child > .p-schedule-detail-box__heading:first-child {
  color: #028369;
  display: block;
  font-weight: bold;
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__item:first-child > .p-schedule-detail-box__heading:first-child {
    color: #1a1311;
    padding: 18px 0;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__data, .p-schedule-detail-box__data--item-name, .p-schedule-detail-box__data--full {
    flex-grow: 2;
    padding-right: 10px;
  }
}

.p-schedule-detail-box__data--item-name {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__data--item-name {
    width: 61.16129%;
    max-width: 61.16129%;
    font-weight: normal;
  }
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__data--full {
    width: 100%;
  }
}

.p-schedule-detail-box__date + .p-schedule-detail-box__date {
  margin-top: 12px;
}

.p-schedule-detail-box__date-number {
  display: block;
  width: 100%;
  margin-bottom: 11px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__date-number {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.p-schedule-detail-box__date-time {
  line-height: 1;
}

@media screen and (min-width: 481px) {
  .p-schedule-detail-box__date-time {
    display: inline-block;
    width: auto;
  }
}

.p-schedule-detail-box__date-time + .p-schedule-detail-box__date-time {
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (min-width: 481px) {
  .p-schedule-detail-box__date-time + .p-schedule-detail-box__date-time {
    display: inline-block;
    width: auto;
    margin-top: 0;
    padding-left: 0;
  }
}

.p-schedule-detail-box__date-time + .p-schedule-detail-box__date-time:before {
  padding-left: 52px;
  font-size: 16px;
  padding-right: 5px;
  display: inline;
  font-weight: bold;
  content: "〜";
}

@media screen and (min-width: 481px) {
  .p-schedule-detail-box__date-time + .p-schedule-detail-box__date-time:before {
    padding-left: 0px;
  }
}

.p-schedule-detail-box__date-time + .p-schedule-detail-box__date-number {
  margin-top: 15px;
}

.p-schedule-detail-box__date-select-heading {
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.p-schedule-detail-box__date-select {
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (min-width: 481px) {
  .p-schedule-detail-box__date-select {
    margin-top: 25px;
  }
}

.p-schedule-detail-box__date-select-radio {
  margin: 18px auto 0;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .p-schedule-detail-box__date-select-radio {
    margin-top: 26px;
  }
  
  .p-schedule-detail-box__date-select-radio + .p-schedule-detail-box__date-select-radio {
    margin-top: 20px;
  }
}

.p-schedule-table__heading--date-status {
  width: 18px;
}

.p-schedule-table__date {
  font-size: 14px;
  padding: 0;
  vertical-align: middle;
  font-family: "DM Sans", sans-serif;
}

.p-schedule-table__spot {
  font-size: 12px;
  vertical-align: middle;
}

.p-schedule-table__date-status--confirm, .p-schedule-table__date-status {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  color: #cbcbcb;
}

.p-schedule-table__date-status--confirm {
  color: #ff5415;
}

.p-choice-date {
  margin-top: 20px;
  padding: 30px 15px;
  background: #fff;
  border-radius: 10px;
}

.p-choice-date--modal {
  margin-top: 0;
  padding-top: 0;
  border-top: inherit;
}

@media screen and (min-width: 481px) {
  .p-choice-date--modal {
    display: flex;
    align-items: baseline;
  }
}

@media screen and (min-width: 769px) {
  .p-choice-date {
    display: flex;
    align-items: baseline;
  }
}

@media screen and (min-width: 481px) {
  .p-choice-date__radio {
    display: inline-block;
  }
}

@media screen and (min-width: 481px) {
  .p-choice-date__radio + .p-choice-date__radio {
    margin-left: 30px;
  }
}

.p-choice-date__main {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .p-choice-date__main {
    margin-top: 0;
  }
}

.p-choice-date__heading {
  width: 60px;
  min-width: 60px;
  font-weight: bold;
  font-size: 1.4rem;
}

.p-choice-date__select-heading {
  min-width: 70px;
  font-weight: bold;
  font-size: 1.3rem;
}

@media screen and (min-width: 769px) {
  .p-choice-date__select-item {
    display: flex;
    align-items: baseline;
  }
}

.p-choice-date__select-item + .p-choice-date__select-item {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .p-choice-date__select-item--modal {
    display: flex;
    align-items: baseline;
  }
}

@media screen and (min-width: 769px) {
  .p-choice-date__item-group {
    margin-top: 20px;
  }
}

.p-choice-date__item-group + .p-choice-date__item-group {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .p-choice-date__item-group--flex {
    display: flex;
    align-items: start;
  }
}

.p-choice-date__item-group--disabled {
  opacity: 0.35;
}

.p-choice-date__textarea {
  height: 90px;
}

@media screen and (min-width: 769px) {
  .p-choice-date__main {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1080px) {
  .p-choice-date__main {
    margin-left: 120px;
  }
}

.p-schedule-button-group {
  margin-top: 15px;
  flex-direction: column;
  display: flex;
}

@media screen and (min-width: 769px) {
  .p-schedule-button-group {
    margin-top: 30px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }
}

.p-schedule-button-group__button--long, .p-schedule-button-group__button--large, .p-schedule-button-group__button {
  margin: 0 auto;
  margin-top: 15px;
  letter-spacing: normal;
}

@media screen and (min-width: 769px) {
  .p-schedule-button-group__button--long, .p-schedule-button-group__button--large, .p-schedule-button-group__button {
    max-width: inherit;
    min-width: 160px;
    width: auto;
    padding: 0 14px;
    text-align: center;
    margin: 0;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
}

.p-schedule-button-group__button--long {
  max-width: 300px;
}

.p-schedule-button-group__button--large {
  width: 200px;
  min-width: inherit;
  height: 50px;
  font-size: 16px;
}

.p-schedule-button-group__button--long + .p-schedule-button-group__button--long, .p-schedule-button-group__button--large + .p-schedule-button-group__button--long, .p-schedule-button-group__button--long + .p-schedule-button-group__button--large, .p-schedule-button-group__button--large + .p-schedule-button-group__button--large, .p-schedule-button-group__button + .p-schedule-button-group__button--long, .p-schedule-button-group__button + .p-schedule-button-group__button--large, .p-schedule-button-group__button--long + .p-schedule-button-group__button, .p-schedule-button-group__button--large + .p-schedule-button-group__button, .p-schedule-button-group__button + .p-schedule-button-group__button {
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .p-schedule-button-group__button--long + .p-schedule-button-group__button--long, .p-schedule-button-group__button--large + .p-schedule-button-group__button--long, .p-schedule-button-group__button--long + .p-schedule-button-group__button--large, .p-schedule-button-group__button--large + .p-schedule-button-group__button--large, .p-schedule-button-group__button + .p-schedule-button-group__button--long, .p-schedule-button-group__button + .p-schedule-button-group__button--large, .p-schedule-button-group__button--long + .p-schedule-button-group__button, .p-schedule-button-group__button--large + .p-schedule-button-group__button, .p-schedule-button-group__button + .p-schedule-button-group__button {
    margin: 0;
    margin-left: 40px;
  }
}

.p-schedule-form {
  display: flex;
  justify-content: center;
}

.p-schedule-form__main {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-schedule-form__main {
    max-width: 406px;
  }
}

@media screen and (min-width: 769px) {
  .p-schedule-form__main {
    max-width: 486px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.p-schedule-form__heading {
  width: 60px;
  min-width: 60px;
  line-height: 1;
  font-weight: bold;
  padding-top: 5px;
}

.p-schedule-form__label {
  font-weight: bold;
  margin-bottom: auto;
  display: block;
  font-size: 13px;
  margin-bottom: auto;
  padding: 14px 0 13px;
  line-height: 1;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-schedule-form__label {
    width: 70px;
    min-width: 70px;
  }
}

.p-schedule-form__radio {
  display: inline-block;
  margin-left: 0;
  margin-top: 20px;
}

.p-schedule-form__radio + .p-schedule-form__radio {
  margin-left: 15px;
}

@media screen and (min-width: 769px) {
  .p-schedule-form__radio {
    margin-top: 0;
  }
}

.p-schedule-form__date-select.is-disabled {
  color: rgba(26, 19, 17, 0.35);
  pointer-events: none;
}

.p-schedule-form__input-set {
  flex-wrap: wrap;
  display: flex;
  margin-top: 15px;
  align-items: center;
}

@media screen and (min-width: 481px) {
  .p-schedule-form__input-set {
    flex-direction: row;
  }
}

.p-schedule-form__textarea {
  height: 90px;
}

@media screen and (min-width: 769px) {
  .p-schedule-form__textarea {
    width: 355px;
  }
}

.p-schedule-form__input-wrap {
  width: calc((100% - 28px) / 2);
  max-width: 163px;
  min-width: 132px;
}

.p-schedule-form__input-wrap + .p-schedule-form__input-wrap {
  width: calc((100% - 28px) / 2 + 28px);
  max-width: 191px;
  min-width: 160px;
}

@media screen and (max-width: 374px) {
  .p-schedule-form__input {
    width: inherit;
    max-width: inherit !important;
    min-width: inherit !important;
  }
}

.p-item-list__heading {
  padding-bottom: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.p-item-list__content:first-child {
  margin-top: 0;
}

.p-item-list__content + .p-item-list__content {
  margin-top: 10px;
}

.p-item-list__content--small {
  width: 176px;
}

.p-item-list__content--radio-input {
  margin-top: 10px;
}

@media screen and (min-width: 1080px) {
  .p-item-list__content--radio-input {
    margin-top: 0;
  }
}

.p-item-list__content.is-disabled {
  background-color: #f5f5f5;
  pointer-events: none;
}

@media screen and (min-width: 1080px) {
  .p-item-list__content.is-disabled {
    background-color: rgba(255, 255, 255, 0.35);
  }
}

.p-item-list__inner {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}

@media screen and (min-width: 1080px) {
  .p-item-list__inner {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid white;
  }
}

@media screen and (min-width: 1080px) {
  .p-item-list__inner--contract-request {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-item-list__inner--contract-request + .p-item-list__inner--contract-request {
  margin-top: 28px;
}

@media screen and (min-width: 1080px) {
  .p-item-list__inner--contract-request + .p-item-list__inner--contract-request {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid white;
  }
}

.p-item-list__sub-heading-group {
  margin-bottom: 12px;
  display: none;
}

@media screen and (min-width: 1080px) {
  .p-item-list__sub-heading-group {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1080px) {
  .p-item-list__group {
    width: 450px;
  }
}

.p-item-list__group + .p-item-list__group {
  margin-top: 20px;
}

@media screen and (min-width: 1080px) {
  .p-item-list__group + .p-item-list__group {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-item-list__group--small {
    width: 161px;
  }
}

.p-item-list__label--sp, .p-item-list__label {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 16px;
  line-height: 1;
}

@media screen and (min-width: 1080px) {
  .p-item-list__label--sp, .p-item-list__label {
    margin-bottom: 0;
    line-height: 38px;
    width: 120px;
  }
}

.p-item-list__label--sp {
  margin-bottom: 5px;
}

@media screen and (min-width: 1080px) {
  .p-item-list__label--sp {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .p-item-list__label--auto {
    width: auto;
    margin-left: 60px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1080px) {
  .p-item-list__radio-group {
    display: flex;
    line-height: 38px;
  }
}

.p-item-list__delete-button {
  right: -14px;
  top: -17px;
  position: absolute;
}

@media screen and (min-width: 1080px) {
  .p-item-list__delete-button {
    right: auto;
    top: 4px;
    left: -44px;
  }
}

@media screen and (min-width: 1080px) {
  .p-item-list__delete-button--contract-request {
    top: 68px;
  }
}

.p-item-list__item + .p-item-list__item {
  margin-top: 20px;
}

@media screen and (min-width: 1080px) {
  .p-item-list__item + .p-item-list__item {
    margin-top: 15px;
  }
}

.p-item-list__item .p-item-list__flex + .p-item-list__flex {
  margin-top: 15px;
}

@media screen and (min-width: 1080px) {
  .p-item-list__item .p-item-list__flex + .p-item-list__flex {
    margin-top: 0;
  }
}

@media screen and (min-width: 1080px) {
  .p-item-list__flex {
    display: flex;
  }
}

@media screen and (min-width: 1080px) {
  .p-item-list__flex--contract-request {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.p-checkbox-area {
  margin-top: 35px;
  text-align: center;
}

.p-checkbox-area__text--small {
  font-size: 12px;
}

.p-popup__toggle {
  display: none;
}

.p-popup__label {
  position: relative;
  padding: 0 4px;
  display: inline-block;
}

.p-popup__label:hover {
  background-color: #ecfaf2;
}

.p-popup__overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.p-popup__window {
  display: none;
  width: 100%;
  max-width: 405px;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  top: -38px;
  left: 1px;
  position: absolute;
  background-color: white;
  z-index: 2;
  padding: 15px;
}

@media screen and (min-width: 769px) {
  .p-popup__window {
    width: 395px;
    top: -19px;
    left: -15px;
  }
}

.p-popup__close-button {
  display: none;
  position: absolute;
  top: -10px;
  left: -15px;
  width: 31px;
  height: 31px;
  background-image: url("img/icon-close-button.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.p-popup__icon {
  display: inline-block;
  margin-bottom: -1px;
  vertical-align: sub;
  width: 21px;
  height: 21px;
  background-image: url("img/icon-edit.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .p-popup__inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .p-popup__main {
    display: flex;
    align-items: flex-start;
  }
}

.p-popup__heading {
  font-size: 15px;
  font-weight: bold;
  line-height: 38px;
}

.p-popup__error-message {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}

.p-popup__input-group {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .p-popup__input-group {
    width: 243px;
  }
}

.p-popup__input {
  font-size: 16px;
  height: 38px;
  background-color: #f5f5f5;
  border: inherit;
}

.p-popup__button {
  background-color: #4acb7c;
  margin-top: 5px;
  width: 60px;
  height: 27px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .p-popup__button {
    margin-left: 11px;
  }
}

.p-popup__toggle:checked ~ .p-popup__window {
  display: block;
}

.p-popup__toggle:checked ~ .p-popup__window .p-popup__close-button {
  display: inline-block;
}

.p-popup__toggle:checked ~ .p-popup__overlay {
  display: block;
}

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

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

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

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}

.u-pc-large-only {
  display: none;
}

@media screen and (min-width: 769px) {
  .u-pc-large-only {
    display: inline-block;
  }
}

.u-pc-only {
  display: none;
}

@media screen and (min-width: 481px) {
  .u-pc-only {
    display: inline-block;
  }
}

.u-pc-only--row {
  display: none;
}

@media screen and (min-width: 481px) {
  .u-pc-only--row {
    display: table-row;
  }
}

@media screen and (min-width: 481px) {
  .u-sp-only {
    display: none;
  }
}

.u-1080-only {
  display: none;
}

@media screen and (min-width: 1080px) {
  .u-1080-only {
    display: block;
  }
}

@media screen and (min-width: 1080px) {
  .u-max-1080-only {
    display: none;
  }
}

.u-inline {
  display: inline-block;
}

.u-display-block {
  display: block;
}

.u-flex {
  display: flex;
  align-items: center;
}

.u-letter-0 {
  letter-spacing: 0;
}

.u-line-height-1 {
  line-height: 1;
}

.u-line-height-14 {
  line-height: 1.4;
}

.u-sp-order-top {
  order: -1;
}

@media screen and (min-width: 769px) {
  .u-sp-order-top {
    order: 0;
  }
}

.u-color-white {
  color: #ffffff;
}

.u-color-green {
  color: #028369;
}

.u-color-red {
  color: #ff5415;
}

.u-font-11 {
  font-size: 11px !important;
}

.u-font-12 {
  font-size: 12px !important;
}

.u-font-13 {
  font-size: 13px !important;
}

.u-font-14 {
  font-size: 14px !important;
}

.u-font-15 {
  font-size: 15px !important;
}

.u-font-16 {
  font-size: 16px !important;
}

.u-font-17 {
  font-size: 17px !important;
}

.u-font-18 {
  font-size: 18px !important;
}

.u-font-20 {
  font-size: 20px !important;
}

.u-font-24 {
  font-size: 24px !important;
}

.u-font-26 {
  font-size: 26px !important;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

.u-font-en {
  font-family: "DM Sans", sans-serif;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt105 {
  margin-top: 105px;
}

.u-mt110 {
  margin-top: 110px;
}

.u-mt115 {
  margin-top: 115px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt125 {
  margin-top: 125px;
}

.u-mt130 {
  margin-top: 130px;
}

.u-mt135 {
  margin-top: 135px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt145 {
  margin-top: 145px;
}

.u-mt150 {
  margin-top: 150px;
}

.u-mt155 {
  margin-top: 155px;
}

.u-mt160 {
  margin-top: 160px;
}

.u-mt165 {
  margin-top: 165px;
}

.u-mt170 {
  margin-top: 170px;
}

.u-mt175 {
  margin-top: 175px;
}

.u-mt180 {
  margin-top: 180px;
}

.u-mt185 {
  margin-top: 185px;
}

.u-mt190 {
  margin-top: 190px;
}

.u-mt195 {
  margin-top: 195px;
}

.u-mt200 {
  margin-top: 200px;
}

.u-mt205 {
  margin-top: 205px;
}

.u-mt210 {
  margin-top: 210px;
}

.u-mt215 {
  margin-top: 215px;
}

.u-mt220 {
  margin-top: 220px;
}

.u-mt225 {
  margin-top: 225px;
}

.u-mt230 {
  margin-top: 230px;
}

.u-mt235 {
  margin-top: 235px;
}

.u-mt240 {
  margin-top: 240px;
}

.u-mt245 {
  margin-top: 245px;
}

.u-mt250 {
  margin-top: 250px;
}

.u-mt255 {
  margin-top: 255px;
}

.u-mt260 {
  margin-top: 260px;
}

.u-mt265 {
  margin-top: 265px;
}

.u-mt270 {
  margin-top: 270px;
}

.u-mt275 {
  margin-top: 275px;
}

.u-mt280 {
  margin-top: 280px;
}

.u-mt285 {
  margin-top: 285px;
}

.u-mt290 {
  margin-top: 290px;
}

.u-mt295 {
  margin-top: 295px;
}

.u-mt300 {
  margin-top: 300px;
}

.u-mt305 {
  margin-top: 305px;
}

.u-mt310 {
  margin-top: 310px;
}

.u-mt315 {
  margin-top: 315px;
}

.u-mt320 {
  margin-top: 320px;
}

.u-mt325 {
  margin-top: 325px;
}

.u-mt330 {
  margin-top: 330px;
}

.u-mt335 {
  margin-top: 335px;
}

.u-mt340 {
  margin-top: 340px;
}

.u-mt345 {
  margin-top: 345px;
}

.u-mt350 {
  margin-top: 350px;
}

.u-mt355 {
  margin-top: 355px;
}

.u-mt360 {
  margin-top: 360px;
}

.u-mt365 {
  margin-top: 365px;
}

.u-mt370 {
  margin-top: 370px;
}

.u-mt375 {
  margin-top: 375px;
}

.u-mt380 {
  margin-top: 380px;
}

.u-mt385 {
  margin-top: 385px;
}

.u-mt390 {
  margin-top: 390px;
}

.u-mt395 {
  margin-top: 395px;
}

.u-mt400 {
  margin-top: 400px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb105 {
  margin-bottom: 105px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-mb115 {
  margin-bottom: 115px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb125 {
  margin-bottom: 125px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-mb135 {
  margin-bottom: 135px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb145 {
  margin-bottom: 145px;
}

.u-mb150 {
  margin-bottom: 150px;
}

.u-mb155 {
  margin-bottom: 155px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-mb165 {
  margin-bottom: 165px;
}

.u-mb170 {
  margin-bottom: 170px;
}

.u-mb175 {
  margin-bottom: 175px;
}

.u-mb180 {
  margin-bottom: 180px;
}

.u-mb185 {
  margin-bottom: 185px;
}

.u-mb190 {
  margin-bottom: 190px;
}

.u-mb195 {
  margin-bottom: 195px;
}

.u-mb200 {
  margin-bottom: 200px;
}

.u-mb205 {
  margin-bottom: 205px;
}

.u-mb210 {
  margin-bottom: 210px;
}

.u-mb215 {
  margin-bottom: 215px;
}

.u-mb220 {
  margin-bottom: 220px;
}

.u-mb225 {
  margin-bottom: 225px;
}

.u-mb230 {
  margin-bottom: 230px;
}

.u-mb235 {
  margin-bottom: 235px;
}

.u-mb240 {
  margin-bottom: 240px;
}

.u-mb245 {
  margin-bottom: 245px;
}

.u-mb250 {
  margin-bottom: 250px;
}

.u-mb255 {
  margin-bottom: 255px;
}

.u-mb260 {
  margin-bottom: 260px;
}

.u-mb265 {
  margin-bottom: 265px;
}

.u-mb270 {
  margin-bottom: 270px;
}

.u-mb275 {
  margin-bottom: 275px;
}

.u-mb280 {
  margin-bottom: 280px;
}

.u-mb285 {
  margin-bottom: 285px;
}

.u-mb290 {
  margin-bottom: 290px;
}

.u-mb295 {
  margin-bottom: 295px;
}

.u-mb300 {
  margin-bottom: 300px;
}

.u-mb305 {
  margin-bottom: 305px;
}

.u-mb310 {
  margin-bottom: 310px;
}

.u-mb315 {
  margin-bottom: 315px;
}

.u-mb320 {
  margin-bottom: 320px;
}

.u-mb325 {
  margin-bottom: 325px;
}

.u-mb330 {
  margin-bottom: 330px;
}

.u-mb335 {
  margin-bottom: 335px;
}

.u-mb340 {
  margin-bottom: 340px;
}

.u-mb345 {
  margin-bottom: 345px;
}

.u-mb350 {
  margin-bottom: 350px;
}

.u-mb355 {
  margin-bottom: 355px;
}

.u-mb360 {
  margin-bottom: 360px;
}

.u-mb365 {
  margin-bottom: 365px;
}

.u-mb370 {
  margin-bottom: 370px;
}

.u-mb375 {
  margin-bottom: 375px;
}

.u-mb380 {
  margin-bottom: 380px;
}

.u-mb385 {
  margin-bottom: 385px;
}

.u-mb390 {
  margin-bottom: 390px;
}

.u-mb395 {
  margin-bottom: 395px;
}

.u-mb400 {
  margin-bottom: 400px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-ml105 {
  margin-left: 105px;
}

.u-ml110 {
  margin-left: 110px;
}

.u-ml115 {
  margin-left: 115px;
}

.u-ml120 {
  margin-left: 120px;
}

.u-ml125 {
  margin-left: 125px;
}

.u-ml130 {
  margin-left: 130px;
}

.u-ml135 {
  margin-left: 135px;
}

.u-ml140 {
  margin-left: 140px;
}

.u-ml145 {
  margin-left: 145px;
}

.u-ml150 {
  margin-left: 150px;
}

.u-ml155 {
  margin-left: 155px;
}

.u-ml160 {
  margin-left: 160px;
}

.u-ml165 {
  margin-left: 165px;
}

.u-ml170 {
  margin-left: 170px;
}

.u-ml175 {
  margin-left: 175px;
}

.u-ml180 {
  margin-left: 180px;
}

.u-ml185 {
  margin-left: 185px;
}

.u-ml190 {
  margin-left: 190px;
}

.u-ml195 {
  margin-left: 195px;
}

.u-ml200 {
  margin-left: 200px;
}

.u-ml205 {
  margin-left: 205px;
}

.u-ml210 {
  margin-left: 210px;
}

.u-ml215 {
  margin-left: 215px;
}

.u-ml220 {
  margin-left: 220px;
}

.u-ml225 {
  margin-left: 225px;
}

.u-ml230 {
  margin-left: 230px;
}

.u-ml235 {
  margin-left: 235px;
}

.u-ml240 {
  margin-left: 240px;
}

.u-ml245 {
  margin-left: 245px;
}

.u-ml250 {
  margin-left: 250px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-mr105 {
  margin-right: 105px;
}

.u-mr110 {
  margin-right: 110px;
}

.u-mr115 {
  margin-right: 115px;
}

.u-mr120 {
  margin-right: 120px;
}

.u-mr125 {
  margin-right: 125px;
}

.u-mr130 {
  margin-right: 130px;
}

.u-mr135 {
  margin-right: 135px;
}

.u-mr140 {
  margin-right: 140px;
}

.u-mr145 {
  margin-right: 145px;
}

.u-mr150 {
  margin-right: 150px;
}

.u-mr155 {
  margin-right: 155px;
}

.u-mr160 {
  margin-right: 160px;
}

.u-mr165 {
  margin-right: 165px;
}

.u-mr170 {
  margin-right: 170px;
}

.u-mr175 {
  margin-right: 175px;
}

.u-mr180 {
  margin-right: 180px;
}

.u-mr185 {
  margin-right: 185px;
}

.u-mr190 {
  margin-right: 190px;
}

.u-mr195 {
  margin-right: 195px;
}

.u-mr200 {
  margin-right: 200px;
}

.u-mr205 {
  margin-right: 205px;
}

.u-mr210 {
  margin-right: 210px;
}

.u-mr215 {
  margin-right: 215px;
}

.u-mr220 {
  margin-right: 220px;
}

.u-mr225 {
  margin-right: 225px;
}

.u-mr230 {
  margin-right: 230px;
}

.u-mr235 {
  margin-right: 235px;
}

.u-mr240 {
  margin-right: 240px;
}

.u-mr245 {
  margin-right: 245px;
}

.u-mr250 {
  margin-right: 250px;
}

.u-m0a {
  margin: 0 auto;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pt105 {
  padding-top: 105px;
}

.u-pt110 {
  padding-top: 110px;
}

.u-pt115 {
  padding-top: 115px;
}

.u-pt120 {
  padding-top: 120px;
}

.u-pt125 {
  padding-top: 125px;
}

.u-pt130 {
  padding-top: 130px;
}

.u-pt135 {
  padding-top: 135px;
}

.u-pt140 {
  padding-top: 140px;
}

.u-pt145 {
  padding-top: 145px;
}

.u-pt150 {
  padding-top: 150px;
}

.u-pt155 {
  padding-top: 155px;
}

.u-pt160 {
  padding-top: 160px;
}

.u-pt165 {
  padding-top: 165px;
}

.u-pt170 {
  padding-top: 170px;
}

.u-pt175 {
  padding-top: 175px;
}

.u-pt180 {
  padding-top: 180px;
}

.u-pt185 {
  padding-top: 185px;
}

.u-pt190 {
  padding-top: 190px;
}

.u-pt195 {
  padding-top: 195px;
}

.u-pt200 {
  padding-top: 200px;
}

.u-pt205 {
  padding-top: 205px;
}

.u-pt210 {
  padding-top: 210px;
}

.u-pt215 {
  padding-top: 215px;
}

.u-pt220 {
  padding-top: 220px;
}

.u-pt225 {
  padding-top: 225px;
}

.u-pt230 {
  padding-top: 230px;
}

.u-pt235 {
  padding-top: 235px;
}

.u-pt240 {
  padding-top: 240px;
}

.u-pt245 {
  padding-top: 245px;
}

.u-pt250 {
  padding-top: 250px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pb105 {
  padding-bottom: 105px;
}

.u-pb110 {
  padding-bottom: 110px;
}

.u-pb115 {
  padding-bottom: 115px;
}

.u-pb120 {
  padding-bottom: 120px;
}

.u-pb125 {
  padding-bottom: 125px;
}

.u-pb130 {
  padding-bottom: 130px;
}

.u-pb135 {
  padding-bottom: 135px;
}

.u-pb140 {
  padding-bottom: 140px;
}

.u-pb145 {
  padding-bottom: 145px;
}

.u-pb150 {
  padding-bottom: 150px;
}

.u-pb155 {
  padding-bottom: 155px;
}

.u-pb160 {
  padding-bottom: 160px;
}

.u-pb165 {
  padding-bottom: 165px;
}

.u-pb170 {
  padding-bottom: 170px;
}

.u-pb175 {
  padding-bottom: 175px;
}

.u-pb180 {
  padding-bottom: 180px;
}

.u-pb185 {
  padding-bottom: 185px;
}

.u-pb190 {
  padding-bottom: 190px;
}

.u-pb195 {
  padding-bottom: 195px;
}

.u-pb200 {
  padding-bottom: 200px;
}

.u-pb205 {
  padding-bottom: 205px;
}

.u-pb210 {
  padding-bottom: 210px;
}

.u-pb215 {
  padding-bottom: 215px;
}

.u-pb220 {
  padding-bottom: 220px;
}

.u-pb225 {
  padding-bottom: 225px;
}

.u-pb230 {
  padding-bottom: 230px;
}

.u-pb235 {
  padding-bottom: 235px;
}

.u-pb240 {
  padding-bottom: 240px;
}

.u-pb245 {
  padding-bottom: 245px;
}

.u-pb250 {
  padding-bottom: 250px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pl105 {
  padding-left: 105px;
}

.u-pl110 {
  padding-left: 110px;
}

.u-pl115 {
  padding-left: 115px;
}

.u-pl120 {
  padding-left: 120px;
}

.u-pl125 {
  padding-left: 125px;
}

.u-pl130 {
  padding-left: 130px;
}

.u-pl135 {
  padding-left: 135px;
}

.u-pl140 {
  padding-left: 140px;
}

.u-pl145 {
  padding-left: 145px;
}

.u-pl150 {
  padding-left: 150px;
}

.u-pl155 {
  padding-left: 155px;
}

.u-pl160 {
  padding-left: 160px;
}

.u-pl165 {
  padding-left: 165px;
}

.u-pl170 {
  padding-left: 170px;
}

.u-pl175 {
  padding-left: 175px;
}

.u-pl180 {
  padding-left: 180px;
}

.u-pl185 {
  padding-left: 185px;
}

.u-pl190 {
  padding-left: 190px;
}

.u-pl195 {
  padding-left: 195px;
}

.u-pl200 {
  padding-left: 200px;
}

.u-pl205 {
  padding-left: 205px;
}

.u-pl210 {
  padding-left: 210px;
}

.u-pl215 {
  padding-left: 215px;
}

.u-pl220 {
  padding-left: 220px;
}

.u-pl225 {
  padding-left: 225px;
}

.u-pl230 {
  padding-left: 230px;
}

.u-pl235 {
  padding-left: 235px;
}

.u-pl240 {
  padding-left: 240px;
}

.u-pl245 {
  padding-left: 245px;
}

.u-pl250 {
  padding-left: 250px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pr105 {
  padding-right: 105px;
}

.u-pr110 {
  padding-right: 110px;
}

.u-pr115 {
  padding-right: 115px;
}

.u-pr120 {
  padding-right: 120px;
}

.u-pr125 {
  padding-right: 125px;
}

.u-pr130 {
  padding-right: 130px;
}

.u-pr135 {
  padding-right: 135px;
}

.u-pr140 {
  padding-right: 140px;
}

.u-pr145 {
  padding-right: 145px;
}

.u-pr150 {
  padding-right: 150px;
}

.u-pr155 {
  padding-right: 155px;
}

.u-pr160 {
  padding-right: 160px;
}

.u-pr165 {
  padding-right: 165px;
}

.u-pr170 {
  padding-right: 170px;
}

.u-pr175 {
  padding-right: 175px;
}

.u-pr180 {
  padding-right: 180px;
}

.u-pr185 {
  padding-right: 185px;
}

.u-pr190 {
  padding-right: 190px;
}

.u-pr195 {
  padding-right: 195px;
}

.u-pr200 {
  padding-right: 200px;
}

.u-pr205 {
  padding-right: 205px;
}

.u-pr210 {
  padding-right: 210px;
}

.u-pr215 {
  padding-right: 215px;
}

.u-pr220 {
  padding-right: 220px;
}

.u-pr225 {
  padding-right: 225px;
}

.u-pr230 {
  padding-right: 230px;
}

.u-pr235 {
  padding-right: 235px;
}

.u-pr240 {
  padding-right: 240px;
}

.u-pr245 {
  padding-right: 245px;
}

.u-pr250 {
  padding-right: 250px;
}

@media screen and (min-width: 769px) {
  .u-pc-pt0 {
    padding-top: 0px;
  }
  
  .u-pc-pt5 {
    padding-top: 5px;
  }
  
  .u-pc-pt10 {
    padding-top: 10px;
  }
  
  .u-pc-pt15 {
    padding-top: 15px;
  }
  
  .u-pc-pt20 {
    padding-top: 20px;
  }
  
  .u-pc-pt25 {
    padding-top: 25px;
  }
  
  .u-pc-pt30 {
    padding-top: 30px;
  }
  
  .u-pc-pt35 {
    padding-top: 35px;
  }
  
  .u-pc-pt40 {
    padding-top: 40px;
  }
  
  .u-pc-pt45 {
    padding-top: 45px;
  }
  
  .u-pc-pt50 {
    padding-top: 50px;
  }
  
  .u-pc-pt55 {
    padding-top: 55px;
  }
  
  .u-pc-pt60 {
    padding-top: 60px;
  }
  
  .u-pc-pt65 {
    padding-top: 65px;
  }
  
  .u-pc-pt70 {
    padding-top: 70px;
  }
  
  .u-pc-pt75 {
    padding-top: 75px;
  }
  
  .u-pc-pt80 {
    padding-top: 80px;
  }
  
  .u-pc-pt85 {
    padding-top: 85px;
  }
  
  .u-pc-pt90 {
    padding-top: 90px;
  }
  
  .u-pc-pt95 {
    padding-top: 95px;
  }
  
  .u-pc-pt100 {
    padding-top: 100px;
  }
  
  .u-pc-pt105 {
    padding-top: 105px;
  }
  
  .u-pc-pt110 {
    padding-top: 110px;
  }
  
  .u-pc-pt115 {
    padding-top: 115px;
  }
  
  .u-pc-pt120 {
    padding-top: 120px;
  }
  
  .u-pc-pt125 {
    padding-top: 125px;
  }
  
  .u-pc-pt130 {
    padding-top: 130px;
  }
  
  .u-pc-pt135 {
    padding-top: 135px;
  }
  
  .u-pc-pt140 {
    padding-top: 140px;
  }
  
  .u-pc-pt145 {
    padding-top: 145px;
  }
  
  .u-pc-pt150 {
    padding-top: 150px;
  }
  
  .u-pc-pt155 {
    padding-top: 155px;
  }
  
  .u-pc-pt160 {
    padding-top: 160px;
  }
  
  .u-pc-pt165 {
    padding-top: 165px;
  }
  
  .u-pc-pt170 {
    padding-top: 170px;
  }
  
  .u-pc-pt175 {
    padding-top: 175px;
  }
  
  .u-pc-pt180 {
    padding-top: 180px;
  }
  
  .u-pc-pt185 {
    padding-top: 185px;
  }
  
  .u-pc-pt190 {
    padding-top: 190px;
  }
  
  .u-pc-pt195 {
    padding-top: 195px;
  }
  
  .u-pc-pt200 {
    padding-top: 200px;
  }
  
  .u-pc-pt205 {
    padding-top: 205px;
  }
  
  .u-pc-pt210 {
    padding-top: 210px;
  }
  
  .u-pc-pt215 {
    padding-top: 215px;
  }
  
  .u-pc-pt220 {
    padding-top: 220px;
  }
  
  .u-pc-pt225 {
    padding-top: 225px;
  }
  
  .u-pc-pt230 {
    padding-top: 230px;
  }
  
  .u-pc-pt235 {
    padding-top: 235px;
  }
  
  .u-pc-pt240 {
    padding-top: 240px;
  }
  
  .u-pc-pt245 {
    padding-top: 245px;
  }
  
  .u-pc-pt250 {
    padding-top: 250px;
  }
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2a3c2e;
  opacity: 0.8;
  cursor: unset;
  z-index: 1200;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  font-weight: bold;
  font-size: 120%;
  color: #ffffff;
  background: url("img/loading.gif") center center no-repeat;
}