@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*clear fix*/
.l-main:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

/*
@mixin abridgement($line-height,$font-size,$lines,$color){
    line-height: $line-height;
    max-height: $font-size * $line-height * $lines +px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align:justify;
    &:before,
    &:after{
        position: absolute;
    }
    &:before{
        content: '...';
        background: $color;
        right: 0px;
        text-align: center;
        width:1.2em !important;
        top:$font-size*$line-height*($lines - 1) +px;
        //z-index: 3;
    }
    &:after {
        content: '';
        height: 100%;
        width: 100%;
        background: 0px;
        //z-index: 2;
        background: $color;
    }
}
*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
html,
body {
  scroll-behavior: smooth;
}
html.is-noScroll,
body.is-noScroll {
  overflow-y: hidden;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #FFF;
  color: #333333;
  font-family: 'arial',  'Open Sans', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'Hiragino Sans', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', -apple-system, blinkMacSystemFont, sans-serif;;
  font-size: 1.4rem;
  line-height: 1.7;
  /*margin-bottom: 85px;*/
  /*margin-bottom: 150px;*/
}
body.is-noScroll {
  overflow-y: hidden;
}
@media screen and (min-width: 992px) {
  body {
    margin-bottom: 0px;
  }
}

html {
  font-size: 62.5%;
}

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

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

img {
  max-width: 100%;
  margin: auto;
  vertical-align: top;
  height: auto;
}

h1, h2, h3, h4, h5 {
  color: #333333;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span {
  word-break: break-word;
}

th, td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #BABABA !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #BABABA !important;
}
input:placeholder-shown,
textarea:placeholder-shown {
  color: #BABABA !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #BABABA !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #BABABA !important;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #BABABA !important;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #BABABA !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #BABABA !important;
}

#wpadminbar {
  display: none;
}

html {
  margin-top: 0 !important;
}

.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .l-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    background: #007cc1;
  }
}
.l-header.is-fixed {
  position: fixed;
  margin-top: 0;
}
.l-header .l-header__body {
  height: 60px;
  background: #007cc1;
}
@media screen and (min-width: 992px) {
  .l-header .l-header__body {
    max-width: 530px;
    width: 20%;
  }
}
.l-header .l-header__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
@media screen and (min-width: 992px) {
  .l-header .l-header__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
  }
}

.l-header__titlearea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.l-header__titlearea .l-header__logo {
  margin-right: 2px;
}
@media screen and (min-width: 992px) {
  .l-header__titlearea .l-header__logo {
    max-width: 270px;
    width: auto;
  }
}
.l-header__titlearea .l-header__logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header__titlearea .l-header__logo a img {
  width: 153px;
}
@media screen and (min-width: 992px) {
  .l-header__titlearea .l-header__logo a img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .l-header__titlearea .l-header__description {
    max-width: 232px;
    width: auto;
  }
}
.l-header__titlearea .l-header__description img {
  height: 50px;
}
@media screen and (min-width: 992px) {
  .l-header__titlearea .l-header__description img {
    width: 100%;
    height: auto;
  }
}

.l-header__nav {
  position: relative;
  z-index: 9999;
}

.openbtn1 {
  position: relative;
  background: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
}
.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 9px;
  height: 2px;
  background: #fff;
  width: 20px;
}
.openbtn1 span:nth-of-type(1) {
  top: 11px;
}
.openbtn1 span:nth-of-type(2) {
  top: 19px;
}
.openbtn1 span:nth-of-type(3) {
  top: 27px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 13px;
  left: 9px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 20px;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3) {
  top: 25px;
  left: 9px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 20px;
}

#l-header__gnav-body {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body {
    position: relative;
    height: auto;
    width: 80%;
    background-color: transparent;
    pointer-events: inherit;
    opacity: 1;
  }
}
#l-header__gnav-body .l-header__gnav-container {
  background-color: #007CC1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: -100vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    background-color: transparent;
  }
}
#l-header__gnav-body.active {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  pointer-events: auto;
}
#l-header__gnav-body.active .l-header__gnav-container {
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#l-header__gnav-body .l-header__gnav-container__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6.4rem 2rem 2.7rem;
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner {
    padding: 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav {
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 97%;
    padding: 0 10px 0;
    margin-right: 3%;
  }
}
@media screen and (min-width: 1366px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 70%;
    padding: 0 10px 0;
    max-width: 93rem;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li {
  border-bottom: solid 1px #4AB3D6;
  padding: 10px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav li {
    border-bottom: none;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .gnav li a {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav li a {
    font-size: 1.2rem;
    line-height: 1.25;
    text-align: center;
  }
}
@media screen and (min-width: 1100px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1366px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav li a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1600px) {
  #l-header__gnav-body .l-header__gnav-container__inner .gnav li a {
    font-size: 1.4rem;
  }
}

#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact {
  margin: 5rem auto 0;
  /*
  @include mq(lg, min) {
    max-width: 364px;
    width: 27%;
    margin-right: 3%;
    margin: 0 auto 0;
  }
  */
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact {
    /*display: none;*/
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1366px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact {
    position: static;
    right: auto;
    bottom: auto;
    max-width: 364px;
    width: 27%;
    margin-right: 3%;
    margin: 0 3% 0 auto;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5px;
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li {
    width: auto;
    padding: 0%;
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li {
    width: auto;
    padding: 0%;
  }
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(1) img {
    max-height: 65px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(1) img {
    max-height: 65px;
    width: auto;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(2) {
  padding-right: 0;
  padding-left: 5px;
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(2) {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(2) {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 576px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(2) img {
    max-height: 65px;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  #l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__contact ul li:nth-child(2) img {
    max-height: 65px;
    width: auto;
  }
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__banner {
  margin: 10px auto 0;
}
#l-header__gnav-body .l-header__gnav-container__inner .l-header__gnav__banner a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px;
  background-color: #fff;
}

#common_fixed_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 85px;
  /*height: 143px;*/
  z-index: 999;
}
@media screen and (min-width: 415px) {
  #common_fixed_sp {
    display: none;
  }
}
#common_fixed_sp ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
#common_fixed_sp ul .reflection {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#common_fixed_sp ul .reflection:nth-child(2) {
  padding-right: 0;
  padding-left: 5px;
}
#common_fixed_sp ul .reflection img {
  width: 100%;
}
#common_fixed_sp ul .reflection::after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  z-index: 100;
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* ============
* .l-hero
============== */
.l-hero {
  position: relative;
  height: 453px;
  margin-top: 50px;
  background: url("../img/hero_img_sp.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .l-hero {
    height: 100vh;
    margin-top: 0;
    background: url("../img/hero_img.jpg") no-repeat top center;
    background-size: cover;
  }
}
.l-hero .l-hero__contents {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero__contents {
    width: 90%;
    padding: 0;
  }
}
.l-hero .l-hero__title {
  margin-bottom: auto;
  margin-top: 2rem;
  color: #E84376;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-transition: 0.3s all ease-in;
  transition: 0.3s all ease-in;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero__title {
    margin-top: -20rem;
    margin-bottom: 0;
    font-size: 5rem;
    font-weight: 700;
  }
}
.l-hero .l-hero-logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero-logo {
    display: block;
    position: absolute;
    top: 2rem;
    width: 234px;
    -webkit-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
  }
}
@media screen and (min-width: 992px) {
  .l-hero .l-hero-logo.l-hero-logo--2 {
    width: 374px;
  }
}

.l-footer {
    margin-bottom: 9rem;
}
@media screen and (min-width: 415px) {
  .l-footer {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
}

.l-footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-footer-nav ul li {
  width: 50%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li {
    width: auto;
  }
}
.l-footer-nav ul li a {
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li a {
    padding: 0 1.3rem;
    font-size: 1.5rem;
  }
}
.l-footer-nav ul li a:before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: #E84376;
}
@media screen and (min-width: 992px) {
  .l-footer-nav ul li a:before {
    top: -3px;
  }
}
.l-footer-nav a {
  color: #333333;
}
.l-footer-nav a:hover {
  color: #E84376;
}

.paged .l-main {
  padding: 0rem 0;
}
@media screen and (min-width: 992px) {
  .paged .l-main {
    padding: 0;
  }
}

.l-wrap {
  overflow: hidden;
  position: relative;
  z-index: 21;
  margin-top: 60px;
  background: #FFF;
}
@media screen and (min-width: 992px) {
  .l-wrap {
    margin-top: 90px;
  }
}

.l-content {
  margin: auto;
}
.l-content .l-content--search {
  margin: 1.6rem auto 0;
}
@media screen and (min-width: 375px) {
  .l-content .l-content--search {
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 414px) {
  .l-content .l-content--search {
    margin: 2.5rem auto 0;
  }
}
@media screen and (min-width: 992px) {
  .l-content .l-content--search {
    width: 628px;
    margin: 0 auto;
  }
}

.l-main {
  position: relative;
  z-index: 2;
  padding: 0rem 0;
}
@media screen and (min-width: 992px) {
  .l-main.l-main--small {
    width: 72%;
  }
}
@media screen and (min-width: 1280px) {
  .l-main.l-main--small {
    width: 822px;
  }
}

.l-side {
  position: relative;
}
@media screen and (min-width: 992px) {
  .l-side {
    width: 304px;
    height: 100%;
    margin-top: 0;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-side {
    margin-left: auto;
  }
}
.l-side .l-side__item {
  margin-bottom: 5rem;
}

.l-aside-headLine {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 40.3vw;
  z-index: 1;
}
@media screen and (min-width: 375px) {
  .l-aside-headLine {
    padding-top: 39.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-aside-headLine {
    padding-top: 15.6%;
  }
}
.l-aside-headLine a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-aside-headLine .l-aside-headLine__bg {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-aside-headLine .l-aside-headLine__bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 16%;
    max-width: 2400px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
  }
}
@media screen and (min-width: 992px) {
  .l-aside-headLine .l-aside-headLine__bg {
    min-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .l-aside-headLine .l-aside-headLine__bg {
    height: 16%;
    min-width: 1260px;
  }
}
.l-aside-headLine .l-aside-headLine__bg--sp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 40.3vw;
  min-width: 320px;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}
@media screen and (min-width: 375px) {
  .l-aside-headLine .l-aside-headLine__bg--sp {
    height: 39.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-aside-headLine .l-aside-headLine__bg--sp {
    display: none;
  }
}
.l-aside-headLine.is-modal {
  z-index: 999;
}

.l-aside-bottom {
  overflow-x: hidden;
}
.l-aside-bottom .l-aside-bottom__bg {
  min-height: 36vw;
  max-height: 150px;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 992px) {
  .l-aside-bottom .l-aside-bottom__bg {
    height: 265px;
    min-height: 205px;
    min-width: 980px;
    max-width: 2400px;
  }
}
@media screen and (min-width: 1200px) {
  .l-aside-bottom .l-aside-bottom__bg {
    min-height: 265px;
    min-width: 1280px;
  }
}

.l-aside-slider {
  overflow: hidden;
  background: #007cc1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .l-aside-slider {
    margin-bottom: 0;
  }
}

.l-aside {
  background: #04a5ff;
}
.l-aside h2 {
  color: #E84376;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-aside h2 {
    text-align: left;
    font-size: 2.8rem;
  }
}
.l-aside .container p {
  margin-bottom: 2rem;
  color: #E84376;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 375px) {
  .l-aside .container p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  .l-aside .container p {
    margin-bottom: 0;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.7;
  }
}
.l-aside .l-aside-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 67px;
  color: #FFF;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
  background: #E84376;
  border-radius: 6px;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-aside .l-aside-link {
    pointer-events: none;
    display: block;
    height: auto;
    background: transparent;
    color: #E84376;
    font-size: 4.8rem;
    text-align: left;
  }
}
.l-aside .l-aside-link:hover {
  text-decoration: none;
}
.l-aside .l-aside-link span {
  display: none;
}
@media screen and (min-width: 992px) {
  .l-aside .l-aside-link span {
    display: inline-block;
    font-weight: 400;
    font-size: 2.5rem;
  }
}
.l-aside .l-aside-link small {
  position: relative;
  top: 0;
}
@media screen and (min-width: 992px) {
  .l-aside .l-aside-link small {
    top: -4px;
  }
}
.l-aside .l-aside-link-desc {
  margin-bottom: 0;
}

.l-aside-textAdd {
  margin-bottom: 5rem;
  border: 1px solid #D6D6D6;
  background: #FFF;
}
.l-aside-textAdd .l-aside-textAdd__heading {
  padding: 0.4rem 1rem;
  background: #EAEAEA;
  text-align: left;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.l-aside-textAdd ul {
  padding: 2rem 1rem;
}
@media screen and (min-width: 992px) {
  .l-aside-textAdd ul {
    padding: 2rem;
  }
}
.l-aside-textAdd ul li {
  overflow: hidden;
  width: 100%;
  line-height: 1.4;
}
.l-aside-textAdd ul li:last-child a {
  margin-bottom: 0;
}
.l-aside-textAdd ul li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-indent: -1rem;
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .l-aside-textAdd ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0;
    text-indent: 0;
    color: #333333;
  }
}
.l-aside-textAdd ul li a:hover {
  color: #229FC4;
}
.l-aside-textAdd ul li a:before {
  display: inline-block;
  content: "・";
  color: #333333;
}

/* ============
* .l-footer
============== */
.l-footer {
  position: relative;
  z-index: 30;
  width: 100%;
  padding: 5rem 0rem 1rem;
  background: #007CC1;
}
@media screen and (min-width: 992px) {
  .l-footer {
    padding: 6rem 0 2.6rem;
  }
}
.l-footer .l-footer-copy {
  position: relative;
  display: table;
  margin: 0 auto 0;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .l-footer .l-footer-copy {
    font-size: 1.4rem;
  }
}
.footer__logo {
  max-width: 30rem;
  margin: 0 auto;
}
.footer__inner {
  max-width: 24rem;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .footer__inner {
    max-width: none;
  }
}
.footer__inner .gnav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 3rem 0 4rem;
  flex-flow: row wrap;
}
@media screen and (min-width: 992px) {
  .footer__inner .gnav {
    gap: 3rem;
    padding: 3rem 0 6rem;
    justify-content: center;
  }
}
.footer__inner .gnav li {
  font-size: 1.2rem;
  width: calc((100% - 3rem)/2);
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .footer__inner .gnav li {
    font-size: 1.4rem;
    width: auto;
  }
}
.footer__inner .gnav li a {
  color: #fff;
}

/*@import "object/component/animation";
@import "object/component/article";
@import "object/component/banner";
@import "object/component/breadcrumb";
@import "object/component/button";
@import "object/component/modal";
@import "object/component/modal-av";
@import "object/component/slider";
@import "object/component/tab";
@import "object/component/tag";*/
/*@import "object/state";
@import "object/utility";
@import "object/external/wp_ulike";
@import "object/external/swiper";*/
/* ==============
// font
================= */
/*==========================================
font-family：Noto Sans JP
==========================================*/
/*==========================================
component：purchase（全国出張買取エリア）
==========================================*/
@media screen and (min-width: 992px) {
  .component__purchase_area {
    padding: 100px 0 60px;
  }
}
.component__purchase_area .component__purchase-area__inner {
  padding: 40px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .component__purchase_area .component__purchase-area__inner {
    padding: 0px 0 0px;
  }
}
.component__purchase_area .component__purchase-area__container h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  color: #27a3cd;
  text-align: center;
  width: 100%;
  height: 50px;
  padding: 8px 0 4px;
  background-color: #EBF6FC;
}
@media screen and (min-width: 992px) {
  .component__purchase_area .component__purchase-area__container h2 {
    font-size: 4rem;
    padding: 16px 0 16px;
    margin: 0px auto 0;
    height: 90px;
  }
}
.component__purchase_area .component__purchase-area__box {
  padding: 0 20px;
  margin: 20px auto 0;
}
@media screen and (min-width: 992px) {
  .component__purchase_area .component__purchase-area__box {
    width: 96%;
    max-width: 1000px;
    margin: 40px auto 0;
  }
}
.component__purchase_area .component__purchase-area__box .component__purchase-area__dl {
  margin: 0 auto 20px;
}
@media screen and (min-width: 992px) {
  .component__purchase_area .component__purchase-area__box .component__purchase-area__dl {
    margin: 0 auto 40px;
  }
}
.component__purchase_area .component__purchase-area__box .component__purchase-area__dl dt {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 8px;
}
.component__purchase_area .component__purchase-area__box .component__purchase-area__dl dt:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 5px;
  height: 25px;
  background-color: #27a3cd;
}
.component__purchase_area .component__purchase-area__box .component__purchase-area__dl dd {
  padding: 2px 0 0 10px;
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #27a3cd;
          text-decoration-color: #27a3cd;
}
@media screen and (min-width: 992px) {
  .component__purchase_area .component__purchase-area__box .component__purchase-area__dl dd {
    font-size: 1.8rem;
  }
}
.component__purchase_area .component__purchase-area__box .component__purchase-area__dl dd:before {
  display: none;
}

