@charset "UTF-8";
/*=============================================
基本設定
==============================================*/
/*基本*/
html {
  font-size: 62.5%;
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*リセット/ノーマライズ/サニタイズ*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
dt,
dd,
figure {
  margin: 0;
  padding: 0;
  font-weight: 100;
}

h1 {
  font-size: 36px;
  margin-bottom: 30px;
}

h2 {
  font-size: 26px;
}

ul {
  list-style: none;
}

a {
  /*display: inline-block;*/
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a:visited{
  color: inherit;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.button {
  height: 45px;
  background-color: #559E18;
  color: white;
  margin-left: 30px;
  margin: auto 0;
  text-align: center;
  line-height: 45px;
  padding: 0 25px;
}

.entry-title{
  display: none;
}

.entry-header{
  display: none;
}

@media only screen and (max-width: 999px) {
  .container {
    width: 94.67% !important;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
    font-size: 16px;
  }
  h1 {
    font-size: 26px;
  }
}

/*========= 見出し ===============*/
.title {
  text-align: center;
}

.title_sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .title {
    display: none;
  }
  .title_sp {
    display: block;
    text-align: center;
  }
}
/*# sourceMappingURL=import.css.map */