/*
Theme Name: Makeleaps Updates 2022
Theme URI: https://makeleaps.jp/updates/
Author: Makeleaps, Inc.
Description: Custom WordPress Theme for Makeleaps JP site
Version: 2022.03
*/

/* Reset */
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
caption,
table,
tr,
td,
th,
address,
blockquote,
img {
  margin: 0;
  padding: 0;
}

img,
fieldset {
  border: none;
}

img {
  height: auto;
  width: 100%;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

hr {
  height: 1px;
}

html,
body {
  height: 100%;
}

legend {
  float: left;
  width: 100%;
}

/* Flexbox */

body {
  min-height: 100vh;
  flex-flow: column;
  position: relative;
}

/* Global */

html,
body,
button,
input,
table,
textarea,
select {
  color: #000000CC;
  font-family: 'Noto Sans JP',
  -apple-system,
  "Hiragino Sans",
  Meiryo,
  "MS PGothic",
  sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0;
  text-align: left;
}

h1 {
  font-weight: 700;
  line-height: 59.2px;
  font-size: 40px;
}

a {
  color: #3EA966;
  text-decoration: none;
}

/* Components */

.container {
  margin: 0 auto;
  max-width: 72rem;
}