@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

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

img,
picture {
  max-width: 100%;
  height: auto;
}

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

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

html {
  font-size: 62.5%;
}

body {
  -webkit-print-color-adjust: exact;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

sup, sub {
  font-size: 0.5em;
}

.grecaptcha-badge{
  bottom: 100px !important;
}

.l-header {
  height: 80px;
/* margin-bottom: 30px; */
}

.l-footer {
  position: relative;
  background: #f5f5f5;
}

.l-gnav__inner {
  display: flex;
  position: relative;
  justify-content: space-between;
  background: #f2edeb;
}

.is-nav-fixed .l-gnav {
  z-index: 10;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
}

.l-nav-sp {
  display: none;
  visibility: hidden;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-dom-ready .l-nav-sp {
display: block;
}

.is-menu-open .l-nav-sp {
  visibility: visible;
}

.l-breadcrumb {
  background: #e5e5e5;
}

.is-nav-fixed .l-contents {
  padding-top: 50px;
}

.l-fixed-bottom {
  display: none;
  z-index: 11;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.is-dom-ready .l-fixed-bottom {
  display: block;
}

.l-fixed-bottom.is-active {
  transform: translateY(0);
}

.l-gdpr {
  display: none;
  z-index: 2000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(102, 95, 92, 0.9);
  color: #fff;
}

.l-gdpr.is-active {
  display: block;
}

.c-banner {
  display: block;
  width: 100%;
  transition: opacity 0.2s ease-out;
}

.c-banner:hover {
  opacity: 0.65;
}

.c-btn-group {
  display: flex;
  align-items: center;
}

.c-btn-group--left {
  justify-content: flex-start;
}

.c-btn-group--right {
  justify-content: flex-end;
}

.c-btn-group--center {
  justify-content: center;
}

.c-btn-group--column {
  flex-direction: column;
}

.c-btn {
  display: inline-block;
  padding: 13px 15px;
  border: 1px solid;
  border-radius: 4px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.c-btn-estimate-none {
  color:#cc3d3d;
  font-size:1.4rem;
  font-weight:500;
}

.c-btn:hover {
  opacity: 0.65;
}

.c-card {
  border-radius: 5px;
  background: #fff;
}

.c-textbox:disabled, .c-textarea:disabled, .c-select:disabled {
  background-color: #f5f5f5;
  opacity: 0.7;
  pointer-events: none;
}

.c-textbox {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
}

.c-textbox:-ms-input-placeholder {
  color: #aaaaaa;
}

.c-textbox::placeholder {
  color: #aaaaaa;
}

.c-textbox--long {
  max-width: 640px;
}

.c-textbox--medium {
  max-width: 400px;
}

.c-textbox--small {
  max-width: 280px;
}

.c-textarea {
  display: block;
  width: 100%;
  height: 250px;
  padding: 15px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  outline: none;
  background: #fff;
  resize: vertical;
}

.c-textarea:-ms-input-placeholder {
  color: #aaaaaa;
}

.c-textarea::placeholder {
  color: #aaaaaa;
}

.c-datepicker {
  background: url(/assets/images/common/icon_calendar.png) no-repeat right 5px center #fff;
  background-size: 28px 25px;
}

.c-datepicker:-ms-input-placeholder {
  color: #333;
}

.c-datepicker::placeholder {
  color: #333;
}

.c-select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  padding: 5px 36px 5px 20px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: url(/assets/images/common/icon_select.png) no-repeat right 14px center #fff;
  background-size: 14px 8px;
}

.c-select--selected {
  display: flex;
  align-items: center;
}

.c-select--medium {
  max-width: 400px;
}

.c-select--small {
  max-width: 280px;
}

.c-select--num {
  width: auto;
  height: auto;
  padding: 0 13px 0 5px;
  border: none;
  background-color: transparent;
  background-image: url(/assets/images/common/icon_select_bk_triangle.png);
  background-position: right calc(50% + 2px);
  background-size: 8px 6px;
}

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

.c-checkbox {
  display: inline-block;
  position: relative;
  margin: 3px 0;
  padding-left: 29px;
  line-height: 20px;
}

.c-checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.c-checkbox__input:checked + .c-checkbox__label::after {
  opacity: 1;
}

.c-checkbox__input:disabled + .c-checkbox__label {
  pointer-events: none;
}

.c-checkbox__input:disabled + .c-checkbox__label::before {
  border-color: #ddd;
  background: #f5f5f5;
  opacity: 0.7;
}

.c-checkbox__label {
  display: inline-block;
  cursor: pointer;
}

.c-checkbox__label::before, .c-checkbox__label::after {
  display: block;
  position: absolute;
  content: '';
}

.c-checkbox__label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
}

.c-checkbox__label::before {
  border-radius: 4px;
}

.c-checkbox__label::after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/assets/images/common/icon_check.svg) no-repeat center center;
  opacity: 0;
}

.c-checkbox--single {
  padding-left: 20px;
  line-height: 20px;
}

.c-checkbox--single .c-checkbox__label::before {
  width: 20px;
  height: 20px;
}

.c-checkbox--single .c-checkbox__label::after {
  width: 20px;
  height: 20px;
}

.c-checkbox--large {
  padding-left: 40px;
  line-height: 40px;
}

.c-checkbox--large .c-checkbox__label::before {
  width: 40px;
  height: 40px;
}

.c-checkbox--large .c-checkbox__label::after {
  width: 40px;
  height: 40px;
  background-size: 24px 20px;
}

.c-checkbox--privacy {
  padding-left: 42px;
  line-height: 30px;
}

.c-checkbox--privacy .c-checkbox__label::before {
  width: 30px;
  height: 30px;
}

.c-checkbox--privacy .c-checkbox__label::after {
  width: 30px;
  height: 30px;
  background-size: 18px 15px;
}

.c-radio {
  display: inline-block;
  position: relative;
  margin: 3px 0;
  padding-left: 20px;
  line-height: 20px;
}

.c-radio__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.c-radio__input:checked + .c-radio__label::after {
  opacity: 1;
}

.c-radio__input:disabled + .c-radio__label {
  pointer-events: none;
}

.c-radio__input:disabled + .c-radio__label::before {
  border-color: #ddd;
  background: #f5f5f5;
  opacity: 0.7;
}

.c-radio__input:disabled:checked + .c-radio__label::after {
  background: #999999;
}

.c-radio__label {
  display: inline-block;
  cursor: pointer;
}

.c-radio__label::before, .c-radio__label::after {
  display: block;
  position: absolute;
  border-radius: 100%;
  content: '';
}

.c-radio__label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.c-radio__label::before {
  border-radius: 100%;
}

.c-radio__label::after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #3e82b3;
  background-size: 10px 8px;
  opacity: 0;
}

.c-radio__label--text {
  padding-left: 4px;
}

.c-label-block {
  display: block;
  margin-bottom: 5px;
  line-height: 1.66667;
}

.c-required {
  display: inline-block;
  margin-right: 9px;
  padding: 8px 9px 9px 7px;
  border-radius: 3px;
  background: #bf1313;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

.c-inner {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.c-inner-narrow {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.c-grid {
  display: flex;
}

.c-col--2-1 {
  width: 50%;
}

.c-col--2-2 {
  width: 100%;
}

.c-col--3-1 {
  width: 33.333%;
}

.c-col--3-2 {
  width: 66.666%;
}

.c-col--4-1 {
  width: 25%;
}

.c-col--4-2 {
  width: 50%;
}

.c-grid-table {
  display: table;
  width: 100%;
}

.c-grid-table__cell {
  display: table-cell;
}

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

.c-text-link:hover {
  text-decoration: none;
}

.c-file-link {
  color: #3e82b3;
}

.c-file-link::after {
  display: inline-block;
  margin-top: -2px;
  margin-left: 8px;
  vertical-align: middle;
  content: '';
}

.c-file-link[href$="pdf"]::after {
  width: 18px;
  height: 22px;
  background: url(/assets/images/common/icon_pdf.png) no-repeat left top;
  background-size: 18px 22px;
}

.c-file-link[href$="csv"]::after {
  width: 18px;
  height: 22px;
  background: url(/assets/images/common/icon_csv.png) no-repeat left top;
  background-size: 18px 22px;
}

.c-file-link[href$="xlsx"]::after, .c-file-link[href$="xls"]::after {
  width: 18px;
  height: 22px;
  background: url(/assets/images/common/icon_xlsx.png) no-repeat left top;
  background-size: 18px 22px;
}

.c-file-link[href$="docx"]::after, .c-file-link[href$="doc"]::after {
  width: 18px;
  height: 22px;
  background: url(/assets/images/common/icon_docx.png) no-repeat left top;
  background-size: 18px 22px;
}

.c-dot-list__item {
  position: relative;
  margin-bottom: 3px;
  padding-left: 1.5em;
}

.c-dot-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.c-order-list {
  counter-reset: order;
}

.c-order-list__item {
  position: relative;
  margin-bottom: 3px;
  padding-left: 1.5em;
  counter-increment: order;
}

.c-order-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(order) ".";
}

.c-file-list__item {
  margin-bottom: 13px;
}

.c-note-list__item {
  position: relative;
  margin-bottom: 3px;
  padding-left: 1.1em;
}

.c-note-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.c-link-list__item {
  position: relative;
  margin-bottom: 4px;
  padding-left: 1em;
}

.c-link-list__item::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 14px;
  background: url(/assets/images/common/arrow_link.png) no-repeat left top;
  background-size: 8px 14px;
  content: '';
}

.c-circle-list__item {
  position: relative;
  padding-left: 1em;
}

.c-circle-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '●';
}

.c-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.66667;
}

.c-table th,
.c-table td {
  vertical-align: middle;
}

.c-table thead th {
  background: #f5f5f5;
  font-weight: 500;
  text-align: left;
}

.c-table tbody th {
  font-weight: 500;
  text-align: left;
}

.c-table tbody td {
  background: #fff;
}

.c-title {
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
}

.c-title img {
  display: block;
  margin: 0 auto 8px;
}

.c-title--left {
  text-align: left;
}

.c-title--left img {
  margin-left: 0;
}

.c-title__small {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
}

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

.c-lead--left {
  text-align: left;
}

.c-notes {
  font-size: 1.3rem;
}

.p-accrodion-sp__body[aria-hidden="true"] {
  display: none;
}

.p-accrodion-sp__body[aria-hidden="false"] {
  display: block;
}

.p-anchor-nav {
  margin-bottom: 40px;
}

.p-anchor-nav__list {
  display: flex;
}

.p-anchor-nav__item {
  flex: 1;
  border-right: 1px solid #d5d5d5;
}

.p-anchor-nav__item:first-child {
  border-left: 1px solid #d5d5d5;
}

.p-anchor-nav__link {
  display: block;
  position: relative;
  height: 40px;
  color: #3e82b3;
  line-height: 1.26667;
  text-align: center;
  transition: opacity 0.2s ease-out;
}

.p-anchor-nav__link-lcm {
  display: block;
  position: relative;
  height: 40px;
  color: #3e82b3;
  line-height: 1.26667;
  text-align: center;
  transition: opacity 0.2s ease-out;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-anchor-nav__link:hover,
.p-anchor-nav__link-lcm:hover, {
  opacity: 0.65;
}

.p-anchor-nav__link::before,
.p-anchor-nav__link-lcm::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 14px;
  height: 7.5px;
  margin-left: -7px;
  background: url(/assets/images/common/arrow_anchor.png) no-repeat left top;
  background-size: 14px 7.5px;
  content: '';
}

.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 0;
}

.p-breadcrumb__item {
  font-size: 1.4rem;
}

.p-breadcrumb__item:not(:first-child)::before {
  display: inline-block;
  width: 8px;
  height: 14px;
  margin: 0 14px;
  background: url(/assets/images/common/arrow_link.png) no-repeat left top;
  background-size: 8px 14px;
  content: '';
}

.p-breadcrumb__link {
  color: #666;
  transition: opacity 0.2s ease-out;
}

.p-breadcrumb__link:hover {
  opacity: 0.65;
}

.p-breadcrumb__current {
  font-weight: 500;
}

.p-btn-primary {
  border-color: #3e82b3;
  background-color: #3e82b3;
  color: #fff;
}

.p-btn-primary:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-link {
  width: 240px;
  border-radius: 28px;
  border-color: #d5d5d5;
  background-color: #f2f2f2;
  background-image: url(/assets/images/common/arrow_btn_link.png);
  background-position: right 24px center;
  background-repeat: no-repeat;
  color: #333;
}

.p-btn-link:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-reset {
  border-color: #cccccc;
  background-color: #cccccc;
  color: #333;
}

.p-btn-reset:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-search {
  border-color: #404040;
  background-color: #404040;
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.4);
  color: #fff;
}

.p-btn-search:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-favorite {
  width: 170px;
  padding: 10px;
  border-radius: 4px;
  border-color: #d5d5d5;
  background-color: #fff;
  color: #333;
  font-size: 1.3rem;
}

.p-btn-favorite::before {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-right: 6px;
  margin-bottom: -3px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 19px 18px;
  content: '';
}

.p-btn-favorite::before {
  background-image: url(/assets/images/common/icon_btn_favorite.png);
}

.p-btn-favorite.is-checked {
  border-color: #bf927c;
  color: #bf927c;
}

.p-btn-favorite.is-checked::before {
  background-image: url(/assets/images/common/icon_btn_favorite_active.png);
}

.p-btn-favorite:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-favorite--active {
  width: 170px;
  padding: 10px;
  border-radius: 4px;
  border-color: #bf927c;
  background-color: #fff;
  color: #bf927c;
  font-size: 1.3rem;
}

.p-btn-favorite--active::before {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-right: 6px;
  margin-bottom: -3px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 19px 18px;
  content: '';
}

.p-btn-favorite--active::before {
  background-image: url(/assets/images/common/icon_btn_favorite_active.png);
}

.p-btn-favorite--active:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-article {
  min-width: 200px;
  padding: 15px;
  border-color: #404040;
  background-color: #404040;
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.4);
  color: #fff;
  font-size: 1.6rem;
}

.p-btn-article:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-submit {
  border-color: #404040;
  background-color: #404040;
  color: #fff;
}

.p-btn-submit:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-accordion {
  position: relative;
  min-width: 200px;
  padding-right: 15px;
  border-color: #d5d5d5;
  background-color: #eeeeee;
  color: #333;
}

.p-btn-accordion::before, .p-btn-accordion::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 1px;
  background: #808080;
  content: '';
}

.p-btn-accordion::after {
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}

.p-btn-accordion[aria-expanded="true"] {
  background: #fff;
}

.p-btn-accordion[aria-expanded="true"]::after {
  transform: rotate(0);
}

.p-btn-accordion:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-next {
  border-color: #404040;
  background-color: #404040;
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.4);
  color: #fff;
}

.p-btn-next:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-back {
  border-color: #cccccc;
  background-color: #cccccc;
  color: #333;
}

.p-btn-back:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-estimate {
  border-color: #7e716b;
  background-color: #7e716b;
  color: #fff;
}

.p-btn-estimate:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-update {
  border-color: #7e716b;
  background-color: #fff;
  color: #7e716b;
}

.p-btn-update:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-postal {
  margin: 4px;
  padding: 7px 10px;
  border-radius: 4px;
  border-color: #808080;
  background-color: #808080;
  color: #fff;
  font-size: 1.4rem;
}

.p-btn-postal:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-accept {
  width: 200px;
  padding-right: 10px;
  padding-left: 10px;
  border-color: #fff;
  background-color: #fff;
  color: #333;
}

.p-btn-accept:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-not-accept {
  width: 200px;
  padding-right: 10px;
  padding-left: 10px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.p-btn-not-accept:disabled {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  color: #fff;
  pointer-events: none;
}

.p-btn-reset, .p-btn-search, .p-btn-submit {
  min-width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.6rem;
}

.p-btn-submit {
  padding-right: 30px;
  padding-left: 30px;
}

.p-btn-search::before {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 13px;
  margin-bottom: -4px;
  background: url(/assets/images/common/icon_search.png) no-repeat left top/19px 19px;
  content: '';
}

.p-btn-estimate, .p-btn-back, .p-btn-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 65px;
  font-size: 1.6rem;
}

.p-btn-update {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 60px;
  font-size: 1.6rem;
}

.p-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
}

.p-icon-btn-contact {
  border-color: #4980af;
  background-color: #4980af;
  color: #fff;
}

.p-icon-btn-quotation {
  border-color: #3e82b3;
  background-color: #fff;
  color: #3e82b3;
}

.p-icon-btn-favorite {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #333;
}

