@charset "utf-8";

body {
  background-color: #F9FFE3; 
}

.head_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #26262d;
  padding: 20px 50px 20px;
  border-top:1px solid #fff ;
  height: 60px;
}

.breadcrumbs {
  display: flex;
}

.breadcrumbs a:visited {
  color: #787998;
}

.breadcrumbs li::after{
  content: '>';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}

.breadcrumbs li:last-child::after{
  display: none;
}

.nav_menu01 { 
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  gap: 20px;
} 

.footer_menu {
  margin-left: 0px;
}

.content02 {
  width: 100%;
  background-color: #F9FFE3; 
  padding: 80px 0 ;
}

.fixed_rent {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
}

.fixed_rent02 {
  margin-top: 60px;
}

.fixed_rent02 {
  margin-top: 60px;
}

.news {
  margin: 80px 0;
}