/*  
Theme Name: ko-ken-k3
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html{
  font-size: 62.5%;
}
body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  background:#FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
}
b,
strong,
.bold{
  font-weight:700;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
h5{
  font-size: 1.25rem;
}
h6{
  font-size: 1rem;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4{
    font-size: 1.5rem;
  }
}

p,
ol,
ul,
li,
dl,
dt,
dd,
th,
td,
figcaption{
  font-size:calc(1.275rem + 0.3vw);
  font-weight:400;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd,
  th,
  td,
  figcaption{
    font-size:1.6rem;
    margin: 0;
    padding: 0;
  }
}
li{
  list-style-type:none;
}

a{
  color: #4D4D4D;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width:100%;
  height:auto;
  vertical-align:middle;
}
figure{
  margin:0;
  padding:0;
}
video {
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
  outline: none;
  border: none;
}
address{
  font-size:1.2rem;
  font-style:normal;
}

/*
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*/
