body,
html {
  height: 100%;
  margin: 0 auto;
  font-size: 16px;
  color: #231815;
  line-height: 1.6;
}
li {
list-style: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.mb {
  display: none;
}
body {
  width: 980px;
  margin: 0 auto;
  margin-top: 90px;
}
form div.card-body {
  width: 80%;
  margin: 0 auto;
}
.form_name {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.logo_image {
  text-align: center;
  margin-bottom: 20px;
}
.logo_image img {
  width: auto;
}
.form_description {
  margin-bottom: 20px;
}
.form_addition {
  margin-bottom: 20px;
  font-size: 14px;
}
form div.card-body {
  margin-top: 10px;
}
form div.card-body div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}
form div.card-body div label {
  cursor: default;
  width: 30%;
  margin-right: 5%;
  align-items:center;
}
form div.card-body div input {
  width: 65%;
}
input[type="text"] {
  padding: 2px 6px;
  box-sizing: border-box;
  height: 32px;
}
select {
  width: 65%;
  box-sizing: border-box;
  height: 32px;
  padding: 2px 3px;
}
.form_warn {
  margin-left: 35%;
  font-size: 14px;
}
div#block_item_93 .form_warn {
  margin-left: 35%;
  font-size: 14px;
}
.block_item_86 label {
  width: 100%;
}
input[type="checkbox"] {
  height: 22px;
}
div#block_item_86 {
  display: flex;
  margin-top:20px;
  align-items: center;
  justify-content: center;
}
div#block_item_86 label {
  margin: 0 auto;
  order: 1;
  text-align: center;
  margin-bottom: 10px;
}
div#block_item_86 p {
  order: 2;
  overflow: scroll;
  height: 150px;
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 5px;
  margin-left: 0;
}
div#block_item_86 input {
  order: 3;
  width: 22px;
}
div#block_item_86 label[for="form_item_86"] {
  order: 4;
  width: auto;
  margin:10px 10px;
}
div.card-footer {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  margin-top: 40px;
}
div.card-footer button {
  color: #000;
  border: none;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
  font-size: 16px;
  padding: 5px;
  width: 150px;
}

div.card-footer button:hover {
  color: #000;
  border: none;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
  font-size: 16px;
  padding: 5px;
  width: 150px;
}
.tinymce h1 {
  font-size: 2em;
}
.tinymce h2 {
  font-size: 1.5em;
}
.tinymce h3 {
  font-size: 1.17em;
}
.tinymce h4 {

}
.tinymce h5 {
  font-size: 0.83em;
}
.error_msg {
  color: #E03E2D;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    margin-top: 45px;
    font-size: 14px;
  }
  .form_name {
    padding: 0 10px;
  }
  .form_description {
    padding: 0 10px;
  }
  .form_addition {
    padding: 0 10px;
    font-size: 12px;
  }
  form div.card-body {
    width: 90%;
  }
  form div.card-body div label {
    width: 100%;
    margin-right: 0;
  }
  form div.card-body div input {
    width: 100%;
  }
  select {
    width: 100%;
  }
  div#block_item_86 label {
    width: 100%;
  }
  .form_warn {
    margin-left: 0;
    font-size: 12px;
  }

}