/*==========================================
component：paginate（ページネーション）
==========================================*/
.archive-paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 40px;
}
@media screen and (min-width: 992px) {
  .archive-paginate {
    padding: 30px 0 100px;
  }
}
.archive-paginate .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  color: #27a3cd;
  border: solid 1px #27a3cd;
  background-color: #fff;
  margin: 0 3px 0;
}
@media screen and (min-width: 992px) {
  .archive-paginate .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 2.6rem;
  }
}
.archive-paginate .page-numbers.dots {
  background-color: transparent;
  border: none;
}
.archive-paginate .page-numbers.next {
  display: none;
}
.archive-paginate .page-numbers.prev {
  display: none;
}
.archive-paginate .page-numbers.current {
  background-color: #27a3cd;
  color: #fff;
}

/*==========================================
component：archive-footer
（カテゴリ、月間アーカイブ、最新記事）
==========================================*/
.component-archive__footer {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .component-archive__footer {
    width: 24%;
    max-width: 240px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.component-archive__footer .component-archive__footer-inner {
  padding: 40px 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.component-archive__footer .component-archive__footer-inner__dl {
  margin: 0 auto 30px;
}
.component-archive__footer .component-archive__footer-inner__dl dt {
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 8px;
}
.component-archive__footer .component-archive__footer-inner__dl dt:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 5px;
  height: 25px;
  background-color: #27a3cd;
}
.component-archive__footer .component-archive__footer-inner__dl dd {
  padding: 2px 0 0 10px;
}
.component-archive__footer .component-archive__footer-inner__dl dd:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background-image: url(../img/common/common_icon_arrow_circle@2x.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 1px;
}

/*==========================================
common：各セクション共通タイトル
==========================================*/
.c-sec__title {
  text-align: center;
  line-height: 1.3;
  padding: 20px 0 10px;
}
@media screen and (min-width: 992px) {
  .c-sec__title {
    margin-bottom: 2rem;
    padding: 100px 0 10px;
  }
}
.c-sec__title h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #27a3cd;
}
@media screen and (min-width: 992px) {
  .c-sec__title h2 {
    font-size: 4rem;
  }
}
.c-sec__title .c-sec__title__sub-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #fff;
  background: #27a3cd;
  font-size: 1.4rem;
  width: 100px;
  margin: 4px auto 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 0 2px;
}

.c-article__list {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .c-article__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

.c-related {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .c-related {
    width: 822px;
    margin-right: auto;
  }
}
.c-related .title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
}

.c-color-accent {
  color: #E84376;
}

@-webkit-keyframes cursorScaleAnimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cursorScaleAnimation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes cursorScaleAnimation2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes cursorScaleAnimation2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes cursorAni {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes cursorAni {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*==========================================
common：各セクション共通コンテナ
==========================================*/
.l-content__common {
  background-color: #EBF6FC;
  padding: 0 0 0px;
}

/*==========================================
common：パンクズリスト整形
==========================================*/
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*background-color: #fff;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 10px 6px;
  overflow-x: auto;
}
@media screen and (min-width: 992px) {
  .breadcrumb {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
  }
}
.breadcrumb .bred__item {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-right: 10px;
}
.breadcrumb .bred__item a {
  font-size: 1.2rem;
}
.breadcrumb .bred__item a:after {
  content: ">";
  margin: 0 5px;
}
.breadcrumb .bred__item span {
  font-size: 1.2rem;
}

/*==========================================
common：swiperページネーション設定追加
==========================================*/
.l-wrap .l-main .swiper-pagination-bullet {
  background-color: #5394b7;
}
@media screen and (min-width: 992px) {
  .l-wrap .l-main .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 7px 0;
  }
}
.l-wrap .l-main .swiper-pagination-bullet-active {
  background-color: #27a3cd;
}

