.section-title-group--is-completed .c-heading {
  margin-top: 0px;
}
.section-title-group--is-completed .section-title-group__status {
  color: #f74711;
  margin-top: 40px;
}

.detail-order {
  display: -webkit-flex;
  display: flex;
  margin-top: 15px;
}

.detail-order__image {
  position: relative;
  height: 100%;
  background: #f7f7f7;
}
.detail-order__image__real-image {
  width: 280px;
  transition: box-shadow 0.2s ease;
}
.detail-order__image__task-img {
  width: 330px;
  opacity: 0.9;
}
.detail-order__image__anchor {
  display: block;
  text-align: center;
  padding: 12px;
}
.detail-order__image__anchor:hover .detail-order__image__real-image {
  box-shadow: 0 0 0 3px #0268cc;
}

.detail-order__image > .detail-order__image__button {
  position: absolute;
  display: block;
  padding: 10px 20px;
  left: 36px;
  top: 50%;
  margin-top: -30px;
  color: #0268cc;
}

.detail-order__image__button__label {
  font-weight: bold;
  text-align: center;
}

.detail-order__image__button__sub-label {
  font-size: 10px;
  text-align: center;
}
.detail-order__naming,
.detail-order__naming:visited {
  display: block;
  width: 280px;
  padding: 20px;
  border: 10px solid #f2f2f2;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  color: #0268cc;
  transition: box-shadow 0.2s ease;
}
.detail-order__naming:hover {
  box-shadow: 0 0 0 3px #0268cc inset;
}

.detail-order__content {
  -webkit-flex: 1;
  flex: 1;
  margin-left: 40px;
  margin-top: -20px;
}
.detail-order__content--flex__wrapper {
  display: flex;
}
.detail-order__content__schedule {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin-top: 3px;
}
.detail-order__content__schedule-unit {
  font-size: 20px;
  font-weight: normal;
}

.detail-order__content__price__wrapper {
  margin-right: 160px;
}
.detail-order__content__price {
  color: #f74711;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin-top: 3px;
}
.detail-order__content__price-unit {
  font-size: 20px;
  font-weight: normal;
}
.detail-order__content__budget-price {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-top: 3px;
}
.detail-order__content__budget-price-unit {
  font-size: 15px;
  font-weight: normal;
}

.detail-order__content__breakdown {
  color: #666;
  font-size: 20px;
  font-weight: normal;
}
.detail-order__content__title {
  margin-top: 20px;
  color: #9e9e9e;
  font-size: 12px;
  font-weight: normal;
}

.detail-order__contractor {
  margin-top: 3px;
}
.detail-order__contractor > .c-media__thumbnail {
  margin-right: 0;
}

.detail-order__contractor__displayName {
  vertical-align: middle;
  text-decoration: underline;
}

.detail-order__contractor__displayName:visited {
  color: #0268cc;
  text-decoration: underline;
}
.detail-order__contractor .c-media__subtitle {
  font-size: 12px;
  margin-top: 3px;
}
.detail-order__comment,
.detail-order__comment::before {
  background: #f7f7f7;
  border: 1px solid #ededed;
}
.detail-order__comment {
  margin-top: 12px;
  padding: 10px 15px;
  color: #666;
  font-size: 15px;
  position: relative;
  z-index: 2;
}
.detail-order__comment::before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 0;
  border-bottom: 0;
  position: absolute;
  top: -5px;
  left: 15px;
  transform: rotate(45deg);
  z-index: 1;
}

.detail-order-schedule__wrapper {
  position: relative;
  height: 120px;
  margin: 10px auto;
  background-color: #f5f5f5;
}

.detail-order-schedule {
  width: 76%;
  position: absolute;
  top: 40%;
  left: 12%;
}

.detail-order-schedule > .detail-order-schedule__line {
  border-bottom: solid 1px #888;
  width: 102%;
}

.detail-order-schedule__pin__wrapper {
  position: absolute;
  top: -7px;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  background-color: #f5f5f5;
}

.detail-order-schedule__pin__label {
  position: absolute;
  top: -22px;
  left: -43px;
  width: 100px;
  font-size: 12px;
  text-align: center;
}

