@charset "utf-8";
/*------------------------------
  profile
------------------------------*/
.profile{
  margin-bottom: 10px;
}
.profile .inner{
  display: inline-block;
  width: 35%;
  max-width: 16em;
  margin-bottom: 1em;
}
.profile .inner .ttl-h3{
  margin-top: 0;
}
.profile .inner .list li{
  margin-bottom: 0.5em;
}
.profile .inner + .list{
  float: right;
  width: 65%;
  max-width: 528px;
}
@media screen and (max-width: 479px){
  .profile .inner,
  .profile .inner + .list{
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .profile .list + .inner{
    text-align: center;
  }
}


/*------------------------------
  address
------------------------------*/
.address{
  border-top: 1px solid #ddd;
}
.address dl{
  margin-top: 0;
}
.address dt{
  font-weight: bold;
  margin-bottom: .5em;
}
.address dd{
  overflow: hidden;
}
.address address{
  height: 3em;
}
.address .map{
  margin: 20px 0;
}
.address .btn-white{
  float: right;
  padding: .5em 1em;
  margin-bottom: 0;
}


/*------------------------------
  history
------------------------------*/
.history{
  margin-bottom: 60px;
}
.history ul{
  list-style: none;
  padding: 0;
}
.history li{
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
.history .date{
  display: inline-block;
  width: 10em;
}
@media screen and (max-width: 480px){
  .history .date{
    width: 100%;
    margin-bottom: 5px;
  }
}


#policy .ttl-h2{
  margin-top: 0;
}
#vision{
  margin-bottom: 30px;
}