/*==========================================
common：SNSリスト
==========================================*/
.snsList {
  display: flex;
  gap: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  z-index: 9999;
}
@media screen and (min-width: 992px) {
  .snsList {
    display: none;
  }
}
.snsList__li {
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.snsList__link {
  display: block;
  width: 100%;
  height: 100%;
}

/*==========================================
common：PC,スマホ分岐設定
==========================================*/
.sp-display {
  display: block;
}
@media screen and (min-width: 992px) {
  .sp-display {
    display: none;
  }
}

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

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

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

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

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



/*==========================================
purchase_Common（全国出張買取 共通設定）
==========================================*/
.single-purchase .purchase-single__section {
  padding: 40px 0 40px;
}
@media screen and (min-width: 992px) {
  .single-purchase .purchase-single__section {
    padding: 100px 0 70px;
    padding: 100px 0;
  }
}
.single-purchase .purchase-single__section .purchase-single__section__inner {
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .single-purchase .purchase-single__section .purchase-single__section__inner {
    max-width: 1000px;
    width: 96%;
    padding: 0 0;
    margin: 0 auto;
  }
}
  .single-purchase .section-title__box {
    text-align: center;
  }
.single-purchase .section-title__box .purchase-single__area {
  background-color: #27a3cd;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2px 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0 auto 10px;
}
@media screen and (min-width: 992px) {
  .single-purchase .section-title__box .purchase-single__area {
    text-align: center;
    margin: 0 auto 10px;
  }
}
.single-purchase .section-title__box .section-title {
  font-size: 3rem;
  font-weight: bold;
  color: #27a3cd;
  line-height: 1.23;
  padding: 0 0 10px;
}
@media screen and (min-width: 992px) {
  .single-purchase .section-title__box .section-title {
    font-size: 4rem;
    padding: 0 0 30px;
  }
}
@media screen and (min-width: 576px) {
    .single-purchase .section-title__box .purchase-single__area {
        display: inline-block;
    }
}
/*==========================================
Section：purchase-single__fv
（archive/single 共通ファーストビュー:single用調整）
==========================================*/
#purchase-single__fv .purchase-fv__wrap {
  background-image: url(../img/purchase/purchase_bg_single_sp@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 415px) {
  #purchase-single__fv .purchase-fv__wrap {
    background-image: url(../img/purchase/purchase_bg_single@2x.jpg);
    background-position: center bottom 90px;
  }
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__wrap {
    background-image: url(../img/purchase/purchase_bg_single@2x.jpg);
    background-position: center bottom 130px;
  }
}
#purchase-single__fv .c-sec__title {
  padding: 20px 0 3px;
}
#purchase-single__fv .c-sec__title h2 {
  font-size: 5.6rem;
  font-weight: bold;
  color: #0086BB;
  line-height: 5.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 16px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .c-sec__title h2 {
    font-size: 15rem;
    line-height: 15rem;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1200px) {
  #purchase-single__fv .c-sec__title h2 {
    font-size: 17.8rem;
    line-height: 17.8rem;
    margin: 0 auto 20px;
  }
}
#purchase-single__fv .c-sec__title h3 {
  padding: 1rem 2rem 0.7rem;
  background-color: #27a3cd;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  #purchase-single__fv .c-sec__title h3 {
    display: inline-block;
    font-size: 2.6rem;
    padding: 1rem 2rem 0.7rem;
  }
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .c-sec__title h3 {
    margin: 0 auto 20px;
  }
}
#purchase-single__fv .c-sec__title p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .c-sec__title p {
    font-size: 6rem;
    line-height: 6rem;
  }
}
#purchase-single__fv .purchase-fv__listbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 334px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox {
    max-width: 745px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 20px;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list {
  width: calc((100% - 16px) / 3);
  height: 80px;
  border: solid 1px #27a3cd;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 0;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list {
    width: calc((100% - 34px) / 3);
    height: 180px;
    padding: 20px 0 0;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon {
  background-color: #27a3cd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 2px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon {
    width: 76px;
    height: 76px;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon img {
  height: 17px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon img {
    height: 38px;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list p {
  color: #27a3cd;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list p {
    font-size: 3.5rem;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list:nth-child(1) .purchase-fv__list__icon {
  padding: 3px 0 0;
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list:nth-child(2) .purchase-fv__list__icon img {
  height: 18px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list:nth-child(2) .purchase-fv__list__icon img {
    height: 41px;
  }
}
#purchase-single__fv .purchase-fv__listbox .purchase-fv__list:last-child .purchase-fv__list__icon img {
  height: 22px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__listbox .purchase-fv__list:last-child .purchase-fv__list__icon img {
    height: 49px;
  }
}
#purchase-single__fv .purchase-fv__contact {
  background-color: #1E6DB4;
  width: 100%;
  height: 100px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 2% 10px;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__contact {
    height: auto;
    padding: 10px 2% 2px;
  }
}
#purchase-single__fv .purchase-fv__contact .purchase-fv__contact__text {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
}
#purchase-single__fv .purchase-fv__contact .purchase-fv__contact__box {
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #purchase-single__fv .purchase-fv__contact .purchase-fv__contact__box {
    max-width: 874px;
    width: 90%;
  }
}
#purchase-single__fv .component-archive__footer-inner {
  padding: 40px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#purchase-single__fv .component-archive__footer-purchase h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  color: #27a3cd;
  text-align: center;
  width: 100%;
  height: 50px;
  padding: 8px 0 4px;
  background-color: #EBF6FC;
}
#purchase-single__fv .component-archive__footer-purchase__inner {
  padding: 0 20px;
  margin: 20px auto 0;
}
#purchase-single__fv .component-archive__footer-purchase__inner .component-archive__footer-inner__dl {
  margin: 0 auto 20px;
}
#purchase-single__fv .component-archive__footer-purchase__inner .component-archive__footer-inner__dl dd {
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #27a3cd;
          text-decoration-color: #27a3cd;
}
#purchase-single__fv .component-archive__footer-purchase__inner .component-archive__footer-inner__dl dd:before {
  display: none;
}

/*==========================================
Section：purchase-single__consider
（ローン中の車を売却検討中の方へ）
==========================================*/
#purchase-single__consider {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #purchase-single__consider .purchase-single__content {
    font-size: 1.6rem;
  }
}

/*==========================================
Section：purchase-single__flow
（ローン中の車を売却する流れ）
==========================================*/
#purchase-single__flow .purchase-single__flow-list {
  margin: 0 auto 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  #purchase-single__flow .purchase-single__flow-list {
    max-width: 850px;
    width: 90%;
  }
}
#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-photo {
  margin-right: 23px;
}
#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-photo img {
  width: 110px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  #purchase-single__flow .purchase-single__flow-list .purchase-single__flow-photo img {
    width: 240px;
    height: 196px;
  }
}
#purchase-single__flow .purchase-single__section__inner {
    padding: 0;
}
#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-textarea {
  width: calc(100% - 133px);
}
#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-textarea .purchase-single__flow-step {
  font-size: 2rem;
  font-weight: bold;
  color: #27a3cd;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  #purchase-single__flow .purchase-single__flow-list .purchase-single__flow-textarea .purchase-single__flow-step {
    font-size: 2.4rem;
    margin: 0 0 0;
  }
}
#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-textarea .purchase-single__flow-description {
	font-size: 1.8rem;
    font-weight: bold;
}
@media screen and (min-width: 992px) {
  #purchase-single__flow .purchase-single__flow-list .purchase-single__flow-textarea .purchase-single__flow-description {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 576px) {
	#purchase-single__flow .purchase-single__flow-listbox {
		
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		gap: 20px;
	}
	#purchase-single__flow .purchase-single__flow-list {
		margin: 0;
		display: block;
        width: calc((100% - 80px) / 5);
	}
	#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-textarea {
		width: 100%;
	}
	#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-photo {
		margin-right: 0;
	}
	#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-photo img {
		width: 100%;
	}
	#purchase-single__flow .purchase-single__flow-list .purchase-single__flow-textarea .purchase-single__flow-description {
		font-size: 1.7rem;
	}
}

/*==========================================
Section：purchase-single__documents
（ローン中の車を売却する必要書類）
==========================================*/
#purchase-single__documents {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #purchase-single__documents .purchase-single__content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 75px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#purchase-single__documents .purchase-single__content ul li {
  padding: 0px 0 10px 25px;
  position: relative;
  background-image: url("../img/top/top_icon_ available_list@2x.png");
  background-size: 16px;
  background-position: left top 4px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  #purchase-single__documents .purchase-single__content ul li {
    font-size: 1.8rem;
    background-size: 18px;
    padding: 0px 0 10px 32px;
  }
}
#purchase-single__documents .purchase-single__content ul li:last-child {
  padding: 0px 0 0px 25px;
}
@media screen and (min-width: 992px) {
  #purchase-single__documents .purchase-single__content ul li:last-child {
    padding: 0px 0 0px 32px;
  }
}

/*==========================================
Section：purchase-single__merit
（ローン中の車を売却するメリット）
==========================================*/
#purchase-single__merit .purchase-single__content {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 20px;
}
@media screen and (min-width: 992px) {
  #purchase-single__merit .purchase-single__content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 75px 40px;
  }
}
#purchase-single__merit .purchase-single__content li {
  padding: 0 0 20px;
}
@media screen and (min-width: 992px) {
  #purchase-single__merit .purchase-single__content li {
    font-size: 1.6rem;
  }
}
#purchase-single__merit .purchase-single__content li:last-child {
  padding: 0 0 0;
}

/*==========================================
Section：purchase-single__demerit
（ローン中の車を売却するデメリット）
==========================================*/
#purchase-single__demerit {
  padding: 0px 0 40px;
}
@media screen and (min-width: 992px) {
  #purchase-single__demerit {
    padding: 0px 0 100px;
  }
}
#purchase-single__demerit .purchase-single__content {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 20px;
}
@media screen and (min-width: 992px) {
  #purchase-single__demerit .purchase-single__content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px 75px 40px;
  }
}
#purchase-single__demerit .purchase-single__content li {
  padding: 0 0 20px;
}
@media screen and (min-width: 992px) {
  #purchase-single__demerit .purchase-single__content li {
    font-size: 1.6rem;
  }
}
#purchase-single__demerit .purchase-single__content li:last-child {
  padding: 0 0 0;
}

/*==========================================
Section：purchase-single__important
（ローン中の車を売却する際の注意点）
==========================================*/
#purchase-single__important {
  background-color: #fff;
	padding: 0;
}
#purchase-single__important .purchase-single__important__listbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#purchase-single__important .purchase-single__important__listbox li {
  width: calc((100% - 20px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 10px #EBF6FC;
  padding: 10px 10px 10px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 992px) {
  #purchase-single__important .purchase-single__important__listbox li {
    width: calc((100% - 54px) / 4);
    padding: 20px 10px 20px;
  }
}
#purchase-single__important .purchase-single__important__listbox li .purchase-single__important-photo {
  margin: 0 auto 10px;
  text-align: center;
}
#purchase-single__important .purchase-single__important__listbox li .purchase-single__important-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  #purchase-single__important .purchase-single__important__listbox li .purchase-single__important-photo img {
    width: 177px;
    height: 177px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#purchase-single__important .purchase-single__important__listbox li .purchase-single__important__text {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #purchase-single__important .purchase-single__important__listbox li .purchase-single__important__text {
    font-size: 1.4rem;
  }
}

/*==========================================
Section：purchase-single__choose
（ローン中の車を売却する店の選び方）
==========================================*/
@media screen and (min-width: 992px) {
  #purchase-single__choose .purchase-single__content {
    font-size: 1.6rem;
  }
}