.detail-order-schedule__pin {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  margin: 2px;
  background-color: #ababab;
}

.detail-order-schedule__pin__days {
  position: absolute;
  top: 20px;
  left: -17px;
  width: 50px;
  font-size: 12px;
  text-align: center;
}

.detail-order-schedule__pin__days--bold {
  font-weight: bold;
  width: 110px;
  left: -46px;
  top: 17px;
  line-height: 1.3;
}

.detail-order-schedule__pin__days--bold__main {
  font-size: 16px;
  text-align: center;
}

.detail-order-schedule__pin__days--bold__sub {
  font-size: 11px;
  text-align: center;
}

.detail-order.detail-order--is-completed .detail-order__content{
  margin-left: 0;
}

.detail-order.detail-order--is-completed .detail-order__contractor {
  padding: 20px;
  background: #fcfcfc;
  border: 1px solid #eee;
  border-bottom: none;
}

.detail-order__action {
  background: #fcfcfc;
  border: 1px solid #eee;
  border-top: none;
  padding-bottom: 20px;
  text-align: center;
}

.detail-order__action .message_to {
  text-align: center;
}

.message_to > .detail-order__action__button--border {
  color: #0268cc;
  border-color: #0268cc;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
}

.message_to > .detail-order__action__button--border:visited {
  color: #0268cc;
}

.detail-action {
  display: -webkit-flex;
  display: flex;
  margin-top: 40px;
  margin-left: -16px;
}

.detail-action__button {
  margin-left: 16px;
}

.detail-action > .detail-action__button--order {
  -webkit-flex: 2;
  flex: 2;
}

.detail-action > .detail-action__button--border,
.non_watch_star > .detail-action__button--border,
.watch_star > .detail-action__button--border {
  color: #0268cc;
  border-color: #0268cc;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
}

.detail-action > .detail-action__button--border:visited,
.non_watch_star > .detail-action__button--border:visited,
.watch_star > .detail-action__button--border:visited {
  color: #0268cc;
}

.detail-action-bottom {
  margin-top: 40px;
  text-align: center;
}

.datail-tableSummary {
  margin-top: 15px;
}

.detail-feedback {
  margin-top: 20px;
}

.detail-feedback > .c-media__content {
  margin-left: 5px;
  margin-right: 0;
  padding: 0;
  overflow: inherit;
}

.detail-feedback__balloon,
.detail-feedback__balloon::before {
  background: #fffbdd;
  border: solid 1px #fff5b1;
}
.detail-feedback__balloon {
  position: relative;
  border-radius: 3px;
  color: #767676;
  padding: 20px;
}
.detail-feedback__balloon::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: -7px;
  margin-top: 24px;
  border-right-color: transparent;
  border-top-color: transparent;
  transform: rotate(45deg);
  z-index: 2;
}

.section-work-detail-related .p-search__category {
  margin: 10px auto 0;
  display: block;
}

.detail-search__category {
  margin: 10px 0 0;
}

.detail-search__category-link,
.detail-search__category-link:visited {
  color: #0268cc;
}

.l-wrapper + #footer {
  margin-top: 40px;
}
.detail-proposal-block {
  margin-top: 10px;
}
.detail-proposal__lancer-list {
  display: -webkit-flex;
  display: flex;
  margin-left: -2%;
}
.detail-proposal__lancer-list > .c-media {
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: 2%;
  padding: 20px 12px;
  width: 23%;
  border: 1px solid #ededed;
  background: #fafafa;
  border-radius: 3px;
}
.detail-proposal-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
}
.detail-proposal-list__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  margin-left: 1%;
  padding: 6px;
  width: 19%;
  background: #f7f7f7;
  border-radius: 3px;
  transition: background 0.2s ease;
}

.detail-proposal-list__anchor {
  display: block;
  text-align: center;
}
.detail-proposal-list__anchor .detail-proposal-list__image {
  width: 100%;
  transition: box-shadow 0.2s ease;
}
.detail-proposal-list__anchor:hover .detail-proposal-list__image {
  box-shadow: 0 0 0 3px #0268cc;
}
.detail-proposal-list__more {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
  background-color: transparent;
}
.detail-proposal-list__anchor-text {
  display: block;
  padding: 20px;
  width: 100%;
  background: #f2f9ff;
  border: 1px solid #dbedff;
  border-radius: 3px;
  text-align: center;
  transition: background 0.2s ease;
}
.detail-proposal-list__anchor-text:hover {
  background: #dbedff;
}