.p-icon-btn-favorite--active {
  border-color: #f2e5df;
  background-color: #f2e5df;
  color: #333;
}

.p-icon-contact {
  width: 19px;
  height: 14px;
  background: url(/assets/images/common/icon_btn_contact.png) no-repeat left top/19px 14px;
}

.p-icon-quotation {
  width: 13px;
  height: 18px;
  background: url(/assets/images/common/icon_btn_quotation.png) no-repeat left top/13px 18px;
}

.p-icon-favorite {
  width: 23px;
  height: 22px;
  background: url(/assets/images/common/icon_btn_favorite.png) no-repeat left top/23px 22px;
}

.is-checked .p-icon-favorite {
  background-image: url(/assets/images/common/icon_btn_favorite_active.png);
}

.p-icon-favorite--active {
  width: 23px;
  height: 22px;
  background: url(/assets/images/common/icon_btn_favorite_active.png) no-repeat left top/23px 22px;
}

.p-icon-float-back {
  width: 20px;
  height: 14.5px;
  background: url(/assets/images/common/icon_float_back.png) no-repeat left top/20px 14.5px;
}

.p-icon-float-favorite {
  width: 20px;
  height: 19px;
  background: url(/assets/images/common/icon_float_favorite.png) no-repeat left top/20px 19px;
}

.p-icon-float-top {
  width: 11.5px;
  height: 17px;
  background: url(/assets/images/common/icon_float_top.png) no-repeat left top/11.5px 17px;
}

.p-btn-cv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 70px;
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: 1.5;
}

.p-btn-cell-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 40px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.71429;
}

.p-btn-cell-inner + .p-btn-cell-inner {
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-btn-pdf, .p-btn-quotation, .p-btn-quotation-web {
  border-color: #3e82b3;
  background-color: #fff;
  color: #3e82b3;
}

.p-btn-pdf {
  background-image: url(/assets/images/common/icon_btn_pdf.png);
  background-repeat: no-repeat;
  background-size: 18px 22px;
}

.p-btn-favorite-delete {
  padding-left: 30px;
  border-color: #d5d5d5;
  background: url(/assets/images/common/icon_btn_favorite.png) no-repeat 23px center/19px 18px;
  color: #333;
  font-size: 1.3rem;
}

.p-btn-favorite-delete.is-checked {
  border-color: #bf927c;
  background-image: url(/assets/images/common/icon_btn_favorite_active.png);
  color: #bf927c;
}

.p-btn-contact {
  border-color: #3e82b3;
  background-color: #3e82b3;
  color: #fff;
}

.p-btn-contact--icon {
  padding-left: 35px;
  background-image: url(/assets/images/common/icon_btn_contact.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 23px 16px;
}

.p-btn-contact--arrow {
  padding-left: 35px;
  background-image: url(/assets/images/common/arrow_link_white.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  background-size: 9px 17px;
}

.p-btn-quotation-web--icon {
  padding-left: 55px;
  background-image: url(/assets/images/common/icon_btn_quotation_web.png);
  background-position: 17px center;
  background-repeat: no-repeat;
  background-size: 29px 19px;
}

.p-btn-quotation--icon {
  background-image: url(/assets/images/common/icon_btn_quotation.png);
  background-repeat: no-repeat;
  background-size: 14px 19px;
}

.p-btn-quotation--icon.p-btn-cv {
  background-position: 20px center;
}

.p-btn-pdf.p-btn-cv {
  justify-content: flex-start;
  padding-left: 56px;
  background-position: 20px center;
}

.p-btn-contact--icon.p-btn-cell-inner {
  background-position: 20px center;
}

.p-btn-quotation--icon.p-btn-cell-inner {
  background-position: 25px center;
}

.p-btn-campaign-detail {
  width: 240px;
  height: 55px;
  border-radius: 27.5px;
  border-color: #d5d5d5;
  background: url(/assets/images/pc/campaign/arrow_detail.png) no-repeat right 25px center #f5f5f5;
  background-size: 20px 7px;
}

.p-btn-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background: rgba(153, 153, 153, 0.9);
  box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.25);
}

.p-btn-float:hover {
  opacity: 1;
}

.p-btn-float.is-checked, .p-btn-float.is-active {
  background: #d9d957;
}

.p-campaign-section {
  padding-bottom: 100px;
}

.p-campaign-section .c-title {
  margin-bottom: 24px;
}

.p-campaign-section  .c-lead {
  margin-bottom: 34px;
}

.p-campaign-section .c-btn-group {
  margin-top: 60px;
}

.p-campaign-card {
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  transition: opacity 0.2s ease-out;
}

.p-campaign-card:hover {
  opacity: 0.65;
}

.p-campaign-card__tag {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 120px;
  padding: 6px 5px;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

.p-campaign-card__img {
  margin-bottom: 14px;
  text-align:center;
}

.p-campaign-card__img img {
  /* width: 100%; */
}

.p-campaign-card__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px;
}

.p-campaign-card__title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.23529;
}

.p-campaign-list {
  display: flex;
  flex-wrap: wrap;
}

.p-campaign-list__item {
  width: calc((100% - 60px) / 2);
  margin-bottom: 55px;
}

.p-campaign-list__item:nth-child(odd) {
  margin-right: 60px;
}

.p-campaign-slider__item.swiper-slide {
  width: 570px;
}

.p-campaign-slider .swiper-button-next,
.p-campaign-slider .swiper-button-prev {
  top: 108px;
  width: 60px;
  height: 60px;
}

.p-campaign-slider .swiper-button-next::after,
.p-campaign-slider .swiper-button-prev::after {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}

.p-campaign-slider .swiper-button-prev {
  left: 50%;
  margin-left: -365px;
}

.p-campaign-slider .swiper-button-prev::after {
  background-image: url(/assets/images/common/campaign_arrow_prev.png);
}

.p-campaign-slider .swiper-button-next {
  right: 50%;
  margin-right: -365px;
}

.p-campaign-slider .swiper-button-next::after {
  background-image: url(/assets/images/common/campaign_arrow_next.png);
}

.p-campaign-slider .swiper-pagination {
  position: static;
  margin-top: 20px;
}

.p-favorite-nav {
  padding-top: 14px;
  background: rgba(0, 0, 0, 0.1);
}

.p-favorite-nav__inner {
  display: flex;
  position: relative;
  height: 120px;
  padding-left: 180px;
  background: #f1edeb;
}

.p-favorite-nav__head {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  padding-top: 25px;
  border-radius: 0 5px 5px 0;
  background: #bf927c;
  color: #fff;
  text-align: center;
}

.p-favorite-nav__head .c-btn {
  width: 120px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 1.3rem;
}

.p-favorite-nav__title {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6875;
}

.p-favorite-nav__list {
  position: relative;
  width: calc(100% - 370px);
  margin-right: 1px;
  padding: 15px 17px 15px 25px;
}

.p-favorite-nav__list::after,
.p-favorite-nav__list .p-favorite-nav__arrow::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-right-width: 0;
  border-left-width: 30px;
  content: '';
  content: '';
}

.p-favorite-nav__list::after {
  z-index: 1;
  left: 100%;
  margin: 0;
  transform: translateX(1px);
  border-left-color: #999999;
}

.p-favorite-nav__list .p-favorite-nav__arrow::after {
  z-index: 2;
  left: 0;
  border-left-color: #f1edeb;
}

.p-favorite-nav__item.swiper-slide {
  width: 100px;
}

.p-favorite-nav__arrow {
  position: absolute;
  top: 0;
  left: 100%;
  width: 30px;
  height: 100%;
  overflow: hidden;
}

.p-favorite-nav__btn {
  width: 370px;
  padding: 30px 30px 30px 50px;
}

.p-favorite-nav__btn .c-btn-group {
  margin: 0 -5px;
}

.p-favorite-nav__btn .c-btn {
  width: 140px;
  margin: 0 5px;
  padding: 16px 5px;
  font-size: 1.4rem;
  letter-spacing: normal;
}

.p-favorite-nav .swiper-container {
  padding-right: 29px;
  padding-left: 29px;
}

.p-favorite-nav .swiper-button-next,
.p-favorite-nav .swiper-button-prev {
  z-index: 20;
  top: 0;
  width: 29px;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background: #f1edeb;
}

.p-favorite-nav .swiper-button-next::after,
.p-favorite-nav .swiper-button-prev::after {
  width: 9px;
  height: 17px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 9px 17px;
}

.p-favorite-nav .swiper-button-prev {
  left: -9px;
}

.p-favorite-nav .swiper-button-prev::after {
  background-image: url(/assets/images/common/arrow_prev.png);
}

.p-favorite-nav .swiper-button-next {
  right: -9px;
}

.p-favorite-nav .swiper-button-next::after {
  background-image: url(/assets/images/common/arrow_next.png);
}

.p-favorite-nav__toggle {
  position: absolute;
  top: -60px;
  right: 20px;
}

.p-favorite-nav__toggle .p-icon-float-favorite {
  position: relative;
}

.p-favorite-nav__toggle .p-icon-float-favorite::before {
  display: block;
  position: absolute;
  top: -17px;
  right: -18px;
  height: 20px;
  padding: 1px 5px 0;
  border-radius: 18px;
  background: #d95757;
  box-shadow: 0px 0px 5px 0px rgba(4, 0, 0, 0.25);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 20px;
  text-align: center;
  content: attr(data-count);
}

.p-favorite-nav__toggle .p-icon-float-favorite.is-zero::before {
  display: none;
}

.p-favorite-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  margin-bottom: 5px;
  background: #fff;
  text-align: center;
}

.p-favorite-card__img img {
  max-width: 100%;
  max-height: 100%;
}

.p-favorite-card__model {
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-favorite-sp {
  margin: 0 10px 10px 0;
}

.p-favorite-sp .c-btn {
  margin-left: 5px;
}

.p-footer {
  padding: 65px 0 80px;
  overflow: hidden;
}

.p-footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px 60px;
}

.p-footer-sitemap a {
  transition: opacity 0.2s ease-out;
}

.p-footer-sitemap a:hover {
  opacity: 0.65;
}

.p-footer-sitemap__head {
  margin-bottom: 10px;
  font-weight: 500;
}

.p-footer-sitemap__group {
  margin-bottom: 25px;
}

.p-footer-sitemap__group-item {
  margin-bottom: 8px;
  font-size: 1.4rem;
  letter-spacing: -0.025em;
  line-height: 1.5;
}

.p-footer-sitemap__group-link {
  color: #555;
}

.p-footer-sitemap__child {
  display: flex;
}

.p-footer-sitemap__child > .p-footer-sitemap__group {
  width: 50%;
  padding-right: 50px;
}

.p-footer-sitemap__item {
  margin-bottom: 10px;
}

.p-footer-sitemap__link {
  font-weight: 500;
}

.p-footer-sitemap__col {
  padding: 0 18px;
}

.p-footer-sitemap__col--4 {
  width: 25%;
}

.p-footer-bottom {
  text-align: center;
}

.p-footer-bottom__logo {
  margin-bottom: 15px;
}

.p-footer-bottom__text {
  color: #999999;
  font-size: 1.3rem;
}

.p-footer-copyright {
  margin-top: 8px;
  color: #999999;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.075em;
}

.p-certification {
  padding: 60px 0 50px;
  border-top: 1px solid #d5d5d5;
}

.p-certification__text {
  font-size: 1.4rem;
}

.p-certification__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 35px -13px 0;
}

.p-certification__item {
  margin-bottom: 10px;
  padding: 0 13px;
}

.p-pagetop {
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 65px;
  right: 0;
  opacity: 0;
  transition: all .3s ease;
}

.p-pagetop.is-visible {
  visibility: visible;
  position: fixed;
  top: auto;
  bottom: 10px;
  opacity: 1;
}

.has-favorite-nav .p-pagetop {
  bottom: 70px;
}

.is-favorite-nav-open .p-pagetop {
  transform: translateY(-130px);
}

.p-pagetop__btn {
  display: block;
  transition: opacity 0.2s ease-out;
}

.p-pagetop__btn:hover {
  opacity: 0.65;
}

.p-form-group {
  display: block;
}

.p-form-group--submit {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  margin-left: auto;
}

.p-form-group--submit .c-btn {
  margin: 0 10px;
}

.p-form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.p-form-row--align-center {
  align-items: center;
}

.p-form-row > .p-form-group {
  padding: 0 5px;
}

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

.p-form-row--gutter-large {
  margin: 0 -10px;
}

.p-form-row--gutter-large > .p-form-group {
  padding: 0 10px;
}

.p-form-row--nowrap {
  flex-wrap: nowrap;
}

.p-form-date-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 35px 55px;
  background: #eeeeee;
}

.p-form-date-box__notes {
  padding: 22px 0 22px 29px;
  border-left: 1px solid #d5d5d5;
}

.p-form-date-box .p-form-date {
  padding-right: 88px;
}

.p-form-date-box--table {
  justify-content: space-between;
  padding: 0;
  background: transparent;
}

.p-form-date-box--table .p-form-date {
  padding-right: 20px;
}

.p-form-date {
  align-items: center;
}

.p-form-date .c-label {
  display: block;
  margin-bottom: 8px;
}

.p-form-date .c-datepicker {
  height: 80px;
  padding-right: 50px;
  padding-left: 23px;
  background-position: center right 22px;
}

.p-form-date > .p-form-unit {
  display: block;
  width: 52px;
  margin-top: 40px;
  text-align: center;
}

.p-form-error-box {
  margin-bottom: 50px;
  padding: 34px 39px;
  border: 1px solid #cc3d3d;
  color: #cc3d3d;
}

.p-form-error-box strong {
  font-weight: 500;
}

.p-required {
  position: relative;
  padding-left: calc(2em + 18px + 0.05em + 9px);
}

.p-required::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(2em + 18px + 0.05em);
  padding: 8px 0;
  border-radius: 3px;
  background: #bf1313;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  content: "必須";
}

.p-form-inline {
  display: inline-block;
  margin: 0.25em 1.5em 0.25em 0;
}

.p-form-accordion__head {
  position: absolute;
  top: 10px;
  right: 10px;
}

.p-form-accordion__head .c-btn {
  background: #fff;
}

.p-form-accordion__body {
  display: none;
}

.p-gdpr {
  display: flex;
  padding: 33px 0;
}

.p-gdpr__text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.78571;
}

.p-gdpr a {
  padding-bottom: 5px;
  border-bottom: 1px solid;
  color: #fff;
  transition: opacity 0.2s ease-out;
}

.p-gdpr a:hover {
  opacity: 0.65;
}

.p-gdpr .c-btn-group {
  margin-left: 50px;
}

.p-gdpr .c-btn + .c-btn {
  margin-left: 10px;
}

.p-gnav-main {
  display: flex;
  height: 75px;
  padding-left: 40px;
  font-size: 1.45rem;
  transition: all 0.2s ease;
}

.is-nav-fixed .p-gnav-main {
  height: 60px;
  font-size: 1.35rem;
}

.p-gnav-main__item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.p-gnav-main__item:not(:first-child) {
  margin-left: 10px;
  transition: all 0.2s ease;
}

.p-gnav-main__link {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding-right: 6px;
  font-weight: 500;
}

.p-gnav-main__link::before {
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-right: 8px;
  background: url(/assets/images/common/arrow_link.png) no-repeat left top;
  background-size: 8px 14px;
  content: '';
}

.p-gnav-main__link::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
}

.p-gnav-main__item.is-current .p-gnav-main__link::after {
  background: #3e82b3;
}

.p-gnav-main__item:hover .p-gnav-main__link::after {
  background: #7e716b;
}

.p-gnav-sub {
  display: flex;
  align-items: center;
  height: 65px;
  margin: 5px 0;
  border-radius: 5px 0 0 5px;
  background: #7e716b;
  font-size: 1.4rem;
  transition: all 0.2s ease;
}

.is-nav-fixed .p-gnav-sub {
  height: 50px;
  font-size: 1.3rem;
}

.p-gnav-sub__item {
  position: relative;
  min-width: 128px;
  line-height: 1.35714;
  text-align: center;
}

.p-gnav-sub__item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 35px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  content: '';
}

.p-gnav-sub__link {
  color: #fff;
  font-weight: 500;
  transition: opacity 0.2s ease-out;
}

.p-gnav-sub__link:hover {
  opacity: 0.65;
}

