@charset "UTF-8";
@font-face {
  font-family: NotoSans;
  src: url("../../../font/lp_coop_sapporo/NotoSansJP-Bold.otf");
}
@font-face {
  font-family: NotoSansSp;
  src: url("../../../font/lp_coop_sapporo/NotoSansJP-Medium.otf");
}
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  margin-top: 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: NotoSansSp;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  body {
    font-family: NotoSans;
    font-weight: initial;
  }
}

:focus {
  outline: none;
}

a:link,
a:hover,
a:visited,
a:active {
  color: #267dcb;
  text-decoration: underline;
}

p {
  margin-bottom: 3px;
}

p.error {
  color: #fb5154;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #e4e4e4;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #333333;
  background-color: #ffffff;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
select::placeholder {
  color: #696969;
}

.alert {
  text-align: center;
}

textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 150px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #333333;
  background-color: #ffffff;
}
textarea::placeholder {
  color: #696969;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

.checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  height: 44px;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  content: "";
}

.checkbox:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -4px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.radio {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 44px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:after {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -10px;
  width: 24px;
  height: 24px;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  content: "";
}

.radio:before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: block;
  margin-top: -4px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.err-msg {
  display: none;
  color: red;
  font-size: 10px;
  position: absolute;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .err-msg {
    font-size: 12px;
  }
}

section {
  padding: 20px 0;
  margin: auto;
}

.l-container {
  padding: 0 5%;
  max-width: 560px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-container {
    max-width: 980px !important;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container {
    padding: 0;
  }
}

img {
  max-width: 100%;
}

.u-flex_space_between {
  justify-content: space-between;
}

.u-flex_jusrify_left {
  justify-content: left;
}

.u-flex_jusrify_right {
  justify-content: right;
}

@media screen and (min-width: 768px) {
  .u-display-flex {
    flex-direction: row;
  }
}

.u-display-flex {
  display: flex;
}

.display_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .display_sp {
    display: none;
  }
}

.display_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .display_pc {
    display: block;
  }
}

.color_coop {
  color: #E63748;
}

.color_white {
  color: white;
}

.color_yellow {
  color: #FFEC00;
}

.emphasis_text {
  font-size: 18px;
  font-weight: 600;
}

.text_center {
  text-align: center;
}

.bg_light_green {
  background-color: #E63748;
}

.bg_sky {
  background-color: #007CB2;
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

.u-display-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-display-pc {
    display: block;
  }
}

.border-0 {
  border: 0 !important;
}

.text-center {
  text-align: center !important;
}

.p-0 {
  padding: 0 !important;
}

.form-submit {
  width: 85%;
  position: relative;
  margin: 20px auto 15px;
}

/* 拡大・縮小 */
.change-scale {
  -webkit-animation: change-scale 1.5s linear infinite alternate;
  animation: change-scale 1.5s linear infinite alternate;
}

@keyframes change-scale {
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.copyright_box {
  text-align: center;
  background-color: #333333;
  margin-bottom: 130px;
}
@media screen and (min-width: 1000px) {
  .copyright_box {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .copyright_box {
    margin-bottom: 120px;
  }
}
.copyright_box p {
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
  font-size: 11px;
}

.fixed-bottom {
  display: block !important;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}

#tracking_footer {
  display: none;
}
#tracking_footer .coop_footer {
  padding: 0;
}
#tracking_footer .coop_footer .footer_title_box {
  background-color: #ffecd8;
  text-align: center;
}
#tracking_footer .coop_footer .footer_title_box p {
  margin: 0;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #tracking_footer .coop_footer .footer_title_box p {
    font-size: 15px;
  }
}
#tracking_footer .coop_footer .footer_cta_background {
  background-color: #FFE7EB;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  #tracking_footer .coop_footer .footer_cta_background .footer_cta_box {
    gap: 20px;
  }
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .pc_logo {
  display: none;
}
@media screen and (min-width: 768px) {
  #tracking_footer .coop_footer .footer_cta_background .footer_cta_box .pc_logo {
    display: block;
    width: 10%;
  }
}
@media screen and (min-width: 1000px) {
  #tracking_footer .coop_footer .footer_cta_background .footer_cta_box .pc_logo {
    width: 7%;
  }
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .cta_message {
  display: none;
}
@media screen and (min-width: 768px) {
  #tracking_footer .coop_footer .footer_cta_background .footer_cta_box .cta_message {
    display: block;
    width: 22%;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  #tracking_footer .coop_footer .footer_cta_background .footer_cta_box .cta_message p {
    margin: 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  #tracking_footer .coop_footer .footer_cta_background .footer_cta_box .cta_message p {
    letter-spacing: 4px;
    font-size: 20px;
  }
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .phone_btn {
  width: 50%;
}
@media screen and (min-width: 768px) {
  #tracking_footer .coop_footer .footer_cta_background .footer_cta_box .phone_btn {
    width: 35%;
  }
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .phone_btn > a {
  text-decoration: none;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel {
  position: relative;
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel__line__number {
  display: none;
}
@media screen and (min-width: 768px) {
  #tracking_footer .coop_footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel__line__number {
    display: block;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 25%;
    left: 25%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1000px) {
  #tracking_footer .coop_footer .footer_cta_background .footer_cta_box .phone_btn__footer__cta__tel__line__number {
    font-size: 1.4rem;
    bottom: 30%;
    left: 27%;
  }
}
#tracking_footer .coop_footer .footer_cta_background .footer_cta_box .web_btn {
  width: 44%;
}
@media screen and (min-width: 768px) {
  #tracking_footer .coop_footer .footer_cta_background .footer_cta_box .web_btn {
    width: 35%;
  }
}

.l-header {
  width: 100%;
}
.l-header__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
  .l-header__content {
    justify-content: space-between;
  }
}
.l-header__content__logo {
  max-height: 40px;
  color: #E63748;
}
@media screen and (min-width: 768px) {
  .l-header__content__logo {
    max-height: 50px;
  }
}
.l-header__content__tel {
  width: 280px;
  color: #E63748;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__content__tel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    margin-top: -5px;
  }
}
.l-header__content__tel__line1 {
  display: flex;
  align-items: baseline;
  height: 40px;
}
.l-header__content__tel__line1 img {
  width: 20px;
}
.l-header__content__tel__line1__number {
  color: #eb3f55;
  font-size: 32px;
  margin-left: 3px;
  font-weight: bold;
}
.l-header__content__tel__bussinesstime {
  width: 80%;
  color: black;
  font-family: arial;
  margin-left: 10px;
  font-size: 14px;
  letter-spacing: 2px;
}

