﻿/*=========================================
全体設定・汎用スタイル
=========================================*/

/* 全体設定 */
#wPrimary{
  background: #fff;
}
.uw{
  background:#fff;
  margin:auto;
  max-width:950px;
}
.uw a{
  text-decoration: none;
}
.uw img{
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.uw--section{
  margin-bottom:80px;
}
@media screen and (max-width: 768px) {
  .uw--section{
    margin:0 auto 40px;
    width: 98%;
  }
  .uw--h2 {
    border-bottom: 5px #d80b24 solid!important;
    margin-bottom: 5px;
    padding-bottom: 10px;
    position: relative;
    background-color: #fff;
　}
}
/* /全体設定 */

/* 見出し */
.uw--h2,
.uw--h3{
  color:#222;
  font-size:36px!important;
  font-weight:bold!important;
  text-align:center;
}
.uw--h2{
  border-bottom:10px #d80b24 solid;
  margin-bottom:20px;
  padding-bottom:20px;
  position:relative;
}
.uw--h2::after{
  background:#fff;
  bottom:-10px;
  content:"";
  display:block;
  height:10px;
  left:80px;
  opacity:.5;
  position:absolute;
  width:90px;
}
@media screen and (max-width: 768px) {
  .uw--h2,
  .uw--h3{
    font-size:18px!important;
    text-align:left;
  }
  .uw--h2{
    border-bottom:0;
  }
  .uw--h2::after{
    display:none;
  }
}
/* /見出し */

/* テキスト */
.uw--bold{
  font-weight:bold;
}
.uw--text--main{
  font-size:24px;
  line-height:2.5;
  text-align:center;
}
.uw--text--sub{
  font-size:20px;
  line-height:1.6;
}
.uw--text--small{
  font-size:16px;
  line-height:1.625;
}
.uw--text--red01{
  color:#ff0000;
}
.uw--text--red02{
  color:#d80b24;
}
.uw--text--blue{
  color:#1878fc;
}
.uw--text--center{
  text-align: center;
}
.uw--text--left{
  text-align: left;
}
.uw--text--right{
  text-align: right;
}
@media screen and (max-width: 768px) {
  .uw--text--main{
    font-size:16px;
    text-align:left;
  }
  .uw--text--sub{
    font-size:16px;
  }
  .uw--text--small{
    font-size:12px;
  }
}
/* /テキスト */

/* レイアウト */
.uw--sp{
  display:none;
}
.uw--row {
    display: flex;
    flex-wrap: wrap;
}
.uw--col-6,
.uw--col-12,
.uw--col-md-4,
.uw--col-md-6{
  box-sizing:border-box;
  padding:15px 30px;
}
.uw--col-6 {
    width: 50%;
}
.uw--col-12{
    width: 100%;
}
@media (max-width: 768px){
  .uw--pc, .pc{
    display:none;
  }
  .uw--sp, .sp{
    display:inline-block;
  }
}
@media (min-width: 769px){
  .uw--col-md-4 {
      width: 33.3333%;
  }
  .uw--col-md-6 {
      width: 50%;
  }
  .pc{
    display:inline-block;
  }
  .sp{
    display:none;
  }
}
/* /レイアウト */

/* アイコン */
.uw--icon--tel::before{
  content: "\f8d3";
  font-family: "Font Awesome 5 Pro";
  margin: 0 5px;
}
/* /アイコン */

/* ボタン */
.uw--btn--mail{
  background:linear-gradient(#fea1a1, #ff8383);
  border-bottom: 5px solid #c96969;
  border-radius:8px;
  display:block;
  padding:20px;
  text-shadow: 1px 1px 0 #7f4444;
}
.uw--btn--mail p{
  color: #fff;
  font-weight: bold;
  margin:0;
  text-align: center;
}
.uw--btn--mail--text{
  font-size: 14px;
}
.uw--btn--mail--text span{
  background: #ffe000;
  border-radius:4px;
  color: #000;
  margin-right: 10px;
  padding:5px;
  text-shadow: none;
}
.uw--btn--mail--title{
  font-size: 30px;
}
/* /ボタン */


/*=========================================
個別スタイル
=========================================*/

/* 看板 */
.uw--signboard{
  position: relative;
  text-align: center;
}
.uw--signboard--top{
  background:#000 url(/service/reuse/images/uw-img01.jpg) no-repeat;
  background-size:contain;
  height:380px;
  padding: 0 100px 0 420px;
}
.uw--signboard--logo{
  color:#fff;
  display: block;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif!important;
  font-size:80px;
}
.uw--signboard--title{
  border-bottom:2px #fff solid;
  border-top:2px #fff solid;
  color:#fff;
  font-size:36px;
  padding:20px 0;
}
.uw--signboard--title span{
  display: block;
  font-size:24px;
  color: #ffffff;
}
.uw--signboard--text{
  color:#fff79c;
  font-size:18px;
}
.uw--signboard--bottom{
  bottom:0;
  left: 0;
  position:absolute;
  width: 100%;
}
.uw--signboard--info{
  background:#fff;
  display: flex;
  font-size:24px;
  font-weight: bold;
  margin-bottom: 32px;
}
.uw--signboard--area{
  background:#d80b24;
  color:#fff;
  display: inline-block;
  width: 300px;
}
.uw--signboard--tel{
  width: 650px;
}
.uw--signboard--area,
.uw--signboard--tel{
  margin: 0;
  text-align:center;
}
.uw--signboard--tel a{
  color:#222;
}
.uw--signboard--tel i{
  margin:0 5px;
}
.uw--signboard--caution{
  color:#fff;
  font-size:12px;
  text-align: right;
}
@media screen and (max-width: 950px) {
  .uw--signboard{
    padding:0;
  }
  .uw--signboard--top{
    background-size: cover;
    height:auto;
    min-height: 150px;
    padding: 0 4% 0 36%;
  }
  .uw--signboard--logo{
    font-size:36px;
  }
  .uw--signboard--title{
    font-size:18px;
    padding:5px 0;
  }
  .uw--signboard--title span{
    font-size:16px;
  }
  .uw--signboard--text{
    font-size:10px;
  }
  .uw--signboard--bottom{
    position:static;
  }
  .uw--signboard--info{
    display: block;
    font-size:18px;
  }
  .uw--signboard--area,
  .uw--signboard--tel{
    text-align: center;
    width: 100%;
  }
  .uw--signboard--caution{
    color: #000;
    font-size:10px;
    text-align: left;
  }
}
/* /看板 */

/* リファレンスナンバー */
.uw--accordion--btn{
  background:#000;
  border-radius: 6px;
  color:#fff;
  display:block;
  font-size:24px;
  padding:10px 20px;
  position: relative;
}
.uw--accordion--btn::after{
  /*content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 100%;
  font-weight: 300;
  right:20px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  color:#fff;*/
}
.uw--accordion--btn:hover {
    color: #fff!important;
}
.uw--accordion--btn.active::after{
  content: "\f107";
  font-size:40px;
}

@media screen and (max-width: 768px) {
.uw--accordion--btn{
    font-size:18px;
  }
}
/* /リファレンスナンバー */

/* 買取り例 */
.uw--item--box{
  margin-bottom:20px;
}
.uw--item img{
  margin-bottom:20px;
}
.uw--item--name{
  min-height:3.5em;
}
.uw--item--tel{
  border-radius: 100vh;
  border-bottom:5px #850A19 solid;
  background: #D80B24;
  color:#fff!important;
  display:block;
  font-size:24px;
  padding:10px 0;
  position: relative;
  text-align: center;
}
.uw--item--tel::after{
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  margin: 0 5px;
  position: absolute;
  right:20px;
  top:50%;
  transform: translateY(-50%);  
}
.uw--item--tel.uw--sp{
    display:none;
}
a:not([href]):not([tabindex]) {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .uw--item--tel.uw--pc{
    display:none;
  }
  .uw--item--tel.uw--sp{
    display:block;
  }
}
/* /買取り例 */

/* 状態 */
.uw--situation--icon{
  height: 0;
  padding-top:75%;
  position: relative;
  width: 50%;
  left: 25%;
}
.uw--situation--icon img{
  left:50%;
  max-height: 100%;
  position: absolute;
  top:0;
  transform: translateX(-50%); 
}
.uw--situation--text{
  min-height:3.5em;
}
/* /状態 */

/* 相場 */
.uw-marketprice .uw--tel01{
  margin-top:30px;
}

.marketprice--box {
    padding: 5% 10% 1%;
    margin-bottom: 80px;
    border: 8px solid #ccc;
}

.marketprice--text {
    text-align: right;
    margin-top: 0.75em;
}
/* /相場 */

/* こんな方におすすめ */
.uw--recommend img{
  margin-bottom:18px!important;
}
.uw--recommend--title{
  min-height:4em;
}
@media screen and (max-width: 768px) {
  .uw--recommend--title{
    min-height:auto;
  }
  .uw--recommend--box{
    align-items: flex-start;
    display: flex;
    margin-bottom:20px;
  }
  .uw--recommend img{
    height:auto;
    margin-right:2%;
    width: 23%;
  }
  .uw--recommend--text{
    width: 75%;
  }
}
/* /こんな方におすすめ */

/* 流れ */
.uw--step li{
  list-style:none;
  padding-bottom:100px;
  position: relative;
}
.uw--step li img{
  max-width:150px;
}
.uw--step li::after{
  bottom:-35px;
  color:#D80B2480;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-size:100px;
  font-weight: 900;
  left:50%;
  position: absolute;
  transform: translateX(-50%);    
}
.uw--step li:last-of-type{
  padding-bottom:0;
}
.uw--step li:last-of-type:after{
  display:none;
}
.uw--step--title{
  display: block;
  text-align: center;
}
.uw--step--text{
  display:block;
  text-align:left;
}
/* /流れ */

/* 電話パターン1 */
.uw--tel01{
  position: relative;
}
.uw--tel01--number{
  /*background: url(/service/reuse/images/uw-img02.jpg) no-repeat;*/
  background: url(/service/reuse/images/uw-img02_center.png) no-repeat;
  background-size: contain;
  color:#22862c;
  font-weight: bold;
  height:400px;
  position: relative;
}
.uw--tel01--number a{
  color:#22862c;
}
.uw--tel01--number .uw--pc{
  bottom:20px;
  font-size: 60px;
  margin: 0;
  position: absolute;
  /*left:20px;*/
  left:25%;
}
.uw--tel01--number .uw--sp{
  position: absolute;
  bottom:0;
  font-size: 32px;
  text-align: center;
  width: 100%;
}
.uw--tel01 .uw--btn--mail{
  bottom:15px;
  padding-left:90px;
  position: absolute;
  right:20px;
  width: 380px;
}
.uw--tel01 .uw--btn--mail::before{
  color:#fff;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-size:50px;
  font-weight: 300;
  left: 20px;
  position: absolute;
  text-shadow: none;
  top:50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 950px) {
  .uw--tel01--number{
    background: url(/service/reuse/images/uw-img02sp.png) no-repeat center bottom;
    background-size: contain;
    height:600px;
  }
  .uw--tel01 .uw--btn--mail{
    left:50%;
    margin-top:30px;
    max-width: 780px;
    padding-left:0;
    padding-right:60px;
    position: relative;
    transform: translateX(-50%);    
    width: auto;
  }
  .uw--tel01 .uw--btn--mail::before{
    color:#fff;
    content: "\f35a";
    font-family: "Font Awesome 5 Pro";
    font-size:50px;
    font-weight:bold;
    left:auto;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .uw--tel01--number{
    height:0;
    padding-top:77%;
  }
  .uw--tel01--number .uw--sp{
    padding-bottom:6%;
  }
}
@media screen and (max-width: 500px) {
  .uw--tel01--number .uw--sp{
    padding-bottom:3%;
  }
}
/* /電話パターン1 */

/* 電話パターン2 */
.uw--tel02{
  position: relative;
}
.uw--tel02--number{
  /*background: url(/service/reuse/images/uw-img06.png) no-repeat;*/
  background: url(/service/reuse/images/pc_center_free_satei_20221117.png) no-repeat;
  background-size: contain;
  color:#22862c;
  font-weight: bold;
  height:210px;
  position: relative;
}
.uw--tel02--number a:link {
  color:#22862c;
}
.uw--tel02--number .uw--pc{
  bottom:25px;
  font-size: 48px;
  margin:0;
  position: absolute;
  /*left:20px;*/
  left:25%;
}
.uw--tel02--number .uw--sp{
  position: absolute;
  bottom:0;
  font-size: 24px;
  padding-right: 80px;
  text-align: center;
  width: 100%;
}
.uw--tel02 .uw--btn--mail{
  bottom:15px;
  padding-right:28px;
  position: absolute;
  right:180px;
  width:320px;
}
.uw--tel02 .uw--btn--mail::after{
  color:#fff;
  content: "\f35a";
  font-family: "Font Awesome 5 Pro";
  font-size:30px;
  font-weight: 900;
  right: 10px;
  position: absolute;
  text-shadow: none;
  top:50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .uw--tel02--number{
    background: url(/service/reuse/images/uw-img06sp.png) no-repeat center bottom;
    background-size: contain;
    height:600px;
  }
  .uw--tel02 .uw--btn--mail{
    left:50%;
    margin-top:30px;
    max-width: 780px;
    position: relative;
    transform: translateX(-50%);    
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .uw--tel02--number{
    height:0;
    padding-top:31%;
  }
  .uw--tel02--number .uw--sp{
    font-size: 40px;
    padding-bottom:6%;
  }
}
@media screen and (max-width: 500px) {
  .uw--tel02--number .uw--sp{
    font-size: 24px;
    padding-bottom:3%;
  }
}
/* /電話パターン2 */

/* フローティングバナー */
.uw--floating-banner {
  background: #C1B093;
  bottom: 0;
  height:120px;
  position: fixed;
  right: 0;
  width:100%;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .uw--floating-banner {
    height:0;
    padding-top:18%;
  }
  img.uw--sp {
    width: 100%;
  }
}
.uw--floating-banner .uw--pc,
.uw--floating-banner .uw--sp{
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);  
  max-width: 740px;
}
footer{
  padding-bottom:200px;
}
/* /フローティングバナー */

.uw--step:last-child{
  margin-bottom: 80px;
}