/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"],
/* 1 */

input[type="reset"], input[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  appearance: textfield;	
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.main-c {
  color: #ec382a;
  font-weight: bold;
}

.h1c {
  /*color:#ec382a;*/
  font-weight: bold;
  background-color: #ffff00;
}

.hsc {
  font-weight: bold;
}

.yinyo {
  margin: 10px;
  padding: 15px;
  background-color: rgb(245, 245, 245);
  font-weight: bold;
  text-align: center;
  border: solid 3px #145494;
}

.yinyo2 {
  margin: 10px;
  padding: 15px;
  background-color: #efefef;
  font-weight: bold;
  text-align: left;
}

.box27 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #62c1ce;
}

.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.box27 p {
  margin: 0;
  padding: 0;
}

.huc {
  text-decoration: underline;
}

.btn-square-pop {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #fff;
  background: #cc0000;
  border-bottom: solid 2px #9b0000;
  border-radius: 100px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.btn-n {
  margin: 0 auto;
  color: #fff !important;
}

@media only screen and (min-width: 769px) {
  .btn-n {
    padding: 30px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .btn-n {
    padding: 10px;
    font-size: 18px;
  }
}

ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em;
  background: #f5faff;
}

ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #07ace5;
  color: white;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.chyui {
  font-size: 12px;
}

@media only screen and (min-width: 769px) {
  .chyui {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .chyui {
    font-size: 14px;
  }
}

.rei {
  text-align: center;
  list-style-type: none;
}

@media only screen and (min-width: 769px) {
  .rei li {
    width: 48%;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
  }
}

@media only screen and (max-width: 768px) {
  .rei li {
    width: 100%;
    margin-bottom: 10px;
  }
}

body,
header,
main,
section,
footer,
h1,
h2,
h3,
ul,
li,
dl,
dt,
dd,
p,
images {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  /* display: block; */
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:link,
a:hover,
a:visited {
  color: #145494;
}

a:hover {
  opacity: 0.7;
}

body {
  width: 100%;
  font-family: "游ゴシック", Helvetica, "メイリオ", "Yu Gothic", sans-serif;
  line-height: 1.8;
  white-space: normal;
  text-align: left;
}

@media only screen and (min-width: 769px) {
  body {
    background-color: #eee;
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

main {
  width: 100%;
  margin: 0 auto;
  display: block;
}

/*********************
共通設定
*********************/

.inner {
  width: 89.33333vw;
  margin: 0 auto;
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

h1 {
  margin: 1em auto;
  line-height: 1.5;
}

@media only screen and (min-width: 769px) {
  h1 {
    padding: 0.1em 1em;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.3rem;
  }
}

h2 {
  background: #ebf5fe;
  border-bottom: 2px solid #145494;
  padding: 15px 18px;
  font-size: 30px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 769px) {
  h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 1.2rem;
  }
}

h3 {
  margin: 1em auto;
  padding: 1px 0;
  border-top: solid 2px #ec382a;
  border-bottom: solid 2px #ec382a;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  h3 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 1.1rem;
  }
}

h3::before,
h3::after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 2px auto;
  background-color: #ec382a;
  display: block;
}

article {
  background: #ffffff;
}

@media only screen and (min-width: 769px) {
  article {
    width: 100%;
    max-width: 962px;
    box-sizing: border-box;
    margin: 0 auto;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 5px 80px 80px;
  }
}

@media only screen and (max-width: 768px) {
  article {
    width: 89.33333vw;
    margin: 0 auto;
    padding: 1rem 0 2em;
  }
}

.indexList {
  margin: 2rem auto;
  padding: 1em 1em;
  background-color: #f7f7f7;
  border: solid 1px #eee;
  border-radius: 10px;
}

.indexList::before {
  content: " 目次 ";
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.1rem;
  text-align: center;
}

.indexList li {
  margin-bottom: 0.4em;
}

.indexList2 {
  padding: 1em 1em;
  border-radius: 10px;
  font-weight: bold;
}

.indexList::before {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.1rem;
  text-align: center;
}

.indexList li {
  margin-bottom: 0.4em;
}

section {
  margin-bottom: 60px;
}

.catch {
  margin: 2rem auto;
}

.img {
  margin: 0 auto;
}

ul.list li {
  margin-bottom: 0.3em;
  margin-left: 0.5em;
}

ul.list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: #ec382a;
  border-radius: 1em;
}

p {
  margin: 0 0 15px 0;	
}

p span a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

p span a:link,
p span a:hover,
p span a:visited {
  color: #263b9a;
}

p span a:hover {
  opacity: 0.7;
}

p a.cv {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.2em;
  font-weight: bold;
}

p a.cv:link,
p a.cv:hover,
p a.cv:visited {
  color: #ec382a;
}

p a.cv:hover {
  opacity: 0.7;
}

p a.cv::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.2em;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.6em;
  border-color: transparent transparent transparent #ec382a;
  text-decoration: underline;
}

strong {
  padding: 0.2em;
  background-color: #ec382a;
  color: #fff;
}

strong a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  font-size: 1em;
}