.p-menu {
  height: 100%;
  overflow-y: auto;
  transform: scaleY(0);
  transform-origin: 0 0;
  background: rgba(76, 68, 64, 0.95);
  color: #fff;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}

.is-menu-open .p-menu {
  transform: scaleY(1);
  transition-delay: 0s;
}

.p-menu__inner {
  padding: 0 30px 50px;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.2s ease;
  transition-delay: 0s;
}

.is-menu-open .p-menu__inner {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}

.p-menu-main {
  margin-bottom: 16px;
  overflow: hidden;
  font-size: 1.6rem;
}

.p-menu-main__item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.p-menu-main__link {
  display: block;
  position: relative;
  padding: 13px 20px;
  color: #fff;
  font-weight: 500;
}

.p-menu-main__link::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 7.5px;
  height: 14px;
  margin-top: -7px;
  background: url(/assets/images/common/arrow_link_white.png) no-repeat left top;
  background-size: 7.5px 14px;
  content: '';
}

.p-menu-main__link.has-child::before {
  margin-top: -5px;
  transform: rotate(90deg);
}

.p-menu-main__link.has-child.is-open::before {
  margin-top: -7px;
  transform: rotate(-90deg);
}

.p-menu-child {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.4rem;
  line-height: 1.57143;
}

.p-menu-child__inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  padding: 10px 0 10px 20px;
}

.p-menu-child__list--full {
  width: 100%;
}

.p-menu-child__list--half {
  width: 50%;
}

.p-menu-child__link {
  display: block;
  position: relative;
  margin-bottom: 8px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
}

.p-menu-child__link::before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 7.5px;
  height: 14px;
  background: url(/assets/images/common/arrow_link_white.png) no-repeat left top;
  background-size: 7.5px 14px;
  content: '';
}

.p-menu-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px 30px;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-menu-sub__item {
  width: 33.333%;
  padding: 5px;
}

.p-menu-sub__link {
  display: block;
  padding: 16px 10px;
  border-radius: 5px;
  background: #7e716b;
  color: #fff;
  text-align: center;
}

.p-menu-nav {
  padding: 24px 20px 27px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  line-height: 1.33333;
}

.p-menu-nav__item:not(:first-child) {
  margin-top: 21px;
}

.p-menu-nav__link {
  display: block;
  position: relative;
  padding-left: 17px;
  color: #fff;
}

.p-menu-nav__link::before {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 7.5px;
  height: 14px;
  background: url(/assets/images/common/arrow_link_white.png) no-repeat left top;
  background-size: 7.5px 14px;
  content: '';
}

.p-menu-tel {
  display: table;
  margin: 35px auto 0;
  padding-left: 38px;
  background: url(/assets/images/common/icon_tel_white.png) no-repeat left center/24px 24px;
  line-height: 1;
}

.p-menu-tel__number {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}

.p-menu-tel__small {
  margin-top: 8px;
  font-size: 1.3rem;
  letter-spacing: -0.025em;
}

.p-megamenu {
  display: none;
  visibility: hidden;
  z-index: 10;
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  padding: 28px 40px 40px;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: 0 0;
  border-top: 1px solid #bfaca3;
  border-bottom: 1px solid #bfaca3;
  background: #e6d6cf;
  font-size: 1.6rem;
  transition: transform 0.3s ease 0.05s, visibility 0.3s ease 0.05s;
}

.is-dom-ready .p-megamenu {
  display: block;
}

.p-gnav-main__item:hover .p-megamenu {
  visibility: visible;
  transform: scaleY(1);
  transition: transform 0.3s ease 0s;
}

.is-nav-fixed .p-megamenu {
  top: 60px;
  font-size: 1.4rem;
}

.p-megamenu__inner {
  display: flex;
  opacity: 0;
  transition: all 0.3s ease;
}

.p-gnav-main__item:hover .p-megamenu__inner {
  opacity: 1;
  transition-delay: 0.1s;
  transition-duration: 0.3s;
}

.p-megamenu__list {
  width: 25%;
  padding-right: 20px;
  opacity: 0;
  transition: all 0.2s ease;
  transition-delay: 0.2s;
}

.p-gnav-main__item:hover .p-megamenu__list {
  opacity: 1;
}

.p-megamenu__item {
  margin-bottom: 12px;
}

.p-megamenu__link {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  transition: opacity 0.2s ease-out;
}

.p-megamenu__link:hover {
  opacity: 0.65;
}

.p-megamenu__link::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 14px;
  background: url(/assets/images/common/arrow_link.png) no-repeat left top;
  background-size: 8px 14px;
  content: '';
}

.p-fixed-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.p-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 80px;
  background: #fff;
}

.p-header__description {
  margin-top: 5px;
  font-size: 1.2rem;
  letter-spacing: 0.065em;
}

.p-header__left {
  padding-right: 15px;
  padding-left: 37px;
  transition: all .2s linear;
}

.is-header-fixed .p-header__left {
  transform: translateY(-10px);
}

.p-header__right {
  display: flex;
}

.p-header-title__link {
  display: flex;
  align-items: center;
}

.p-header-title__text {
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.20833;
}

.p-header-nav {
  display: flex;
}

.p-header-nav__item {
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-left: 1px solid #d5d5d5;
}

.p-header-nav__item.is-current {
  border-left-color: #3e82b3;
  color: #3e82b3;
}

.p-header-nav__item.is-current .p-header-nav__link {
  color: #3e82b3;
}

.p-header-nav__link {
  transition: opacity 0.2s ease-out;
}

.p-header-nav__link:hover {
  opacity: 0.65;
}

.p-header-nav__category {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.66667;
}

.p-header-nav__text {
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-header-nav-corporate {
  display: flex;
  align-items: center;
}

.p-header-nav-corporate__item {
  padding: 0 12px;
}

.p-header-nav-corporate__link {
  font-weight: 500;
}

.p-header-btn-group {
  display: flex;
}

.p-header-btn-group__item--sp {
  display: none;
}

.p-header-btn {
  display: flex;
  align-items: center;
  height: 80px;
  background-position: left 22px center;
  background-repeat: no-repeat;
}

.p-header-btn--tel {
  width: 220px;
  padding-left: 54px;
  background-color: #eeeeee;
  background-image: url(/assets/images/common/icon_tel.png);
  background-size: 21px 21px;
  letter-spacing: normal;
}

.p-header-btn--contact {
  width: 170px;
  padding-left: 58px;
  background-color: #3e82b3;
  background-image: url(/assets/images/common/icon_contact.png);
  background-size: 23px 16px;
  color: #fff;
  transition: opacity 0.2s ease-out;
}

.p-header-btn--contact:hover {
  opacity: 0.65;
}

.p-header-btn--spnav {
  background-color: #7e716b;
  background-image: url(/assets/images/common/spnav_open.png);
  background-size: 20px 13px;
  transition: opacity 0.2s ease-out;
}

.p-header-btn--spnav:hover {
  opacity: 0.65;
}

.p-header-btn--spnav-close {
  margin-left: auto;
  background-color: #7e716b;
  background-image: url(/assets/images/common/spnav_close.png);
  background-size: 16px 15px;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  transition: all 0.2s ease;
  transition-delay: 0s;
}

.p-header-btn--spnav-close:hover {
  opacity: 0.65;
}

.is-menu-open .p-header-btn--spnav-close {
  opacity: 1;
  transition-delay: 0.3s;
}

.p-header-btn__number {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.08333;
}

.p-header-btn__small {
  font-size: 1.1rem;
}

.p-table-list.p-inquiry-table {
  border-top: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  font-size: 1.6rem;
}

.p-table-list.p-inquiry-table th {
  width: 260px;
  padding: 30px 15px 30px 80px;
  background: #f5f5f5;
  vertical-align: top;
}

.p-table-list.p-inquiry-table th.p-required::before {
  top: 29px;
  left: 26px;
}

.p-table-list.p-inquiry-table td {
  padding: 15px 20px;
}

.p-inquiry-table__error {
  padding-right: 0 !important;
  padding-left: 0 !important;
  color: #cc3d3d;
}

.p-inquiry-table .p-form-error-box {
  margin: 0;
}

.p-inquiry-privacy {
  display: table;
  width: auto;
  margin: 40px auto 0;
}

.p-inquiry-privacy .p-required {
  display: table;
  width: auto;
  margin: 0 auto;
  padding-left: calc(2em + 18px + 0.05em + 14px);
}

.p-inquiry-privacy .p-required::before {
  top: 3px;
}

.p-inquiry-privacy .c-note-list {
  margin-top: 20px;
}

.p-inquiry-privacy a {
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.p-inquiry-privacy a:hover {
  border-bottom: none;
}

.p-keyword-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.p-keyword-list__item {
  margin-bottom: 10px;
  padding: 0 5px;
}

.p-keyword-tag {
  display: inline-block;
  padding: 6px 25px;
  border: 1px solid #bbb;
  border-radius: 20px;
  background: #fff;
  color: #666;
  line-height: 1.66667;
  transition: opacity 0.2s ease-out;
}

.p-keyword-tag:hover {
  opacity: 0.65;
}

.p-lineup-section {
  padding: 90px 0 98px;
  background: #f5f5f5;
}

.p-lineup-section .c-title {
  margin-bottom: 15px;
}

.p-lineup-section .c-lead {
  margin-bottom: 34px;
}

.p-lineup-group {
  position: relative;
}

.p-lineup-group__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.p-lineup-group__item--pc {
  width: 25%;
  margin-bottom: 24px;
  padding: 0 12px;
}

.p-lineup-group__item {
  width: 16.666%;
  margin-bottom: 24px;
  padding: 0 12px;
}

.p-lineup-group__item--wide {
  width: 33.333%;
}

.p-lineup-group + .c-title {
  margin-top: 55px;
}

.p-lineup-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 180px;
  padding: 8px 15px 13px;
  border-radius: 5px;
  background: #fff;
  transition: opacity 0.2s ease-out;
}

.p-lineup-card:hover {
  opacity: 0.65;
}

.p-lineup-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
}

.p-lineup-card__img img {
  max-height: 100%;
}

.p-lineup-card__name {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  line-height: 1.46667;
  text-align: center;
}

.p-lineup-card__name_h3 {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  line-height: 1.46667;
  text-align: center;
  font-size:1.4rem;
  font-weight: normal;
}

.mfp-bg {
  background: #fff;
  opacity: 0.4;
}

.p-modal-check {
  width: 80%;
  max-width: 840px;
  min-height: 460px;
  margin: 0 auto;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background: #f2f2f2;
}

.p-modal-check__body {
  padding: 10% 8%;
  text-align: center;
}

.p-modal-check__text {
  letter-spacing: 0.065em;
  line-height: 1.66667;
}

.p-modal-check__question {
  margin: 5.35714% 0 4.7619%;
  font-size: 2.2rem;
  letter-spacing: 0.065em;
  line-height: 1.13636;
}

.p-modal-check__btn {
  margin-bottom: 5.95238%;
}

.p-modal-check__btn .c-btn {
  margin: 0 10px;
}

.p-news-list {
  padding: 40px 0 35px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

.p-news-list__item {
  margin-bottom: 15px;
}

.p-news-item {
  display: flex;
  align-items: flex-start;
  transition: opacity 0.2s ease-out;
}

.p-news-item:hover {
  opacity: 0.65;
}

.p-news-item__date, .p-news-item__category {
  display: inline-block;
  font-size: 1.4rem;
}

.p-news-item__date {
  width: 90px;
  color: #666;
  font-family: "Roboto", sans-serif;
}

.p-news-item__category {
  width: 120px;
  margin-right: 20px;
  background: #eeeeee;
  text-align: center;
}

.p-news-item__category--notice {
  background: #ffe0e0;
  color: #bf1313;
}

.p-news-item__title {
  flex: 1;
}

.p-news-tab-container__item {
  margin-top: 35px;
}

.p-news-tab-container__item[aria-hidden="true"] {
  display: none;
}

.p-news-tab-container__item[aria-hidden="false"] {
  display: block;
}

.p-news-nav__list {
  display: flex;
  max-width: 100%;
  margin: 0 -6px;
}

.p-news-nav__item {
  position: relative;
  flex: 1;
  padding: 0 6px;
}

.p-news-nav__btn {
  -webkit-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 18px 40px;
  border: none;
  border: 1px solid;
  border-radius: 4px;
  outline: none;
  background-color: transparent;
  background-position: left 24px center;
  background-repeat: no-repeat;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.p-news-nav__btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 14px;
  height: 8px;
  margin-top: -4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 8px;
  content: '';
}

button.p-news-nav__btn {
  transition: opacity 0.2s ease-out;
}

button.p-news-nav__btn:hover {
  opacity: 0.65;
}

div.p-news-nav__btn {
  cursor: auto;
}

.p-news-nav__btn[aria-selected="true"], .p-news-nav__btn.is-current {
  color: #fff;
}

.p-news-nav__btn[aria-selected="true"]:hover, .p-news-nav__btn.is-current:hover {
  opacity: 1;
}

.p-news-nav__btn[aria-selected="true"]::before, .p-news-nav__btn.is-current::before {
  background-image: url(/assets/images/common/tab_arrow_wh.png);
}

.p-news-nav__btn--all {
  border-color: #808080;
  color: #808080;
}

.p-news-nav__btn--all::before {
  background-image: url(/assets/images/common/tab_arrow_gr.png);
}

.p-news-nav__btn--all[aria-selected="true"], .p-news-nav__btn--all.is-current {
  background-color: #808080;
}

.p-news-nav__btn--news {
  border-color: #4980b0;
  color: #4980b0;
}

.p-news-nav__btn--news::before {
  background-image: url(/assets/images/common/tab_arrow_bl.png);
}

.p-news-nav__btn--news[aria-selected="true"], .p-news-nav__btn--news.is-current {
  background-color: #4980b0;
}

.p-news-nav__btn--important {
  border-color: #d65b5b;
  color: #d65b5b;
}

.p-news-nav__btn--important::before {
  background-image: url(/assets/images/common/tab_arrow_rd.png);
}

.p-news-nav__btn--important[aria-selected="true"], .p-news-nav__btn--important.is-current {
  background-color: #d65b5b;
}

.p-page-header__inner {
  display: flex;
  align-items: center;
  padding-top: 39px;
  padding-bottom: 39px;
}

.p-page-header__title {
  min-width: 455px;
  padding-right: 55px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.16667;
}

.p-page-header__text {
  max-width: 775px;
}

.p-pickup-section {
  padding-bottom: 100px;
  overflow: hidden;
}

.p-pickup-section .c-title {
  margin-bottom: 24px;
}

.p-pickup-section .c-lead {
  margin-bottom: 34px;
}

.p-pickup-slider__item.swiper-slide {
  width: 280px;
  height: auto;
}

.p-pickup-slider.is-not-loop .swiper-wrapper {
  transform: translate3d(0px, 0, 0) !important;
}

.p-pickup-slider-wrap {
  position: relative;
  margin: 0 auto;
}

.p-pickup-slider-wrap .swiper-button-next,
.p-pickup-slider-wrap .swiper-button-prev {
  width: 22px;
  height: 43px;
  margin-top: -21.5px;
}

.p-pickup-slider-wrap .swiper-button-next::after,
.p-pickup-slider-wrap .swiper-button-prev::after {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 22px 43px;
}

.p-pickup-slider-wrap .swiper-button-prev {
  left: -72px;
}

.p-pickup-slider-wrap .swiper-button-prev::after {
  background-image: url(/assets/images/common/pickup_arrow_prev.png);
}

.p-pickup-slider-wrap .swiper-button-next {
  right: -72px;
}

.p-pickup-slider-wrap .swiper-button-next::after {
  background-image: url(/assets/images/common/pickup_arrow_next.png);
}

.p-product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-product-card__body {
  flex: 1 auto;
  padding: 20px 25px;
  border: 1px solid #d5d5d5;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.p-product-card__footer {
  display: flex;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}

.p-product-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  margin-bottom: 15px;
}

.p-product-card__img img {
  max-height: 100%;
}

.p-product-card__category {
  margin-bottom: 3px;
  font-size: 1.3rem;
  line-height: 1.53846;
}

.p-product-card__name {
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.02529em;
  line-height: 1.41176;
}

.p-product-card__model {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5;
}

.p-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #3e82b3;
  font-size: 1.2rem;
}

.p-product-card__price-number, .p-product-card__price-notes {
  display: inline-block;
}

.p-product-card__price-head {
  margin-right: 7px;
}

.p-product-card__price-number {
  font-size: 2.1rem;
  font-weight: 500;
}

.p-product-card__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 55px;
  font-size: 1.4rem;
  font-weight: 500;
  transition: opacity 0.2s ease-out;
}

.p-product-card__link:hover {
  opacity: 0.65;
}

.p-product-card__link--contact {
  background: #3e82b3;
  color: #fff;
}

.p-product-card__link--contact {
  background: #3e82b3;
  color: #fff;
}

.p-product-card__link--quotation {
  background: #eeeeee;
}

