@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

html, body {
  width: 100%;
  height: 100%;
  font-family: "Hiragino Sans CNS", sans-serif, "Yuanti TC";
  color: #000;
}

body {
  display: flex;
  flex-direction: column;
}

* {
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
}

button {
  transition: 0.3s;
}
button:hover {
  transition: 0.3s;
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  flex-shrink: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
  border: 2px solid #4db8d3;
  outline: #4db8d3;
}

input[type=file] {
  opacity: 0;
  position: absolute;
}

@media screen and (min-width: 1000px) {
  .l-column {
    display: flex;
    justify-content: space-between;
  }
}

.l-content--lg {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .l-content--lg {
    width: 90%;
  }
}

.l-content--md {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}

.l-form {
  padding: 80px 0;
}

.l-header {
  position: relative;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}

.l-main-content {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1000px) {
  .l-main-content {
    width: 100%;
  }
}

.l-main {
  position: relative;
  min-height: calc(100vh - 360px);
}

.l-project {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .l-project {
    padding: 30px 0 80px;
  }
}

.l-side {
  width: 240px;
}
@media screen and (max-width: 1000px) {
  .l-side {
    width: 100%;
  }
}

.c-badge--sm {
  padding: 5px 15px;
  background: #66A3C2;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
}
.c-badge--lg {
  padding: 8px 20px;
  background: #66A3C2;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
}

.c-btn {
  display: block;
  max-width: 330px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 80px;
  background: #00BCAE;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
    padding: 15px 60px;
  }
}
.c-btn--upload {
  margin: 0 auto;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  background: #00BCAE;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  max-width: 250px;
  transition: 0.3s;
}
.c-btn--upload:hover {
  background: #80ddd5;
  transition: 0.3s;
}
.c-btn--apply {
  background: #FAA643;
  max-width: 330px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  border-radius: 4px;
  display: block;
}
.c-btn--apply:hover {
  background: #f6bf7c;
  cursor: pointer;
}
.c-btn--danger {
  background: #f52152;
  width: 300px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  border-radius: 4px;
  display: block;
}
.c-btn--danger:hover {
  background: #fb7292;
  cursor: pointer;
}
.c-btn--disabled {
  background: #C0C4CE;
  cursor: default;
  color: #fff;
  width: 100%;
  max-width: 330px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  border-radius: 4px;
  display: block;
}
.c-btn--disabled:hover {
  cursor: default;
}
.c-btn:hover {
  background: #80ddd5;
  cursor: pointer;
}

.c-comment__user {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .c-comment__user {
    max-width: 100%;
  }
}
.c-comment__user--send {
  flex-direction: row-reverse;
  margin-left: auto;
}
.c-comment__user__avater:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.c-comment__user__avater--send {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .c-comment__user__avater--send {
    margin-left: 8px;
  }
}
.c-comment__user__avater--receved {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .c-comment__user__avater--receved {
    margin-right: 8px;
  }
}
.c-comment__user__avater__img {
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .c-comment__user__avater__img {
    width: 40px;
  }
}
.c-comment__user__avater__img > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 414px) {
  .c-comment__user__avater__img > img {
    width: 40px;
    height: 40px;
  }
}
.c-comment__user__avater__name {
  max-width: 80px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .c-comment__user__avater__name {
    width: 40px;
    font-size: 0.8rem;
  }
}
.c-comment__user__content {
  width: calc(100% - 96px);
}
@media screen and (max-width: 768px) {
  .c-comment__user__content {
    width: calc(100% - 46px);
  }
}
.c-comment__user__message {
  width: calc(100% - 48px);
  padding: 8px 16px;
  min-height: 60px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .c-comment__user__message {
    min-height: 40px;
  }
}
@media screen and (max-width: 414px) {
  .c-comment__user__message {
    width: 100%;
  }
}
.c-comment__user__message--send {
  background: #E2EEFA;
  position: relative;
  margin-left: auto;
}
.c-comment__user__message--send::after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 5px;
  margin-top: -5px;
  top: 20px;
  left: 100%;
  border-right-color: #E2EEFA;
  transform: rotate(180deg);
}
.c-comment__user__message--receved {
  background: #FDE8E8;
  position: relative;
}
.c-comment__user__message--receved::after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 5px;
  margin-top: -5px;
  top: 20px;
  right: 100%;
  border-right-color: #FDE8E8;
}
.c-comment__user__text {
  word-break: break-all;
}

