@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 15px;
}
a {
    text-decoration: none;
    color: inherit;
} 
a:visited{
  color: inherit;
}
a:hover{
  color: inherit;
}

/* スマホ対応 */
@media screen and (max-width: 480px){
  .header{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 2px #fff;
  }
  .logo{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .logo img{
    display: inline-block;
    max-width: 100px;
    max-height: 100px;
    padding-left: 20px;
    margin-bottom: 0px;
  }
  .logo h1{
    font-size: calc(1em + 1vw);
    display:inline-block;
    margin-left: 2%;
    min-width: auto;
  }
  .logo h1 a{
    color: #1e90ff;
  }
  .w_inner{
    max-width: 100%;
  }
  .header ul{
    margin-top: 20px;
  }
  .header ul li{
    text-align: center;
    width: 100px;
    list-style: none;
    background-color: #1e90ff;
    border-bottom: 1px solid #fff;
  }
  .header ul li:hover{
    opacity: 0.7;
  }
  .header ul li a{
    color: #fff;
    font-size: 15px;
  }
  .header ul li:first-child{
    border-top: 1px solid #fff;
  }
  .footer{
    margin-top: 40px;
  }
  .pp_link{
    font-size: 10px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 7px;
    padding-right: 12px;
  }
  .footer{
    max-width: 100%;
    display: flex;
    color: #fff;
    background: #1e90ff;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .footerText{
    max-width: 100%;
    font-size: 10px;
    position: relative;
    left: 8%;
  }
  .footerText caption{
    text-align: left;
    font-size: 15px;
  }
  .footerlink{
    font-size: 10px;
    position: absolute;
    left: 75%;
  }
}

/* PC対応 */
@media screen and (min-width: 481px){
  .header{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 2px #fff;
  }
  .logo{
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .logo img{
    display: inline-block;
    max-width: 100px;
    max-height: 100px;
    padding-left: 20px;
    margin-bottom: 0px;
  }
  .logo h1{
    font-size: calc(1em + 1vw);
    display:inline-block;
    bottom: 20%;
    left: 2%;
    min-width: auto;
  }
  .logo h1 a{
    color: #1e90ff;
  }
  .w_inner{
    max-width: 100%;
  }
  .header ul{
    display: flex;
    margin-top: 70px;
  }
  .header ul li{
    text-align: center;
    width: 150px;
    list-style: none;
    background-color: #1e90ff;
    padding: 5px 15px 5px;
    border-right: 1px solid #fff;
  }
  .header ul li:hover{
    opacity: 0.7;
  }
  .header ul li a{
    color: #fff;
    font-size: 20px;
  }
  .header ul li:first-child{
    border-left: 1px solid #fff;
  }
  .pp_link{
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
  }
  .footer{
    display: flex;
    color: #fff;
    background: #1e90ff;
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .footerText{
    max-width: 100%;
    font-size: 15px;
    position: relative;
    left: 36%;
  }
  .footerText caption{
    text-align: left;
    font-size: 20px;
  }
  .footerlink{
    position: absolute;
    left: 56%;
  }
}
