html,
body {
  font-size: 17px;
}

@font-face {
  font-family: "MN-Normal";
  src: url(../fonts/mn_normal.woff2);
}

body {
  font-family: "MN-Normal", sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-width: 320px;
}

h1 {
  font-family: "Noto Sans JP", sans-serif;
}

h2 {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  font-size: 1.6em;
  line-height: 1.7em;
  font-weight: bold;
}

h3 {
  font-family: "MN-Normal", sans-serif;
  margin: 0;
  width: 100%;
  display: block;
  font-size: 1.4em;

  box-sizing: border-box;
}

h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  display: block;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 0;
}

p {
  color: #000;
  margin: 0;
}

img.icon {
  width: 15px;
}

img.icon-2x {
  width: 30px;
}

img.icon-3x {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

img.icon-4x {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.footer_link,
.copyright {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

a:hover {
  color: #e90001;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}
.btn {
  display: flex;
  padding: 10px 20px;
  border: 1px solid #e90001;
  color: #e90001;
  font-weight: bold;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
}

.border-bottom {
  border-bottom: 1px solid #000;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.img-fluid {
  width: 100%;
  object-fit: cover;
}

.w-75 {
  width: 75% !important;
}