.c-error {
  color: #ff4d5d;
  font-size: 0.9rem;
  margin-top: 8px;
  display: block;
}

.c-flash-message {
  font-size: 1.1rem;
  padding: 20px;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 1001;
}
.c-flash-message--success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
  font-weight: bold;
}
.c-flash-message--danger {
  color: #510f37;
  background-color: #e7d1e0;
  border-color: #e1beda;
  font-weight: bold;
}

.c-footer {
  background: #000;
  padding: 40px 0;
}
@media screen and (max-width: 414px) {
  .c-footer {
    padding: 80px 20px;
  }
}
.c-footer__nav {
  margin-bottom: 50px;
}
.c-footer__nav__heading {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.c-footer__nav__item {
  position: relative;
  padding-left: 16px;
  margin-left: 16px;
}
@media screen and (min-width: 768px) {
  .c-footer__nav__item:first-child::after {
    content: "";
  }
}
.c-footer__nav__item::after {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__item::after {
    font-size: 12px;
    content: "-";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
  }
}
.c-footer__nav__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-footer__nav__list {
    flex-wrap: wrap;
  }
}
.c-footer__nav__link {
  color: #fff;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 414px) {
  .c-footer__nav__link {
    font-size: 12px;
  }
}
.c-footer__copy {
  color: #fff;
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 414px) {
  .c-footer__copy {
    font-size: 10px;
  }
}

