@charset "UTF-8";

/* あ */

.flow_header_container{
  background-image: url("../../../images/repair/flow/header_container_top.png"),url("../../../images/repair/flow/header_container_bottom.png");
  background-position: top, bottom;
  background-repeat: repeat-x;
}

header{
  color: #fff;
  background-repeat: no-repeat;
}

/* PCタブレット */
@media screen and (min-width:640px){
  header{
    background-image: url("../../../images/repair/flow/header.png"), url("../../../images/repair/flow/header2.png");
  }
}

/* PC */
@media screen and (min-width:960px){
  header{
    width: 940px;
    margin: 0 auto;
    padding: 6px 0 340px 10px;
    background-position: 50px 60px, 500px 60px;
    font-size: 1.3em;
  }
}

/* タブレット */
@media screen and (min-width:640px) and (max-width:959px){
  header{
    padding: 6px 0 320px 10px;
    background-position: left 60px, 320px 60px;
    background-size: 310px auto;
  }
}

/* スマートフォン */
@media screen and (max-width:639px){
  .flow_header_container{
    background-size: 4px 80px, 1px 32px;
  }

  header{
    padding: 12px 0 310px 20px;
    background-image: url("../../../images/repair/flow/header.png");
    background-size: 300px auto;
    background-position: center 86px, center 206px;
  }
}