strong a:link,
strong a:hover,
strong a:visited {
  color: #fff;
}

strong a:hover {
  opacity: 0.7;
}

footer {
  width: 100%;
  height: 2em;
  background-color: #145494;
}

.underline {
  text-decoration: underline;
}

p span a.linkcolor {
  color: #ec382a;
}

.container_PR {
  width: 100%;
  clear: both;
  overflow: hidden;
  zoom: 1;
  background-color: #f3f3f3;
  border-bottom: 3px solid #d4d4d4;
}

.container_PR_p {
  color: #6a6a6a;
  font-size: 12px;
  font-size: 0.8rem;
  float: right;
  padding-right: 10px;
  margin-top: 8px !important;
}

.footer {
  background-color: #145494;
}

.footer_nav {
  padding: 15px;
  border-bottom: solid 1px #dbe8f5;
}

.footer_nav_ul {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer_nav_li {
  display: inline-block;
  list-style: none;
  margin-right: 30px;
  font-size: 12px;
  font-size: 0.8rem;
}

.footer_nav_li:last-child {
  margin-right: 0px;
}

.footer_nav_a {
  color: #fff;
  text-decoration: underline;
  box-sizing: border-box;
  line-height: 1.7;
}

.footer_nav_a:hover {
  color: #fff;
  text-decoration: none;
}

.footer_nav_a:hover {
  border-bottom: none;
}

.footer_copy_p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 10px auto 0px;
}

/*index_07_21*/

/*余白*/
.sec__txt-mt0{
  margin-top: 0;
}

.sec__txt-mb20{
  margin-bottom: 20px;
}

.sec__txt-mb40{
  margin-bottom: 40px;
}

.sec__txt-mb60{
  margin-bottom: 60px;
}

.sec__img--graph{
  margin-bottom: 20px;
}

.sec__img--imgPh{
  margin-bottom: 20px;
}

.sec__img--imgPhmb60{
  margin-bottom: 60px;
}

.sec__txt--textBox{
  margin-bottom: 20px;
}

@media screen and (min-width:480px){
  .img--sateikakakuPC{
    display:block;
  }

  .img--sateikakakuSP{
    display:none;
  }
}

@media screen and (max-width:480px){
  .img--sateikakakuPC{
    display:none;
  }

  .img--sateikakakuSP{
    display:block;
  }
}

/*文字訴求*/
.sec__txt-caption{
  font-size: 14px;
  text-align:center;
  color: #666666;
  margin-top: 10px;
}

.sec__txt-point{
  color: #ec382a;
  font-weight: bold;
}