.c-form {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .c-form {
    padding: 30px 20px;
  }
}
.c-form__heading {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-form__heading {
    font-size: 1.4rem;
  }
}
.c-form__text {
  text-align: center;
  line-height: 1.3;
}
.c-form__list {
  margin-top: 20px;
}
.c-form__list:first-child {
  margin-top: 0;
}
.c-form__head {
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.c-form__input {
  font-size: 1rem;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #C0C4CE;
  border-radius: 6px;
  width: 100%;
}
.c-form__input.is-error {
  background: #f8d7da;
  border-color: #f5c2c7;
}
.c-form__input--sm {
  max-width: 130px;
}
.c-form__checkbox__text {
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
input[type=checkbox] + .c-form__checkbox__text::before {
  content: "";
  border: 1px solid #C0C4CE;
  background: #fff;
  border-radius: 4px;
  display: inline-block;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  left: 0;
}
input[type=checkbox] + .c-form__checkbox__text::after {
  content: "";
  border-right: 2px solid #21B7B6;
  border-bottom: 2px solid #21B7B6;
  position: absolute;
  opacity: 0;
  transform: rotate(45deg);
  transition: all 0.3s;
  width: 6px;
  height: 11px;
  top: 1px;
  left: 10px;
  z-index: 1;
}
input[type=checkbox]:checked + input[type=checkbox] + .c-form__checkbox__text__checkbox__text::after {
  opacity: 1;
}
.c-form__list {
  margin-top: 40px;
}
.c-form__head__icon {
  font-size: 12px;
  padding: 5px 10px;
  color: #fff;
  margin-left: 10px;
  border-radius: 4px;
}
.c-form__head__icon--required {
  background: #f57b4e;
}
.c-form__select {
  border: 1px solid #C0C4CE;
  border-radius: 6px;
  width: 100%;
  font-size: 1rem;
  padding: 10px 15px;
  background: url("../images/select.svg");
  background-size: 10px;
  background-position: center right 10px;
  background-repeat: no-repeat;
}
.c-form__col {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0.8rem;
}
.c-form__col__body {
  display: flex;
  align-items: center;
}
.c-form__col__body__unit {
  margin-left: 10px;
  font-weight: bold;
}
.c-form__textarea {
  border: 1px solid #C0C4CE;
  border-radius: 6px;
  width: 100%;
  height: 350px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1rem;
}
.c-form__textarea--message {
  height: 200px;
}
.c-form__count {
  margin-top: 10px;
  text-align: right;
  font-size: 0.8rem;
}
.c-form__radio__text {
  display: inline-block;
  font-size: 0.9rem;
  padding-left: 40px;
  position: relative;
  line-height: 1.5;
}
.c-form input[type=radio] {
  opacity: 0;
  position: absolute;
}
.c-form input[type=radio] + .c-form__radio__text::before {
  content: "";
  border: 2px solid #C0C4CE;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  left: 0;
}
.c-form input[type=radio] + .c-form__radio__text::after {
  content: "";
  background: #6b9aef;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 5px;
  z-index: 1;
}
.c-form input[type=radio]:checked + .c-form__radio__text::after {
  opacity: 1;
}

.c-header-nav {
  z-index: 1001;
  position: fixed;
  right: 40px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .c-header-nav {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 16px 16px;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 60px;
    width: 100%;
    transition: all 0.3s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .c-header-nav__content {
    width: 100%;
  }
}
.c-header-nav__btn {
  display: block;
  padding: 8px;
  box-sizing: border-box;
  font-size: 12px;
  border-radius: 4px;
  margin: 0 5px;
}
.c-header-nav__btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .c-header-nav__btn {
    width: 100%;
    margin: 0 0 10px;
    font-size: 16px;
    text-align: center;
    padding: 18px 0;
  }
}
.c-header-nav__btn__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header-nav__btn__wrap {
    display: block;
    padding: 20px;
  }
}
.c-header-nav__btn--login {
  color: #085591;
  border: solid 1px #085591;
}
.c-header-nav__btn--register {
  color: #fff;
  background: #3479CA;
}
.c-header-nav__user {
  position: relative;
}
.c-header-nav__user__btn {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #587170;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-header-nav__user__btn {
    display: none;
  }
}
.c-header-nav__user__btn:hover {
  cursor: pointer;
}
.c-header-nav__user__icon {
  width: 40px;
  margin-right: 10px;
}
.c-header-nav__user__icon > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.c-header-nav__user__list {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-header-nav__user__list {
    width: 230px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .c-header-nav__user__list.is-show {
    display: block;
  }
}
.c-header-nav__user__link {
  padding: 15px 20px;
  font-size: 18px;
  display: block;
  border-bottom: 1px solid #d9d9d9;
}
.c-header-nav__user__link:hover {
  background: #F0F4F8;
}
.c-header-nav__user__link--logout {
  width: 100%;
  color: #000;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-header-nav.is-navOpen {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
}

.c-header {
  width: 100%;
  height: 75px;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-header {
    padding: 0 20px;
    height: 60px;
    justify-content: space-between;
  }
}
.c-header__logo {
  width: 160px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .c-header__logo {
    width: 120px;
  }
}
.c-header__menu-trigger {
  display: none;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 40px;
  height: 32px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .c-header__menu-trigger {
    display: inline-block;
  }
}
.c-header__menu-line {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
.c-header__menu-line:nth-of-type(1) {
  top: 0;
}
.c-header__menu-line:nth-of-type(2) {
  top: 14px;
}
.c-header__menu-line:nth-of-type(3) {
  bottom: 0;
}
.c-header__menu--active .c-header__menu-line:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.c-header__menu--active .c-header__menu-line:nth-of-type(2) {
  opacity: 0;
}
.c-header__menu--active .c-header__menu-line:nth-of-type(3) {
  transform: translateY(-15px) rotate(45deg);
}
.c-header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header__list {
    display: none;
  }
}
.c-header__item {
  margin: 0 5px;
}
.c-header__link {
  display: block;
  padding: 8px;
}
.c-header__link:hover {
  opacity: 0.4;
}
.c-header__link--green {
  color: #00BCAE;
}

.c-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1100;
  display: none;
}
.c-modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: fixed;
  width: 100%;
}
.c-modal__content {
  padding: 40px;
  width: 100%;
  max-width: 600px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1101;
}
@media screen and (max-width: 414px) {
  .c-modal__content {
    width: 95%;
    padding: 40px 20px;
  }
}
.c-modal__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.c-modal__form__text {
  margin: 20px 0;
  line-height: 1.2;
}
.c-modal__form__text--sub {
  font-size: 0.8rem;
  color: #707070;
  margin: 20px 0;
}
.c-modal__form__btn {
  margin-top: 30px;
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin-bottom: 40px;
  }
}
.c-pagination__item {
  width: 40px;
  height: 40px;
  margin: 4px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .c-pagination__item {
    width: 30px;
    height: 30px;
  }
}
.c-pagination__item.active .c-pagination__link {
  background: #00BCAE;
  color: #fff;
}
.c-pagination__item.active .c-pagination__link:hover {
  background: #fff;
  color: #000;
  border: 1px solid #00BCAE;
}
.c-pagination__link {
  border: 1px solid #C0C4CE;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.3s;
  line-height: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-pagination__link {
    font-size: 0.9rem;
    line-height: 30px;
  }
}
.c-pagination__link:hover {
  background: #ebebeb;
  cursor: pointer;
}

