@charset "utf-8";
/* 全体設定 --------------------------------------------ーーーーーーーー------------------*/
body {
  color: #003300;
}

div#main {
  margin: 15px;
  opacity: 0.96;
}

.center {
  text-align: center;
}
input {
  background-color: #fff;
  border: 0px;
  padding: 5px;
  font-size: 20px;
  font-family: serif;
  width: 40%;
}

p {
  font-size: 20px;
}
.hidariyose {
  text-align: center;
}
input[type="submit"] {
  background-color: aqua;
  color: darkgreen;
  font-family: serif;
  height: 60px;
}

/* ここからロゴデザイン */

.top_subTitleContent2 {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .top_subTitleContent2 {
    width: auto;
  }
}

.top_subTitleContent2_item {
  width: 250px;
  height: 110px;
  margin: 0 auto 40px;
  background-color: transparent;
  border-radius: 10%;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1.top_subTitleContent2DivText {
  text-align: center;
  display: block;
  font-size: 50px;
  /* font-family: "Abril Fatface", cursive; */
  font-family: "Arvo", serif;
  /* font-family: "Caveat", cursive; */
  /* font-family: "DM Serif Display", serif; */
  /* font-family: "Noto Serif JP", serif; */
  /* font-family: "Playfair Display", serif; */
  color: #fff;
  /* font-family: cursive; */
}

/* ロゴしたのサブタイトルデザイン */

h1.top_subTitleText {
  color: #fff;
  text-align: center;
  font-family: math;
  font-size: 50px;
  text-shadow: 5px 5px slateblue;
  margin: 0 0 10px;
}

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

/* ここからレスポンシブデザイン------------------------------------------------------- */
@media (max-width: 850px) {
  body {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }

  div#margin {
    margin-left: 5%;
  }

  input,
  select {
    width: 90%;
    font-size: 18px;
  }
  /* 登録画面のメール語尾部分 */
  .mail_last {
    margin-left: 60px;
    margin-right: 5%;
  }
  .mail_last_textbox {
    width: 80%;
  }
  .hidariyose {
    padding: 5%;
    text-align: left;
  }

  .nyuryoku {
    width: 87%;
  }
}

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

body {
  background-image: url(images/222.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
}