.sec__txt--mainPoint{
  color: #ec382a;
  font-weight: bold;
  font-size: 1.5em;
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.sec__txt--commentPoint{
  font-weight: bold;
  background:linear-gradient(transparent 60%, #ff6 60%);
}

/*装飾*/
.img--decoLightGray{
  border: 1px solid #666666;
}

/*HOME4U紹介画像部分*/
@media screen and (min-width:481px){
  .img--formPC{
    display:block;
  }

  .img--formSP{
    display:none;
  }
}

@media screen and (max-width:480px){
  .img--formPC{
    display:none;
  }

  .img--formSP{
    display:block;
  }
}

/*口コミ枠*/
.sec__list--kuchikom{
  max-width: 622px;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.sec__list--kuchikomi .sec__text--kuchikomi{
  font-size: 18px;
  margin-top: 0;
}


.sec__kuchikomiWrapper{
  padding: 15px;
  margin-bottom:20px;
  border-radius: 10px;
  border: 3px solid #fb7701;
  box-sizing:border-box;
}

.sec__kuchikomiWrapper--mb10{
  margin-bottom:10px;
}

.sec__txt--caption{
  font-size: 14px;
  text-align: right;
}

.sec__list--kuchikomi .sec__kuchikomiBox{
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.sec__list--kuchikomi .sec__kuchikomiBox .list__profile{
  display: flex;
  flex-wrap: wrap;
  counter-reset: none;
  list-style-type: none !important;
  background: none;
  font-size: 16px;
}

.sec__list--kuchikomi .sec__kuchikomiBox dt{
  margin-right: 10px;
}

.sec__list--kuchikomi .sec__kuchikomiBox dt img{
  width: 100%;
}

.sec__list--kuchikomi .sec__kuchikomiBox .list__profile li{
  margin-right: 10px;
}
.sec__list--kuchikomi .sec__kuchikomiBox .list__profile li:last-child{
  margin-right: 0;
}

.sec__list--kuchikomi .sec__kuchikomiBox .list__profile li b{
  background: none;
}

.sec__list--kuchikomi .list__commentsBox{
  display: flex;
}

.sec__list--kuchikomi .list__Inner{
  display: flex;
  background: #FFF1CC;
  margin-bottom:15px;
  line-height: 1.6;
  width: 100%;
}

.sec__list--kuchikomi .list__Inner .list__category{
  min-width: 95px;
  padding: 10px 10px 10px 57px;
  background: #FB7701 url(/sell/img/promotion/index_07_11/SELL_icn_mansion.png) no-repeat 10px center;
  background-size: 25%;
}

.sec__list--kuchikomi .list__Inner .list__categoru--home{
  min-width: 95px;
  background: #FB7701 url(/sell/img/promotion/index_07_11/SELL_label_kuchikomi_kodate.png) no-repeat 10px center;
  background-size: 25%;
}

@media screen and (max-width: 1023px) {
  .sec__list--kuchikomi .list__Inner{
    flex-direction: column;
  }
  
  .sec__list--kuchikomi .list__Inner .list__category{
    background-size: 8%;
  }
  
  .sec__list--kuchikomi .list__Inner .list__categoru--home{
    background-size: 8%;
  }
  .sec__list--kuchikomi .list__Inner .list__category br{
    display: none;
  }
  
  .sec__list--kuchikomi .list__Inner .list__categoru--home br{
    display: none;
  }
}

@media screen and (max-width: 768px){
  .sec__list--kuchikomi .list__Inner{
    display: flex;
    flex-direction: column;
    margin-bottom:15px;
  }

  .sec__list--kuchikomi .list__Inner .list__category{
    padding: 5px 10px 5px 40px;
    background-size: 5%;
  }

  .sec__list--kuchikomi .list__Inner .list__categoru--home{
    background-size: 6%;
  }

  .sec__list--kuchikomi .list__Inner .list__category p br{
    display: none;
  }
}

.sec__list--kuchikomi .list__Inner .list__category p{
  margin:0;
  font-weight: bold;
  color: #fff;
}

.sec__list--kuchikomi .list__Inner .list__buyPrice{
  padding: 10px;
}

.sec__list--kuchikomi .list__Inner .list__buyPrice .sec__text--kuchikomi{
  list-style: none;
  display: flex;
  align-items: flex-start;
}

.sec__list--kuchikomi .list__Inner .list__buyPrice .sec__text--kuchikomi li{
  font-weight: bold;
}

.sec__list--kuchikomi .list__Inner .list__buyPrice .sec__text--kuchikomi .list__label{
  display: inline-block;
  padding-right: 20px;
  position:relative;
}

.sec__list--kuchikomi .list__Inner .list__buyPrice .sec__text--kuchikomi .list__label::before{
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #FB7701;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%); /* translateYのみ */
}

.list__label--priceUP {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/sell/img/promotion/index_07_21/SELL_icn_arrowUP.png) no-repeat -3px -3px;
  background-size: 21px;
}

.sec__list--kuchikomi .list__img--pc,
.sec__list--kuchikomi .list__img--sp{
  width: 100%;
  max-width: 180px;
}

.sec__list--kuchikomi .list__img--sp{
  display: none;
}

@media screen and (max-width: 640px){
  .sec__list--kuchikomi .list__img--sp{
    display: block;
  }

  .sec__list--kuchikomi .list__img--pc{
    display: none;
  }
  .sec__list--kuchikomi .list__Inner{
    display: flex;
    flex-direction: column;
    margin-bottom:15px;
  }
}

@media screen and (max-width: 390px){
  .sec__list--kuchikomi .list__Inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
  .sec__list--kuchikomi .list__price{
    width: 100%;
    flex:2;
}
  .sec__list--kuchikomi .list__Inner .list__category {
    background-size: 7%;
}
}

@media screen and (max-width:320px){
  .sec__list--kuchikomi .list__Inner .list__buyPrice .sec__text--kuchikomi .list__label{
    width: 50px;
  }
}

@media screen and (min-width: 481px){
  /*--コンテンツ 非表示 ↓必須-*/
  .showmore_content {
    overflow: visible !important;
    height: 100% !important;
  }
  .showmore_trigger {margin-top: 0;}
  
  /*--「もっと見る」ボタン--*/
  .more {
    display: none !important;
  }
  
  /*--「閉じる」ボタン--*/
  .less {
    display: none !important;
  }
}

@media screen and (max-width: 640px){
  .sec__list--kuchikomi .sec__kuchikomiBox{
    display: flex;
    flex-direction:column;
    align-items: center;
    margin-bottom: 10px;
  }

  .sec__list--kuchikomi .sec__text--kuchikomi{
    font-size: 16px;
    line-height: 1.5;
  }

  .sec__list--kuchikomi .sec__kuchikomiBox .list__profile {
    display: flex;
    flex-wrap: wrap;
    counter-reset: none;
    list-style-type: none !important;
    background: none;
    font-size: 16px;
    margin-bottom :15px;
}
  .sec__list--kuchikomi .sec__kuchikomiBox .list__profile li:last-child{
    margin: 0;
  }

  .sec__list--kuchikomi .sec__kuchikomiBox dt {
    margin-right: 0;
}

  .sec__list--kuchikomi .list__commentsBox{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sec__list--kuchikomi .list__commentsBox .list__img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 172px;
}

  .showmore {
    box-sizing: border-box;
  }
  
  .showmore p {
    font-size: 16px;
    line-height: 1.5;
  }
  
  .showmore p + p {margin-top: 3em;}
  
  /*--コンテンツ 非表示 ↓必須-*/
  .showmore_content {
    position: relative;
    overflow: hidden;
  }
  .showmore_trigger {margin-top: 5px; position:relative;}
  
  /*--「もっと見る」ボタン--*/
  .more {
    color: #fb7701;
    cursor: pointer;
    background-color: #ffffff;
    padding: 5px 2em;
    width: 100%;
    width: 100%;
    max-width: calc(100% - 65px);
    display: block;
    text-align: center;
  }

  .more::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fb7701;
    border-right: solid 2px #fb7701;
    position: absolute;
    left: 30%;
    top: 9px;
    transform: rotate(135deg);
  }
  
  /*--「閉じる」ボタン--*/
  .less {
    color: #fb7701;
    cursor: pointer;
    background-color: #ffffff;
    padding: 5px 2em;
    width: 100%;
    width: 100%;
    max-width: calc(100% - 65px);
    display: block;
    text-align: center;
  }

  .less::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fb7701;
    border-right: solid 2px #fb7701;
    position: absolute;
    left: 30%;
    top: 15px;
    transform: rotate(-45deg);
 }
}

@media screen and (max-width: 320px){
  .more::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fb7701;
    border-right: solid 2px #fb7701;
    position: absolute;
    left: 20%;
    top: 9px;
    transform: rotate(135deg);
  }

  .less::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #fb7701;
    border-right: solid 2px #fb7701;
    position: absolute;
    left: 30%;
    top: 15px;
    transform: rotate(-45deg);
 }
}

