@charset "UTF-8";

:focus {
  outline: none;
}
  
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color:#333333;
  font-size: 16px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
  
body {
  letter-spacing: 0.025em;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

input{
  box-sizing: border-box;
}

div,article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
  box-sizing: border-box;
}
  
  
h1, h2, h3, h4, h5, h6, p, th, td, address, i {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
}

.topImage {
    margin-top:0px;
}
  
ol, ul, dl, dt, dd {
  box-sizing: border-box;
  list-style-type:none;
  margin: 0;
  padding:0;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
}

a li{
  color: #3381e8;
  width:90%;
  padding:5px;
  border-bottom:solid 2px silver;
}

a li:hover {
  background:rgb(216, 216, 216);
  opacity:0.7;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}
svg{
  margin-right: 15px;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  text-align: left;
}

em {
  font-style: normal;
  font-weight: bold;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

video {
  display: block;
  width:90%;
  margin:20px auto;
  text-align: center;
}

input:focus {
  outline: 0;
  border-color: #0067b2;
}

input[type=submit] {
  -webkit-appearance: none;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}


b, strong {
  font-weight: bolder;
}
