@charset "utf-8";

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
address,
small,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  border: none;
  cursor: pointer;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

p {
  margin: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.container,
.col-md-4,
.col-md-6,
.col-md-8 {
  padding-left: 0;
  padding-right: 0;
}
.col-md-4,
.col-md-6,
.col-md-8 {
  flex-basis: auto !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

a,
button {
  transition: opacity 0.3s ease;
}

button {
  border: none;
  cursor: pointer;
}

iframe {
  border: none;
  height: 100%;
  width: 100%;
}

/* Variables */

:root {
  --font-zen-gothic: "Zen Kaku Gothic New", sans-serif;
  --font-elms: "Elms Sans", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --font-noto: "Noto Sans JP", sans-serif;

  --color-base: #083634;
  --color-green: #16928d;
  --color-l-green: #81d2c5;
}

/* Basic */

body {
  background: #fff;
  font-family: var(--font-zen-gothic);
  color: var(--color-base);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 2.188; //35px
  letter-spacing: 0;
}