/*==========================================
Section：component__purchase_area
（コンポーネント：47都道府県、主要都市）
==========================================*/
.single-purchase .component__purchase_area {
  background-color: #fff;
}

/* ==============
// c-searchform
================= */
.c-searchform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 375px) {
  .c-searchform {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 414px) {
  .c-searchform {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .c-searchform {
    margin-top: -2rem;
    margin-bottom: 3rem;
  }
}

.c-searchform-icon--gnav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-searchform-icon--gnav {
    display: block;
  }
}
.c-searchform-icon--gnav:before {
  font-size: 2.6rem;
}

.c-searchform-icon--input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.3rem;
  width: 44px;
  height: 38px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (min-width: 375px) {
  .c-searchform-icon--input {
    width: 42px;
    height: 42px;
  }
}
@media screen and (min-width: 414px) {
  .c-searchform-icon--input {
    width: 44px;
    height: 44px;
  }
}
@media screen and (min-width: 992px) {
  .c-searchform-icon--input {
    width: 60px;
    height: 60px;
  }
}
.c-searchform-icon--input:before {
  font-size: 1.8rem;
  color: #333333;
}
@media screen and (min-width: 375px) {
  .c-searchform-icon--input:before {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 992px) {
  .c-searchform-icon--input:before {
    font-size: 2.6rem;
  }
}
.c-searchform-icon--input:focus {
  outline: none;
}
.c-searchform-icon--input:focus:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #1566e0;
}
.c-searchform-icon--input:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.c-searchform-box {
  position: relative;
  width: 100%;
  height: 38px;
  margin: auto;
  border-radius: 3px;
  background: #FFF;
}
@media screen and (min-width: 375px) {
  .c-searchform-box {
    height: 42px;
  }
}
@media screen and (min-width: 414px) {
  .c-searchform-box {
    height: 44px;
  }
}
@media screen and (min-width: 992px) {
  .c-searchform-box {
    height: 60px;
  }
}
.c-searchform-box .c-searchform-input {
  position: absolute;
  left: -27px;
  width: 105%;
  height: 100%;
  padding: 1.2rem 1.2rem 1.2rem 0.8rem;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 3px solid #FFF;
  -webkit-transform: scale(0.8125);
          transform: scale(0.8125);
  border-radius: 3px;
}
@media screen and (min-width: 375px) {
  .c-searchform-box .c-searchform-input {
    left: -3vw;
    padding: 1.4rem;
    font-size: 1.6rem;
    -webkit-transform: scale(0.9375);
            transform: scale(0.9375);
  }
}
@media screen and (min-width: 992px) {
  .c-searchform-box .c-searchform-input {
    position: relative;
    left: auto;
    width: 100%;
    padding: 2rem;
    font-size: 2rem;
    -webkit-transform: unset;
            transform: unset;
  }
}
.c-searchform-box .c-searchform-input:focus {
  outline: none;
}
@media screen and (min-width: 992px) {
  .c-searchform-box .c-searchform-input:focus {
    border: 3px solid #1566e0;
    -webkit-box-shadow: 0 5px 20px 0 rgba(107, 13, 42, 0.3);
            box-shadow: 0 5px 20px 0 rgba(107, 13, 42, 0.3);
  }
}
.c-search-result {
  margin-bottom: 2rem;
  padding: 0.6rem 1.3rem;
  background: #efefef;
  color: #333333;
  border-radius: 3px;
}
@media screen and (min-width: 992px) {
  .c-search-result {
    margin-bottom: 4rem;
    padding: 1.5rem 2rem;
  }
}
.c-search-result p {
  color: #333333;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .c-search-result p {
    font-size: 1.4rem;
  }
}
.c-search-result p span {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .c-search-result p span {
    font-size: 1.8rem;
  }
}

.c-search-result--banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-search-result--banner a {
  width: 49.5%;
  padding-right: 1%;
}
.c-search-result--banner a:nth-of-type(2n) {
  padding-left: 1%;
  padding-right: 0;
}
.c-search-result--banner img {
  margin-bottom: 2rem;
}

/*==========================================
ブログ：レイアウトメガマックス統合版
==========================================*/
body.page-template-archive-loan_blog .l-content__common,
body.single-loan_blog .l-content__common,
body.tax-mado_category .l-content__common {
  background-color: #EBF6FC;
  padding: 0 0 0px;
}
body.page-template-archive-loan_blog .breadcrumb,
body.single-loan_blog .breadcrumb,
body.tax-mado_category .breadcrumb {
  padding: 8px 10px 6px;
}
@media screen and (min-width: 992px) {
  .blog__content__body {
    max-width: 1000px;
    width: 96%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
}
.blog__content__body:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 992px) {
  .blog__content__body .archive-blog__content {
    width: 74%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 2%;
    padding: 0;
  }
}

.archive-article__container {
  padding: 0 10px;
}
@media screen and (min-width: 992px) {
  .archive-article__container {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .archive-article__container:after {
    content: "";
    display: block;
    width: calc((100% - 20px) / 2);
    margin: 0 0 20px;
  }
}
.archive-article__container .archive-article__box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 20px;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .archive-article__container .archive-article__box {
    width: calc((100% - 20px) / 2);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 0 20px;
  }
}
.archive-article__container .archive-article__box .archive-article__time {
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: block;
}
.archive-article__container .archive-article__box .archive-article__title {
  font-size: 1.8rem;
  margin: 2px 0 8px;
  line-height: 1.2;
  font-weight: bold;
}
.archive-article__container .archive-article__box .archive-article__heading {
  padding: 0;
}
.archive-article__container .archive-article__box .archive-article__image-box {
  width: 100%;
  max-width: none;
}
.archive-article__container .archive-article__box .archive-article__image-box img {
  width: 100%;
  /*aspect-ratio: 320/213;*/
  aspect-ratio: 1000/560;
  -o-object-fit: cover;
     object-fit: cover;
	margin-bottom: 1rem;
}
.archive-article__container .archive-article__box .archive-article__content {
  margin: 10px auto 10px;
}
.archive-article__container .archive-article__box .archive-article__button-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-article__container .archive-article__box .archive-article__button-area .archive-article__button {
  font-size: 1.2rem;
}
.archive-article__container .archive-article__box .archive-article__button-area .archive-article__button:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-image: url(../img/loan/common_icon_arrow_circle@2x.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 1px;
}
.archiveBlog_title {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .archiveBlog_title {
    max-width: 400px;
  }
}
.blog__content__body video {
  max-width: 100%;
}

/*==========================================
archive：voice（お客様の声一覧）
==========================================*/
.page-voice .c-sec__title p {
  padding: 10px 0 10px;
}
@media screen and (min-width: 992px) {
  .page-voice .c-sec__title p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .page-voice .archive-article__container {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .page-voice .archive-article__container:after {
    content: "";
    display: block;
    width: calc((100% - 40px) / 3);
  }
}
.page-voice .archive-article__container .archive-article__box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0 0 40px;
}
@media screen and (min-width: 992px) {
  .page-voice .archive-article__container .archive-article__box {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 992px) {
  .page-voice .archive-article__container .archive-article__box .archive-article__content {
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: auto;
    text-overflow: inherit;
    margin: 10px auto 10px;
  }
}
.page-voice .blog-article__heading {
  border-bottom: solid 1px #f5f5f5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page-voice .blog-article__heading .archive-article__title {
  color: #fff;
  background-color: #27a3cd;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 5px 15px 3px;
  border-radius: 50px;
}
.page-voice .blog-article__heading dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*==========================================
archive：purchase（全国出張買取）
==========================================*/
.page-purchase .purchase-fv__wrap {
  background-image: url(../img/purchase/purchase_bg_main_sp@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (min-width: 415px) {
  .page-purchase .purchase-fv__wrap {
    background-image: url(../img/purchase/purchase_bg_main@2x.jpg);
  }
}
@media screen and (min-width: 992px) {
  .page-purchase .purchase-fv__wrap {
    background-image: url(../img/purchase/purchase_bg_main@2x.jpg);
  }
}
.page-purchase .c-sec__title {
  margin-bottom: 0rem;
}
@media screen and (min-width: 992px) {
  .page-purchase .c-sec__title {
    padding: 100px 0 0;
  }
}
.page-purchase .c-sec__title h2 {
  font-size: 7.6rem;
  font-weight: bold;
  color: #0086BB;
  line-height: 1.07;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .page-purchase .c-sec__title h2 {
    font-size: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-purchase .c-sec__title h2 {
    font-size: 17.8rem;
  }
}
.page-purchase .c-sec__title p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .page-purchase .c-sec__title p {
    font-size: 6rem;
  }
}
.page-purchase .purchase-fv__car {
  max-width: 116px;
  margin: 0 auto 16px;
}
@media screen and (min-width: 992px) {
  .page-purchase .purchase-fv__car {
    max-width: 277px;
  }
}
.page-purchase .purchase-fv__listbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 334px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .page-purchase .purchase-fv__listbox {
    max-width: 745px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px 20px;
  }
}
.page-purchase .purchase-fv__listbox .purchase-fv__list {
  width: calc((100% - 16px) / 3);
  height: 80px;
  border: solid 1px #27a3cd;
  border-radius: 3px;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 0;
}
@media screen and (min-width: 992px) {
  .page-purchase .purchase-fv__listbox .purchase-fv__list {
    width: calc((100% - 34px) / 3);
    height: 180px;
    padding: 20px 0 0;
  }
}
.page-purchase .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon {
  width: calc((100% - 16px) / 3);
  background-color: #27a3cd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 2px;
}
@media screen and (min-width: 992px) {
  .page-purchase .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon {
    width: 76px;
    height: 76px;
  }
}
.page-purchase .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon img {
  height: 17px;
}
@media screen and (min-width: 992px) {
  .page-purchase .purchase-fv__listbox .purchase-fv__list .purchase-fv__list__icon img {
    height: 38px;
  }
}
.page-purchase .purchase-fv__listbox .purchase-fv__list p {
  color: #27a3cd;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .page-purchase .purchase-fv__listbox .purchase-fv__list p {
    font-size: 3.5rem;
  }
}
.page-purchase .purchase-fv__listbox .purchase-fv__list:nth-child(1) .purchase-fv__list__icon {
  padding: 3px 0 0;
}
.page-purchase .purchase-fv__listbox .purchase-fv__list:nth-child(2) .purchase-fv__list__icon img {
  height: 18px;
}
@media screen and (min-width: 992px) {
  .page-purchase .purchase-fv__listbox .purchase-fv__list:nth-child(2) .purchase-fv__list__icon img {
    height: 41px;
  }
}
.page-purchase .purchase-fv__listbox .purchase-fv__list:last-child .purchase-fv__list__icon img {
  height: 22px;
}
@media screen and (min-width: 992px) {
  .page-purchase .purchase-fv__listbox .purchase-fv__list:last-child .purchase-fv__list__icon img {
    height: 49px;
  }
}
.page-purchase .purchase-fv__contact {
  background-color: #1E6DB4;
  width: 100%;
  height: 100px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 2% 10px;
}
@media screen and (min-width: 992px) {
  .page-purchase .purchase-fv__contact {
    height: auto;
    padding: 10px 2% 2px;
  }
}
.page-purchase .purchase-fv__contact .purchase-fv__contact__text {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
}
.page-purchase .purchase-fv__contact .purchase-fv__contact__box {
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .page-purchase .purchase-fv__contact .purchase-fv__contact__box {
    max-width: 874px;
    width: 90%;
  }
}
.page-purchase .component-archive__footer-inner {
  padding: 40px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-purchase .component-archive__footer-purchase h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  color: #27a3cd;
  text-align: center;
  width: 100%;
  height: 50px;
  padding: 8px 0 4px;
  background-color: #EBF6FC;
}
.page-purchase .component-archive__footer-purchase__inner {
  padding: 0 20px;
  margin: 20px auto 0;
}
.page-purchase .component-archive__footer-purchase__inner .component-archive__footer-inner__dl {
  margin: 0 auto 20px;
}
.page-purchase .component-archive__footer-purchase__inner .component-archive__footer-inner__dl dd {
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: #27a3cd;
          text-decoration-color: #27a3cd;
}
.page-purchase .component-archive__footer-purchase__inner .component-archive__footer-inner__dl dd:before {
  display: none;
}

/*==========================================
Banner：line-assessment（ライン査定）
==========================================*/
@media screen and (min-width: 768px) {
  .top-banner__line-assessment {
    padding-bottom: 100px;
    background-color: #EBF6FC;
  }
}
@media screen and (min-width: 768px) {
  .top-banner__line-assessment a {
    display: block;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
}

/*==========================================
Banner：line-assessment2（ライン査定）
==========================================*/
.top-banner__line-assessment2 {
  margin: 0 auto 10px;
}
@media screen and (min-width: 992px) {
  .top-banner__line-assessment2 {
    margin: 0 auto 100px;
  }
}
@media screen and (min-width: 992px) {
  .top-banner__line-assessment2 a {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

/*==========================================
Banner：line-assessment（ライン査定）
==========================================*/
@media screen and (min-width: 768px) {
  .top-banner__line-assessment3 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .top-banner__line-assessment3 a {
    display: block;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
}

/*==========================================
Section：top-available（買取時にご用意いただく物）
==========================================*/
@media screen and (min-width: 992px) {
  #top-available {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
  }
}
#top-available .section-inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #top-available .section-inner {
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  #top-available .section-inner {
    padding: 0;
  }
}
#top-available .section-inner ul {
  margin: 0 auto 0;
  padding: 10px 20px 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
  #top-available .section-inner ul {
    padding: 40px 20px 40px 75px;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  }
}
#top-available .section-inner ul li {
  padding: 10px 0 10px 25px;
  border-bottom: dotted 1px #707070;
  position: relative;
  background-image: url("../img/top/top_icon_ available_list@2x.png");
  background-size: 16px;
  background-position: left top 14px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  #top-available .section-inner ul li {
    border: none;
    padding: 10px 0 10px 40px;
    background-size: 20px;
    background-position: left top 16px;
    font-size: 18px;
  }
}
#top-available .section-inner ul li:last-child {
  border: none;
}