.c-panel__item {
  border: 1px solid #d9d9d9;
}
.c-panel__none {
  padding: 20px 40px;
  min-height: 100px;
  text-align: center;
  background: #F4F4F4;
  color: #575757;
  line-height: 100px;
  font-size: 1.1rem;
  font-weight: bold;
}
.c-panel__link {
  display: block;
  padding: 20px 40px;
  position: relative;
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c-panel__link {
    padding: 20px;
  }
}
.c-panel__link.is-finished {
  overflow: hidden;
}
.c-panel__link.is-finished::before {
  content: "\3053\306E\6848\4EF6\306E\52DF\96C6\306F\7D42\4E86\3057\307E\3057\305F";
  font-size: 1.1rem;
  font-weight: bold;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  letter-spacing: 0.05em;
  z-index: 20;
}
.c-panel__link.is-finished::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.c-panel__link:hover {
  background: #F0F4F8;
  border: 2px solid #97e1a7;
}
.c-panel__title {
  font-weight: bold;
  color: #085591;
  margin-bottom: 15px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .c-panel__title {
    font-size: 0.8rem;
  }
}
.c-panel__price {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .c-panel__price {
    font-size: 0.8rem;
  }
}
.c-panel__price-wrap {
  display: flex;
  color: #CC0221;
  font-weight: bold;
  margin-top: 15px;
}

