@charset "utf-8";/* = base desktop
----------------------------------------------- */
body {
  color: #000;
  background-color: #f7fafa;
}
@charset "UTF-8";
/* = mod-pageTop
----------------------------------------------- *
 * TOPへスクロールするボタン desktop
----------------------------------------------- */
.mod-pageTop {
  position: fixed;
  bottom: 80px;
  left: calc(960px + (100% - 960px) / 2);
  z-index: 50;
}

.mod-pageTop__trigger {
  padding: 0 5px 5px;
  cursor: pointer;
  margin: 0;
  display: flex;
  flex-flow: column;
  border-radius: 4px;
  font-size: 10px;
  background: #eff5f5;
  border: 1px solid #d7e7ea;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.075);
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease-in-out;
}

.mod-pageTop__trigger.is-shown {
  opacity: 1;
  pointer-events: auto;
}

.mod-pageTop__trigger svg {
  width: 32px;
  height: 32px;
}
@charset "UTF-8";
/* = mod-breadcrumbs
----------------------------------------------- *
 * パンくずリスト desktop
----------------------------------------------- */
.mod-breadcrumbs__listGroup {
  overflow-x: visible;
}
/* = .mod-feedback
 * desktop
----------------------------------------------- */
.mod-feedback {
  min-width: 1030px;
  margin: 0 auto;
}

.mod-feedback .feedback-inner {
  width: 1030px;
  margin: 0 auto;
  color: #000;
}

.mod-feedback .feedback-contents {
  display: flex;
  justify-content: center;
}

.mod-feedback .feedback-contents-item {
  line-height: 1;
}

.mod-feedback .feedback-contents-item:first-child {
  padding: 24px 5px 24px 0;
}

.mod-feedback .feedback-contents-item:last-child {
  padding: 24px 0 24px 5px;
}

.mod-feedback .feedback-contents-item-text {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

.mod-feedback .feedback-contents-item a {
  color: #003af6;
}

.feedback-image {
  padding: 20px 10px 0px 10px;
}

.feedback-image a img {
  width: 100%;
}