.p-product-card .c-btn-group {
  margin-top: 10px;
}

.p-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.p-product-list-campaign {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.p-product-list__item {
  width: 25%;
  margin-bottom: 40px;
  padding: 0 13px;
}

.p-product-list__item .p-product-card {
  width: 100%;
}

.p-product-list-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.p-search-block {
  position: relative;
  border: 1px solid #d5d5d5;
  background: #eeeeee;
}

.p-search-block__inner {
  padding: 54px;
}

.p-search-block__header {
  position: relative;
  top: 0;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  padding: 17px 15px 17px 0;
  border-radius: 0 0 5px 5px;
  background: #808080;
  text-align: center;
}

.p-search-block__title {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}

.p-search-block__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/assets/images/common/icon_filter.png) no-repeat left top/24px 24px;
  content: '';
}

.p-search-block__footer {
  margin-top: 18px;
  padding-top: 30px;
  border-top: 1px solid #d5d5d5;
}

.p-search-block__footer .c-btn {
  margin: 0 10px;
}

.p-search-block__narrow, .p-search-block__wide {
  margin-bottom: 12px;
}

.p-search-block__item {
  width: 220px;
  margin-bottom: 20px;
}

.p-search-block__wide {
  margin-right: 40px;
}

.p-search-block__narrow {
  width: 130px;
}

.p-search-block__narrow .c-label-block {
  white-space: nowrap;
}

.p-search-block__help-text {
  margin-bottom: 12px;
  color: #aaaaaa;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-search-block__flex {
  display: flex;
  align-items: center;
}

.p-search-block__flex + .p-search-block__flex {
  margin-top: 5px;
}

.p-search-block__flex .c-label {
  flex: 1;
  margin-right: 10px;
  font-size: 1.4rem;
}

.p-keyword-block__header {
  position: relative;
  top: 0;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  padding: 17px 15px 17px 0;
  border-radius: 0 0 5px 5px;
  background: #808080;
  text-align: center;
}

.p-keyword-block__title {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
}

.p-keyword-block__title::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/assets/images/industry/icon_search_keyword_current.png) no-repeat left top/24px 24px;
  content: '';
}

.p-keyword-block__inner {
  padding: 50px 0 40px;
}

.p-keyword-block__list {
  justify-content: center;
}

.p-search-section {
  padding-bottom: 40px;
}

.rental-detail .p-search-section {
  padding-bottom: 95px;
}

.p-search-section .c-title {
  margin-bottom: 38px;
}

.swiper-container {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev {
  right: auto;
}

.swiper-button-prev::after {
  content: '';
}

.swiper-button-next {
  left: auto;
}

.swiper-button-next::after {
  content: '';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  z-index: 10;
  position: absolute;
  transform: translate3d(0, 0, 0);
  text-align: center;
  transition: 300ms opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  margin-bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 0;
  line-height: 1;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #f2f2f2;
}

.swiper-pagination-bullet-active {
  background: #000;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  box-sizing: border-box;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.p-table-scroll .c-table th,
.p-table-scroll .c-table td {
  white-space: nowrap;
}

.p-table-scroll [data-table-sticky-col] tr th.is-sticky, .p-table-scroll [data-table-sticky-col] tr td.is-sticky {
  z-index: 1;
  position: sticky;
}

.p-table-scroll [data-table-sticky-col] tr th.is-sticky:nth-child(1), .p-table-scroll [data-table-sticky-col] tr td.is-sticky:nth-child(1) {
  left: 0;
}

.p-table-list th, .p-table-list td {
  padding: 12px 20px;
  border-right: 1px solid #d5d5d5;
}

.p-table-list th:last-child, .p-table-list td:last-child {
  border-right: none;
}

.p-table-list thead tr {
  border-bottom: 1px solid #d5d5d5;
}

.p-table-list thead th {
  text-align: center;
  white-space: nowrap;
}

.p-table-list th h3 {
  font-size: 1.5rem;
  font-weight: inherit;
}

.p-table-list tbody tr {
  border-bottom: 1px solid #d5d5d5;
}

th.p-table-list__favorite,
td.p-table-list__favorite {
  white-space: normal;
}

th.p-table-list__favorite {
  width: 210px;
  padding: 10px 25px;
  border-left: none;
}

td.p-table-list__favorite {
  width: 280px;
  padding: 10px 15px;
}

.p-table-list a:not([class]) {
  color: #3e82b3;
  transition: opacity 0.2s ease-out;
}

.p-table-list a:not([class]):hover {
  opacity: 0.65;
}

.p-table-list--fixed__th-inner {
  display: block;
}

.p-table-list__favorite .p-table-list--fixed__th-inner {
  width: 160px;
}

.p-table-list--fixed__td-inner {
  display: block;
}

.p-table-list__favorite .p-table-list--fixed__td-inner {
  width: 250px;
}

.p-table-list--rental th:nth-child(6), .p-table-list--rental th:nth-child(7), .p-table-list--rental th:nth-child(8), .p-table-list--rental td:nth-child(6), .p-table-list--rental td:nth-child(7), .p-table-list--rental td:nth-child(8) {
  font-size: 1.2rem;
  letter-spacing: normal;
  line-height: 1.25;
  white-space: nowrap;
}

.p-table-list--rental th:nth-child(6), .p-table-list--rental td:nth-child(6) {
  padding-right: 8px;
  padding-left: 8px;
}

.p-table-list--rental th:nth-child(7), .p-table-list--rental td:nth-child(7) {
  padding-right: 8px;
  padding-left: 8px;
}

.p-table-list--rental th:nth-child(8), .p-table-list--rental td:nth-child(8) {
  padding-right: 19px;
  padding-left: 8px;
}

.p-table-list--rental thead th:nth-child(1) {
  width: 125px;
}

.p-table-list--rental thead th:nth-child(3) {
  width: 137px;
}

.p-table-list--rental thead th:nth-child(4) {
  width: 158px;
}

.p-table-list--rental thead th:nth-child(6) {
  width: 61px;
}

.p-table-list--rental thead th:nth-child(7) {
  width: 61px;
}

.p-table-list--rental thead th:nth-child(8) {
  width: 72px;
}

th.p-table-list--rental__narrow,
td.p-table-list--rental__narrow {
  padding: 10px 8px;
}

.p-table-specification {
  table-layout: fixed;
}

.p-table-specification th, .p-table-specification td {
  border-right: none;
}

.p-table-specification th:last-child, .p-table-specification td:last-child {
  border-right: none;
}

.p-table-specification tbody tr:last-child {
  border-bottom: none;
}

.p-table-specification tbody th {
  width: 250px;
}

.p-table-specification tbody td {
  word-wrap: break-word;
  padding-right: 8px;
  padding-left: 0px;
  overflow-wrap: break-word;
}

.p-table-bordered th,
.p-table-bordered td {
  border: solid 1px #d5d5d5;
}

.p-table-bordered.p-table-favorite {
  margin-bottom: 13px;
  border-left: none;
}

.p-table-bordered.p-table-favorite th {
  border-left: none;
}

.p-table-favorite tbody th {
  background: #f5f5f5;
}

.p-table-estimate-select {
  margin-bottom: 13px;
  border-top: 1px solid #d5d5d5;
}

.p-table-estimate-select th, .p-table-estimate-select td {
  padding-top: 7px;
  padding-bottom: 7px;
}

.p-table-estimate-select th:nth-child(1), .p-table-estimate-select td:nth-child(1) {
  padding-right: 14px;
  padding-left: 14px;
}

.p-table-estimate-select th:nth-child(2), .p-table-estimate-select td:nth-child(2) {
  padding-left: 10px;
}

.p-table-estimate-select th:nth-child(3), .p-table-estimate-select td:nth-child(3) {
  padding-right: 36px;
  padding-left: 27px;
}

.p-table-estimate-select th:nth-child(n+4), .p-table-estimate-select td:nth-child(n+4) {
  padding-right: 15px;
  padding-left: 15px;
}

.p-table-estimate-select thead th {
  white-space: nowrap;
}

.p-table-estimate-select thead th:not(:nth-child(-n+2)) {
  background: transparent;
}

.p-table-estimate-select thead th:nth-child(1) {
  width: 59px;
}

.p-table-estimate-select thead th:nth-child(3) {
  width: 147px;
}

.p-table-estimate-select thead b {
  font-weight: 500;
}

.p-table-estimate-confirm td {
  padding: 30px 0 30px 5px;
}

.p-table-estimate-confirm td b {
  font-weight: 500;
}

.p-pager {
  margin-top: 60px;
}

.p-pager__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -5px;
}

.p-pager__item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 5px;
}

.p-pager__num {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #eeeeee;
  font-family: "Roboto", sans-serif;
  line-height: 40px;
  text-align: center;
  transition: opacity 0.2s ease-out;
}

.p-pager__num:hover {
  opacity: 0.65;
}

.is-current .p-pager__num {
  background: #999;
  color: #fff;
}

.p-pager__arrow img {
  width: 9px;
  height: 17px;
}