/*==========================================
Section：top-assessment（No1査定）
==========================================*/
@media screen and (min-width: 992px) {
  #top-assessment {
    max-width: 1000px;
    width: 100%;
  }
}

/*==========================================
Section：top-result（買取実績）
==========================================*/
@media screen and (min-width: 992px) {
  #top-result {
    width: 100%;
  }
}
#top-result .section-title {
  width: 100%;
}
#top-result .section-title img {
  width: 100%;
}
#top-result .section_wrap {
  padding: 0 10px 0;
  /*overflow: hidden;*/
  position: relative;
}
@media screen and (min-width: 992px) {
  #top-result .section_wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
#top-result .section_wrap img {
  width: 100%;
}
#top-result .section_wrap .swiper2 {
  overflow: hidden;
}
#top-result .top-result__slider {
  padding: 0 0px;
}
#top-result .top-result__box .top-result__box__photo {
  border: solid 1px #27a3cd;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__photo {
    border: none;
  }
}
#top-result .top-result__box .top-result__box__photo img {
  width: 100%;
  height: 126.9662921348%;
  -o-object-fit: cover;
     object-fit: cover;
  /*226*178*/
}
#top-result .top-result__box .top-result__box__category {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  padding: 0 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top-result .top-result__box .top-result__box__title {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  padding: 0 0 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#top-result .top-result__box .top-result__box__option {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  padding: 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__option {
    font-size: 2rem;
    line-height: 2rem;
  }
}
#top-result .top-result__box .top-result__box__detail {
  margin: 0 auto 6px;
}
#top-result .top-result__box .top-result__box__detail dt {
  background-color: #EBF6FC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 6px 2px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__detail dt {
    font-size: 2.6rem;
  }
}
#top-result .top-result__box .top-result__box__detail dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 6px 0px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__detail dd {
    font-size: 3.2rem;
  }
}
#top-result .top-result__box .top-result__box__price dt {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #27a3cd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 6px 2px;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__price dt {
    font-size: 2.6rem;
  }
}
#top-result .top-result__box .top-result__box__price dd {
  font-size: 3.2rem;
  font-weight: bold;
  color: #FF2330;
  text-align: right;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__price dd {
    font-size: 8.8rem;
  }
}
#top-result .top-result__box .top-result__box__price dd span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FF2330;
}
@media screen and (min-width: 992px) {
  #top-result .top-result__box .top-result__box__price dd span {
    font-size: 3.8rem;
  }
}
#top-result .swiper-pagination2 {
  margin: 30px auto 0;
  text-align: center;
}
#top-result .type {
  max-width: 700px;
  width: 80%;
  margin: 0 auto 0;
}
#top-result .swiper-button-result {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #27a3cd;
  position: absolute;
  right: 10px;
  bottom: 90px;
  background-image: url(../img/common/common_icon_arrow@2x.png);
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  #top-result .swiper-button-result {
    right: -70px;
    top: 280px;
  }
}







/*------------
/*topDesc
------------*/
.topDesc {
  margin: 2rem auto;
  padding: 0 1rem;
}

.c-title p {
  font-size: 2.1rem;
  color: #27a3cd;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .topDesc {
    padding: 7rem 0;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-title p {
    font-size: 4rem;
    letter-spacing: 0.4rem;
    margin: 0.5rem auto;
    color: #27a3cd;
    line-height: 1;
    width: fit-content;
  }
}
.topDesc dl {
  padding: 1rem 1rem 1rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid #27a3cd 0.1rem;
}
@media screen and (min-width: 768px) {
  .topDesc dl {
    font-size: 2.8rem;
    padding: 1rem 5rem;
  }
  .topDesc dl:first-of-type {
    padding-top: 4rem;
  }
}
.topDesc dt {
  width: 40%;
  color: #27a3cd;
  font-weight: 600;
  font-size: 1.6rem;
}
.topDesc dd {
  width: 60%;
  font-weight: 500;
  font-size: 1.2rem;
}

.animated {
  opacity: 1;
}

.topBuyList li .title .subTitle--pc{
    display: none;
}
@media screen and (min-width: 768px) {
   .topBuyList li .title .subTitle--pc{
        display: initial;
    }
   .topBuyList li .title .subTitle--sp{
        display: none;
    }
    .topDesc dt {
      width: 40%;
      color: #27a3cd;
      font-weight: 600;
      font-size: 1.8rem;
    }
    .topDesc dd {
      width: 60%;
      font-weight: 500;
      font-size: 1.6rem;
    }
}