.detail-proposal-list__anchor-text,
.detail-proposal-list__anchor-text:visited {
  color: #0268cc;
}

.detail-proposal-list__item--lancer {
  width: 100%;
  display: initial;
}

.task_preview,
.task_preview * {
  box-sizing: border-box;
}
.task_preview {
  background: #f7f7f7;
  padding: 15px 20px;
  margin-top: 20px;
  overflow-y: scroll;
}
.task_previ ew input[type="text"],
.task_preview textarea {
  background: #f2f2f2;
  border: 1px solid #e7e7e7;
  cursor: not-allowed;
  width: 100%;
}
.aside-task-example .detail-order__figure {
  padding: 20px 100px;
}

.detail-qa {
  margin: 40px 0;
}

.detail-qa__list {
  margin: 12px -12px -12px;
  display: flex;
  flex-wrap: wrap;
}

.detail-qa__list-item {
  padding: 12px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .detail-qa__list-item {
    width: 100%;
  }
}

.detail-qa__list-item-inner {
  padding: 20px;
  height: 100%;
  border-radius: 4px;
  background-color: #eef4fc;
}

.detail-qa__question {
  position: relative;
  padding-left: 24px;
  color: #2c4f75;
  font-size: 16px;
  font-weight: bold;
}
.detail-qa__question > span {
  position: absolute;
  left: 0;
}

.detail-qa__answer {
  margin-top: 8px;
  padding-left: 24px;
  position: relative;
  font-size: 12px;
}
.detail-qa__answer > span {
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #eb6448;
}

.detail-step__list {
  margin-top: 40px;
}

.work-rank-label{
  color: #fff;
  display: inline-block;
  padding:6px 8px;
  border-radius:2px;
  font-size:14px;
}
.work-rank-label.work-rank-low{
  background-color:#f3f3f3;
  color: #3F4243;
}
.work-rank-label.work-rank-middle{
  background-color:#eaf7dc;
  color:#5ca611;
}
.work-rank-label.work-rank-high{
  background-color:#B09D68;
}

/* DTPカテゴリ用 Follow Footer */

.dtp_follow_footer * {
  box-sizing: border-box;
}

.dtp_follow_footer {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 101;
}
.dtp_follow_footer__inner {
  display: flex;
  align-items: center;
  width: 950px;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}
.dtp_follow_footer__button {
  width: 400px;
}
.dtp_follow_footer__text {
  font-size: 13px;
  font-weight: bold;
  margin-right: 12px;
}
/* 改行用 */
.dtp_follow_footer__text > span {
  display: block;
}

.dtp_follow_footer .c-btn {
  margin: 0 auto;
}

/* リマーケタグが吐き出すnoscript要素が、フォローフッター下部に広告を表示してしまう事の対策 # */
#follow_footer > noscript {
  position: absolute;
  bottom: 0;
  z-index: -9999;
}

/* PC,SPの表示ボタンを切り替える */
.dtp_follow_footer__inner .c-button.c-button--pc {
  display: inline-block;
}

.dtp_follow_footer__inner .c-button.c-button--sp {
  display: none;
}

@media all and (max-width: 767px) {
  .dtp_follow_footer__text {
    display: none;
  }
  .dtp_follow_footer .dtp_follow_footer__inner {
    width: 100%;
    padding: 10px;
  }
  .dtp_follow_footer__inner .c-button.c-button--pc {
    display: none;
  }
  .dtp_follow_footer__inner .c-button.c-button--sp {
    width: 100%;
    display: inline-block;
  }
  .section-work-detail-related .p-search__category:not(::first-child) {
    margin-top: 0;
  }
  .section-work-detail-related .p-search__category-links {
    display: block;
  }
  .section-work-detail-related .p-search__category-links-item {
    display: inline-block;
    margin-bottom: 20px;
  }
}
