body {
  margin: 0;
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}



html body {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;

  /* font-family: "メイリオ", "Meiryo", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体",
      "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
      "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12pt;
  letter-spacing: 0.05em;
  background: #fff;
  color: #525252;
  font-feature-settings: "palt" 1;
}

/* .container { */
/* text-align: center; */
/* } */

.main {
  margin: 0 auto;
  /* display: block; */
  padding: 50px 0px 0px 0px;
  width: 40vw;
  /* width: 100%; */
}

.input_field {
  margin-left: 50px;
  height: 30px;
  margin: 0px 0px 10px 0px;
  /* width: 400px; */
  width: 100%;
  background-color: hsl(214, 41%, 97%);
  border: 1px solid #e2e6e9;
  color: #525252;
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  height: 35px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 2px;
}

::placeholder {
  color: #afb7be;
}

.forms {
  border-top: 1px solid #e2e6e9;
  padding: 0px 15px 0px 15px;
  margin: 20px 0px 20px 0px;
}

.complate_border {
  border-top: 1px solid #e2e6e9;
  /* padding: 2px 0px 2px 0px; */
  height: 5px;
  display: block;
}

.complate_back {
  font-weight: 500;
  font-size: 20px;
  margin: 30px 0px 10px 0px;
  width: 100%;
  height: 50px;
  background-color: lightskyblue;
  color: #fff;
  border: 0px solid #e2e6e9;
  border-radius: 2px;
}

.required {
  color: white;
  background-color: rgb(255, 127, 123);
  padding: 3px 5px 3px 5px;
  margin: 0px 5px 0px 0px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
}

.forms label {
  width: 150px;
  margin: 15px 0px 10px 0px;
  padding: 3px 3px 3px 3px;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}

#btn {
  font-weight: 500;
  font-size: 20px;
  margin: 30px 0px 10px 0px;
  width: 100%;
  height: 50px;
  background-color: #ddd;
  color: #fff;
  border: 0px solid #e2e6e9;
  border-radius: 2px;
}

#message {
  height: 200px;
  /* width: 400px; */
  width: 100%;
  display: inline-block;
  vertical-align: top;
  /* margin: 10px 10px 10px 10px; */
  padding: 10px 10px 10px 10px;
}

/*Logo
--------------------------------------------------*/
.navi {
  /* background-color: #555; */
  background-color: #222529;
}

nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  /* margin-bottom: 1rem; */
  align-items: center
}

nav li {
  display: block;
}

nav li+li {
  display: block;
  border-left: 0;
}

nav li a {
  text-decoration: none;
  text-align: center;
  display: block;
  box-sizing: border-box;
}

nav a:hover {
  /* background-color: #f2f2f2; */
  background-color: #eff7ff;
  color: #000000;
  display: block;
}

nav a {
  /* padding: 24px 15px 10px 15px; */
  font-size: 12px;
  color: #000000;
  display: block;
}



/*For Header 
--------------------------------------------------*/
header {
  position: relative;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  border-bottom: 1px solid #e7e7e7;
}

.head {
  justify-content: space-between;
  z-index: 1000;
  height: 65px;
  background-color: #ffffff;
  display: flex;
  padding: auto;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/* .container {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0px 0px 0px 0px;
  position: relative;
} */

/* .logo {
  position: relative;
  display: flex;
} */

.logo {
  background-color: #ffffff;
  position: relative;
  display: flex;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.logo img {
  height: 40px;
  margin: 7px 0px 0px 10px;
}

.logo a {
  color: #ffffff;
  font-weight: lighter;
  letter-spacing: 0.1em;
  font-size: 10pt;
  line-height: 20pt;
}

.logo a:hover {
  /* color: #afafaf; */
  opacity: 0.5;
}

.slogan {
  text-align: left;
  font-size: 13px;
  margin: auto 30px;
}

.mainlogo {
  font-size: 20pt;
  font-weight: bold;
  letter-spacing: 0.2em;
}


@media screen and (min-width: 767px) {

  /* PC時はMENUボタンを非表示 */
  #open,
  #close {
    display: none !important;
  }

  #navi {
    display: block !important;
  }
}



/*
--------------------------------------------------*/




/* header {
  background-color: #0f7800;
  color: white;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
} */

/* .logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 40px;
}

.header-links {
  align-items: center;
}

.header-links a {
  color: white;
  padding: 0 10px;
  text-decoration: none;
  font-size: 1em;
}

.header-links a:hover {
  text-decoration: underline;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  width: 25px;
  background: #fff;
  margin: 4px 0;
  transition: 0.4s;
}


@media (max-width: 768px) {
  .main {
    width: 90vw;
  }

  .logo img {
    width: 250px;
    height: auto;

  }



  .header-links.active {
    display: grid;
  }

  .header-links {
    display: none;
  }

  .header-container {
    display: block;

  }

  .header-links a {
    color: rgb(38, 38, 38);
    background-color: white;
    text-align: center;
  }


  .header-links a {
    border-top: 1px solid lightgray;
  }

  .header-links a:first-child {
    border-top: none;
  }

  .header-links a:last-child {
    border-bottom: none;
  }
} */