@charset "utf-8";
@media only screen and (max-width: 768px) {
  body{
    width: 100vw;
  }
  
  .header{
    display: none;
  }
  
  .header_background{
    display: none;
  }
  
  .header_sp{
    display: block;
    z-index: 100;
    width: 100%;
  }
  
  .logo{
    width: 70%;
    height: 15vw;
    position: fixed;
    top:28px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    z-index: 10;
  }

  .logo img{
    width: 60%;
    margin-left: 16vw;
  }


  .header_div_icon{
    width: 85vw;
		height: 16vw;
    position: fixed;
    top:28px;
    display: grid;
    grid-template-columns:1fr 20vw;
    grid-template-rows: repeat(2,8vw);
    z-index: 9;
  }

  .header_div_icon_a_1{
    grid-column: 2;
    grid-row: 1;
    margin-left: 4.6vw;
  }
  .header_div_icon_a_2{
    grid-column: 2;
    grid-row: 2;
    margin-left: 4.6vw;
  }

  .header_div_icon_img_1{
    width: 15.4vw;
  }
  .header_div_icon_img_2{
		width: 15.4vw;
		margin-top: -0.26vw;
  }
  
  .header_sp_img_1{
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    align-self: center;
    width: 50%;
    margin-top: 2px;
    margin-right: 20vw;
  }
  
  .header_sp_dl_1{
    background: #283c5a;
    line-height:0;
    padding:0;
    line-height:0;
    display:flex;
    justify-content: flex-end;
    position: fixed;
    width:100%;
    z-index:11;
    height:28px;
    top: 0;
  }
  
  .header_sp_dl_1 dd{
    width:15%;
  }
  .header_sp_dl_1 dt{
    margin: auto 0;
    margin-right: 10px;
  }
  
  .header_sp_dl_1 dd img{
    width:100%;
    line-height:0;
  }
  
  #menuBtn{
    z-index:1;
    position: fixed;
    width:100%;
    text-align:right;
    background: #fff;
    top:28px;
    line-height: 0;
  }
  
  #menuBtn img{
    width:15%;
  }
  
  #spMenu{
    position: fixed;
    top:84px;
    width:100%;
    background: rgba(255,255,255,.9);
    display:none;
    z-index: 1000;
  }
  #spMenu dl{
    border-bottom:1px solid #321900;
    padding:5px 40px;
  }
  
  #spMenu dl dt{
    font-size:20px;
    font-weight: 400;
    width:40%;
    margin:0 0 10px 0;
  }
  
  #spMenu dl dt a{
    background: url("../images/common/2x/gnav_icon.png") right 5px no-repeat;
    background-size:15%;
    display:block;
  }
  
  #spMenu dl dd{
    padding:0 0 0 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
  }
  
  
  #spMenu dl dd ul li:first-letter{
    color:#4673c3;
  }
  
  #spMenu dl,
  #spMenu dl a{
    color:#283c5a;
  }


}