* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 20px;
  color: #454545;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

header,
main,
footer {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* ------------ ヘッダー ------------- */
#form_heder {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  align-items: flex-end;
}

.top_log a img {
  width: 350px;
  height: auto;
}

.top_tel>p {
  font-size: 80%;
}

.top_tel>p>a {
  font-size: 220%;
  font-weight: bold;
  text-decoration: none;
}

.top_tel>p>a:hover {
  color: #a5a3a3;
}

@media screen and (max-width:788px) {
  .top_log a img {
    width: 250px;
  }

  .top_tel {
    width: 30%;
  }

  .top_tel>p {
    font-size: 11px;
  }

  .top_tel>p>a {
    font-size: 130%;
  }
}

/* -------- main ------------ */
main {
  background-color: rgb(198, 233, 221);
  padding: 20px 0;
}

main>section {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: white;
  padding: 15px;
  border-radius: 10px;
}

h1 {
  text-align: center;
  font-size: 150%;
  padding: 16px 0;
}

.colo_red {
  width: 100%;
  max-width: 550px;
  margin: 0px auto 20px auto;
  padding: 15px;
  border: solid 1px red;
}

.colo_red>p {
  color: red;
  font-size: 90%;
}

#form_setumei {
  text-align: center;
}

#form_setumei>P {
  font-size: 90%;
}

/* 確認送信アイコン */
.progress {
  position: relative;
  width: 250px;
  height: 150px;
  margin: 0 auto;
}

.progress>p {
  text-align: center;
}

.progress>p span {
  transform: translateY(50px);
  display: inline-block;
  color: #5B5B5B;
  font-size: 50%;
}

.progress>p:nth-child(2n+1) {
  background: #5B5B5B;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 0;
}

.progress>p:nth-child(2n+0) {
  width: 50px;
  height: 5px;
  background: #5B5B5B;
  position: absolute;
  top: 25px;
}

.progress>p:nth-child(1) {
  left: 0;
}

.progress>p:nth-child(2) {
  left: 50px;
}

.progress>p:nth-child(3) {
  left: 100px;
}

.progress>p:nth-child(4) {
  left: 150px;
}

.progress>p:nth-child(5) {
  left: 200px;
}

#kakuninyou {
  padding: 20px;
  background: #f1f1f1;
  margin-bottom: 20px;
  border-radius: 5px;
}

#kakuninyou>div {
  padding: 10px;
  /* background: #ffffff; */
  margin: 5px 0;
}

#kakuninyou>div>p:last-of-type {
  padding: 10px 5px;
  background: white;
  min-height: 50px;
}

.thanks_div {
  text-align: center;
}

.thanks_div>p {
  font-size: 125%;
  font-weight: bold;
}

.thanks_div>p:nth-of-type(2) {
  padding: 50px 0;
}

.thanks_div>p:nth-of-type(2) button {
  padding: 15px;
}

.dis_none {
  display: none;
}

/* format  */
.tisform {
  margin-top: 25px;
}

.tisform>div>p {
  font-size: 110%;
  padding: 5px 0;
}

.tisform input,
.tisform select {
  width: 100%;
  max-width: 350px;
  padding: 5px;
}

.tisform select {
  width: auto;
  padding: 5px;
}

.tisform .checkbox input {
  width: 25px !important;
}

.tisform textarea {
  width: 100%;
  padding: 5px;
  min-height: 5rem;
}

.tisform>div {
  padding: 10px 15px;
}

.tisform ul {
  list-style: none;
  padding-left: 10px;
}

.submit_button {
  text-align: center;
  padding: 50px 0;
}

.submit_button>button {
  padding: 8px 5px;
  width: 80%;
}

.tisform>.back_black {
  background: #c7c7c747;
  border-radius: 10px;
  margin: 15px 0;
}

.hissu {
  padding: 5px;
  color: red;
  margin: 5px;
  display: inline-block;
}

#consent {
  padding: 20px 35px 50px 35px;
}

#consent>p {
  font-size: 90%;
}

/* sslサイトシール */
#sll_hogo {
  width: 350px;
  margin: 25px auto;
  border: solid 1px #a1a1a1;
  padding: 15px 20px;
  border-radius: 10px;
}

#sll_hogo>p {
  font-size: 80%;
}

#sll_hogo>p:last-of-type {
  padding: 10px 0;
  text-align: center;
}

/* フッター */
#id_fottr {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
}

#id_fottr>div>p {
  padding-left: 15px;
}

#id_fottr>div>p:first-of-type {
  padding-left: 0;
}

#id_fottr img {
  width: 300px;
  height: auto;
}

#Copyright {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}