/* ## header ===============================
ヘッダー設定 */


.test:after {
  content: "";
  display: block;
  background-color: #ddd;
  width: 100px;
  height: 100px;
}
/* -- default -------------------*/
#header * {
  box-sizing: border-box;
}
#header {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  text-align:left;
  background-color: #fff;
  display: block;
  margin: 0;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}

.head_body {
  position: relative;
  width: 900px;
  height: 100%;
  margin:0 auto;
  padding:0;
}
.headMain {
  width: 220px;
  height: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
  margin-bottom: 20px;
}
/* -- title logo -------------------*/
.logo {
  width: 125px;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
    font-weight: bold;
  font-size: 30px;
  text-decoration: none;
  line-height: 1;
}

.logo a img {
  width: 100%;
}



@media screen and (max-width: 768px) {
  #header {
    height: auto;
    padding: 10px 15px 20px;
  }
  .head_body {
    display: block;
    width: 100%;
  } 

  .headMain {
    width: 100%;
    height: 48px;
    margin-bottom: 10px
  }

  .logo {
    width: 63px;
  }

  .flow {
    width: 100%;
    height: 65px;
  }

  .flow ul {
    width: 250px;
  } 

  .flow li p {
    min-width: 60px;
    font-size: 10px;
  }

}

