@charset "UTF-8";

/*
-----------------------------------------
売却ヘッダー(916)
-----------------------------------------
*/

/* 共通 */
.width{
  width: 1000px;
  text-align: center;
  margin: 0 auto;
}
.logo_size{
width:100%!important;
}
/* ヘッダー */
.up_header{
  position: fixed;
  background-color: #353535;
  width: 100%;
  height: 10%;
  display: flex;
  align-items:center;
  justify-content: space-between;
    border-bottom: solid 1px #fff;
    box-shadow: 0px 5px 5px #5f5f5fc7;
    z-index:3;
}
.name{
  width: 30%;
}
small{
font-size:1.1rem;
}
.name a{
  text-decoration: none;
  color: #ffffff;
}
.company_name{
  text-align: center;
  font-size: 20px;
  margin-left: 50px;
  width: 75%;
  padding-right: 0;
  padding-left: 0;
}
.drawer-hidden {
  display: none;
}
.down_header{
  justify-content: space-around;
  width: 100%;
}
.down_header ul{
  display: flex;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  color: #ffffff;
  text-decoration: none;
  justify-content: end;
  width: 80%;
}
.down_header a{
  color: #ffffff;
  text-decoration: none;
  font-size:20px;
  padding: 5px 20px;
}
.down_header a:hover{
  color: white;
  background-color: orange;
padding: 5px 20px;
    border-radius: 15px;
}
.down_header ul li{
  text-decoration: none;
}
.down_header ul li:hover{

  color:white;
  border-radius: 5px;
}

/* レスポンシブ */
@media screen and (max-width:768px){
.pc{
  display: none;
}
  /* ヘッダー */
.company_name{
    font-size: 10px;
    width: 100%;
    margin-left: 1rem;
    line-height: 15px!important;
}
.name{
  width: 100%;
}
.up_header{
  height: initial;
  height: 70px;
}
.down_header ul{
  display:block;
  text-align: left;
  margin:20px;
}
.down_header li{
  border-bottom: solid 2px white;
  text-align: center;
}
.down_header a{
  line-height: 40px;
}
.down_header a:hover{
  color:unset;
  background-color: unset;
  padding:10px 0;
  border-radius: 10px;
}
.down_header ul li:hover{
  border-radius: 0px;
}
  /* ハンバーガーメニュー */
.drawer-hidden {
  display: none;
}
.drawer{
  margin-left: 70%;
}
  /* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: right;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
  /* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #ffffff;
  transition: 0.5s;
  position: absolute;
}
  /* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}
/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #353535;
  transition: .5s;
  color: #ffffff;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;/* メニューを画面に入れる */
}
#header_hum .cd-dropdown-wrapper{
background-color:white;
}
}

/*
-----------------------------------------
仲介と買取の違い(907)
-----------------------------------------
*/

/* 仲介と買取の違い */
#difference{
  text-align: center;
  margin:0 auto;
  padding-top: 120px;
  padding-bottom: 60px;
}
.graph{
width: 100%;
}
.chukai_text{
  text-align: left;
}
#difference .text_title{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: 'klee',sans-serif;
  padding: 0.25em 0;
}
table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
}
table.graph th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
  border: 1px solid #ccc;
  vertical-align: middle;
  letter-spacing: 2px;
  line-height: 25px;
}
table.graph td {
  width: 350px;
  padding: 10px;
  font-size: 20px;
  vertical-align: top;
  align-items: center;
  border: 1px solid #ccc;
}
.sub_text_title{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: 'klee',sans-serif;
  padding: 0.1em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(248, 221, 132), transparent);
  background: linear-gradient(to right, rgb(247, 235, 143), transparent);
  color: #545454;
}
#difference .text{
  text-align: left;
  line-height: 30px;
  padding:40px 0;
}
.diffrence_title p{
  font-size: 30px;
  padding: 0.3em;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
  width: 100%;
  margin:0 auto;
}
.diffrence_title{
  padding-top:30px;
}
.diffrence_title_graph p{
  font-size: 30px;
  padding: 0.3em;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
  width: 100%;
  margin:0 auto;
}
.diffrence_title_graph{
  padding-bottom: 60px;
}
.diffrence_content{
  text-align: center;
  margin:0 auto;
  padding:60px 0;
}

/* レスポンシブ */
@media screen and (max-width:768px){
#difference{
  width: 90%;
  margin: 0 auto;
  padding:0 0 0 0;
}
#difference .text_title{
  padding-top:25%;
 line-height: 50px;
}
.text img{
  width: 100%;
}
.diffrence_title p{
  width: initial;
}
.diffrence_title_graph p{
  width: initial;
}
}

/*
-----------------------------------------
買取の流れ(906)
-----------------------------------------
*/

/* 買取の流れ */
.width{
  margin:0 auto;
}
#kaitori_flow{
  padding-bottom:60px;
}
#kaitori_flow h2{
    padding: 10px 0;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    background: #353535;
    color: orange;
    border-radius: 5px 5px 0 0;
}
#kaitori_flow .text_title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    font-family: 'klee',sans-serif;
    padding: 0.25em 0;
}
.steps{
  text-align: center;
}
.steps p{
  text-align: left;
  line-height: 30px;
  padding: 30px 60px;
  font-size: 18px;
}
.arrow img{
  text-align: center;
  margin: 0 auto;
  width: 7%;
  height:auto;
}
.step1,.step2,.step3,.step4,
.step5,.step6,.step7,.step8,.step9{
    border: #353535 solid;
    border-radius: 10px 10px 0 0;
}
.step1{
margin-top: 50px;
}
.step2{

}
.step3{

}
.step4{

}
.step5{

}
.step6{

}
.step7{

}

.text_title:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(243, 201, 86), transparent);
  background: linear-gradient(to right, rgb(228, 195, 88), transparent);
}
/* レスポンシブ */
@media screen and (max-width:768px){
/* 買取の流れ */
  #kaitori_flow{
  width: 90%;
  margin: 0 auto;
}
  #kaitori_flow .text_title{
  line-height: 50px;
}
.width{
width:100%;
}
table.graph th {
    line-height: 30px;
    vertical-align: middle;
}
.steps p{
    margin: 15px;
  padding: 15px;
}
}

/*
-----------------------------------------
フッター(435)
-----------------------------------------
*/



