@charset "UTF-8";


@media only screen and (max-width: 640px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp_only {
    display: block;
  }
}

.bg_certifcate {
  border-top: 1px solid #36A8B3;
  border-bottom: 1px solid #36A8B3;
  background: #e1f2f4;
}
@media only screen and (max-width: 640px) {
  .bg_certifcate .c_inner {
    width: 640px;
  }
}

.bg_certifcate.page_title .hl_txt span {
  max-width: 503px;
}

@media only screen and (max-width: 640px) {
  .form_certifcate {
    font-size: 27px;
  }
  .form_certifcate.c_inner {
    width: 640px;
    padding: 0 45px;
  }
}
.form_certifcate .content_form {
  padding: 0 10px 140px;
  /*
    .custom-file-upload {
      display: block;
      height: 60px;
      padding: 0 0 0 25px;
      background: #e1f2f4;
      font-size: 1.286em;
      color:#36A8B3;
      line-height: 60px;

      @media only screen and (min-width: 641px) {
        &:hover {}
      }
    }
  */
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form {
    padding: 0 0 60px;
  }
}
.form_certifcate .content_form input:focus,
.form_certifcate .content_form select:focus {
  outline: none;
}
.form_certifcate .content_form .file_comment {
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .file_comment p + p {
    margin-top: 10px;
  }
}
.form_certifcate .content_form .input_file {
  display: grid;
  margin-bottom: 10px;
  height: 60px;
  padding: 0 0 0 25px;
  background: #e1f2f4;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .input_file {
    height: 90px;
    margin-bottom: 20px;
  }
}
.form_certifcate .content_form .input_file input {
  width: 100%;
  box-sizing: border-box;
  line-height: 30px;
  color: #36a8b3;
  border: none;
  font-size: 1.1429em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .input_file input {
    transform: scale(2.5);
    transform-origin: left center;
    font-size: 0.4em;
  }
}
.form_certifcate .content_form .input_name {
  margin-bottom: 4px;
  vertical-align: middle;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .input_name {
    margin-bottom: 20px;
  }
}
.form_certifcate .content_form .name {
  font-size: 1.286em;
}
.form_certifcate .content_form .hisu {
  color: #fff;
  background: #36A8B3;
  display: inline-block;
  padding: 0 10px;
  line-height: 1.286em;
}
.form_certifcate .content_form .red-note {
  color: #e60012;
  line-height: 1.286em;
}
.form_certifcate .content_form .note-text {
  margin: -18px 0 35px;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .note-text {
    margin: -40px 0 60px;
  }
}
.form_certifcate .content_form .note-text b {
  font-size: 1.1429em;
}
.form_certifcate .content_form .input_css {
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .input_css {
    margin-bottom: 60px;
  }
}
.form_certifcate .content_form .input_css input {
  width: 100%;
  box-sizing: border-box;
  line-height: 40px;
  padding: 10px 50px;
  background: #e1f2f4;
  border: none;
  font-size: 1.286em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .input_css input {
    padding: 25px;
  }
}
.form_certifcate .content_form .input_css input::-moz-placeholder {
  color: #999;
}
.form_certifcate .content_form .input_css input::placeholder {
  color: #999;
}
.form_certifcate .content_form .conditional-section {
  background: #e1f2f4;
  font-size: 1.286em;
  padding: 10px 0 10px 190px;
  vertical-align: middle;
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .conditional-section {
    margin-bottom: 60px;
    padding: 0;
  }
  .form_certifcate .content_form .conditional-section .year_wrap {
    padding: 25px;
  }
  .form_certifcate .content_form .conditional-section .year_wrap_sp {
    display: block;
    margin-bottom: 10px;
  }
}
.form_certifcate .content_form .conditional-section .catch {
  background: #36A8B3;
  color: #fff;
  padding: 0 50px 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  align-items: center;
  height: 100%;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%);
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .conditional-section .catch {
    -webkit-clip-path: none;
    clip-path: none;
    position: relative;
    height: auto;
    padding: 20px;
  }
}
.form_certifcate .content_form .conditional-section input {
  text-align: right;
  margin: 0 4px 0 0;
  width: 40px;
  box-sizing: border-box;
  line-height: 30px;
  padding: 5px;
  background: #e1f2f4;
  border: none;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .conditional-section input {
    width: 60px;
  }
}
.form_certifcate .content_form .conditional-section input.year {
  width: 60px;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .conditional-section input.year {
    width: 130px;
  }
}
.form_certifcate .content_form .checkbox-group {
  background: #e1f2f4;
  font-size: 1.286em;
  padding: 15px 50px 15px 75px;
  border-bottom: 1px dashed #36A8B3;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .checkbox-group {
    padding: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .checkbox-group .mwform-checkbox-field {
    display: block;
  }
}
.form_certifcate .content_form .checkbox-group .mwform-checkbox-field + .mwform-checkbox-field {
  margin-left: 60px;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .checkbox-group .mwform-checkbox-field + .mwform-checkbox-field {
    margin: 25px 0 0 0;
  }
}
.form_certifcate .content_form .checkbox-group label {
  min-width: 80px;
  display: inline-block;
  position: relative;
  padding: 0 0 0 27px;
  line-height: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .checkbox-group label {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .checkbox-group label {
    line-height: 1em;
    padding: 0 0 0 36px;
  }
}
.form_certifcate .content_form .checkbox-group label.active:before {
  content: "";
  display: block;
  width: 12px;
  height: 0;
  border-top: 3px solid #005bac;
  position: absolute;
  top: 12px;
  left: 5px;
  transform: rotate(60deg);
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .checkbox-group label.active:before {
    top: 50%;
  }
}
.form_certifcate .content_form .checkbox-group label.active:after {
  content: "";
  display: block;
  width: 24px;
  height: 0;
  border-top: 3px solid #005bac;
  position: absolute;
  top: 7px;
  left: 7px;
  transform: rotate(-62deg);
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .checkbox-group label.active:after {
    top: 50%;
    margin-top: -4px;
  }
}
.form_certifcate .content_form .checkbox-group label .mwform-checkbox-field-text:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .checkbox-group label .mwform-checkbox-field-text:before {
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.form_certifcate .content_form .checkbox-group label input {
  opacity: 0;
  position: absolute;
}
.form_certifcate .content_form .green_label {
  padding: 40px 0 60px;
}
.form_certifcate .content_form .green_label .result_kakaku {
  padding: 10px 25px;
  text-align: right;
  background: #e4f9ee;
  border: 1px solid #4ad490;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .green_label .result_kakaku {
    padding: 25px;
  }
}
.form_certifcate .content_form .green_label .result_kakaku input {
  text-align: right;
  width: 200px;
  box-sizing: border-box;
  line-height: 30px;
  padding: 5px;
  background: #e4f9ee;
  border: none;
  font-size: 1.572em;
  color: #005bac;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  outline: none;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .green_label .result_kakaku input {
    line-height: 50px;
  }
}
.form_certifcate .content_form .green_label .result_kakaku .text {
  font-size: 1.286em;
  margin: 0 0 0 5px;
  line-height: 40px;
}
.form_certifcate .content_form .green_label .error-message {
  font-size: 1.286em;
  color: #e60012;
  margin: -10px 0 25px;
}
.form_certifcate .content_form .green_label .checkbox-wrap-group {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .green_label .checkbox-wrap-group {
    margin-bottom: 60px;
    display: block;
  }
}
.form_certifcate .content_form .green_label .checkbox-wrap-group .checkbox-group {
  margin: 0;
  padding: 0 0 0 25px;
  display: grid;
  grid-template-columns: 1fr 80px;
  border-bottom: 1px dotted #999;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .green_label .checkbox-wrap-group .checkbox-group {
    grid-template-columns: 1fr 110px;
    padding: 0 0 0 15px;
  }
}
.form_certifcate .content_form .green_label .checkbox-wrap-group .checkbox-label {
  padding: 15px 0;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .green_label .checkbox-wrap-group .checkbox-label {
    display: grid;
    height: 130px;
    align-items: center;
  }
  .form_certifcate .content_form .green_label .checkbox-wrap-group .checkbox-label .mwform-checkbox-field-text {
    line-height: 1.4;
  }
}
.form_certifcate .content_form .green_label .checkbox-wrap-group .number-label {
  background: #c9f2de;
  padding: 15px 10px 15px 0;
  line-height: 30px;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .green_label .checkbox-wrap-group .number-label {
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .form_certifcate .content_form .green_label .checkbox-wrap-group .number-label .text {
    margin-left: 5px;
  }
}
.form_certifcate .content_form .green_label .checkbox-wrap-group .number-label select {
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #c9f2de;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: right;
  color: #d80c18;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .green_label .checkbox-wrap-group .number-label select {
    width: 50px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    direction: rtl;
  }
}
.form_certifcate .content_form .green_label .input_name {
  position: relative;
}
.form_certifcate .content_form .green_label .kakaku {
  font-size: 1.286em;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .green_label .kakaku {
    position: relative;
    font-size: 1em;
  }
}
.form_certifcate .content_form .green_label .hisu {
  background: #4ad490;
}
.form_certifcate .content_form .green_label .checkbox-group {
  background: #e4f9ee;
  border: none;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .green_label .checkbox-group {
    margin-bottom: 60px;
  }
}
.form_certifcate .content_form .green_label .other input {
  width: 260px;
  box-sizing: border-box;
  line-height: 20px;
  padding: 5px;
  background: #e4f9ee;
  border: none;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.form_certifcate .content_head {
  margin: 197px 0 130px;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_head {
    margin: 100px 0 120px;
    padding: 0;
  }
}
.form_certifcate .content_head p {
  font-size: 1.1429em;
  line-height: 2;
}
.form_certifcate .content_head .btn_pdf {
  font-size: 1.286em;
  display: block;
  margin-top: 56px;
  border: 1px solid #36A8B3;
  text-align: center;
  transition: 0.5s;
}
.form_certifcate .content_head .btn_pdf:hover {
  background: #e1f2f4;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_head .btn_pdf {
    padding: 30px;
    border: 2px solid #36A8B3;
  }
}
.form_certifcate .content_head .btn_pdf span {
  display: inline-block;
  line-height: 78px;
  padding: 0 0 0 50px;
  background: url(../img/certifcate/icon_pdf.png) no-repeat center left/35px auto;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_head .btn_pdf span {
    line-height: 1.4;
    text-align: left;
    padding: 0 0 0 90px;
    background: url(../img/certifcate/icon_pdf.png) no-repeat center left/70px auto;
  }
}
.form_certifcate .content_head._thanks {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.form_certifcate .content_head._thanks .catch {
  font-size: 2.143em;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_head._thanks .catch {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_head._thanks .sp_bold {
    font-weight: bold;
  }
}
.form_certifcate .content_head._thanks .mb_s {
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_head._thanks .mb_s {
    margin-bottom: 40px;
  }
}
.form_certifcate .content_head._thanks .mb_m {
  margin-bottom: 40px;
}
.form_certifcate .content_head._thanks .mb_l {
  margin-bottom: 50px;
}
.form_certifcate .content_head._thanks ul {
  font-size: 1.286em;
  line-height: 1.4;
}
.form_certifcate .content_head._thanks ul li + li {
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .content_head._thanks ul li + li {
    margin-top: 20px;
  }
}
.form_certifcate .submitBtn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 80px;
  transition: 0.5s;
  background: #36a8b3;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.15em;
  padding: 0 0 5px;
}
@media only screen and (max-width: 640px) {
  .form_certifcate .submitBtn input {
    height: 120px;
    font-size: 36px;
    padding: 0 0 10px;
  }
}
.form_certifcate .submitBtn input:hover {
  opacity: 0.6;
}

.submitWrap {
  display: grid;
  grid-template-columns: 255px 1fr;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .submitWrap {
    display: block;
  }
}

.submitWrap .submitBtn {
  float: none;
  margin: 0;
}

.submitWrap .submitTxt {
  float: none;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .submitWrap .submitTxt {
    margin: 1em 0 0 1em;
  }
}






/* 20260202 */

.form_certifcate .mw_wp_form .error {
    /* font-size: 93%; */
    color: #B70000;
    /* display: block; */
}

.form_certifcate .mw_wp_form_confirm .content_form .input_css {
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
    padding: 10px 0;
    border: none;
    font-size: 1.286em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-family: Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

@media only screen and (max-width: 640px) {
.form_certifcate .mw_wp_form_confirm .content_form .input_css {
    padding: 25px 0;
}
}

.form_certifcate .mw_wp_form_confirm .content_form .green_label .checkbox-wrap-group .checkbox-group {
    align-items: center;
}

.form_certifcate .mw_wp_form_confirm .content_form .green_label .result_kakaku .totalcount_wrap {
    font-size: 1.572em;
    color: #005bac;
}

.form_certifcate .content_form .checkbox-group._cms .other {
    display: inline-block;
}

.form_certifcate .content_form .green_label .checkbox-wrap-group._tuu_error .checkbox-label .error {
    padding: 0 0 0 27px;
    display: block;
}

@media only screen and (max-width: 640px) {
.form_certifcate .content_form .green_label .checkbox-wrap-group._tuu_error .checkbox-label {
    height: auto;
    min-height: 130px;
}
.form_certifcate .content_form .green_label .checkbox-wrap-group._tuu_error .checkbox-label .error {
    padding: 0 0 0 36px;
}
}

/* .form_certifcate .mw_wp_form_input .submitWrap .submitBtn._back { */
.form_certifcate .submitWrap .submitBtn._back {
  display: none;
}

.form_certifcate .mw_wp_form_confirm .confirm_hidden {
  display: none;
}

.form_certifcate .content_form .checkbox-group._swap label .mwform-radio-field-text:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid;
}

@media only screen and (max-width: 640px) {
  .form_certifcate .content_form .checkbox-group._swap label .mwform-radio-field-text:before {
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.form_certifcate .content_form .checkbox-group._swap .mwform-radio-field + .mwform-radio-field,
.form_certifcate .content_form .checkbox-group._cms .mwform-checkbox-field + .mwform-checkbox-field {
  margin-left: 0;
  padding-left: 60px;
}

@media only screen and (max-width: 640px) {
.form_certifcate .content_form .checkbox-group._swap .mwform-radio-field + .mwform-radio-field,
.form_certifcate .content_form .checkbox-group._cms .mwform-checkbox-field + .mwform-checkbox-field {
  margin: 25px 0 0 0;
  padding-left: 0;
  display: block;
}
}

.form_certifcate .content_form .input_file._flex {
    display: flex;
}
.form_certifcate .content_form .input_file._flex input {
    width: auto;
}

@media only screen and (max-width: 640px) { 
.form_certifcate .content_form .input_file._flex {
    justify-content: space-between;
}
.form_certifcate .content_form .input_file._flex .mwform-file-delete {
    margin-right: 10px;
}
}