.js-form-item h2 {
    font-weight: bold;
    margin: 2em 0 1em 0;
    font-size: 18px;
}
.js-form-item  h3 {
    font-weight: bold;
    margin: 1.1em 0 0.1em 0;
}
fieldset legend {
    margin-bottom: 1em;
}
.font-red{
  color: #c03;
}
label[for="edit-q4-other"],
label[for="edit-q9-other"]{
    margin-top: 2em;
}
.checkbox.mb-3{
  margin-bottom: 0.5rem!important;
}
.mb-10{
    margin: 0 0 10px 0;
}
.mb-30{
    margin: 0 0 30px 0;
}
.webform-element-description p {
    color: #272727;
}
.webform-element-description p:last-child {
    margin-bottom: 20px;
}
.layout-main-wrapper {
    max-width: 1140px;
    margin: 20px auto 70px auto;
}
.js-webform-radios {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
span.fieldset-legend.js-form-required.form-required {
    display: block;
    font-weight: bold;
}
fieldset,
.form-type-textfield,
.js-form-type-textarea,
.form-item-q16,
.form-item-q17{
  position: relative;
}
#edit-q15--wrapper-legend span,
label[for="edit-q16"],
label[for="edit-q17"]{
    font-weight: bold;
}
.description{
  margin-bottom: 1em;
}
.form-item-good-bad-point,
.mb-3.fieldgroup,
.js-form-item-requests,
.form-item-q16,
.form-item-q17
{
    margin: 2.5rem 0 0 0!important;
}
fieldset#edit-smooth--wrapper {
    margin: 0.5em 0 0 0;
}
.form-textarea-wrapper,
.form-type-textfield,
input#edit-q17 {
    width: 70%;
}

#edit-actions{
  margin-bottom: 3.8em;
}
.error.form-item--error-message {
    color: #bc2739;
    font-weight: bold;
    position: absolute;
    bottom: -20px;
    left: 0px;
}
#edit-q16-error, #edit-q17-error {
    bottom: -25px;
}
#edit-q5-other-error,
#edit-q6-other-error,
#edit-q7-other-error,
#edit-q8-other-error,
#edit-q11-other-error{
    bottom: -25px;
}
/*strong#q5\[s1\]-error,
strong#q6\[s1\]-error,
strong#q7\[s1\]-error,
strong#q8\[s1\]-error,
strong#q11\[s1\]-error{
    bottom: -20px;
}*/
.c-dot li{
    position: relative;
    margin-top: 4px;
    padding-left: 0.8em;
}
.c-dot li::before {
    content: "・";
    margin: 0 0 0 -1em;
}
ul.c-dot2 {
  padding-left: 1em;
}

/*完了画面のボタン　ホームに戻る　赤枠*/
.finish_block .webform-confirmation__message p a{
  display: inline-block;
  min-width: 10em;
  padding: 1em 2.5em;
  -webkit-user-select: none;
  user-select: none;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  word-break: break-word;
  color: #fff;
  border: 1px solid #c03;
  border-radius: 3px;
  background-color: #c03;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
.finish_block a:hover{
  opacity: 0.7;
  color: #fff;
}
.webform-preview .form-item-q16,
.webform-preview .form-item-q17{
  margin: 0 0 1rem 0!important;
}
.form-item-kiyanpengui-yue-nitong-yi-simasu{
    justify-self: center;
    font-weight: bold;
    margin: 2em 0 0 0;
}
#edit-actions-preview-next{
  margin: 0;
}
.form-text-link{
    text-underline-offset: 2px;
    color: #272727;
    text-decoration: underline;
    word-break: break-all;
}
.form-text-link.blank-link {
    padding-right: 16px;
}
@media screen and (max-width: 768px){
}
/*完了画面*/
.send_comp_msg{
    margin: 0 auto 1em 33%;
    width: 36%;
}
@media screen and (max-width:767px) {
  .form-textarea-wrapper, .form-type-textfield {
    width: 100%;
}
  .send_comp_msg{
    width: 90%;
    margin: 0;
  }
}