@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  max-width: 100%; }

body {
  min-width: 1200px;
  color: #000;
  font-family: Noto Sans JP, Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
  font-size: 16px; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 2vw; } }
  @media screen and (max-width: 640px) {
    body {
      font-size: 4vw; } }
  body.l-top {
    min-width: calc(1200px + 7%); }

@media screen and (max-width: 767px) {
  body {
    line-height: 1.5;
    min-width: 1%;
    overflow-x: hidden;
    position: relative; }
  body.open {
    position: fixed;
    width: 100%; } }

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.6;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; } }

/* link
--------------------------------------------------*/
a {
  color: #0065DB;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  a:link, a:active, a:visited {
    text-decoration: underline; }
  a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

.l-header {
  border-top: 10px solid #008CCF;
  border-bottom: 1px solid #008CCF;
  padding: 15px 0 20px; }
  @media screen and (max-width: 767px) {
    .l-header {
      border-top: 5px solid #008CCF;
      padding: 5px 0 10px; } }
  .l-header.-top {
    padding: 0;
    border: none; }

.l-footer {
  border-top: 1px solid #008CCF;
  text-align: center;
  margin-top: 100px; }
  .l-footer__copyrights {
    color: #008CCF;
    line-height: 70px;
    font-size: 14px; }
    @media screen and (max-width: 1024px) {
      .l-footer__copyrights {
        font-size: 1.46667vw; } }
    @media screen and (max-width: 640px) {
      .l-footer__copyrights {
        font-size: 2.93333vw; } }
  @media screen and (max-width: 767px) {
    .l-footer {
      margin-top: 50px; }
      .l-footer__copyrights {
        line-height: 50px; } }
  .l-footer.-top {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .l-footer.-top {
        margin-top: 0; } }
  .l-footer.-area {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .l-footer.-area {
        margin-top: 0; } }

.p-following + .l-footer {
  margin-bottom: 67px; }
  @media screen and (max-width: 767px) {
    .p-following + .l-footer {
      margin-bottom: 90px; } }

.c-container {
  max-width: calc(940px + 7%);
  padding-left: 3.5%;
  padding-right: 3.5%;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .c-container {
      padding: 0 10px;
      padding: 0 2.66vw; }
    .p-comp__wrapper{
      padding: 0 !important; }
    .p-case__wrapper{
      padding: 0 !important; } }

.c-containerL {
  max-width: calc(1200px + 7%);
  padding-left: 3.5%;
  padding-right: 3.5%;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .c-containerL {
      padding: 0 10px;
      padding: 0 2.66vw; } }

.c-block {
  padding: 45px 0 50px; }

.c-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 auto;
  list-style: none; }
  @media screen and (max-width: 767px) {
    .c-flexbox {
      display: block; } }
  .c-flexbox.-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .c-flexbox__col4 {
    width: 23%;
    margin-right: 2.6666%;
    max-width: 360px; }
    @media screen and (max-width: 767px) {
      .c-flexbox__col4 {
        width: 100%;
        max-width: none;
        margin: 0 auto 40px; } }
    .c-flexbox__col4:last-child {
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .c-flexbox__col4:last-child {
          margin: 0 auto 0; } }

.c-thumb {
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  overflow: hidden; }

.c-justified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

/* テキスト
--------------------------------------------------*/
.p-txt__center {
  text-align: center; }

/* 見出し
--------------------------------------------------*/
.p-tit__head {
  background: #008CCF;
  margin: 0;
  line-height: 1.3;
  padding: 7px 0; }
  .p-tit__head__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .p-tit__head__txt {
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-size: 12px; }
    @media screen and (max-width: 1024px) {
      .p-tit__head__txt {
        font-size: 1.2vw; } }
    @media screen and (max-width: 640px) {
      .p-tit__head__txt {
        font-size: 2.4vw; } }
  @media screen and (max-width: 767px) {
    .p-tit__head {
      padding: 5px 0; } }
  @media screen and (max-width: 374px) {
    .p-tit__head__wrap {
      display: block; }
    .p-tit__head .u-sp {
      display: none !important; } }

.p-tit__center {
  text-align: center;
  font-size: 36px; }
  @media screen and (max-width: 1024px) {
    .p-tit__center {
      font-size: 2.8vw; } }
  @media screen and (max-width: 640px) {
    .p-tit__center {
      font-size: 5.6vw; } }
  .p-tit__center.-min {
    font-size: 24px; }
    @media screen and (max-width: 1024px) {
      .p-tit__center.-min {
        font-size: 2.66667vw; } }
    @media screen and (max-width: 640px) {
      .p-tit__center.-min {
        font-size: 5.33333vw; } }

