@charset "UTF-8";

/* あ */


.header_container{
  background-image: url("../../images/change/header_container_back.png");
  background-repeat: repeat-x;
  border-bottom: 20px solid #3c67c3;
}

header{
  color: #fff;
  background-image: url("../../images/change/header.png"), url("../../images/change/header2.png");
  background-repeat: no-repeat, no-repeat;
}

/* PCタブレット */
@media screen and (min-width:640px){
  header{
    padding: 6px 0 210px 10px;
    background-position: left 60px, right 60px;
  }
}

/* PC */
@media screen and (min-width:960px){
  header{
    width: 940px;
    margin: 0 auto;
    font-size: 1.3em;
  }
}

/* タブレット */
@media screen and (min-width:640px) and (max-width:959px){
  header{
    background-size: 50% auto;
  }
}

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

  header{
    padding: 12px 0 286px 20px;
    background-size: 300px auto;
    background-position: center 86px, center 206px;
  }
}

