body.page #main_contents.layout_type1 #main_col {
  width: 760px !important;
}
@media (max-width: 767px) {
  body.page #main_contents.layout_type1 #main_col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #main_contents.form {
    padding: 20px 35px 80px !important;
  }
}

#main_contents h1 {
  font-size: 32px;
  padding: 50px 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  #main_contents h1 {
    font-size: 25px;
    padding: 15px 0;
  }
}

#main_contents .add-contents__form {
  margin-bottom: 35px;
}

#main_contents .add-contents__form > * {
  box-sizing: border-box;
}

#main_contents .add-contents__form tbody {
  display: grid;
}

@media (max-width: 767px) {
  #main_contents .add-contents__form tr {
    display: flex;
    flex-direction: column;
  }
}

#main_contents .add-contents__form th {
  min-width: 200px;
  background: #fff !important;
  text-align: left;
  border-right: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
  border-bottom: 1px solid #dcdcdc !important;
  font-weight: bold;
  vertical-align: top;
  padding: 30px 25px 30px 0;
}
@media (max-width: 767px) {
  #main_contents .add-contents__form th {
    border-bottom: 0 !important;
    padding: 15px 20px;
  }
}

#main_contents .add-contents__form tr:first-child th {
  border-top: 1px solid #dcdcdc !important;
}

#main_contents .add-contents__form tr:first-child td {
  border-top: 1px solid #dcdcdc !important;
}
@media (max-width: 767px) {
  #main_contents .add-contents__form tr:first-child td {
    border-top: 0 !important;
  }
}

span.non-essential {
  background-color: #e8e8e8;
  color: #828282;
  border-radius: 5px;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 10px;
  margin-left: 5px;
}

span.essential {
  background-color: #bb271a;
  color: #fff;
  border-radius: 5px;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 10px;
  margin-left: 5px;
}

#main_contents .add-contents__form td {
  border-bottom: 1px solid #dcdcdc !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  width: 550px;
  vertical-align: middle;
  padding: 30px 75px 30px 25px;
}
@media (max-width: 767px) {
  #main_contents .add-contents__form td {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px 30px;
  }
}

#main_contents .add-contents__form td input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #979797;
  padding: 0.3em 0.5em;
  box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #main_contents .add-contents__form td input {
    padding: 0.5em 0.5em;
  }
}
#main_contents .add-contents__form td input::-moz-placeholder {
  color: #afafaf;
}
#main_contents .add-contents__form td input::placeholder {
  color: #afafaf;
}

#main_contents .add-contents__form td textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #979797;
  box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
}

#main_contents .add-contents__form td .mwform-tel-field {
  display: flex;
  gap: 5px;
}

#main_contents .add-contents__form td div.radio .mwform-radio-field label {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  border-radius: 3px;
  border: 1px solid #afafaf;
  padding: 0 15px;
  line-height: 2;
  box-shadow: inset 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
}
#main_contents .add-contents__form td div.radio .mwform-radio-field label input {
  width: 17px;
  height: 17px;
  box-shadow: none;
}
#main_contents .add-contents__form td div.radio .mwform-radio-field label input:checked {
  position: relative;
}
#main_contents .add-contents__form td div.radio .mwform-radio-field label input:checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  background: #04a9ff;
  border: 1px solid #5f5f5f;
}
#main_contents .add-contents__form td div.radio .mwform-radio-field label input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background: #fff;
}