/*フロー図*/
.sec__block--flow{
	margin-bottom:40px;
} 

@media screen and (min-width:480px){
  .sec__block--flowInnerPC{
    display:block;
  }

  .sec__block--flowInnerSP{
    display:none;
  }
}

.sec__block--flowInnerPC{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
} 

.sec__block--flowInnerPC .img__Ph{
  width: 50%;
} 

.sec__block--flowInnerPC .img__flowPh{
  width: 100%;
} 

@media screen and (max-width:480px){
  .sec__block--flowInnerPC{
    display:none;
  }

  .sec__block--flowInnerSP{
    display:block;
  }
}

.sec__block--flowInner{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
} 

.sec__block--flowInner .img__Ph{
  width: 50%;
} 

.sec__block--flowInner .img__flowPh{
  width: 100%;
} 

.img--flowPhChatInner{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.img--flowPhChatInner img{
  width: 100%;
  max-width: 240px;
  min-width: 228px;
}

/*共通BOX*/
.sec__contentsBox{
	margin-bottom: 40px;
} 

.sec__contentsBox--mb0{
	margin-bottom: 0;
} 

.sec__contentsBox--mb15{
  margin-bottom: 15px;
}

.sec__contentsBoxInner{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 40px;
}

.sec__contentsBox--mb0{
	margin-bottom: 0;
} 

.img--SPChatPh,
.img--priceGraphPh,
.img--formSP,
.sec__block--flowInnerSP,
.img--sateikakakuSP{
  width: 100%;
  max-width: 300px;
  min-width: 250px;
}

.img--formSP{
  margin: 0 auto;
  margin-bottom :60px;
}

.sec__block--flowInnerSP,
.img--sateikakakuSP{
  margin: 0 auto;
}

/*画像が入るbox（決まり次第削除）*/
.img--atariBox{
  width: 100%;
  max-width: 600px;
  min-width: 280px;
  height: 200px;
  margin: 0 auto;
  margin-bottom:60px;
  background: #cccccc;
}

/*共通CTA*/
.sec__btn--ctaWrapper{
  margin-bottom :40px;
  background: #FFF1CC;
}

.sec__btn--ctaWrapper .sec__btn--ctaInner{
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec__txt--catchCopy {
  position: relative;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  background: #145494;
  padding: 0 30px;
  margin-top: -50px;
}

.sec__txt--catchCopy .ctaPoint{
  font-size: 32px;
  color: #ffff00;
}

.sec__txt--catchCopy::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin:center center;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom-color: #145494;
  border-left-color: #145494;
  padding-bottom: 10px;
}


.sec__btn--ctaInner button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-image: linear-gradient(0deg, rgba(251, 119, 1, 1), rgba(253, 182, 120, 1));
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    max-width: 550px;
    min-width: 225px;
    padding: 10px 0;
    border-radius: 10px;
    border: 0;
    box-shadow: 0px 5px 0px 0px rgba(154, 73, 1, 1);
}

