<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

/* 共通 */
.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: 20%;
}
.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;
}
}

/*
-----------------------------------------
売却物件情報（マンション）(41)
-----------------------------------------
*/



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



</pre></body></html>