.p-pager__dot {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.p-pager__dot img {
  width: 12px;
  height: 2px;
}

.p-table-scroll-wrap {
  position: relative;
  overflow-x: auto;
}

.p-table-scroll-wrap .c-table th,
.p-table-scroll-wrap .c-table td {
  white-space: nowrap;
}

.p-table-scroll-wrap--fixed .c-table td {
  white-space: normal;
}

.c-table .p-table-cell-colored {
  background: #f5f5f5;
}

.pg-campaign-section--gray {
  background: #f5f5f5;
}

.pg-campaign-section--dark {
  background: #333;
  color: #fff;
}

.pg-campaign-section__title {
  margin-bottom: 28px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.pg-campaign-section--feature {
  padding: 85px 0 90px;
}

.pg-campaign-section--feature .c-title {
  margin-bottom: 48px;
}

.pg-campaign-section--video {
  padding: 55px 0 95px;
}

.pg-campaign-section--video .c-title {
  margin-bottom: 45px;
}

.pg-campaign-section--case {
  padding: 94px 0 30px;
}

.pg-campaign-section--case .c-title {
  margin-bottom: 58px;
}

.pg-campaign-section--lineup {
  padding: 88px 0 60px;
}

.pg-campaign-section--lineup .c-title {
  margin-bottom: 48px;
}

.pg-campaign-section--notice {
  padding: 60px 0 75px;
}

.pg-campaign-section--point {
  padding-top: 20px;
}

.campaign .p-page-header__title {
  min-width: 400px;
  padding-right: 40px;
}

.campaign .p-serivce-section {
  padding-bottom: 100px;
}

.campaign .p-campaign-section {
  padding-top: 100px;
}

.p-campaign-mv__content img {
  display: block;
  width: 100%;
}

.p-campaign-lead {
  padding: 85px 0;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-campaign-lead__main {
  margin-bottom: 20px;
  font-size: 3.6rem;
  font-weight: 500;
}

.p-campaign-lead__sub {
  font-size: 1.7rem;
}

.p-campaign-feature {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.66667;
  justify-content: center;
}

.p-campaign-feature__item {
  width: calc((100% - 90px) / 3);
  margin-bottom: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #ddd;
  margin: 0 15px 30px;
}

.p-campaign-feature__item:not(:nth-child(3n)) {
/*  margin-right: 45px; */
}

.p-campaign-feature__heading {
  margin-bottom: 8px;
  color: #3e82b3;
  font-size: 2rem;
  font-weight: 500;
}

.p-campaign-feature__img {
  margin-bottom: 14px;
}

.p-video-wrap {
  position: relative;
}

.p-video-wrap::before {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  content: '';
}

.p-video-wrap__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-video-wrap__iframe iframe {
  width: 100%;
  height: 100%;
}

.p-camaign-case {
  position: relative;
  margin-bottom: 70px;
  padding: 70px 0;
  letter-spacing: 0.025em;
  line-height: 1.66667;
}

.p-camaign-case::before {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 960px;
  height: 100%;
  content: '';
}

.p-camaign-case__inner {
  display: flex;
}

.p-camaign-case__img {
  width: 60%;
}

.p-camaign-case__text {
  width: 40%;
}

.p-camaign-case__heading {
  display: flex;
  position: relative;
  align-items: flex-end;
  min-height: 162px;
  margin-bottom: 20px;
  padding: 0 0 28px;
  color: #3e82b3;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
}

.p-camaign-case__heading::before {
  z-index: -1;
  position: absolute;
  top: 0;
  content: '';
}

.p-camaign-case__heading[data-num="1"]::before {
  width: 56px;
  height: 157px;
  background-image: url(/assets/images/common/campaign/feature_num01.png);
}

.p-camaign-case__heading[data-num="2"]::before {
  width: 102px;
  height: 159px;
  background-image: url(/assets/images/common/campaign/feature_num02.png);
}

.p-camaign-case__heading[data-num="3"]::before {
  width: 99px;
  height: 162px;
  background-image: url(/assets/images/common/campaign/feature_num03.png);
}

.p-camaign-case__heading[data-num="4"]::before {
  width: 100px;
  height: 160px;
  background-image: url(/assets/images/common/campaign/feature_num04.png);
}

.p-camaign-case__heading[data-num="5"]::before {
  width: 100px;
  height: 160px;
  background-image: url(/assets/images/common/campaign/feature_num05.png);
}

.p-camaign-case__heading[data-num="6"]::before {
  width: 100px;
  height: 160px;
  background-image: url(/assets/images/common/campaign/feature_num06.png);
}

.p-camaign-case-wrap .p-camaign-case:nth-child(odd)::before {
  right: 0;
  background: #f5f5f5;
}

.p-camaign-case-wrap .p-camaign-case:nth-child(odd) .p-camaign-case__inner {
  flex-direction: row-reverse;
}

.p-camaign-case-wrap .p-camaign-case:nth-child(odd) .p-camaign-case__text {
  padding-left: 80px;
}

.p-camaign-case-wrap .p-camaign-case:nth-child(odd) .p-camaign-case__heading::before {
  left: 22px;
}

.p-camaign-case-wrap .p-camaign-case:nth-child(even)::before {
  left: 0;
  background: #faf3f0;
}

.p-camaign-case-wrap .p-camaign-case:nth-child(even) .p-camaign-case__text {
  padding-right: 80px;
}

.p-camaign-case-wrap .p-camaign-case:nth-child(even) .p-camaign-case__heading::before {
  right: 0;
}

.p-campaign-download {
  margin-top: 35px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-campaign-download__head {
  display: table;
  margin: -1px 0 0 -1px;
  padding: 9px 30px;
  border-radius: 10px 0 10px 0;
  background: #d5d5d5;
}

.p-campaign-download__body {
  padding: 20px 36px 25px;
}

.p-campaign-download .c-file-link {
  color: #333;
  transition: opacity 0.2s ease-out;
}

.p-campaign-download .c-file-link:hover {
  opacity: 0.65;
}

.p-campaign-download .c-file-link[href$="pdf"]::after {
  background-image: url(/assets/images/common/icon_btn_pdf.png);
}

.p-campaign-step {
  font-size: 1.4rem;
  line-height: 1.64286;
}

.p-campaign-step__head {
  position: relative;
  margin-bottom: 15px;
  color: #3e82b3;
  font-weight: normal;
}

.p-campaign-step__head-text {
  display: block;
  position: relative;
  margin-top: 10px;
  padding-left: 37px;
  font-size: 2.2rem;
  font-weight: 500;
}

.p-campaign-step__head-text::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 29px;
  height: 30px;
  margin-top: -15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.p-campaign-step__head-text--confirm::before {
  background-image: url(/assets/images/common/campaign/icon_confirm.png);
  background-size: 25.5px 25.5px;
}

.p-campaign-step__head-text--contact::before {
  background-image: url(/assets/images/common/campaign/icon_contact.png);
  background-size: 25px 18.5px;
}

.p-campaign-step__head-text--delivery::before {
  background-image: url(/assets/images/common/campaign/icon_delivery.png);
  background-size: 29px 23px;
}

.p-campaign-step__head-text--during::before {
  background-image: url(/assets/images/common/campaign/icon_during.png);
  background-size: 24px 22px;
}

.p-campaign-step__head-text--end::before {
  background-image: url(/assets/images/common/campaign/icon_end.png);
  background-size: 23px 24.5px;
}

.p-campaign-step__head-text--ind-start::before {
  background-image: url(/assets/images/common/campaign/icon_ind-start.png);
  background-size: 28.5px 20.5px;
}

.p-campaign-step__head-text--payment::before {
  background-image: url(/assets/images/common/campaign/icon_payment.png);
  background-size: 13.5px 18.5px;
}

.p-campaign-step__head-text--pc-start::before {
  background-image: url(/assets/images/common/campaign/icon_pc-start.png);
  background-size: 28.5px 20.5px;
}

.p-campaign-step__head-text--return::before {
  background-image: url(/assets/images/common/campaign/icon_return.png);
  background-size: 24.5px 25.5px;
}

.p-campaign-step__head-text--tel::before {
  background-image: url(/assets/images/common/campaign/icon_tel.png);
  background-size: 22px 22px;
}

.p-campaign-step__head .p-step-unit__num {
  border-bottom: 1px solid;
}

.p-campaign-step .c-dot-list__item {
  padding-left: 1em;
}

.p-campaign-step .c-order-list__item:not(:last-child) {
  margin-bottom: 1em;
}

.p-campaign-step > *:not(:last-child) {
  margin-bottom: 1em;
}

.p-campaign-step-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}

.p-campaign-step-list__item {
  width: calc(50% - 50px);
  padding: 25px 0 30px;
}

.p-campaign-step-list__item:nth-child(2n+1) {
  margin-right: 50px;
}

.p-campaign-step-list__item:not(:last-child), .p-campaign-step-list__item:last-child:nth-child(even) {
  border-bottom: 1px solid #ddd;
}

.p-campaign-contact-box {
  margin: 1em 0;
  padding: 15px 20px;
  background: #f5f5f5;
}

.p-campaign-contact-box__heading {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-campaign-contact-box__tel {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-campaign-service-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
}

.p-campaign-service-list__item {
  width: 50%;
}

.p-campaign-service-list__item:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.p-campaign-service-list__item:nth-child(1), .p-campaign-service-list__item:nth-child(4), .p-campaign-service-list__item:nth-child(5) {
  background: #fff;
}

.p-campaign-service-list__item:nth-child(2), .p-campaign-service-list__item:nth-child(3) {
  background: #eeeeee;
}

.p-campaign-service-list__item:nth-child(5) {
  width: 100%;
}

.p-campaign-service {
  padding: 27px 30px 34px;
  font-size: 1.4rem;
  line-height: 1.64286;
}

.p-campaign-service__head {
  display: flex;
  align-items: center;
  min-height: 60px;
  margin-bottom: 20px;
  color: #7e716b;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-campaign-service__head-text {
  margin-left: 12px;
}

.p-campaign-service__content {
  display: flex;
}

.p-campaign-service__img {
  text-align: center;
}

.p-campaign-service__img img {
  vertical-align: middle;
}

.p-campaign-service__text {
  flex: 1;
  margin-left: 20px;
}

.p-campaign-cv {
  padding: 35px 0 45px;
  background: url(/assets/images/common/campaign/cv_bg.png) no-repeat center center/cover;
  color: #fff;
  text-align: center;
}

.p-campaign-cv--main {
  padding: 43px 0 55px;
}

.p-campaign-cv .c-btn-group {
  flex-wrap: wrap;
  margin: -10px -15px;
}

.p-campaign-cv .c-btn {
  width: 360px;
  margin: 10px 15px;
  font-size: 2rem;
}

.p-campaign-cv .p-btn-contact {
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 55px;
  box-shadow: 0 0 5px 0 rgba(4, 0, 0, 0.4);
}

.p-campaign-cv .p-btn-contact--icon {
  background-position: 35px center;
}

.p-campaign-cv__guide {
  margin-bottom: 23px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55556;
}

.p-campaign-cv__guide-small {
  font-size: 1.6rem;
  font-weight: normal;
}

.p-campaign-cv__main-guide {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-campaign-cv__price {
  margin-bottom: 35px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 30px;
  line-height: 1.25;
}

.p-campaign-cv__price-num {
  font-size: 5.4rem;
  font-weight: 500;
}

.p-campaign-cv__price-small {
  font-size: 2rem;
}

.p-campaign-cv-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 15px;
  border-color: rgba(102, 82, 71, 0.6);
  background: rgba(102, 82, 71, 0.6);
  color: #fff;
}

.p-campaign-cv-tel__text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33333;
  text-align: left;
}

.p-campaign-cv-tel__num {
  margin-left: 15px;
  padding-left: 32px;
  background: url(/assets/images/common/icon_tel_white.png) no-repeat left center/22px 22px;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: normal;
}

.p-campaign-notice {
  margin-bottom: 35px;
}

.p-campaign-notice__heading {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 500;
}

.p-campaign-notice__body {
  font-size: 1.4rem;
  line-height: 1.78571;
}

.p-campaign-point-wrap {
  padding-bottom: 130px;
  overflow: hidden;
}

.p-campaign-point {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -1.80723% -40px;
  justify-content: center;
}

.p-campaign-point-unit {
  position: relative;
  width: 29.71888%;
  max-width: 370px;
  margin: 0 1.80723% 40px;
  padding: 20px 30px 30px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}

.p-campaign-point-unit__num {
  display: flex;
  position: absolute;
  top: -10px;
  left: 10px;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #4880af;
}

.p-campaign-point-unit__title {
  min-height: 60px;
  margin-bottom: 25px;
  padding-left: 85px;
  color: #3e82b3;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
}

.p-campaign-point-unit__img {
  text-align: center;
}

.p-campaign-point-unit__img img {
  vertical-align: top;
}

.p-campaign-point-unit__text {
  margin-top: 22px;
}

.p-campaign-items {
  padding: 140px 0 80px;
}

.p-campaign-items__title {
  margin: -180px 0 80px;
  text-align: center;
}

.p-campaign-items__title-ja {
  display: block;
}

.p-campaign-items__box {
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
}

.p-campaign-items-unit {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 30px;
  border-radius: 10px;
}

.p-campaign-items-unit.is-limited::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  border-radius: 10px 0 0 0;
  background: url(/assets/images/common/campaign/label_limited.png) left top;
  content: "";
}

.p-campaign-items-unit__col-img {
  width: 30.83333%;
  padding-right: 34px;
  border-right: 1px solid #d5d5d5;
  text-align: center;
}

.p-campaign-items-unit__col-img .p-btn-campaign-detail {
  width: 100%;
  max-width: 240px;
}

.p-campaign-items-unit__col-text {
  flex: 1;
  padding-left: 29px;
}

.p-campaign-items-unit__title {
  margin-bottom: 30px;
  padding: 10px 20px;
  background: #f2f2f2;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-campaign-items-unit__list {
  line-height: 1.6;
}

.p-campaign-items-unit__btn {
  margin-top: 23px;
  text-align: center;
}

.p-campaign-items-unit__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-campaign-items-unit__data-list {
  flex: 1;
  padding-right: 40px;
}

.p-campaign-items-unit__data-list > *:not(:first-child) {
  margin-top: 1em;
}

.p-campaign-items-unit__data-price {
  flex-basis: 320px;
}

.p-campaign-items-price-unit__before {
  position: relative;
  margin-bottom: 60px;
}

.p-campaign-items-price-unit__before::before {
  display: block;
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateX(-50%);
  background: url(/assets/images/common/campaign/arrow_discount.png) no-repeat center top;
  content: "";
}

.p-campaign-items-price-unit__after {
  padding: 20px;
  border-radius: 5px;
  background: #eb956a;
  color: #fff;
}

.p-campaign-items-price-unit__list-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.p-campaign-items-price-unit__list-head {
  display: block;
  width: 70px;
  padding: 2px 2px 3px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.16667;
  text-align: center;
}

.p-campaign-items-price-unit__list-data {
  display: block;
  padding-left: 10px;
  line-height: 1;
}

.p-campaign-items-price-unit__before .p-campaign-items-price-unit__list-head {
  border-color: #ccc;
  background: #ccc;
}

.p-campaign-items-price-unit__after .p-campaign-items-price-unit__list-head {
  border-color: #fff;
}

.p-campaign-items-price-unit .per-price,
.p-campaign-items-price-unit .ammount-price,
.p-campaign-items-price-unit .resale-price {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.p-campaign-items-price-unit .per-price small,
.p-campaign-items-price-unit .resale-price small {
  margin-left: 6px;
  font-size: 1.8rem;
}

.p-campaign-items-price-unit .ammount-price small {
  margin-left: 6px;
  font-size: 1.4rem;
}

.p-campaign-items-price-unit .resale-price__dash {
  font-size: 2.4rem;
  vertical-align: middle;
}

.p-campaign-items-price-unit__before .per-price {
  font-size: 2.8rem;
}

.p-campaign-items-price-unit__before .ammount-price {
  font-size: 2rem;
}

.p-campaign-items-price-unit__after .per-price,
.p-campaign-items-price-unit__after .resale-price {
  font-size: 4.8rem;
}

.p-campaign-items-price-unit__after .ammount-price {
  font-size: 2.6rem;
}

.p-campaign-items-price-unit__discount {
  margin: 16px 0 4px;
}

.p-campaign-items-price-unit__discount__item {
  display: table;
  margin-top: 8px;
  padding: 2px 15px;
  border-radius: 15px;
  background: #fce8de;
  color: #4d4d4d;
  font-size: 1.4rem;
  font-weight: 500;
}

.p-campaign-period {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 20px;
  letter-spacing: 0.05em;
}

.p-campaign-period__head {
  width: 150px;
  margin-right: 20px;
  padding: 9px;
  border-radius: 4px;
  background: #65615e;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.p-campaign-period__date {
  font-size: 3rem;
  font-weight: 500;
}

.p-campaign-update {
  color: #666;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: right;
}

.p-related-contents {
  display: flex;
  flex-wrap: wrap;
}

.p-related-contents__item {
  width: calc((100% - 90px) / 3);
  margin-bottom: 35px;
}

.p-related-contents__item:not(:nth-child(3n)) {
  margin-right: 45px;
}

.p-related-section {
  padding: 0 0 125px;
}

.p-related-section .c-title {
  margin-bottom: 38px;
}

.p-article__contents {
  padding-top: 60px;
  padding-bottom: 77px;
}

.p-article__mv img {
  display: block;
  width: 100%;
}

.p-article__header {
  margin-bottom: 40px;
}

.p-article .c-title {
  margin-bottom: 18px;
}

.p-article__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.p-article__date {
  margin-bottom: 33px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: right;
}

.p-article__row {
  flex-wrap: wrap;
  margin-top: 50px;
  margin-right: -15px;
  margin-bottom: 70px;
  margin-left: -15px;
}

.p-article__col {
  padding-right: 15px;
  padding-left: 15px;
}

.p-article__col .c-btn-group {
  margin-top: 45px;
}

.p-article__notes {
  margin-top: 25px;
  font-size: 1.4rem;
}

.p-article__img--center img {
  margin: 0 auto;
}

.p-article h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-article figure img {
  display: block;
}

.p-article figcaption {
  margin-bottom: 8px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.58824;
  text-align: left;
}

.p-article p {
  margin-bottom: 1.8em;
}

.p-article ul, .p-article ol {
  margin-bottom: 45px;
}

.p-article a {
  transition: opacity 0.2s ease-out;
}

.p-article a:hover {
  opacity: 0.65;
}

.p-article .p-table-scroll-wrap {
  margin-bottom: 25px;
}

.p-article .p-map-wrap {
  position: relative;
  overflow: hidden;
}

.p-article .p-map-wrap::before {
  display: block;
  width: 100%;
  padding-top: 75%;
  content: '';
}

.p-article .p-map-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 600px;
  margin-top: -165px;
}

.p-info-table {
  border-top: 1px solid #d5d5d5;
  font-size: 1.6rem;
}

.p-info-table th {
  background: #f5f5f5;
  vertical-align: top;
}

.p-category-section {
  padding: 70px 0 55px;
}

.p-category-section .c-title {
  margin-bottom: 38px;
}

.p-category-group {
  margin: 0 auto;
}

.p-category-group__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}

.p-category-group__list-campaign {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}

.p-category-group__item {
  width: 33.333%;
  margin-bottom: 40px;
  padding: 0 22px;
}

.p-category-group__item--ict {
  width: 25%;
  margin-bottom: 40px;
  padding: 0 22px;
}

.p-category-group__item--ind {
  width: 25%;
  margin-bottom: 40px;
  padding: 0 22px;
}

.p-category-card {
  display: block;
  height: 100%;
  padding: 0 30px 20px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  background: #fff;
  transition: opacity 0.2s ease-out;
}

.p-category-card:hover {
  opacity: 0.65;
}

.p-category-card__img {
  height: 200px;
  text-align: center;
}

.p-category-card__name {
  margin-bottom: 6px;
  color: #3e82b3;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.22222;
}

.category .p-pickup-section {
  padding-top: 40px;
}

.p-detail {
  display: flex;
  padding: 60px 0 90px;
  line-height: 1.66667;
}

.p-detail__left {
  width: 440px;
  width: 36.66667%;
  padding-right: 50px;
}

.p-detail__right {
  position: relative;
  flex: 1;
  width: 63.33333%;
}

.p-detail__tag {
  margin-bottom: 24px;
}

.p-detail__favorite {
  position: absolute;
  top: 0;
  right: 0;
}

.p-detail__name {
  margin-bottom: 5px;
  padding-right: 200px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.45833;
}

.p-detail__model {
  margin-bottom: 3px;
  font-size: 1.8rem;
}

.p-detail__model b {
  font-weight: 500;
}

.p-detail__company {
  margin-bottom: 15px;
  color: #666;
}

.p-detail__keyword {
  margin-top: 30px;
}

.p-detail__heading {
  margin-top: 40px;
  padding: 12px 20px;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 5px 5px 0 0;
  background: #f2f2f2;
  font-size: 1.5rem;
  font-weight: 500;
}

.p-detail__cv {
  padding: 30px;
  background: #f0e4df;
}

.p-detail__cv .c-btn-group {
  flex-wrap: wrap;
}

.p-detail__cv .c-btn {
  margin: 5px;
}

.p-rental-heading {
  margin-top: 52px;
  margin-bottom: 25px;
  padding: 12px 0 0 19px;
  border-top: 1px solid #3e82b3;
  border-left: 1px solid #3e82b3;
  color: #3e82b3;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.55556;
}

.p-rental-fee {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 8px;
}

.p-rental-fee__col {
  width: 50%;
  padding: 0 5px;
}

.p-rental-fee__heading {
  padding: 6px 20px;
  background: #808080;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-rental-fee__notes {
  padding: 8px 18px;
  font-size: 1.4rem;
}

.p-rental-text {
  margin: 24px 0;
}

.p-rental-box {
  height: 100%;
  padding: 20px 24px;
  border: 1px solid #d5d5d5;
}

.p-rental-box__title {
  margin-bottom: 17px;
  color: #3e82b3;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}

.p-rental-table {
  width: 100%;
}

.p-rental-table thead tr {
  border-bottom: 1px solid #d5d5d5;
}

.p-rental-table thead th {
  padding: 8px 4px;
  background: transparent;
  font-weight: 500;
}

.p-rental-table tbody td {
  padding: 5px 4px;
}

.p-fee-unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 12px 0 18px;
  border-bottom: 1px solid #d5d5d5;
}

.p-fee-unit__head {
  font-size: 1.6rem;
  font-weight: 500;
}

.p-fee-unit__value {
  color: #3e82b3;
  line-height: 1;
}

.p-fee-unit__value strong,
.p-fee-unit__value small {
  vertical-align: middle;
}

.p-fee-unit__value strong {
  margin-right: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
}

.p-fee-unit__value small {
  font-size: 1.3rem;
}

.p-fee-unit:nth-child(n+3):last-child {
  border-bottom: none;
}

.p-detail-img {
  margin-bottom: 21px;
}

.p-detail-img__main {
  width: 390px;
  width: 100%;
  height: 390px;
  padding: 5px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

.p-detail-img__main img {
  min-width: 1px;
  min-height: 1px;
  max-height: 100%;
}

.p-detail-img__main-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.p-detail-img__sub {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 7px 10px 10px;
  background: #f2f2f2;
}

.p-detail-img__sub-item {
  width: 90px;
  height: 90px;
  margin-right: 3px;
  border: 1px solid transparent;
  background: #fff;
}

.p-detail-img__sub-item.is-current {
  border-color: #d5d5d5;
}

.p-detail-img__thumb {
  -webkit-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

.p-detail-img__thumb img {
  min-width: 1px;
  min-height: 1px;
  max-height: 100%;
}

.p-detail-banner {
  margin-top: 30px;
}

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

.p-related-list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 40px;
}

.p-related-list__item {
  width: 155px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.p-related-card {
  display: block;
  transition: opacity 0.2s ease-out;
}

.p-related-card:hover {
  opacity: 0.65;
}

.p-related-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 135px;
  margin-bottom: 10px;
  border: 1px solid #d5d5d5;
}

.p-related-card__category {
  margin-bottom: 5px;
  font-size: 1.3rem;
  line-height: 1.53846;
}

.p-related-card__name {
  font-weight: 500;
  line-height: 1.46667;
}

.p-related-card__name h3 {
  font-size: 1.5rem;
  font-weight: inherit;
}

.p-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3px;
  margin-left: -3px;
}

.p-tag-list__item {
  margin-bottom: 6px;
  padding: 0 3px;
}

.p-tag {
  min-width: 130px;
  padding: 6px 20px;
  border-radius: 4px;
  border-color: #d5d5d5;
  background-color: #d5d5d5;
  font-size: 1.4rem;
}

.p-tag-list__item h2 {
  font-size: 1.4rem;
  font-weight: inherit;
}

.p-estimate {
  padding: 80px 0;
}

.p-estimate > .c-inner {
  overflow: hidden;
}

.p-estimate__description {
  margin-bottom: 45px;
  text-align: center;
}

.p-estimate__footer {
  margin-top: 50px;
}

.p-estimate__footer .c-btn {
  margin: 0 10px;
}

.p-estimate .p-step-list__item:last-child {
  flex: 1.1;
  margin-right: 0;
}

.p-estimate .p-step-list__item:last-child .p-step-unit {
  padding-left: 25px;
}

.p-estimate-confirm-grid {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.p-estimate-confirm-grid__col-text {
  flex: 1;
  padding-right: 10px;
}

.p-estimate-confirm-grid__col-btn {
  flex-basis: 280px;
}

.p-estimate-selected-list__item + .p-estimate-selected-list__item {
  margin-top: 1em;
}

.p-step-header {
  margin: 80px 0 10px;
}

.p-step-header__shoulder {
  display: block;
  text-align: center;
}

.p-step-header__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 0 9px 8px;
  border-bottom: 1px solid;
  color: #3e82b3;
  font-family: "Roboto", sans-serif;
  font-size: 2.1rem;
  line-height: 0.84615;
}

.p-step-header__num span {
  margin-left: 7px;
  font-size: 3.9rem;
}

.p-step-header .c-title {
  margin: 0 0px;
}

.p-estimate-confirm-list {
  padding-bottom: 45px;
  border-bottom: 1px solid #d5d5d5;
}

.p-estimate-result__view {
  margin: 0 auto;
  overflow-x: auto;
}

.p-estimate-supplement {
  margin-top: 50px;
}

.p-estimate-supplement__heading {
  font-size: 2rem;
  font-weight: bold;
}

.p-estimate-supplement__figure {
  margin-top: 20px;
}

.p-estimate-supplement__text {
  margin-top: 10px;
}

.p-estimate-supplement__text::before {
  content: "●";
}

.p-estimate-subtitle {
  margin-bottom: 20px;
  font-size: 2rem;
}

div.blocks_mit {
  position: relative;
  width: 667px;
  margin: 0 auto;
  padding: 10px;
  border-top: solid 1px #666666;
  border-right: solid 2px #666666;
  border-bottom: solid 2px #666666;
  border-left: solid 1px #666666;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.16667;
}

div.mithead {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

div.mit2cols {
  display: table;
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
}

div.mit2cols div.left {
  display: table-cell;
  vertical-align: top;
}

div.mit2cols div.right {
  display: table-cell;
  vertical-align: top;
}

table.mitsum {
  width: 300px;
  height: 22px;
  margin-bottom: 10px;
  border-collapse: collapse;
}

table.mitsum th {
  width: 107px;
  padding: 3px;
  border: solid 1px #666666;
  background: #666666;
  color: #ffffff;
  font-size: 1.3rem;
}

table.mitsum td {
  padding: 3px;
  border: solid 1px #666666;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}

table.mit_sub {
  width: 100%;
  border: solid 1px #666666;
  border-collapse: collapse;
}

table.mit_sub th {
  border: solid 1px #666666;
  background: #cccccc;
  color: #333333;
  text-align: center;
}

table.mit_sub tr {
  height: 30px;
}

table.mit_sub th.ryokin {
  width: 120px;
  background: #cccccc;
  color: #333333;
  text-align: center;
}

table.mit_sub td {
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  border-left: solid 1px #666666;
}

table.mit_sub td.qt {
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  border-left: solid 1px #666666;
  text-align: center;
}

table.mit_sub td.price {
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
  border-left: solid 1px #666666;
  text-align: right;
}

table.mit_sub td.bikou {
  width: 300px;
}

table.mit_sub th.shokei {
  font-size: 1.4rem;
  text-align: left;
}

table.mit_sub td.shokei {
  border: solid 1px #666666;
  font-size: 1.4rem;
  text-align: right;
}

.mit_leftup {
  position: relative;
}

.mit_rightup {
  position: absolute;
  top: 46px;
  left: 450px;
}

.p-faq-nav {
  padding: 77px 0 45px;
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.4rem;
}

.p-faq-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.p-faq-nav__item {
  width: 50%;
  margin-bottom: 10px;
  padding: 0 15px;
}

.p-faq-nav__link {
  color: #3e82b3;
  transition: opacity 0.2s ease-out;
}

.p-faq-nav__link:hover {
  opacity: 0.65;
}

.p-faq-nav__num {
  display: inline-block;
  width: 2.5em;
}

.p-faq-contents {
  padding: 60px 0;
}

.p-faq-list__item {
  margin-bottom: 55px;
}

.p-faq-unit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin-right: 13px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-faq-unit__icon--q {
  background: #eeeeee;
}

.p-faq-unit__icon--a {
  background: #3e82b3;
  color: #fff;
}

.p-faq-unit__q {
  margin-top: 5px;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-faq-unit__a {
  margin-top: 7px;
}

.p-faq-unit__body {
  flex: 1;
}

.p-faq-unit__row {
  display: flex;
  margin-bottom: 15px;
}

.p-favorite__cv {
  margin-top: 40px;
  padding: 30px;
  background: #f0e4df;
}

.p-favorite__cv .c-btn-group {
  flex-wrap: wrap;
}

.p-favorite__cv .c-btn {
  margin: 5px;
}

.p-lcm-lead {
  margin-top: 80px;
}

.p-lcm-lead__img {
  text-align: center;
}

.p-article .p-lcm-lead__img img {
  display: inline-block;
}

.p-lcm-flow {
  margin: 90px 0;
}

.p-lcm-flow__section {
  position: relative;
}

.p-lcm-flow__section + .p-lcm-flow__section {
  margin-top: 150px;
}

.p-lcm-flow__section + .p-lcm-flow__section::before {
  display: block;
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url(/assets/images/pc/guide/lcm/arrow.png) no-repeat 48.5% 69px;
  content: '';
}

.p-lcm-flow__row {
  display: flex;
}

.p-lcm-flow__col-header {
  flex-basis: 20%;
  padding-top: 7px;
  border-right: 1px solid #2e81b6;
}

.p-lcm-flow__col-content {
  flex: 1;
  padding-left: 4.91667%;
}

.p-article .p-lcm-flow__title {
  color: #2e81b6;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.59091;
  text-align: center;
}

.p-article .p-lcm-flow__title small {
  display: table;
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 0 7px;
  font-size: 1.4rem;
}

.p-article .p-lcm-flow__title small::before, .p-article .p-lcm-flow__title small::after {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  width: 16px;
  height: 1px;
  border-top: 1px solid #2e81b6;
  content: "";
}

.p-article .p-lcm-flow__title small::before {
  left: -16px;
}

.p-article .p-lcm-flow__title small::after {
  right: -16px;
}

.p-lcm-flow__title::after {
  display: block;
  margin: 0 auto;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-lcm-flow__title--01::after {
  width: 88px;
  height: 87px;
  background-image: url(/assets/images/pc/guide/lcm/img01.png);
}

.p-lcm-flow__title--02::after {
  width: 98px;
  height: 79px;
  background-image: url(/assets/images/pc/guide/lcm/img02.png);
}

.p-lcm-flow__title--03::after {
  width: 78px;
  height: 66px;
  background-image: url(/assets/images/pc/guide/lcm/img03.png);
}

.p-lcm-flow__title--04::after {
  width: 87px;
  height: 78px;
  background-image: url(/assets/images/pc/guide/lcm/img04.png);
}

.p-lcm-flow__title--01::after {
  margin-top: 17px;
}

.p-lcm-flow__title--02::after {
  margin-top: 24px;
}

.p-lcm-flow__title--03::after {
  margin-top: 15px;
}

.p-lcm-flow__title--04::after {
  margin-top: 13px;
}

.p-lcm-flow__subtitle {
  margin-bottom: 30px;
  padding: 11px 18px;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 5px 5px 0 0;
  background: #f2f2f2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-lcm-flow__list + .p-lcm-flow__subtitle {
  margin-top: 45px;
}

.p-lcm-flow__list-title {
  margin-bottom: 14px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.58824;
}

.p-lcm-flow__list-description {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-lcm-flow__list-description p {
  margin-top: 0;
  margin-bottom: 0;
}

.p-lcm-flow__list-description + .p-lcm-flow__list-title {
  margin-top: 35px;
}

.p-lcm-flow-num {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 6px 3px 0;
  padding: 3px 1px 0;
  border: solid 1px #4980af;
  border-radius: 4px;
  background: #fff;
  color: #2e81b6;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.p-lcm-flow-box {
  margin-top: 39px;
  padding: 25px 3.75% 25px 5%;
  border: 1px solid #d5d5d5;
  background: #eeeeee;
}

.p-lcm-flow-box__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-lcm-flow-box__btn {
  padding-left: 4.5%;
  border-left: 1px solid #d5d5d5;
}

.p-list-container {
  padding: 50px 0 123px;
}

.p-list-container__item[aria-hidden="true"] {
  display: none;
}

.p-list-container__item[aria-hidden="false"] {
  display: block;
}

.p-list-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.p-list-header__right {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}

.p-list-header__right .c-select {
  max-width: 210px;
}

.p-list-count {
  display: flex;
  align-items: center;
}

.p-list-count__label {
  margin-right: 8px;
}

.p-list-count__num {
  margin-right: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
}

.p-display-switch {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.p-display-switch__label {
  margin-right: 12px;
  font-size: 1.3rem;
}

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

.p-display-switch__btn {
  -webkit-appearance: none;
          appearance: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding: 0;
  overflow: hidden;
  border: none;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  outline: none;
  background-color: transparent;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.p-display-switch__btn:hover {
  opacity: 0.65;
}

.p-display-switch__btn[aria-selected="true"] {
  background-color: #eeeeee;
}

.p-display-switch__btn--list {
  background-image: url(/assets/images/common/icon_btn_list.png);
  background-size: 23px 16px;
}

.p-display-switch__btn--grid {
  background-image: url(/assets/images/common/icon_btn_grid.png);
  background-size: 21px 15px;
}

.p-maker {
  padding: 70px 0;
}

.p-maker .c-title {
  margin-bottom: 46px;
}

.p-maker-search .c-btn-group {
  margin-top: 50px;
}

.p-maker-search__item {
  border-bottom: 1px solid #d5d5d5;
}

.p-maker-search__item:first-child {
  border-top: 1px solid #d5d5d5;
}

.p-maker-accordion {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}

.p-maker-accordion__head {
  display: flex;
  align-items: center;
}

.p-maker-accordion__title {
  width: 120px;
  font-size: 3rem;
  font-weight: 400;
}

.p-maker-accordion__body {
  display: none;
  flex: 1;
  margin-left: auto;
  padding-right: 20px;
}

.p-maker-check-group {
  display: flex;
  flex-wrap: wrap;
}

.p-maker-check-group__item {
  width: 33.333%;
  margin: 4px 0;
  padding: 0 20px;
}

.p-news-contents {
  padding: 77px 0 128px;
}

.p-section__colored {
  padding: 53px 0 75px;
  background: #faf3f0;
}

.p-point-list {
  display: flex;
  flex-wrap: wrap;
}

.p-point-list__item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  height: 180px;
  padding: 0 20px 0 80px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.p-point-list__item h3 {
  font-size: 1.6rem;
  font-weight: 500;
}

.p-point-list__item:nth-child(odd) {
  background: #fff;
  color: #807570;
}

.p-point-list__item:nth-child(even) {
  background: #807570;
  color: #fff;
}

.p-point-list__item img {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -31px;
}

.p-step-unit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 30px 0 30px 30px;
  text-align: center;
}

.p-step-unit__arrow {
  position: absolute;
  top: 0;
  left: 100%;
  width: 30px;
  height: 100%;
  overflow: hidden;
}

.p-step-unit--primary {
  background: #3e82b3;
  color: #fff;
}

.p-step-unit--primary-light {
  background: #dcedfa;
  color: #3e82b3;
}

.p-step-unit--gray {
  background: #e5e5e5;
  color: #3e82b3;
}

.p-step-unit--gray-light {
  background: #f2f2f2;
  color: #3e82b3;
}

.p-step-unit__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 0 6px;
  border-bottom: 1px solid;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.26923;
}

.p-step-unit__num span {
  margin-left: 7px;
  font-size: 2.6rem;
}

.p-step-unit__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.42105;
}

.p-step-list {
  display: flex;
}

.p-step-list__item {
  position: relative;
  flex: 1;
  margin-right: 1px;
}

.p-step-list__item:not(:last-child)::after,
.p-step-list__item:not(:last-child) .p-step-unit__arrow::after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: 75px solid transparent;
  border-right-width: 0;
  border-left-width: 30px;
  content: '';
  content: '';
}

.p-step-list__item:not(:last-child)::after {
  z-index: 1;
  left: 100%;
  margin: 0;
  transform: translateX(1px);
  border-left-color: #fff;
}

.p-step-list__item:not(:last-child) .p-step-unit .p-step-unit__arrow::after {
  z-index: 2;
  left: 0;
  border-left-color: #3e82b3;
}

.p-step-list__item:not(:last-child) .p-step-unit--primary .p-step-unit__arrow::after {
  border-left-color: #3e82b3;
}

.p-step-list__item:not(:last-child) .p-step-unit--primary-light .p-step-unit__arrow::after {
  border-left-color: #dcedfa;
}

.p-step-list__item:not(:last-child) .p-step-unit--gray .p-step-unit__arrow::after {
  border-left-color: #e5e5e5;
}

.p-step-list__item:not(:last-child) .p-step-unit--gray-light .p-step-unit__arrow::after {
  border-left-color: #f2f2f2;
}

.p-step-list__item:first-child .p-step-unit {
  padding-left: 20px;
}

.p-step-list__item:last-child .p-step-unit {
  padding-left: 35px;
}

.p-step-list__item:last-child .p-step-unit__arrow {
  display: none;
}

.p-mv-slider__item img {
  display: block;
  width: 100%;
}

.p-mv-slider .swiper-button-next,
.p-mv-slider .swiper-button-prev {
  width: 70px;
  height: 70px;
  margin-top: -35px;
}

.p-mv-slider .swiper-button-next::after,
.p-mv-slider .swiper-button-prev::after {
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 70px 70px;
}

.p-mv-slider .swiper-button-prev {
  left: 30px;
}

.p-mv-slider .swiper-button-prev::after {
  background-image: url(/assets/images/common/mv_arrow_prev.png);
}

.p-mv-slider .swiper-button-next {
  right: 30px;
}

.p-mv-slider .swiper-button-next::after {
  background-image: url(/assets/images/common/mv_arrow_next.png);
}

.p-mv-slider .swiper-pagination {
  bottom: 30px;
}

.p-partner {
  padding: 90px 0 120px;
  border-top: 1px solid #d5d5d5;
}

.p-partner .c-title {
  margin-bottom: 33px;
}

.p-partner__list {
  display: flex;
  justify-content: center;
}

.p-partner__item {
  margin: 0 22px;
}

.p-news-section {
  padding: 100px 0 120px;
}

.p-news-section .c-title {
  margin-bottom: 40px;
}

.p-news-section .c-btn-group {
  margin-top: 50px;
}

.p-serivce-section .c-title {
  margin-bottom: 15px;
}

.p-serivce-section .c-lead {
  margin-bottom: 34px;
}

.p-serivce-section .c-btn-group {
  margin-top: 50px;
}

.p-step-section {
  padding: 95px 0 110px;
}

.p-step-section .c-title {
  margin-bottom: 30px;
}

.p-step-section .c-btn-group {
  margin-top: 50px;
}

.home .p-pickup-section {
  padding-top: 35px;
  padding-bottom: 100px;
}

.home .p-campaign-section {
  padding-bottom: 120px;
}

.home .p-campaign-section .c-btn-group {
  margin-top: 0;
}

.home .p-top-lead {
  padding: 55px 0;
}

.pc-home .p-lineup-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pc-home .p-campaign-section {
  margin-top: 60px;
}

.p-top-notice {
  margin-top: 30px;
  padding: 10px 20px;
  border: 2px solid #d55a5a;
}

.p-top-notice__item {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
}

.p-top-notice__category {
  width: 150px;
  margin-right: 15px;
  padding: 2px;
  border-radius: 4px;
  background: #d55a5a;
  color: #fff;
  text-align: center;
}

.p-top-notice__link {
  position: relative;
  flex: 1;
  margin-top: 2px;
  transition: opacity 0.2s ease-out;
}

.p-top-notice__link:hover {
  opacity: 0.65;
}

.p-top-notice__link::before {
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-right: 8px;
  background: url(/assets/images/common/arrow_link.png) no-repeat left top;
  background-size: 8px 14px;
  content: '';
}

.p-outside-title {
  position: relative;
}

.p-outside-title::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -52px;
  padding-right: 20px;
  transform: rotate(90deg);
  transform-origin: 0 0;
  background: #f5f5f5;
  font-size: 1.4rem;
  line-height: 1;
  content: attr(data-title);
}

.p-lineup-section .p-outside-title::after {
  background: #f5f5f5;
}

.p-category-section .p-outside-title::after {
  background: #fff;
}

.p-outside-title::before {
  display: block;
  position: absolute;
  top: 0;
  left: -62px;
  width: 1px;
  height: calc(100% - 24px);
  background: #ccc;
  content: '';
}

.p-category-section .p-outside-title::before {
  height: 207px;
}

.u-ta-right {
  text-align: right !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-center {
  text-align: center !important;
}

.u-va-top {
  vertical-align: top !important;
}

.u-hidden {
  display: none;
}

.u-mx5 {
  margin-right: 5px;
  margin-left: 5px;
}

.u-mx10 {
  margin-right: 10px;
  margin-left: 10px;
}

.u-my5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.u-my10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-my50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-px0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.u-px5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-nowrap {
  white-space: nowrap;
}

.u-important {
  color: #cc3d3d;
}

.u-w210 {
  width: 210px;
}

.u-w240 {
  width: 240px;
}

.u-w320 {
  width: 320px;
}

.u-w170 {
  width: 170px;
}

@media screen and (min-width: 769px) {
  .p-anchor-nav__select {
    display: none;
  }
  .p-favorite-sp {
    display: none;
  }
  .p-news-nav__select {
    display: none;
  }
  .p-search-block__header {
    pointer-events: none;
  }
  .p-estimate .p-step-list {
    align-items: center;
    height: 120px;
    overflow: hidden;
  }
  .p-faq-nav__select {
    display: none;
  }
  .u-pc-center {
    text-align: center;
  }
  .u-pc-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 1345px) {
  .p-pickup-slider-wrap {
    max-width: 894px;
  }
}

@media screen and (max-width: 1300px) {
  .p-gnav-main {
    padding-left: 15px;
  }
  .p-gnav-main__item:not(:first-child) {
    margin-left: 5px;
  }
  .p-gnav-sub__item {
    min-width: 115px;
  }
  .p-megamenu {
    padding-right: 15px;
    padding-left: 15px;
  }
  .p-header__left {
    padding-left: 15px;
  }
  .p-header-nav__item {
    padding: 0 10px;
  }
  .p-header-btn--contact {
    width: 80px;
    padding: 0;
    overflow: hidden;
    background-position: center center;
    text-indent: 100%;
    white-space: nowrap;
  }
}

@media screen and (max-width: 1244px) {
  .p-lineup-group__list {
    margin: 0 -8px;
  }
  .p-lineup-group__item,
  .p-lineup-group__item--pc {
    width: 25%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .p-lineup-group__item--wide {
    width: 33.333%;
  }
  .p-category-group__list {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 1230px) {
  .p-header__description {
    font-size: 1rem;
  }
  .p-header-title__link img {
    width: 155px;
    height: 27px;
  }
  .p-header-title__text {
    font-size: 2rem;
  }
  .p-header-nav__text {
    font-size: 1rem;
  }
  .p-header-nav-corporate__item {
    padding: 0 8px;
  }
  .p-header-btn--tel {
    width: 180px;
    padding-left: 42px;
    background-position: left 12px center;
  }
  .p-header-btn__number {
    font-size: 2rem;
  }
  .p-header-btn__small {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1039px) {
  .p-pickup-slider-wrap {
    max-width: 587px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header {
    margin-bottom: 0;
  }
  .l-gnav {
    display: none;
  }
  .is-nav-fixed .l-contents {
    padding-top: 0;
  }
  .p-campaign-list__item {
    width: calc((100% - 30px) / 2);
  }
  .p-campaign-list__item:nth-child(odd) {
    margin-right: 30px;
  }
  .p-gdpr {
    display: block;
    padding: 20px 0;
  }
  .p-gdpr .c-btn-group {
    margin-top: 30px;
    margin-left: 0;
  }
  .p-fixed-header {
    border-bottom: 1px solid #ddd;
  }
  .p-header {
    align-items: center;
  }
  .is-header-fixed .p-header__left {
    transform: none;
  }
  .p-header-nav {
    display: none;
  }
  .p-header-btn-group__item--sp {
    display: block;
  }
  .p-header-btn {
    width: 80px;
    padding: 0;
    overflow: hidden;
    background-position: center center;
    text-indent: 100%;
    white-space: nowrap;
  }
  .p-lineup-group__item--wide {
    width: 50%;
  }
  .p-news-nav__list {
    margin: 0 -3px;
  }
  .p-news-nav__item {
    padding: 0 3px;
  }
  .p-news-nav__btn {
    padding-right: 18px;
    padding-left: 28px;
    white-space: normal;
  }
  .p-news-nav__btn::before {
    left: 10px;
  }
  .p-page-header__title {
    width: auto;
    min-width: 0;
    padding-right: 0;
  }
  .p-page-header__text {
    display: none;
  }
  .p-product-list__item {
    width: 33.333%;
  }
  .p-campaign-feature__item {
    width: calc((100% - 45px) / 2);
  }
  .p-campaign-feature__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-campaign-feature__item:not(:nth-child(2n)) {
/*    margin-right: 45px; */
  }
  .p-camaign-case::before {
    width: 80%;
  }
  .p-camaign-case-wrap .p-camaign-case:nth-child(odd) .p-camaign-case__text {
    padding-left: 40px;
  }
  .p-camaign-case-wrap .p-camaign-case:nth-child(even) .p-camaign-case__text {
    padding-right: 40px;
  }
  .p-related-contents__item {
    width: calc((100% - 45px) / 2);
  }
  .p-related-contents__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-related-contents__item:not(:nth-child(2n)) {
    margin-right: 45px;
  }
  .p-category-group__item,
  .p-category-group__item--ict,
  .p-category-group__item--ind {
    width: 50%;
  }
  .p-detail {
    display: block;
    padding: 40px 0 50px;
  }
  .p-detail__left {
    width: auto;
    padding-right: 0;
  }
  .p-detail__right {
    width: auto;
  }
  .p-detail__favorite {
    position: static;
    margin-top: 30px;
  }
  .p-detail__favorite .c-btn {
    width: 100%;
  }
  .p-detail__name {
    padding-right: 0;
  }
  .p-rental-heading {
    margin-top: 40px;
  }
  .p-rental-fee {
    margin-bottom: 30px;
  }
  .p-rental-fee__col {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-maker-check-group__item {
    width: 50%;
  }
  .u-tab-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 50px;
  }
  .c-btn-group {
    flex-wrap: wrap;
  }
  .c-title {
    font-size: 2.4rem;
  }
  .c-title__small {
    margin-top: 4px;
  }
  .c-lead {
    text-align: left;
  }
  .p-accrodion-sp + .p-accrodion-sp {
    margin-top: 20px;
  }
  .p-accrodion-sp__head {
    z-index: 1;
    position: relative;
    cursor: pointer;
  }
  .p-accrodion-sp__head::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 18px;
    height: 10px;
    margin-top: -5px;
    background: url(/assets/images/common/arrow_accordion.png) no-repeat left top/18px 10px;
    content: '';
  }
  .is-accordion-open .p-accrodion-sp__head::after {
    transform: rotate(180deg);
  }
  .p-anchor-nav__list {
    display: none;
  }
  .p-breadcrumb {
    padding: 10px 0;
  }
  .p-breadcrumb__item {
    font-size: 1.3rem;
  }
  .p-breadcrumb__item:not(:first-child)::before {
    margin: 0 10px -2px;
  }
  .p-btn-postal {
    margin: 10px 0 0;
  }
  .p-btn-cv {
    height: 60px;
    font-size: 1.5rem;
  }
  .p-campaign-section {
    padding-bottom: 50px;
  }
  .p-campaign-section .c-title img {
    width: 423.3566px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .p-campaign-list__item {
    width: 100%;
  }
  .p-campaign-list__item:nth-child(odd) {
    margin-right: 0;
  }
  .p-campaign-slider {
    padding: 0 25px;
  }
  .p-campaign-slider__item.swiper-slide {
    width: 100%;
  }
  .p-campaign-slider__item.swiper-slide img {
    width: 100%;
  }
  .p-campaign-slider .swiper-button-next,
  .p-campaign-slider .swiper-button-prev {
    top: 0;
    width: 42px;
    height: 42px;
    margin-top: 16.61538%;
  }
  .p-campaign-slider .swiper-button-next::after,
  .p-campaign-slider .swiper-button-prev::after {
    background-size: 42px 42px;
  }
  .p-campaign-slider .swiper-button-prev {
    left: 15px;
    margin-left: 0;
  }
  .p-campaign-slider .swiper-button-prev::after {
    background-image: url(/assets/images/common/mv_arrow_prev.png);
  }
  .p-campaign-slider .swiper-button-next {
    right: 15px;
    margin-right: 0;
  }
  .p-campaign-slider .swiper-button-next::after {
    background-image: url(/assets/images/common/mv_arrow_next.png);
  }
  .p-campaign-slider .swiper-pagination {
    margin-top: 26px;
  }
  .p-favorite-nav__inner {
    flex-wrap: wrap;
    height: auto;
    padding-left: 100px;
  }
  .p-favorite-nav__head {
    width: 100px;
  }
  .p-favorite-nav__head .c-btn {
    width: 80px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .p-favorite-nav__title {
    font-size: 1.5rem;
  }
  .p-favorite-nav__list {
    width: calc(100% - 340px);
    margin-right: 0;
  }
  .p-favorite-nav__btn {
    width: 340px;
    padding-right: 10px;
    padding-left: 40px;
  }
  .p-footer {
    padding: 30px 0;
  }
  .p-footer-sitemap {
    display: none;
  }
  .p-footer-bottom__logo {
    margin-bottom: 5px;
  }
  .p-footer-bottom__text {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .p-certification {
    padding: 30px 0 20px;
  }
  .is-favorite-nav-open .p-pagetop {
    transform: translateY(-170px);
  }
  .p-pagetop {
    width: 70px;
  }
  .p-form-group--submit {
    justify-content: center;
    margin: 18px 0 0 0;
    padding-top: 10px !important;
    border-top: 1px solid #d5d5d5;
  }
  .p-form-group--submit .c-btn {
    margin-top: 15px;
  }
  .p-form-group--submit .c-btn-group {
    flex-direction: column-reverse;
  }
  .p-form-row {
    margin: 0 -2.5px;
  }
  .p-form-row > .p-form-group {
    padding: 0 2.5px;
  }
  .p-form-row--gutter-large > .p-form-group {
    padding: 0 2.5px;
  }
  .p-form-date-box {
    display: block;
    padding: 15px;
  }
  .p-form-date-box__notes {
    margin-top: 20px;
    padding: 20px 0 0;
    border-top: 1px solid #d5d5d5;
    border-left: none;
  }
  .p-form-date-box .p-form-date {
    padding-right: 0;
  }
  .p-form-date-box--table {
    padding: 0;
  }
  .p-form-date {
    display: block;
  }
  .p-form-date .c-datepicker {
    width: auto;
    min-width: calc(50% - 52px);
    max-width: 320px;
    height: 60px;
  }
  .p-form-date > .p-form-unit {
    display: none;
  }
  .p-form-date > .p-form-group:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-form-error-box {
    padding: 15px;
  }
  .p-form-accordion__head {
    position: static;
    margin-bottom: 20px;
    text-align: center;
  }
  .p-gdpr__text {
    font-size: 1.3rem;
  }
  .p-gdpr a {
    padding-bottom: 2px;
  }
  .p-gdpr .c-btn-group {
    flex-direction: column;
    margin-top: 20px;
  }
  .p-gdpr .c-btn + .c-btn {
    margin-top: 10px;
    margin-left: 0;
  }
  .p-header {
    height: 50px;
  }
  .p-header__description {
    display: none;
  }
  .p-header__left {
    padding-right: 0;
    padding-left: 10px;
  }
  .p-header-title__link img {
    width: 118px;
    height: 21px;
  }
  .p-header-title__text {
    margin-left: 7px;
    font-size: 1.4rem;
  }
  .p-header-btn {
    width: 50px;
    height: 50px;
  }
  .p-table-list.p-inquiry-table {
    border-right: none;
  }
  .p-table-list.p-inquiry-table th {
    display: block;
    width: 100%;
    padding: 12px 10px 12px 65px;
  }
  .p-table-list.p-inquiry-table th.p-required::before {
    top: 10px;
    left: 8px;
  }
  .p-table-list.p-inquiry-table td {
    display: block;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }
  .p-lineup-section {
    padding: 40px 0;
  }
  .p-lineup-group__item,
  .p-lineup-group__item--pc {
    width: 33.333%;
  }
  .p-lineup-group__item--wide {
    width: 100%;
  }
  .p-modal-check__question {
    font-size: 1.8rem;
  }
  .p-modal-check__btn .c-btn {
    margin-bottom: 10px;
  }
  .p-news-list {
    padding: 15px 0 0;
  }
  .p-news-list__item:not(:first-child) {
    padding-top: 15px;
    border-top: 1px solid #d5d5d5;
  }
  .p-news-item {
    display: block;
  }
  .p-news-nav__list {
    display: none;
  }
  .p-news-nav__item {
    width: 100%;
  }
  .p-page-header__inner {
    height: auto;
    padding: 20px 25px;
  }
  .p-page-header__title {
    font-size: 2.6rem;
  }
  .p-pickup-section {
    padding-bottom: 50px;
  }
  .p-pickup-section .c-title img {
    width: 115.9191px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .p-product-list__item {
    width: 50%;
  }
  .p-search-block__inner {
    padding: 20px 14px 35px;
  }
  .p-search-block__header {
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 9px;
  }
  .p-search-block__title {
    padding-left: 37px;
    font-size: 1.8rem;
  }
  .p-search-block__footer {
    padding-top: 10px;
  }
  .p-search-block__footer .c-btn {
    margin-top: 15px;
  }
  .p-search-block__footer .c-btn-group {
    flex-direction: column-reverse;
  }
  .p-search-block__item {
    width: 50%;
  }
  .p-search-block__item--sp-full {
    width: 100%;
  }
  .p-search-block__wide {
    margin-right: 0;
  }
  .p-search-block__narrow {
    width: 33.333%;
  }
  .p-search-block__flex--sp-block {
    display: block;
  }
  .p-search-block__flex--sp-block .c-label {
    display: block;
  }
  .p-search-block__flex--sp-block .c-select {
    width: 100%;
  }
  .p-keyword-block {
    position: relative;
    margin-top: 20px;
    border: 1px solid #d5d5d5;
    background: #eeeeee;
  }
  .p-keyword-block__header {
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 9px;
  }
  .p-keyword-block__title {
    padding-left: 37px;
    font-size: 1.8rem;
  }
  .p-keyword-block__inner {
    padding: 20px 14px 20px;
  }
  .p-keyword-block__list {
    justify-content: flex-start;
  }
  .rental-detail .p-search-section {
    padding-bottom: 60px;
  }
  .p-search-section .c-title {
    margin-bottom: 15px;
  }
  .swiper-pagination-bullet {
    width: 40px;
    height: 1px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .p-table-specification tbody th {
    width: 150px;
    padding-left: 8px;
  }
  .p-table-estimate-confirm td {
    padding-top: 15px;
  }
  .pg-campaign-section__title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .pg-campaign-section--feature {
    padding: 60px 0 40px;
  }
  .pg-campaign-section--feature .c-title {
    margin-bottom: 30px;
  }
  .pg-campaign-section--video {
    padding: 40px 0 60px;
  }
  .pg-campaign-section--video .c-title {
    margin-bottom: 30px;
  }
  .pg-campaign-section--case {
    padding: 60px 0 20px;
  }
  .pg-campaign-section--case .c-title {
    margin-bottom: 30px;
  }
  .pg-campaign-section--lineup {
    padding: 60px 0 40px;
  }
  .pg-campaign-section--lineup .c-title {
    margin-bottom: 30px;
  }
  .pg-campaign-section--notice {
    padding: 50px 0;
  }
  .campaign .p-page-header__title {
    min-width: 0;
  }
  .campaign .p-serivce-section {
    padding-bottom: 60px;
  }
  .campaign .p-campaign-section {
    padding-top: 60px;
  }
  .p-campaign-lead {
    padding: 50px 0;
  }
  .p-campaign-lead__main {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .p-campaign-lead__sub {
    font-size: 1.5rem;
  }
  .p-campaign-feature__item {
    width: 100%;
  }
  .p-campaign-feature__item:not(:nth-child(2n)) {
/*    margin-right: 0; */
  }
  .p-camaign-case {
    margin-bottom: 30px;
    padding: 40px 0;
  }
  .p-camaign-case::before {
    width: 100%;
  }
  .p-camaign-case__inner {
    display: block;
  }
  .p-camaign-case__img {
    width: 100%;
    margin-top: 40px;
  }
  .p-camaign-case__text {
    width: 100%;
  }
  .p-camaign-case-wrap .p-camaign-case:nth-child(odd) .p-camaign-case__text {
    padding-left: 0;
  }
  .p-camaign-case-wrap .p-camaign-case:nth-child(even) .p-camaign-case__text {
    padding-right: 0;
  }
  .p-camaign-case-wrap .p-camaign-case:nth-child(even) .p-camaign-case__heading::before {
    right: auto;
    left: 0;
  }
  .p-campaign-download {
    font-size: 1.6rem;
  }
  .p-campaign-download__head {
    display: block;
    margin-left: 0;
    padding: 9px 10px;
    border-radius: 10px 10px 0 0;
  }
  .p-campaign-download__body {
    padding: 20px 15px;
  }
  .p-campaign-step-list__item {
    width: 100%;
  }
  .p-campaign-step-list__item:nth-child(2n+1) {
    margin-right: 0;
  }
  .p-campaign-step-list__item:last-child:nth-child(even) {
    border-bottom: none;
  }
  .p-campaign-service-list__item {
    width: 100%;
  }
  .p-campaign-service-list__item:nth-child(odd) {
    background: #fff;
  }
  .p-campaign-service-list__item:nth-child(even) {
    background: #eeeeee;
  }
  .p-campaign-service {
    padding: 15px 15px 20px;
  }
  .p-campaign-service__head {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .p-campaign-service__content {
    display: block;
  }
  .p-campaign-service__img img {
    width: auto;
    max-width: 49%;
    height: auto;
  }
  .p-campaign-service__text {
    margin-top: 20px;
    margin-left: 0;
  }
  .p-campaign-cv .c-btn-group {
    margin: -5px 0;
  }
  .p-campaign-cv .c-btn {
    width: 100%;
    max-width: 360px;
    margin: 5px 0;
    font-size: 1.6rem;
  }
  .p-campaign-cv__guide {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-campaign-cv__guide-small {
    font-size: 1.4rem;
  }
  .p-campaign-cv__main-guide {
    font-size: 2rem;
  }
  .p-campaign-cv__price {
    font-size: 1.8rem;
    line-height: 32px;
  }
  .p-campaign-cv__price-num {
    font-size: 3.6rem;
  }
  .p-campaign-cv-tel {
    padding: 0 10px;
  }
  .p-campaign-cv-tel__text {
    font-size: 1.3rem;
  }
  .p-campaign-cv-tel__num {
    font-size: 2.2rem;
  }
  .p-campaign-point-wrap {
    padding-bottom: 70px;
  }
  .p-campaign-point {
    display: block;
    margin: 30px 0 -20px;
  }
  .p-campaign-point-unit {
    width: 100%;
    max-width: none;
    margin: 0 0 30px;
    padding: 15px 15px 15px;
  }
  .p-campaign-point-unit__num {
    width: 60px;
    height: 60px;
  }
  .p-campaign-point-unit__num img {
    width: 50%;
  }
  .p-campaign-point-unit__title {
    min-height: 40px;
    margin-bottom: 15px;
    padding-left: 70px;
    font-size: 2.1rem;
  }
  .p-campaign-items {
    padding: 80px 0 60px;
  }
  .p-campaign-items__title {
    margin: -105px 0 50px;
  }
  .p-campaign-items-unit {
    display: block;
    padding: 20px 15px;
  }
  .p-campaign-items-unit__col-img {
    width: auto;
    padding: 0 0 20px 0;
    border-right: none;
    border-bottom: 1px solid #d5d5d5;
  }
  .p-campaign-items-unit__col-text {
    padding-top: 20px;
    padding-left: 0;
  }
  .p-campaign-items-unit__data-list {
    flex-basis: 320px;
    margin-bottom: 20px;
  }
  .p-campaign-period__head {
    width: 100px;
    margin: 3px 15px 3px 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1.6rem;
  }
  .p-campaign-period__date {
    font-size: 2rem;
  }
  .p-campaign-update {
    font-size: 1.3rem;
  }
  .p-related-contents__item {
    width: 100%;
  }
  .p-related-contents__item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .p-related-section {
    padding: 0 0 30px;
  }
  .p-article__contents {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .p-article__row {
    margin-bottom: 0;
  }
  .p-article__col {
    margin-bottom: 40px;
  }
  .p-article__col {
    width: 100%;
  }
  .p-article__col .c-btn-group {
    justify-content: center;
    margin-top: 30px;
  }
  .p-category-section {
    padding: 40px 0 40px;
  }
  .p-category-group__item,
  .p-category-group__item--ict,
  .p-category-group__item--ind {
    width: 100%;
  }
  .p-detail {
    padding: 20px 0 30px;
  }
  .p-detail__name {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-detail__heading {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-detail__cv {
    padding: 15px;
  }
  .p-detail-img__main {
    width: 100%;
    height: 235px;
  }
  .p-detail-img__sub {
    padding: 10px 9px 10px 10px;
  }
  .p-detail-img__sub-item {
    width: 80px;
    height: 80px;
    margin-right: 1px;
  }
  .p-related-list__item {
    width: 33.333%;
  }
  .p-estimate {
    padding-top: 50px;
  }
  .p-estimate__description {
    margin-bottom: 30px;
  }
  .p-estimate__footer .c-btn {
    margin-bottom: 10px;
  }
  .p-estimate__footer .c-btn-group {
    flex-direction: column-reverse;
  }
  .p-estimate-confirm-grid__col-text {
    min-width: 50%;
  }
  .p-estimate-confirm-grid__col-btn {
    flex-basis: auto;
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .p-step-header {
    margin-top: 50px;
  }
  .p-step-header__num {
    width: 72px;
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }
  .p-estimate-supplement__heading {
    font-size: 1.8rem;
  }
  .p-faq-nav {
    padding: 0px;
  }
  .p-faq-nav__list {
    display: none;
  }
  .p-faq-nav__item {
    width: 100%;
  }
  .p-faq-contents {
    padding: 40px 0;
  }
  .p-faq-list__item {
    margin-bottom: 40px;
  }
  .p-favorite__cv {
    margin-top: 20px;
    padding: 15px;
  }
  .p-lcm-lead {
    margin-top: 40px;
  }
  .p-lcm-flow {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-lcm-flow__section + .p-lcm-flow__section {
    margin-top: 75px;
  }
  .p-lcm-flow__section + .p-lcm-flow__section::before {
    top: -75px;
    height: 75px;
    background-position-y: 30px;
    background-size: 24px 15.3333px;
  }
  .p-lcm-flow__col-header {
    min-width: 110px;
  }
  .p-article .p-lcm-flow__title {
    font-size: 2rem;
  }
  .p-article .p-lcm-flow__title small {
    padding: 0 5px;
    font-size: 1.3rem;
  }
  .p-article .p-lcm-flow__title small::before, .p-article .p-lcm-flow__title small::after {
    width: 10px;
  }
  .p-article .p-lcm-flow__title small::before {
    left: -10px;
  }
  .p-article .p-lcm-flow__title small::after {
    right: -10px;
  }
  .p-lcm-flow__title--01::after {
    width: 44px;
    height: 43.5px;
  }
  .p-lcm-flow__title--02::after {
    width: 49px;
    height: 39.5px;
  }
  .p-lcm-flow__title--03::after {
    width: 39px;
    height: 33px;
  }
  .p-lcm-flow__title--04::after {
    width: 43.5px;
    height: 39px;
  }
  .p-lcm-flow__list-title {
    font-size: 1.5rem;
  }
  .p-lcm-flow__list-description {
    font-size: 1.3rem;
  }
  .p-lcm-flow-num {
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
  }
  .p-lcm-flow-box {
    padding: 15px;
  }
  .p-lcm-flow-box__inner {
    display: block;
  }
  .p-lcm-flow-box__title {
    text-align: center;
  }
  .p-lcm-flow-box__btn {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid #d5d5d5;
    border-left: none;
  }
  .p-lcm-flow-box__btn .c-btn-group--right {
    justify-content: center;
  }
  .p-lcm-flow-box__btn .p-btn-article {
    width: 100%;
    min-width: 100px;
    max-width: 200px;
  }
  .p-list-container {
    padding: 20px 0 40px;
  }
  .p-list-header {
    display: block;
    margin-bottom: 25px;
  }
  .p-list-header__right {
    align-items: flex-end;
    justify-content: space-between;
  }
  .p-display-switch {
    display: block;
  }
  .p-display-switch__label {
    margin-bottom: 3px;
  }
  .p-display-switch__btn {
    margin-right: 5px;
  }
  .p-maker-accordion {
    display: block;
  }
  .p-maker-accordion__head {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .p-maker-accordion__body {
    padding: 0;
  }
  .p-maker-check-group {
    margin: 0 -10px;
  }
  .p-maker-check-group__item {
    padding: 0 10px;
  }
  .p-news-contents {
    padding: 40px 0 60px;
  }
  .p-section__colored {
    padding: 22px 15px 38px;
  }
  .p-point-list__item {
    width: 100%;
    height: 100px;
    padding: 0 40px 0 70px;
    font-size: 1.6rem;
  }
  .p-point-list__item h3 {
    width: 100%;
    height: 100px;
    padding: 20px 0 10px 0;
    font-size: 1.6rem;
  }
  .p-point-list__item img {
    left: 20px;
    width: 37px;
    height: 50px;
    margin-top: -25px;
  }
  .p-step-unit {
    height: auto;
    padding: 38px 10px 0;
  }
  .p-step-unit__arrow {
    top: 100%;
    left: 0;
    width: 100%;
    height: 26px;
  }
  .p-step-unit__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-step-unit__num {
    width: 72px;
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
  }
  .p-step-unit__text {
    font-size: 1.8rem;
  }
  .p-step-list {
    display: block;
  }
  .p-step-list__item {
    margin-right: 0;
  }
  .p-step-list__item:not(:last-child)::after,
  .p-step-list__item:not(:last-child) .p-step-unit__arrow::after {
    left: 50%;
    margin-left: -50vw;
    border-bottom: 0;
    border-top-width: 26px;
    border-right-width: 50vw;
    border-left-width: 50vw;
  }
  .p-step-list__item:not(:last-child)::after {
    top: 100%;
    transform: translateX(0) translateY(1px);
    border-top-color: #fff;
    border-left-color: transparent;
  }
  .p-step-list__item:not(:last-child) .p-step-unit .p-step-unit__arrow::after {
    left: auto;
    border-top-color: #3e82b3;
    border-left-color: transparent;
  }
  .p-step-list__item:not(:last-child) .p-step-unit--primary .p-step-unit__arrow::after {
    border-top-color: #3e82b3;
    border-left-color: transparent;
  }
  .p-step-list__item:not(:last-child) .p-step-unit--primary-light .p-step-unit__arrow::after {
    border-top-color: #dcedfa;
    border-left-color: transparent;
  }
  .p-step-list__item:not(:last-child) .p-step-unit--gray .p-step-unit__arrow::after {
    border-top-color: #e5e5e5;
    border-left-color: transparent;
  }
  .p-step-list__item:not(:last-child) .p-step-unit--gray-light .p-step-unit__arrow::after {
    border-top-color: #f2f2f2;
    border-left-color: transparent;
  }
  .p-step-list__item:first-child .p-step-unit {
    padding-top: 20px;
  }
  .p-step-list__item:last-child .p-step-unit {
    padding-bottom: 24px;
  }
  .p-mv-slider .swiper-button-next,
  .p-mv-slider .swiper-button-prev {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .p-mv-slider .swiper-button-next::after,
  .p-mv-slider .swiper-button-prev::after {
    background-size: 42px 42px;
  }
  .p-mv-slider .swiper-button-prev {
    left: 15px;
  }
  .p-mv-slider .swiper-button-next {
    right: 15px;
  }
  .p-mv-slider .swiper-pagination {
    bottom: 20px;
  }
  .p-partner {
    padding: 40px 0 50px;
  }
  .p-news-section {
    padding: 40px 0 50px;
  }
  .p-news-section .c-title {
    margin-bottom: 24px;
  }
  .p-news-section .c-btn-group {
    margin-top: 30px;
  }
  .p-serivce-section .c-title {
    margin-bottom: 10px;
  }
  .p-serivce-section .c-lead {
    margin-bottom: 15px;
  }
  .p-serivce-section .c-btn-group {
    margin-top: 35px;
  }
  .p-step-section {
    padding: 40px 0 50px;
    overflow: hidden;
  }
  .p-step-section .c-title {
    margin-bottom: 15px;
  }
  .p-step-section .c-btn-group {
    margin-top: 35px;
  }
  .home .p-campaign-section {
    padding-bottom: 50px;
  }
  .home .p-top-lead {
    padding: 25px 0;
  }
  .p-top-notice {
    padding: 3px 13px;
  }
  .p-top-notice__item {
    display: block;
  }
  .p-top-notice__category {
    margin-bottom: 5px;
  }
  .u-sp-hidden {
    display: none !important;
  }
  .u-sp-full {
    width: 100%;
  }
}

@media screen and (max-width: 732px) {
  .p-pickup-slider-wrap {
    max-width: 280px;
  }
  .p-pickup-slider-wrap .swiper-button-next,
  .p-pickup-slider-wrap .swiper-button-prev {
    width: 15px;
    height: 27px;
  }
  .p-pickup-slider-wrap .swiper-button-next::after,
  .p-pickup-slider-wrap .swiper-button-prev::after {
    background-size: 15px 27px;
  }
  .p-pickup-slider-wrap .swiper-button-prev {
    left: -33px;
  }
  .p-pickup-slider-wrap .swiper-button-next {
    right: -33px;
  }
}

@media screen and (max-width: 640px) {
  .p-favorite-nav {
    padding-top: 5px;
  }
  .p-favorite-nav__inner {
    padding-left: 0;
  }
  .p-favorite-nav__head {
    padding-top: 15px;
  }
  .p-favorite-nav__list {
    width: 100%;
    padding: 10px 0 0 100px;
  }
  .p-favorite-nav__btn {
    z-index: 1;
    position: relative;
    width: 100%;
    padding: 10px;
    background: #f1edeb;
  }
  .p-favorite-nav__btn .c-btn-group {
    flex-wrap: nowrap;
    justify-content: center;
  }
  .p-favorite-nav__btn .c-btn {
    padding: 5px;
  }
  .p-favorite-nav .swiper-button-prev {
    left: 0;
  }
  .p-favorite-nav .swiper-button-next {
    right: 0;
  }
  .is-favorite-nav-open .p-pagetop {
    transform: translateY(-200px);
  }
}

@media screen and (max-width: 616px) {
  .p-product-list__item {
    width: 100%;
  }
  .p-product-list-wrap {
    max-width: 320px;
  }
}

@media screen and (max-width: 600px) {
  .p-lineup-group__item,
  .p-lineup-group__item--pc {
    width: 50%;
  }
  .p-lineup-group__item--wide {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .p-menu-sub__item {
    width: 50%;
  }
  .p-related-list__item {
    width: 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.c-loading {
  display: block;
  position: relative;
  width: 100%;
  min-height: 160px;
}
.c-loading__inner {
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  color: #666;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.c-loading__inner::after {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #eeeeee;
    border-top-color: #3e82b3;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: rotateload 1.1s infinite linear;
    animation: rotateload 1.1s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
@-webkit-keyframes rotateload {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateload {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}