header * ,
footer * {
  margin: 0;
  padding: 0;
}

header * ,
footer * ,
header > ::before,
header > ::after {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

html, body {
  height: 100%;
}

footer, header,
footer main, header main,
footer nav, header nav,
footer section, header section {
	display: block;
}

footer p, header p,
footer h1, header h1,
footer h2, header h2,
footer h3, header h3,
footer h4, header h4,
footer h5, header h5,
footer h6, header h6 {
  overflow-wrap: break-word;
}

footer ul, header ul,
footer ol, header ol{
	list-style-type: none;
}

footer input, header input,
footer button, header button,
footer select, header select,
footer textarea, header textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

footer textarea, header textarea{
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
footer label,header label,
footer button, header button,
footer select, header select{
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

footer img, header img,
footer video, header img,
footer svg, header svg {
  width: 100%;
  height: 100%;
}

footer a, header a {
  color: #00A0E9;
  text-decoration: none;
}
footer a:hover, header a:hover {
  text-decoration: underline;
}




/* 言語切り替え */
.translation {
  position: absolute;
  top: -80px;
  right: 0;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .translation {
/*    left: 50px;*/
  }
}
@media screen and (min-width: 1366px) {
}



/*
@media screen and (min-width: 1366px) {
  .translation {
    top: -96px;
  }
}
@media screen and (min-width: 1920px) {
  .translation {
    top: -108px;
  }
}
*/
.translation span {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 1366px) {
  .translation span {
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .translation span {
    font-size: 20px;
    line-height: 36px;
  }
}


.translation a {
  text-decoration: none;
}

.translation .lang1::after {
  font-family: mitsuichem-fonts;
  content: "\EA15";
  display: inline-block;
  padding: 0 5px 0 10px;
}