div.agreement__wrapper {
  padding-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  div.agreement__wrapper {
    margin-bottom: 30px;
  }
}
div.agreement__wrapper div.agreement-checkbox {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  div.agreement__wrapper div.agreement-checkbox {
    align-items: flex-start;
    font-size: 14px;
  }
}
div.agreement__wrapper div.agreement-checkbox .essential {
  margin-right: 8px;
}
@media (max-width: 767px) {
  div.agreement__wrapper div.agreement-checkbox .checkbox-txt {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
  }
  div.agreement__wrapper div.agreement-checkbox .checkbox-txt .checkbox-txt-below {
    margin-left: 13px;
  }
}
div.agreement__wrapper div.agreement-txt {
  font-size: 13px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  div.agreement__wrapper div.agreement-txt {
    font-size: 14px;
    line-height: 1.25;
  }
}
div.agreement__wrapper div.agreement-txt a.agreement-link {
  color: #0000e4;
  -webkit-text-decoration: underline #0000e4;
          text-decoration: underline #0000e4;
  display: block;
  padding: 5px 0;
  text-underline-offset: 5px;
}
@media (max-width: 767px) {
  div.agreement__wrapper div.agreement-txt a.agreement-link {
    line-height: 1.5;
  }
}

.form-confirm div.agreement__wrapper {
  display: none;
}

.form-confirm .essential,
.form-confirm .non-essential {
  display: none;
}

.contact-btn__wrapper {
  width: 400px;
  position: relative;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .contact-btn__wrapper {
    width: 300px;
  }
}
.contact-btn__wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #ffffff;
  height: 12.9903810568px;
  width: 10px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.contact-btn__wrapper .contact-btn {
  background: #b2bc3b;
  color: #fff;
  display: block;
  margin: 0px auto 0;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  padding: 15px 0px;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-btn__wrapper .contact-btn {
    font-size: 19px;
    padding: 12px 0px;
  }
}
.contact-btn__wrapper .contact-btn:disabled {
  background: #e8e8e8;
  color: #828282;
}

.back-contact-btn {
  background: #e8e8e8;
  color: #828282 !important;
  display: block;
  margin: 20px auto 0;
  font-size: 25px;
  font-weight: bold;
  padding: 20px 0px;
  border-radius: 5px;
  cursor: pointer;
  width: 400px;
  position: relative;
  margin-inline: auto;
  text-align: center;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .back-contact-btn {
    width: 300px;
    font-size: 19px;
    padding: 16px 0px;
  }
}
.back-contact-btn:visited, .back-contact-btn:hover, .back-contact-btn:focus {
  color: #828282;
}
.back-contact-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background: #828282;
  height: 12.9903810568px;
  width: 10px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

#main_contents.form-confirm h1 {
  padding: 50px 0 10px;
}
@media (max-width: 767px) {
  #main_contents.form-confirm h1 {
    padding: 20px 0 10px;
  }
}
#main_contents.form-confirm .form-confirm-ttl-txt {
  text-align: center;
  line-height: 1.75;
}
#main_contents.form-confirm th,
#main_contents.form-confirm td {
  padding: 20px 0;
}
#main_contents.form-confirm th {
  width: 230px;
}
@media (max-width: 767px) {
  #main_contents.form-confirm th {
    width: 100%;
    padding: 20px 0 5px;
  }
}
@media (max-width: 767px) {
  #main_contents.form-confirm td {
    width: 100%;
    padding: 0px 0 20px;
  }
}
#main_contents.form-confirm tr:not(:last-child) th {
  border-bottom: 0 !important;
}
#main_contents.form-confirm tr:not(:last-child) td {
  border-bottom: 0 !important;
}
@media (max-width: 767px) {
  #main_contents.form-confirm tr:not(:last-child) td {
    border-bottom: 1px solid #dcdcdc !important;
  }
}
@media (max-width: 767px) {
  #main_contents.form-confirm tr:first-child td {
    border-top: 0 !important;
  }
}

@media (max-width: 767px) {
  #main_contents.form-thanks {
    padding: 20px 25px 40px !important;
  }
}
#main_contents.form-thanks h1 {
  padding: 50px 0 10px;
}
#main_contents.form-thanks .form-confirm-ttl-txt {
  text-align: center;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 60px;
}

.u-mobile {
  display: none;
}
@media (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-desktop {
  display: block;
}
@media (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}/*# sourceMappingURL=article-writing-form.css.map */