.c-search {
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 40px;
  margin-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  .c-search {
    padding: 20px;
  }
}
.c-search__head {
  border-right: 5px solid #707070;
  padding: 20px 10px;
}
@media screen and (max-width: 414px) {
  .c-search__head {
    display: none;
  }
}
.c-search__title {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-search__body {
  width: 65%;
}
@media screen and (max-width: 414px) {
  .c-search__body {
    width: 60%;
    margin-left: 10px;
  }
}
.c-search__keyword {
  padding: 10px 20px;
  font-size: 1rem;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  margin-bottom: 16px;
}
@media screen and (max-width: 414px) {
  .c-search__keyword {
    font-size: 0.8rem;
  }
}
.c-search__select {
  border: 1px solid #C0C4CE;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 1rem;
  width: 100%;
  background: url("../images/select.svg");
  background-size: 10px;
  background-position: center right 10px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 414px) {
  .c-search__select {
    font-size: 0.8rem;
  }
}
.c-search__btn {
  background: #5A9DC1;
  padding: 8px 35px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 414px) {
  .c-search__btn {
    padding: 8px 30px;
  }
}
.c-search__btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.c-side {
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.c-side__mypage {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}
.c-side__mypage:hover {
  background: #F0F4F8;
}
.c-side__block {
  padding: 10px 0;
  border-top: 1px solid #000;
}
.c-side__heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #085591;
  padding: 0 30px;
}
@media screen and (max-width: 1000px) {
  .c-side__heading {
    text-align: center;
  }
}
.c-side__link {
  padding: 15px;
  display: block;
  text-align: center;
  border-radius: 6px;
}
.c-side__link:hover {
  background: #F0F4F8;
}

.c-top__heading {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 50px;
  color: #3E62B2;
}
@media screen and (max-width: 414px) {
  .c-top__heading {
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
}

.p-dm-detail__head {
  background: #fff;
  border-radius: 6px;
  padding: 30px 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-dm-detail__head {
    padding: 30px 10px;
  }
}
.p-dm-detail__head__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.p-dm-detail__head__img {
  width: 100px;
}
.p-dm-detail__head__img > img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
  height: 100px;
}
.p-dm-detail__head__name {
  color: #085591;
  font-size: 1.5rem;
  margin-left: 30px;
}
.p-dm-detail__head__heading {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.p-dm-detail__head__product__title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #085591;
  margin-bottom: 15px;
  line-height: 1.2;
  word-break: break-all;
}
.p-dm-detail__head__product__amount {
  color: #CC0221;
  font-weight: bold;
  margin: 15px 0;
  word-break: break-all;
}
.p-dm-detail__head__product__apply {
  margin: 15px 0;
}
.p-dm-detail__body {
  padding: 40px;
  background: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-dm-detail__body {
    padding: 30px 10px;
  }
}
.p-dm-detail__body__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.p-dm-detail__comment {
  overflow: auto;
  max-height: 1000px;
  padding: 10px;
}
.p-dm-detail__form {
  margin-top: 40px;
}
.p-dm-detail__btn {
  margin-top: 30px;
}

.p-error {
  padding: 60px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 414px) {
  .p-error {
    padding: 30px 20px;
  }
}
.p-error__heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-error__heading {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.p-error__text {
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-error__text {
    font-size: 0.8rem;
  }
}
.p-error__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-error__btn {
    margin-top: 20px;
  }
}

.p-mypage {
  padding: 60px 0;
}
.p-mypage__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}
.p-mypage__block {
  width: 100%;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.p-mypage__block__head {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 5px solid #00BCAE;
  border-bottom: 1px solid #d9d9d9;
}
.p-mypage__block__title {
  font-size: 20px;
  font-weight: bold;
}
.p-mypage__block__link {
  color: #00BCAE;
  font-size: 14px;
}
.p-mypage__block__link:hover {
  text-decoration: underline;
}
.p-mypage__panel {
  display: flex;
  justify-content: space-between;
  align-self: start;
}
@media screen and (max-width: 768px) {
  .p-mypage__panel {
    display: block;
  }
}
.p-mypage__panel__btn {
  width: 20%;
  padding: 20px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-mypage__panel__btn {
    width: 100%;
    padding: 8px 20px;
    justify-content: end;
  }
}
.p-mypage__panel__btn--edit {
  font-size: 2rem;
  color: #565555;
  margin: 0 8px;
}
.p-mypage__panel__btn--edit:hover {
  opacity: 0.5;
}
.p-mypage__panel__btn--delete {
  font-size: 2rem;
  color: #E3352E;
  margin: 0 4px;
}
.p-mypage__panel__btn--delete:hover {
  opacity: 0.5;
}
.p-mypage__panel__btn--delete > .fa-trash-alt {
  width: 32px;
  height: 32px;
}
.p-mypage__pb-msg__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-mypage__pb-msg__wrap {
    display: block;
    overflow: hidden;
  }
}
.p-mypage__pb-msg__text {
  max-width: 70%;
  padding: 20px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.p-mypage__pb-msg__time {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-mypage__pb-msg__time {
    float: right;
  }
}
.p-mypage__dm__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-mypage__dm__wrap {
    padding: 10px 20px;
  }
}
.p-mypage__dm__link {
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.p-mypage__dm__link > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 80px;
  height: 80px;
}
.p-mypage__dm__body {
  width: 82.5%;
}
.p-mypage__dm__name {
  font-size: 1.2rem;
  padding: 0 15px;
  margin-bottom: 5px;
  color: #085591;
  font-weight: bold;
}
.p-mypage__dm__text {
  font-size: 1rem;
  padding: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.p-mypage__withdraw {
  padding: 60px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 414px) {
  .p-mypage__withdraw {
    padding: 40px 20px;
  }
}
.p-mypage__withdraw__heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.p-mypage__withdraw__text {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
}
.p-mypage__withdraw__btn {
  margin-top: 30px;
}

.p-product-detail__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #085591;
  margin-top: 10px;
  margin-bottom: 20px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .p-product-detail__title {
    line-height: 1.3;
  }
}
.p-product-detail__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-product-detail__wrap {
    padding: 0 10px;
  }
}
.p-product-detail__heart {
  color: #C0C4CE;
  font-size: 30px;
}
.p-product-detail__heart.is-active {
  color: #EAA8BF;
}
.p-product-detail__heart:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-product-detail__requester {
  margin: 50px 0 30px;
}
.p-product-detail__requester__link {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #C0C4CE;
  border-radius: 6px;
}
@media screen and (max-width: 414px) {
  .p-product-detail__requester__link {
    padding: 20px 10px;
  }
}
.p-product-detail__requester__link:hover {
  background: #f7f7f7;
}
@media screen and (max-width: 414px) {
  .p-product-detail__requester__title {
    font-size: 0.8rem;
  }
}
.p-product-detail__img {
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
}
@media screen and (max-width: 414px) {
  .p-product-detail__img {
    width: 60px;
  }
}
.p-product-detail__img > img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 414px) {
  .p-product-detail__img > img {
    width: 60px;
    height: 60px;
  }
}
.p-product-detail__name {
  font-size: 1.3rem;
  color: #085591;
  margin-left: 15px;
  word-break: break-all;
  max-width: 60%;
}
@media screen and (max-width: 414px) {
  .p-product-detail__name {
    max-width: 50%;
  }
}
.p-product-detail__dm {
  margin-bottom: 14px;
  text-align: right;
}
.p-product-detail__dm__link:hover {
  color: #00BCAE;
  text-decoration: underline;
}
.p-product-detail__price {
  color: #CC0221;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 30px;
  word-break: break-all;
}
.p-product-detail__price__unit {
  font-size: 1rem;
}
.p-product-detail__content {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-product-detail__content__text {
  padding: 20px;
  font-size: 1.2rem;
  background: #eee;
  border-radius: 4px;
  min-height: 200px;
  word-break: break-all;
  line-height: 1.5;
}
.p-product-detail__form {
  margin-top: 60px;
}
.p-product-detail__twitter {
  background: #1DA1F2;
  max-width: 120px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}
.p-product-detail__twitter .fa-twitter {
  margin-right: 4px;
}
.p-product-detail__twitter a {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  width: 100%;
}

.p-product-register__heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-product-register__heading {
    font-size: 1.4rem;
  }
}
.p-product-register__btn {
  margin-top: 30px;
}
.p-product-register__radio {
  display: flex;
  align-items: center;
}
.p-product-register__radio .c-form__radio {
  margin-left: 24px;
}