.p-tit__marker {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(70%, #FFF038), to(#FFF038));
  background: -webkit-linear-gradient(transparent 0%, transparent 70%, #FFF038 70%, #FFF038 100%);
  background: -o-linear-gradient(transparent 0%, transparent 70%, #FFF038 70%, #FFF038 100%);
  background: linear-gradient(transparent 0%, transparent 70%, #FFF038 70%, #FFF038 100%);
  padding: 0 10px; }

.p-tit__bgfill {
  background: #008CCF;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  margin: 1.8em 0 .5em;
  padding: 15px;
  font-size: 20px; }
  @media screen and (max-width: 1024px) {
    .p-tit__bgfill {
      font-size: 2.13333vw; } }
  @media screen and (max-width: 640px) {
    .p-tit__bgfill {
      font-size: 4.26667vw; } }
  .p-tit__bgfill__sub {
    font-size: .9em; }
  @media screen and (max-width: 767px) {
    .p-tit__bgfill {
      margin-left: -2.66vw;
      margin-right: -2.66vw;
      padding: 8px 2.66vw;
      width: 100vw; } }
  .p-tit__bgfill.-large {
    margin: 1em 0 .5em;
    text-align: center;
    line-height: 2.5;
    font-size: 30px; }
    @media screen and (max-width: 1024px) {
      .p-tit__bgfill.-large {
        font-size: 2.53333vw; } }
    @media screen and (max-width: 640px) {
      .p-tit__bgfill.-large {
        font-size: 5.06667vw; } }
    @media screen and (max-width: 767px) {
      .p-tit__bgfill.-large {
        margin-left: -2.66vw;
        margin-right: -2.66vw; } }

.p-tit__leftbar {
  margin: 1.8em 0 .5em;
  font-size: 20px; }
  @media screen and (max-width: 1024px) {
    .p-tit__leftbar {
      font-size: 2.13333vw; } }
  @media screen and (max-width: 640px) {
    .p-tit__leftbar {
      font-size: 4.26667vw; } }
  .p-tit__leftbar:before {
    content: "";
    background: #008CCF;
    border-radius: 2px;
    display: inline-block;
    margin-right: .5em;
    vertical-align: sub;
    width: .4em;
    height: 1.3em; }

.p-tit__blue {
  margin: 1.8em 0 .5em;
  color: #008CCF;
  font-size: 28px; }
  @media screen and (max-width: 1024px) {
    .p-tit__blue {
      font-size: 2.13333vw; } }
  @media screen and (max-width: 640px) {
    .p-tit__blue {
      font-size: 4.26667vw; } }
  .p-tit__blue:first-child {
    margin-top: 0; }

/* ボタン
--------------------------------------------------*/
.p-btn__inline {
  background: #F8F8F8;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  line-height: 26px;
  padding: 0 15px;
  display: inline-block;
  font-size: 14px; }
  @media screen and (max-width: 1024px) {
    .p-btn__inline {
      font-size: 1.73333vw; } }
  @media screen and (max-width: 640px) {
    .p-btn__inline {
      font-size: 3.46667vw; } }
  .p-btn__inline:hover {
    cursor: pointer;
    opacity: .7; }

.p-btn__min {
  border: none;
  border-radius: 5px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.17);
  font-weight: bold;
  line-height: 36px;
  padding: 0 15px;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  font-size: 14px; }
  @media screen and (max-width: 1024px) {
    .p-btn__min {
      font-size: 1.6vw; } }
  @media screen and (max-width: 640px) {
    .p-btn__min {
      font-size: 3.2vw; } }
  .p-btn__min:hover {
    cursor: pointer;
    border-top: 3px solid transparent;
    border-bottom: none;
    opacity: .7;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s; }
  .p-btn__min:disabled:hover {
    cursor: not-allowed;
    border-top: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
    opacity: 1; }

.p-btn__middle {
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 2px rgba(0,0,0,0.3);
  display: block;
  font-weight: bold;
  line-height: 56px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  font-size: 20px; }
  @media screen and (max-width: 1024px) {
    .p-btn__middle {
      font-size: 2.66667vw; } }
  @media screen and (max-width: 640px) {
    .p-btn__middle {
      font-size: 5.33333vw; } }
  @media screen and (max-width: 767px) {
    .p-btn__middle {
      border-radius: 5px;
      line-height: 65px; } }
  .p-btn__middle:hover {
    cursor: pointer;
    border-bottom: none;
    opacity: .7;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s; }
  .p-btn__middle:disabled:hover {
    cursor: not-allowed;
    border-top: none;
    opacity: 1; }

/* メンテ中画面
--------------------------------------------------*/
.p-maintenance {
  width: 90%;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* SUMiTAS店舗
--------------------------------------------------*/
.p-shops {
  padding-top: 40px;
  padding-bottom: 50px;
  /*エリア別ページ　探す*/
  /*エリア別ページ 事例*/
  /*TOPページリスト*/ }
  @media screen and (max-width: 767px) {
    .p-shops {
      padding-top: 25px;
      padding-bottom: 0; } }
  .p-shops__tit {
    text-align: center;
    font-size: 23px; }
    @media screen and (max-width: 1024px) {
      .p-shops__tit {
        font-size: 2.26667vw; } }
    @media screen and (max-width: 640px) {
      .p-shops__tit {
        font-size: 4.53333vw; } }
    .p-shops__tit:first-child {
      margin-top: 0; }
    .p-shops__tit__img {
      width: 75px;
      margin: 0 auto 5px; }
    @media screen and (max-width: 767px) {
      .p-shops__tit {
        margin-top: 0; }
        .p-shops__tit__img {
          width: 59px; } }
  .p-shops__search {
    margin: 60px 0 0; }
    @media screen and (max-width: 767px) {
      .p-shops__search {
        margin: 40px 0 0; } }
    .p-shops__search + .p-shops__search {
      margin: 30px 0 0; }
      @media screen and (max-width: 767px) {
        .p-shops__search + .p-shops__search {
          margin: 20px 0 0; } }
    .p-shops__search__tit {
      background: url("../img/area/ico_loupe.png") no-repeat 18px center #008CCF;
      background-size: 35px 35px;
      color: #fff;
      padding: 12px 10px 12px 65px;
      margin: 0;
      font-size: 20px; }
      @media screen and (max-width: 1024px) {
        .p-shops__search__tit {
          font-size: 2.13333vw; } }
      @media screen and (max-width: 640px) {
        .p-shops__search__tit {
          font-size: 4.26667vw; } }
      @media screen and (max-width: 767px) {
        .p-shops__search__tit {
          background: url("../img/area/ico_loupe.png") no-repeat 12px center #008CCF;
          background-size: 25px 25px;
          padding: 8px 10px 8px 45px; } }
    .p-shops__search__wrap {
      border: 1px solid #C8D5E2;
      padding: 20px 25px; }
      @media screen and (max-width: 767px) {
        .p-shops__search__wrap {
          padding: 10px 10px 15px; } }
    .p-shops__search__list {
      display: block;
      padding: 0;
      margin: 0;
      line-height: 2;
      font-size: 15px; }
      @media screen and (max-width: 1024px) {
        .p-shops__search__list {
          font-size: 1.73333vw; } }
      @media screen and (max-width: 640px) {
        .p-shops__search__list {
          font-size: 3.46667vw; } }
      .p-shops__search__list li {
        display: inline-block; }
        .p-shops__search__list li::after {
          content: "｜"; }
        .p-shops__search__list li:last-child::after {
          content: ""; }
    .p-shops__search__line {
      display: inline-block;
      background: #DFF2FC;
      font-weight: bold;
      text-align: center;
      line-height: 1.7;
      padding: 0 2.5em 0 1.5em;
      margin: 30px 0 10px;
      position: relative;
      font-size: 14px; }
      @media screen and (max-width: 1024px) {
        .p-shops__search__line {
          font-size: 1.6vw; } }
      @media screen and (max-width: 640px) {
        .p-shops__search__line {
          font-size: 3.2vw; } }
      .p-shops__search__line::after {
        content: "▶";
        position: absolute;
        right: 1em;
        top: .2em;
        font-size: 60%; }
      @media screen and (max-width: 767px) {
        .p-shops__search__line {
          margin: 20px 0 10px; }
          .p-shops__search__line::after {
            top: .1em; } }
      .p-shops__search__line:first-child {
        margin-top: 0; }
  .p-shops__case {
    margin: 30px 0 0; }
    @media screen and (max-width: 767px) {
      .p-shops__case {
        margin: 20px 0 0; } }
    .p-shops__case__tit {
      background: url("../img/area/ico_apartment.png") no-repeat 18px center #008CCF;
      background-size: 35px 35px;
      color: #fff;
      padding: 12px 10px 12px 65px;
      margin: 0;
      font-size: 20px; }
      @media screen and (max-width: 1024px) {
        .p-shops__case__tit {
          font-size: 2.13333vw; } }
      @media screen and (max-width: 640px) {
        .p-shops__case__tit {
          font-size: 4.26667vw; } }
      @media screen and (max-width: 767px) {
        .p-shops__case__tit {
          background: url("../img/area/ico_apartment.png") no-repeat 12px center #008CCF;
          background-size: 25px 25px;
          padding: 8px 10px 8px 45px; } }
    .p-shops__case__wrap {
      border: 1px solid #C8D5E2;
      padding: 20px 35px; }
      @media screen and (max-width: 767px) {
        .p-shops__case__wrap {
          padding: 10px 10px 15px; } }
    .p-shops__case__data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .p-shops__case__data__item {
        width: 188px;
        border: 2px solid #008CCF;
        border-radius: 10px;
        padding: 8px;
        text-align: center; }
      .p-shops__case__data__tit {
        font-size: 17px; }
        @media screen and (max-width: 1024px) {
          .p-shops__case__data__tit {
            font-size: 1.33333vw; } }
        @media screen and (max-width: 640px) {
          .p-shops__case__data__tit {
            font-size: 2.66667vw; } }
      .p-shops__case__data__num {
        margin: 0;
        font-weight: bold;
        font-size: 17px; }
        @media screen and (max-width: 1024px) {
          .p-shops__case__data__num {
            font-size: 1.33333vw; } }
        @media screen and (max-width: 640px) {
          .p-shops__case__data__num {
            font-size: 2.66667vw; } }
        .p-shops__case__data__num span {
          font-size: 30px;
          color: #FF7E00; }
          @media screen and (max-width: 1024px) {
            .p-shops__case__data__num span {
              font-size: 2vw; } }
          @media screen and (max-width: 640px) {
            .p-shops__case__data__num span {
              font-size: 4vw; } }
      @media screen and (max-width: 767px) {
        .p-shops__case__data__item {
          width: 48%;
          border: 1px solid #008CCF;
          border-radius: 5px;
          margin-bottom: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
  .p-shops__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .p-shops__list__blk {
      width: 49%; }
    .p-shops__list__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .p-shops__list__area {
      font-weight: bold;
      font-size: 14px;
      width: 9em;
      background: #DFF2FC;
      line-height: 22px;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .p-shops__list__area {
          font-size: 1.6vw; } }
      @media screen and (max-width: 640px) {
        .p-shops__list__area {
          font-size: 3.2vw; } }
    .p-shops__list__pref {
      margin: 0 0 0 10px;
      font-size: 15px;
      line-height: 22px; }
      @media screen and (max-width: 1024px) {
        .p-shops__list__pref {
          font-size: 1.73333vw; } }
      @media screen and (max-width: 640px) {
        .p-shops__list__pref {
          font-size: 3.46667vw; } }
    .p-shops__list__lnk {
      display: inline-block;
      text-decoration: none !important; }
      .p-shops__list__lnk:hover {
        text-decoration: underline !important; }
      .p-shops__list__lnk:after {
        content: "|";
        margin: 0 8px;
        color: #BEBEBE; }
      .p-shops__list__lnk:last-child:after {
        content: none; }
    @media screen and (max-width: 767px) {
      .p-shops__list {
        display: block; }
        .p-shops__list__blk {
          width: 100%; }
        .p-shops__list__item {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
        .p-shops__list__area {
          width: 8em; }
        .p-shops__list__pref {
          width: calc(100% - 9em); }
        .p-shops__list__lnk:after {
          margin: 0 6px; } }

/*査定依頼追従*/
.p-following {
  background: #2E9EFF;
  position: fixed;
  bottom: -67px;
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .p-following.-show {
    bottom: 0; }
  @media screen and (max-width: 767px) {
    .p-following {
      background: none;
      width: 118px;
      right: 0;
      bottom: -108px; }
      .p-following.-show {
        bottom: 0; } }
  .p-following__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 96px; }
    .p-following__form .-select {
      width: 170px !important;
      padding: 10px !important;
      height: 42px !important;
      margin: 0 5px; }
      .p-following__form .-select.-focus {
        background: #FFF1E3;
        padding: 10px !important; }
    .p-following__form .-start {
      background: #FF7E00;
      color: #fff;
      width: 170px !important;
      padding: 0 !important;
      margin: 0 0 0 5px;
      line-height: 42px !important;
      font-size: 17px; }
      @media screen and (max-width: 1024px) {
        .p-following__form .-start {
          font-size: 2.26667vw; } }
      @media screen and (max-width: 640px) {
        .p-following__form .-start {
          font-size: 4.53333vw; } }
      .p-following__form .-start:disabled {
        background: #878B95;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: not-allowed; }
  .p-following__tit {
    margin: 0 5px 0 0;
    padding-top: 12px;
    width: 100px; }

/* 査定依頼フォームタイトル
--------------------------------------------------*/
.p-pagetit {
  text-align: center;
  color: #008CCF;
  margin: 0 0 15px;
  font-size: 30px; }
  @media screen and (max-width: 1024px) {
    .p-pagetit {
      font-size: 2.53333vw; } }
  @media screen and (max-width: 640px) {
    .p-pagetit {
      font-size: 5.06667vw; } }
  .p-pagetit__img {
    margin: 0 auto;
    width: 91px; }
  @media screen and (max-width: 767px) {
    .p-pagetit {
      margin: 0 0 10px; }
      .p-pagetit__img {
        width: 10vw; } }

/* フォームの流れ
--------------------------------------------------*/
.p-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  overflow: hidden;
  width: 100%; }
  .p-flow__item {
    background: #E5E5E5;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 15px;
    position: relative;
    width: calc((100% / 3) - 17px);
    font-size: 16px; }
    @media screen and (max-width: 1024px) {
      .p-flow__item {
        font-size: 1.46667vw; } }
    @media screen and (max-width: 640px) {
      .p-flow__item {
        font-size: 2.93333vw; } }
    .p-flow__item:after {
      content: "";
      display: block;
      position: absolute;
      right: -46px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border: 29px solid transparent;
      border-left: 17px solid #E5E5E5; }
    .p-flow__item:last-child {
      width: calc(100% / 3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .p-flow__item:last-child:after {
        content: none; }
    .p-flow__item__step {
      display: block;
      font-size: 13px; }
    .p-flow__item.-current {
      background: #FF7E00;
      color: #fff; }
      .p-flow__item.-current:after {
        border-left: 17px solid #FF7E00; }
  @media screen and (max-width: 767px) {
    .p-flow__item {
      padding: 5px 3px;
      text-align: center;
      position: relative;
      width: auto; }
      .p-flow__item:nth-child(1) {
        width: 32%; }
      .p-flow__item:nth-child(2) {
        width: 32%; }
      .p-flow__item:nth-child(3) {
        width: 32%; }
      .p-flow__item:nth-child(4) {
        width: 32%; }
      .p-flow__item:after {
        border: 20px solid transparent;
        border-left: 10px solid #E5E5E5;
        right: -28px; }
      .p-flow__item.-current:after {
        border-left: 10px solid #FF7E00; }
      .p-flow__item__step {
        display: none; } }

/* ボタン
--------------------------------------------------*/
.p-btn__min.-all {
  background: #E5E5E5; }

.p-btn__middle.-send {
  background: #FF7E00;
  color: #fff;
  width: 562px; }
  .p-btn__middle.-send:disabled {
    background: #878B95;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed; }
  @media screen and (max-width: 767px) {
    .p-btn__middle.-send {
      width: 90%; } }

.p-btn__middle.-gazoari {
  background: #fff;
  border: 1px solid #2C8CCF;
  color: #2C8CCF;
  width: 456px;
  line-height: 53px; }
  .p-btn__middle.-gazoari:disabled {
    background: #878B95;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed;
    line-height: 56px; }
  .p-btn__middle.-gazoari span {
    font-size: 75%; }
  @media screen and (max-width: 767px) {
    .p-btn__middle.-gazoari {
      width: 90%; }
    .p-btn__middle.-gazoari:disabled {
      line-height: 40px; } }

.p-btn__middle.-gazonasi {
  background: #FF7E00;
  color: #fff;
  width: 456px; }
  .p-btn__middle.-gazonasi:disabled {
    background: #878B95;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed; }
  .p-btn__middle.-gazonasi span {
    font-size: 75%; }
  @media screen and (max-width: 767px) {
    .p-btn__middle.-gazonasi {
      width: 90%; } }

.p-btn__middle.-top {
  background: #888888;
  color: #fff;
  width: 340px;
  line-height: 45px;
  margin-top: 35px;
  font-size: 18px; }
  @media screen and (max-width: 1024px) {
    .p-btn__middle.-top {
      font-size: 2.13333vw; } }
  @media screen and (max-width: 640px) {
    .p-btn__middle.-top {
      font-size: 4.26667vw; } }
  @media screen and (max-width: 767px) {
    .p-btn__middle.-top {
      width: 80%; } }

/* 必須／任意のラベル
--------------------------------------------------*/
.p-label {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  width: 40px;
  text-align: center; }
  .p-label.-req {
    background: #FF7E00;
    font-size: 15px; }
    @media screen and (max-width: 1024px) {
      .p-label.-req {
        font-size: 1.86667vw; } }
    @media screen and (max-width: 640px) {
      .p-label.-req {
        font-size: 3.73333vw; } }
  .p-label.-any {
    background: #888888;
    font-size: 12px; }
    @media screen and (max-width: 1024px) {
      .p-label.-any {
        font-size: 1.6vw; } }
    @media screen and (max-width: 640px) {
      .p-label.-any {
        font-size: 3.2vw; } }
  @media screen and (max-width: 767px) {
    .p-label {
      width: auto;
      padding: 0 .5em; } }

/* 必須項目入力状況
--------------------------------------------------*/
.p-sign {
  display: block; }
  .p-sign .p-formGroup__input {
    background: #FFF1E3;
    border: 2px solid #707070; }
    .p-sign .p-formGroup__input.-select {
      padding: 4px 10px; }
    .p-sign .p-formGroup__input.-middle {
      margin: 5px 0 0; }
    .p-sign .p-formGroup__input.-short {
      margin: 5px 0 0; }
  .p-sign.-comp {
    position: relative; }
    .p-sign.-comp:before {
      content: "";
      position: absolute;
      width: 20px;
      height: 17px;
      background: url("../img/common/ico_check.svg") no-repeat;
      background-size: contain;
      left: -22px;
      top: 10px; }
      @media screen and (max-width: 767px) {   
       .p-sign.-comp:before {
          top: 5px;
       }
}
    .p-sign.-comp .p-formGroup__input {
      background: none;
      border: 1px solid #707070; }
      .p-sign.-comp .p-formGroup__input.-select {
        padding: 5px 10px; }
  .p-sign.-err .p-formGroup__input {
    border: 2px solid #EB0000; }

/* 注意書き
--------------------------------------------------*/
.p-notelist {
  list-style: none;
  padding: 0;
  margin: 0; }
  .p-notelist.-kome li {
    text-indent: -.7em;
    margin: 0 0 0 .7em;
    font-size: 14px; }
    @media screen and (max-width: 1024px) {
      .p-notelist.-kome li {
        font-size: 1.73333vw; } }
    @media screen and (max-width: 640px) {
      .p-notelist.-kome li {
        font-size: 3.46667vw; } }
    .p-notelist.-kome li:before {
      content: "※"; }

.p-note {
  display: block;
  line-height: 1.5;
  margin: .3em 0 0;
  font-size: 15px; }
  @media screen and (max-width: 1024px) {
    .p-note {
      font-size: 1.86667vw; } }
  @media screen and (max-width: 640px) {
    .p-note {
      font-size: 3.73333vw; } }
  .p-note.-err {
    margin: 0 0 .3em;
    padding: 3px 10px;
    font-weight: bold;
    background: #FFE3E3;
    color: #EB0000;
    display: inline-block;
    position: relative;
    font-size: 15px; }
    @media screen and (max-width: 1024px) {
      .p-note.-err {
        font-size: 2.13333vw; } }
    @media screen and (max-width: 640px) {
      .p-note.-err {
        font-size: 4.26667vw; } }
    .p-note.-err:before {
      content: "！";
      color: #fff;
      font-weight: bold;
      margin-right: 5px;
      position: relative;
      z-index: 2;
      top: 2px;
      font-size: 15px; }
      @media screen and (max-width: 1024px) {
        .p-note.-err:before {
          font-size: 1.73333vw; } }
      @media screen and (max-width: 640px) {
        .p-note.-err:before {
          font-size: 3.46667vw; } }
    .p-note.-err:after {
      content: "";
      border: 11px solid transparent;
      border-bottom: 20px solid #EB0000;
      position: absolute;
      left: 7px;
      top: -7px; }
    @media screen and (max-width: 767px) {
      .p-note.-err:before {
        top: 0; }
      .p-note.-err:after {
        left: 5px; } }
    .p-note.-err.-big {
      border: 2px solid #EB0000;
      line-height: 58px;
      width: 100%;
      margin-top: 2em;
      font-size: 20px; }
      @media screen and (max-width: 1024px) {
        .p-note.-err.-big {
          font-size: 2.13333vw; } }
      @media screen and (max-width: 640px) {
        .p-note.-err.-big {
          font-size: 4.26667vw; } }
      .p-note.-err.-big::before {
        margin-right: 15px;
        top: 3px;
        left: 5px;
        font-size: 20px; }
        @media screen and (max-width: 1024px) {
          .p-note.-err.-big::before {
            font-size: 2.13333vw; } }
        @media screen and (max-width: 640px) {
          .p-note.-err.-big::before {
            font-size: 4.26667vw; } }
      .p-note.-err.-big::after {
        border: 15px solid transparent;
        border-bottom: 27px solid #EB0000;
        left: 10px;
        top: 4px; }
      @media screen and (max-width: 767px) {
        .p-note.-err.-big {
          line-height: 40px; }
          .p-note.-err.-big::after {
            left: 2.5vw;
            top: -5px; } }
  .p-note.-kome {
    text-indent: -.7em;
    margin: .3em 0 0 .7em;
    font-size: 13px; }
    @media screen and (max-width: 1024px) {
      .p-note.-kome {
        font-size: 2vw; } }
    @media screen and (max-width: 640px) {
      .p-note.-kome {
        display: inline-block;
        margin: 0 0 0 .7em;
        font-size: 4vw; } }
    .p-note.-kome:before {
      content: "※"; }
  .p-note.-excl {
    color: #0065DB;
    text-indent: -1.4em;
    margin: .3em 0 0 1.4em; }
    .p-note.-excl:before {
      content: "！";
      background: #0065DB;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      font-weight: bold;
      text-align: center;
      text-indent: 0;
      width: 18px;
      line-height: 18px;
      margin-right: 3px;
      font-size: 90%;
      vertical-align: middle;
      position: relative;
      top: -1px; }
    @media screen and (max-width: 767px) {
      .p-note.-excl:before {
        width: 16px;
        line-height: 16px; } }
  .p-note.-ques {
    color: #00A22C;
    text-indent: -1.4em;
    margin: .3em 0 0 1.4em; }
    .p-note.-ques a {
      color: #00A22C; }
    .p-note.-ques:before {
      content: "？";
      background: #00A22C;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      font-weight: bold;
      text-align: center;
      text-indent: 0;
      width: 18px;
      line-height: 18px;
      margin-right: 3px;
      font-size: 90%;
      vertical-align: middle;
      position: relative;
      top: -1px; }
    @media screen and (max-width: 767px) {
      .p-note.-ques:before {
        width: 16px;
        line-height: 16px; } }
  .p-note.-simple {
    color: #747474;
    line-height: 1.2; }

/* テーブル
--------------------------------------------------*/
.p-tbl {
  border-top: 1px solid #C8D5E2;
  border-right: 1px solid #C8D5E2;
  width: 100%;
  table-layout: fixed;
  /*選択中の内容*/
  /*フォーム入力項目*/ }
  .p-tbl th, .p-tbl td {
    border-bottom: 1px solid #C8D5E2;
    border-left: 1px solid #C8D5E2;
    padding: 15px;
    text-align: left; }
  .p-tbl th {
    background: #DFF2FC; }
  @media screen and (max-width: 767px) {
    .p-tbl {
      border: none;
      margin-left: -2.66vw;
      margin-right: -2.66vw;
      width: 100vw; }
      .p-tbl th, .p-tbl td {
        border: none;
        display: block;
        padding: 8px 2.66vw;
        width: 100% !important; }
      .p-tbl.-spnoblk {
        border-top: 1px solid #C8D5E2;
        border-right: 1px solid #C8D5E2;
        margin: 0;
        width: 100%; }
        .p-tbl.-spnoblk th, .p-tbl.-spnoblk td {
          border-bottom: 1px solid #C8D5E2;
          border-left: 1px solid #C8D5E2;
          display: table-cell;
          width: inherit !important; } }
  .p-tbl__selected th {
    width: 25%; }
  .p-tbl__form th, .p-tbl__form td {
    padding: 12px 35px; }
  .p-tbl__form th {
    background: #F4F4F4;
    font-weight: normal;
    padding: 15px 12px 15px 12px;
    position: relative;
    vertical-align: top;
    font-size: 16px; }
    @media screen and (max-width: 1024px) {
      .p-tbl__form th {
        font-size: 2vw; } }
    @media screen and (max-width: 640px) {
      .p-tbl__form th {
        font-size: 4vw; } }
    .p-tbl__form th .p-label {
      position: absolute;
      right: 15px;
      top: 17px; }
    .p-tbl__form th .p-note {
      font-weight: normal;
      font-size: 13px; }
      @media screen and (max-width: 1024px) {
        .p-tbl__form th .p-note {
          font-size: 2vw; } }
      @media screen and (max-width: 640px) {
        .p-tbl__form th .p-note {
          font-size: 4vw; } }
  .p-tbl__form td {
    width: 700px; }
  .p-tbl__form tr.req th {
    background: #DFF2FC;
    font-weight: bold; }
  .p-tbl__form tr.req .p-formGroup__input {
    padding: 10px 10px; }
    .p-tbl__form tr.req .p-formGroup__input.-select {
      padding: 9px 10px;
      height: 42px; }
  .p-tbl__form tr.req .p-checkList li input:checked + label:after,
  .p-tbl__form tr.req .p-radioList li input:checked + label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 17px;
    background: url("../img/common/ico_check.svg") no-repeat;
    background-size: contain;
    left: -24px;
    top: 5px; }
  @media screen and (max-width: 767px) {
    .p-tbl__form th {
      padding: 8px 2.66vw; }
      .p-tbl__form th .p-label {
        padding-top: 1px;
        right: 8px;
        top: 50%;
        transform: translateY(-50%); }
    .p-tbl__form tr.req .p-formGroup__input.-select {
      width: 100%;
    }
    .p-tbl__form td {
      font-size: 16px;
      padding: 8px 27px; }
    .p-tbl__form tr.req td {
      padding: 8px 27px; }
    .p-tbl__form tr.req .p-radioList {
      display: block; }
    .p-tbl__form tr.req .p-radioList li {
      width: 100%; }
    .p-tbl__form tr.req .p-radioList li:nth-child(n + 2) {
      margin-top: 5px; }
      .p-tbl__form tr.req .p-radioList li label {
        border: 2px solid #707070; }
      .p-tbl__form tr.req .p-radioList li input:checked + label:after {
        top: 50%;
        margin-top: -8px; } }

@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-tbl__form tr.req .p-radioList.-spline1 li {
    width: 100%; } }

/* 選択中店舗
--------------------------------------------------*/
.p-selectedshop {
  background: #fff;
  border: 1px solid #C8D5E2;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: flex-start;
  padding: 20px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .p-selectedshop {
      align-items: flex-start; } }
  .p-selectedshop + .p-selectedshop {
    margin-top: 10px; }
  .p-selectedshop__img {
    margin: 0; }
  .p-slt__img{
    margin: 0 !important;
  }
    @media screen and (max-width: 767px) {
      .p-selectedshop__detail__more li:last-child {
        padding-right: 0;
        width: 100%;
      }
      .p-selectedshop__img {
        width: 23%;
        float:left;
      padding-right: 10px; } }
  .p-selectedshop__detail {
    margin: 0 0 0 20px;
    width: 100%; }
    .p-selectedshop__detail__name {
      font-size: 24px;
      margin: 0;
      font-weight: bold; }

  .p-selectedshop__detail__more {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-selectedshop__detail__more li {
    padding: 10px 10px 10px 0px;
  }
  .p-selectedshop__detail__more li:hover {
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .br__sp{
    display: none;
  }
  .p-selectedshop__detail__more li a, .p-selectedshop__detail__more li form button {
    display: block;
    position: relative;
    padding: 12px 40px;
    border: 1px solid #FF7E00;
    border-radius: 5px;
    line-height: 1;
    background: #FF7E00;
    text-decoration: none !important;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
  }
    @media screen and (max-width: 767px)
    {
      .p-selectedshop__detail__more li a, .p-selectedshop__detail__more li form button {
        width: 100%;
      }
    }
  .p-selectedshop__detail__more li a:after, .p-selectedshop__detail__more li form button:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
  }
      @media screen and (max-width: 1024px) {
        .p-selectedshop__detail__name {
          font-size: 2vw; } }
      @media screen and (max-width: 640px) {
        .p-selectedshop__detail__name {
          font-size: 4vw; } }
    .p-selectedshop__detail__right {
      margin: 0;
      font-size: 16px; }
      @media screen and (max-width: 1024px) {
        .p-selectedshop__detail__right {
          font-size: 1.6vw; } }
      @media screen and (max-width: 640px) {
        .p-selectedshop__detail__more__li {
          width: 100%;
        }
        .p-selectedshop__detail__right {
          font-size: 3.2vw; }
        .br__sp{
          display: block;
        }
        .hide__sp{
          display: none;
        }
        .p-selectedshop__detail__more{
          margin-left: calc(-100% / 77 * 23);
          width: calc(100% / 77 * 100); }
        .p-selectedshop__detail__more li a, .p-selectedshop__detail__more li form button{
          width: 100%;
        }
      }
      @media screen and (max-width: 460px){
        .p-selectedshop__detail__more li a, .p-selectedshop__detail__more li form button{
          padding:12px 19px;
          font-size: 13px; }
        .p-selectedshop__detail__more li a:after, .p-selectedshop__detail__more li form button:after{
          top: calc(50% + 2px);
          right: 8px; } }
      @media screen and (max-width: 375px){
        .p-selectedshop__detail__more li a, .p-selectedshop__detail__more li form button{
          padding:12px 15px;
          font-size: 11px;
        } }
  @media screen and (max-width: 767px) {
    .p-selectedshop {
      padding: 10px; }
      .p-selectedshop__img {
        margin: 0; }
      .p-selectedshop__detail {
        margin: 0;
        float: left;
        width: 77%; } }
      .p-selectedshop__detail__info .pcnone {
        display: none; }
        @media screen and (max-width: 767px) {
          .p-selectedshop__detail__info .pcnone {
            display: block; } }

.p-selectedshop__detail__addr {
  display: block;
}
.p-selectedshop__detail__info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 .5em;
  color: #6E6E6E;
  font-size: 15px;
}
.p-selectedshop__detail__info > div {
  width: 50%;
  display: flex;
  margin: .5em 0 0;
}
@media screen and (max-width: 767px) {
.p-selectedshop__detail__info {
  font-size: 3.53333vw;
}
  .p-selectedshop__detail__info > div {
    width: 100%;
  }
}
.p-selectedshop__detail__info dt {
  font-size: 12px;
  width: 5em;
  text-align: center;
  background: #ECEFF2;
  margin-right: .5em;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .p-selectedshop__detail__info dt {
    font-size: 11px;
    line-height: 20px;
  }
}
.p-selectedshop__detail__info dd {
  font-size: 14px;
  margin: 0;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .p-selectedshop__detail__info dd {
    font-size: 11px;
    line-height: 20px;
  }
}
.p-selectedshop__detail__attention {
  font-size: 12px;
  margin: 0;
}
.p-selectedshop__detail__info > div.-tell dd {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-selectedshop__detail__info > div.-tell dd {
    font-size: 14px;
  }
}

/* 店舗選択
--------------------------------------------------*/
.p-shopselect__list {
  list-style: none;
  margin: 10px 0 25px;
  padding: 0; }
  .p-shopselect__list__item {
    position: relative; }
    .p-shopselect__list__item + .p-shopselect__list__item {
      margin-top: 10px; }
  .p-shopselect__list__check {
    display: none; }
    /*.p-shopselect__list__check:checked + .p-shopselect__list__label {
      background: #DFF2FC;
      border: 3px solid #008CCF;
      padding: 18px; }*/
      .p-shopselect__list__check:checked + .p-shopselect__list__label:before {
        background: url("../img/common/ico_check_white.svg") center no-repeat #0065DB;
        background-size: 80% auto; }
      .p-shopselect__list__check:checked + .p-shopselect__list__label.-radio:before {
        background: #0065DB; }
  .p-shopselect__list__label {
    background: #fff;
    border: 1px solid #C8D5E2;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    position: relative;
    width: 100%; }
    .p-shopselect__list__label:before {
      left: 30px;
      top: 50%;
      content: "";
      border: 1px solid #707070;
      border-radius: 3px;
      display: block;
      position: absolute;
      margin: -9px 0 0;
      width: 18px;
      height: 18px; }
    .p-shopselect__list__label.-radio:before {
      content: "";
      top: auto;
      left: 20px;
      border: 1px solid #707070;
      display: block;
      position: absolute;
      width: 18px;
      height: 18px;
      margin: auto 0;
      border-radius: 50%;
    }
    .p-shopselect__list__label.-radio:after {
      content: "";
      position: absolute;
      left: 26px;
      display: block;
      width: 6px;
      height: 6px;
      margin: auto 0;
      background: #fff;
      border-radius: 50%;
    }
  .p-shopselect__list__img {
    width: 136px;
    margin: 0 0 0 38px; }
    @media screen and (max-width: 640px) {
      .p-shopselect__list__img {
        max-width: 80px; } }
  .p-shopselect__list__detail {
    flex: 1;
    margin: 0 0 0 20px; }
    .p-shopselect__list__detail__name {
      font-size: 16px;
      font-weight: bold; }
      @media screen and (max-width: 1024px) {
        .p-shopselect__list__detail__name {
          font-size: 2vw; } }
      @media screen and (max-width: 640px) {
        .p-shopselect__list__detail__name {
          font-size: 4vw; } }
    .p-shopselect__list__detail__info {
      margin: 0;
      font-size: 16px; }
      @media screen and (max-width: 1024px) {
        .p-shopselect__list__detail__info {
          font-size: 1.6vw; } }
      @media screen and (max-width: 640px) {
        .p-shopselect__list__detail__info {
          font-size: 3.2vw; } }
  @media screen and (max-width: 767px) {
    .p-shopselect__list__check:checked + .p-shopselect__list__label {
      border: 2px solid #008CCF;
      padding: 9px; }
    .p-shopselect__list__label {
      padding: 10px; }
      .p-shopselect__list__label:before {
        left: 10px; }
      .p-shopselect__list__label:after {
        left: 15px; }
    .p-shopselect__list__img {
      margin: 0 0 0 30px; }
    .p-shopselect__list__detail {
      margin: 0 0 0 10px; } }

/* インプットまわり
--------------------------------------------------*/
.p-formGroup__name {
  display: block; }
  .p-formGroup__name > span {
    position: relative;
    display: block; }
    .p-formGroup__name > span + span {
      margin-left: 30px; }
  .p-formGroup__name .p-formGroup__input {
    display: inline-block !important;
    width: auto; }
  .p-formGroup__name__kanamidashi {
    display: inline-block;
    text-align: right; }
  .p-formGroup__name__inner {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox; }
  .p-formGroup__name__inner input:nth-child(n + 2) {
    margin: 0 0 0 20px; }
  @media screen and (max-width: 767px) {
    .p-formGroup__name {
      display: block; }
    .p-formGroup__name .p-formGroup__input {
      width: 100%; }
    .p-formGroup__name__kanamidashi {
      text-align: left; }
    .p-formGroup__name span + span {
      margin: 5px 0 0; } 
    .p-formGroup__name__inner {
      display: block; }
    .p-formGroup__name__inner input:nth-child(n + 2) {
      margin: 5px 0 0; } }

.p-formGroup__telltime {
  margin-top: 5px;
  display: block; }

.p-formGroup__contact__tit {
  display: block;
  margin-right: 5px; }
  .p-formGroup__contact__tit + .p-radioInline li {
    margin: 0 1.5em 0 0 !important; }

@media screen and (max-width: 767px) {
  .p-formGroup__contact__tit {
    display: block;
    margin-top: 5px;
    text-align: left; }
    .p-formGroup__contact__tit + .p-radioInline {
      display: block !important;
      margin: 0 0 5px !important; }
      .p-formGroup__contact__tit + .p-radioInline li {
        margin: 0 3px 0 0 !important; } }

.p-formGroup__addr__tit {
  display: inline-block;
  width: 7em;
  margin-right: 5px;
  text-align: right; }
  .p-formGroup__addr__tit + .p-formGroup__input.-select,
  .p-formGroup__addr__tit + .p-formGroup__input.-middle,
  .p-formGroup__addr__tit + .p-formGroup__input.-short {
    margin-top: 5px !important; }

@media screen and (max-width: 767px) {
  .p-formGroup__addr__tit {
    display: block;
    margin-top: 5px;
    text-align: left; }
  .p-formGroup__addr__tit.m-pc {
    display: none;} }

.p-formGroup__input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 6px 10px;
  border: 2px solid #707070;
  border-radius: 4px;
  -webkit-border-image: initial;
  -o-border-image: initial;
  border-image: initial;
  background: #fff;
  font-size: 16px; }
  .p-formGroup__input.-select {
    display: inline-block;
    height: 32px;
    padding: 5px 10px;
    width: auto; }
  .p-formGroup__input.-middle {
    display: inline-block;
    width: 350px; }
  .p-formGroup__input.-short,
  .p-formGroup__input.m-area,
  .p-formGroup__input.m-age {
    display: inline-block;
    width: 123px; }
  .p-formGroup__input.m-area + .p-radioInline li {
    margin-bottom: 0;
  }
  .p-formGroup__input.m-error {
    border-color: #EB000A;
  }

@media screen and (max-width: 767px) {
  .p-formGroup__input {
    border-radius: 2px;
    padding: 10px; }
    .p-formGroup__input.-select {
      height: 40px;
      padding: 9px 10px; }
      .p-formGroup__input.-select#ChikuY, .p-formGroup__input.-select#SyutokuY {
        width: 55%;
        margin-bottom: 5px; }
      .p-formGroup__input.-select#ChikuM {
        width: auto; }
    .p-formGroup__input.-middle {
      display: inline-block;
      width: 100%; }
    .p-formGroup__input.-short {
      display: inline-block;
      width: 100%; }
    .p-formGroup__input.m-age {
      display: inline-block;
      width: 90%; } }

/* ラジオボタン横並び
--------------------------------------------------*/
.p-radioInline {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px; }
  .p-radioInline:first-child li:last-child {
    margin-right: 0; }
  .p-radioInline li {
    display: inline-block;
    margin-right: 1.5em;
    margin-bottom: 5px; }
    .p-radioInline li input {
      display: none; }
      .p-radioInline li input:checked + label span:before {
        background: #0065DB; }
    .p-radioInline li label {
      padding-left: 25px;
      position: relative; }
    .p-radioInline li label span:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 18px;
      height: 18px;
      margin: auto 0;
      background: #fff;
      border: 1px solid #707070;
      border-radius: 50%; }
    .p-radioInline li label span:after{
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 6px;
      display: block;
      width: 6px;
      height: 6px;
      margin: auto 0;
      background: #fff;
      border-radius: 50%; }
  @media screen and (max-width: 767px) {
    .p-radioInline {
      vertical-align: bottom; }
      .p-radioInline li {
        display: inline-block;
        margin-right: 3px; }
        .p-radioInline li label {
          width: 100%;
          background: #F4F4F4;
          border: 1px solid #707070;
          border-radius: 2px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 7px 7px 7px 30px; }
          .p-radioInline li label span {
            line-height: 1.2; }
          .p-radioInline li label span:before {
            left: 4px; }
          .p-radioInline li label span:after{
            left: 10px; } }
  @media screen and (max-width: 374px) {
    .p-radioInline li label {
      padding: 7px 3px 7px 25px; }
      .p-radioInline li label:before {
        left: 4px; } }

/* ラジオボタンのリスト
--------------------------------------------------*/
.p-radioList {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px; }
  .p-radioList li input {
    display: none; }
    .p-radioList li input:checked + label span:before{
      background: #0065DB; }
  .p-radioList li label {
    padding-left: 25px;
    position: relative; }
    .p-radioList li label span:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 18px;
      height: 18px;
      margin: auto 0;
      background: #fff;
      border: 1px solid #707070;
      border-radius: 50%; }
    .p-radioList li label span:after{
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 6px;
      display: block;
      width: 6px;
      height: 6px;
      margin: auto 0;
      background: #fff;
      border-radius: 50%; }
  .p-radioList li .p-note.-simple {
    padding-left: 25px;
    margin: .5em 0; }
  @media screen and (max-width: 767px) {
    .p-radioList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .p-radioList li {
        width: 48%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .p-radioList li:nth-child(n + 3) {
          margin-top: 10px; }
        .p-radioList li label {
          width: 100%;
          background: #F4F4F4;
          border: 1px solid #707070;
          border-radius: 2px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 10px 10px 10px 35px; }
          .p-radioList li label span {
            line-height: 1.2; }
          .p-radioList li label span:before {
            left: 10px; }
          .p-radioList li label span:after{
            left: 16px; }
      .p-radioList.-spline1 {
        display: block; }
        .p-radioList.-spline1 + .-spline1 {
          margin-top: .5em; }
        .p-radioList.-spline1 li {
          width: 100%;
          display: block; }
          .p-radioList.-spline1 li label {
            width: 12em; }
          .p-radioList.-spline1 li .p-note.-simple {
            padding-left: 0; } }

/* チェックボックスのリスト
--------------------------------------------------*/
.p-checkList {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px; }
  .p-checkList li input {
    display: none; }
    .p-checkList li input:checked + label:before {
      background: url("../img/common/ico_check_white.svg") center no-repeat #0065DB;
      background-size: 80% auto; }
  .p-checkList li label {
    padding-left: 25px;
    position: relative; }
    .p-checkList li label:before {
      content: "";
      position: absolute;
      left: 0;
      top: 3px;
      display: block;
      width: 18px;
      height: 18px;
      border: 1px solid #707070;
      border-radius: 3px; }
  .p-checkList li .p-note.-simple {
    padding-left: 25px;
    margin: 0 0 .5em; }
  .p-checkList.-line2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-checkList.-line2 li {
      width: 50%; }
  .p-checkList + .p-formGroup__input {
    margin-top: .5em; }
  .p-checkList + .p-formGroup__input.-select {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .p-checkList.-line2 {
      display: block; }
      .p-checkList.-line2 li {
        width: 100%; }
    .p-checkList li label {
      display: block;
      width: 100%; }
    .p-checkList + .p-formGroup__input.-select {
    margin-top: .5em; }
  }

/* 希望日
--------------------------------------------------*/
.p-pfddate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px; }
  .p-pfddate__item + .p-pfddate__item {
    margin-top: 5px; }
  .p-pfddate__item .p-label {
    position: absolute;
    left: 0; }
    .p-pfddate__item .p-label.-req {
      font-size: 12px; }
      @media screen and (max-width: 1024px) {
        .p-pfddate__item .p-label.-req {
          font-size: 1.6vw; } }
      @media screen and (max-width: 640px) {
        .p-pfddate__item .p-label.-req {
          font-size: 3.2vw; } }
  .p-pfddate__item__datetit {
    margin: 0 5px 0 0; }
  .p-pfddate__item__dateselect {
    margin: 0;
    width: 175px;
    position: relative; }
  .p-pfddate__item__calendar {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    border: none; }
    .p-pfddate__item__calendar img {
      width: 24px;
      height: 24px; }
  .p-pfddate__item__timetit {
    margin: 0 5px 0 1em; }
  .p-pfddate__item__timeselect {
    margin: 0;
    width: 175px; }

@media screen and (max-width: 767px) {
  .p-pfddate {
    margin: 0;
  }
  .p-pfddate__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .p-pfddate__item__datetit, .p-pfddate__item__timetit {
      width: 5em; }
    .p-pfddate__item__dateselect, .p-pfddate__item__timeselect {
      width: calc(100% - 7em); }
    .p-pfddate__item__dateselect {
     margin-bottom: 5px; }
      .p-pfddate__item__dateselect select, .p-pfddate__item__timeselect select {
        width: 100% !important; }
    .p-pfddate__item .p-label {
      top: 1.5em; }
  .p-pfddate__item__timetit {
    margin: 0 5px 0 0; } }

/* 入力項目残数
--------------------------------------------------*/
.p-balloon__hissu {
  position: fixed;
  left: 50%;
  top: 250px;
  -webkit-transform: translate(-580px, 0);
  -ms-transform: translate(-580px, 0);
  transform: translate(-580px, 0);
  border: 3px solid #FF7E00;
  background: #FF7E00;
  padding: 0; }
  .p-balloon__hissu__tit {
    background: #fff;
    text-align: center;
    color: #FF7E00;
    font-weight: bold; }
  .p-balloon__hissu__cont {
    color: #fff;
    margin: 0;
    padding: 5px 5px 0;
    vertical-align: bottom; }
  .p-balloon__hissu__num {
    display: inline-block;
    font-size: 38px;
    width: .5em;
    line-height: 1;
    text-align: right;
    margin: 0 .1em; }
  @media screen and (max-width: 767px) {
    .p-balloon__hissu {
      display: none; } }

/* 画像有無選択ボタン
--------------------------------------------------*/
.p-gazoBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 0; }
  .p-gazoBtn__item {
    width: 49%; }
  .p-gazoBtn__txt1 {
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0 0 10px;
    font-size: 15px; }
    @media screen and (max-width: 1024px) {
      .p-gazoBtn__txt1 {
        font-size: 1.86667vw; } }
    @media screen and (max-width: 640px) {
      .p-gazoBtn {
        margin: 15px 0 0; }
      .p-gazoBtn__txt1 {
        font-size: 3.73333vw; } }
    .p-gazoBtn__txt1__strong {
      font-size: 22px;
      color: #FF7E00; }
    .p-gazoBtn__txt1__strong.m-blue {
      color: #2C8CCF; }
      @media screen and (max-width: 1024px) {
        .p-gazoBtn__txt1__strong {
          font-size: 3.06667vw; } }
      @media screen and (max-width: 640px) {
        .p-gazoBtn__txt1__strong {
          font-size: 6.13333vw; } }
  .p-gazoBtn__txt2 {
    text-align: center;
    margin: 10px 0 0;
    line-height: 1.2;
    font-size: 14px; }
    @media screen and (max-width: 1024px) {
      .p-gazoBtn__txt2 {
        font-size: 1.86667vw; } }
    @media screen and (max-width: 640px) {
      .p-gazoBtn__txt2 {
        font-size: 3.73333vw; } }
  @media screen and (max-width: 767px) {
    .p-gazoBtn {
      display: block; }
      .p-gazoBtn__item {
        width: 100%; }
        .p-gazoBtn__item + .p-gazoBtn__item {
          margin-top: 20px; }
      .p-gazoBtn__txt2 {
        text-align: left; }
        .p-gazoBtn__txt2 br {
          display: none; } }

/* 画像アップ説明
--------------------------------------------------*/
.c-flexbox.-imgtmp {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 20px; }

.p-imgtmp__info {
  width: 56%; }
  .p-imgtmp__info p {
    margin: 0 0 .5em; }
  @media screen and (max-width: 767px) {
    .p-imgtmp__info {
      width: 100%;
      margin: 0 0 10px; } }

.p-imgtmp__sample {
  border: 1px solid #008CCF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  width: 42%; }
  .p-imgtmp__sample__tit {
    color: #008CCF;
    font-size: 17px; }
    @media screen and (max-width: 1024px) {
      .p-imgtmp__sample__tit {
        font-size: 1.73333vw; } }
    @media screen and (max-width: 640px) {
      .p-imgtmp__sample__tit {
        font-size: 3.46667vw; } }
  .p-imgtmp__sample__item {
    margin: 0;
    text-align: center;
    font-size: 13px; }
    @media screen and (max-width: 1024px) {
      .p-imgtmp__sample__item {
        font-size: 1.33333vw; } }
    @media screen and (max-width: 640px) {
      .p-imgtmp__sample__item {
        font-size: 2.66667vw; } }
  @media screen and (max-width: 767px) {
    .p-imgtmp__sample {
      width: 100%;
      padding: 5px 0; } }

/* アップ画像選択
--------------------------------------------------*/
.image_view + .image_view {
  margin-top: 6px; }

.p-imgup {
  background: #DFF2FC;
  padding: 25px 40px;
  margin-bottom: 25px; }
  .p-imgup__item {
    background: #fff;
    border: 1px solid #C8D5E2;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px; }
    .p-imgup__item + .p-imgup__item {
      margin-top: 6px; }
    .p-imgup__item__thumb {
      margin: 0; }
      .p-imgup__item__thumb.-noselect {
        width: 97px;
        line-height: 97px;
        background: #E5E5E5;
        text-align: center; }
        .p-imgup__item__thumb.-noselect img {
          width: 27px; }
    .p-imgup__item__detail {
      width: 690px; }
    .p-imgup__item__file {
      margin-bottom: .5em; }
      .p-imgup__item__file__name {
        display: inline-block;
        margin-left: 5px; }
  .p-imgup__add {
    display: block;
    text-align: center;
    margin-top: 20px; }
    .p-imgup__add__btn {
      color: #FF7E00;
      text-decoration: underline;
      border: none;
      background: none;
      font-size: 15px; }
      @media screen and (max-width: 1024px) {
        .p-imgup__add__btn {
          font-size: 1.73333vw; } }
      @media screen and (max-width: 640px) {
        .p-imgup__add__btn {
          font-size: 3.46667vw; } }
      .p-imgup__add__btn:before {
        content: "＋";
        display: inline-block;
        color: #fff;
        font-weight: bold;
        background: #FF7E00;
        text-decoration: none;
        width: 1.5em;
        margin-right: 5px; }
      .p-imgup__add__btn:hover {
        cursor: pointer;
        text-decoration: none; }
  @media screen and (max-width: 767px) {
    .p-imgup {
      padding: 10px; }
      .p-imgup__item {
        display: block;
        padding: 10px; }
        .p-imgup__item__thumb {
          margin: 0 0 10px;
          text-align: center; }
          .p-imgup__item__thumb.-noselect {
            margin: 0 auto 10px; }
        .p-imgup__item__detail {
          width: 100%; }
      .p-imgup__add {
        margin-top: 10px; } }

/* リキャプチャ
--------------------------------------------------*/
.p-reCAPTCHA {
  text-align: center;
  margin: 25px 0; }

/* 査定受付番号
--------------------------------------------------*/
.p-sateinum {
  width: 506px;
  margin: 0 auto;
  border: 2px solid #008CCF;
  padding: 10px;
  text-align: center;
  font-weight: bold; }
  .p-sateinum__tit {
    color: #008CCF; }
  .p-sateinum__id {
    margin: 0;
    font-size: 30px; }
    @media screen and (max-width: 1024px) {
      .p-sateinum__id {
        font-size: 2.53333vw; } }
    @media screen and (max-width: 640px) {
      .p-sateinum__id {
        font-size: 5.06667vw; } }
  @media screen and (max-width: 767px) {
    .p-sateinum {
      width: 100%; } }

/* ヘッダー
--------------------------------------------------*/
.p-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 9px; }
  .p-header__top__tit {
    color: #008CCF;
    font-weight: bold;
    font-size: 22px; }
    @media screen and (max-width: 1024px) {
      .p-header__top__tit {
        font-size: 2.26667vw; } }
    @media screen and (max-width: 640px) {
      .p-header__top__tit {
        font-size: 4.53333vw; } }
    .p-header__top__tit__img {
      margin: 0 10px 0 0;
      width: 84px;
      display: inline-block;
      vertical-align: bottom; }
  .p-header__top__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p-header__top__menu__item:last-child .p-header__top__menu__lnk {
      border-right: none; }
    .p-header__top__menu__lnk {
      display: inline-block;
      padding: 10px 25px;
      border: 1px solid #FF7E00;
      border-radius: 10px;
      background-color: #FF7E00;
      line-height: 0;
      text-decoration: none !important;
      color: #FFFFFF !important;
      font-weight: bold;
      font-size: 15px; }
    .p-header__top__menu__lnk:hover{
      cursor: pointer;
      opacity: .7;
      -webkit-transition: all 0s;
      -o-transition: all 0s;
      transition: all 0s;
    }
    .p-header__top__menu__lnk img {
      padding:0 8px 4px 0;

    }
      @media screen and (max-width: 1024px) {
        .p-header__top__menu__lnk {
          font-size: 1.6vw; } }
      @media screen and (max-width: 640px) {
        .p-header__top__menu__lnk {
          font-size: 3.2vw; }
        .p-header__top__menu__lnk img {
          padding-right: 10px; } }
      .p-header__top__menu__lnk:hover {
        text-decoration: none !important; }

@media screen and (max-width: 767px) {
  .p-header__top {
    width: 100% !important;
    padding: 0;
    display: block; }
    .p-header__top__tit {
      width: 100%;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px; }
      .p-header__top__tit__img {
        margin: 0 5px 0 0;
        width: 44px; }
    .p-header__top__menu {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #ECEFF2;
      padding: 10px 15px;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .p-header__top__menu__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        margin: 3px 0; }
      .p-header__top__menu__lnk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 20px 10px 15px;
        border: 1px solid #FF7E00;
        background: #FF7E00;
        border-radius: 5px;
        position: relative;
        width: 100%; }
        .p-header__top__menu__lnk:after {
          content: "";
          width: 8px;
          height: 8px;
          border-top: 2px solid #FFFFFF;
          border-right: 2px solid #FFFFFF;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          right: 8px;
          top: 50%;
          margin-top: -4px; } }

/* 不動産売却査定を依頼する
--------------------------------------------------*/
.p-mv {
  background-color: #008CCE;
  background-image: url("../img/top/bg_mv@2x.jpg"), url("../img/top/bg_gradation.png");
  background-position: center, center;
  background-repeat: no-repeat, repeat-x;
  background-size: 1500px auto, 100% 100%;
  padding: 59px 0; }
  .p-mv__wrap{
    width: 1020px;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .p-mv__wrap{
        display: block;
        width: auto; } }
  .p-mv__tit {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 45px 0 0;
    line-height: 1; }
    @media screen and (max-width: 1024px) {
      .p-mv__tit {
        font-size: 2.53333vw; } }
    @media screen and (max-width: 767px) {
      .p-mv__tit {
        margin: 0 0 5.5vw; } }
    @media screen and (max-width: 640px) {
      .p-mv__tit {
        font-size: 5.06667vw; } }
    .p-mv__tit span {
      font-size: 60%; }

  .p-mv__right {
    display: block;
    width: 320px;
    margin: 50px 0;
  }
  .p-mv__inner {
    width: 100%;
    background: #FFF;
    border-radius: 20px;
    border:3px solid #FFFFFF;
    margin-top:5px;
  }
  .p-mv__inner:hover{
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  .p-mv__inner.-orange{
    background-color: #FF7F00;
  }
  .p-mv__inner.-blue{
    background-color: #2E9EFF;
  }
  .p-mv__inner:last-child {
    margin-top: 40px;
  }
  .p-mv__list {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    box-sizing: content-box;
    padding: 18px 0;
  }
  .p-mv__list a {
    text-decoration: none !important;
    position: relative;
    text-align: center;
    margin: 2px 0;
  }
  .p-mv__list .dem01 span{
    font-size: 15px;
    font-weight: bold;
  }
  .p-mv__list .dem01 span:first-child {
    color: #FFF038;
  }
  .p-mv__list .dem01 span:last-child {
    color: #FFF;
  }
  .p-mv__list .dem01 {
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 0 0 0 27px;
    top: -8px;
  }
  .p-mv__list .dem02 {
    color: #FFF;
    position: relative;
    font-size: 26px;
    font-weight: bold;
    bottom: 15px;
  }
  .p-mv__list a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
    height: 15px;
  }
  .p-mv__list a:after{
    background: url(../img/top/bg_mv_inner_list.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  @media screen and (max-width: 767px) {
    .p-mv__right{
      width: 100%;
    }
    .p-mv__list{
      padding:25px 0;
    }
    .p-mv__list .dem01 span{
      font-size: 3vw;
    }
    .p-mv__list .dem02 {
      font-size: 5vw;
    }
    .p-mv__list a{
      text-align: left  ;
      padding:0 0 0 200px;
      margin: 10px 0;
      top: 10px;
    }
    .p-mv__list .dem01 {
      padding: 0;
      top: -12px;
    }
    .p-mv__list.-orange:before {
      content: "";
      position: absolute;
      width: 114px;
      height: 114px;
      background: url(../img/top/bg_mv_list_orange.png)  0 0 no-repeat;
      background-size: 100% auto;
      left: 45px;
    }
    .p-mv__list.-blue:before {
      content: "";
      position: absolute;
      width: 114px;
      height: 129px;
      background: url(../img/top/bg_mv_list_blue.png)  0 0 no-repeat;
      background-size: 100% auto;
      top: 5%;
      left: 45px;
    }
    .p-mv__list a:after{
      width: 21px;
      height: 24px;
      bottom: -15px;
    }
  }
  @media screen and (max-width: 640px) {
    .p-mv__list a {
      padding: 0 0 0 150px;
    }
    .p-mv__list.-orange:before{
      left: 20px;
    }
    .p-mv__list.-blue:before{
      left: 20px;
    }
    .p-mv__list .dem01 span {
      font-size: 3.3vw;
    }
    .p-mv__list .dem02 {
      font-size: 5.6vw;
    }
  }
  @media screen and (max-width: 460px) {
    .p-mv__list{
      padding: 15px 0;
    }
    .p-mv__list a {
      padding: 0 0 0 105px;
    }
    .p-mv__list .dem01 span {
      font-size: 3.5vw;
    }
    .p-mv__list .dem02 {
      font-size: 5.8vw;
    }
    .p-mv__list a:after {
      width: 15px;
      height: 15px;
      bottom: -5px;
    }
    .p-mv__list.-orange:before {
      width: 85px;
      height: 85px;
      top: 10px;
      left: 10px;
    }
    .p-mv__list.-blue:before {
      width: 85px;
      height: 100px;
      top: 0;
      left: 10px;
    }
    .p-mv__list .dem01 {
      top: -12px;
    }
  }
  @media screen and (max-width: 360px) {
    .p-mv__list {
      padding: 20px 0;
    }
    .p-mv__list a {
      padding: 0 0 0 100px;
    }
    .p-mv__list a:after {
      bottom: -8px;
    }
    .p-mv__list .dem01 {
      top: -15px;
    }
    .p-mv__list .dem01 span {
      font-size: 3.2vw;
    }
    .p-mv__list .dem02 {
      font-size: 5.5vw;
    }
    .p-mv__list.-orange:before {
      width: 80px;
      height: 80px;
    }
    .p-mv__list.-blue:before {
      width: 80px;
      height: 95px;
    }
  }
  @media screen and (max-width: 320px) {
    .p-mv__list {
      padding: 18px 0;
    }
    .p-mv__list a {
      padding: 0 0 0 85px;
    }
    .p-mv__list .dem01 span {
      font-size: 3.5vw;
    }
    .p-mv__list .dem02 {
      font-size: 5.8vw;
    }
    .p-mv__list.-orange:before{
      width: 75px;
      height: 75px;
      left:5px;
    }
    .p-mv__list.-blue:before {
      width: 75px;
      height: 90px;
      left: 5px;
    }
  }


  .p-mv__form {
    display: block;
    width: 320px; }
    .p-mv__form__white {
      width: 100%;
      border-radius: 5px;
      background: #fff;
      padding: 20px; }
    .p-mv__form__blk + .p-mv__form__blk {
      margin-top: 18px;
      background: url("../img/top/img_form@2x.jpg") right bottom no-repeat;
      background-size: 180px auto; }
    .p-mv__form__tit {
    position: relative;
      margin: 0 0 18px;
      font-size: 20px;
    background: #2E9EFF;
    color: #fff;
    text-align: center;
    padding: 12px 0; }
    .p-mv__form__tit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 16px 0 16px;
    border-color: #2E9EFF transparent transparent transparent;
    transform: translateX(-50%); }

    .p-mv__form__tit h3 {
    margin: 0 0 5px;
    line-height: 1.0; }
    @media screen and (max-width: 767px) {
      .p-mv__form__tit h3{
        font-size: 6.2vw;
        letter-spacing: 0.1em; } }
    .p-mv__form__tit h3 span {
      font-size: 18px; }
    @media screen and (max-width: 767px) {
      .p-mv__form__tit h3 span{
        font-size: 4vw; } }
    .p-mv__form__tit p {
    text-align: center;
    font-size: 14px;
    margin: 0;
    line-height: 1.0; }
    @media screen and (max-width: 767px) {
      .p-mv__form__tit p{
        font-size: 3.8vw; } }
      @media screen and (max-width: 1024px) {
        .p-mv__form__tit {
          font-size: 2vw; } }
      @media screen and (max-width: 640px) {
        .p-mv__form__tit {
          font-size: 4vw; } }
      .p-mv__form__tit__step {
        display: inline-block;
        background: #FF7E00;
        color: #fff;
        position: relative;
        padding: 0 10px 0 15px;
        margin-right: 30px; }
        .p-mv__form__tit__step:after {
          content: "";
          display: block;
          position: absolute;
          right: -46px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          border: 29px solid transparent;
          border-left: 17px solid #FF7E00; }
      .p-mv__form__select1 .-select {
        width: 100%; }
    .p-mv__form__select2 .-select {
      width: 100%;
    margin-bottom: 0; }
    .p-mv__form .-select {
      outline: none;
      padding: 13px 10px;
      margin-bottom: 8px;
      height: 50px; }
      .p-mv__form .-select.-focus {
        background: #FFF1E3;
        border: 4px solid #2E9EFF;
        padding: 10px 10px; }
    .p-mv__form .-start {
      background: #2E9EFF;
      color: #fff;
      width: 90%;
      margin: 6px auto 0; }
      .p-mv__form .-start:disabled {
        background: #878B95;
        cursor: not-allowed; }
  @media screen and (max-width: 767px) {
    .p-mv {
      background: #008CCE;
      padding: 8vw 3vw}
      .p-mv__tit {
        padding: 0; }
      .p-mv__form {
        width: 100%;
        background: #fff;
        border-radius: 3px;
        padding: 4vw; }
        .p-mv__form__white {
          padding: 0;
          width: 100%; }
        .p-mv__form__blk + .p-mv__form__blk {
          margin-top: 10px;
          background: none; }
        .p-mv__form__tit {
          padding: 3vw 0;
          margin: 0 0 13px;
          display: block;
          line-height: 1; }
          .p-mv__form__tit__txt {
            width: calc(100% - 6em); }
          .p-mv__form__tit__step {
            display: block;
            margin-right: 20px;
            padding: 0 0 0 5px;
            width: 4em;
            line-height: 2em; }
            .p-mv__form__tit__step:after {
              right: -40px; }
        .p-mv__form__select1 {
          display: block; }
          .p-mv__form__select1 .-select {
            width: 100%; }
        .p-mv__form__select2 .-select {
          width: 100%; }
        .p-mv__form .-select {
          padding: 11px 10px;
          height: 49px;
          margin: 7px 0 0; }
          .p-mv__form .-select.-on {
            padding: 8px 10px; }
        .p-mv__form .-start {
          width: 100%;
          margin: 10px auto 0; } }

/* SUMiTASの不動産売却査定はここが違う!
--------------------------------------------------*/
.p-feature {
  background: #ECEFF2;
  padding: 50px 0 0; }
  .p-feature__tit {
    margin: 0; }
  @media screen and (max-width: 767px) {
    .p-feature {
      padding: 10vw 0 0; }
      .p-feature__tit {
        text-align: left;
        padding: 25px 0 .8em 62px;
        background: url("../img/top/img_feature_chara@2x.png") left bottom no-repeat;
        background-size: 65px auto; } }
  .p-feature__anchor {
    list-style: none;
    padding: 1.5em 0 2em 200px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: url("../img/top/img_feature_chara.png") left bottom no-repeat; }
    .p-feature__anchor__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 300px;
      margin: 3px; }
      .p-feature__anchor__item a {
        background: #fff;
        border: 1px solid #008CCF;
        width: 100%;
        height: 6em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        color: #000;
        position: relative; }
        .p-feature__anchor__item a:hover {
          opacity: .6; }
        .p-feature__anchor__item a:after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
          border: 10px solid transparent;
          border-bottom: 10px solid #008CCF;
          border-right: 10px solid #008CCF; }
    .p-feature__anchor__num {
      width: 42px;
      margin: 0 10px 0 20px; }
      .p-feature__anchor__num img {
        height: 30px;
        width: auto; }
    .p-feature__anchor__txt {
      width: 185px;
      line-height: 1.1;
      font-weight: bold;
      font-size: 19px; }
      @media screen and (max-width: 1024px) {
        .p-feature__anchor__txt {
          font-size: 1.73333vw; } }
      @media screen and (max-width: 640px) {
        .p-feature__anchor__txt {
          font-size: 3.46667vw; } }
    @media screen and (max-width: 767px) {
      .p-feature__anchor {
        padding: 0 0 25px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: none; }
        .p-feature__anchor__item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 49%;
          margin: 0 .5% 1%; }
          .p-feature__anchor__item a {
            height: 5em; }
            .p-feature__anchor__item a:after {
              border: 5px solid transparent;
              border-bottom: 5px solid #008CCF;
              border-right: 5px solid #008CCF; }
        .p-feature__anchor__num {
          width: 30px;
          margin: 0 5px; }
          .p-feature__anchor__num img {
            height: 20px;
            width: auto; }
        .p-feature__anchor__txt {
          width: calc(100% - 40px); } }
  .p-feature__item {
    background: #fff; }
    .p-feature__item__tit {
      background: #008CCF;
      margin: 0; }
      .p-feature__item__tit__frame {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 30px; }
      .p-feature__item__tit__kokoga {
        color: #fff;
        line-height: 1.1;
        width: 6em;
        font-size: 14px; }
        @media screen and (max-width: 1024px) {
          .p-feature__item__tit__kokoga {
            font-size: 1.33333vw; } }
        @media screen and (max-width: 640px) {
          .p-feature__item__tit__kokoga {
            width: 6.5em;
            font-size: 2.66667vw; } }
      .p-feature__item__tit__num {
        position: relative; }
        .p-feature__item__tit__num img {
          height: 42px;
          margin: 0 50px 0 10px;
          width: auto; }
        .p-feature__item__tit__num:before {
          content: "";
          position: absolute;
          top: 50%;
          right: -50px;
          margin-top: -60px;
          border: 60px solid transparent;
          border-left: 30px solid #fff; }
        .p-feature__item__tit__num:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -49px;
          margin-top: -60px;
          border: 60px solid transparent;
          border-left: 30px solid #008CCF; }
      .p-feature__item__tit__txt {
        font-size: 24px;
        color: #fff;
        line-height: 1.2; }
        @media screen and (max-width: 1024px) {
          .p-feature__item__tit__txt {
            font-size: 2vw; } }
        @media screen and (max-width: 640px) {
          .p-feature__item__tit__txt {
            font-size: 3.6vw; } }
        .p-feature__item__tit__txt strong {
          color: #FFF038;
          font-size: 36px;
          font-weight: 700; }
          @media screen and (max-width: 1024px) {
            .p-feature__item__tit__txt strong {
              font-size: 3.06667vw; } }
          .p-feature__item__tit__txt .pc{
            display: none; }
          @media screen and (max-width: 767px) {
            .p-feature__item__tit__txt .pc{
              display: block;
            } }
          @media screen and (max-width: 640px) {
            .p-feature__item__tit__txt strong {
              font-size: 6vw; } }
    .p-feature__item__detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 40px;
      padding-bottom: 40px; }
      .p-feature__item__detail__left {
        width: calc(100% - 345px); }
      .p-feature__item__detail__tit {
        font-weight: normal;
        font-size: 26px;
        line-height: 1.45;
        margin: 0;
        color: #008CCF; }
        @media screen and (max-width: 1024px) {
          .p-feature__item__detail__tit {
            font-size: 2.66667vw; } }
        @media screen and (max-width: 640px) {
          .p-feature__item__detail__tit {
            font-size: 5.33333vw; } }
      .p-feature__item__detail__txt {
        margin: 1em 0 0;
        font-size: 16px; }
        @media screen and (max-width: 1024px) {
          .p-feature__item__detail__txt {
            font-size: 2vw; } }
        @media screen and (max-width: 640px) {
          .p-feature__item__detail__txt {
            font-size: 4vw; } }
        .p-feature__item__detail__txt__kome {
          font-size: 12px; }
          @media screen and (max-width: 1024px) {
            .p-feature__item__detail__txt__kome {
              font-size: 1.6vw; } }
          @media screen and (max-width: 640px) {
            .p-feature__item__detail__txt__kome {
              font-size: 3.2vw; } }
      .p-feature__item__detail__q {
        margin: 1.5em 0 0; }
      .p-feature__item__detail__a {
        margin: 0 0 1em; }
      .p-feature__item__detail__btn {
        display: inline-block;
        background: #FF7E00;
        color: #fff;
        margin-top: 15px;
        text-decoration: none !important; }
        .p-feature__item__detail__btn:after {
          content: "〉";
          margin-left: 1em;
          font-size: 90%; }
      .p-feature__item__detail__note {
        list-style: none;
        margin: 1em 0 0;
        padding: 0;
        font-size: 14px; }
        @media screen and (max-width: 1024px) {
          .p-feature__item__detail__note {
            font-size: 1.86667vw; } }
        @media screen and (max-width: 640px) {
          .p-feature__item__detail__note {
            font-size: 3.73333vw; } }
        .p-feature__item__detail__note__item a{
          text-decoration: none; }
          .p-feature__item__detail__note__item a:hover{
          text-decoration: underline; }
        .p-feature__item__detail__note__item.-kome {
          text-indent: -2.5em;
          margin-left: 2.5em; }
        .p-feature__item__detail__note__item.-komenum {
          text-indent: -2.5em;
          margin-left: 2.5em; }
        .p-feature__item__detail__note__item__link::before {
          content: "";
          display: inline-block;
          width: 1.5em;
          height: 1.5em;
          background: url("../img/top/icon_pdf.png") center no-repeat;
          background-size: contain;
          vertical-align: top; }
      .p-feature__item__detail__img {
        margin: 0; }
    @media screen and (max-width: 767px) {
      .p-feature__item__tit__frame {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 70px; }
      .p-feature__item__tit__num img {
        height: 25px;
        margin: 0 32px 0 5px;
        width: auto; }
      .p-feature__item__tit__num:before {
        top: 50%;
        right: -35px;
        margin-top: -40px;
        border: 40px solid transparent;
        border-left: 20px solid #fff; }
      .p-feature__item__tit__num:after {
        top: 50%;
        right: -34px;
        margin-top: -40px;
        border: 40px solid transparent;
        border-left: 20px solid #008CCF; }
      .p-feature__item__tit__txt {
        width: calc(100% - 100px); }
      .p-feature__item__detail {
        display: block;
        padding-top: 25px;
        padding-bottom: 25px; }
        .p-feature__item__detail__left {
          width: 100%; }
        .p-feature__item__detail__tit {
          line-height: 1.2; }
        .p-feature__item__detail__tit br {
          display: none; }
        .p-feature__item__detail__btn {
          display: block;
          text-align: center;
          width: 14em;
          margin: 15px auto 0; }
        .p-feature__item__detail__img {
          width: 70vw;
          margin: 5vw auto 0;
          text-align: center; }
          .p-feature__item__detail__img img{
            width: 100%;
            height: auto; } }

/* 選べる査定方法
--------------------------------------------------*/
.p-method {
  background: #ECEFF2;
  padding: 45px 0 75px; }
  @media screen and (max-width: 767px) {
    .p-method {
      padding: 8vw 0 10vw 0; }
      .p-method .p-tit__center {
        margin-top: 0;
        margin-bottom: 7vw; } }
  .p-method__satei {
    border: 3px solid #008CCF;
    padding: 30px 70px;
    margin-bottom: 1em;
    background: #fff;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-method__satei:last-child {
        margin-bottom: 0; } }
    .p-method__satei__num:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border: 60px solid transparent;
      border-top: 60px solid #008CCF;
      border-left: 60px solid #008CCF; }
    .p-method__satei__num img {
      height: 33px;
      position: absolute;
      left: 18px;
      top: 18px; }
    .p-method__satei__tit {
      text-align: center;
      margin: 0; }
      .p-method__satei__tit__main {
        font-size: 32px;
        display: block;
        line-height: 1.2; }
      .p-method__satei__tit__sub {
        color: #008CCF;
        display: inline-block;
        font-size: 16px;
        position: relative; }
        .p-method__satei__tit__sub:before {
          content: "“";
          color: #C8E8FD;
          font-size: 70px;
          position: absolute;
          left: -.8em;
          top: -.45em; }
        .p-method__satei__tit__sub:after {
          content: "”";
          color: #C8E8FD;
          font-size: 70px;
          position: absolute;
          right: -.8em;
          top: -.45em; }
    .p-method__satei__txt {
      text-align: center; }
    .p-method__satei__osusume {
      text-align: center;
      margin: 25px auto 0; }
      .p-method__satei__osusume__tit {
        text-align: center;
        margin: 0 auto 10px;
        color: #fff;
        background: #008CCF;
        font-weight: bold;
        width: 194px;
        line-height: 24px;
        border-radius: 12px;
        font-size: 15px; }
        @media screen and (max-width: 1024px) {
          .p-method__satei__osusume__tit {
            font-size: 1.86667vw; } }
        @media screen and (max-width: 640px) {
          .p-method__satei__osusume__tit {
            font-size: 3.73333vw; } }
      .p-method__satei__osusume__txt {
        color: #008CCF;
        line-height: 1.4;
        font-weight: bold;
        margin-top: .5em;
        font-size: 19px; }
        @media screen and (max-width: 1024px) {
          .p-method__satei__osusume__txt {
            font-size: 2vw; } }
        @media screen and (max-width: 640px) {
          .p-method__satei__osusume__txt {
            font-size: 4vw; } }
    .p-method__satei__flow {
      background: rgba(200, 232, 253, 0.45);
      padding: 25px 15px 15px;
      margin: 40px auto 0;
      width: 820px;
      border-radius: 10px; }
      .p-method__satei__flow__tit {
        text-align: center;
        margin: -34px auto 10px;
        color: #fff;
        background: #15456A;
        font-weight: bold;
        width: 194px;
        line-height: 24px;
        border-radius: 12px;
        font-size: 15px; }
        @media screen and (max-width: 1024px) {
          .p-method__satei__flow__tit {
            font-size: 1.86667vw; } }
        @media screen and (max-width: 640px) {
          .p-method__satei__flow__tit {
            font-size: 3.73333vw; } }
      .p-method__satei__flow__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .p-method__satei__flow__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 10px 65px 0 0;
        position: relative; }
        .p-method__satei__flow__item:after {
          content: "";
          width: 20px;
          height: 25px;
          background: url("../img/top/img_arrow_right.svg") no-repeat;
          background-size: contain;
          position: absolute;
          right: -45px;
          top: 25px; }
        .p-method__satei__flow__item:before {
          color: #fff;
          width: 26px;
          height: 26px;
          line-height: 26px;
          text-align: center;
          background: #15456A;
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 13px;
          font-size: 13px; }
          @media screen and (max-width: 1024px) {
            .p-method__satei__flow__item:before {
              font-size: 1.33333vw; } }
          @media screen and (max-width: 640px) {
            .p-method__satei__flow__item:before {
              font-size: 2.66667vw; } }
        .p-method__satei__flow__item:nth-child(1):before {
          content: "1"; }
        .p-method__satei__flow__item:nth-child(2):before {
          content: "2"; }
        .p-method__satei__flow__item:nth-child(3):before {
          content: "3"; }
        .p-method__satei__flow__item:last-child {
          margin-right: 0; }
          .p-method__satei__flow__item:last-child:after {
            content: none; }
      .p-method__satei__flow__img {
        width: 82px;
        margin: 0 10px; }
      .p-method__satei__flow__txt {
        font-weight: bold;
        color: #15456A;
        line-height: 1.5; }
    .p-method__satei__point {
      margin: 10px 0 0;
      margin: 0 auto;
      width: 820px; }
      .p-method__satei__point__detail {
        border: 3px solid #FF7E00;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 18px;
        margin-top: 15px; }
      .p-method__satei__point__tit {
        width: 75px;
        margin: 0; }
      .p-method__satei__point__txt {
        color: #FF7E00;
        font-weight: bold;
        margin: 0; }
      .p-method__satei__point__img {
        margin: 0; }
    @media screen and (max-width: 767px) {
      .p-method__satei {
        padding: 25px 12px; }
        .p-method__satei__num:before {
          border: 30px solid transparent;
          border-top: 30px solid #008CCF;
          border-left: 30px solid #008CCF; }
        .p-method__satei__num img {
          height: 18px;
          left: 8px;
          top: 8px; }
        .p-method__satei__tit__main {
          font-size: 24px; }
        .p-method__satei__tit__sub {
          font-size: 13px; }
          .p-method__satei__tit__sub:before {
            font-size: 48px;
            top: -.3em; }
          .p-method__satei__tit__sub:after {
            font-size: 48px;
            top: -.3em; }
        .p-method__satei__txt {
          text-align: left; }
          .p-method__satei__txt br {
            display: none; }
        .p-method__satei__muki {
          text-align: left; }
        .p-method__satei__flow {
          padding: 26px 12px 12px;
          border-radius: 5px;
          width: 100%; }
          .p-method__satei__flow__list {
            display: block; }
          .p-method__satei__flow__item {
            margin: 10px 0 25px; }
            .p-method__satei__flow__item:after {
              content: "";
              width: 19px;
              height: 14px;
              background: url("../img/top/img_arrow_bottom.svg") no-repeat;
              left: 50%;
              bottom: -15px;
              top: auto;
              right: auto; }
            .p-method__satei__flow__item:before {
              width: 20px;
              height: 20px;
              line-height: 20px;
              border-radius: 10px; }
            .p-method__satei__flow__item:last-child {
              margin-bottom: 0; }
              .p-method__satei__flow__item:last-child:after {
                content: none; }
          .p-method__satei__flow__img {
            width: 58px; }
          .p-method__satei__flow__txt br {
            display: none; }
        .p-method__satei__point {
          width: 100%; }
          .p-method__satei__point__detail {
            display: block;
            padding: 18px 12px; }
          .p-method__satei__point__tit {
            margin: 7px 8px 7px 0;
            float: left; }
          .p-method__satei__point__txt {
            margin-bottom: 10px; }
            .p-method__satei__point__txt br {
              display: none; }
          .p-method__satei__point__img {
            text-align: center;
            clear: both; } }
  .p-method__which {
    padding: 30px 35px 35px;
    background: url("../img/top/bg_which@2x.png") bottom 35px right 10px no-repeat #fff;
    background-size: 170px auto; }
    .p-method__which__note {
      line-height: 1.99;
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, transparent), color-stop(97%, rgba(112, 112, 112, 0.32)), to(rgba(112, 112, 112, 0.32)));
      background: -webkit-linear-gradient(transparent 0%, transparent 97%, rgba(112, 112, 112, 0.32) 97%, rgba(112, 112, 112, 0.32) 100%);
      background: -o-linear-gradient(transparent 0%, transparent 97%, rgba(112, 112, 112, 0.32) 97%, rgba(112, 112, 112, 0.32) 100%);
      background: linear-gradient(transparent 0%, transparent 97%, rgba(112, 112, 112, 0.32) 97%, rgba(112, 112, 112, 0.32) 100%);
      background-size: 100% 2em;
      margin: 0 125px 0 0; }
    .p-method__which .p-tit__center {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .p-method__which {
        padding: 22px 12px 95px;
        background: url("../img/top/bg_which@2x.png") bottom center no-repeat #fff;
        background-size: auto 105px; }
        .p-method__which__note {
          margin: 0; } }

/* 当社の提案内容
--------------------------------------------------*/
.p-teian {
  padding-bottom: 30px; }
  .p-teian__tit {
    margin-top: 60px; }
  .p-teian__frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-teian__box {
    width: 380px; }
    .p-teian__box__tit {
      text-align: center;
      color: #fff;
      background: #008CCF;
      line-height: 60px;
      position: relative;
      margin: 0 0 15px;
      font-size: 28px; }
      @media screen and (max-width: 1024px) {
        .p-teian__box__tit {
          font-size: 2.66667vw; } }
      @media screen and (max-width: 640px) {
        .p-teian__box__tit {
          font-size: 5.33333vw; } }
      .p-teian__box__tit__min {
        line-height: 1;
        font-size: 18px; }
        @media screen and (max-width: 1024px) {
          .p-teian__box__tit__min {
            font-size: 1.73333vw; } }
        @media screen and (max-width: 640px) {
          .p-teian__box__tit__min {
            font-size: 3.46667vw; } }
      .p-teian__box__tit::after {
        content: "▼";
        color: #008CCF;
        position: absolute;
        left: 50%;
        bottom: -1em;
        margin-left: -.5em; }
      .p-teian__box__tit.-chintai {
        background: #FF7E00; }
        .p-teian__box__tit.-chintai::after {
          color: #FF7E00; }
    .p-teian__box__img {
      margin: 0;
      text-align: center;
      height: 151px;
      line-height: 151px; }
    .p-teian__box__detail {
      border: 2px solid #008CCE;
      border-radius: 10px;
      padding: 7px 10px;
      height: 91px; }
      .p-teian__box__detail.-chintai {
        border: 2px solid #FF7E00;
        padding: 16px 10px; }
      .p-teian__box__detail__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 5px 0; }
      .p-teian__box__detail__merit {
        width: 63px;
        color: #fff;
        text-align: center;
        background: #FF7E00;
        line-height: 20px;
        border-radius: 5px;
        font-size: 11px; }
        @media screen and (max-width: 1024px) {
          .p-teian__box__detail__merit {
            font-size: 1.33333vw; } }
        @media screen and (max-width: 640px) {
          .p-teian__box__detail__merit {
            font-size: 2.66667vw; } }
      .p-teian__box__detail__demerit {
        width: 63px;
        color: #fff;
        text-align: center;
        background: #767676;
        line-height: 20px;
        border-radius: 5px;
        font-size: 11px; }
        @media screen and (max-width: 1024px) {
          .p-teian__box__detail__demerit {
            font-size: 1.33333vw; } }
        @media screen and (max-width: 640px) {
          .p-teian__box__detail__demerit {
            font-size: 2.66667vw; } }
      .p-teian__box__detail__txt {
        width: calc(100% - 73px);
        margin: 0;
        line-height: 1.33;
        font-size: 15px; }
        @media screen and (max-width: 1024px) {
          .p-teian__box__detail__txt {
            font-size: 1.6vw; } }
        @media screen and (max-width: 640px) {
          .p-teian__box__detail__txt {
            font-size: 3.2vw; } }
  @media screen and (max-width: 767px) {
    .p-teian {
      padding-bottom: 0; }
      .p-teian__tit {
        margin-top: 25px; }
      .p-teian__frame {
        display: block; }
      .p-teian__box {
        width: 100%;
        margin-bottom: 10px; }
        .p-teian__box__tit {
          line-height: 40px; }
        .p-teian__box__img {
          margin: 0;
          height: inherit;
          line-height: inherit; }
        .p-teian__box__detail {
          border-radius: 5px;
          padding: 5px 10px;
          height: inherit; }
          .p-teian__box__detail.-chintai {
            padding: 5px 10px; }
          .p-teian__box__detail__txt {
            line-height: 1.5; } }

/* フッター連絡先
--------------------------------------------------*/
.p-addr {
  font-style: normal;
  text-align: left; }
  .p-addr__tit {
    color: #008CCF;
    margin-bottom: 0;
    font-size: 16px; }
    @media screen and (max-width: 1024px) {
      .p-addr__tit {
        font-size: 1.86667vw; } }
    @media screen and (max-width: 640px) {
      .p-addr__tit {
        font-size: 3.73333vw; } }
  .p-addr__txt {
    margin: .3em 0 0;
    font-size: 14px; }
    @media screen and (max-width: 1024px) {
      .p-addr__txt {
        font-size: 1.6vw; } }
    @media screen and (max-width: 640px) {
      .p-addr__txt {
        font-size: 3.2vw; } }
  .p-addr__area {
    margin: .3em 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px; }
    @media screen and (max-width: 1024px) {
      .p-addr__area {
        font-size: 1.6vw; } }
    @media screen and (max-width: 640px) {
      .p-addr__area {
        font-size: 3.2vw; } }
    .p-addr__area__item {
      margin-right: 1.5em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .p-addr__area__name::after {
      content: "："; }
    .p-addr__area__detail {
      margin: 0; }
  @media screen and (max-width: 767px) {
    .p-addr__area {
      display: block; } }

/* パンくず
--------------------------------------------------*/
.p-breadcrumb {
  background: #e7eaef;
  padding: 0 0 5px; }
  .p-breadcrumb__list {
    list-style: none; }
    .p-breadcrumb__list li {
      display: inline-block;
      color: #666;
      vertical-align: middle;
      font-size: 12px; }
      @media screen and (max-width: 1024px) {
        .p-breadcrumb__list li {
          font-size: 1.33333vw; } }
      @media screen and (max-width: 640px) {
        .p-breadcrumb__list li {
          font-size: 2.66667vw; } }
      .p-breadcrumb__list li + li:before {
        content: "〉";
        margin: 0 3px 0 8px; }
      .p-breadcrumb__list li a {
        color: #000;
        text-decoration: none; }
        .p-breadcrumb__list li a:hover {
          text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .p-breadcrumb {
      background: #fff; } }

/* ポータルサイトへのバナー
--------------------------------------------------*/
.p-header__bnr__link {
  display: inline-block;
  color: #008CCF;
  background: #fff;
  border-radius: 5px;
  line-height: 22px;
  padding: 0 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  font-size: 12px; }
  @media screen and (max-width: 1024px) {
    .p-header__bnr__link {
      font-size: 1.33333vw; } }
  @media screen and (max-width: 640px) {
    .p-header__bnr__link {
      font-size: 2.66667vw; } }
  .p-header__bnr__link:hover {
    opacity: .8; }
  @media screen and (max-width: 767px) {
    .p-header__bnr__link {
      border-radius: 3px;
      padding: 7px 5px;
      line-height: 1.3; } }

@media screen and (max-width: 374px) {
  .p-header__bnr {
    text-align: center;
    margin-top: 5px; } }

/* タイトル
--------------------------------------------------*/
.p-tit__area {
  background: #008CCF;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 28px 1em;
  margin: 0;
  font-size: 34px; }
  @media screen and (max-width: 1024px) {
    .p-tit__area {
      font-size: 2.8vw; } }
  @media screen and (max-width: 640px) {
    .p-tit__area {
      font-size: 5.6vw; } }
  @media screen and (max-width: 767px) {
    .p-tit__area {
      padding: 16px 1em; } }

/* フォーム
--------------------------------------------------*/
.p-sateiIrai {
  background: #ECEFF2;
  padding: 45px 0; }
  @media screen and (max-width: 767px) {
    .p-sateiIrai {
      padding: 15px 2.66vw; } }
  .p-sateiIrai__block {
    width: 1200px;
    background: #fff;
    border: 4px solid #008CCF;
    border-radius: 5px;
    position: relative;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .p-sateiIrai__block {
        width: inherit;
        border: 2px solid #008CCF;
        border-radius: 3px; } }
  .p-sateiIrai__tit {
    background: #008CCF;
    color: #FFF038;
    text-align: center;
    margin: 0;
    padding: 8px 0 10px;
    line-height: 56px;
    font-size: 33px; }
    @media screen and (max-width: 1024px) {
      .p-sateiIrai__tit {
        font-size: 2.8vw; } }
    @media screen and (max-width: 640px) {
      .p-sateiIrai__tit {
        font-size: 5.6vw; } }
    .p-sateiIrai__tit__free {
      display: inline-block;
      background: #FFF038;
      color: #008CCF;
      text-align: center;
      width: 56px;
      line-height: 56px;
      vertical-align: top;
      border-radius: 28px;
      margin: 0 10px 0 0;
      font-size: 18px; }
      @media screen and (max-width: 1024px) {
        .p-sateiIrai__tit__free {
          font-size: 2vw; } }
      @media screen and (max-width: 640px) {
        .p-sateiIrai__tit__free {
          font-size: 4vw; } }
    .p-sateiIrai__tit::before {
      content: "";
      display: block;
      width: 219px;
      height: 283px;
      background: url("../img/area/img_sateiIrai_left.png") no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 0;
      left: 60px; }
    .p-sateiIrai__tit::after {
      content: "";
      display: block;
      width: 249px;
      height: 294px;
      background: url("../img/area/img_sateiIrai_right.png") no-repeat;
      background-size: cover;
      position: absolute;
      bottom: 0;
      right: 50px; }
    @media screen and (max-width: 767px) {
      .p-sateiIrai__tit {
        padding: 23px 0 10px;
        line-height: 1.35;
        position: relative; }
        .p-sateiIrai__tit__free {
          width: 13vw;
          line-height: 13vw;
          border-radius: 6.5vw;
          margin: 0;
          position: absolute;
          top: -6.5vw;
          left: 50%;
          -webkit-transform: translate(-6.5vw, 0);
          -ms-transform: translate(-6.5vw, 0);
          transform: translate(-6.5vw, 0); }
        .p-sateiIrai__tit::before {
          width: 23.2vw;
          height: 37.7vw;
          left: -2px; }
        .p-sateiIrai__tit::after {
          width: 33.2vw;
          height: 39.2vw;
          right: 0; } }
  .p-sateiIrai__form {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .p-sateiIrai__form {
        height: inherit;
        display: block;
        padding: 15px; } }
    .p-sateiIrai__form .-select {
      width: 150px;
      padding: 13px 10px;
      height: 50px;
      margin: 0 10px 0 0; }
      .p-sateiIrai__form .-select.-focus {
        background: #FFF1E3;
        border: 4px solid #2E9EFF;
        padding: 10px 10px; }
      @media screen and (max-width: 767px) {
        .p-sateiIrai__form .-select {
          width: 100%;
          margin: 0 0 5px 0; } }
    .p-sateiIrai__form .-start {
      background: #FF7E00;
      color: #fff;
      width: 220px;
      line-height: 50px;
      font-size: 20px; }
      @media screen and (max-width: 1024px) {
        .p-sateiIrai__form .-start {
          font-size: 2.66667vw; } }
      @media screen and (max-width: 640px) {
        .p-sateiIrai__form .-start {
          font-size: 5.33333vw; } }
      .p-sateiIrai__form .-start:disabled {
        background: #878B95;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: not-allowed; }
      @media screen and (max-width: 767px) {
        .p-sateiIrai__form .-start {
          width: 100%; } }

/* リード文
--------------------------------------------------*/
.p-read {
  text-align: center;
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .p-read {
      padding-top: 15px;
      padding-bottom: 30px; } }
  .p-read p {
    margin: 0 auto; }

/* ポイント
--------------------------------------------------*/
.p-feature.-area {
  padding-top: 0; }

/* 選べる査定方法
--------------------------------------------------*/
.p-method.-area {
  background: #fff;
  padding-top: 0; }
  @media screen and (max-width: 767px) {
    .p-method.-area {
      padding-top: 30px; } }

/*東京都のマンション売却査定に成功した方の声*/
.p-voice {
  padding: 45px 0 75px; }
  @media screen and (max-width: 767px) {
    .p-voice {
      padding: 25px 0; } }
  .p-voice__block {
    border: 3px solid #008CCF;
    border-radius: 5px;
    padding: 20px;
    position: relative; }
    .p-voice__block:before {
      content: "";
      display: block;
      width: 133px;
      height: 99px;
      background: url("../img/area/img_voice.png") center bottom no-repeat;
      background-size: contain;
      position: absolute;
      right: 5px;
      top: -102px; }
    @media screen and (max-width: 767px) {
      .p-voice__block {
        border: 2px solid #008CCF;
        border-radius: 3px;
        padding: 18px 10px; }
        .p-voice__block:before {
          width: 17.6vw;
          height: 12.5vw;
          right: 5px;
          top: -13vw; } }
  .p-voice__item {
    border: 1px solid #C8D5E2;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
    margin: 0 0 20px;
    padding: 20px 25px; }
    @media screen and (max-width: 767px) {
      .p-voice__item {
        margin: 0 0 15px;
        padding: 15px 10px; } }
    .p-voice__item:last-child {
      margin: 0; }
    .p-voice__item__tit {
      margin: 0 0 15px;
      font-weight: bold;
      font-size: 18px; }
      @media screen and (max-width: 1024px) {
        .p-voice__item__tit {
          font-size: 2.13333vw; } }
      @media screen and (max-width: 640px) {
        .p-voice__item__tit {
          font-size: 4.26667vw; } }
    .p-voice__item__name {
      font-size: 22px; }
      @media screen and (max-width: 1024px) {
        .p-voice__item__name {
          font-size: 2.53333vw; } }
      @media screen and (max-width: 640px) {
        .p-voice__item__name {
          font-size: 5.06667vw; } }
    .p-voice__item__data {
      font-weight: normal;
      margin: 0 0 0 2em;
      font-size: 16px; }
      @media screen and (max-width: 1024px) {
        .p-voice__item__data {
          font-size: 1.73333vw; } }
      @media screen and (max-width: 640px) {
        .p-voice__item__data {
          font-size: 3.46667vw; } }
      @media screen and (max-width: 767px) {
        .p-voice__item__data {
          display: block;
          margin: 5px 0 0 0; } }
    .p-voice__item__txt {
      margin: 0;
      font-size: 16px; }
      @media screen and (max-width: 1024px) {
        .p-voice__item__txt {
          font-size: 2vw; } }
      @media screen and (max-width: 640px) {
        .p-voice__item__txt {
          font-size: 4vw; } }

/*東京都のマンションの売却動向*/
.p-trends {
  background: #E6F5FE;
  padding: 45px 0 75px; }
  @media screen and (max-width: 767px) {
    .p-trends {
      padding: 25px 0; } }
  .p-trends__txt {
    background: #fff;
    padding: 25px 30px;
    margin: 0;
    font-size: 16px; }
    @media screen and (max-width: 1024px) {
      .p-trends__txt {
        font-size: 2vw; } }
    @media screen and (max-width: 640px) {
      .p-trends__txt {
        font-size: 4vw; } }
    @media screen and (max-width: 767px) {
      .p-trends__txt {
        padding: 16px; } }

/* 一覧の表
--------------------------------------------------*/

.p-comp__marker{
  background: #fff !important;
  padding: 0 !important;
}
.p-listtbl {
  width: 100%;
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  font-size: 16px; }
  @media screen and (max-width: 1024px) {
    .p-listtbl {
      font-size: 1.2vw; } }
  @media screen and (max-width: 640px) {
    .p-listtbl {
      font-size: 2.4vw; } }
  .p-listtbl__wrapper {
    width: 100%;
    height: 540px;
    overflow: scroll; }
  .p-listtbl td, .p-listtbl th {
    background-color: #fff;
    white-space: nowrap;
    text-align: center;
    padding: 10px 12px; }
    .p-listtbl td .u-weightB, .p-listtbl th .u-weightB {
      font-size: 116%; }
  .p-listtbl th {
    border-bottom: 4px solid #008CCF;
    font-weight: normal;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2; }
  .p-listtbl th:first-of-type {
    left: 0;
    z-index: 3;
    border-right: none;
    border-left: none; }
  .p-listtbl tbody tr td:first-of-type {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    text-align: left; }
  .p-listtbl tr:nth-child(even) td {
    background: #F6F6F6; }
  @media screen and (max-width: 767px) {
    .p-listtbl {
      width: auto; }
      .p-listtbl__wrapper {
        border-top: none;
        height: 40vh;
        min-height: 300px; }
        .p-listtbl__wrapper::-webkit-scrollbar {
          height: 10px;
          width: 10px; }
        .p-listtbl__wrapper::-webkit-scrollbar-thumb {
          background: #999;
          border-radius: 5px; }
        .p-listtbl__wrapper::-webkit-scrollbar-track-piece {
          background: #efefef; }
      .p-listtbl td, .p-listtbl th {
        padding: 5px 8px; }
      .p-listtbl th {
        border-bottom: 2px solid #008CCF; } }

/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alL {
  text-align: left; }

.u-alC {
  text-align: center; }

.u-alR {
  text-align: right; }

/* --------------------------------------------------
  bold
-------------------------------------------------- */
.u-weightB {
  font-weight: bold; }

.u-weightN {
  font-weight: normal; }

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none; } }

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

/* --------------------------------------------------
  link
-------------------------------------------------- */
.u-linkBlank {
  background: url(../img/common/ico_blank.png) no-repeat right center;
  padding-right: 18px; }

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-spencer.-short {
  margin-bottom: 16px; }

.u-spencer.-middle {
  margin-bottom: 32px; }

.u-spencer.-large {
  margin-bottom: 64px; }

/* --------------------------------------------------
  position
-------------------------------------------------- */
/* --------------------------------------------------
  size
-------------------------------------------------- */
/* --------------------------------------------------
  text
-------------------------------------------------- */

/* --------------------------------------------------
  newer
-------------------------------------------------- */

.p-tit__marker .pc{
  display: none; }
  @media screen and (max-width: 767px) {
    .p-tit__marker .pc{
      display: block; } }
.p-tit__marker01 .pc{
  display: none; }
@media screen and (max-width: 767px) {
  .p-tit__marker01 .pc{
    display: block; } }
.p-tel{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #15456A;
  padding: 20px 0 16px; }
  @media screen and (max-width: 767px) {
    .p-tel{
      display: none; } }
  .p-tel__ttl{
    font-size: 18px;
    letter-spacing: 0.03em;
    font-weight: bold;
    color: #fff;
    margin: 0 1em 0 0; }
    .p-tel__ttl span{
      color: #FFF038;
      font-size: 24px; }
    .p-tel__number__tel{
      margin: 0; }
  .p-tel__number__notes{
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
    margin: 0; }
.p-company__intro{
  padding: 0 0 0 255px !important;
}
.p-company__ttl {
  width: 940px;
  margin: 0 auto;
}
.p-intro{
  width: 940px;
  background: url("../img/top/bg_jntro@2x.png") 0 bottom no-repeat;
  background-size: 231px auto;
  margin: 0 auto;
  padding: 51px 0 45px 255px; }
.p-comp__title {
  background: #008CCF;
  color: #FFF;
  font-size: 24px;
  margin: 0 !important;
  padding: .6em 0;
  position: relative;
  cursor: pointer;
}
.p-comp__title:hover {
  cursor: pointer;
  opacity: .7;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.active01:after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background: #FFF;
  right: 20px;
  top: 50%;
}
.active02:before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background: #FFF;
  right: 20px;
  top: 50%;
  transform: rotate(90deg);
}
  @media screen and (max-width: 767px) {
    .p-intro{
      width: auto;
      background: none;
      padding: 7vw;
    }
    .p-company__intro {
      padding: 7vw !important;
    }
    .p-company__ttl {
      width: auto; } }
  .p-intro__ttl{
    font-size: 28px;
    letter-spacing: 0.05em;
    color: #008CCF;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 767px) {
      .p-intro__ttl{
      font-size: 5.2vw;
      margin: 0 0 1em; } }
  .p-intro p{
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.1em; }
  .p-intro_des {
    display: flex;
    align-items: center;
    padding: 20px 0 30px 0;
    position: relative;
    width: 100%;
  }
  .p-intro_des02{
    display: none;
  }
  .p-intro__img {
    margin:0;
  }
  .p-intro__img01{
    display: none;
  }
  .p-intro__detail {
    margin: 8px 0 0 20px;
  }
  .p-intro__detail__name{
    margin: -12px 0;
  }
  .p-intro__detail__name p {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -5px;
  }
  .p-intro__detail__info{
    margin: 0;
  }
  .p-intro__detail__info p{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -2.5px;
  }
  .p-intro__detail__info span{
    font-weight: bold;
    color: #FF7E00;
    font-size: 30px;
  }
    @media screen and (max-width: 767px) {
      .p-intro p{
        font-size: 3.8vw; }
      .p-intro p span{
      font-size: 3.8vw; }
      .p-read p{
        text-align: left; }
    .p-intro_des{
      display: block;
      text-align: center;
      padding: 25px 0 0 ; }
    .p-intro__img{
      display: none; }
    .p-intro__img01{
      display: block;
      margin: 0;
    }
    .p-intro__detail{
      display: none; } }
.p-comp{
  background: #ECEFF2;
  padding: 36px 0 70px; }
.container__comp {
  padding: 30px 30px;
  background: #ECEFF2;
  display: none;
}
  @media screen and (max-width: 767px) {
    .p-comp{
      padding: 10vw 0; }
    .p-comp__marker {
      padding: 0 !important; } }
    .p-comp__tit{
      margin: 0 0 28px; }
    .p-comp__tit02{
      display: none;}
  .p-comp__wrap{
    display: flex;
    justify-content: space-between; }

    @media screen and (max-width: 767px) {
      .p-comp__tit{
        margin: 0 0 5vw; }
      .p-comp__wrap{
        display: block; }
      .p-comp__tit02{
        display: block;
        padding: 0 0 30px 0;
        font-size:4.5vw; }
      .p-comp__title{
        text-align: left;
        padding: .1em 35px;
        font-size: 3.6vw; } }
    .p-comp__inner{
      width: calc((100% - 20px) / 2);
      background: #fff;
      text-align: center;
      box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
      box-sizing: border-box;
      padding: 30px; }
      @media screen and (max-width: 767px) {
        .p-comp__inner{
          width: auto;
          padding: 4vw; }
        .p-comp__inner+.p-comp__inner{
          margin-top: 4vw; } }
      .p-comp__inner__ttl{
        font-size: 28px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        margin: 0 0 16px;
        padding: 8px 0; }
      @media screen and (max-width: 767px) {
        .p-comp__inner__ttl{
          font-size: 5.6vw;
          padding: 4px 0 8px;
          margin: 0; } }
        .p-comp__inner__ttl.-blue{
          background: #008CCE; }
        .p-comp__inner__ttl.-orange{
          background: #FF7E00; }
        .p-comp__inner__ttl span{
          font-size: 18px;
          margin-left: 0.3em; }
      .p-comp__inner__txt{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.6em;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.3;
        color: #464646;
        text-align: center;
        margin: 0 0 15px; }
        @media screen and (max-width: 767px) {
          .p-comp__inner__txt{
            height: auto;
            font-size: 4.0vw;
            margin: 1em 0; }
          .p-case__marker > .p-case__wrap{
            padding: 0 !important;
          }
          .p-comp__inner img{
            display: block;
            width: 65vw;
            margin: 0 auto;
          } }
      .p-comp__list{
        text-align: left;
        margin: 18px 0 0;
        padding-top: 18px; }
        @media screen and (max-width: 767px) {
          .p-comp__list{
            margin: 4vw 0 0;
            padding: 4vw 0 0; } }
      .p-comp__list.-blue{
        border-top: 2px solid #008CCE; }
      .p-comp__list.-orange{
        border-top: 2px solid #FF7E00; }
        .p-comp__list dt{
          clear: left;
          float: left;
          width: 63px;
          text-align: center;
          border-radius: 5px;
          line-height: 1.0;
          font-size: 11px;
          color: #fff;
          padding: 6px 0; }
        .p-comp__list__income{
          background: #FF7E00; }
        .p-comp__list__spend{
          background: #767676; }
        .p-comp__list dd{
          font-size: 15px;
          line-height: 1.4;
          margin: 0 0 10px;
          padding: 1px 0 1px 71px; }
          @media screen and (max-width: 767px) {
            .p-comp__list dt{
              width: 5.5em;
              font-size: 3.2vw;
              padding: 1.2vw 0; }
            .p-comp__list dd{
              font-size: 3.5vw;
              margin-bottom: 2.5vw;
              padding-left: 5.8em; } }
            .p-comp__list dd:last-child{
              margin-bottom: 0; }
  .p-comp__another{
    position: relative;
    background: #C8E8FD;
    margin: 42px 0 0;
    padding: 18px 30px 30px; }
    @media screen and (max-width: 767px) {
      .p-comp__another{
        padding: 5.5vw 4vw 4vw;
        margin: calc(7vw + 5vw) 0 0; } }
    .p-comp__another::before{
      content: '';
      position: absolute;
      top: -32px;
      left: 50%;
      width: 74px;
      height: 74px;
      background: url("../img/top/bg_comp_another.png") 0 0 no-repeat;
      background-size: 100% auto;
      transform: translateX(-50%);
      z-index: 0; }
      @media screen and (max-width: 767px) {
        .p-comp__another::before{
          top: -7vw;
          width: 16vw;
          height: 16vw;
          background: url("../img/top/bg_comp_another_sp.png") 0 0 no-repeat;
          background-size: 100% auto;
        }
}

    .p-comp__another__ttl{
      position: relative;
      text-align: center;
      color: #008CCE;
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 17px 0; }
      .p-comp__another__ttl span{
        color: #FF7E00; }
    .p-comp__another .p-comp__inner__ttl{
      font-size: 26px; }
    .p-comp__another .p-comp__inner__txt{
      font-size: 16px; }
    .p-comp__another .p-comp__list dt{
      font-size: 10px; }
    .p-comp__another .p-comp__list dd{
      font-size: 14px; }
    @media screen and (max-width: 767px) {
      .p-comp__another__ttl{
        font-size: 4.4vw; }
      .p-comp__another__ttl span{
        display: block; }
      .p-comp__another .p-comp__inner__ttl{
        font-size: 5.4vw; }
      .p-comp__another .p-comp__inner__txt{
        font-size: 3.6vw; }
      .p-comp__another .p-comp__list dt{
        font-size: 3.2vw; }
      .p-comp__another .p-comp__list dd{
        font-size: 3.4vw;  } }
  .p-comp__merit{
    margin-top: 52px; }
    @media screen and (max-width: 767px) {
      .p-comp__merit{
        margin-top: 8vw; } }
    .p-comp__merit__ttl{
      color: #15456A;
      text-align: center;
      font-size: 32px;
      margin: 0 0 26px; }
      @media screen and (max-width: 767px) {
        .p-comp__merit__ttl{
          font-size: 4.4vw;
          margin: 0 0 5vw; } }
    .p-comp__merit__inner{
      width: calc((100% - 20px) / 2);
      border-radius: 10px;
      background: #fff;
      padding: 0 0 15px; }
      @media screen and (max-width: 767px) {
        .p-comp__merit__inner{
          width: 100%;
          padding: 0; } }
      .p-comp__merit__inner.-blue{
        border: 4px solid #008CCE; }
      .p-comp__merit__inner.-orange{
        border: 4px solid #FF7E00; }
      .p-comp__merit__inner .p-comp__list{
        margin: 24px 0 0;
        padding: 0 18px; }
        @media screen and (max-width: 767px) {
          .p-comp__merit__inner .p-comp__list{
            margin: 5vw 0 0;
            padding: 0 4vw; }
          .p-comp__merit .p-comp__list dt{
            clear: none;
            float: none; }
          .p-comp__merit .p-comp__list dd{
            margin: 2vw 0 5vw;
            padding: 0; }
          .p-comp__merit__inner.-orange{
            margin-top: 4vw; } }
        .p-comp__merit__list{
          padding: 0; }
          .p-comp__merit__list li{
            position: relative;
            list-style: none;
            padding: 0 0 0 1em; }
            .p-comp__merit__list li::before{
              content: '・';
              position: absolute;
              top: 0;
              left: 0; }
.p-case{
  padding: 58px 0 0; }
.p-case__marker {
  padding: 30px 0 0 0;}
  @media screen and (max-width: 767px) {
    .p-case{
      padding: 0; }
    .p-case__marker{
      padding-top: 3vw;
      padding-bottom: 2vw; } }
  .p-case__wrap{
    position: relative;
    width: 1200px;
    padding: 0 0 60px; }
  .p-case__wrap::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -101px;
    width: 277px;
    height: 306px;
    background: url("../img/top/img_case_01@2x.png") 0 0 no-repeat;
    background-size: 100% auto;
    padding: 0; }
  .p-case__wrap::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: -77px;
    width: 262px;
    height: 317px;
    background: url("../img/top/img_case_02@2x.png") 0 0 no-repeat;
    background-size: 100% auto;
    padding: 0; }
  .p-case__title{
    position: relative;
    background: #008CCF;
    color: #FFF;
    font-size: 24px;
    margin: 0 !important;
    padding: .6em 0;
    cursor: pointer;
  }
.p-case__title:hover {
  cursor: pointer;
  opacity: .7;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
  .container__case {
    background: #ECEFF2;
    padding: 30px 0;
    display: none;
  }
    @media screen and (max-width: 767px) {
      .p-case__wrap{
        width: auto;
        padding: 0 0 10vw; } }
      @media screen and (max-width: 767px) {
        .p-case__wrap::before,
        .p-case__wrap::after{
          content: none; } }
    .p-case__tit{
      margin: 0 0 40px; }
      @media screen and (max-width: 767px) {
        .p-case__tit{
          margin: 0 0 7vw; }
        .p-case__title {
          text-align: left;
          padding: .6em 35px;
          font-size: 3.6vw;}
        .active02:before{
          right: 25px; }
        .active01:after{
          right: 25px; }}
      @media screen and (max-width: 500px){
        .p-case__title {
          font-size: 4.3vw;
        }
        .p-comp__title {
          font-size: 4.3vw;
        }
        .active02:before{
          width: 15px; }
        .active01:after{
          width: 15px; }
      }
    .p-case__list{
      position: relative;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .p-case__list{
          display: block; } }
      .p-case__list li{
        list-style: none;
        width: 380px;
        box-sizing: border-box;
        border: 4px solid #008CCF;
        margin-top: 40px; }
        @media screen and (max-width: 767px) {
          .p-case__list li{
            width: 100%;
            margin-top: 4vw; } }
      .p-case__list li:nth-child(-n+3){
        margin-top: 0; }
      .p-case__list li:nth-child(2){
        margin: 0 30px; }
      .p-case__list li:last-child{
        margin-left: 30px; }
        @media screen and (max-width: 767px) {
          .p-case__list li:nth-child(2){
            margin: 4vw 0; }
          .p-case__list li:last-child{
            margin-left: 0; } }
        .p-case__list__ttl{
          position: relative;
          background: #008CCF;
          font-size: 22px;
          line-height: 1.3;
          font-weight: bold;
          text-align: center;
          color: #fff;
          margin: 0 0 26px;
          padding: 10px 0 16px; }
          @media screen and (max-width: 767px) {
            .p-case__list__ttl{
              font-size: 5vw;
              padding: 1vw 0 3vw; }
            .p-case__list__ttl .pc{
              display: none; } }
          .p-case__list__ttl::after{
            content: '';
            position: absolute;
            bottom: -20px;
            left: 50%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 43px 0 43px;
            border-color: #008CCF transparent transparent transparent;
            transform: translateX(-50%); }
          .p-case__list__ttl img{
            display: block;
            width: auto;
            height: 31px;
            margin: 0 auto 2px; }
            @media screen and (max-width: 767px) {
              .p-case__list__ttl img{
                height: 10vw; } }
          .p-case__list__txt{
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
            height: 76px;
            box-sizing: content-box;
            padding: 0 0 15px; }
            @media screen and (max-width: 767px) {
              .p-case__list__txt{
                height: auto;
                padding: 0 0 4vw; } }
            .p-case__list__txt p{
              font-size: 26px;
              line-height: 1.2;
              text-align: center;
              font-weight: bold;
              color: #008CCF;
              margin: 0; }
              .p-case__list__txt .big{
                font-size: 42px; }
              .p-case__list__txt .dem{
                font-size: 38px; }
              .p-case__list__txt .mid{
                font-size: 34px; }
              .p-case__list__txt .sma{
                font-size: 24px; }
              .p-case__list__txt .-orange{
                color: #FF7E00; }
              .p-case__list__txt .-blue{
                color: #008CCF }
              .p-case__list__txt .-gray{
                color: #666 }
              @media screen and (max-width: 767px) {
                .p-case__list__txt p{
                  font-size: 5.4vw;
                }
                .p-case__list__txt .big,
                .p-case__list__txt .dem,
                .p-case__list__txt .mid{
                  font-size: 9.4vw;
                }
                .p-case__list__txt .sma,
                .p-case__list__txt .mid.-gray{
                  font-size: 6vw; }
                .p-case__list__txt .mid.-gray{
                  display: block;
                } }

    .p-case__listItem{
      position: relative;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
    @media screen and (max-width: 767px) {
      .p-case__listItem{
        display: block; } }
    .p-case__listItem li{
      list-style: none;
      width: 278px;
      box-sizing: border-box;
      border: 4px solid #008CCF;
      margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .p-case__listItem li{
        width: 100%;
        margin-top: 4vw; } }
    .p-case__listItem li:nth-child(-n+3){
      margin-top: 0; }
    .p-case__listItem li:nth-child(2){
      margin: 0 30px; }
    .p-case__listItem li:last-child{
      margin-left: 30px; }
    @media screen and (max-width: 767px) {
      .p-case__listItem li:nth-child(2){
        margin: 4vw 0; }
      .p-case__listItem li:last-child{
        margin-left: 0; } }
    .p-case__listItem__ttl{
      position: relative;
      background: #008CCF;
      font-size: 16px;
      line-height: 1.3;
      font-weight: bold;
      text-align: center;
      color: #fff;
      margin: 0 0 26px;
      padding: 10px 0 16px; }
    @media screen and (max-width: 767px) {
      .p-case__listItem__ttl{
        font-size: 5vw;
        padding: 1vw 0 3vw; }
      .p-case__listItem__ttl .pc{
        display: none; } }
    .p-case__listItem__ttl::after{
      content: '';
      position: absolute;
      bottom: -20px;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 43px 0 43px;
      border-color: #008CCF transparent transparent transparent;
      transform: translateX(-50%); }
    .p-case__listItem__ttl img{
      display: block;
      width: auto;
      height: 31px;
      margin: 0 auto 2px; }
    @media screen and (max-width: 767px) {
      .p-case__listItem__ttl img{
        height: 10vw; } }
    .p-case__listItem__txt{
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      height: 76px;
      box-sizing: content-box;
      padding: 0 0 15px; }
    @media screen and (max-width: 767px) {
      .p-case__listItem__txt{
        height: auto;
        padding: 0 0 4vw; } }
    .p-case__listItem__txt p{
      font-size: 22px;
      line-height: 1.2;
      text-align: center;
      font-weight: bold;
      color: #008CCF;
      margin: 0; }
    .p-case__listItem__txt .big{
      font-size: 30px; }
    .p-case__listItem__txt .dem{
      font-size: 27px; }
    .p-case__listItem__txt .mid{
      font-size: 24px; }
    .p-case__listItem__txt .sma{
      font-size: 17px; }
    .p-case__listItem__txt .-orange{
      color: #FF7E00; }
    .p-case__listItem__txt .-blue{
      color: #008CCF }
    .p-case__listItem__txt .-gray{
      color: #666 }
    @media screen and (max-width: 767px) {
      .p-case__listItem__txt p{
        font-size: 5.4vw;
      }
      .p-case__listItem__txt .big,
      .p-case__listItem__txt .dem,
      .p-case__listItem__txt .mid{
        font-size: 9.4vw;
      }
      .p-case__listItem__txt .sma,
      .p-case__listItem__txt .mid.-gray{
        font-size: 6vw; }
      .p-case__listItem__txt .mid.-gray{
        display: block;
      } }

.p-request{
  padding: 60px 0 70px; }
  @media screen and (max-width: 767px) {
    .p-request{
      padding: 10vw 0; } }
  .p-request__tit{
    margin: 0 0 40px; }
    @media screen and (max-width: 767px) {
      .p-request__tit{
        margin: 0 0 5vw; } }
  .p-request__ttl{
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 20px;
    padding: 0 0 0 118px; }
  .p-request__subscript{
    font-size: 16px; }
    .p-request__ttl::before{
      content: '';
      position: absolute;
      bottom: 0;
      left: 15px;
      width: 92px;
      height: 94px; }
    @media screen and (max-width: 767px) {
      .p-request__ttl{
        font-size: 4.3vw;
        padding: 0 0 0 17vw;
        margin: 0;
      font-weight: 500; }
      .p-request__subscript{
        font-size: 3.7vw; }
      .p-request__ttl.-second{
        padding: 2vw 0 2vw 18vw !important; }
      .p-request__ttl::before{
        left: 1vw;
        width: 16vw;
        height: 16vw; } }
    .p-request__ttl.-first {
      background: #FF7E00;
    }
    .p-request__ttl.-first::before {
      background: url("../img/top/bg_request_ttl01@2x.png") 0 0 no-repeat;
      background-size: 100% auto;
    }
    .p-request__ttl.-second {
      background: #008CCF;
      margin-top: 90px;
      padding: 6px 0 6px 122px;
    }
    .p-request__ttl.-second::before {
      background: url("../img/top/bg_request_ttl02@2x.png") 0 0 no-repeat;
      background-size: 100% auto;
    }
    .p-request__ttl span{
      font-size: 18px; }
    .p-request__ttl p {
      font-size: 15px;
      margin-bottom: -6px;
      padding: 0px 5px; }
      @media screen and (max-width: 767px) {
        .p-request__ttl span{
          font-size: 3.2vw; }
        .p-request__ttl p {
          font-size: 2.7vw; } }
      @media screen and (max-width: 640px) {
        .p-request__ttl p {
          margin-bottom: 0; }
      }
    .p-request__form{
      background: url("../img/top/bg_request_form@2x.png") right bottom no-repeat;
      background-size: 343px auto;
      border: 2px solid #008CCF;
      margin: 20px 0 0;
      padding: 18px 17px 30px; }
      @media screen and (max-width: 767px) {
        .p-request__form{
          background: none;
          margin: 5vw 0 0;
          padding: 4.5vw 4vw; } }
      .p-request__form__tit{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 20px;
        margin: 0 0 17px; }
        @media screen and (max-width: 767px) {
          .p-request__form__tit{
            font-size: 4vw;
            margin-bottom: 2vw; } }
        .p-request__form__tit__step{
          position: relative;
          color: #fff;
          background: #FF7E00;
          line-height: 1.0;
          margin: 0 25px 0 0;
          padding: 12px 10px 12px 20px; }
        .p-request__form__tit__step::after{
          content: '';
          position: absolute;
          top: 0;
          right: -12px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 22px 0 22px 12px;
          border-color: transparent transparent transparent #FF7E00; }
          @media screen and (max-width: 767px) {
            .p-request__form__tit__step{
              flex-shrink: 0;
              width: 4em;
              margin-right: 10px;
              margin: 0 20px 0 0;
              padding: 8px 5px 8px 7px; }
            .p-request__form__tit__step::after{
              right: -7px;
              border-width: calc(2vw + 8px) 0 calc(2vw + 8px) 7px; }
            .p-request__form__tit__txt{
              line-height: 1.4; } }
          .p-request__form .-select{
            width: 594px;
            height: 60px; }
            @media screen and (max-width: 767px) {
              .p-request__form .-select{
                width: 100%;
                height: 49px;
              } }
          .p-request__form__select1{
            display: flex;
            justify-content: space-between;
            margin: 0; }
            @media screen and (max-width: 767px) {
              .p-request__form__select1{
                display: block; } }
          .p-request__form__select1__annotation {
            margin: 0.5em 0 20px; }
            @media screen and (max-width: 767px) {
              .p-request__form__select1__annotation{
                margin: 0.5em 0 4vw; } }
          .p-request__form__select1 .-select{
            width: 291px; }
            @media screen and (max-width: 767px) {
              .p-request__form__select1 .-select{
                width: 100%;
                height: 49px; }
              .p-request__form__select1 .-select + .-select{
                margin-top: 2vw; } }
            .p-request__form .-select.-focus {
              background: #FFF1E3;
              border: 4px solid #2E9EFF;
              padding: 10px 10px; }
          .p-request__form .-start {
            width: 280px;
            background: #FF7E00;
            color: #fff;
            margin: 30px auto 0; }
            .p-request__form .-start:disabled {
              background: #878B95;
              cursor: not-allowed;
            }
            @media screen and (max-width: 767px) {
              .p-request__form .-start{
                width: 100%;
                margin: 6vw auto 0; } }
.p-around{
  background: #E6F4FB;
  padding: 50px 0 60px; }
  @media screen and (max-width: 767px) {
    .p-around{
      padding: 10vw 0; } }
  .p-around__tit{
    margin: 0 0 40px; }
    @media screen and (max-width: 767px) {
      .p-around__tit{
        margin: 0 0 5vw; } }
  .p-around__block{
    padding: 26px 20px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    margin: 0 0 60px; }
    @media screen and (max-width: 767px) {
      .p-around__block{
        padding: 3vw 1vw 3vw 4vw;
        margin: 0 0 10vw; } }
    .p-around__wrap{
      height: 600px;
      padding: 0 20px 0 0;
      overflow-y: scroll; }
      @media screen and (max-width: 767px) {
        .p-around__wrap{
          height: 100vw;
          padding: 0 3vw 0 0; } }
      .p-around .p-selectedshop{
        border: 2px solid #C8D5E2;
        box-shadow: none; }
    .p__around__pref{
      background: #fff;
      box-shadow: 0 3px 6px rgba(0,0,0,0.16);
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .p__around__pref{
          margin-bottom: 4vw; } }
    .p__around__pref:last-child{
      margin-bottom: 0; }
      .p__around__pref__ttl{
        font-size: 24px;
        color: #fff;
        background: #008CCF;
        padding: 10px 20px;
        margin: 0; }
        @media screen and (max-width: 767px) {
          .p__around__pref__ttl{
            font-size: 4.6vw;
            padding: 0.5em 1em; } }
      .p__around__pref__block{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 22px 20px; }
        @media screen and (max-width: 767px) {
          .p__around__pref__block{
            padding: 1em; } }
        .p__around__pref__link{
          width: 100%;
          font-size: 16px;
          margin: 0 0 1.2em; }
          @media screen and (max-width: 767px) {
            .p__around__pref__link{
              font-size: 3.8vw; } }
          .p__around__pref__link a{
            position: relative;
            text-decoration: none;
            color: #0065DB;
            padding: 0 1em 0 0; }
          .p__around__pref__link a::after{
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            width: 8px;
            height: 8px;
            border-top: 1px solid #0065DB;
            border-right: 1px solid #0065DB;
            transform: rotate(45deg) translateY(-50%); }
          .p__around__pref__link a:hover{
            text-decoration: underline; }
          .p__around__pref__inner{
            width: 420px; }
            @media screen and (max-width: 767px) {
              .p__around__pref__inner{
                width: 100%; } }
          .p__around__pref__inner.-next{
            width: 460px; }
            @media screen and (max-width: 767px) {
              .p__around__pref__inner.-next{
                width: 100%;
                margin: 7px 0 0; } }
          .p__around__pref__list{
            margin: 0 0 10px; }
            @media screen and (max-width: 767px) {
              .p__around__pref__list{
                margin: 0 0 7px; } }

          .p__around__pref__list:last-child{
            margin-bottom: 0; }
            .p__around__pref__list dt{
              float: left;
              clear: left;
              width: 102px;
              text-align: center;
              font-weight: bold;
              font-size: 14px;
              line-height: 1.4;
              background: #DFF2FC;
              padding: 3px 0; }
            .p__around__pref__list dd{
              padding: 0 0 0 104px;
              margin: 0; }
            @media screen and (max-width: 767px) {
              .p__around__pref__list dt{
                width: 26vw;
                font-size: 3.6vw; }
              .p__around__pref__list dd{
                padding: 0 0 0 28vw; } }
              .p__around__pref__list ul{
                display: flex;
                justify-content: flex-start;
                padding: 3px 0;
                margin-left: 8px; }
                @media screen and (max-width: 767px) {
                  .p__around__pref__list ul{
                    flex-wrap: wrap;
                    padding: 0;
                    margin-left: 0; } }
                .p__around__pref__list ul li{
                  font-size: 14px;
                  line-height: 1.4;
                  list-style: none; }
                  @media screen and (max-width: 767px) {
                    .p__around__pref__list ul li{
                      line-height: 1.8;
                      font-size: 3.6vw; } }
                  .p__around__pref__list ul li a{
                    text-decoration: none; }
                  .p__around__pref__list ul li a:hover{
                    text-decoration: underline; }
                  .p__around__pref__list ul li::after{
                    content: '|';
                    color: #bebebe;
                    margin: 0 0.35em; }
                  .p__around__pref__list ul li:last-child::after{
                    content: none; }

.l-footer.-top{
  padding: 0 0 68px; }
  @media screen and (max-width: 767px) {
    .l-footer.-top{
      padding: 0 0 13vw!important; }
  }
.p-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #ff7e00 0%,#ff7e00 50%,#2e9eff 50%,#2e9eff 100%);
}
  .p-fixed__wrap{
    display: flex;
    justify-content: center; }
    .p-fixed .-orange{
      background: #FF7E00; }
    .p-fixed .-blue{
      background: #2E9EFF; }
      .p-fixed__btn{
        width: 50%;
        text-align: center; }
      .p-fixed__btn:hover{
        cursor: pointer;
        opacity: .7;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s; }
        .p-fixed__btn img{
          margin-top: -26px; }

  @media screen and (max-width: 767px) {
    .p-fixed__wrap{
      padding: 0; }
    .p-fixed__btn img{
      margin-top: 0; } }
/* 不動産売却査定依頼フォーム
--------------------------------------------------*/
.p-tit__select__leftbar{
  background: #008CCF;
  color: #FFF;
  margin: 1.8em 0 .5em;
  font-size: 20px;
  padding: 10px 15px;

}
.p-selectionshop {
  background: #fff;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  position: relative;
  width: 100%;
}
.p-selectionshop__img {
  margin: 0;
}
.p-selectionshop__detail {
  margin: 0 0 0 20px;
}
.p-selectionshop__detail__name {
  font-size: 22px;
  font-weight: bold;
}
.p-selectionshop__detail__info {
  margin: 0;
  font-size: 16px;
}
.p-tit___select__bgfill {
  background: #008CCF;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  margin: 1.8em 0 .5em;
  padding: 15px;
  font-size: 20px;
}
.p-selection__form {
  background:none;
  border:none;
  margin: 20px 0 0;
  padding: 18px 17px 30px;
}
.p-btn__middle.-send__selection:disabled {
  background: #878B95;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.p-request__form .-send__selection {
  width: 562px;
  background: #FF7E00;
  color: #fff;
  margin: 30px auto 0;
}

@media screen and (max-width: 1024px) {
  .p-tit__select__leftbar {
    font-size: 2.13333vw;
  }
  .p-tit___select__bgfill {
    font-size: 2.13333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tit__select__leftbar {
    margin-left: -2.66vw;
    margin-right: -2.66vw;
    padding: 8px 2.66vw;
    width: 100vw;
  }
  .p-tit___select__bgfill {
    margin-left: -2.66vw;
    margin-right: -2.66vw;
    padding: 8px 2.66vw;
    width: 100vw;
  }
  .p-selectionshop{
    padding:0;
  }
  .p-selectionshop__detail__name{
    font-size: 25px;
  }
  .p-selectionshop__detail__info {
    font-size: 18px;
  }
  .p-selection__form {
    margin: 5vw 0 0;
    padding: 4.5vw 4vw;
  }
  .p-request__form .-send__selection {
    width: 100%;
    margin: 6vw auto 0;
  }
}
@media screen and (max-width: 640px) {
  .p-tit__select__leftbar {
    font-size: 4.26667vw;
  }
  .p-tit___select__bgfill {
    font-size: 4.26667vw;
  }
  .p-selectionshop__detail__name {
    font-size: 3.5vw;
  }
  .p-selectionshop__detail__info {
    font-size: 3vw;
  }
}


.p-footer__policy__link {
  text-align: left;
  margin: 20px auto 0;
}
.p-footer__policy__link a{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding-left: 20px;
  box-sizing: border-box;
}
.p-footer__policy__link a:before{
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #008CCF;
}
@media screen and (max-width: 767px) {
  .p-footer__policy__link a{
    font-size: 14px;
    padding-left: 15px;
  }
    .p-footer__policy__link a:before{
    top: 4px;
  }
}

.p-request__underlink {
  margin: 5px auto 0;
}
.p-request__underlink a{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding-left: 20px;
  box-sizing: border-box;
}
.p-request__underlink a:before{
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #008CCF;
}
@media screen and (max-width: 767px) {
  .p-request__underlink a{
    font-size: 14px;
    padding-left: 15px;
  }
    .p-request__underlink a:before{
    top: 4px;
  }
}
/*Page sale Css */
.p-tit__bgfill.-light {
  background: #E6F5FE;
  color: #008CCE;
  text-align: center;
}

@media screen and (max-width: 767px){
  .p-btn__middle.-gazoari {
    line-height: 36px;
  }
  .p-gazoBtn__txt2 {
    display: none;
  }
  .p-btn__middle.-gazonasi {
    line-height: 40px;
  }
  .p-gazoBtn__txt1 {
    font-size: 3vw;
  }
  .p-gazoBtn__txt1__strong {
    font-size: 4vw;
  }
}

/*add 20201111---*/
.p-hide {
	display: none;
	margin-bottom: 3em;
}
.p-any__open {
	display: block;
	
}
.p-any__open div {
	display: flex;
	align-items: center;
	border: 1px solid #2C8CCF;
	border-radius: 30px;
	color: #2C8CCF;
	margin: 2em 0 0;
	cursor: pointer;
}
.p-any__open div::after {
	content: "＋";
	font-size: 25px;
	margin: 0 25px 0 auto;
	line-height: 1;
}
.p-any__open.-open div::after {
	content: "－";
}
.p-any__title {
	padding: 11px 30px;
	font-size: 20px;
	margin: 0;
}
.p-any__title span {
	font-size: 75%;
}

@media screen and (max-width: 767px){
	.p-any__open {
		margin: 7px -2.66vw 0;
	}
	.p-any__open div {
		margin: 0 27px;
	}
	.p-any__open div::after {
		font-size: 12px;
		margin: 0 10px 0 auto;
	}
	.p-any__title {
		padding: 11px 15px;
		font-size: 16px;
	}
}
/*---add 20201111*/

/*add 20210709---*/
.p-enquete__method {
	font-weight: bold;
}
.p-enquete__method span.m-label {
	padding: 1px 7px;
	margin-left: 3px;
	border: 1px solid #2C8CCF;
	border-radius: 7px;
	color: #2C8CCF;
	font-size: 14px;
	font-weight: bold;
}
.p-enquete__description {
	padding: 16px 20px;
	margin: 0 0 1em;
	background: #F4F4F4;
	color: #6E6E6E;
	font-size: 15px;
	line-height: 1.3;
}
.p-enquete__description h4 {
	margin: 0 0 4px;
	color: #2C8CCF;
	font-weight: normal;
	line-height: 1.2;
}
.p-enquete__description p {
	margin: 0;
}
.p-formGroup__row:nth-child(n + 2) {
	margin-top: 10px;
}
.p-checkListOther {
	display: block;
	margin-top: .5em;
}

.p-checkList.m-inline {
	display: inline-flex;
}
.p-checkList.m-inline li {
	margin: 0 1.5em 0 0!important;
}
.p-tbl__form tr.req .p-checkList.m-inline li input + label:after {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-enquete__method {
		font-weight: normal;
	}
	.p-enquete__method span.m-label {
		margin-left: auto;
	}
	.p-enquete__description {
		display: none;
	}
	.p-tbl__form tr.req .p-radioList li label.p-enquete__method {
		width: 100%;
	}
	.p-tbl__form tr.req .p-radioList li label.p-enquete__method span.m-label {
		min-width: 6em;
		padding: 3px 7px;
		font-size: 11px;
		text-align: center;
	}
	.p-form__propertyStatus .p-radioList.-spline1 li:nth-child(n + 2) {
		margin-top: 5px;
	}
	.p-form__propertyStatus .p-radioList.-spline1 li label {
		width: 100%;
	}
	.p-formGroup__row:nth-child(n + 2) {
		margin-top: 8px;
	}
	
	.p-tbl__form textarea.p-formGroup__input {
		min-height: 6em;
	}
	.p-checkList.m-demand li:nth-child(n + 2) {
		margin-top: 5px;
	}
	#KouzouKbn.p-formGroup__input.-select {
		width: 100%;
	}
	.p-checkList.m-other li:nth-child(n + 2) {
		margin-top: .5em;
	}
	.p-checkList.m-inline li {
		margin: 0 3px 0 0!important;
	}
}
/*---add 20210709*/

/*査定フォーム注釈*/
.p-valuationFixAnnotation {
  margin: 0.5em 0 1.3em;
}

/*add 20220111---*/
.p-privacypolicy {
  margin: 2em 0 0;
}

.p-privacypolicy__wrap {
  max-height: 15em;
  padding: 0 15px;
  border: 1px solid #000;
  overflow-y: auto;
  overflow-x: hidden;
}

.p-txt__center.-policy {
  margin: 0 0 5px 0;
}

/*---add 20220111*/