.about_company_box {
  margin-bottom: 40px;
}
.about_company_box .about_company_title {
  text-align: center;
}
.about_company_box .about_company_title h2 {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .about_company_box .about_company_title h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) {
  .about_company_box .about_company_main_box {
    border: 2px solid #acacac;
    padding: 20px 45px;
  }
}
@media screen and (min-width: 1000px) {
  .about_company_box .about_company_main_box {
    padding: 20px 20%;
  }
}
@media screen and (min-width: 768px) {
  .about_company_box .about_company_main_box .about_company_main {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .about_company_box .about_company_main_box .about_company_main .sub_title_box {
    width: 20%;
  }
}
.about_company_box .about_company_main_box .about_company_main .sub_title_box h3 {
  color: #267dcb;
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .about_company_box .about_company_main_box .about_company_main .text_box {
    width: 80%;
    margin-top: 18px;
    padding-left: 13%;
  }
}
.about_company_box .about_company_main_box .about_company_main .text_box .about_company_text {
  margin-top: 5px;
  font-size: 16px;
}

.about-service {
  background-color: #e5e5e5;
}
@media screen and (min-width: 768px) {
  .about-service {
    padding: 3rem 0;
  }
}
.about-service .l-container {
  max-width: 1030px !important;
}
.about-service__container {
  background-color: #ffffff;
  border-radius: 10px;
  height: fit-content;
  padding: 0.8rem 0;
}
.about-service__heading h2 {
  color: #272829;
  text-align: center;
  font-size: 21px;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .about-service__heading h2 {
    font-size: 2rem;
  }
}
.about-service__heading {
  width: 100%;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .about-service__heading {
    width: 80%;
  }
}
.about-service__heading__beginner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.about-service__heading__beginner img {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .about-service__heading__title {
    letter-spacing: -2px;
  }
}
.about-service__text-detail {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.about-service__text-detail .emphasis {
  font-weight: bold;
  margin: 0;
  letter-spacing: 2.5px;
  margin-bottom: 5px;
  color: #E63748;
  display: inline-block;
  font-size: 22px;
  position: relative;
  z-index: 10;
}
.about-service__text-detail .emphasis::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 10px;
  transition: 0.2s;
  background-color: #ffec00;
  width: 100%;
  z-index: -1;
}
.about-service__content {
  max-width: 100%;
  position: relative;
  margin: 50px auto 20px;
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  .about-service__content {
    max-width: 80%;
    margin: 50px auto 30px;
  }
}
.about-service__content__first {
  position: relative;
}
.about-service__content__first__text {
  display: block;
  text-align: center;
  background-color: #e5e5e5;
  font-size: 14px;
  padding: 15px 15px 15px 50px;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .about-service__content__first__text {
    font-size: 20px;
    padding: 20px 100px;
  }
}
.about-service__content__first__text::before {
  content: "";
  background-image: url(../images/fix/illustration01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .about-service__content__first__text::before {
    height: 95px;
    width: 90px;
    left: auto;
    margin-left: -110px;
  }
}
.about-service__content__secondary {
  position: relative;
  border-radius: 3px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about-service__content__secondary {
    margin-top: 70px;
  }
}
.about-service__content__secondary__text {
  display: block;
  text-align: center;
  background-color: #FFE7EB;
  font-size: 14px;
  padding: 15px 70px 15px 15px;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .about-service__content__secondary__text {
    font-size: 20px;
    padding: 20px 100px;
    letter-spacing: -1px;
  }
}
.about-service__content__secondary__text::before {
  content: "";
  background-image: url(../../lp_coop_shiga/images/fix/point.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 130px;
  position: absolute;
  height: 30px;
  top: -15px;
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (min-width: 768px) {
  .about-service__content__secondary__text::before {
    width: 150px;
    height: 40px;
    top: -20px;
  }
}
.about-service__content__secondary__text::after {
  content: "";
  background-image: url(../images/fix/illustration02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 120px;
  position: absolute;
  bottom: -8px;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .about-service__content__secondary__text::after {
    height: 130px;
    width: 120px;
    bottom: -8px;
  }
}

.bnr-refund-coop {
  padding: 0;
  background-image: url(../../images/refund/sp/background_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop {
    background-image: url(../../images/refund/pc/background_pc.png);
  }
}
.bnr-refund-coop__container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 5%;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop__container {
    padding: 60px 5%;
  }
}
@media screen and (min-width: 1000px) {
  .bnr-refund-coop__container {
    padding: 60px 0;
  }
}
.bnr-refund-coop__container__title {
  text-align: center;
  margin-bottom: 20px;
}
.bnr-refund-coop__container__title h2 {
  margin: 0;
}
.bnr-refund-coop__container__title h2 img {
  width: auto;
  height: auto;
}
.bnr-refund-coop .title-wrap {
  position: relative;
}
.bnr-refund-coop .title-wrap .sub-tt {
  height: 25px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .title-wrap .sub-tt {
    height: 30px;
  }
}
.bnr-refund-coop .title-wrap .main-tt {
  width: 100%;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .title-wrap .main-tt {
    height: 35px;
  }
}
.bnr-refund-coop .img-wrap {
  position: relative;
  max-width: 350px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .img-wrap {
    max-width: unset;
    margin: auto;
  }
}
.bnr-refund-coop .img-wrap p {
  position: absolute;
  font-size: 1rem;
}
.bnr-refund-coop .img-wrap .refund-month {
  word-break: keep-all;
  transform: translateX(-50%);
  width: fit-content;
  font-size: 20px;
  left: 29%;
  top: 16%;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .img-wrap .refund-month {
    font-size: 25px;
    top: 25%;
    left: 39%;
  }
}
@media screen and (min-width: 1000px) {
  .bnr-refund-coop .img-wrap .refund-month {
    font-size: 30px;
    top: 26%;
    left: 39%;
  }
}
.bnr-refund-coop .img-wrap .refund-month span {
  font-weight: bold;
  font-size: 6vw;
}
@media screen and (min-width: 500px) {
  .bnr-refund-coop .img-wrap .refund-month span {
    font-size: 24px;
  }
}
.bnr-refund-coop .img-wrap .p-return__priceLPrice {
  top: 32.5%;
  left: 15%;
}
@media screen and (min-width: 500px) {
  .bnr-refund-coop .img-wrap .p-return__priceLPrice {
    top: 33%;
    left: 4%;
  }
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .img-wrap .p-return__priceLPrice {
    top: 46%;
    left: 33%;
  }
}
.bnr-refund-coop .img-wrap .p-return__priceLPrice .refund-amount {
  display: inline-block;
  text-align: center;
  font-size: 12vw;
  width: 47.5vw;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 500px) {
  .bnr-refund-coop .img-wrap .p-return__priceLPrice .refund-amount {
    font-size: 50px;
    max-width: 278px;
  }
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .img-wrap .p-return__priceLPrice .refund-amount {
    font-size: 9vw;
    width: 29vw;
    max-width: inherit;
  }
}
@media screen and (min-width: 1000px) {
  .bnr-refund-coop .img-wrap .p-return__priceLPrice .refund-amount {
    font-size: 92px;
    width: 320px;
  }
}
.bnr-refund-coop .img-wrap .p-return__priceLPrice span {
  font-weight: bold;
  font-size: 16px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .img-wrap .p-return__priceLPrice span {
    font-size: 26px;
  }
}
@media screen and (min-width: 1000px) {
  .bnr-refund-coop .img-wrap .p-return__priceLPrice span {
    font-size: 28px;
  }
}
.bnr-refund-coop .img-wrap .refund-txt {
  font-size: 1.2vw;
  letter-spacing: -0.08em;
  position: absolute;
  top: 70%;
  left: 4%;
}
@media screen and (min-width: 1000px) {
  .bnr-refund-coop .img-wrap .refund-txt {
    font-size: 12px;
    letter-spacing: -0.04em;
    top: 320px;
  }
}
.bnr-refund-coop__btn {
  width: 300px;
  background: #00366e;
  border-radius: 8px;
  height: 46px;
  margin: 15px auto 0;
  box-shadow: 2px 3px 4px 0px grey;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop__btn {
    height: 52px;
    margin: 30px auto 0;
    width: 400px;
  }
}
.bnr-refund-coop__btn a {
  text-align: center;
  color: white;
  text-decoration: none;
}
.bnr-refund-coop__btn p {
  margin-top: 0;
  padding-top: 13px;
}
.bnr-refund-coop__btn p img {
  float: right;
  margin-right: 20px;
}
.bnr-refund-coop .should #countdown,
.bnr-refund-coop .should #textContent1,
.bnr-refund-coop .should #textContent2 {
  display: none;
}
.bnr-refund-coop .should .the_end_March {
  display: none;
}
.bnr-refund-coop .should__title, .bnr-refund-coop .should__first-content, .bnr-refund-coop .should__second-content {
  text-align: center;
}
.bnr-refund-coop .should__title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .should__title {
    display: flex;
    justify-content: center;
  }
}
.bnr-refund-coop .should__title__avatar {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .should__title__avatar {
    margin-top: 80px;
  }
}
.bnr-refund-coop .should__first-content {
  position: relative;
  margin: 13px auto 10px;
  top: -19px;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .should__first-content {
    top: -42px;
    margin: 30px auto 15px auto;
  }
}
.bnr-refund-coop .should__first-note {
  margin: 0;
  color: #ffffff;
  font-family: Noto Sans;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  font-size: 14px;
  margin-top: -25px;
  padding: 10px 0 20px;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .should__first-note {
    margin-top: -45px;
    font-size: 18px;
  }
}
.bnr-refund-coop .should__break-line {
  display: block;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .should__break-line {
    display: none;
  }
}
.bnr-refund-coop .should__second-content {
  padding: 0;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .should__second-content {
    font-size: 24px;
    padding: 40px 0 15px;
  }
}
.bnr-refund-coop .should__second-content__countdown {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 270px;
  margin: 0 auto;
  top: 53.5%;
  left: 0;
  right: 0;
  transform: translate(0%, 0%);
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .should__second-content__countdown {
    width: 390px;
    top: 57.5%;
  }
}
.bnr-refund-coop .should__second-content__countdown div {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.bnr-refund-coop .should__second-content__countdown div p span {
  font-family: Helvetica;
  font-size: 29px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #FF4D4D;
}
@media screen and (min-width: 768px) {
  .bnr-refund-coop .should__second-content__countdown div p span {
    font-family: Helvetica;
    font-size: 45px;
    line-height: 52px;
    letter-spacing: -0.02em;
  }
}
.bnr-refund-coop .should__second-content__countdown .should__second-content__countdown h3,
.bnr-refund-coop .should__second-content__countdown .should__second-content__countdown p {
  margin: 0;
}

.campaign {
  padding: 15px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .campaign {
    padding-bottom: 4px;
    margin-bottom: 2rem;
  }
}
.campaign__heading {
  position: absolute;
  z-index: 100;
  top: -7px;
  width: 100%;
  height: 100px;
  left: 50%;
  max-width: 485px;
  transform: translateX(-50%);
}
.campaign .campaign-sub {
  background-color: #ffffff;
  margin-top: -1rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .campaign .campaign-sub {
    display: none;
  }
}
.campaign .campaign-sub__content {
  width: 100%;
}
.campaign .campaign-sub__content__main {
  width: 100%;
}
.campaign .campaign-sub__content__main__upper {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.campaign .campaign-sub__content__main__upper img {
  width: 100%;
}
.campaign .campaign-sub__content__main__upper__text {
  position: absolute;
  top: 70%;
  width: 90%;
  display: flex;
  justify-content: center;
}
.campaign .campaign-sub__content__main__upper__text__border {
  width: 100%;
  font-size: 3.5vw;
  border: solid 1px #57585A;
  border-radius: 6vw;
  color: #57585A;
  letter-spacing: 1px;
  text-align: center;
}
.campaign .campaign-sub__ast {
  margin-left: 13px;
}
@media screen and (max-width: 767px) {
  .campaign .campaign-sub__ast {
    font-size: 14px;
  }
}
.campaign .campaign-sub__cta img {
  position: absolute;
  width: 90%;
  margin-top: -47%;
  margin-left: 5%;
  margin-right: 5%;
}
.campaign .campaign-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .campaign .campaign-pc {
    display: flex;
    justify-content: center;
    position: relative;
  }
  .campaign .campaign-pc__main {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .campaign .campaign-pc__main img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .campaign .campaign-pc__main img {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .campaign .campaign-pc__main__upper__text {
    position: absolute;
    top: 59%;
    width: 90%;
    display: flex;
    justify-content: center;
  }
  .campaign .campaign-pc__main__upper__text__border {
    color: #57585A;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .campaign .campaign-pc__main__upper__text__border {
    font-size: 2.3vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .campaign .campaign-pc__main__upper__text__border {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .campaign .campaign-pc__period {
    position: absolute;
    bottom: 34%;
    right: 48%;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .campaign .campaign-pc__period {
    bottom: 34.1%;
    right: 38%;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .campaign .campaign-pc__period {
    right: 46.5%;
  }
}
@media screen and (min-width: 768px) {
  .campaign .campaign-pc__ast-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 77px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .campaign .campaign-pc__ast-wrap {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .campaign .campaign-pc__ast {
    display: flex;
    letter-spacing: -1px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .campaign .campaign-pc__ast {
    font-size: 11.5px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .campaign .campaign-pc__ast {
    font-size: 16px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .campaign .campaign-pc__cta > a {
    text-decoration: none;
  }
  .campaign .campaign-pc__cta {
    margin-top: -16px;
  }
  .campaign .campaign-pc__cta__tel {
    position: relative;
  }
  .campaign .campaign-pc__cta__tel__line__number {
    color: #ffffff;
    position: absolute;
    top: -8%;
    left: 32%;
    font-weight: bold;
    font-size: 3.3vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .campaign .campaign-pc__cta__tel__line__number {
    font-size: 2rem;
  }
}

.choice-reason {
  padding: 0;
  margin-bottom: 50px;
}
.choice-reason_background {
  overflow: hidden;
}
.choice-reason_background .back_ground {
  background-color: #F8F6E9;
  border-bottom-left-radius: 1000px 300px;
  border-bottom-right-radius: 1000px 300px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  overflow: hidden;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .choice-reason_background .back_ground {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .choice-reason_background .back_ground {
    border-bottom-left-radius: 1000px 200px;
    border-bottom-right-radius: 1000px 200px;
    padding-bottom: 90px;
  }
}
.choice-reason_background .choice-reason_title {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .choice-reason_background .choice-reason_title {
    margin-bottom: 80px;
  }
}
.choice-reason_background .choice-reason_title_img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .choice-reason_background .choice-reason_title_img {
    width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .choice-reason_main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.choice-reason_main_box {
  margin-bottom: 30px;
  border: 3px solid #007CB2;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .choice-reason_main_box {
    width: 48%;
    margin-bottom: 60px;
    padding-top: 20px;
    margin-bottom: 60px;
  }
}
.choice-reason_main_box_position {
  position: relative;
}
.choice-reason_main_box_position img {
  position: absolute;
  width: 95px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .choice-reason_main_box_position img {
    width: 70px;
    top: -80px;
  }
}
.choice-reason_main_text {
  margin: 0px 20px 20px 20px;
}
.choice-reason_main_text .reason_title {
  text-align: center;
  color: #007CB2;
  font-size: 22px;
  margin-bottom: 0;
}
.choice-reason_main_text .reason_text {
  font-size: 16px;
}
.choice-reason .licenses-return {
  position: relative;
  margin-top: 50px;
}
.choice-reason .licenses-return_background {
  position: absolute;
  top: -67px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return_background {
    top: -250px;
  }
}
@media screen and (min-width: 1000px) {
  .choice-reason .licenses-return_background {
    top: -300px;
  }
}
.choice-reason .licenses-return_title_box .licenses-return_title {
  color: #ffffff;
  font-size: 16px;
  line-height: 34px;
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return_title_box .licenses-return_title {
    line-height: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .choice-reason .licenses-return_title_box .licenses-return_title {
    line-height: 52px;
  }
}
.choice-reason .licenses-return_title_box .licenses-return_title .blue_line {
  background-color: #007CB2;
  padding: 0 8px;
}
.choice-reason .licenses-return_title_box .pc_title {
  display: none;
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return_title_box .sp_title {
    display: none;
  }
  .choice-reason .licenses-return_title_box .pc_title {
    display: block;
    font-size: 22px;
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .choice-reason .licenses-return_title_box .pc_title {
    font-size: 27px;
  }
}
.choice-reason .licenses-return .pc_layout {
  display: flex;
  flex-wrap: wrap;
}
.choice-reason .licenses-return .pc_layout .licenses-return_text_box {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return .pc_layout .licenses-return_text_box {
    width: 55%;
    margin-top: 20px;
  }
}
.choice-reason .licenses-return .pc_layout .licenses-return_text_box .licenses-return_text {
  font-size: 16px;
  line-height: 30px;
}
@media screen and (min-width: 1000px) {
  .choice-reason .licenses-return .pc_layout .licenses-return_text_box .licenses-return_text {
    font-size: 16px;
  }
}
.choice-reason .licenses-return .pc_layout .licenses-return_text_box .licenses-return_text .pc_br {
  display: none;
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return .pc_layout .licenses-return_text_box .licenses-return_text .pc_br {
    display: block;
  }
}
.choice-reason .licenses-return .pc_layout .licenses-return_photo_box {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return .pc_layout .licenses-return_photo_box {
    width: 40%;
    margin: 90px 0 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  .choice-reason .licenses-return .pc_layout .licenses-return_photo_box {
    margin: 50px 0 0 20px;
  }
}
.choice-reason .licenses-return_sub_title {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return_sub_title {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .choice-reason .licenses-return_sub_title {
    margin-top: 60px;
  }
}
.choice-reason .licenses-return_sub_title img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return_sub_title img {
    width: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .choice-reason .licenses-return_sub_title img {
    width: 350px;
  }
}
.choice-reason .licenses-return_sub_title h2 {
  color: #E63748;
  margin-top: 5px;
  font-size: 22px;
  line-height: normal;
}
@media screen and (min-width: 400px) {
  .choice-reason .licenses-return_sub_title h2 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return_sub_title h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .choice-reason .licenses-return_sub_title h2 {
    font-size: 26px;
    letter-spacing: 3px;
  }
}
.choice-reason .licenses-return_sub_title h2 .sp_br {
  display: block;
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return_sub_title h2 .sp_br {
    display: none;
  }
}
.choice-reason .licenses-return_sub_title h2 b {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return_sub_title h2 b {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .choice-reason .licenses-return_sub_title h2 b {
    font-size: 34px;
  }
}
.choice-reason .licenses-return_sub_title_sp_emp {
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .choice-reason .licenses-return_sub_title_sp_emp {
    font-size: 22px;
  }
}
.choice-reason__cta {
  text-align: center;
  margin: 50px 20px 0;
}
@media screen and (min-width: 768px) {
  .choice-reason__cta {
    margin: 50px auto 0;
    width: 700px;
  }
}
.choice-reason__cta__tel {
  position: relative;
}
.choice-reason__cta__tel__line__number {
  color: #ffffff;
  position: absolute;
  top: -10%;
  left: 32%;
  font-weight: bold;
  font-size: 2.8rem;
}
.choice-reason__cta__tel img {
  width: 100%;
}

.diff-used-haisha {
  padding: 0;
}
.diff-used-haisha .bg_sky_separate {
  background-color: #007CB2;
  position: relative;
}
.diff-used-haisha .bg_sky_separate::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 50px #E0F6FF;
  border-right: solid 50vw rgba(0, 0, 0, 0);
  z-index: 100;
}
.diff-used-haisha .bg_sky_separate::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 50px #E0F6FF;
  border-left: solid 50vw rgba(0, 0, 0, 0);
  z-index: 100;
}
.diff-used-haisha .bg_light_blue_separeate {
  background-color: #E0F6FF;
  position: relative;
  border-bottom: 1px solid #E0F6FF;
}
.diff-used-haisha .bg_light_blue_separeate__main {
  max-width: 330px;
  margin: auto;
  padding: 25px 0 17px;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha .bg_light_blue_separeate__main {
    padding: 40px 0 0;
  }
}
.diff-used-haisha .bg_img_separeate {
  background-image: url(../images/fix/sp/bg_bussiness_person_x2.png);
  position: relative;
  background-size: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha .bg_img_separeate {
    background-image: url(../images/fix/pc/bg_bussiness_person_x2.png);
  }
}
.diff-used-haisha .bg_img_separeate p {
  margin: 0;
  text-align: center;
}
.diff-used-haisha .bg_img_separeate .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50vw 0px 50vw;
  border-color: #E0F6FF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.diff-used-haisha .bg_img_separeate__heading {
  text-align: center;
  font-size: 30px;
  margin-top: 1.25rem !important;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha .bg_img_separeate__heading {
    margin-top: 2rem !important;
  }
}
.diff-used-haisha .bg_img_separeate__sample-img {
  display: flex;
  justify-content: center;
  margin: 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha .bg_img_separeate__sample-img {
    margin: 2rem 0;
  }
}
.diff-used-haisha .bg_img_separeate__mid-text {
  margin: 1rem 0;
  font-size: 16px;
}
.diff-used-haisha .bg_img_separeate__mid-text {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha .bg_img_separeate__mid-text {
    font-size: 18px;
  }
}
.diff-used-haisha .bg_img_separeate__mid-text__price {
  font-size: 30px;
  color: #FFEC00;
}
.diff-used-haisha .bg_img_separeate__mid-text__notpur {
  font-size: 30px;
  color: #FFEC00;
  padding-top: 10px;
  background-position: left -2px;
  background-repeat: repeat-x;
  background-size: 34px 23px;
  background-image: radial-gradient(3px 3px at center center, #FFEC00, #FFEC00 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.diff-used-haisha .bg_img_separeate__lower {
  margin: 0 6px;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha .bg_img_separeate__lower {
    max-width: 500px;
    margin: auto;
  }
}
.diff-used-haisha__heading {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha__heading {
    margin-bottom: 2rem;
    padding-top: 1.25rem;
  }
}
.diff-used-haisha__heading__upper {
  font-size: 18px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha__heading__upper {
    font-size: 24px;
  }
}
.diff-used-haisha__heading__lower {
  font-size: 30px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha__heading__lower {
    font-size: 40px;
    letter-spacing: 5px;
  }
}
.diff-used-haisha__question {
  display: flex;
  flex-direction: column;
}
.diff-used-haisha__question__ballon {
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha__question__ballon {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
  }
}
.diff-used-haisha__question .question_person {
  display: flex;
  justify-content: right;
  margin-bottom: -34px;
  margin-top: -79px;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha__question .question_person {
    justify-content: center;
    margin-bottom: -100px;
    margin-top: -80px;
  }
}
.diff-used-haisha__question .question_person img {
  width: 125px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .diff-used-haisha__question .question_person img {
    width: 200px;
  }
}

.coop_faq .faq_box {
  margin-bottom: 50px;
}
.coop_faq .faq_box .faq_title_box {
  text-align: center;
  border-bottom: 2px solid #acacac;
}
.coop_faq .faq_box .faq_title_box .faq_title {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .coop_faq .faq_box .faq_title_box .faq_title {
    font-size: 45px;
  }
}
.coop_faq .faq_box .faq_main_box {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #acacac;
}
.coop_faq .faq_box .faq_main_box .question_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.coop_faq .faq_box .faq_main_box .question_box .question_span_box {
  width: 15%;
}
@media screen and (min-width: 768px) {
  .coop_faq .faq_box .faq_main_box .question_box .question_span_box {
    width: 12%;
  }
}
@media screen and (min-width: 1000px) {
  .coop_faq .faq_box .faq_main_box .question_box .question_span_box {
    width: 7%;
  }
}
.coop_faq .faq_box .faq_main_box .question_box .question_span_box span {
  background: #267dcb;
  color: #fff;
  margin-right: 15px;
  font-size: 23px;
  font-family: sans-serif;
  width: 40px;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.coop_faq .faq_box .faq_main_box .question_box .question_text_box {
  width: 85%;
}
.coop_faq .faq_box .faq_main_box .question_box .question_text_box p {
  margin-top: 0;
  font-size: 20px;
  color: #267dcb;
}
@media screen and (min-width: 1000px) {
  .coop_faq .faq_box .faq_main_box .question_box .question_text_box p {
    font-size: 26px;
  }
}
.coop_faq .faq_box .faq_main_box .answer_box {
  display: flex;
  flex-wrap: wrap;
}
.coop_faq .faq_box .faq_main_box .answer_box .answer_span_box {
  width: 15%;
}
@media screen and (min-width: 768px) {
  .coop_faq .faq_box .faq_main_box .answer_box .answer_span_box {
    width: 12%;
  }
}
@media screen and (min-width: 1000px) {
  .coop_faq .faq_box .faq_main_box .answer_box .answer_span_box {
    width: 7%;
  }
}
.coop_faq .faq_box .faq_main_box .answer_box .answer_span_box span {
  background: #E63748;
  color: #fff;
  margin-right: 15px;
  font-size: 23px;
  font-family: sans-serif;
  width: 40px;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.coop_faq .faq_box .faq_main_box .answer_box .answer_text_box {
  width: 85%;
}
.coop_faq .faq_box .faq_main_box .answer_box .answer_text_box p {
  margin-top: 0;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .coop_faq .faq_box .faq_main_box .answer_box .answer_text_box p {
    font-size: 18px;
  }
}
.coop_faq .faq_box .faq_main_box .answer_box .answer_text_box .pc_display {
  display: none;
}
@media screen and (min-width: 768px) {
  .coop_faq .faq_box .faq_main_box .answer_box .answer_text_box .pc_display {
    display: block;
  }
}

.coop-flow {
  padding: 0;
}
.coop-flow_background {
  background-image: url(../images/sp/bg_3.svg);
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.coop-flow_title {
  text-align: center;
  padding-top: 30px;
  letter-spacing: 3px;
}
.coop-flow_title h2 {
  margin-top: 0;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .coop-flow_title h2 {
    font-size: 45px;
    letter-spacing: 10px;
  }
}
@media screen and (min-width: 768px) {
  .coop-flow_main {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .coop-flow_main {
    width: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .coop-flow_main {
    width: 45%;
  }
}
.coop-flow_main_box {
  position: relative;
  margin: 0 20px 30px 20px;
  border: 3px solid #007CB2;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box {
    padding: 40px;
    margin: 0 20px 70px 20px;
  }
}
.coop-flow_main_box .coop-flow_main_title {
  border-bottom: 3px dashed #007CB2;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .coop-flow_main_title {
    width: 60%;
  }
}
.coop-flow_main_box .coop-flow_main_title p {
  color: #007CB2;
  font-size: 20px;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .coop-flow_main_title p {
    font-size: 28px;
    letter-spacing: 5px;
  }
}
@media screen and (min-width: 900px) {
  .coop-flow_main_box .coop-flow_main_title p {
    font-size: 30px;
    letter-spacing: 10px;
  }
}
.coop-flow_main_box .coop-flow_main_title p .title_number {
  border-radius: 50%;
  padding: 0 8px;
  background: #007CB2;
  color: #ffffff;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .coop-flow_main_title p .title_number {
    letter-spacing: 0;
    padding: 0 14px;
  }
}
.coop-flow_main_box .main_flex_box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .main_flex_box {
    position: relative;
  }
}
.coop-flow_main_box .main_flex_box .coop-flow_main_text {
  width: 60%;
  margin-right: 10px;
}
.coop-flow_main_box .main_flex_box .coop-flow_main_text p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .main_flex_box .coop-flow_main_text p {
    font-size: 18px;
  }
}
.coop-flow_main_box .main_flex_box .coop-flow_main_photo {
  width: 30%;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .main_flex_box .coop-flow_main_photo {
    position: absolute;
    top: -30%;
    left: 69%;
  }
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .main_flex_box .change_position2 {
    top: 0%;
  }
}
@media screen and (min-width: 1000px) {
  .coop-flow_main_box .main_flex_box .change_position2 {
    top: -70%;
  }
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .main_flex_box .change_position3 {
    top: 0%;
  }
}
@media screen and (min-width: 1000px) {
  .coop-flow_main_box .main_flex_box .change_position3 {
    top: -40%;
  }
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .main_flex_box .change_position4 {
    top: 0%;
  }
}
@media screen and (min-width: 1000px) {
  .coop-flow_main_box .main_flex_box .change_position4 {
    top: -40%;
  }
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .main_flex_box .change_position5 {
    top: 0%;
  }
}
@media screen and (min-width: 900px) {
  .coop-flow_main_box .main_flex_box .change_position5 {
    top: -25%;
  }
}
@media screen and (min-width: 1000px) {
  .coop-flow_main_box .main_flex_box .change_position5 {
    top: -40%;
  }
}
.coop-flow_main_box .display_sp {
  margin: 5px 0 10px 0;
}
.coop-flow_main_box .display_sp a {
  text-decoration: none;
}
.coop-flow_main_box .display_sp__p__content__tel {
  position: relative;
}
.coop-flow_main_box .display_sp__p__content__tel > img {
  width: 18px;
}
.coop-flow_main_box .display_sp__p__content__tel > p {
  font-size: 12px;
  padding-left: 5px;
  color: black;
}
.coop-flow_main_box .display_sp__p__content__tel__number {
  position: absolute;
  bottom: 36%;
  left: 20px;
  font-size: 26px;
  color: #EB3F55;
}
.coop-flow_main_box .display_pc {
  display: none;
  position: relative;
}
.coop-flow_main_box .display_pc__cta__tel__line__number {
  color: #ffffff;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .display_pc__cta__tel__line__number {
    top: 24%;
    left: 39%;
    font-weight: bold;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .coop-flow_main_box .display_pc__cta__tel__line__number {
    top: 25%;
    left: 39%;
    font-weight: bold;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .coop-flow_main_box .display_pc__cta__tel__line__number {
    top: 23%;
    left: 39%;
    font-weight: bold;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1600px) {
  .coop-flow_main_box .display_pc__cta__tel__line__number {
    top: 24%;
    left: 39%;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1670px) {
  .coop-flow_main_box .display_pc__cta__tel__line__number {
    top: 21%;
    left: 39%;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .display_pc {
    display: block;
  }
  .coop-flow_main_box .display_sp {
    display: none;
  }
  .coop-flow_main_box .call_photo {
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 5px;
    text-align: center;
  }
  .coop-flow_main_box .call_photo img {
    width: 100%;
  }
  .coop-flow_main_box .call_photo p {
    color: black;
    font-size: 14px;
    margin-top: 0px;
    margin-left: 5%;
  }
}
.coop-flow_main_box .flow_triangle {
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #007CB2 transparent transparent transparent;
  left: 43%;
  top: 100%;
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .flow_triangle {
    left: 45%;
    top: 110%;
    border-width: 30px 30px 0 30px;
  }
}
@media screen and (min-width: 1000px) {
  .coop-flow_main_box .flow_triangle {
    left: 47%;
    top: 111%;
  }
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .change_position_triangle {
    top: 107%;
  }
}
.coop-flow_main_box .transfer_message_box {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .transfer_message_box {
    text-align: center;
  }
}
.coop-flow_main_box .transfer_message_box .transfer_message {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .coop-flow_main_box .transfer_message_box .transfer_message {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .coop-flow_main_box .transfer_message_box .transfer_message {
    font-size: 22px;
    letter-spacing: 5px;
  }
}
.coop-flow_main_box .transfer_message_box .transfer_message span {
  color: #E63748;
}
@media screen and (min-width: 768px) {
  .coop-flow_main_box .transfer_message_box .transfer_message .sp_br {
    display: none;
  }
}
.coop-flow_main .change_back_color {
  background: #F8F6E9;
  padding: 10px 40px;
}
.coop-flow .cancel_policy {
  background-color: #e4e4e4;
}
.coop-flow .cancel_policy_box {
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .coop-flow .cancel_policy_box {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .coop-flow .cancel_policy_box {
    width: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .coop-flow .cancel_policy_box {
    width: 45%;
  }
}
.coop-flow .cancel_policy_title h3 {
  margin: 0;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .coop-flow .cancel_policy_text p {
    line-height: 30px;
    letter-spacing: 1px;
  }
}
.coop-flow .cancel_policy_text .pc_br {
  display: none;
}
@media screen and (min-width: 768px) {
  .coop-flow .cancel_policy_text .pc_br {
    display: block;
  }
}

.form-step-wrap {
  background-color: #DCF2FE;
}

.form-col2 {
  padding-top: 10px;
}

.form2-wrap .form-col2 {
  background-color: #e4e4e4;
}

.form2-wrap .form-col2 {
  margin-top: 0;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .form2-wrap .form-col2 {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
.form-col2__title {
  max-width: 400px;
  margin: auto;
}

.form-col2__title img {
  display: block;
  margin: auto;
  width: 80%;
  margin-bottom: 15px;
}

.form-col2 .form-submit {
  width: 90%;
}

.form2_top {
  background-color: #e6f2ff;
  padding: 20px 0px;
  border-bottom: 5px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .form2_top {
    padding: 30px 0px;
    border-bottom: none;
  }
}
.form2_top .form-col2__title img:last-child {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .form2_top .form-col2__title img:last-child {
    margin-bottom: 0px;
  }
}
.form2_top .form2_box {
  background: transparent;
  border: none;
  padding-bottom: 0px;
}

.form2_top .form2_box .form2_box_item {
  background-color: #ffffff;
}

.form2_top .form2_box .form2_box_item .form2_box_column {
  padding-bottom: 15px;
}

.form2_top .submit-wrap {
  background-color: #ffffff;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .form2_top .submit-wrap {
    background: transparent;
    border: none;
    padding-top: 30px;
  }
}
.form2_top .bnr-contact {
  display: none;
}

.form2-header {
  margin-bottom: initial;
}

.form2 {
  text-align: center;
}

.form2_box {
  background-color: #ffffff;
  max-width: 800px;
  margin: auto;
  padding: 0;
  display: block;
}

@media screen and (min-width: 768px) {
  .form2_box {
    border: 1px solid #e4e4e4;
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
}
.form2_box label {
  font-size: 12px;
}

.form2_box_item {
  flex-basis: 49%;
}

.form2_box_item_title {
  color: #fff;
  padding: 2px;
  background-color: #007CB2;
}

.form2_box_column {
  padding: 5px 15px 15px;
  border: 1px solid #e4e4e4;
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .form2_box_column {
    border: none;
    padding: 5px 15px 8px;
  }
}
.form2_box_column_item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-basis: 50%;
}

.form2_box_column_item.ab-email {
  display: none;
}

.form2_box_column_item_box {
  margin-top: 10px;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .form2_box_column_item_box {
    margin-top: initial;
  }
}
.form2_box_column_item_required,
.form2_box_column_item_optional {
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 10px;
  color: #fff;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .form2_box_column_item_required,
  .form2_box_column_item_optional {
    margin-right: 10px;
  }
}
.form2_box_column_item_required {
  background-color: #fc5251;
}

.form2_box_column_item_optional {
  background-color: #003770;
}

.form2_box_column_item label {
  margin-bottom: 1px;
}

.form2_box_column_item select.form2_box_column_item_input,
.form2_box_column_item input.form2_box_column_item_input {
  background-color: #ffffff;
  height: 43px;
  border: 2px solid rgba(38, 125, 203, 0.8);
}

.form2_box_column_item select.form2_box_column_item_input::placeholder,
.form2_box_column_item input.form2_box_column_item_input::placeholder {
  color: rgba(105, 105, 105, 0.6);
  opacity: 1;
}

.form2_box_column_item select.form2_box_column_item_input::-ms-input-placeholder,
.form2_box_column_item input.form2_box_column_item_input::-ms-input-placeholder {
  color: rgba(105, 105, 105, 0.6);
  opacity: 1;
}

.form2_box_column_item select.form2_box_column_item_input:-ms-input-placeholder,
.form2_box_column_item input.form2_box_column_item_input:-ms-input-placeholder {
  color: rgba(105, 105, 105, 0.6);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .form2_box_column_item select.form2_box_column_item_input,
  .form2_box_column_item input.form2_box_column_item_input {
    height: 35px;
  }
}
.form2_box_column_item_flex {
  display: flex;
  justify-content: space-between;
}

.form2_box_column_item.policy {
  display: flex;
  justify-content: center;
  flex-direction: row !important;
  position: relative;
  top: 8px;
}
.form2_box_column_item.policy .checkPolicy {
  display: block !important;
  height: 27px !important;
  width: 20px !important;
  margin-right: 10px;
}

.form2_box_column_item_input.c-select.distance.form-modal.ab-border[name=distance] {
  margin-bottom: 20px;
}

.form2_box_img_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .form2_box_img_pc {
    display: initial;
  }
}
.form2_box_img_sp {
  display: initial;
}

@media screen and (min-width: 768px) {
  .form2_box_img_sp {
    display: none;
  }
}
.form2_box_img_sp img {
  margin-bottom: 10px;
}

.form2_box_img_description {
  background-color: #fadedd;
  color: #eb7e7f;
  display: flex;
  justify-content: center;
  padding: 3px 0;
}

@media screen and (min-width: 768px) {
  .form2_box_img_description {
    display: none;
  }
}
.form2_box_img_description_bottom {
  width: 100%;
  height: 5px;
  background-color: #fff;
}

.distance.is-empty {
  color: rgba(105, 105, 105, 0.8) !important;
}

.submit-wrap {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-top: none;
  padding: 0 0 20px;
  max-width: 800px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .submit-wrap {
    padding-top: 20px;
  }
}
.submit-wrap .form-submit {
  margin: 0 auto;
  min-width: 230px;
  max-width: 300px;
}

.submit-wrap .form-submit::before {
  width: 35px;
  height: 35px;
  left: 5px;
}

.submit-wrap .form-submit:after {
  width: 14px;
  height: 14px;
}

.submit-wrap .form-submit input {
  text-align: center;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .submit-wrap .form-submit input {
    font-size: 16px;
  }
}
.form-submit {
  width: 85%;
  position: relative;
  margin: 0px auto 15px;
}

.form-submit::before {
  content: "";
  display: inline-block;
  background-image: url("../../../images/icon/submit_yen.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  left: 10px;
  top: -5px;
}

.form-submit::after {
  content: "";
  display: inline-block;
  background-image: url("../../../images/icon/arrow_r.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-submit input {
  background: #fce400;
  border: none;
  border-bottom: 5px solid #E9D100;
  width: 100%;
  padding: 10px 8px 7px 8px;
  font-size: 16px;
  border-radius: 3px;
  color: #000000;
}

@media screen and (min-width: 1000px) {
  .form-submit input {
    padding: 10px 10px 7px 10px;
    font-size: 18px;
  }
}
.form-submit.focused {
  border-radius: 5px;
}

form input,
form select {
  font-family: fcoopSp;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  form input,
  form select {
    font-family: fcoop;
    font-weight: initial;
  }
}
@media screen and (min-width: 768px) {
  form {
    position: relative;
  }
}
form {
  /* selectのplaceholder制御 */
}
form .is-empty {
  color: #333;
}
form {
  /* バリデーションメッセージ */
}
form .form_err {
  background-color: rgba(254, 0, 0, 0.2) !important;
  border: 2px solid #fe0000 !important;
  position: relative;
}
form .err_msg {
  font-size: 10px;
  color: #fe0000;
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  form .err_msg {
    font-size: 12px;
  }
}
form {
  /* TOPメインフォーム
  -----------------------------------------*/
}
form.col1 .err_msg {
  text-align: right;
}
form {
  /* form2
  -----------------------------------------*/
}
form.form2 .err_msg {
  position: absolute;
  right: 0;
  top: 12px;
}
@media screen and (min-width: 768px) {
  form.form2 .err_msg {
    top: 8px;
  }
}

.error-txt {
  font-size: 0.8rem;
  color: #fe0000;
  text-align: right;
}

.form2-new.extend-height {
  height: 430px;
}
.form2-new .input-focus {
  border: 2px solid #fe0000 !important;
  animation: focusInput 1.3s ease infinite;
  -webkit-animation: focusInput 1.3s ease infinite;
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .form2-new .input-focus {
    animation: none;
    -webkit-animation: none;
    -webkit-appearance: none;
  }
}
.form2-new .input-focus-pc {
  border: 2px solid #fe0000 !important;
  animation: focusInput 1.3s ease infinite;
  -webkit-animation: focusInput 1.3s ease infinite;
}
@-webkit-keyframes focusInput {
  0% {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #fe0000;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #fe0000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 5px rgba(234, 100, 90, 0);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 5px rgba(234, 100, 90, 0);
  }
}
@keyframes focusInput {
  0% {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #fe0000;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #fe0000;
  }
  100% {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 5px rgba(234, 100, 90, 0);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 5px rgba(234, 100, 90, 0);
  }
}
.form2-new .submit-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.c-form-modal {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 9999;
  background: white;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 70px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-form-modal::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-form-modal {
    position: absolute;
    height: auto;
    padding-bottom: 0;
    overflow: inherit;
    border-radius: 5px;
  }
}
.c-form-modal p {
  margin-top: 0;
}
.c-form-modal__bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
}
.c-form-modal__inner {
  height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-form-modal__inner {
    border: 5px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    padding-right: 5px;
  }
}
.c-form-modal__step {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-form-modal__step .title {
    margin-left: auto !important;
  }
  .c-form-modal__step {
    background-color: inherit;
  }
}
.c-form-modal__step .step-title {
  margin-bottom: 0;
  padding: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form-modal__step__contents {
    margin-right: 5px;
  }
}
.c-form-modal__step__contents .title {
  background-image: none !important;
  background-color: #267dcb;
  color: #ffffff;
  margin-bottom: 0;
  padding: 5px 10px;
  text-align: left;
}
.c-form-modal__step__contents .title.model-of-maker {
  background-color: #e4e4e4;
  color: #333333;
  margin-bottom: 4px;
}
.c-form-modal__step__contents .title.back-red {
  background-color: rgba(254, 0, 0, 0.1);
  color: #333333;
  text-align: center;
}
.c-form-modal__step__contents .sub-title {
  background-color: #e6f2fd;
  margin-bottom: 0;
  padding: 0 10px;
  line-height: 1.6;
  text-align: left;
}
.c-form-modal__step__contents p {
  border-bottom: 1px solid #e4e4e4;
}
.c-form-modal__step .m-maker,
.c-form-modal__step .m-carname,
.c-form-modal__step .m-distance,
.c-form-modal__step .m-pref {
  text-align: left;
  margin-bottom: 0;
  padding: 5px 10px;
}
.c-form-modal__step.step1, .c-form-modal__step.step2, .c-form-modal__step.step3, .c-form-modal__step.step4 {
  opacity: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .c-form-modal__step.step1, .c-form-modal__step.step2, .c-form-modal__step.step3, .c-form-modal__step.step4 {
    height: 100%;
  }
}
.c-form-modal__step.step1.fade-in, .c-form-modal__step.step2.fade-in, .c-form-modal__step.step3.fade-in, .c-form-modal__step.step4.fade-in {
  display: block;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  .c-form-modal__step.step1 .step1__inner, .c-form-modal__step.step2 .c-form-modal__step__contents, .c-form-modal__step.step3 .c-form-modal__step__contents, .c-form-modal__step.step4 .c-form-modal__step__contents {
    overflow-y: scroll;
    height: 90%;
    padding-bottom: 10px;
  }
  .c-form-modal__step.step1 .step1__inner::-webkit-scrollbar, .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar, .c-form-modal__step.step3 .c-form-modal__step__contents::-webkit-scrollbar, .c-form-modal__step.step4 .c-form-modal__step__contents::-webkit-scrollbar {
    width: 10px;
    background-color: #e4e4e4;
    margin-right: 5px;
  }
  .c-form-modal__step.step1 .step1__inner::-webkit-scrollbar-track, .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar-track, .c-form-modal__step.step3 .c-form-modal__step__contents::-webkit-scrollbar-track, .c-form-modal__step.step4 .c-form-modal__step__contents::-webkit-scrollbar-track {
    border-radius: 5px;
  }
  .c-form-modal__step.step1 .step1__inner::-webkit-scrollbar-thumb, .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar-thumb, .c-form-modal__step.step3 .c-form-modal__step__contents::-webkit-scrollbar-thumb, .c-form-modal__step.step4 .c-form-modal__step__contents::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-modal__step.step2 .c-form-modal__step__contents {
    width: calc(100% + 10px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar {
    display: none;
  }
  .c-form-modal__step.step2 .c-form-modal__step__contents::-webkit-scrollbar {
    width: 0px;
  }
}
.c-form-modal__step.step4 .c-form-modal__step__contents, .c-form-modal__step.step3 .c-form-modal__step__contents {
  padding-right: 5px;
  margin-right: 0px;
}
.c-form-modal__step.step4 summary {
  background-color: rgba(228, 228, 228, 0.3);
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
  padding: 5px 10px;
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form-modal__step.step4 summary {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  .c-form-modal__step.step4 summary {
    font-size: 16px;
  }
}
.c-form-modal__step.step4 summary::-webkit-details-marker {
  display: none;
}
.c-form-modal p[class*=m-logo-]::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 35px;
  height: 25px;
}
.c-form-modal .m-logo-aldina::before {
  background-image: url("../../../images/modal_form/aldina.png");
  background-position: -4px;
  background-size: 37px !important;
}
.c-form-modal .m-logo-alfaromeo::before {
  background-image: url("../../../images/modal_form/alfaromeo.svg");
}
.c-form-modal .m-logo-amg::before {
  background-image: url("../../../images/modal_form/amg.png");
  background-size: 30px !important;
  background-position: center;
}
.c-form-modal .m-logo-audi::before {
  background-image: url("../../../images/modal_form/audi.png");
  background-position: -3px;
}
.c-form-modal .m-logo-bentley::before {
  background-image: url("../../../images/modal_form/bentley.svg");
  background-size: 29px !important;
  background-position: 0 8px;
}
.c-form-modal .m-logo-benz::before {
  background-image: url("../../../images/modal_form/benz.png");
  background-size: 44px !important;
  background-position: -6px -3px;
}
.c-form-modal .m-logo-bmw::before {
  background-image: url("../../../images/modal_form/bmw.svg");
  background-position: 2px 0px;
  background-size: 25px !important;
}
.c-form-modal .m-logo-buick::before {
  background-image: url("../../../images/modal_form/buick.svg");
  background-position: 2px;
}
.c-form-modal .m-logo-cadillac::before {
  background-image: url("../../../images/modal_form/cadillac.svg");
  background-position: 5px 0;
}
.c-form-modal .m-logo-chevrolet::before {
  background-image: url("../../../images/modal_form/chevrolet.png");
  background-size: 30px !important;
  background-position: -1px -4px;
}
.c-form-modal .m-logo-chrysler::before {
  background-image: url("../../../images/modal_form/chrysler.png");
  background-size: 36px !important;
  background-position: -3px 8px;
}
.c-form-modal .m-logo-citroen::before {
  background-image: url("../../../images/modal_form/citroen.png");
  background-position: -4px 2px;
}
.c-form-modal .m-logo-daihatsu::before {
  background-image: url("../../../images/modal_form/daihatsu.png");
}
.c-form-modal .m-logo-dodge::before {
  background-image: url("../../../images/modal_form/dodge.png");
  background-position: 1px 8px;
  background-size: 30px !important;
}
.c-form-modal .m-logo-ferrari::before {
  background-image: url("../../../images/modal_form/ferrari.png");
}
.c-form-modal .m-logo-fiat::before {
  background-image: url("../../../images/modal_form/fiat.svg");
}
.c-form-modal .m-logo-ford::before {
  background-image: url("../../../images/modal_form/ford.png");
  background-position: 1px 4px;
  background-size: 29px !important;
}
.c-form-modal .m-logo-gmc::before {
  background-image: url("../../../images/modal_form/gmc.png");
  background-position: 1px 6px;
  background-size: 30px !important;
}
.c-form-modal .m-logo-hino::before {
  background-image: url("../../../images/modal_form/hino.png");
  background-size: 27px !important;
  background-position: 2px 3px;
}
.c-form-modal .m-logo-honda::before {
  background-image: url("../../../images/modal_form/honda.png");
}
.c-form-modal .m-logo-hummer::before {
  background-image: url("../../../images/modal_form/hummer.svg");
  background-position: -3px 9px;
}
.c-form-modal .m-logo-hyundai::before {
  background-image: url("../../../images/modal_form/hyundai.svg");
  background-size: 25px !important;
  background-position: 1px 8px;
}
.c-form-modal .m-logo-isuzu::before {
  background-image: url("../../../images/modal_form/isuzu.svg");
  background-size: 33px !important;
  background-position: 0px 9px;
}
.c-form-modal .m-logo-jaguar::before {
  background-image: url("../../../images/modal_form/jaguar.png");
  background-position: -3px 0;
}
.c-form-modal .m-logo-jeep::before {
  background-image: url("../../../images/modal_form/jeep.svg");
  background-size: 30px !important;
  background-position: 0 6px;
}
.c-form-modal .m-logo-lanborghini::before {
  background-image: url("../../../images/modal_form/lanborghini.png");
  background-position: -7px -3px;
  background-size: 39px !important;
}
.c-form-modal .m-logo-lancia::before {
  background-image: url("../../../images/modal_form/lancia.png");
}
.c-form-modal .m-logo-landrover::before {
  background-image: url("../../../images/modal_form/landrover.svg");
  background-size: 27px !important;
  background-position: 0 4px;
}
.c-form-modal .m-logo-lexus::before {
  background-image: url("../../../images/modal_form/lexus.png");
}
.c-form-modal .m-logo-lincoln::before {
  background-image: url("../../../images/modal_form/lincoln.png");
  background-position: 4px 0px;
  background-size: 23px !important;
}
.c-form-modal .m-logo-lotus::before {
  background-image: url("../../../images/modal_form/lotus.svg");
}
.c-form-modal .m-logo-maserati::before {
  background-image: url("../../../images/modal_form/maserati.png");
}
.c-form-modal .m-logo-matsuda::before {
  background-image: url("../../../images/modal_form/matsuda.png");
}
.c-form-modal .m-logo-mitsubishi::before {
  background-image: url("../../../images/modal_form/mitsubishi.png");
}
.c-form-modal .m-logo-mitsuoka::before {
  background-image: url("../../../images/modal_form/mitsuoka.png");
}
.c-form-modal .m-logo-nissan::before {
  background-image: url("../../../images/modal_form/nissan.png");
  background-position: 2px -2px;
}
.c-form-modal .m-logo-opel::before {
  background-image: url("../../../images/modal_form/opel.svg");
  background-size: 40px !important;
  background-position: -6px -4px;
}
.c-form-modal .m-logo-peugeot::before {
  background-image: url("../../../images/modal_form/peugeot.png");
  background-position: -5px 0;
}
.c-form-modal .m-logo-pontiac::before {
  background-image: url("../../../images/modal_form/pontiac.png");
  background-size: 113px !important;
  background-position: -43px -4px;
}
.c-form-modal .m-logo-porsche::before {
  background-image: url("../../../images/modal_form/porsche.png");
  background-size: 43px !important;
  background-position: -7px -3px;
}
.c-form-modal .m-logo-renault::before {
  background-image: url("../../../images/modal_form/renault.png");
  background-position: -4px 0;
}
.c-form-modal .m-logo-rolls::before {
  background-image: url("../../../images/modal_form/rolls.svg");
  background-position: 7px -1px;
  background-size: 14px !important;
}
.c-form-modal .m-logo-rover::before {
  background-image: url("../../../images/modal_form/rover.png");
}
.c-form-modal .m-logo-smart::before {
  background-image: url("../../../images/modal_form/smart.svg");
  background-size: 32px !important;
  background-position: 0 6px;
}
.c-form-modal .m-logo-saab::before {
  background-image: url("../../../images/modal_form/saab.svg");
}
.c-form-modal .m-logo-subaru::before {
  background-image: url("../../../images/modal_form/subaru.png");
}
.c-form-modal .m-logo-suzuki::before {
  background-image: url("../../../images/modal_form/suzuki.png");
}
.c-form-modal .m-logo-toyota::before {
  background-image: url("../../../images/modal_form/toyota.png");
}
.c-form-modal .m-logo-ud::before {
  background-image: url("../../../images/modal_form/ud.svg");
  background-position: 3px 0;
}
.c-form-modal .m-logo-volkswagen::before {
  background-image: url("../../../images/modal_form/volkswagen.svg");
  background-position: 2px;
}
.c-form-modal .m-logo-volvo::before {
  background-image: url("../../../images/modal_form/volvo.svg");
}
.c-form-modal__close {
  position: absolute;
  padding: 5px 10px;
  font-size: 28px;
  right: 0px;
  line-height: 1;
  text-align: center;
  z-index: 999;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.jp-syllabary-list {
  position: fixed;
  right: 0;
  top: 75px;
  background: #e4e4e4;
  z-index: 9999;
  padding-left: 3px;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .jp-syllabary-list {
    width: 50px;
    position: absolute;
    left: inherit;
    right: 0;
    top: 87px;
    font-size: 12px;
  }
}
.jp-syllabary-list li {
  padding: 5px 10px;
  border-bottom: 1px solid white;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jp-syllabary-list li {
    padding: 0 10px;
  }
}
.jp-syllabary-list li a {
  color: #333333;
  text-decoration: none;
}
.jp-syllabary-list li a.not-active {
  opacity: 0.2;
}

.main_consult_wrap .c-form-modal {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .main_consult_wrap .c-form-modal {
    padding: 10px;
  }
}
.main_consult_wrap .c-form-modal__close {
  right: 10px;
}
@media screen and (min-width: 768px) {
  .main_consult_wrap .jp-syllabary-list {
    top: 83px;
    width: 54px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .single-column .c-form-modal p {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 1000px) {
  .single-column .c-form-modal p {
    font-size: 16px !important;
  }
}
.single-column form.form2 .err_msg {
  font-size: 10px;
}
@media screen and (min-width: 1000px) {
  .single-column form.form2 .err_msg {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .single-column .form-tel-wrap .err_msg {
    right: -45px;
  }
}
@media screen and (min-width: 1000px) {
  .single-column .form-tel-wrap .err_msg {
    right: 0 !important;
  }
}

.step_form_1_test {
  border: 1px solid #e4e4e4;
}
@media screen and (min-width: 768px) {
  .step_form_1_test {
    border: none;
  }
  .step_form_1_test .u-text-center {
    text-align: center;
    color: white;
  }
  .step_form_1_test .err_msg {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0px;
  }
  .step_form_1_test input:not(input[type=button]):not(input[type=submit]),
  .step_form_1_test select {
    height: 34px !important;
  }
  .step_form_1_test dl {
    flex-direction: column !important;
    align-items: unset !important;
  }
  .step_form_1_test dl dt span {
    vertical-align: middle;
  }
  .step_form_1_test dl dt {
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 0% !important;
  }
}

.step_form_2_test {
  border: 1px solid #e4e4e4;
}
.step_form_2_test .wrap_back_car_info_form {
  text-align: center;
  margin-bottom: 1rem !important;
}
@media screen and (min-width: 768px) {
  .step_form_2_test .u-text-center {
    text-align: center;
    color: white;
  }
  .step_form_2_test {
    border: none;
  }
  .step_form_2_test .wrap_back_car_info_form {
    margin-bottom: auto !important;
  }
  .step_form_2_test .err_msg {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0px;
  }
  .step_form_2_test .err_msg_coop_member_id {
    text-align: left;
    margin-top: 0;
    font-size: 10px;
    color: #fe0000;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .step_form_2_test .err_msg_coop_member_id {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .step_form_2_test input:not(input[type=button]):not(input[type=submit]),
  .step_form_2_test select {
    height: 34px !important;
  }
  .step_form_2_test dl {
    flex-direction: column !important;
    align-items: unset !important;
  }
  .step_form_2_test dl dt span {
    vertical-align: middle;
  }
  .step_form_2_test dl dt {
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 0% !important;
  }
}

.main_consult_wrap .c-form-modal {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .main_consult_wrap .c-form-modal {
    padding: 10px;
  }
}
.main_consult_wrap .c-form-modal__close {
  right: 10px;
}

@media screen and (min-width: 768px) {
  .main_consult_wrap .jp-syllabary-list {
    top: 83px;
    width: 54px;
    font-size: 14px;
  }
}
.main_consult_wrap {
  position: absolute;
  padding: 10px 40px;
  margin: 0.75rem 0;
  background: #ffffff;
  border-radius: 5px;
  max-width: 410px;
}

.main_consult_wrap img.form-title {
  height: 64px;
  display: block;
  margin: auto;
}

.main_consult_wrap .title {
  background-image: url("../../../images/top/bg_top_form.png");
  margin-left: -1rem;
  width: 110%;
  padding: 3px;
}

.main_consult_wrap .img_wrap {
  padding: 1rem;
}

.main_consult_wrap h4 {
  text-align: center;
  color: #ffffff;
}

.main_consult_wrap dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.main_consult_wrap dl.ab-email {
  display: none;
}

.main_consult_wrap dl dt {
  letter-spacing: -0.06em;
  flex: 0 0 100%;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (min-width: 1000px) {
  .main_consult_wrap dl dt {
    font-size: 14px;
  }
}
.main_consult_wrap dl dt span {
  padding-left: 0.1rem;
}

.main_consult_wrap dl dt img {
  width: 40px;
}

.main_consult_wrap dl dd {
  flex: 0 0 100%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .main_consult_wrap dl {
    flex-direction: row;
    justify-content: space-between;
  }
  .main_consult_wrap dl dt {
    flex: 0 0 45%;
    margin-left: -15px;
  }
  .main_consult_wrap dl dd {
    flex: 0 0 65%;
    margin: 0;
  }
  .main_consult_wrap dl dd select,
  .main_consult_wrap dl dd input {
    border: 2px solid rgba(38, 125, 203, 0.8);
    height: 29px;
    padding: 4px 6px;
    font-size: 12px;
    letter-spacing: 0.07em;
    will-change: contents;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .main_consult_wrap dl dd select,
  .main_consult_wrap dl dd input {
    font-size: 14px;
    letter-spacing: initial;
  }
}
@media screen and (min-width: 768px) {
  .main_consult_wrap dl dd select::placeholder,
  .main_consult_wrap dl dd input::placeholder {
    color: rgba(105, 105, 105, 0.6);
    opacity: 1;
  }
  .main_consult_wrap dl dd select::-ms-input-placeholder,
  .main_consult_wrap dl dd input::-ms-input-placeholder {
    color: rgba(105, 105, 105, 0.6);
    opacity: 1;
  }
  .main_consult_wrap dl dd select:-ms-input-placeholder,
  .main_consult_wrap dl dd input:-ms-input-placeholder {
    color: rgba(105, 105, 105, 0.6);
    opacity: 1;
  }
}
.main_consult_wrap .form-submit {
  margin: 0px auto 5px;
}

.main_consult_wrap .form-submit::before {
  width: 40px;
  height: 40px;
  left: 5px;
  top: -5px;
}

.main_consult_wrap .form-submit::after {
  width: 16px;
  height: 16px;
}

.main_consult_wrap .form-submit input {
  padding: 8px 10px 5px 10px;
}

.c-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 5px;
  font-size: 93%;
  line-height: 1.1em;
  border-radius: 3px;
  border: none;
  background-image: url(../../../images/icon/arrow_b_normal.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 10px center;
}

.bg-yellow {
  background-color: #fff1c8 !important;
}

form.form2 .err_msg_coop_member_id {
  text-align: left;
  margin-top: 0;
  font-size: 10px;
  color: #fe0000;
  margin-top: 0;
}
@media screen and (min-width: 1000px) {
  form.form2 .err_msg_coop_member_id {
    font-size: 12px;
  }
}

.next_step_btn {
  letter-spacing: 3px;
  font-weight: lighter;
}

.fixed-top {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#tracking_header {
  display: none;
}
#tracking_header .header_menu {
  padding: 0;
  background-color: #FFE7EB;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
#tracking_header .header_menu .menu_box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  #tracking_header .header_menu .menu_box {
    padding: 0;
  }
}
#tracking_header .header_menu .menu_box a {
  width: 25%;
  padding: 20px 0;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  background-color: #FFE7EB;
  text-decoration: none;
  color: #E63748;
  display: block;
}
@media screen and (min-width: 768px) {
  #tracking_header .header_menu .menu_box a {
    max-width: 245px;
  }
}
#tracking_header .header_menu .menu_box a .menu_flex p {
  margin: 0;
  font-size: 13px;
}
#tracking_header .header_menu .menu_box .pc_display {
  display: none;
}
@media screen and (min-width: 768px) {
  #tracking_header .header_menu .menu_box .pc_display {
    display: block;
  }
}
#tracking_header .header_menu .menu_box .hover_menu:hover {
  background-color: #E63748;
  color: #ffffff;
}
#tracking_header .header_menu .menu_box .left_border {
  border-left: 1px solid #e4e4e4;
}

.hero {
  padding: 0;
}
.hero .hero-container {
  max-width: 980px;
  margin: auto;
  padding: 5px 20px;
}
.hero__heading {
  background-color: #DCD9FF;
}
.hero__heading__img {
  display: flex;
  padding: 5px 0;
  max-width: 373px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .hero__heading__img {
    margin: initial;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .hero .hero-main__bg {
    position: relative;
    background-image: url(../images/mv_back.svg);
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .hero .hero-main__bg {
    padding-top: 20px;
    height: 515px;
  }
}
@media screen and (min-width: 768px) {
  .hero .hero-main__bg__cloud {
    position: absolute;
    height: 38vw;
    width: 100%;
    max-width: 1000px;
    bottom: 0;
    transform: translateY(-15%);
    left: -12%;
    background-image: url(../images/cloud.svg);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1000px) {
  .hero .hero-main__bg__cloud {
    top: 0;
    transform: translateY(12%);
  }
}
@media screen and (min-width: 1200px) {
  .hero .hero-main__bg__cloud {
    transform: translateY(0);
    height: 500px;
    width: 70%;
    left: auto;
    right: 34%;
  }
}
.hero .hero-main__content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero .hero-main__content {
    height: 524px;
    max-width: 1170px;
    margin: auto;
  }
}
@media screen and (min-width: 1000px) {
  .hero .hero-main__content {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero .hero-main__content {
    height: 485px;
  }
}
.hero .hero-main__content__mainimg {
  width: 100%;
  bottom: -220px;
}
@media screen and (min-width: 768px) {
  .hero .hero-main__content__mainimg {
    position: absolute;
    height: 500px;
    top: 38%;
    transform: translateY(-50%);
    width: 54%;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .hero .hero-main__content__mainimg img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .hero .hero-main__content__mainimg img {
    width: 720px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .hero .hero-main__content__mainimg {
    width: 590px;
    height: auto;
    left: 10%;
  }
}
.hero .hero-main__content__mainimg img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero .hero-main__content__mainimg img {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .hero .hero-main__content__mainimg img {
    width: 720px;
  }
}
.hero .hero-main__content .l-main_top_mainvisual2 {
  z-index: 99;
  margin-right: 1%;
  width: 41%;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .hero .hero-main__content .l-main_top_mainvisual2 {
    width: 37%;
    margin-right: 0;
  }
}
.hero .hero-main__content .l-main_top_mainvisual2 .main_consult_wrap .step_form_1 .next_step_btn {
  cursor: pointer;
}
.hero .hero-main__content .l-main_top_mainvisual2 .main_consult_wrap .step_form_2 .policy dt {
  display: flex;
  justify-content: center;
  font-size: 16px !important;
}
.hero .hero-main__content .l-main_top_mainvisual2 .main_consult_wrap .step_form_2 .policy .checkPolicy {
  display: block !important;
  height: 27px !important;
  width: 20px !important;
  margin-right: 10px;
}
.hero .hero-main__content .l-main_top_mainvisual2 .main_consult_wrap .step_form_2 .policy__text {
  text-decoration: none;
}
.hero .hero-main__content .l-main_top_mainvisual2 .main_consult_wrap .step_form_2 .form2_box_check_link {
  cursor: pointer;
}
.hero .distance.c-select[name=distance] {
  margin-bottom: 20px;
}

.important_notice {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .important_notice {
    padding: 30px 20px;
    background-image: url("../lp_coop_shiga/images/pc/important_notice_bg.png");
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
    background-color: #FFEDED;
  }
}
@media screen and (min-width: 768px) {
  .important_notice__content {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.important_notice__content img {
  width: 100%;
}

.jisseki {
  padding: 0;
}
.jisseki .chose-for-haishall {
  background-color: #DDF3FF;
  position: relative;
  padding-bottom: 60px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .jisseki .chose-for-haishall {
    padding-top: 2.5rem;
  }
}
.jisseki .chose-for-haishall__heading {
  max-width: 460px;
  margin: auto;
}
.jisseki .chose-for-haishall__content {
  background-color: white;
  border-radius: 3px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .jisseki .chose-for-haishall__content {
    max-width: 600px;
    margin: 2rem auto 1rem;
  }
}
.jisseki .chose-for-haishall__content img {
  width: 100%;
}
.jisseki .chose-for-haishall::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 50px #007CB2;
  border-right: solid 50vw rgba(0, 0, 0, 0);
  z-index: 100;
}
.jisseki .chose-for-haishall::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 50px #007CB2;
  border-left: solid 50vw rgba(0, 0, 0, 0);
  z-index: 100;
}
.jisseki .purchase-guarantee {
  background-color: #007CB2;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .jisseki .purchase-guarantee {
    padding: 2rem 0 8rem;
  }
}
.jisseki .purchase-guarantee__heading {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jisseki .purchase-guarantee__heading {
    padding: 0;
    margin: 0 auto 3rem;
  }
}
.jisseki .purchase-guarantee__content {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .jisseki .purchase-guarantee__content {
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem;
  }
}
.jisseki .purchase-guarantee__content__item {
  width: 47%;
}
@media screen and (min-width: 768px) {
  .jisseki .purchase-guarantee__content__item {
    width: 31%;
  }
}
.jisseki .purchase-guarantee__content__item__heading {
  background-color: #DDF3FF;
  color: #007CB2;
  border-radius: 3px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jisseki .purchase-guarantee__content__item__heading {
    background-color: #007CB2;
    color: white;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.jisseki .purchase-guarantee__content__item__img {
  margin-top: -2px;
}
.jisseki .purchase-guarantee__content__item__detail {
  color: white;
}
@media screen and (min-width: 768px) {
  .jisseki .purchase-guarantee__content__item__detail {
    color: black;
    padding-top: 5px;
  }
}
.jisseki .note_islands {
  text-align: end;
  color: #FFFFFF;
  margin-top: 10px;
  font-weight: 500;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .jisseki .note_islands {
    font-size: 16px;
  }
}
.jisseki .example-car {
  padding-bottom: 3rem;
  width: 100%;
  position: relative;
  background-image: url(../images/sp/bg_3.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.jisseki .example-car__note {
  font-size: 9px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jisseki .example-car__note {
    font-size: 16px;
  }
}
.jisseki .example-car__heading {
  position: absolute;
  top: -16px;
  width: 88%;
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .jisseki .example-car__heading {
    top: -66px;
    width: 88%;
    max-width: 870px;
  }
}
.jisseki .example-car__heading img {
  width: 100%;
}
.jisseki .example-car__carname {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 18px;
}
.jisseki .example-car__carimg {
  width: 38%;
}
.jisseki .example-car__carimg img {
  width: 100%;
}
.jisseki .example-car__carinfo {
  display: flex;
  flex-direction: column;
  margin-left: 1.5vw;
  justify-content: space-between;
  font-size: 14px;
}
@media screen and (min-width: 400px) {
  .jisseki .example-car__carinfo {
    margin-left: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .jisseki .example-car__carinfo {
    margin-left: 0;
    font-size: 16px;
  }
}
.jisseki .example-car__carinfo__row {
  display: flex;
  gap: 14px;
}
.jisseki .example-car__carinfo__row__heading {
  background-color: #C5C5C6;
  width: 67px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .jisseki .example-car__carinfo__row__heading {
    width: 80px;
  }
}
.jisseki .example-car__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .jisseki .example-car__content {
    max-width: 740px;
    margin: 0 auto;
  }
}
.jisseki .example-car__content__item {
  border: 3px #007CB2 solid;
  border-radius: 3px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.4);
}
.jisseki .example-car__content__item__heading {
  background-color: #007CB2;
  color: white;
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .jisseki .example-car__content__item__heading {
    font-size: 18px;
  }
}
.jisseki .example-car__content__item__content {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 1rem;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .jisseki .example-car__content__item__content {
    padding: 1.5rem;
    padding-right: 0;
  }
}
.jisseki .example-car__content__item__content__upper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .jisseki .example-car__content__item__content__upper {
    display: none;
  }
}
.jisseki .example-car__content__item__content__upper-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .jisseki .example-car__content__item__content__upper-pc {
    display: flex;
  }
  .jisseki .example-car__content__item__content__upper-pc .example-car__carimg-pc {
    width: 50%;
  }
  .jisseki .example-car__content__item__content__upper-pc .example-car__detail-pc {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .jisseki .example-car__content__item__content__upper-pc .example-car__detail-pc .example-car__price {
    margin: 0;
  }
  .jisseki .example-car__content__item__content__upper-pc .example-car__carinfo {
    gap: 1.5rem;
  }
}
.jisseki .example-car__content__item__content__lower {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .jisseki .example-car__content__item__content__lower {
    margin: 1.5rem;
  }
}
.jisseki .example-car__content__item__content__lower__first {
  color: #E63748;
  font-size: 16px;
}
.jisseki .example-car__content.padding_upper {
  padding-top: 20%;
}
@media screen and (min-width: 768px) {
  .jisseki .example-car__content.padding_upper {
    padding-top: 4rem;
  }
}
.jisseki .example-car__content.padding_middle {
  padding-top: 1.5rem;
}
.jisseki .example-car__price {
  margin: 1.25rem 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px #007CB2 dashed;
  margin-right: 1rem;
}
.jisseki .example-car__price__heading {
  color: white;
  background-color: #E63748;
  padding: 1px 10px;
}
.jisseki .example-car__price__content {
  color: #E63748;
  font-size: 40px;
}
.jisseki .example-car__price__content__yen {
  font-size: 24px;
}

.kanpukin {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .kanpukin {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
.kanpukin__container {
  margin: auto;
  background-color: #007cb2;
}
@media screen and (min-width: 768px) {
  .kanpukin__container {
    max-width: 1000px !important;
    background-color: unset;
    display: flex;
    justify-content: center;
  }
}
.kanpukin__container img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kanpukin__container img {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .kanpukin__container img {
    width: 1000px;
  }
}

.sales-points {
  padding-bottom: 0;
}
.sales-points .ballon_common, .sales-points .ballon3, .sales-points .ballon2, .sales-points .ballon1 {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 1rem;
  box-shadow: 4px 3px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  width: 230px;
}
@media screen and (min-width: 768px) {
  .sales-points .ballon_common, .sales-points .ballon3, .sales-points .ballon2, .sales-points .ballon1 {
    border-radius: 50%;
    width: 185px;
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sales-points .ballon_common::before, .sales-points .ballon3::before, .sales-points .ballon2::before, .sales-points .ballon1::before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.4);
}
.sales-points .ballon_common::after, .sales-points .ballon3::after, .sales-points .ballon2::after, .sales-points .ballon1::after {
  content: "";
  position: absolute;
  display: block;
  background: white;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.4);
}
.sales-points .ballon1 {
  margin-bottom: 20px;
  margin-left: 1rem;
}
.sales-points .ballon1::before {
  height: 14px;
  width: 14px;
  border-radius: 10px;
  bottom: -8px;
  left: 29px;
}
@media screen and (min-width: 768px) {
  .sales-points .ballon1::before {
    left: 69%;
  }
}
.sales-points .ballon1::after {
  height: 13px;
  width: 13px;
  border-radius: 9px;
  bottom: -27px;
  left: 39px;
}
@media screen and (min-width: 768px) {
  .sales-points .ballon1::after {
    bottom: -24px;
    left: 73%;
  }
}
.sales-points .ballon2 {
  margin-bottom: 20px;
}
.sales-points .ballon2::before {
  height: 14px;
  width: 14px;
  border-radius: 10px;
  bottom: -8px;
  right: 29px;
}
@media screen and (min-width: 768px) {
  .sales-points .ballon2::before {
    right: 45%;
  }
}
.sales-points .ballon2::after {
  height: 13px;
  width: 13px;
  border-radius: 9px;
  bottom: -27px;
  right: 39px;
}
@media screen and (min-width: 768px) {
  .sales-points .ballon2::after {
    right: 45%;
    bottom: -24px;
  }
}
.sales-points .ballon3 {
  margin-bottom: 20px;
}
.sales-points .ballon3::before {
  height: 14px;
  width: 14px;
  border-radius: 10px;
  bottom: -8px;
  left: 29px;
}
@media screen and (min-width: 768px) {
  .sales-points .ballon3::before {
    left: 31%;
  }
}
.sales-points .ballon3::after {
  height: 13px;
  width: 13px;
  border-radius: 9px;
  bottom: -27px;
  left: 39px;
}
@media screen and (min-width: 768px) {
  .sales-points .ballon3::after {
    bottom: -24px;
    left: 27%;
  }
}
.sales-points__heading {
  display: flex;
  justify-content: center;
}
.sales-points__heading__upper {
  font-size: 18px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .sales-points__heading__upper {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
.sales-points__heading__lower {
  font-size: 30px;
  font-weight: normal;
  display: flex;
  justify-content: center;
  line-height: 38px;
}
@media screen and (min-width: 768px) {
  .sales-points__heading__lower {
    font-size: 40px;
    letter-spacing: 5px;
  }
}
.sales-points .haisha_question {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sales-points .haisha_question .haisha_question_ballon {
    display: flex;
    justify-content: center;
    margin-top: 2.25rem;
    margin-bottom: 6rem;
    gap: 2rem;
  }
}
.sales-points .haisha_question .question_person {
  display: flex;
  justify-content: right;
  margin-top: -67px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .sales-points .haisha_question .question_person {
    justify-content: center;
    position: relative;
    margin-left: 15px;
    margin-bottom: -67px;
  }
}
.sales-points .haisha_question .question_person img {
  max-width: 125px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .sales-points .haisha_question .question_person img {
    width: 200px;
    max-width: 200px;
  }
}
.sales-points .bg_sky_separate {
  background-color: #007CB2;
  position: relative;
}
.sales-points .bg_sky_separate::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 50px #E0F6FF;
  border-right: solid 50vw rgba(0, 0, 0, 0);
  z-index: 100;
}
.sales-points .bg_sky_separate::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 50px #E0F6FF;
  border-left: solid 50vw rgba(0, 0, 0, 0);
  z-index: 100;
}
.sales-points .bg_light_blue_separeate {
  background-color: #E0F6FF;
  position: relative;
}
.sales-points .bg_light_blue_separeate::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: solid 50px #f8f6ea;
  border-right: solid 50vw rgba(0, 0, 0, 0);
}
.sales-points .bg_light_blue_separeate::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: solid 50px #f8f6ea;
  border-left: solid 50vw rgba(0, 0, 0, 0);
}
.sales-points .bg_light_blue_separeate__main {
  max-width: 330px;
  margin: auto;
  padding-bottom: 42px;
  padding-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_blue_separeate__main {
    max-width: 385px;
  }
}
.sales-points .bg_light_pink_separeate {
  background-color: #f8f6ea;
  padding-bottom: 3rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate {
    padding-top: 4rem;
  }
}
.sales-points .bg_light_pink_separeate__heading {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  height: 100px;
  padding: 0 15px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__heading {
    max-width: 385px;
    margin: 0 auto 6rem;
    height: 113px;
  }
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__heading__right {
    height: 120px;
    margin-top: -4px;
  }
}
.sales-points .bg_light_pink_separeate__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
.sales-points .bg_light_pink_separeate__main__box {
  position: relative;
  border: solid #007CB2;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box.box_width_harf_pc {
    width: calc((100% - 1.5rem) / 2);
  }
}
.sales-points .bg_light_pink_separeate__main__box__heading {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__heading {
    top: -44px;
  }
}
.sales-points .bg_light_pink_separeate__main__box__heading__text {
  font-size: 18px;
  background-color: #007CB2;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  padding: 5px 40px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__heading__text {
    border-radius: 50%;
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 12px;
  }
}
.sales-points .bg_light_pink_separeate__main__box__heading__text .first_word {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__heading__text .first_word {
    line-height: 15px;
    font-size: 15px;
  }
  .sales-points .bg_light_pink_separeate__main__box__heading__text .first_word.many_word {
    letter-spacing: -0.4px;
  }
}
.sales-points .bg_light_pink_separeate__main__box__heading__text .second_word {
  font-size: 22px;
}
.sales-points .bg_light_pink_separeate__main__box__content {
  margin-top: 2.65rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__content.justify_center_pc {
    display: flex;
    justify-content: center;
  }
}
.sales-points .bg_light_pink_separeate__main__box__content ul li {
  font-size: 20px;
  letter-spacing: 5px;
  list-style: none;
  position: relative;
  padding-left: 6px;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__content ul li {
    font-size: 24px;
  }
}
.sales-points .bg_light_pink_separeate__main__box__content ul li::before {
  content: "";
  background: #fff;
  border: 2.5px solid #000;
  display: block;
  height: 18px;
  left: -28px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.sales-points .bg_light_pink_separeate__main__box__content ul li::after {
  content: "";
  border-right: 3px solid #E63748;
  border-bottom: 3px solid #E63748;
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  display: block;
  height: 18px;
  left: -25.5px;
  margin-top: -12.5px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 15px;
}
.sales-points .bg_light_pink_separeate__main__box__content__heading {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__content__heading {
    justify-content: center;
    align-items: center;
  }
}
.sales-points .bg_light_pink_separeate__main__box__content__heading__left {
  width: 23.5%;
  max-width: 69px;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__content__heading__left {
    width: 22%;
    max-width: 75px;
  }
}
.sales-points .bg_light_pink_separeate__main__box__content__heading__right-sp {
  height: 80px;
  display: flex;
  align-items: flex-end;
}
.sales-points .bg_light_pink_separeate__main__box__content__heading__right-sp img {
  width: 410px;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__content__heading__right-sp {
    display: none;
  }
}
.sales-points .bg_light_pink_separeate__main__box__content__heading__right-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__content__heading__right-pc {
    height: 80px;
    display: flex;
    align-items: flex-end;
  }
  .sales-points .bg_light_pink_separeate__main__box__content__heading__right-pc img {
    width: 410px;
  }
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__content .more_good_deal {
    margin-top: 1.25rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
}
.sales-points .bg_light_pink_separeate__main__box__content .note_islands {
  text-align: end;
  margin-top: 10px;
  font-weight: 500;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__content .note_islands {
    font-size: 16px;
    width: 92%;
  }
}
.sales-points .bg_light_pink_separeate__main__box__reason {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__reason {
    width: 40%;
    margin: 0;
  }
}
.sales-points .bg_light_pink_separeate__main__box__reason__content {
  background-color: #E0F6FF;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.sales-points .bg_light_pink_separeate__main__box__reason__content__heading {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_pink_separeate__main__box__reason__content__heading {
    white-space: nowrap;
  }
}
.sales-points .bg_light_pink_separeate__main__box__reason__content__heading .reason-heading {
  background-color: #007CB2;
  color: white;
  border-radius: 5px;
  padding: 0px 10px 0 15px;
}
.sales-points .bg_light_pink_separeate__main__box__reason__content__heading p {
  margin: 0;
  font-weight: bold;
}
.sales-points .bg_light_pink_separeate__main__box__reason__content__detail {
  font-weight: normal;
}
.sales-points .bg_light_yellow_separeate {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sales-points .bg_light_yellow_separeate {
    padding-bottom: 6rem;
  }
}

.l-sidebanner {
  display: none;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 6%;
  opacity: 0;
}
.l-sidebanner a {
  display: inline-block;
}
.l-sidebanner a img {
  width: 7vw;
  max-width: 100px;
  padding: 11px 0px 44px 15px;
}
@media screen and (max-width: 767px) {
  .l-sidebanner {
    display: none !important;
  }
}
.l-sidebanner.fade-in {
  display: block;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.l-sidebanner.fade-out {
  opacity: 1;
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(50px);
  }
}

.sub_cta {
  padding: 0;
}
.sub_cta_box {
  position: relative;
  background-color: #ffeccf;
}
.sub_cta .sub_cta_title_box {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sub_cta .sub_cta_title_box {
    max-width: 750px;
  }
}
.sub_cta .sub_cta_title_box p {
  font-size: 20px;
  margin-top: 5px;
  color: #1A1A1A;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sub_cta .sub_cta_title_box p {
    position: absolute;
    margin-bottom: 0;
    top: 29%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    letter-spacing: 2.5px;
  }
}
.sub_cta .sub_cta_btn_box {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .sub_cta .sub_cta_btn_box {
    max-width: 850px;
    margin-top: 40px;
  }
}
.sub_cta .sub_cta_btn_box > a {
  text-decoration: none;
}
.sub_cta .sub_cta_btn_box__tel {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sub_cta .sub_cta_btn_box__tel__line__number {
    display: none;
  }
}
.sub_cta .sub_cta_btn_box__tel__line__number {
  color: #ffffff;
  position: absolute;
  font-weight: bold;
  left: 32%;
  top: -10%;
  font-size: 5.8vw;
}
@media screen and (min-width: 1000px) {
  .sub_cta .sub_cta_btn_box__tel__line__number {
    font-size: 3.5rem;
  }
}
.sub_cta .sub_cta_box {
  background-image: url(../images/sp/CTA2.svg);
  background-repeat: no-repeat;
  background-size: 210%;
  background-position-x: 50%;
  background-position-y: 10%;
}
@media screen and (min-width: 768px) {
  .sub_cta .sub_cta_box {
    background-image: url(../images/pc/CTA2.svg);
    background-position-y: 22%;
    background-position-x: 50%;
    background-size: 270%;
  }
}

.sapparo_voice {
  background-color: #e8ffe0;
  padding: 3rem 0;
}
.sapparo_voice__title {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sapparo_voice__title {
    width: 80%;
  }
}
.sapparo_voice__content {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .sapparo_voice__content {
    flex-wrap: unset;
  }
}
.sapparo_voice__content__item {
  margin-bottom: 10px;
  width: 48%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .sapparo_voice__content__item {
    margin-bottom: 0;
    width: 25%;
  }
}
.sapparo_voice__content__item:hover {
  position: relative;
}
.sapparo_voice__content__item:hover::after {
  content: "";
  background-image: url("../images/lp_coop_fcoop/fix/ico_zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.sapparo_voice__content__item img {
  width: 100%;
}

.c-popup {
  display: block;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
.c-popup__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.c-popup__content {
  border-radius: 2px;
  left: 50%;
  padding: 20px 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
@media screen and (min-width: 768px) {
  .c-popup__content {
    padding: 40px 0;
    max-width: 540px;
  }
}
.c-popup__content a[class*=c-button__] {
  text-align: center;
  border-radius: 2px;
  font-weight: 700;
  font-size: 18px;
  margin: auto;
  margin-top: 30px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .c-popup__content a[class*=c-button__] {
    font-size: 20px;
    padding: 10px;
    max-width: 250px;
    margin-top: 40px;
  }
}

.img-zoom .img-box {
  width: 100%;
  height: auto;
}
.img-zoom .img-box img {
  max-width: 100%;
  width: 100%;
  max-height: 80%;
  margin: auto;
}
.img-zoom .m-close1 {
  height: 30px;
  width: 3px;
  margin-left: 12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  right: 10px;
  float: right;
  position: relative;
  bottom: 10px;
  cursor: pointer;
}
.img-zoom .m-close2 {
  height: 30px;
  width: 3px;
  background-color: #fff;
  transform: rotate(90deg);
  z-index: 2;
  cursor: pointer;
}