@media screen and (max-width: 1000px) {
  .p-profile {
    padding-bottom: 50px;
  }
}
.p-profile__head {
  margin-bottom: 40px;
}
.p-profile__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-profile__img {
  margin: 0 auto;
  margin-bottom: 16px;
  border-radius: 50%;
  overflow: hidden;
  max-width: 160px;
}
.p-profile__img > img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.p-profile__mail {
  display: flex;
  justify-content: space-between;
}
.p-profile__mail__text {
  line-height: 1.8;
  margin-left: 40px;
}
.p-profile__mail__btn:hover {
  color: #00BCAE;
  text-decoration: underline;
}
.p-profile__btn {
  margin-top: 30px;
}

.p-signup__btn {
  margin-top: 35px;
  text-align: center;
}
.p-signup__btn__text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.4;
}
.p-signup__btn__link {
  color: #00BCAE;
}
.p-signup__btn__link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.p-signup__link {
  margin-top: 30px;
}
.p-signup__link__forget {
  color: #00BCAE;
}
.p-signup__link__forget:hover {
  text-decoration: underline;
}

.p-terms {
  background: #fff;
  padding: 80px 60px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .p-terms {
    padding: 40px 24px;
  }
}
.p-terms__heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.p-terms__sub-heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 20px 0;
}
.p-terms__text {
  font-size: 0.9rem;
  line-height: 1.7;
}
.p-terms__item {
  margin-top: 40px;
}
.p-terms__content {
  padding-left: 20px;
}
.p-terms__content__item {
  font-size: 0.9rem;
  line-height: 1.7;
  list-style-type: decimal;
  margin: 8px 0;
}
.p-terms__privacy {
  margin-top: 50px;
  padding: 24px;
  border: 3px solid #000;
}
.p-terms__privacy__title {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
.p-terms__privacy__block__text {
  font-size: 0.8rem;
  line-height: 1.7;
}

.p-top {
  position: relative;
}
.p-top__hero {
  position: relative;
  background: url("../images/undraw_Work_chat_re_qes4.png");
  background-size: 900px 640px;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .p-top__hero {
    padding-top: 40px;
    padding-bottom: 0;
    background-size: 400px 350px;
    background-position: bottom center;
  }
}
@media screen and (max-width: 414px) {
  .p-top__hero {
    background-size: 90vw 300px;
  }
}
.p-top__hero__content {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top__hero__content {
    max-width: 1200px;
  }
}
.p-top__hero__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .p-top__hero__title {
    font-size: 1.6rem;
    padding-bottom: 0px;
  }
}
.p-top__hero__btn {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-top__hero__btn {
    margin: 250px auto 0;
  }
}
.p-top__match {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-top__match {
    padding: 40px 0;
  }
}
.p-top__match__wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top__match__wrap {
    display: block;
    margin: 0 auto;
  }
}
.p-top__match__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top__match__img {
    width: 100%;
  }
}
.p-top__match__text {
  width: 50%;
  padding: 10px 15px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top__match__text {
    width: 95%;
    padding: 20px 10px;
    margin: 0 auto;
    line-height: 1.8;
  }
}
@media screen and (max-width: 414px) {
  .p-top__match__text {
    font-size: 0.8rem;
  }
}
.p-top__match__text--bold {
  font-weight: bold;
}
.p-top__works {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-top__works {
    padding: 40px 0;
  }
}
.p-top__works__wrap {
  margin-bottom: 50px;
}
.p-top__use {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-top__use {
    padding: 40px 0;
  }
}
.p-top__use__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top__use__wrap {
    display: block;
    margin: 0 auto;
  }
}
.p-top__use__card {
  width: 30%;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-top__use__card {
    width: 100%;
  }
}
.p-top__use__card-heading {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #085591;
  padding: 20px 0;
}
.p-top__use__card-body {
  text-align: center;
  min-height: 250px;
}
.p-top__use__card-title {
  font-weight: bold;
  font-size: 26px;
  margin: 15px 0;
  padding: 0 10px;
}
.p-top__use__card-text {
  padding: 10px;
  line-height: 1.4;
  font-size: 14px;
}
.p-top__use__font-size {
  font-size: 40px;
}
.p-top__customer {
  padding: 80px 0;
}
.p-top__customer__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-top__customer__wrap {
    display: block;
    margin: 0 auto;
  }
}
.p-top__customer__panel {
  width: 30%;
  box-sizing: border-box;
  border-radius: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .p-top__customer__panel {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-top__customer__panel-body {
  padding: 15px 40px;
}
.p-top__customer__panel-title {
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
}
.p-top__customer__panel-sub-title {
  color: #878787;
  font-size: 14px;
  margin-bottom: 20px;
}
.p-top__customer__panel-text {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.p-top__question {
  padding: 80px 0;
}
.p-top__question__wrap {
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto 80px;
}
.p-top__question__acdn {
  position: relative;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}
.p-top__question__acdn-title {
  position: relative;
  line-height: 3;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 30px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-top__question__acdn-title {
    line-height: 1.8;
  }
}
.p-top__question__acdn-title:hover {
  cursor: pointer;
}
.p-top__question__acdn-title::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  right: 25px;
  top: calc(50% - 10px);
  border-top: 3px solid #BCBABA;
  border-right: 3px solid #BCBABA;
  transform: rotate(135deg);
  transition: all 0.2s ease-in-out;
}
.p-top__question__acdn-text {
  display: none;
  padding: 30px 80px;
  line-height: 1.5;
  border-top: 1px solid #C4C4C4;
}
@media screen and (max-width: 768px) {
  .p-top__question__acdn-text {
    padding: 30px;
  }
}
.p-top__question__q {
  padding: 0 10px;
  width: 85%;
}
@media screen and (max-width: 414px) {
  .p-top__question__q {
    font-size: 0.8rem;
  }
}

.p-user__info {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 60px 80px;
  box-sizing: border-box;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-user__info {
    padding: 60px 30px;
  }
}
.p-user__img {
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-user__img {
    width: 100px;
  }
}
.p-user__img > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .p-user__img > img {
    width: 100px;
    height: 100px;
  }
}
.p-user__name {
  color: #085591;
  text-align: center;
  font-size: 1.4rem;
  word-break: break-all;
}
.p-user__content {
  margin-top: 50px;
}
.p-user__content__text {
  font-size: 1rem;
  word-break: break-all;
  line-height: 1.2;
}
.p-user__product__heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-user__product__heading {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.u-acdn-arrow::after {
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

.u-bg-color--gray {
  background: #F4F4F4;
}

.u-m-auto {
  margin: 0 auto;
}