.headingArea {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #007CC1;
  width: 100%;
  height: 17rem;
  padding: 3.8rem 0;
}
@media screen and (min-width: 992px) {
  .headingArea {
    height: 20rem;
    padding: 2.5rem 0;
    margin-top: 10.9rem;
  }
}
.headingArea::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -2.1rem;
  left: 50%;
  right: 50%;
  margin-left: -10px;
  border-style: solid;
  border-width: 32px 0 34px 34px;
  border-radius: 0px 0px 5px 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: transparent #007CC1 #007CC1 transparent;
}
@media screen and (min-width: 992px) {
  .headingArea::after {
    width: 0;
    height: 0;
    bottom: -3.8rem;
    left: 50%;
    right: 50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 100px 0 50px 50px;
    border-radius: 0px 0px 5px 0px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.headingArea .sub-ttl {
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  background: #FF8800;
  width: 17rem;
  height: 3rem;
  margin: 0 2rem 0 auto;
  line-height: 3rem;
  font-size: 1.2rem;
  border-radius: 3px;
}
@media screen and (min-width: 992px) {
  .headingArea .sub-ttl {
    width: 39.3rem;
    height: 5.2rem;
    margin: 0 1rem 0 auto;
    line-height: 5.2rem;
    font-size: 2.5rem;
  }
}
.headingArea .sub-ttl .number {
  font-weight: 700;
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .headingArea .sub-ttl .number {
    font-size: 3.4rem;
  }
}
.headingArea .five-support {
  position: relative;
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .headingArea .five-support {
    margin-top: -1.4rem;
  }
}
.headingArea .five-support img {
  width: 36rem;
  max-width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .headingArea .five-support img {
    width: 58rem;
    height: 10.2rem;
    margin-top: 1.4rem;
    max-width: none;
  }
}
.headingArea .five-support:before {
  position: absolute;
  content: "";
  width: 12.8rem;
  height: 3.7rem;
  top: -3.5rem;
  left: 1rem;
  background-image: url(../img/top/top_support_logo.png);
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .headingArea .five-support:before {
    width: 24.6rem;
    height: 7rem;
    top: -4rem;
    left: -9rem;
  }
}
.headingArea .five-support .firstSpan {
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .headingArea .five-support .firstSpan {
    font-size: 11.7rem;
  }
}
.headingArea .five-support .secondSpan {
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .headingArea .five-support .secondSpan {
    font-size: 9.1rem;
  }
}

.headingArea__inner {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .headingArea__inner {
    max-width: 59rem;
  }
}

@media screen and (min-width: 992px) {
  .supportArea {
    padding: 9rem 2rem 9.1rem;
  }
}

.supportArea__inner {
  padding: 4.2rem 2.9rem 4.2rem;
}
@media screen and (min-width: 992px) {
  .supportArea__inner {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
    padding: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.supportArea__box {
  margin-bottom: 3rem;
  border: 2px solid #203A72;
  border-radius: 5px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .supportArea__box {
    width: 30.8%;
    height: 34.6rem;
    margin-bottom: 4.6rem;
    margin-right: 3rem;
    border-radius: 8px 8px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .supportArea__box {
    margin-right: 3.6rem;
  }
}
.supportArea__box .s-title {
  position: relative;
  width: 100%;
  padding: 1.5rem 0;
  background: #203A72;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .supportArea__box .s-title {
    width: 100%;
    height: 7rem;
    padding: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    line-height: 1.27;
  }
}
.supportArea__box .s-title .triangle {
  position: absolute;
  top: -0.4rem;
  left: -0.4rem;
  border-bottom: 5rem solid transparent;
  border-left: 5rem solid #FF8800;
  border: 5px 5px 0 0;
  -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.4));
}
@media screen and (min-width: 992px) {
  .supportArea__box .s-title .triangle {
    border-bottom: 6.6rem solid transparent;
    border-left: 6.6rem solid #FF8800;
    -webkit-filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 3px 1px rgba(0, 0, 0, 0.4));
  }
}
.supportArea__box .s-title .label {
  position: absolute;
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1rem;
  left: 0;
  font-size: 0.9rem;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 992px) {
  .supportArea__box .s-title .label {
    top: 1.8rem;
    left: -5px;
    font-size: 1.4rem;
  }
}
.supportArea__box .s-content {
  padding: 0 2rem 2rem;
}
@media screen and (min-width: 992px) {
  .supportArea__box .s-content {
    padding: 4rem 2rem 3rem;
  }
}
.supportArea__box .s-content .s-content__img {
  width: 10rem;
  height: 6.2rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 992px) {
  .supportArea__box .s-content .s-content__img {
    width: 16rem;
    height: 10rem;
    margin: 0 auto 2rem;
  }
}
.supportArea__box .s-content .s-content__img img {
  width: 100%;
  height: 100%;
}
.supportArea__box .s-content .s-text {
  text-align: center;
  color: #2A2A2A;
  font-weight: 500;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .supportArea__box .s-content .s-text {
    font-size: 1.4rem;
  }
}
.supportArea__box:nth-child(3) {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .supportArea__box:nth-child(4) {
    margin-bottom: 0;
  }
}
.supportArea__box:nth-child(5) {
  margin-bottom: 0;
}

/* IE10 & IE11  */
/* IE10 & IE11  */
@media all and (-ms-high-contrast: none) {
  .l-header.is-fixed .l-header-nav ul li {
    -ms-flex: 0 1 auto !important;
  }
  .l-header.is-fixed .l-header-nav ul li {
    width: 17%;
  }
  .d-lg-flex > div {
    -ms-flex: 0 1 auto !important;
  }
  .flow .num span {
    display: none;
  }
  .case table tbody td.active a {
    height: 73px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .l-header.is-fixed .l-header-nav ul li {
    width: 20%;
  }
}
/* Edge のみ適用される */
.p-page-404 {
  padding: 10rem 0 0;
}
.p-page-404 h2 {
  color: #333333;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-page-404 h2 {
    font-size: 6rem;
    line-height: 1;
  }
}
.p-page-404 p {
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .p-page-404 p {
    font-size: 1.4rem;
  }
}
.p-page-404 .below {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-page-404 .below {
    font-size: 1.5rem;
  }
}
.p-page-404 .c-searchform {
  margin: 0;
  border: 3px solid #333333;
}

.p-page-404__content {
  display: table;
  padding: 1.6rem;
  margin: 5rem auto 2rem;
}
@media screen and (min-width: 768px) {
  .p-page-404__content {
    width: 600px;
    margin: 6rem auto 10rem;
  }
}
.p-page-404__content .text-errorUrl {
  margin-bottom: 3rem;
}
.p-page-404__content .text-guide {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .p-page-404__content .text-guide {
    font-size: 1.5rem;
  }
}

.p-page-404-link {
  margin-top: 9rem;
}
.p-page-404-link a {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */

/**/
.line_caution {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 2% 0;
}
@media screen and (min-width: 992px) {
  .line_caution {
    font-size: 1.4rem;
    text-align: center;
    padding: 10px 2% 0;
  }
}
#common_fixed_sp .line_caution {
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.5;
  padding: 6px 2% 5px;
  height: 56px;
}




/*==========================================
single：blog（ブログ詳細）
==========================================*/
.single-loan_blog .l-content__common {
  padding: 0 0 40px;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common {
    padding: 100px 0 100px;
  }
}
.single-loan_blog .l-content__common .blog-article__container {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body {
    max-width: 1000px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0 10px;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 2% 0 0;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__time {
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: block;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__title {
  font-size: 2.2rem;
  margin: 2px 0 8px;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__title {
    font-size: 2.8rem;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__date {
  color: #999;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__image-box img {
  width: 100%;
  height: auto;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content {
  margin: 10px auto 10px;
  display: block;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content {
    font-size: 16px;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content h2 {
  position: relative;
  margin: 30px 0 10px;
  padding: 5px 25px;
  background: #007cc1 !important;
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content h2 {
    margin: 60px 0 30px;
    font-size: 22px;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content h2::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  -webkit-box-shadow: 1px 1px 1px #105175;
          box-shadow: 1px 1px 1px #105175;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: #fff #fff #105175;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content h3 {
  margin: 40px 0 20px;
  padding: 0 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #ee4214;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content h3 span {
  font-size: 16px;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content h3 span {
    font-size: 20px;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content p {
  margin: 30px 10px 10px 10px;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content p {
    font-size: 18px;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content p span {
  letter-spacing: 1px;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content p.has-background {
  padding: 14px;
  margin: 10px 0;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content img {
  padding: 10px 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content img {
    padding: 20px 0;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .single-box-toc {
  margin-bottom: 20px;
  border: 1px solid #d5d5d5;
  background: #f9f9f9;
  padding: 10px;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .single-toc__title {
  text-align: center;
  font-weight: bold;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .single-index_wrap li {
  margin-bottom: 5px;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .single-index_wrap .index-h2 a {
  font-weight: bold;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .single-index_wrap .index-h3 a {
  font-size: 16px;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .single-index_wrap a {
  position: relative;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .single-index_wrap a {
    font-size: 20px;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .single-index_wrap a::before {
  content: "★";
  color: #ee4214;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .single-index_wrap .index-h3 {
  padding-left: 1em;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog__content__body__inner {
    width: 73%;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .l-aside .l-aside__inner {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .l-aside .l-aside__inner {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .l-aside .newArticle__inner {
    margin: 0 0 20px;
  }
}


.archive-blog__content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .archive-blog__content {
    width: 75%;
    padding: 10px 20px 0 0;
  }
}

.archive-article__heading {
  padding: 8px 0 4px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
@media screen and (min-width: 992px) {
  .archive-article__heading {
    padding: 8px 0 8px;
  }
}

.archive-article__headingLink {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-article__headingLink .archive-article__image-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog__content__body {
  display: block;
  max-width: 1040px;
  width: 100%;
  margin: 20px auto;
}
@media screen and (min-width: 992px) {
  /*.blog__content__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }*/
}

.archive-article__image-box {
  width: 26%;
  max-width: 188px;
  margin: 0 2% 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.archive-article__title {
  padding: 0;
  overflow: hidden;
  font-family: "Open sans", Arial, Baskerville, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  overflow-wrap: break-word;
  font-weight: 500;
  color: #333;
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .archive-article__title {
    font-size: 18px;
  }
}

.single-box-toc.fixed {
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 1000;
  background-color: #fff; /* 必要に応じて背景色を追加 */
  border-bottom: 1px solid #ccc; /* 必要に応じてボーダーを追加 */
}

h2 {
  scroll-margin-top: 0; /* 上部にぴったり来るように設定 */
}

/*==========================================
single：blog（ブログ詳細：メガマックス統合版）
==========================================*/
.single-loan_blog .l-content__common {
  padding: 40px 0 40px;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common {
    padding: 100px 0 100px !important;
  }
}
.single-loan_blog .l-content__common .blog-article__container {
  padding: 0 10px;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body {
    max-width: 1000px;
    width: 96%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog__content__body__inner{
  width: 100%;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto 40px;
}
@media screen and (min-width: 992px) {
  .single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box {
    width: 74%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 2%;
  }
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__time {
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: block;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__title {
  font-size: 1.8rem;
  margin: 2px 0 8px;
  line-height: 1.2;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__image-box img {
  width: 100%;
  height: auto;
}
.single-loan_blog .l-content__common .blog-article__container .blog__content__body .blog-article__box .blog-article__content {
  margin: 10px auto 10px;
  display: block;
}

/*20250513追加*/
/*==========================================
Section：purchase-single__consider
（ローン中の車を売却検討中の方へ）
==========================================*/
#purchase-single__consider {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  #purchase-single__consider .purchase-single__content {
    font-size: 1.6rem;
  }
}

.purchaseBlock {
  padding: 40px 0 40px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  /*.purchaseBlock {
    padding: 100px 0 70px;
  }*/
}
/*.purchaseBlock:first-child {
  padding: 0 0 40px;
}*/
@media screen and (min-width: 992px) {
  /*.purchaseBlock:first-child {
    padding: 0px 0 70px;
  }*/
}
.purchaseBlock:last-child {
  padding: 40px 0 0px;
}
@media screen and (min-width: 992px) {
  .purchaseBlock:last-child {
    padding: 100px 0 0px;
  }
}
.purchaseBlockInner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
	padding: 0 20px;
}
.purchaseBlock.bcBlue {
  background-color: #ebf6fd;
}
.PB_text {
    display: block;
    margin-bottom: 0;
}
.PB_photo {
	width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.PB_text p {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.purchaseBlockInner {
		padding: 0;
	}
	.PB_text {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.PB_photo {
		/*width: calc(50% - 20px);*/
		margin: 0;
	}
	.PB_text p {
		width: calc(50% - 20px);
	}
}
body.single-purchase .top-banner__line-assessment3 {
	margin: 20px auto 0px;
	padding: 0;
}
@media screen and (min-width: 992px) {
  body.single-purchase .top-banner__line-assessment3 {
    margin: 40px auto 0;
  }
}
.purchaseBlock h3 {
  font-weight: bold;
  color: #27a3cd;
  font-size: 2rem;
  margin: 0 0 10px;
}
@media screen and (min-width: 992px) {
  .purchaseBlock h3 {
    font-size: 2.4rem;
  }
}

.purchaseBlock p {
    margin-bottom: 25px;
  }
@media screen and (min-width: 992px) {
  .purchaseBlock p {
    font-size: 1.6rem;
  }
}

.PB_card {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 20px;
  /*text-align: center;*/
}
.PB_card p {
	margin-bottom: 25px;
}
.PB_card p:last-of-type {
	margin-bottom: 0;
}
.single-purchase .top-banner__line-assessment3 a {
	width:100%;
}
@media screen and (min-width: 992px) {
  .PB_card {
    padding: 40px 75px 40px;
  }
}
.PB_card ul li,
.PB_list li {
  padding: 0px 0 10px 25px;
  position: relative;
  /*background-image: url("../img/top/top_icon_ available_list@2x.png");
  background-size: 16px;
  background-position: left top 4px;
  background-repeat: no-repeat;*/
}
.checkMark {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 5px;
  margin-right: 3px;
}
.PB_card ul li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  .PB_card ul li,
  .PB_list li  {
    font-size: 1.6rem;
    background-size: 18px;
    padding: 0px 0 10px 32px;
  }
}
/*.purchaseBlock .lineLabel {
  position: relative;
  margin: 20px 0 10px;
  padding: 5px 25px;
  background: #007cc1 !important;
  color: #fff;
  font-size: 18px;
}*/
@media screen and (min-width: 992px) {
  .purchaseBlock .lineLabel {
    margin: 20px 0 20px;
    font-size: 22px;
  }
}
.purchaseBlock .lineLabel:after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  -webkit-box-shadow: 1px 1px 1px #105175;
  box-shadow: 1px 1px 1px #105175;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: #fff #fff #105175;
}
@media screen and (min-width: 992px) {
.PB_inner > p {
	text-align: center;
}
}

/*==========================================
共通
==========================================*/
.contact__list--tel,
.contact__list--line {
  transition: 0.2s;;
}
.contact__list--tel:hover,
.contact__list--line:hover {
  opacity: 0.7;
  transition: 0.2s;;
}

/*==========================================
トップページ
==========================================*/
.l-titleBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-title {
  font-size:4rem;
  font-weight:normal;
  line-height:4rem;
  text-align:center;
  color:#204B97;
  font-family: "Frank Ruhl Libre", serif;
}
@media screen and (min-width: 992px) {
  .l-title {
  font-size:6rem;
  line-height:6rem;
  }
}
.l-subTitle {
  font-size:1.6rem;
  line-height:1.6rem;
  display:block;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 1rem;
}
@media screen and (min-width: 992px) {
  .l-subTitle {
    font-size:2.2rem;
    line-height:2.2rem;
  }
}
.c-button {
  font-size:2rem;
  font-weight: 600;
  color:#204B97;
  display:flex;
  width:28rem;
  height:6rem;
  justify-content:center;
  align-items:center;
  border:solid 1px #204B97;
  border-radius:5rem;
  background-color:#fff;
  margin: 0 auto;
  position: relative;
  transition: 0.2s;
}
.c-button:hover {
  color:#fff;
  background-color:#204B97;
  transition: 0.2s;
}

.c-button:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2rem;
  background-color: #204B97;
  -webkit-mask-image: url("../img/common/common_icon_arrow_rblue.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-image: url("../img/common/common_icon_arrow_rblue.svg");
          mask-repeat: no-repeat;
          mask-size: contain;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.c-button:hover:before {
  background-color: #fff; /* hover色 */
  transition: 0.2s;
}



/*  #top-consider（売却または購入をご検討中の方へ）==========================================*/
.consider--top {
  padding:2rem 0 2rem
}
@media screen and (min-width: 992px) {
  .consider--top {
    padding:10rem 0 10rem
  }
}


.consider_inner {
  max-width:100rem;
  margin:0 auto 0;
}

/*  #top-stock（在庫車）==========================================*/
.stock {
  background-color:#EBEBEB;
  padding:2.5rem 2rem 5rem
}
@media screen and (min-width: 992px) {
  .stock {
    padding:10rem 0 10rem
  }
}

.section__container {
  max-width:1000px;
  margin: 0 auto;
}
.stock__listUl {
  display:flex;
  gap: 3rem 0.5rem;
  margin: 2rem auto 3rem;
  flex-flow: row wrap;
}
@media screen and (min-width: 992px) {
  .stock__listUl {
    gap: 8rem 2rem;
    margin: 5rem auto 6rem;
  }
}
.stock__list {
  width:calc((100% - 1rem) / 3);
  border-bottom:solid 2px #007CC1;
  box-sizing:border-box;
}
@media screen and (min-width: 992px) {
  .stock__list {
    width:calc((100% - 4rem) / 3);
    padding-bottom:1rem;
  }
}
.stock__photo {
  aspect-ratio:320/250;
  width:100%;
  margin-bottom: 1rem;
}
.stock__photo img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.stock__carInner {
}
@media screen and (min-width: 992px) {
  .stock__carInner {
    display:flex;
    flex-flow: row wrap;
  }
}
.stock__carInfo {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .stock__carInfo {
    margin-bottom: 0rem;
    margin-right: 1rem;
  }
}
.stock__detail {
}
.stock__maker {
  font-size:1rem;
  line-height:1rem;
  margin-bottom:0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .stock__maker {
    font-size:1.4rem;
    line-height:1.4rem;
    margin-bottom:0.8rem;
  }
}
.stock__name {
  font-size:1.2rem;
  line-height:1.2rem;
  margin-bottom:0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .stock__name {
    font-size:2rem;
    line-height:2rem;
    margin-bottom:1rem;
  }
}
.stock__model {
  font-size:1.2rem;
  line-height:1.2rem;
  margin-bottom:0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .stock__model {
    font-size:2rem;
    line-height:2rem;
    margin-bottom:1.2rem;
  }
}
.stock__year,
.stock__mileage {
  display:flex;
  align-items:center;
  font-size:1rem;
  dt {
    display:flex;
    color:#fff;
    background-color:#007CC1;
    padding:0.1rem 0.5rem;
    margin-right:0.5rem;
    box-sizing:border-box;
  }
}
@media screen and (min-width: 992px) {
  .stock__year,
  .stock__mileage {
    font-size:1.4rem;
    dt {
      margin-right:1rem;
      padding:0.2rem 1rem;
    }
  }
}
.stock__price {
  display:flex;
  justify-content:right;
  padding-top:1rem;
  flex-flow: row wrap;
  align-items: baseline;
}
@media screen and (min-width: 992px) {
  .stock__price {
    padding-top:2.6rem;
  }
}
.stock__priceText {
  font-size:1.2rem;
  line-height:1.2rem;
  width: 100%;
  flex-shrink: 0;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 992px) {
  .stock__priceText {
    font-size:2rem;
    line-height:2rem;
    padding-right:0.5rem;
    width: auto;
    padding-bottom: 0rem;
  }
}
.stock__priceNumber {
  font-size:3rem;
  line-height:3rem;
  padding-right:0.5rem;
  font-family: "Frank Ruhl Libre", serif;
}
@media screen and (min-width: 992px) {
  .stock__priceNumber {
    font-size:8rem;
    line-height:8rem;
    padding-right:0.5rem;
  }
}
.stock__priceYen {
  font-size:1.4rem;
  line-height:1.4rem;
}
@media screen and (min-width: 992px) {
  .stock__priceYen {
    font-size:2rem;
    line-height:2rem;
  }
}

/*  #top-reason（選ばれる3つの理由）==========================================*/
.reason {
  background-color:#EBF6FC;
  box-sizing:border-box;
  padding: 5rem 2rem 5rem;
}
@media screen and (min-width: 992px) {
  .reason {
    padding: 10rem 0 10rem;
  }
}
.reason .l-titleBox {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .reason .l-titleBox {
    margin-bottom: 5rem;
  }
}
.reason__block {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .reason__block {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    margin-bottom: 3rem;
  }
}
.reason__block:last-child {
  margin-bottom: 0;
}
.reason__photo {
  width: 100%;
  aspect-ratio: 480 / 240;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .reason__photo {
    width: 48%;
  }
}
.reason__photo img {
  width: 100%;
  height: 100%;
}
.reason__content {
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .reason__content {
    width: calc(52% - 4rem);
  }
}
.reason__titleBox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 1rem;
  margin: 1rem 0 0.4rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .reason__titleBox {
    margin: 0 0 1rem;
  }
}
.reason__deco {
  width: 4rem;
}
@media screen and (min-width: 992px) {
  .reason__deco {
    width: 7rem;
  }
}
.reason__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .reason__title {
    font-size: 2rem;
    line-height: 1.45;
  }
}

/*  #top-flow（買取の流れ）==========================================*/
.flow--top {
  padding: 3rem 2rem 3rem;
}
@media screen and (min-width: 992px) {
  .flow--top {
    padding: 10rem 0 10rem;
  }
}
.flow__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  max-width: 60rem;
  width: 100%;
  height: 9.5rem;
  margin: 0 auto;
  background-color: #007CC1;
  border: solid 0.2rem #67C9FF;
  border-radius: 1rem;
  transition: 0.2s;
}
@media screen and (min-width: 992px) {
  .flow__button {
    max-width: 80rem;
    width: 80%;
    height: 14rem;
  }
}
.flow__button:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.flow__read {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  background-color: #67C9FF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 992px) {
  .flow__read {
    font-size: 2rem;
    width: 69%;
    border-radius: 5rem;
    height: 4.3rem;
  }
}
.flow__box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow__icon--car {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
@media screen and (min-width: 992px) {
  .flow__icon--car {
    width: 4rem;
    height: 4rem;
  }
}
.flow__icon--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  margin-left: 3rem;
}
@media screen and (min-width: 992px) {
  .flow__icon--arrow {
    width: 3rem;
    height: 3rem;
  }
}
.flow__icon--arrow img {
  height: 1.3rem;
}
@media screen and (min-width: 992px) {
  .flow__icon--arrow img {
    height: 2rem;
  }
}

.flow__text {
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .flow__text {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
}

/*  #top-voice（お客様の声）==========================================*/
.voice--top {
  padding: 5rem 2rem 3rem;
  background-color: #EBF6FC;
}
@media screen and (min-width: 992px) {
  .voice--top {
    padding: 10rem 0 5rem;
  }
}
.l-titleBox--voice {
  background-color: #204B97;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 3.6rem;
  padding: 0 1rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 992px) {
  .l-titleBox--voice {
    height: 4rem;
    margin: 0 auto 2rem;
  }
}
.l-title--Voice {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 992px) {
  .l-title--Voice {
    font-size: 2rem;
  }
}
.l-title--Voice:before {
  content: "";
  display: block;
  background-color: #FFF806;
  width: 0.5rem;
  height: 2.6rem;
  margin-right: 0.7rem;
}
@media screen and (min-width: 992px) {
  .l-title--Voice:before {
    width: 0.5rem;
    height: 3rem;
    margin-right: 0.7rem;
  }
}
.voice__inner {
  background-color: #fff;
  box-sizing: border-box;
  padding: 3rem 2rem 3rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 992px) {
  .voice__inner {
    padding: 3rem 3rem 3rem;
    border-radius: 0rem;
  }
}
.voice__block {
}
@media screen and (min-width: 992px) {
  .voice__block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.voice__photoBlock {
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .voice__photoBlock {
    width: 47%;
    flex-shrink: 0;
    margin-right: 4%;
    max-width: 44rem;
  }
}
.voice__photo {
  width: 100%;
  aspect-ratio: 440 /320;
}
.voice__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice__photoDesc {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #27A3CD;
}
.voice__photoText {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 1rem;
}
.voice__photoReco {
  color: #FFF806;
}
.voice__content {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .voice__content {
    width: 49%;
    margin-top: 0rem;
  }
}
.voice__user {
  height: 2.7rem;
  padding: 0 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #27A3CD;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  gap: 1.5rem;
  border-radius: 5rem;
  margin-bottom: 1rem;
}
.voice__user * {
  width: auto;
}
.voice__text {
  display: -webkit-box;
  -webkit-line-clamp: 9; /* ← 表示したい最大行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voice--top .c-button {
  margin: 2rem auto 0;
}
@media screen and (min-width: 992px) {
  .voice--top .c-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
}


/*  #top-faq（よくある質問）==========================================*/
.faq--top {
  padding: 0rem 2rem 5rem;
  background-color: #EBF6FC;
}
@media screen and (min-width: 992px) {
  .faq--top {
    padding: 0rem 0 10rem;
  }
}
.l-titleBox--faq {
  background-color: #204B97;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 3.6rem;
  padding: 0 1rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 992px) {
  .l-titleBox--faq {
    height: 4rem;
    margin: 0 auto 2rem;
  }
}
.l-title--faq {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 992px) {
  .l-title--faq {
    font-size: 2rem;
  }
}
.l-title--faq:before {
  content: "";
  display: block;
  background-color: #FFF806;
  width: 0.5rem;
  height: 3rem;
  margin-right: 0.7rem;
}
.faq__inner {
  padding-bottom: 4rem;
}
.faq__block {
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 2rem 1rem 2rem;
}
@media screen and (min-width: 992px) {
  .faq__block {
    padding: 2rem 3rem 2rem;
  }
}
.faq__block:last-child {
  margin-bottom: 0;
}
.faq__question {
  display: flex;
  align-items: start;
  font-weight: bold;
  margin-bottom: 1rem;
}
.faq__icon--question {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007CC1;
  color: #FFF806;
  margin-right: 0.3rem;
  flex-shrink: 0;
}
.faq__questionText {
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .faq__questionText {
    font-size: 1.6rem;
  }
}
.faq__answer {
  display: flex;
  align-items: start;
}

.faq__icon--answer {
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007CC1;
  color: #FFF806;
  margin-right: 0.3rem;
  font-weight: bold;
  flex-shrink: 0;
}
.faq__answerText {
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .faq__answerText {
    font-size: 1.6rem;
  }
}

/*  #top-news（新着情報）==========================================*/
.news--top {
  padding: 5rem 2rem 5rem;
}
@media screen and (min-width: 992px) {
  .news--top {
    padding: 10rem 0 10rem;
  }
}
.news--top .news__container {
}
@media screen and (min-width: 992px) {
  .news--top .news__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.news--top .l-titleBox--news {
}
@media screen and (min-width: 992px) {
  .news--top .l-titleBox--news {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28rem;
    box-sizing: border-box;
  }
}
.news--top .l-titleBox--news .l-title--top {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .news--top .l-titleBox--news .l-title--top {
    text-align: left;
  }
}
.news__inner {
  margin-top: 2rem;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .news__inner {
    width: 72rem;
    margin-top: 0;
  }
}
.news__block {
  margin-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .news__block {
    display: flex;
    margin-bottom: 2rem;
  }
}
.news__block:nth-last-child(2) {
  margin-bottom: 0;
}
.news__date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.3rem;
  height: 2.5rem;
  background-color: #007CC1;
  color: #fff;
  margin-right: 2rem;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 992px) {
  .news__date {
    width: 9.5rem;
    height: 3rem;
    font-size: 1.4rem;
    margin-bottom: 0rem;
  }
}
.news__title {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .news__title {
    width: calc(100% - 11.5rem);
  }
}
.news__title a {
  display: block;
  height: 100%;
  position: relative;
}
.news__title a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #C4C4C4;
}
.news__title a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333; 
  transform: scaleX(0); 
  transform-origin: left;
  transition: transform 0.4s ease;
}
.news__title a:hover:after {
  transform: scaleX(1);
}
.news__linkBox {
  margin-top: 2.4rem;
  text-align: right;
}
.news__link {
  font-size: 1.2rem;
  color: #204B97;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/*  #top-blog（ブログ）==========================================*/
.blog--top {
  background-color: #E9E9E9;
  padding: 5rem 2rem 5rem;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .blog--top {
    padding: 10rem 0 10rem;
  }
}
.blog__inner {
  display: flex;
  padding: 2rem 0 2rem;
  gap: 2rem;
  flex-flow: row wrap;
}
@media screen and (min-width: 992px) {
  .blog__inner {
    padding: 5rem 0 4rem;
  }
}
.blog__block {
  width: 100%;
  flex-shrink: 0;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .blog__block {
    width: calc((100% - 4rem)/3);
  }
}
.blog__textArea {
  box-sizing: border-box;
  padding: 1rem;
}
.blog__title{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: calc(1.8rem * 1.5 * 2);/*1行の時用（文字サイズ * line-height * 行数）*/
}
@media screen and (min-width: 992px) {
  .blog__title{
    font-size: 1.8rem;
  }
}
.blog__link {
  font-size: 1.2rem;
  color: #204B97;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  display: inline-block;
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
.blog__photo {
  width: 100%;
  height: auto;
  aspect-ratio: 320 / 180;
}
.blog__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  #top-contact（お問い合わせ）==========================================*/
.contact {
  padding: 5rem 2rem 5rem;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .contact {
    padding: 10rem 0 10rem;
  }
}
.contact__listBox {
  
}
@media screen and (min-width: 992px) {
  .contact__listBox {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin:  0 auto 0;
    max-width: 71rem;
  }
}
.contact--top .contact__listBox {
  margin:  2rem auto 0;
}
@media screen and (min-width: 992px) {
  .contact--top .contact__listBox {
    margin:  5rem auto 0;
  }
}
.contact__list {
  width: 100%;
  max-width: 47rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 992px) {
  .contact__list {
    width: calc((100% - 3rem)/2);
  }
}

/*==========================================
新着情報
==========================================*/
.page-news .l-content__common {
  background-color: #fff;
}
.news--page {
  background: #fff;
  padding: 2rem 2rem 5rem;
}
@media screen and (min-width: 992px) {
  .news--page {
    padding: 10rem 0 0rem;
  }
}
.news--page .news__inner {
  margin: 2rem auto 0;
}
@media screen and (min-width: 992px) {
  .news--page .news__inner {
    margin: 5rem auto 0;
    max-width: 63rem;
  }
}
.news--page .news__block {
  margin-bottom: 2rem;
}
.news--page .news__block:last-child {
  margin-bottom: 0rem;
}
.news--page .archive-paginate {
  padding: 0;
}

/*==========================================
新着情報（詳細）
==========================================*/
.template__single--news .l-content__common {
  background-color: #fff;
}
.news--single {
  padding: 2rem 2rem 5rem;
}
@media screen and (min-width: 992px) {
  .news--single {
    padding: 10rem 0 0;
  }
}
.news--single .news__inner {
  margin: 2rem auto 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .news--single .news__inner {
    margin: 5rem auto 0;
  }
}
.news__title--single {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.5rem 0 1rem;
}
.news__information {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding-top: 3.5rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .news__information {
    gap: 4rem;
    padding-top: 8rem;
    font-size: 1.4rem;
  }
}
.news__pref,
.news__next {
  
}
.news__pref a,
.news__next a {
  display: block;
  color: #fff;
  padding: 0.5rem 1rem 0.5rem;
  background-color: #007CC1;
}
.news__all {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/*==========================================
在庫者リスト
==========================================*/
.page-stocklist .l-content__common {
  background-color: #EBEBEB;
}
/*==========================================
在庫者リスト
==========================================*/
.page-salelist .l-content__common {
  background-color: #EBEBEB;
}
.saleList {
  background-color:#EBEBEB;
  padding:2.5rem 2rem 5rem
}
@media screen and (min-width: 992px) {
  .saleList {
    padding:10rem 0 10rem
  }
}

/*==========================================
よくある質問
==========================================*/

.faq--page {
  padding: 2rem 2rem 5rem;
  background-color: #EBF6FC;
}
@media screen and (min-width: 992px) {
  .faq--page {
    padding: 10rem 0 10rem;
  }
}
.faq--page .faq__inner {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .faq--page .faq__inner {
    margin-top: 5rem;
  }
}

/*==========================================
買取までの流れ
==========================================*/
.page-flow .l-content__common {
  background-color: #EBEBEB;
}
.l-title--flow {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .l-title--flow {
    margin-bottom: 0rem;
  }
}

.page-flow .top-step__box {
  background-color: #fff;
  position: relative;
  padding: 22px 20px 10px;
  margin: 0 auto 58px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-flow .top-step__box {
    padding: 32px 40px 10px;
  }
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box {
    padding: 40px 40px 40px 50px;
    margin: 0 auto 88px;
  }
}
.page-flow .top-step__box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -15px;
  height: 16px;
  width: calc(100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box:after {
    left: 396px;
    bottom: -40px;
    height: 40px;
    width: 205px;
  }
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box:first-child {
    margin-top: 68px;
  }
}
.page-flow .top-step__box:last-child {
  margin: 0 auto 0;
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box:last-child::after {
    display: none;
  }
}
.page-flow .top-step__box__num {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -12px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .page-flow .top-step__box__num {
    top: -16px;
  }
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box__num {
    top: -20px;
  }
}
.page-flow .top-step__box__num img {
  width: 128px;
}
@media screen and (min-width: 768px) {
  .page-flow .top-step__box__num img {
    width: 168px;
  }
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box__num img {
    width: 215px;
  }
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box__content .top-step__box__photo {
    width: 259px;
    height: 120px;
    margin-right: 30px;
    flex-shrink: 0;
  }
}
.page-flow .top-step__box__content .top-step__box__photo img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box__content .step__box__textarea {
    width: 61%;
  }
}
.page-flow .top-step__box__content .top-step__box__title {
  font-size: 2rem;
  line-height: 1.5;
  color: #27a3cd;
  margin: 10px auto 10px;
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box__content .top-step__box__title {
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .page-flow .top-step__box__content .top-step__box__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box__content .step__box__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box__content .step__box__lists .step__box__list {
    margin-right: 20px;
    font-size: 16px;
  }
}
.page-flow .top-step__box__content .step__box__lists .step__box__list:nth-of-type(4n) {
  margin-right: 0;
}
.page-flow .top-step__box__content .top-step__box__detail {
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .page-flow .top-step__box__content .top-step__box__detail {
    font-size: 16px;
  }
}

/*==========================================
高価買取 ※style-highを読み込み
==========================================*/








