/* ビルボードとの間
------------------------------------------ */
#contents div.box img + p {
  margin-top:20px;
}

/* 友だち登録
------------------------------------------ */
#contents div.box .btn-catch {
  color: #ff9800;
  font-weight: bold;
  text-align: center;
}

.line-btn {
  background:#25af00;
  box-shadow:0 5px 0 #219900;
  font-size:16px;
  position:relative;
  display:block;
  padding:5px;
  color:#fff;
  border-radius:6px;
  text-align:center;
  text-decoration: none;
  font-weight: bold;
  margin:5% 0% 5% 0%;
}
.line-btn:hover {
  background:#219900;
  -webkit-transform: translate3d(0px, 5px, 1px);
  -moz-transform: translate3d(0px, 5px, 1px);
  transform: translate3d(0px, 5px, 1px);
  box-shadow:none;
}
.uketsuke span {
  background: #6fc1e7;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  margin-right: 0.5em;
  padding: 5px 10px;
}

@media (min-width: 729px){

  #contents div.box .btn-catch {
    font-size: 24px;
    margin-bottom: 0.5em;
  }
  .flex {
    background: #e8faff;
    display: flex;
    margin-bottom: 2em;
    padding: 20px;
  }
  .flex > * {
    padding: 20px;
    width: 50%;
  }
  .flex > *:first-child {
    border-right: 1px dashed #adadad;
    margin: auto;
  }
  .uketsuke {
    font-size: 20px;
  }

} /* EO min729 */
@media (max-width: 730px){

  .flex > *:first-child {
    border-bottom: 1px dashed #adadad;
    padding-bottom: 2em;
  }

} /* EO max730 */


/* 流れのセクション
------------------------------------------ */
#contents section#flow-sec1 {
  background-color:#d3eef4;
}

#contents section#flow-sec2 {
  background-color:#c5e8f0;
}

#contents section#flow-sec3 {
  background-color:#C1DFE7;
}


#contents .flow-sec {
  background-color: #f6eedc;
  margin: 0 0 30px;
  min-height: 150px;
  padding: 30px;
  position: relative;
}
#contents .flow-sec:before {
  border: 10px solid transparent;
  border-top: 20px solid #999;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 46%;
}
#contents .box .flow-sec:last-child:before,
#contents .box .flow-end:before {
  border: 0;
}
#contents .box .flow-sec:last-child {
  border-bottom:none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#contents .flow-sec > div {
  margin-bottom: 1em;
}
#contents .flow-sec:after {
  content: "";
  clear: both;
  display: block;
}
#contents .flow-sec > div:nth-child(2) {
  text-align: center;
}
#contents .onegai > h3 + ul li .c21 .btn {
  margin-top: 10px;
  padding: 2px 10px;
}
#contents .onegai > .att-box .c21 li {
  margin-bottom: 0.5em;
}
#contents .line-rei .c21 li {
  list-style: decimal;
  margin: 0 0 0.5em 1.5em;
}

@media (min-width: 729px){
  #contents .flow-sec > div:first-child {
    float: left;
    width: 60%;
  }
  #contents .flow-sec > div:nth-child(2) {
    float: right;
    width: 40%;
  }
  #contents .flow-sec > div:nth-child(3) {
    clear: both;
  }
  #contents .onegai > h3 + ul li .c21 .btn {
    font-size: 16px;
    width: 48%;
  }
  #contents .line-rei .c21 li {
    width: calc(48% - 1.5em);
  }
} /* EO min729 */
@media (max-width: 730px){
  #contents .flow-sec {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  #contents .flow-sec > div:nth-child(2) {
    order: -1;
    width: 100%;
  }
} /* EO max730 */

/* 宅配買取の送り先 */
div.jyusyo {
  border:1px solid red;
  background-color:#fff;
}

div.jyusyo > p {
  padding:2%;
  margin-bottom:0;
}

/* 宅配買取のリンク */
p.hoka {
  margin-top:30px;
}

/* お申し込み時のお願い */
.onegai ul li {
  list-style: none;
}
.onegai ul li:before {
  color: #219900;
  content: "\f14a";
  font-family: "fontawesome";
  font-size: 1.4em;
  font-weight: bold;
  margin-right: 0.5em;
}

/* お申し込み時のお願い */
#contents .line-rei .att-box {
  border: none;
}

/* 小見出し */
#contents .flow .flow-sec h3 {
  border-left:none;
  border-bottom:1px dotted #152745;
  font-size:1.3em;
  color:#152745;
}
#contents .flow .flow-sec h3.s-heading {
  border-bottom: 0;
}

/* 問合わせバナー */
#contents .flow-banner {
  clear: both;
  height: auto;
  margin: 0 auto 10px;
  text-align: center;
}
#contents .flow-banner ul {
  padding-left: 0;
}
#contents .flow-banner ul li {
  list-style: none;
}
#contents .flow-banner .form-tel,
#contents .flow-banner .form-toi a {
  font-weight: bold;
  height: 75px;
  margin: 0;
  padding: 2px 5px;
  text-align: center;
  vertical-align: middle;
  width: 48%;
}
#contents .flow-banner ul li img {
  vertical-align: -1px;
}
#contents .flow-banner .form-tel {
  background: #FDC689;
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 24px;
  line-height: 1em;
  margin-right: 15px;
}
#contents .flow-banner ul li span {
  font-weight: normal;
  font-size: 14px;
  display: block;
  text-align: center;
}
#contents .flow-banner .form-toi a {
  background: #25952D;
  border-radius: 3px;
  color: #fff;
  display: table-cell;
  float: none;
  font-size: 18px;
  text-decoration: none;
}
#contents .flow-banner .form-toi a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1039px) {
  #contents .flow-banner .form-tel {
    font-size: 20px;
  }
  #contents .flow-banner ul li span {
    font-size: 10px;
  }
  #contents .flow-banner .form-toi a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 729px) {
  #contents .flow-banner .form-tel,
  #contents .flow-banner .form-toi a {
    float: none;
    margin: 0 0 5px;
    padding: 0;
  }
  #contents .flow-banner .form-tel {
    font-size: 24px;
    width: 100%;
  }
  #contents .flow-banner .form-toi {
  }
  #contents .flow-banner .form-toi a {
    width: 34%;
  }
  #contents .flow-banner ul li span {
    font-size: 12px;
  }
}


/* 用意いただくもの */
#contents .flow p.txt-c {
  border-bottom:dotted 1px #ccc;
}
#contents .flow ul.c21 li p:first-child {
  border-left:25px solid #735D45;
  padding-left:5px;
  font-weight:bold;
}
#contents .flow > section:last-child {
  position:static;
  border-bottom:none;
}

@media (min-width:730px){
  #contents .flow p.txt-c {
    font-size:1.3em;
  }
}

/* 買取できないもの
------------------------------------------ */
#contents .box.solution ul {
  margin: 0;
  padding: 0;
}
#contents .box.solution ul li {
  background: url(/img/flow/ng.gif) no-repeat;
  font-size: 1.2em;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media (min-width:730px){
  #contents .box.solution {
    background: #734f2b;
    border-radius: 5px;
    padding: 15px;
  }
  #contents .box.solution h2 {
    background: none;
    border: none;
    color: #fff;
    font-size: 2.2rem;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #contents .box.solution h2:before {
    content: none;
  }
  #contents .box.solution p {
    color: #fff;
    margin-bottom: 0.5em;
    text-align: center;
  }
  #contents .box.solution ul {
    background: #FFF;
    border-radius: 5px;
    padding: 15px 15px 5px;
  }
} /* Eo min730 */