@charset "UTF-8";
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
form,
select,
button {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
}

img,
svg,
input,
select,
textarea,
label {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
em,
strong {
  font-weight: normal;
}

pre {
  margin: 0;
  font-family: "Hiragino Maru Gothic Pro", "メイリオ", sans-serif;
}

em {
  font-style: normal;
}

header,
article,
section,
aside {
  width: 100%;
}

*,
*:before,
*:after {
  word-break: break-all;
  box-sizing: border-box;
}

pre {
  white-space: pre-wrap;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

input:disabled {
  cursor: default !important;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

svg {
  outline: none;
}

/* mediaQuery */
:export {
  MIN_PC: 897px;
}

@media screen and (min-width: 897px) {
  .is-sp:not(body, .view-area) {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .is-pc:not(body, .view-area) {
    display: none;
  }
  .sp-nonFlexBlock {
    display: block;
  }
  .sp-nonFlexInlineBlock {
    display: inline-block;
  }
  .btn-long,
  .btn-middle {
    width: 100%;
  }
  .footer {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 896px) {
  .spContentWidth {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* /mediaQuery */
body {
  color: #1e1e1e;
  font-size: 15px;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  width: 17px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 5px solid transparent;
  color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
  min-height: 30px;
}

.main-wrapper {
  display: flex;
  height: calc(100vh - 80px);
}
@media screen and (max-width: 896px) {
  .main-wrapper {
    height: calc(100svh - 56px);
    max-width: 100%;
  }
  .main-wrapper.is-spBottomMenuBar {
    height: calc(100svh - 56px - 70px);
  }
}

.main-container {
  flex-grow: 2;
  flex-shrink: 2;
  height: 100%;
  position: relative;
  overflow-y: auto;
  text-shadow: 0 0 #1e1e1e;
  color: rgba(0, 0, 0, 0);
  transition: color 0.5s ease;
}
@media screen and (min-width: 897px) {
  .main-container {
    padding: 40px 23px 0 40px;
  }
}
@media screen and (max-width: 896px) {
  .main-container {
    padding: 32px 0;
  }
}
.main-container > div {
  height: 100%;
  color: #1e1e1e;
  text-shadow: none;
}
.main-container .main-contents {
  min-height: calc(100% - 149px);
}

.hidden_sidebar {
  background-color: #ffffff;
  position: absolute;
  width: 17px;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}
@media screen and (min-width: 897px) {
  .hidden_sidebar {
    height: calc(100% - 80px);
  }
}
@media screen and (max-width: 896px) {
  .hidden_sidebar {
    height: calc(100% - 56px);
  }
}
.hidden_sidebar.exe-scroll {
  background-color: initial;
}
.hidden_sidebar.display-shortcut {
  right: 63px;
}

.hidden_scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hidden_scrollbar::-webkit-scrollbar {
  display: none;
}

.flex {
  display: flex;
  align-items: center;
}
.flex-alignStart {
  align-items: flex-start;
}
.flex-center {
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}

.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}

.block-align-left {
  margin: initial;
}
.block-align-center {
  margin: 0 auto;
}
.block-align-right {
  margin: 0 0 0 auto;
}

.icon-delete {
  cursor: pointer;
}

.chart-container label {
  font-size: 20px;
}

.tab-button {
  font-family: "Noto Sans JP", sans-serif !important;
}

tspan {
  font-family: "Noto Sans JP", sans-serif !important;
}

.highcharts-axis-labels span,
text {
  font-family: "Noto Sans JP", sans-serif !important;
}

.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grab:active {
  cursor: grabbing;
}

.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.sticky-bottom {
  position: sticky;
  padding: 32px 0;
  background: #ffffff;
  bottom: 0;
  z-index: 10;
}

.overflow-hidden-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.overflow-hidden-text.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.overflow-hidden-text.line-clamp-2 {
  -webkit-line-clamp: 2;
}
.overflow-hidden-text.line-clamp-3 {
  -webkit-line-clamp: 3;
}

.list-dialog {
  padding: 8px 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
  background: #ffffff;
  z-index: 1;
}
.list-dialog li {
  padding: 4px 24px;
  text-align: left;
  cursor: pointer;
}
.list-dialog li:hover {
  background-color: #ebeced;
}
.list-dialog li.delete, .list-dialog li.txt-alert {
  color: #e60012;
}

.text-multiline {
  white-space: pre-wrap;
}
.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.banner-default {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 24px;
}
.banner-normal {
  background-color: #f0fff4;
  border-radius: 6px;
  padding: 24px;
  border: 1px solid #34c759;
}
.banner-annotation {
  padding: 12px 16px;
  border: 1px solid #ffcc00;
  background-color: #fffae5;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.btn-short {
  font-size: 13px;
  height: 36px;
  padding: 0 12px;
}
.btn-middle {
  min-width: 120px;
  font-size: 13px;
  height: 40px;
  padding: 0 16px;
}
.btn-middle-short {
  min-width: 120px;
  font-size: 13px;
  height: 40px;
  padding: 0 12px;
}
.btn-long {
  min-width: 200px;
  height: 48px;
  padding: 0 24px;
  font-size: 15px;
}
.btn-full {
  width: 100%;
  height: 36px;
  padding: 0 12x;
}
.btn-disabled {
  cursor: default;
}
.btn-disabled:active {
  pointer-events: none;
}
.btn-disabled::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.btn-disabled::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.68);
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.btn-primary {
  color: #ffffff;
  background: #ff831a; /* Firefox */ /* safari Chrome */
  background: linear-gradient(to left, #fd7400, #ffb100); /* IE */
}
.btn-primary:hover:not(.btn-disabled) {
  background: #f57000; /* Firefox */ /* safari Chrome */
  background: linear-gradient(to left, #e96a00, #eba300); /* IE */
}
.btn-basic {
  color: #ffffff;
  background: #4f7df0;
}
.btn-basic:hover:not(.btn-disabled) {
  background: #3268ed;
}
.btn-secondary {
  color: #4f7df0;
  background: #ffffff;
  border: #4f7df0 1px solid;
  overflow: initial;
}
.btn-secondary.btn-disabled::before {
  top: -1px;
  left: -1px;
  z-index: 1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.btn-secondary:hover:not(.btn-disabled) {
  background: #edf2fd;
}
.btn-cancel {
  color: #ffffff;
  background: #6c707e;
}
.btn-cancel:hover:not(.btn-disabled) {
  background: #505565;
}
.btn-utility {
  font-size: 13px;
  padding: 0 12px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  overflow: initial;
}
.btn-utility.btn-disabled {
  color: rgba(30, 30, 30, 0.5);
  border: 1px solid #e0e0e0;
}
.btn-utility.btn-disabled::before, .btn-utility.btn-disabled::after {
  display: none;
}
.btn-primaryB:not(:hover) {
  background: #ffffff;
  color: #fd7400;
  border: 1px solid #fd7400;
}
.btn-primaryB:hover {
  color: #ffffff;
  background: #ff831a; /* Firefox */ /* safari Chrome */
  background: linear-gradient(to left, #fd7400, #ffb100); /* IE */
}
.btn-white {
  color: #1e1e1e;
  background: #ffffff;
}
.btn-lightGreen {
  color: #ffffff;
  background: #36babf;
}
.btn-warmRed {
  color: #ffffff;
  background: #fc655f;
}
.btn-danger {
  color: #e60012;
  background: #ffffff;
  border: #e60012 1px solid;
  overflow: initial;
}
.btn-danger.btn-disabled::before {
  top: -1px;
  left: -1px;
  z-index: 1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
.btn-danger:hover:not(.btn-disabled) {
  background: #fff2f4;
}

button {
  font-family: "Noto Sans JP", sans-serif;
}

body,
html {
  font-family: "Noto sans JP", sans-serif;
}

h1 {
  font-size: 34px;
  font-weight: 500;
}

h2 {
  font-size: 28px;
  font-weight: 500;
}

h3 {
  font-size: 22px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

h5 {
  font-size: 17px;
  font-weight: 500;
}

a {
  cursor: pointer;
}
a.link {
  color: #007aff;
}
a.link:not(:hover) {
  text-decoration: underline;
}

.font-size-normal {
  font-size: 15px;
}

.font-size-middle {
  font-size: 13px;
}

.font-size-small {
  font-size: 12px;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-bold {
  font-weight: bold;
}

.link-text {
  color: #007aff;
  text-decoration: underline;
  cursor: pointer;
}
.link-text:hover {
  text-decoration: none;
}
.link-text.tooltip-link {
  color: #ffffff;
}

.sub-link-text {
  color: #007aff;
  text-decoration: none;
  cursor: pointer;
}
.sub-link-text:hover {
  text-decoration: underline;
}

.link-color-black {
  color: #1e1e1e;
}
.link-color-gray {
  color: #8d8d8d;
}

.text-color-red {
  color: #ff453a;
}

.mention-str {
  color: #00abe7;
  background-color: rgba(0, 171, 231, 0.05);
}

.linkClamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.linkClamp.one {
  -webkit-line-clamp: 1;
}
.linkClamp.two {
  -webkit-line-clamp: 2;
}
.linkClamp.three {
  -webkit-line-clamp: 3;
}
.linkClamp.four {
  -webkit-line-clamp: 4;
}

/* IEハック */
@media all and (-ms-high-contrast: none) {
  .linkClamp {
    overflow: hidden;
    display: block;
  }
  .linkClamp.one {
    max-height: 1.5em;
  }
  .linkClamp.two {
    max-height: 3em;
  }
  .linkClamp.three {
    max-height: 4.5em;
  }
  .linkClamp.four {
    max-height: 6em;
  }
}
/**
* フォームモジュール
* #select
* #text
* #textarea
* #radio
* #checkbox
* #add-item
* #file-upload
*/
input[type=text],
input[type=number],
input[type=tel],
select,
textarea {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}

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

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

select {
  height: 48px;
  background: #f7f8f9;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #1e1e1e;
  padding: 13px 40px 13px 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:focus {
  box-shadow: 0px 0px 3px 1px #007aff;
  border: 1px solid #007aff;
}
select.unselected {
  color: #d2d2d2;
}
select option {
  color: #1e1e1e;
}
select.is-disabled {
  background: #cdced0;
  color: #8e8e8e;
  pointer-events: none;
}
select::-ms-expand {
  display: none;
}

input[type=text], input[type=number], input[type=tel], input[type=password] {
  height: 48px;
  background: #f7f8f9;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #1e1e1e;
  padding: 13px 16px;
  outline: none;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #d2d2d2;
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=tel]::placeholder, input[type=password]::placeholder {
  color: #d2d2d2;
}
input[type=text]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=password]:focus {
  box-shadow: 0px 0px 3px 1px #007aff;
  border: 1px solid #007aff;
}
input[type=text].is-disabled, input[type=number].is-disabled, input[type=tel].is-disabled, input[type=password].is-disabled {
  background: #cdced0;
  color: #8e8e8e;
  pointer-events: none;
}
input[type=radio] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.input-checkbox {
  display: none;
}
.input-checkbox + * {
  cursor: pointer;
  position: relative;
  min-width: 18px;
  min-height: 18px;
}
.input-checkbox + *::before {
  content: "";
  background: #f7f8f9;
  border: #d3d3d3 1px solid;
  border-radius: 4px;
  display: block;
  height: 18px;
  left: 0;
  top: calc(50% - 9px);
  position: absolute;
  width: 18px;
}
.input-checkbox:checked + *::before {
  background: #007aff;
  border: none;
}
.input-checkbox + *::after {
  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  display: block;
  height: 7px;
  left: 3px;
  top: calc(50% - 9px);
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(-45deg);
  width: 11px;
}
.input-checkbox:checked + *::after {
  opacity: 1;
}

textarea {
  height: 100%;
  border: 1px solid #e5e5e5;
  background: #f7f8f9;
  border-radius: 4px;
  padding: 16px;
  outline: none;
}
textarea:focus {
  box-shadow: 0px 0px 3px 1px #007aff;
  border: 1px solid #007aff;
}
textarea.is-disabled {
  background: #cdced0;
  color: #8e8e8e;
  pointer-events: none;
}

p.is-disabled {
  cursor: not-allowed;
}

.custom-input-textarea .placeholder {
  color: #d2d2d2;
}

.completeStyle input[type=text],
.completeStyle input[type=tel],
.completeStyle input[type=number],
.completeStyle input[type=password],
.completeStyle select,
.completeStyle textarea {
  border: #34c759 1px solid !important;
  background: #f7f8f9;
}
.completeStyle .input-checkCircle {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  fill: #34c759;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}

.validation-error input[type=text],
.validation-error input[type=tel],
.validation-error input[type=number],
.validation-error input[type=password],
.validation-error select,
.validation-error textarea {
  color: #e60012;
  background: #fff2f4;
  border: 1px solid #e60012;
}
.validation-error .validation-message {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}
.validation-error .validation-message-list {
  display: inline-block;
  font-size: 12px;
  position: relative;
  border-radius: 4px;
  white-space: initial;
}
.validation-error .validation-message-list li {
  position: relative;
  color: #ffffff;
  padding: 8px 8px 8px 28px;
  background: #e60012;
}
.validation-error .validation-message-list li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.validation-error .validation-message-list li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.validation-error .validation-message-list li a {
  text-decoration: underline;
}
.validation-error .validation-message-list li a:hover {
  text-decoration: none;
}
.validation-error .validation-message .icon {
  display: inline-block;
  fill: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
.validation-error .validation-message::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(230, 0, 18, 0);
  border-top-width: 7px;
  border-bottom-width: 10px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -10px;
  border-top-color: #e60012;
  left: 24px;
  bottom: -16px;
}

/**
* #select
*/
/**
* #text
*/
/**
* #textarea
*/
/**
* #radio
*/
/**
* #checkbox
*/
/**
* #add-item
*/
/**
* #file-upload
*/
/* mediaQuery */
:export {
  MIN_PC: 897px;
}

@media screen and (min-width: 897px) {
  .is-sp:not(body, .view-area) {
    display: none;
  }
}
@media screen and (max-width: 896px) {
  .is-pc:not(body, .view-area) {
    display: none;
  }
  .sp-nonFlexBlock {
    display: block;
  }
  .sp-nonFlexInlineBlock {
    display: inline-block;
  }
  .btn-long,
  .btn-middle {
    width: 100%;
  }
  .footer {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 896px) {
  .spContentWidth {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* /mediaQuery */
.modal-mask {
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}
.modal-mask .buttons {
  margin-top: 32px;
}
.modal-mask .modal-wrapper {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.modal-mask .modal-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 944px;
  background-color: #ffffff;
  border-radius: 6px;
}
.modal-mask .modal-container:not(.variable) {
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 897px) {
  .modal-mask .modal-container {
    min-width: 520px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 896px) {
  .modal-mask .modal-container {
    width: 90%;
    max-height: calc(100svh - 40px);
  }
}
.modal-mask .modal_title {
  margin-bottom: 32px;
}
.modal-mask .modal_contents {
  max-height: calc(100vh - 306px);
  overflow: auto;
}
@media screen and (max-width: 896px) {
  .modal-mask .modal_contents {
    max-height: calc(100svh - 306px - 40px);
  }
}
.modal-mask .modal_contents .context {
  margin-top: 8px;
}
.modal-mask .modal_txt {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.modal-mask .modal_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.modal-mask .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  fill: #3a435c;
  cursor: pointer;
}
.modal-mask .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 897px) {
  .modal-mask .buttons button:not(:first-child) {
    margin-left: 16px;
  }
}
@media screen and (max-width: 896px) {
  .modal-mask .buttons {
    flex-direction: column-reverse;
  }
  .modal-mask .buttons button:not(:last-child) {
    margin-top: 16px;
  }
}

.table-scroll {
  width: 100%;
  border: #e5e5e5 1px solid;
  border-radius: 6px;
  overflow-x: auto;
  color: rgba(0, 0, 0, 0.3);
}
.table-scroll::-webkit-scrollbar, .table-scroll::-webkit-scrollbar-thumb,
.table-scroll ::-webkit-scrollbar,
.table-scroll ::-webkit-scrollbar-thumb {
  width: 17px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 5px solid transparent;
}
.table-scroll::-webkit-scrollbar-thumb,
.table-scroll ::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px;
}
.table-scroll table.sticky-table tr {
  display: inline-table;
  width: 100%;
}
.table-scroll table.sticky-table tr:nth-of-type(odd) td {
  background-color: #ffffff;
}
.table-scroll table.sticky-table tr:nth-of-type(even) td {
  background-color: #f4f4f4;
}
.table-scroll table.sticky-table th.sticky,
.table-scroll table.sticky-table td.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.table-scroll table.sticky-table th.sticky-left,
.table-scroll table.sticky-table td.sticky-left {
  left: 0;
}
.table-scroll table.sticky-table th.sticky-right,
.table-scroll table.sticky-table td.sticky-right {
  right: 0;
}
.table-scroll table.sticky-table th.sticky-left {
  border-right: 1px solid #ffffff;
}
.table-scroll table.sticky-table th.sticky-right {
  border-left: 1px solid #ffffff;
}
.table-scroll table.sticky-table td.sticky-left {
  border-right: 1px solid #e6e6e6;
}
.table-scroll table.sticky-table td.sticky-right {
  border-left: 1px solid #e6e6e6;
}
.table-scroll table {
  width: 100%;
  table-layout: fixed;
  min-width: 1000px;
}
.table-scroll thead,
.table-scroll tbody {
  display: block;
  width: 100%;
}
.table-scroll table,
.table-scroll th,
.table-scroll td {
  border-spacing: 0;
  border-collapse: separate;
}
.table-scroll tr {
  display: inline-table;
  width: 100%;
}
.table-scroll tr:nth-of-type(even) {
  background-color: #f4f4f4;
}
.table-scroll th,
.table-scroll td {
  word-break: break-all;
  table-layout: fixed;
}
.table-scroll th.text-center,
.table-scroll td.text-center {
  text-align: center;
}
.table-scroll th:not(.text-center),
.table-scroll td:not(.text-center) {
  text-align: left;
  padding: 0 12px;
}
.table-scroll th {
  position: relative;
  font-size: 13px;
  color: #8d8d8d;
  background-color: #e2e3e5;
  height: 40px;
}
.table-scroll th:not(:last-of-type) {
  border-right: 1px solid #ffffff;
}
.table-scroll td {
  color: #1e1e1e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 0;
  height: 56px;
}
.table-scroll tr:first-child td {
  border-top: none;
}
.table-scroll tr:last-child td {
  border-bottom: none;
}
.table-scroll tr th {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.table-scroll tr td {
  border-bottom: 1px solid #e6e6e6;
}
.table-scroll tr td:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}

[class*=icon-] {
  fill: #3a435c;
}

.icon-folder {
  fill: #ffdd80;
}
.icon-folder.fill-blue {
  fill: #69c9f6;
}

.icon-fill-gray {
  fill: #b0b3be;
}
.icon-fill-gray.is-active {
  fill: #4f7df0;
}

.icon-cancel {
  cursor: pointer;
}

.icon-close {
  cursor: pointer;
}

.icon-deleteForever {
  cursor: pointer;
}

.icon-delete {
  cursor: pointer;
}

.icon-replay {
  cursor: pointer;
}

.icon-star {
  cursor: pointer;
}

.icon-starOutline {
  cursor: pointer;
}

.icon-menu {
  cursor: pointer;
}

.icon-keyBoardTab {
  cursor: pointer;
}

.icon-unreadNotifications {
  cursor: pointer;
}

.icon-apps {
  cursor: pointer;
}

.icon-addCircle {
  cursor: pointer;
}

.icon-help {
  cursor: pointer;
}

.icon-visibilityOff {
  cursor: pointer;
}

.icon-visibility {
  cursor: pointer;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: var(---8d8d8d（テキストサブカラー、stay) 0% 0% no-repeat padding-box;
  background: #8d8d8d 0% 0% no-repeat padding-box;
  border-radius: 4px;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-align: left;
  font-family: normal normal normal 13px/18px Noto Sans JP Regular;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px;
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.tooltip[x-placement^=top] {
  margin-bottom: 5px;
}

.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=bottom] {
  margin-top: 5px;
}

.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^=right] {
  margin-left: 5px;
}

.tooltip[x-placement^=right] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^=left] {
  margin-right: 5px;
}

.tooltip[x-placement^=left] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 24px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.tooltip.popover .popover-arrow {
  border-color: #f9f9f9;
}

.tooltip[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}

.tooltip[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}

.tooltip.helper-tooltip {
  max-width: 300px;
}
.tooltip.helper-tooltip .tooltip-inner {
  background: #8d8d8d;
  color: white;
}

.highcharts-bar-series text {
  cursor: auto !important;
}

.highcharts-column-series text {
  cursor: auto !important;
}

.moveable-ne,
.moveable-nw,
.moveable-sw,
.moveable-se,
.moveable-n,
.moveable-w,
.moveable-s {
  display: none;
}

.moveable-line {
  opacity: 0;
}

.moveable-control-box {
  z-index: 100 !important;
}

.view-area {
  height: auto;
  position: relative;
  background: #f8f8fa;
  width: 100%;
}

.view-area > .layout-container > .view-components {
  min-width: 864px;
}

.layout-container > .view-components .layout-container .single-component .single_component_content {
  padding: 10px;
}

[contentEditable=true]:focus {
  outline: 1px #007aff solid;
}

.view-components {
  padding: 10px;
}
.view-components .component {
  position: relative;
  margin-top: 10px;
  min-height: 50px;
}
.view-components .component.clone {
  width: 100%;
  height: 12px;
  background: #d6eaff;
}
.siteEditPage .view-components .component.clone {
  position: relative;
}
.siteEditPage .view-components .component.clone:before {
  content: "";
  background-image: linear-gradient(to right, #007aff, #007aff 5px, transparent 5px, transparent 9px), linear-gradient(to right, #007aff, #007aff 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #007aff, #007aff 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #007aff, #007aff 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .view-components .component.clone.hover:before {
  display: none;
}
.view-components .component:not(:last-child) {
  margin-bottom: 32px;
}
.view-components .component.set-component {
  width: 100%;
  background-color: #ffffff;
}
.siteEditPage .view-components .component.set-component {
  position: relative;
}
.siteEditPage .view-components .component.set-component:before {
  content: "";
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .view-components .component.set-component.hover:before {
  display: none;
}
.view-components .component.set-component.hover {
  border: 1px solid #007aff;
  box-shadow: 0 0 4px rgba(0, 122, 255, 0.72);
}
.siteEditPage .view-components .component.layout-component {
  position: relative;
}
.siteEditPage .view-components .component.layout-component:before {
  content: "";
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .view-components .component.layout-component.hover:before {
  display: none;
}
.view-components .component.layout-component.hover {
  border: 1px solid #007aff;
  box-shadow: 0 0 4px rgba(0, 122, 255, 0.72);
}
.view-components .component.layout-component .layout-column-area .layout-background {
  display: flex;
}
.view-components .component.layout-component .layout-column-area .layout-column {
  margin: 0 auto;
  border: 1px dashed #c6c6c6;
  min-height: 40px;
  padding: 10px 0;
}
.view-components .component.layout-component .layout-column-area .layout-column.layout-25 {
  width: 25%;
}
.view-components .component.layout-component .layout-column-area .layout-column.layout-33 {
  width: 33.3333333333%;
}
.view-components .component.layout-component .layout-column-area .layout-column.layout-50 {
  width: 50%;
}
.view-components .component.layout-component .layout-column-area .layout-column.layout-66 {
  width: 66.6666666667%;
}
.view-components .component.layout-component .layout-column-area .layout-column:not(:last-child) {
  margin-right: 0px;
}
.view-components .component.layout-component .layout-column-area.hover .layout-column {
  border: 1px solid #007aff;
  box-shadow: 0 0 4px rgba(0, 122, 255, 0.72);
}
.siteEditPage .view-components .component.single-component {
  position: relative;
}
.siteEditPage .view-components .component.single-component:before {
  content: "";
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .view-components .component.single-component.hover:before {
  display: none;
}
.view-components .component.single-component table.single-component-table {
  border: 1px solid;
}
.view-components .component.single-component table.single-component-table th,
.view-components .component.single-component table.single-component-table td {
  padding: 10px;
  border: 1px solid;
}
.view-components .component.single-component.hover {
  border: 1px solid #007aff;
  box-shadow: 0 0 4px rgba(0, 122, 255, 0.72);
}
.siteEditPage .view-components .component.form-component {
  position: relative;
}
.siteEditPage .view-components .component.form-component:before {
  content: "";
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .view-components .component.form-component.hover:before {
  display: none;
}
.view-components .component.form-component .form_component_content {
  background: #ffffff;
}
.view-components .component.form-component .single_component_content {
  padding: 10px;
}
.view-components .component.form-component table.single-component-table {
  border: 1px solid;
}
.view-components .component.form-component table.single-component-table th,
.view-components .component.form-component table.single-component-table td {
  padding: 10px;
  border: 1px solid;
}
.view-components .component.form-component.hover {
  border: 1px solid #007aff;
  box-shadow: 0 0 4px rgba(0, 122, 255, 0.72);
}
.view-components .component .component-name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  min-width: 120px;
  height: 28px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
  background: #6c707e;
}
.view-components .component .component-name.cursorPointer {
  cursor: pointer;
}
.view-components .component .component-name.customParts {
  background: #4f7df0;
}
.view-components .component .component-name .change-component-parts-list {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.view-components .component .component-name .change-component-parts-list li {
  color: #1e1e1e;
  padding: 8px;
  background: #ffffff;
  cursor: pointer;
}
.view-components .component .component-name .change-component-parts-list li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.view-components .component .component-name .change-component-parts-list li:hover {
  background: #6c707e;
}
.view-components .component .component-name .icon-dehaze {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.view-components .component .component-name .label {
  width: 100%;
  height: 20px;
  margin-left: 4px;
}
.view-components .component .component-name .icon-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  fill: #ffffff;
}
.view-components .component .buttons {
  display: flex;
}
.view-components .component .buttons button:not(:last-child) {
  margin-right: 10px;
}
.view-components .menu_buttons {
  position: absolute;
  top: 4px;
  right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.view-components .menu_buttons button {
  background: #ffffff;
  display: flex;
  justify-content: center;
  position: relative;
  fill: #3a435c;
  padding: 4px;
  cursor: pointer;
}
.view-components .menu_buttons button:not(:last-child):before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  content: "";
  width: 1px;
  background-color: #ffffff;
}
.view-components .menu_buttons button:not(:last-child):after {
  position: absolute;
  top: 1px;
  right: 0;
  height: calc(100% - 2px);
  content: "";
  width: 1px;
  background-color: #e5e5e5;
}
.view-components .menu_buttons button.btn-disabled {
  background: #cdced0;
  fill: #b0b3be;
  cursor: default;
}
.view-components .menu_buttons .paid {
  position: relative;
}
.view-components .menu_buttons .submenu {
  position: absolute;
  top: 100%;
  z-index: 999;
  width: 100px;
  height: 500px;
  background: red;
}

.single_component_content {
  background: #ffffff;
  margin: auto;
}

.layout-column-area {
  margin: auto;
}

/*エディター用レイアウト調整*/
.siteEditPage .view-components .component.layout-component .layout-column-area .layout-column {
  padding-right: 0;
}
.siteEditPage .view-area > .layout-container > .view-components {
  padding: 32px;
}
.siteEditPage .view-area > .layout-container > .view-components .component {
  margin-top: 0px;
}
.siteEditPage .set-component [class^=view-]:not(.view-header),
.siteEditPage .view-area > .layout-container > .view-components > .single-component > .single_component_content,
.siteEditPage .view-area > .layout-container > .view-components > .layout-component {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  box-shadow: none;
  padding-left: calc((100vw - 43px - 72px) / 12);
  padding-right: calc((100vw - 43px - 72px) / 12);
}
.siteEditPage .view-area > .layout-container > .view-components > .layout-component {
  margin-bottom: 32px;
}
.siteEditPage .siteEditPage .view-area > .layout-container > .view-components > .layout-component {
  position: relative;
}
.siteEditPage .siteEditPage .view-area > .layout-container > .view-components > .layout-component:before {
  content: "";
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .siteEditPage .view-area > .layout-container > .view-components > .layout-component.hover:before {
  display: none;
}
.siteEditPage .view-mainArea.background .parts-contents {
  padding-left: calc((100vw - (43px + 72px)) / 12);
  padding-right: calc((100vw - (43px + 72px)) / 12);
}
.siteEditPage .view-textWithTopImages .contents {
  margin: 0;
}
.siteEditPage .open .set-component [class^=view-]:not(.view-header),
.siteEditPage .open .view-area > .layout-container > .view-components > .single-component > .single_component_content,
.siteEditPage .open .view-area > .layout-container > .view-components > .layout-component {
  padding-left: calc((100vw - 525px - 72px) / 12);
  padding-right: calc((100vw - 525px - 72px) / 12);
}
.siteEditPage .open .view-mainArea.background .parts-contents {
  padding-left: calc((100vw - (525px + 72px)) / 12);
  padding-right: calc((100vw - (525px + 72px)) / 12);
}

.view-components:not(.preview) .component a {
  pointer-events: none;
}

.view-components:not(.preview) .btn-save {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  height: 36px;
  padding: 0 12px;
  margin-left: 12px;
}

.view-components:not(.preview) .view-accordion .init-open {
  display: none;
}
.view-components:not(.preview) .view-accordion .accordion-block {
  display: block;
}

.view-area {
  height: auto;
  position: relative;
  background: #f8f8fa;
  width: 100%;
}

.view-area > .layout-container > .view-components {
  min-width: 864px;
}

.layout-container > .view-components .layout-container .single-component .single_component_content {
  padding: 10px;
}

[contentEditable=true]:focus {
  outline: 1px #007aff solid;
}

.view-components {
  padding: 10px;
}
.view-components .component {
  position: relative;
  margin-top: 10px;
  min-height: 50px;
}
.view-components .component.clone {
  width: 100%;
  height: 12px;
  background: #d6eaff;
}
.siteEditPage .view-components .component.clone {
  position: relative;
}
.siteEditPage .view-components .component.clone:before {
  content: "";
  background-image: linear-gradient(to right, #007aff, #007aff 5px, transparent 5px, transparent 9px), linear-gradient(to right, #007aff, #007aff 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #007aff, #007aff 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #007aff, #007aff 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .view-components .component.clone.hover:before {
  display: none;
}
.view-components .component:not(:last-child) {
  margin-bottom: 32px;
}
.view-components .component.set-component {
  width: 100%;
  background-color: #ffffff;
}
.siteEditPage .view-components .component.set-component {
  position: relative;
}
.siteEditPage .view-components .component.set-component:before {
  content: "";
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .view-components .component.set-component.hover:before {
  display: none;
}
.view-components .component.set-component.hover {
  border: 1px solid #007aff;
  box-shadow: 0 0 4px rgba(0, 122, 255, 0.72);
}
.siteEditPage .view-components .component.layout-component {
  position: relative;
}
.siteEditPage .view-components .component.layout-component:before {
  content: "";
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .view-components .component.layout-component.hover:before {
  display: none;
}
.view-components .component.layout-component.hover {
  border: 1px solid #007aff;
  box-shadow: 0 0 4px rgba(0, 122, 255, 0.72);
}
.view-components .component.layout-component .layout-column-area .layout-background {
  display: flex;
}
.view-components .component.layout-component .layout-column-area .layout-column {
  margin: 0 auto;
  border: 1px dashed #c6c6c6;
  min-height: 40px;
  padding: 10px 0;
}
.view-components .component.layout-component .layout-column-area .layout-column.layout-25 {
  width: 25%;
}
.view-components .component.layout-component .layout-column-area .layout-column.layout-33 {
  width: 33.3333333333%;
}
.view-components .component.layout-component .layout-column-area .layout-column.layout-50 {
  width: 50%;
}
.view-components .component.layout-component .layout-column-area .layout-column.layout-66 {
  width: 66.6666666667%;
}
.view-components .component.layout-component .layout-column-area .layout-column:not(:last-child) {
  margin-right: 0px;
}
.view-components .component.layout-component .layout-column-area.hover .layout-column {
  border: 1px solid #007aff;
  box-shadow: 0 0 4px rgba(0, 122, 255, 0.72);
}
.siteEditPage .view-components .component.single-component {
  position: relative;
}
.siteEditPage .view-components .component.single-component:before {
  content: "";
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .view-components .component.single-component.hover:before {
  display: none;
}
.view-components .component.single-component table.single-component-table {
  border: 1px solid;
}
.view-components .component.single-component table.single-component-table th,
.view-components .component.single-component table.single-component-table td {
  padding: 10px;
  border: 1px solid;
}
.view-components .component.single-component.hover {
  border: 1px solid #007aff;
  box-shadow: 0 0 4px rgba(0, 122, 255, 0.72);
}
.siteEditPage .view-components .component.form-component {
  position: relative;
}
.siteEditPage .view-components .component.form-component:before {
  content: "";
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .view-components .component.form-component.hover:before {
  display: none;
}
.view-components .component.form-component .form_component_content {
  background: #ffffff;
}
.view-components .component.form-component .single_component_content {
  padding: 10px;
}
.view-components .component.form-component table.single-component-table {
  border: 1px solid;
}
.view-components .component.form-component table.single-component-table th,
.view-components .component.form-component table.single-component-table td {
  padding: 10px;
  border: 1px solid;
}
.view-components .component.form-component.hover {
  border: 1px solid #007aff;
  box-shadow: 0 0 4px rgba(0, 122, 255, 0.72);
}
.view-components .component .component-name {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  min-width: 120px;
  height: 28px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
  background: #6c707e;
}
.view-components .component .component-name.cursorPointer {
  cursor: pointer;
}
.view-components .component .component-name.customParts {
  background: #4f7df0;
}
.view-components .component .component-name .change-component-parts-list {
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.view-components .component .component-name .change-component-parts-list li {
  color: #1e1e1e;
  padding: 8px;
  background: #ffffff;
  cursor: pointer;
}
.view-components .component .component-name .change-component-parts-list li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.view-components .component .component-name .change-component-parts-list li:hover {
  background: #6c707e;
}
.view-components .component .component-name .icon-dehaze {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.view-components .component .component-name .label {
  width: 100%;
  height: 20px;
  margin-left: 4px;
}
.view-components .component .component-name .icon-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  fill: #ffffff;
}
.view-components .component .buttons {
  display: flex;
}
.view-components .component .buttons button:not(:last-child) {
  margin-right: 10px;
}
.view-components .menu_buttons {
  position: absolute;
  top: 4px;
  right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.view-components .menu_buttons button {
  background: #ffffff;
  display: flex;
  justify-content: center;
  position: relative;
  fill: #3a435c;
  padding: 4px;
  cursor: pointer;
}
.view-components .menu_buttons button:not(:last-child):before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  content: "";
  width: 1px;
  background-color: #ffffff;
}
.view-components .menu_buttons button:not(:last-child):after {
  position: absolute;
  top: 1px;
  right: 0;
  height: calc(100% - 2px);
  content: "";
  width: 1px;
  background-color: #e5e5e5;
}
.view-components .menu_buttons button.btn-disabled {
  background: #cdced0;
  fill: #b0b3be;
  cursor: default;
}
.view-components .menu_buttons .paid {
  position: relative;
}
.view-components .menu_buttons .submenu {
  position: absolute;
  top: 100%;
  z-index: 999;
  width: 100px;
  height: 500px;
  background: red;
}

.single_component_content {
  background: #ffffff;
  margin: auto;
}

.layout-column-area {
  margin: auto;
}

/*エディター用レイアウト調整*/
.siteEditPage .view-components .component.layout-component .layout-column-area .layout-column {
  padding-right: 0;
}
.siteEditPage .view-area > .layout-container > .view-components {
  padding: 32px;
}
.siteEditPage .view-area > .layout-container > .view-components .component {
  margin-top: 0px;
}
.siteEditPage .set-component [class^=view-]:not(.view-header),
.siteEditPage .view-area > .layout-container > .view-components > .single-component > .single_component_content,
.siteEditPage .view-area > .layout-container > .view-components > .layout-component {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  box-shadow: none;
  padding-left: calc((100vw - 43px - 72px) / 12);
  padding-right: calc((100vw - 43px - 72px) / 12);
}
.siteEditPage .view-area > .layout-container > .view-components > .layout-component {
  margin-bottom: 32px;
}
.siteEditPage .siteEditPage .view-area > .layout-container > .view-components > .layout-component {
  position: relative;
}
.siteEditPage .siteEditPage .view-area > .layout-container > .view-components > .layout-component:before {
  content: "";
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to right, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px), linear-gradient(to bottom, #c6c6c6, #c6c6c6 5px, transparent 5px, transparent 9px);
  background-size: 9px 1px, 9px 1px, 1px 9px, 1px 9px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.siteEditPage .siteEditPage .view-area > .layout-container > .view-components > .layout-component.hover:before {
  display: none;
}
.siteEditPage .view-mainArea.background .parts-contents {
  padding-left: calc((100vw - (43px + 72px)) / 12);
  padding-right: calc((100vw - (43px + 72px)) / 12);
}
.siteEditPage .view-textWithTopImages .contents {
  margin: 0;
}
.siteEditPage .open .set-component [class^=view-]:not(.view-header),
.siteEditPage .open .view-area > .layout-container > .view-components > .single-component > .single_component_content,
.siteEditPage .open .view-area > .layout-container > .view-components > .layout-component {
  padding-left: calc((100vw - 525px - 72px) / 12);
  padding-right: calc((100vw - 525px - 72px) / 12);
}
.siteEditPage .open .view-mainArea.background .parts-contents {
  padding-left: calc((100vw - (525px + 72px)) / 12);
  padding-right: calc((100vw - (525px + 72px)) / 12);
}

.view-components:not(.preview) .component a {
  pointer-events: none;
}

.view-components:not(.preview) .btn-save {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  height: 36px;
  padding: 0 12px;
  margin-left: 12px;
}

.view-components:not(.preview) .view-accordion .init-open {
  display: none;
}
.view-components:not(.preview) .view-accordion .accordion-block {
  display: block;
}

.space-0 {
  padding: 0px;
}
.space-20 {
  padding: 20px;
}
.space-40 {
  padding: 40px;
}
.space-60 {
  padding: 60px;
}
.space-80 {
  padding: 80px;
}
.space-100 {
  padding: 100px;
}
.space-top-0 {
  padding-top: 0px;
}
.space-top-20 {
  padding-top: 20px;
}
.space-top-40 {
  padding-top: 40px;
}
.space-top-60 {
  padding-top: 60px;
}
.space-top-80 {
  padding-top: 80px;
}
.space-top-100 {
  padding-top: 100px;
}
.space-right-0 {
  padding-right: 0px;
}
.space-right-20 {
  padding-right: 20px;
}
.space-right-40 {
  padding-right: 40px;
}
.space-right-60 {
  padding-right: 60px;
}
.space-right-80 {
  padding-right: 80px;
}
.space-right-100 {
  padding-right: 100px;
}
.space-bottom-0 {
  padding-bottom: 0px;
}
.space-bottom-20 {
  padding-bottom: 20px;
}
.space-bottom-40 {
  padding-bottom: 40px;
}
.space-bottom-60 {
  padding-bottom: 60px;
}
.space-bottom-80 {
  padding-bottom: 80px;
}
.space-bottom-100 {
  padding-bottom: 100px;
}
.space-left-0 {
  padding-left: 0px;
}
.space-left-20 {
  padding-left: 20px;
}
.space-left-40 {
  padding-left: 40px;
}
.space-left-60 {
  padding-left: 60px;
}
.space-left-80 {
  padding-left: 80px;
}
.space-left-100 {
  padding-top: 100px;
}

.layout-container {
  position: relative;
  margin: 0px;
  padding: 0px;
  min-height: 40px;
  height: 100%;
}

.view-area > .layout-container > .view-components.preview {
  min-width: auto;
}

.view-components.preview {
  padding: 0;
}
.view-components.preview .component {
  min-height: auto;
}
.view-components.preview .component.hover {
  border: none;
  box-shadow: none;
}
.view-components.preview .component .layout-column-area.hover .component {
  border: none;
  box-shadow: none;
}
.view-components.preview > .component {
  border: none;
  margin: 0;
}
.view-components .layout-column-area:not(.paid) {
  background: #ffffff;
}
.view-components .layout-column-area .hasBackgroundImage {
  background-size: cover;
}
.view-components .layout-column-area .hasBackgroundImage .single_component_content,
.view-components .layout-column-area .hasBackgroundImage [class^=view-]:not(.view-area):not(.view-components) {
  background: none;
}
.view-components .set-component-area > div:not(.view-header):not(.background),
.view-components .layout-column-area > div:not(.view-header):not(.background) {
  margin: auto;
}
.view-components .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 224px;
  height: 56px;
  padding: 0 24px;
  font-size: 16px;
}

/* -----------------------基本レイアウト----------------------- */
/* 幅調整
=============================================*/
.preview div[class^=view-]:not(.view-area):not(.view-header):not(.view-mainArea),
.preview .layout-column-area,
.preview .single_component_content {
  margin-left: auto;
  margin-right: auto;
}

body .preview .layout-column {
  margin-top: 0 !important;
}

body .preview .layout-column [class^=view-] {
  min-width: auto;
}

.preview .view-components [class^=view-]:not(.view-mainArea):not(.view-conversion):not(.view-breadcrumb):not(.view-oneLineNews):not(.view-header):not(.view-footer),
.preview .layout-column-area,
.preview .view-area > .layout-container > .view-components > .single-component .single_component_content,
.preview .form-component .form_component_content {
  margin-left: auto;
  margin-right: auto;
}

/* 特殊コンテンツ前後で、幅調整などが必要な場合の処理
=============================================*/
.preview .view-mainArea,
.preview .next-header-component.breadcrumbComponent + .component [class^=view-]:not(.view-area):not(.view-components):not(.paid) {
  margin-top: 56px;
}

.preview .prev-mainArea-component .view-oneLineNews,
.preview .prev-conversion-component .view-oneLineNews {
  margin-bottom: 48px !important;
}

.preview [class^=view-]:not(.view-area):not(.view-components) {
  background-color: #fff;
}

/* -----------------------セットパーツ----------------------- */
/* セットパーツ:ヘッダー */
.view-header {
  padding: 0px 40px;
  border-bottom: #e5e5e5 1px solid;
}
.view-header .logo {
  display: flex;
  align-items: center;
  max-width: 90%;
  height: 72px;
}
.view-header .logo img {
  width: auto;
  max-width: 100%;
  max-height: 56px;
  cursor: pointer;
}
.view-header .first-row {
  display: flex;
  align-items: center;
  height: 72px;
}
.view-header .first-row .detail-item {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.view-header .first-row .detail-item .button-list {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.view-header .first-row .detail-item .button-list li:not(:last-child) {
  margin-right: 12px;
}
.view-header .first-row .detail-item .button-list li .btn {
  min-width: 200px;
  height: 50px;
  opacity: 1;
  cursor: pointer;
}
.view-header .second-row .link-list {
  display: flex;
  align-items: center;
}
.view-header .second-row .link-list li {
  flex: 1;
  text-align: center;
  font-size: 16px;
}
.view-header .row {
  display: flex;
  align-items: center;
}
.view-header .row .links {
  margin-left: auto;
}
.view-header .tel {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 10px 16px;
  background: #f4f4f4;
  border-radius: 4px;
  position: relative;
}
.view-header .tel span {
  margin-left: 8px;
}
.view-header .link-list {
  display: flex;
  align-items: center;
}
.view-header .link-list li {
  font-size: 16px;
}
.view-header .link-list li:not(:last-child) {
  margin-right: 40px;
}
.view-header .link-list li a {
  display: block;
  padding: 24px 0;
}
.view-header .link-list li a.current {
  border-bottom: 4px solid #0043ea;
}
.preview .view-header {
  width: 100% !important;
  background-color: #fff;
}

/* セットパーツ:メインエリア */
.view-mainArea {
  width: calc(100% - 102px);
  min-height: 560px;
}
.view-mainArea.background {
  background-position: center center;
  background-repeat: no-repeat;
  width: 100% !important;
  position: relative;
}
.view-mainArea.background.background-image {
  background-size: cover;
}
.view-mainArea.background .parts-contents {
  width: 100%;
}
.view-mainArea .parts-contents .heading-text.color-black {
  color: #1e1e1e;
}
.view-mainArea .parts-contents .heading-text.color-darkgray {
  color: #696969;
}
.view-mainArea .parts-contents .heading-text.color-gray {
  color: #b4b4b4;
}
.view-mainArea .parts-contents .heading-text.color-white {
  color: #ffffff;
}
.view-mainArea .parts-contents .heading-text .heading {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.view-mainArea .parts-contents .heading-text .text {
  font-size: 18px;
  margin-top: 16px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.view-mainArea .parts-contents .buttons {
  display: flex;
  margin-top: 56px;
}
.view-mainArea .parts-contents .buttons a:not(:first-child) {
  margin-left: 16px;
}
.preview .view-area .view-mainArea {
  margin-top: 48px;
}
.preview .prev-oneLineNews-component .view-mainArea, .preview .prev-breadcrumb-component .view-mainArea {
  margin-bottom: 0 !important;
}
.preview .next-oneLineNews-component .view-mainArea {
  margin-top: 0 !important;
}

/* セットパーツ:パンくず */
.view-breadcrumb {
  padding: 10px 0;
  font-size: 13px;
}
.view-breadcrumb ul {
  display: flex;
}
.view-breadcrumb ul a.link {
  text-decoration: none;
}
.view-breadcrumb ul span {
  display: inline-block;
  padding: 0 5px;
}
.preview .view-breadcrumb {
  background: #f4f4f4 !important;
}

/* セットパーツ:ワンラインニュース */
.view-oneLineNews {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.view-oneLineNews .news {
  display: flex;
  padding: 10px 0;
}
.view-oneLineNews .news .label {
  display: flex;
  align-items: center;
  height: 24px;
  font-size: 12px;
  padding: 0 10px;
  color: #ffffff;
  margin-left: 10px;
}
.view-oneLineNews .news .title {
  margin-left: 22px;
  flex: 1;
}
.preview .view-oneLineNews {
  width: 83.3333333333%;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 120px;
  background: #f4f4f4 !important;
  margin-bottom: 0 !important;
}

/* セットパーツ:メッセージ */
.view-message .text {
  font-size: 18px;
  line-height: 2;
}
.preview .view-message .text {
  margin-top: 40px;
}

/* セットパーツ:上画像付きテキスト */
.preview .view-textWithTopImages .contents .images.link a {
  cursor: pointer;
}
.view-textWithTopImages .heading {
  font-size: 34px;
  font-weight: bold;
  position: relative;
}
.view-textWithTopImages .contents {
  display: flex;
  flex-wrap: wrap;
}
.view-textWithTopImages .contents .images {
  position: relative;
}
.view-textWithTopImages .contents .images .images-block {
  height: 100%;
}
.view-textWithTopImages .contents .images .images-block .images-img {
  width: 100%;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
  position: relative;
}
.view-textWithTopImages .contents .images .images-block .images-img span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
.view-textWithTopImages .contents .images .images-block .image-title {
  padding: 24px 20px;
  background: #ffffff;
}
.view-textWithTopImages .contents .images .images-block .image-title .title {
  font-size: 28px;
  font-weight: bold;
}
.view-textWithTopImages .contents .images .images-block .image-title .text {
  font-size: 16px;
  margin-top: 12px;
}
.view-textWithTopImages .contents .images.link a {
  cursor: default;
}
.view-textWithTopImages .contents .images .images-block {
  height: 100%;
}
.view-textWithTopImages .contents .images .images-block img {
  width: 100%;
}
.view-textWithTopImages .contents .images .images-block .image-title {
  padding: 24px 20px;
  background: #ffffff;
}
.view-textWithTopImages .contents .images .images-block .image-title .title {
  font-size: 28px;
  font-weight: bold;
}
.view-textWithTopImages .contents .images .images-block .image-title .text {
  font-size: 16px;
  margin-top: 12px;
}

/* セットパーツ:左右画像付きテキスト */
.view-textWithLeftAndRightImages .heading {
  font-size: 34px;
  font-weight: bold;
  position: relative;
}
.view-textWithLeftAndRightImages .contents {
  flex-wrap: wrap;
  align-items: inherit;
  margin-bottom: 20px;
  padding-top: 48px;
  width: 100%;
}
.view-textWithLeftAndRightImages .contents .images {
  padding: 0;
}
.view-textWithLeftAndRightImages .contents .images .images-img {
  width: 50%;
}
.view-textWithLeftAndRightImages .contents .images .images-img img {
  width: 100%;
}
.view-textWithLeftAndRightImages .contents .images:last-child {
  margin-bottom: 0;
}
.view-textWithLeftAndRightImages .contents .images .image-title {
  background: #ffffff;
}
.view-textWithLeftAndRightImages .contents .images .image-title .title {
  font-size: 28px;
  font-weight: bold;
}
.view-textWithLeftAndRightImages .contents .images .image-title .text {
  font-size: 16px;
  margin-top: 12px;
}
.view-textWithLeftAndRightImages .contents .images.layout-1 {
  width: 100%;
}
.view-textWithLeftAndRightImages .contents .images.layout-2 {
  width: calc(50% - 12px);
}
.view-textWithLeftAndRightImages .contents .images .image-left {
  display: flex;
  align-items: flex-start;
  border: none;
  width: 100%;
}
.view-textWithLeftAndRightImages .contents .images .image-right {
  display: flex;
  border: none;
  width: 100%;
}

/* セットパーツ:一覧表示 */
.preview .view-listDisplay .style-text {
  margin-top: 48px;
}
.preview .view-listDisplay .link {
  display: block;
}
.view-listDisplay .style-text {
  margin-top: 38px;
}
.view-listDisplay .style-text .list {
  padding: 24px 0;
  border-bottom: 1px solid #e5e5e5;
}
.view-listDisplay .style-text .list:first-child {
  border-top: 1px solid #e5e5e5;
}
.view-listDisplay .style-text .list .create-date {
  display: inline-block;
  margin-right: 10px;
  width: 90px;
}
.view-listDisplay .style-text .list .name {
  margin-top: 8px;
}
.view-listDisplay .style-text .btn {
  margin: 20px auto 0 auto;
}
.view-listDisplay .style-image {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
.view-listDisplay .style-image > div {
  width: auto;
  margin-right: 24px;
  border: #e5e5e5 1px solid;
}
.view-listDisplay .style-image > div:last-child {
  margin-right: 0;
}
.view-listDisplay .style-image img {
  width: 100%;
  height: auto;
}
.view-listDisplay .style-image p {
  padding: 24px 16px;
  font-size: 16px;
}

/* セットパーツ:地図 */
.view-map {
  text-align: center;
}
.view-map iframe {
  max-width: 100%;
}

/* セットパーツ:会社概要 */
.view-companyOverview .contents {
  margin-top: 48px;
}
.view-companyOverview .contents table {
  width: 100%;
}
.view-companyOverview .contents table tr th,
.view-companyOverview .contents table tr td {
  border: 1px solid #e5e5e5;
  text-align: left;
}
.view-companyOverview .contents table tr th {
  padding: 23px 0 23px 32px;
  background: #f4f4f4;
}
.view-companyOverview .contents table tr td {
  padding: 23px 32px;
}
.view-companyOverview .contents table tr td .officer-list .position {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}

/* セットパーツ:コンバージョン */
.view-conversion {
  min-height: 400px;
  width: 100%;
  margin: 0;
  background-position: center center;
  display: flex;
  align-items: center;
}
.preview .view-conversion:not(.paid) {
  margin-top: 96px;
}
.preview .view-conversion.background.background-image {
  background-size: cover;
}
.preview .view-conversion.background.background-image .parts-contents {
  width: 83.3333333333%;
  margin: 0 auto;
}
.view-conversion .buttons {
  display: flex !important;
  align-items: center;
  flex-direction: column;
}
.view-conversion.background {
  background-size: cover;
}
.view-conversion.background.background-image {
  width: 100%;
}
.view-conversion .contents-area {
  width: 100%;
}
.view-conversion .parts-contents {
  width: 100%;
}
.view-conversion .parts-contents .heading-text {
  width: 100%;
}
.view-conversion .parts-contents .heading-text.color-black {
  color: #1e1e1e;
}
.view-conversion .parts-contents .heading-text.color-darkgray {
  color: #696969;
}
.view-conversion .parts-contents .heading-text.color-gray {
  color: #b4b4b4;
}
.view-conversion .parts-contents .heading-text.color-white {
  color: #ffffff;
}
.view-conversion .parts-contents .heading-text .heading {
  font-size: 45px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.view-conversion .parts-contents .heading-text .text {
  font-size: 18px;
  margin-top: 20px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.view-conversion .parts-contents .buttons {
  margin-left: 24px;
}
.view-conversion .parts-contents .buttons a:not(:first-child) {
  margin-top: 10px;
}
.preview .next-breadcrumb-component .view-conversion, .preview .next-oneLineNews-component .view-conversion {
  margin-top: 0 !important;
}
.preview .next-header-component.breadcrumbComponent + .component .view-conversion:not(.paid) {
  margin-top: 56px !important;
}

/* セットパーツ:ステップ */
.view-step .step-contents {
  margin-top: 32px;
  position: relative;
}
.view-step .step-contents .step-images {
  text-align: center;
  position: relative;
  width: 48px;
  height: 48px;
  background: #437cfd;
  border-radius: 100%;
  z-index: 1;
}
.view-step .step-contents .step-images span {
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  font-weight: 700;
  transform: translateX(-50%) translateY(-50%);
}
.view-step .step-contents .step-context h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.view-step .step-contents .step-context p {
  margin-top: 12px;
  line-height: 1.5;
}

/* セットパーツ:お客さまの声 */
.view-customer-voice .contents {
  margin-top: 32px;
  position: relative;
}
.view-customer-voice .contents.vertical {
  display: flex;
  flex-wrap: wrap;
}
.view-customer-voice .contents.vertical .contents-item {
  display: flex;
  position: relative;
  padding: 24px 32px 24px 24px;
  border: 1px solid #e5e5e5;
}
.view-customer-voice .contents.vertical .contents-item .image {
  width: 120px;
  margin: auto;
}
.view-customer-voice .contents.vertical .contents-item .context {
  flex: 1 0 0%;
  margin-left: 24px;
}
.view-customer-voice .contents.horizon {
  display: flex;
  flex-wrap: wrap;
}
.view-customer-voice .contents.horizon .contents-item {
  position: relative;
  padding: 24px 20px 32px 20px;
  border: 1px solid #e5e5e5;
}
.view-customer-voice .contents.horizon .contents-item .context {
  margin-top: 24px;
}
.view-customer-voice .contents.horizon .contents-item .image {
  margin: auto;
}
.view-customer-voice .contents .image {
  width: 120px;
}
.view-customer-voice .contents .image img {
  width: 100%;
}
.view-customer-voice .contents .context h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.view-customer-voice .contents .context p {
  margin-top: 12px;
  line-height: 1.5;
}

/* セットパーツ:配信停止 */
.view-optOut {
  text-align: center;
}
.view-optOut .none {
  display: none !important;
}
.view-optOut h4 {
  margin-top: 32px;
}
.view-optOut .buttons {
  margin-top: 32px;
}
.view-optOut .buttons .btn {
  margin: auto;
}
.view-optOut .complete {
  margin-top: 32px;
  background: #f7f8f9;
  padding: 21px 24px;
}
.view-optOut .complete h2 {
  background: #f7f8f9 !important;
}
.view-optOut .complete p {
  margin-top: 32px;
}
.view-optOut .error {
  margin-top: 32px;
}

/* セットパーツ:フッター */
.view-footer {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin: 0;
  margin-top: 96px;
}
.view-footer .link-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-footer .link-list li:not(:last-child) {
  margin-right: 10px;
}
.view-footer .link-list li a {
  color: #1e1e1e;
}
.view-footer .copyright {
  margin-top: 10px;
  text-align: center;
}

.preview .prev-footer-component [class^=view-]:not(.view-oneLineNews):not(.view-breadcrumb):not(.view-conversion),
.preview .prev-footer-component.single-component > .single_component_content {
  margin-bottom: 96px !important;
}

.preview .prev-footer-component:not(.next-conversion-component) .view-oneLineNews,
.preview .prev-footer-component:not(.next-conversion-component) .view-breadcrumb {
  margin-top: 96px !important;
}

/* -----------------------シングルパーツ----------------------- */
.view-components.preview > .single-component.next-conversion-component .single_component_content,
.view-components.preview > .single-component.next-mainArea-component .single_component_content,
.view-components.preview > .next-mainArea-component.breadcrumbComponent + .single-component .single_component_content,
.view-components.preview > .next-mainArea-component.oneLineNewsComponent + .single-component .single_component_content,
.view-components.preview > .next-conversion-component.breadcrumbComponent + .single-component .single_component_content,
.view-components.preview > .next-conversion-component.oneLineNewsComponent + .single-component .single_component_content {
  padding-top: 96px;
  margin-top: 96px !important;
}

.preview .view-components .component.single-component {
  background: none;
}

.preview .single_component_content {
  background: #fff;
}

.preview .layout-column-area {
  max-width: none;
}
.preview .layout-column-area .layout-column {
  border: none !important;
}

/* シングルパーツ:見出し1,2,3,4 */
.view-heading1 *,
.view-heading2 *,
.view-heading3 *,
.view-heading4 * {
  max-width: 100%;
}
.view-heading1.link,
.view-heading2.link,
.view-heading3.link,
.view-heading4.link {
  color: #007aff;
}
.view-heading1.link:not(:hover),
.view-heading2.link:not(:hover),
.view-heading3.link:not(:hover),
.view-heading4.link:not(:hover) {
  text-decoration: underline;
}

/* シングルパーツ:テキスト */
.view-text {
  font-size: 16px;
}
.view-text * {
  max-width: 100%;
}

a.view-text {
  display: inline-block;
}

/* シングルパーツ:注釈 */
.view-annotation li {
  display: flex;
  font-size: 13px;
}
.view-annotation li .symbol {
  display: inline-block;
  margin-right: 4px;
}

/* シングルパーツ:リスト */
.view-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.view-list li span {
  display: inline-block;
  margin-right: 4px;
}

/* シングルパーツ:表組み */
.view-table.cell-text-align-left th,
.view-table.cell-text-align-left td {
  text-align: left;
}
.view-table.cell-text-align-center th,
.view-table.cell-text-align-center td {
  text-align: center;
}
.view-table.cell-text-align-right th,
.view-table.cell-text-align-right td {
  text-align: right;
}
.view-table.cell-vertical-align-top th,
.view-table.cell-vertical-align-top td {
  vertical-align: top;
}
.view-table.cell-vertical-align-middle th,
.view-table.cell-vertical-align-middle td {
  vertical-align: middle;
}
.view-table.cell-vertical-align-bottom th,
.view-table.cell-vertical-align-bottom td {
  vertical-align: bottom;
}
.view-table table {
  width: 100%;
  table-layout: fixed;
}
.view-table th,
.view-table td {
  border: 1px solid #e5e5e5;
  height: 30px;
}
.view-table th {
  background: #f4f4f4;
}
.view-table td {
  background: #ffffff;
}
.view-table p {
  margin-top: 10px;
  text-align: center;
}
.preview .view-table table {
  width: 100%;
}
.preview .view-table .caption {
  font-size: 13px;
}
.preview .view-table .caption:after {
  content: "　";
}

/* シングルパーツ:区切り線 */
.view-separator {
  overflow: hidden;
}
.view-separator hr {
  margin: 10px 0;
  opacity: 0.25;
}

/* シングルパーツ:ボタン */
.view-button {
  display: flex;
}
.view-button .btn {
  cursor: pointer;
  max-width: 100%;
}

/* シングルパーツ:空白 */
.view-space.space-height-20 {
  height: 20px;
}
.view-space.space-height-40 {
  height: 40px;
}
.view-space.space-height-60 {
  height: 60px;
}
.view-space.space-height-80 {
  height: 80px;
}
.view-space.space-height-100 {
  height: 100px;
}

/* シングルパーツ:アコーディオン */
.view-accordion li {
  border: none !important;
  position: relative;
  border: none;
  background: #f4f4f4;
  border: 1px solid;
  position: relative;
  padding: 16px 24px;
}
.view-accordion li.text-align-left .title-block {
  justify-content: flex-start;
}
.view-accordion li.text-align-center .title-block {
  justify-content: center;
}
.view-accordion li.text-align-right .title-block {
  justify-content: flex-end;
}
.view-accordion li label {
  width: 100%;
  text-align: center;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  height: auto;
  font-size: 18px;
}
.view-accordion li:not(:last-child) {
  margin-bottom: 20px;
}
.view-accordion li .icon {
  position: static;
  display: inline-block;
}
.view-accordion li .icon.icon-more {
  display: inline-block;
}
.view-accordion li .icon.icon-less {
  display: none;
}
.view-accordion li .init-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 100%;
  cursor: pointer;
}
.view-accordion li .init-open:checked + .title-block + .accordion-block {
  display: block;
}
.view-accordion li .init-open:checked + .title-block .icon-more {
  display: none;
}
.view-accordion li .init-open:checked + .title-block .icon-less {
  display: inline-block;
}
.view-accordion li .title-block {
  display: flex;
  align-items: center;
}
.view-accordion li .title-block .title {
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.view-accordion li .accordion-block {
  display: none;
}
.view-accordion li .accordion-block p {
  font-size: 15px;
  padding: 10px;
}

/* シングルパーツ:画像 */
.view-image > div {
  display: inline-block;
  max-width: 100%;
}
.view-image img {
  width: 100% !important;
  height: auto !important;
}
.view-image img.link {
  cursor: pointer;
}

/* シングルパーツ:動画 */
.view-movie iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* シングルパーツ:見出し1,2,3,4 */
.view-heading1 {
  font-size: 45px;
}

.view-heading2 {
  font-size: 34px;
}

.view-heading3 {
  font-size: 28px;
}

.view-heading4 {
  font-size: 22px;
}

/* シングルパーツ:HTML */
.view-html * {
  max-width: 100%;
}

/* シングルパーツ:SNSアイコン */
.view-snsIcon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.view-snsIcon.align-left {
  justify-content: flex-start;
}
.view-snsIcon.align-center {
  justify-content: center;
}
.view-snsIcon.align-right {
  justify-content: flex-end;
}
.view-snsIcon li {
  cursor: pointer;
}
.view-snsIcon li.icon svg {
  fill: #b0b3be;
}
.view-snsIcon li.icon-facebook svg:hover {
  fill: #1877f2;
}
.view-snsIcon li.icon-instagram svg:hover {
  fill: #ee2a7b;
}
.view-snsIcon li.icon-threads svg:hover {
  fill: #000000;
}
.view-snsIcon li.icon-x svg:hover {
  fill: #000000;
}
.view-snsIcon li.icon-youtube svg:hover {
  fill: #e21a20;
}
.view-snsIcon li.icon-line svg:hover {
  fill: #00b900;
}
.view-snsIcon li.icon-discord svg:hover {
  fill: #8c9eff;
}
.view-snsIcon li.icon-tiktok svg:hover {
  fill: #00b2c9;
}
.view-snsIcon li.icon-linkedin svg:hover {
  fill: #007ab9;
}
.view-snsIcon li.icon-pinterest svg:hover {
  fill: #cb1f27;
}
.view-snsIcon li.icon-snapchat svg:hover {
  fill: #000000;
}

@media screen and (min-width: 769px) {
  .is-pc {
    /* コンバージョン直上に来る場合は、上にマージンを設ける。
      ただし、コンバージョン＋ワンライン+パンくずなど例外ケースが続く場合もある */
    /* セットパーツ:ヘッダー */
    /* セットパーツ:メインエリア */
    /* セットパーツ:メッセージ */
    /* セットパーツ:上画像付きテキスト */
    /* セットパーツ:左右画像付きテキスト */
    /* セットパーツ:会社概要 */
    /* セットパーツ:コンバージョン */
    /* セットパーツ:パンくず */
    /* セットパーツ:ワンラインニュース */
    /* セットパーツ:ステップ */
    /* セットパーツ:お客さまの声 */
    /* シングルパーツ:表組み */
    /* シングルパーツ:アコーディオン */
  }
  .is-pc .spMenuList,
  .is-pc .spMenu {
    display: none;
  }
  .is-pc .layout-component .layout-column-area .layout-column {
    margin-right: 24px !important;
  }
  .is-pc .layout-component .layout-column-area .layout-column:last-child {
    margin-right: 0 !important;
  }
  .is-pc .preview .view-components [class^=view-]:not(.view-mainArea):not(.view-conversion):not(.view-breadcrumb):not(.view-oneLineNews):not(.view-header):not(.view-footer):not(.view-components):not(.view-heading1):not(.view-heading2):not(.view-heading3):not(.view-heading4):not(.view-text):not(.view-annotation):not(.view-list):not(.view-image):not(.view-movie):not(.view-table):not(.view-separator):not(.view-button):not(.view-space):not(.view-accordion):not(.view-html):not(.view-snsIcon),
  .is-pc .preview .form-component .form_component_content {
    width: 83.3333333333%;
    padding-top: 96px;
    padding-bottom: 48px;
  }
  .is-pc .preview .layout-column-area {
    width: 83.3333333333%;
  }
  .is-pc .preview .single-component + .component .view-components [class^=view-]:not(.view-mainArea):not(.view-conversion):not(.view-breadcrumb):not(.view-oneLineNews):not(.view-header):not(.view-footer):not(.view-components):not(.view-heading1):not(.view-heading2):not(.view-heading3):not(.view-heading4):not(.view-text):not(.view-annotation):not(.view-list):not(.view-image):not(.view-movie):not(.view-table):not(.view-separator):not(.view-button):not(.view-space):not(.view-accordion):not(.view-html):not(.view-snsIcon) {
    padding-top: 48px;
  }
  .is-pc .preview .next-header-component.breadcrumbComponent + .single-component *[class^=view-]:not(.paid),
  .is-pc .preview .next-header-component.oneLineNewsComponent + .single-component *[class^=view-]:not(.paid),
  .is-pc .preview .next-header-component.single-component [class^=view-]:not(.paid) {
    padding-top: 96px !important;
  }
  .is-pc .preview .oneLineNewsComponent.next-header-component + .breadcrumbComponent .view-breadcrumb {
    width: 100%;
  }
  .is-pc .preview .view-components > .single-component + .set-component [class^=view-]:not(.view-mainArea):not(.view-conversion):not(.view-breadcrumb):not(.view-oneLineNews):not(.view-header):not(.view-footer):not(.view-components) {
    padding-top: 48px;
  }
  .is-pc .preview .view-area > .layout-container > .view-components > .single-component .single_component_content {
    width: 83.3333333333%;
  }
  .is-pc .preview .view-components .single_component_content [class^=view-]:not(.view-image) {
    width: 100% !important;
  }
  .is-pc .preview .view-components .component.form-component {
    background-color: none;
  }
  .is-pc .preview .form-component .form_component_content {
    background-color: #fff;
  }
  .is-pc .preview .prev-conversion-component:not(.next-header-component) .view-breadcrumb,
  .is-pc .preview .prev-conversion-component:not(.next-header-component) .view-oneLineNews {
    margin-top: 96px !important;
  }
  .is-pc .preview .next-breadcrumb-component.prev-conversion-component:not(.next-header-component) .view-oneLineNews,
  .is-pc .preview .next-oneLineNews-component.prev-conversion-component:not(.next-header-component) .view-breadcrumb {
    margin-top: 0 !important;
  }
  .is-pc .view-header .link-list .button-list {
    margin-top: 24px;
  }
  .is-pc .view-header .spMenu-detail {
    display: none;
  }
  .is-pc .view-mainArea.background {
    padding-bottom: 0;
    height: 0;
  }
  .is-pc .view-mainArea.background.background-image {
    width: 100%;
    padding-top: 41.5% !important;
  }
  .is-pc .view-mainArea.background .parts-contents {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .is-pc .view-message .text {
    margin-top: 20px;
  }
  .preview .is-pc .view-message {
    padding-left: 8.3333333333% !important;
    padding-right: 8.3333333333% !important;
  }
  .is-pc .view-textWithTopImages .contents {
    padding-top: 48px;
  }
  .is-pc .view-textWithTopImages .contents .images {
    margin-right: 24px;
    position: relative;
  }
  .is-pc .view-textWithTopImages .contents .images.layout-2 {
    width: calc(50% - 12px);
  }
  .is-pc .view-textWithTopImages .contents .images.layout-2:nth-child(2n) {
    margin-right: 0;
  }
  .is-pc .view-textWithTopImages .contents .images.layout-2:nth-child(n+3) {
    margin-top: 24px;
  }
  .is-pc .view-textWithTopImages .contents .images.layout-3 {
    width: calc(33.3333333333% - 16px);
  }
  .is-pc .view-textWithTopImages .contents .images.layout-3:nth-child(3n) {
    margin-right: 0;
  }
  .is-pc .view-textWithTopImages .contents .images.layout-3:nth-child(n+4) {
    margin-top: 24px;
  }
  .is-pc .view-textWithTopImages .contents .images.layout-4 {
    width: calc(25% - 18px);
  }
  .is-pc .view-textWithTopImages .contents .images.layout-4:nth-child(4n) {
    margin-right: 0;
  }
  .is-pc .view-textWithTopImages .contents .images.layout-4:nth-child(n+5) {
    margin-top: 24px;
  }
  .is-pc .view-textWithTopImages .contents .images .images-block {
    border: 1px solid #e5e5e5;
  }
  .is-pc .view-textWithLeftAndRightImages .contents .images {
    border: 1px solid #e5e5e5;
  }
  .is-pc .view-textWithLeftAndRightImages .contents .images.layout-1:not(:first-child) {
    margin-top: 24px;
  }
  .is-pc .view-textWithLeftAndRightImages .contents .images.layout-2:nth-child(odd) {
    margin-right: 24px;
  }
  .is-pc .view-textWithLeftAndRightImages .contents .images.layout-2:nth-child(n+3) {
    margin-top: 24px;
  }
  .is-pc .view-textWithLeftAndRightImages .contents .images .images-img {
    width: 50%;
  }
  .is-pc .view-textWithLeftAndRightImages .contents .images .images-img img {
    width: 100%;
  }
  .is-pc .view-textWithLeftAndRightImages .contents .images .image-title {
    width: 50%;
    padding: 24px 20px;
  }
  .is-pc .view-companyOverview .contents table tr th {
    width: 200px;
  }
  .preview .is-pc .view-conversion.background .contents-area {
    height: 186px;
    position: absolute;
    top: calc(50% - 93px);
    left: 0;
    display: flex;
    align-items: center;
  }
  .preview .is-pc .view-conversion.background .contents-area .parts-contents {
    width: 83.3333333333%;
    margin: 0 auto;
  }
  .is-pc .view-conversion .parts-contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .preview .is-pc .view-breadcrumb {
    width: 83.3333333333%;
    padding-left: 56px;
    padding-right: 56px;
  }
  .preview .view-area .prev-mainArea-component .is-pc .view-breadcrumb {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .preview .view-area .prev-conversion-component .is-pc .view-breadcrumb, .preview .view-area .next-conversion-component .is-pc .view-breadcrumb, .preview .view-area .next-mainArea-component .is-pc .view-breadcrumb {
    padding-left: calc((100% + 112px) / 12 - 56px);
    padding-right: calc((100% + 112px) / 12 - 56px);
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .view-area .component.prev-conversion-component .is-pc .view-breadcrumb, .view-area .component.next-conversion-component .is-pc .view-breadcrumb, .view-area .component.prev-mainArea-component .is-pc .view-breadcrumb {
    margin-bottom: 0 !important;
  }
  .preview .is-pc .view-oneLineNews {
    padding: 6px 56px;
  }
  .is-pc .view-step .step-contents {
    margin-top: 32px;
    position: relative;
  }
  .is-pc .view-step .step-contents.vertical li {
    display: flex;
    position: relative;
  }
  .is-pc .view-step .step-contents.vertical li:not(:first-child) {
    margin-top: 40px;
  }
  .is-pc .view-step .step-contents.vertical li:first-child::after {
    position: absolute;
    top: 40px;
    left: 22px;
    background: #e5e5e5;
    width: 4px;
    height: 100%;
    content: "";
  }
  .is-pc .view-step .step-contents.vertical li:not(:last-child)::after {
    position: absolute;
    top: 40px;
    left: 22px;
    background: #e5e5e5;
    width: 4px;
    height: 100%;
    content: "";
  }
  .is-pc .view-step .step-contents.vertical li:last-child {
    padding-right: 0;
  }
  .is-pc .view-step .step-contents.vertical li .step-images {
    margin: 0 auto;
  }
  .is-pc .view-step .step-contents.vertical li .step-context {
    flex: 1 0 0%;
    margin-left: 24px;
  }
  .is-pc .view-step .step-contents.horizon {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -32px;
    margin-right: -24px;
  }
  .is-pc .view-step .step-contents.horizon li {
    position: relative;
    margin-bottom: 32px;
    margin-right: 24px;
    width: calc(25% - 24px);
  }
  .is-pc .view-step .step-contents.horizon li .step-context {
    margin-top: 24px;
  }
  .is-pc .view-step .step-contents.horizon li::after {
    position: absolute;
    top: 22px;
    left: -12px;
    background: #e5e5e5;
    height: 4px;
    width: calc(100% + 24px);
    content: "";
  }
  .is-pc .view-step .step-contents.horizon li:first-child::after {
    position: absolute;
    top: 22px;
    left: 50%;
    background: #e5e5e5;
    height: 4px;
    width: calc(50% + 12px);
    content: "";
  }
  .is-pc .view-step .step-contents.horizon li:last-child::after {
    position: absolute;
    top: 22px;
    right: 50%;
    background: #e5e5e5;
    height: 4px;
    width: calc(50% + 12px);
    content: "";
  }
  .is-pc .view-step .step-contents.horizon li .step-images {
    margin: auto;
  }
  .is-pc .view-customer-voice .contents {
    margin-top: 32px;
    position: relative;
  }
  .is-pc .view-customer-voice .contents.vertical.vertical-layout-1 .contents-item {
    width: 100%;
  }
  .is-pc .view-customer-voice .contents.vertical.vertical-layout-1 .contents-item:not(:first-child) {
    margin-top: 24px;
  }
  .is-pc .view-customer-voice .contents.vertical.vertical-layout-2 .contents-item {
    width: calc(50% - 12px);
  }
  .is-pc .view-customer-voice .contents.vertical.vertical-layout-2 .contents-item:nth-child(2n-1) {
    margin-right: 24px;
  }
  .is-pc .view-customer-voice .contents.vertical.vertical-layout-2 .contents-item:nth-child(n+3) {
    margin-top: 24px;
  }
  .is-pc .view-customer-voice .contents.horizon.horizon-layout-2 .contents-item {
    width: calc(50% - 12px);
  }
  .is-pc .view-customer-voice .contents.horizon.horizon-layout-2 .contents-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .is-pc .view-customer-voice .contents.horizon.horizon-layout-2 .contents-item:nth-child(2n) {
    margin-right: 0;
  }
  .is-pc .view-customer-voice .contents.horizon.horizon-layout-3 .contents-item {
    width: calc(33.3% - 16px);
  }
  .is-pc .view-customer-voice .contents.horizon.horizon-layout-3 .contents-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .is-pc .view-customer-voice .contents.horizon.horizon-layout-3 .contents-item:nth-child(3n) {
    margin-right: 0;
  }
  .is-pc .view-customer-voice .contents.horizon.horizon-layout-4 .contents-item {
    width: calc(25% - 18px);
  }
  .is-pc .view-customer-voice .contents.horizon.horizon-layout-4 .contents-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .is-pc .view-customer-voice .contents.horizon.horizon-layout-4 .contents-item:nth-child(4n) {
    margin-right: 0;
  }
  .is-pc .view-customer-voice .contents.horizon .contents-item {
    margin-top: 24px;
    margin-right: 24px;
  }
  .is-pc .view-table th,
  .is-pc .view-table td {
    min-width: 100px;
  }
  .preview .is-pc .view-table tr,
  .preview .is-pc .view-table th,
  .preview .is-pc .view-table td {
    height: 72px;
  }
  .preview .is-pc .view-table th,
  .preview .is-pc .view-table td {
    padding: 30px;
  }
  .is-pc .view-accordion li label {
    padding-left: 37px;
  }
  .is-pc .view-accordion li .icon {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .is-sp {
    /* セットパーツ:パンくず */
    /* セットパーツ:ワンラインニュース */
    /* セットパーツ:上画像付きテキスト */
    /* セットパーツ:左右画像付きテキスト */
    /* セットパーツ:会社概要 */
    /* セットパーツ:ステップ */
    /* セットパーツ:お客さまの声 */
    /* シングルパーツ:画像 */
  }
  .is-sp .pcmenu {
    display: none;
  }
  .is-sp .preview {
    /*フォームパーツ背景調整*/
  }
  .is-sp .preview .view-components .set-component [class^=view-]:not(.view-mainArea):not(.view-mainArea-inner):not(.view-conversion):not(.view-breadcrumb):not(.view-oneLineNews):not(.view-header),
  .is-sp .preview .form-component .form_component_content {
    width: calc(100% - 32px) !important;
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .is-sp .preview .layout-column-area {
    width: calc(100% - 32px) !important;
  }
  .is-sp .preview .single-component + .component .view-components [class^=view-]:not(.view-mainArea):not(.view-conversion):not(.view-breadcrumb):not(.view-oneLineNews):not(.view-header):not(.view-footer):not(.view-components) {
    padding-top: 24px;
  }
  .is-sp .preview .next-header-component.breadcrumbComponent + .single-component *[class^=view-]:not(.paid),
  .is-sp .preview .next-header-component.oneLineNewsComponent + .single-component *[class^=view-]:not(.paid),
  .is-sp .preview .next-header-component.single-component [class^=view-]:not(.paid) {
    padding-top: 72px !important;
  }
  .is-sp .preview .view-area > .layout-container > .view-components > .single-component .single_component_content {
    width: calc(100% - 32px) !important;
  }
  .is-sp .preview .layout-component > .layout-column-area:not(.paid) {
    padding-bottom: 0;
  }
  .is-sp .preview .prev-breadcrumb-component.layout-component,
  .is-sp .preview .prev-oneLineNews-component.layout-component,
  .is-sp .preview .prev-conversion-component.layout-component,
  .is-sp .preview .prev-footer-component.layout-component {
    padding-bottom: 72px;
  }
  .is-sp .preview .layout-column .view-components,
  .is-sp .preview .view-components .layout-column-area [class^=view-]:not(.view-image) {
    width: 100% !important;
  }
  .is-sp .preview .view-components .component.layout-component .layout-column-area .layout-background {
    flex-wrap: wrap;
  }
  .is-sp .preview .view-components .component.layout-component .layout-column-area .layout-column.layout-25, .is-sp .preview .view-components .component.layout-component .layout-column-area .layout-column.layout-33, .is-sp .preview .view-components .component.layout-component .layout-column-area .layout-column.layout-50, .is-sp .preview .view-components .component.layout-component .layout-column-area .layout-column.layout-66 {
    width: 100%;
  }
  .is-sp .preview .view-components .view-components .component.single-component .single_component_content {
    padding: 10px 0;
  }
  .is-sp .preview .view-components .component.form-component {
    background-color: none;
  }
  .is-sp .preview .form-component .form_component_content {
    background-color: #fff;
  }
  .is-sp .view-header {
    position: relative;
    padding: 0;
  }
  .is-sp .view-header .spMenu {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 44px;
    height: 44px;
    background-image: url("data:image/svg+xml;charset=utf8,<svg data-v-0836ccb6='' xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'><path d='M0 0h24v24H0z' fill='none'></path><path d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z' fill='%233a435c'></path></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
  .is-sp .view-header .spMenu:checked {
    background-image: url("data:image/svg+xml;charset=utf8,<svg data-v-0836ccb6='' xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'><path d='M0 0h24v24H0z' fill='none'></path><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='%233a435c'></path></svg>");
  }
  .is-sp .view-header .first-row {
    padding: 0 40px;
  }
  .is-sp .view-header .first-row .detail-item {
    display: none;
  }
  .is-sp .view-header .second-row {
    display: none;
  }
  .is-sp .view-header .row {
    height: 72px;
    padding: 0px 16px;
  }
  .is-sp .view-header .links {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    display: block;
    top: 73px;
    left: 0;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-delay: 0s;
    pointer-events: none;
    opacity: 0;
  }
  .is-sp .view-header .link-list {
    display: block;
  }
  .is-sp .view-header .link-list li {
    border-top: 1px solid #e5e5e5;
    margin-right: 0 !important;
  }
  .is-sp .view-header .link-list a {
    display: block;
    width: 100%;
    padding: 0;
    padding: 16px 40px;
    background: #fff;
  }
  .is-sp .view-header .link-list a.current {
    border-bottom: none;
  }
  .is-sp .view-header .spMenu-detail {
    opacity: 0;
    height: 0;
  }
  .is-sp .view-header .spMenu-detail .detail-item {
    padding: 16px 24px;
  }
  .is-sp .view-header .spMenu-detail .detail-item .tel span {
    margin: auto;
  }
  .is-sp .view-header .spMenu-detail .detail-item .button-list {
    margin-top: 16px;
  }
  .is-sp .view-header .spMenu-detail .detail-item .button-list li:not(:first-child) {
    margin-top: 16px;
  }
  .is-sp .view-header .spMenu:checked + .spMenu-detail {
    position: absolute;
    top: 72px;
    width: 100%;
    height: auto;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    opacity: 1;
    pointer-events: auto;
    z-index: 100;
    background: #ffffff;
  }
  .is-sp .view-header .spMenu:checked + .links {
    opacity: 1;
    pointer-events: auto;
    position: absolute;
    top: 72px;
    height: calc(100vh - 72px);
  }
  .is-sp .view-components {
    min-width: auto;
  }
  .is-sp .view-components .buttons {
    display: block !important;
  }
  .is-sp .view-components .buttons .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 16px;
  }
  .is-sp .view-components .buttons .btn:last-child {
    margin-bottom: 0;
  }
  .preview .is-sp .view-breadcrumb {
    width: calc(100% - 32px) !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  .preview .is-sp .view-mainArea .heading {
    font-size: 45px !important;
    min-height: 180px;
  }
  .preview .is-sp .view-mainArea.background {
    padding-top: 0px !important;
    padding-bottom: 0px;
    background-size: cover;
  }
  .preview .is-sp .view-mainArea.background .parts-contents {
    padding: 64px 16px;
  }
  .preview .next-oneLineNews-component .is-sp .view-mainArea, .preview .next-breadcrumb-component .is-sp .view-mainArea {
    width: 100% !important;
  }
  .is-sp .view-oneLineNews {
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-right: 16px !important;
    margin-left: 16px !important;
    width: calc(100% - 32px) !important;
  }
  .is-sp .view-oneLineNews .news {
    flex-wrap: wrap;
  }
  .is-sp .view-oneLineNews .news .title {
    margin-left: 0;
  }
  .is-sp .view-textWithTopImages .contents {
    display: flex;
    flex-wrap: wrap;
  }
  .is-sp .view-textWithTopImages .contents .images {
    padding-top: 48px;
  }
  .is-sp .view-textWithTopImages .contents .images.layout-2 {
    width: 100%;
  }
  .is-sp .view-textWithTopImages .contents .images.layout-3 {
    width: 100%;
  }
  .is-sp .view-textWithTopImages .contents .images.layout-4 {
    width: 100%;
  }
  .is-sp .view-textWithTopImages .contents .images .images-block {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .is-sp .view-textWithTopImages .contents .images .images-block img {
    order: 2;
    width: 100%;
  }
  .is-sp .view-textWithTopImages .contents .images .images-block .image-title {
    order: 1;
    width: 100%;
    margin-top: 16px !important;
    padding: 0;
  }
  .is-sp .view-textWithLeftAndRightImages .contents .images:not(:last-child) {
    margin-bottom: 42px;
  }
  .is-sp .view-textWithLeftAndRightImages .contents .images.layout-1 {
    width: 100%;
  }
  .is-sp .view-textWithLeftAndRightImages .contents .images.layout-2 {
    width: 100%;
  }
  .is-sp .view-textWithLeftAndRightImages .contents .images .images-img {
    width: 100%;
  }
  .is-sp .view-textWithLeftAndRightImages .contents .images .image-left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border: none;
  }
  .is-sp .view-textWithLeftAndRightImages .contents .images .image-right {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: flex-start;
    border: none;
  }
  .is-sp .view-textWithLeftAndRightImages .contents .images img {
    width: 100%;
    margin-bottom: 26px;
  }
  .is-sp .view-textWithLeftAndRightImages .contents .images .image-title {
    width: 100%;
  }
  .is-sp .view-textWithLeftAndRightImages .contents .images .image-title .title {
    margin-bottom: 12px;
  }
  .is-sp .view-companyOverview .contents table tr th {
    width: 152px;
  }
  .is-sp .view-step .step-contents {
    margin-top: 32px;
    position: relative;
  }
  .is-sp .view-step .step-contents.vertical li, .is-sp .view-step .step-contents.horizon li {
    display: flex;
    position: relative;
  }
  .is-sp .view-step .step-contents.vertical li:not(:first-child), .is-sp .view-step .step-contents.horizon li:not(:first-child) {
    margin-top: 40px;
  }
  .is-sp .view-step .step-contents.vertical li:first-child::after, .is-sp .view-step .step-contents.horizon li:first-child::after {
    position: absolute;
    top: 40px;
    left: 22px;
    background: #e5e5e5;
    width: 4px;
    height: 100%;
    content: "";
  }
  .is-sp .view-step .step-contents.vertical li:not(:last-child)::after, .is-sp .view-step .step-contents.horizon li:not(:last-child)::after {
    position: absolute;
    top: 40px;
    left: 22px;
    background: #e5e5e5;
    width: 4px;
    height: 100%;
    content: "";
  }
  .is-sp .view-step .step-contents.vertical li:last-child, .is-sp .view-step .step-contents.horizon li:last-child {
    padding-right: 0;
  }
  .is-sp .view-step .step-contents.vertical li .step-images, .is-sp .view-step .step-contents.horizon li .step-images {
    margin: 0 auto;
  }
  .is-sp .view-step .step-contents.vertical li .step-context, .is-sp .view-step .step-contents.horizon li .step-context {
    flex: 1 0 0%;
    margin-left: 24px;
  }
  .is-sp .view-customer-voice .contents {
    margin-top: 32px;
    position: relative;
  }
  .is-sp .view-customer-voice .contents.vertical {
    display: flex;
    flex-wrap: wrap;
  }
  .is-sp .view-customer-voice .contents.vertical .contents-item {
    width: 100%;
  }
  .is-sp .view-customer-voice .contents.vertical .contents-item:not(:first-child) {
    margin-top: 24px;
  }
  .is-sp .view-customer-voice .contents.horizon .contents-item {
    width: 100%;
  }
  .is-sp .view-customer-voice .contents.horizon .contents-item:not(:first-child) {
    margin-top: 24px;
  }
  .preview .is-sp .view-conversion.background {
    padding: 64px 16px !important;
  }
  .preview .is-sp .view-conversion.background .contents-area {
    position: static;
    transform: translate(0);
    width: 100%;
  }
  .preview .is-sp .view-conversion.background .contents-area .text {
    margin-bottom: 43px;
  }
  .is-sp .view-image {
    padding-top: 0;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}/*# sourceMappingURL=index.css.map */