.m36 {
  padding: 2.6875rem 2rem 4rem;
  max-width: 68.5625rem;
  margin: auto;
}

.resource__sidebar .m36 {
  padding: 0;
}

.m36 .input_area {
  width: 100%;
  border-collapse: collapse;
}

.m36 .input_area dl:nth-of-type(1) dt {
  vertical-align: top;
}

.m36 .input_area dl dt p {
  display: inline-block;
  margin: 0;
}

.m36 .input_area dl dt p:nth-of-type(1) {
  font-weight: bold;
}

.m36 .input_area dl dd textarea {
  -webkit-appearance: none;
  padding: 5px;
  width: calc(100% - 10px);
  resize: none;
  border: 1px solid rgba(23, 26, 37, .2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border-radius: 0;
}

.m36 .input_area dl dd input{
  -webkit-appearance: none;
  border: 1px solid rgba(23, 26, 37, .2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border-radius: 0;
}

.m36 .opt_in_title {
  display: flex;
  align-items: center;
}

.m36 .opt_in_title p:nth-of-type(1) {
  font-weight: bold;
}

.m36 .mw_wp_form_confirm .opt_in_title{
  display: none;
}

.m36 .input_area dl dt .any {
  background-color: silver;
  color: #ffffff;
  padding: 2px 5px;
  margin-left: 10px;

  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
}

.m36 .check_area label > span {
  position: relative;
  display: flex;
  align-items: center;
}

.m36 .check_area label input[type="checkbox"] + span::before {
  content: '';
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid silver;
  margin-right: 10px !important;
  cursor: pointer;
  z-index: 2;

  transition-property: border;
  transition-duration: 0.05s;
}

.m36 .check_area label input[type="checkbox"] + span::after {
  content: '✔';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  top: 2px;
  left: 0;
  font-size: 0;
  color: #4694d1;

  transition-property: font-size;
  transition-duration: 0.05s;
}


.m36 .check_area label input[type="checkbox"]:checked + span::before {
  border: 1px solid darkblue;
}

.m36 .check_area label input[type="checkbox"]:checked + span::after {
  font-size: 18px;
  color: #4694d1;
}

.m36 .check_area input {
  display: none;
}

.m36 .btn_style {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, .29);
  border: 1px solid #4694d1;
  color: #4694d1;
  padding: 10px 27px;
  font-weight: 600;
  font-size: 18px;
  background-color: #ffffff;
  border-radius: 27.5px;
  cursor: pointer;
  -webkit-appearance: none;
}

.m36 .btn_style:hover {
  background-color: #4694d1;
  color: #ffffff;
}

.m36 .complete_message {
  text-align: center;
}


.m36 .input_area dl dd input + input {
  margin-top: 0.5em;
}
.m36 .input_area dl dd input.small + input.small,
.m36 .input_area dl dd input.small + input.smaller,
.m36 .input_area dl dd input.smaller + input.small,
.m36 .input_area dl dd input.smaller + input.smaller {
  margin-top: 0;
}

.m36 .input_area dl dd .subitem + .subitem {
  margin-top: 0.5em;
}
.m36 dl {
  margin: 0 0 2em 0;
  border-bottom: 1px solid #eee;
}

/* hide on confirm */
.m36 .mw_wp_form_preview .hoc {
  display: none;
}
/* show only on confirm */
.m36 .sooc {
  display: none;
}
.m36 .mw_wp_form_preview p.sooc {
  display: block;
}
.m36 .mw_wp_form_preview span.sooc {
  display: inline;
}

.m36 .examples {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.m36 span.examples {
  display: inline-block;
}

.m36 .no-checks{
  display: none;
}
.m36 .mw_wp_form_preview input[type="hidden"]:first-child + .no-checks {
  display: block;
  color: #444;
}

.m36 .notices {
  font-size: 0.9em;
  line-height: 1.6;
}
.m36 .notices a{
  color: #008;
  text-decoration: underline;
}
.m36 .notices a:active{
  color: #a00;
  text-decoration: underline;
}
.m36 .input_area dl dd select {
  border: 1px solid silver;
}



/* smartphones */
@media screen and (max-width: 750px) {
  .m36 .input_area dl dt {
    padding: 0 0 10px 0;
    width: 95%;
    margin: 0 auto;
  }

  .m36 .input_area dl dt p.required {
    background-color: red;
    color: #ffffff;
    padding: 2px 5px;
    font-size: 10px;
    margin-left: 15px;

    font-weight: bold;
    border-radius: 5px;
  }

  .m36 .input_area dl dd {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 5px 0;
  }

  .m36 .input_area dl dd input,
  .m36 .input_area dl dd select {
    -webkit-appearance: none;
    width: calc(100% - 10px);
    padding: 5px;
  }
  .m36 .input_area dl dd input.small,
  .m36 .input_area dl dd select.small {
    width: 140px;
    max-width: calc(33% - 20px);
  }
  .m36 .input_area dl dd input.smaller,
  .m36 .input_area dl dd select.smaller {
    width: 80px;
    max-width: calc(25% - 20px);
  }

  .m36 .input_area dl dd .subitem input,
  .m36 .input_area dl dd .subitem select  {
    width: calc(100% - 90px);
    padding: 10px;
  }
  .m36 .input_area dl dd .subitem input.small,
  .m36 .input_area dl dd .subitem select.small  {
    width: 140px;
    max-width: calc(33% - 20px);
  }
  .m36 .input_area dl dd .subitem input.smaller,
  .m36 .input_area dl dd .subitem select.smaller {
    width: 80px;
    max-width: calc(25% - 20px);
  }

  .m36 .input_area dl dd .subitem span.desc {
    display: inline-block;
    min-width: 70px;
  }

  .m36 .input_area dl dt p:nth-of-type(1) {
    font-weight: bold;
    font-size: 13px;
  }

  .m36 .opt_in {
    margin-bottom: 30px;
  }

  .m36 .opt_in_title p:nth-of-type(1) {
    font-size: 13px;
  }

  .m36 .input_area dl dt .any {
    font-size: 12px;
  }

  .m36 .form_message{
    font-size: 14px;
  }

  .m36 .submit_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }

  .m36 .check_arae label > span {
    font-size: 14px;
  }

  .m36 .message {
    display: none;
    margin: 0 0 40px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .m36 .return {
    margin-right: 35px;
  }

  .m36 .complete_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .m36 br.nl_pc{
    display: none;
  }
}

/* tablets and computers */
@media screen and (min-width: 751px) {
  .m36 .contact_area {
    width: 980px;
    margin: 0 auto;
  }

  .m36 .input_area dl {
    display: flex;
  }

  .m36 .input_area dl dt {
    width: 292px;
    padding: 0 30px 40px 0;
  }

  .m36 .input_area dl:nth-of-type(n+2) dt {
    padding-top: 6px;
  }

  .m36 .input_area dl dt p.required {
    background-color: red;
    color: #ffffff;
    padding: 2px 5px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 5px;
  }

  .m36 .input_area dl dd {
    width: 60%;
    padding: 0 0 40px 0;
    margin: 0;
  }

  .m36 .input_area dl dd input,
  .m36 .input_area dl dd select {
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 16px;
  }
  .m36 .input_area dl dd input.small,
  .m36 .input_area dl dd select.small {
    width: 140px;
    max-width: calc(33% - 20px);
  }
  .m36 .input_area dl dd input.smaller,
  .m36 .input_area dl dd select.smaller {
    min-width: 80px;
    max-width: calc(25% - 20px);
    width: auto;
  }

  .m36 .input_area dl dd .subitem span.desc {
    display: inline-block;
    width: 100px;
  }
  .m36 .input_area dl dd .subitem input,
  .m36 .input_area dl dd .subitem select {
    width: calc(100% - 120px);
  }
  .m36 .input_area dl dd .subitem input.small,
  .m36 .input_area dl dd .subitem select.small {
    width: 140px;
    max-width: calc(33% - 20px);
  }
  .m36 .input_area dl dd .subitem input.smaller,
  .m36 .input_area dl dd .subitem select.smaller {
    min-width: 80px;
    max-width: calc(25% - 20px);
    width: auto;
  }

  .m36 .item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .m36 .opt_in {
    margin-bottom: 40px;
  }

  .m36 .submit_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }

  .m36 .message {
    display: none;
    margin: 0 0 100px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .m36 .return {
    margin-right: 50px;
  }

  .m36 .complete_title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 100px;
  }
}

.m36 #error_message {
  text-align: center;
  padding: 10px;
  color: red;
  border: 2px solid red;
  margin: 0 0 40px 0;
}
/*
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　
*/