@media screen and (max-width: 640px){
  .sec__btn--ctaWrapper .sec__btn--ctaInner{
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sec__txt--catchCopy {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-radius: 40px;
    background: #145494;
    padding: 0 30px;
    margin-top: -50px;
}
  .sec__txt--catchCopy::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    transform-origin:center center;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #145494;
    border-left-color: #145494;
    padding-bottom: 10px;
}
  .sec__txt--catchCopy .ctaPoint{
    font-size: 21px;
}
  .sec__btn--ctaInner button {
    font-size: 24px;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 5px 0px 0px rgba(154, 73, 1, 1);
    line-height:1.5;
    border:0;
}
} 

@media screen and (max-width: 480px) {
  .sec__txt--catchCopy {
    font-size: 16px;
    padding: 0 20px;
}
  .sec__txt--catchCopy .ctaPoint{
    font-size: 18px;
}
  .sec__btn--ctaInner button {
  font-size: 21px;
  line-height:1.4;
}
}

@media screen and (max-width: 320px){
  .sec__txt--catchCopy {
    padding: 0 10px;
}
}

@media screen and (min-width: 481px){
  .sec__btn--ctaInner button br{
    display: none;
  }
}

.sec__btn--ctaInner button:hover {
  opacity: 0.8;
}

/*追伸*/
.sec__contents--message{
  padding: 20px;
  background: #ebf5fe;
  margin-bottom: 80px;
}

.sec__contents--message h4{
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 21px;
  text-align: center;
}

.sec__contents--message h4 span{
  border-bottom: 2px solid #145494;
  padding-bottom :10px;
}