p {
  margin: 0;
  padding: 0;
}
.is-hidden {
  display: none !important;
}
.att {
  margin: 20px 0 10px;
  text-align: left;
  display: inline-block;
}
/* form dl#agreement {
  background-color: #eeeeee;
  margin: 10px;
  padding: 10px;
} */
form dl#agreement dt {
  color: #666666;
  font-weight: normal;
}
form dl#agreement dt.discription {
  margin: auto;
}
form dl#agreement span.agreement_panel-btn {
  float: right;
}
form .agreement_panel {
  cursor: pointer;
  box-shadow: 0px 1px 0px 0px #ccc;
}
form .agreement_panel .agreement_panel-icon {
  display: inline-block;
  font-size: 16px;
  width: 30px;
  text-indent: 5px;
}
form .agreement_panel .agreement_panel-icon.is-rorate {
  transition: all 0.2s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
form dl.agreement_panel .agreement_panel-content {
  height: 0px;
  background-color: #ffffff;
  overflow: auto;
  margin: 10px auto;
}
form .agreement_panel .agreement_panel-content dl {
  padding: 10px;
}
.form-contents form#seminarForm dl.agreement_panel:hover {
  box-shadow: 0px 1px 0px 0px #ccc;
}
#fixInquiry {
  display: none !important;
}
#fixedNavi {
  border-bottom: 1px solid rgb(204, 204, 204);
  margin-bottom: -1px;
}
#form {
  margin-bottom: 50px;
  text-align: left;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
#form input.read_only {
  box-shadow: none;
  border: none;
  background-color: initial;
  cursor: default;
  color: #000;
  padding: 0px;
  margin-left: 10px;
}
.hide {
  height: 1em;
  line-height: 100;
  overflow: hidden;
  width: 1em;
}
#form .tag {
  background: #f84335 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 10px;
  padding: 4px 6px 3px;
}
#form .bold {
  font-weight: bold;
}
#form .sub-title {
  font-weight: bold;
  margin-bottom: 5px;
}
#form .sub-title span {
  font-size: 10px;
  margin: 0 3px;
  vertical-align: middle;
}
#form .form-contents .form_sections {
  border-bottom: 1px solid #ddd;
  padding: 45px 0px;
  text-align: left;
  margin: 0px;
}
#form .form-contents dl.noborder {
  border-bottom: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#form .form-contents > dl::after {
  clear: both;
  content: "";
  display: block;
}
#form .form-contents > dl:last-child {
  border-bottom: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}
dl#agreement dt,
dl#agreement dd {
  width: 100%;
}
#form input,
#form .errPosRight {
  cursor: pointer;
  outline: medium none;
}

#form input {
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
  padding: 8px 15px;
  transition-delay: 0.05s;
  transition-duration: 0.3s;
  transition-property: border, box-shadow, color, opacity;
  transition-timing-function: ease;
}
#form input[type="checkbox"] {
  width: inherit !important;
}
form input.w-200 {
  width: 300px;
}

#form label {
  text-indent: 5px;
}

#form .input.input-radio,
#form .input.input-checkbox {
  border: medium none !important;
  box-shadow: none !important;
  margin-right: 5px;
  padding: 0 !important;
  vertical-align: baseline;
}
#form select-moz-focus-inner {
  border: 0 none;
}
#form input::-moz-placeholder {
  color: #999999;
}
#form input:focus::-moz-placeholder {
  color: #fff;
}
#form input.input:focus,
#form #formbox textarea.input:focus {
  border: 1px solid #00a6d7;
  box-shadow: none;
}
#form .input-sizeC {
  height: 150px;
  width: 300px;
}

#form .input-textarea {
  width: 100%;
  padding: 8px 15px;
  font-size: 14px;
  border: solid 1px #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
#form ul label,
#form .js-formSection label {
  width: 200px;
}
#form .form-btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-image: none;
  border: 2px #72a46e solid;
  color: #72a46e;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  min-height: 36px;
  transition-delay: 0.05s;
  transition-duration: 0.3s;
  transition-property: border, box-shadow, color, opacity;
  transition-timing-function: ease;
}
#form .form-btn:disabled {
  border: 2px #aaa solid;
  cursor: default;
  color: #aaa;
}
#form .form-btn:disabled:hover {
  opacity: 1;
}
#form .form-btn:hover {
  opacity: 0.7;
}
#form .form-btn-submit {
  border-radius: 0;
  font-size: 1.25rem;
  margin-top: 20px;
  padding: 15px 0;
  width: 300px;
}
#form .form-btn-return {
  background: #e2e2e2 none repeat scroll 0 0;
  border-bottom: none;
  border-radius: 0;
  color: #333333;
  font-size: 1.625rem;
  margin-right: 2em;
  margin-top: 20px;
  padding: 13px 0;
  width: 150px;
  text-decoration: none;
  margin-bottom: 10px;
}
#form .form-btn-submit.fa {
  font-weight: 600;
  line-height: inherit;
}
#form .form-register {
  text-align: center;
}
#form #navi-in {
  float: right;
}
#form #close-box {
  text-align: right;
}
#form #close-box a {
  color: #fff;
}
#form #close-box img {
  border: medium none;
  margin: 0 6px 2px;
}
#form .close-box {
  background: #00a6d7 none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  padding: 5px 10px;
  text-align: right;
}
#form .closed {
  color: #fff;
}
#form #loader {
  display: inline-block;
}
.displayNone {
  display: none;
}

/* end.php*/
.sns2 {
  margin: 20px auto 5px;
  padding: 0;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
}
.sns2 li {
  float: left;
  list-style: none;
  padding-right: 20px;
  margin-bottom: 10px;
}

.sns2 small {
  display: inline-block;
  margin-top: 5px;
  font-size: 9px;
  line-height: 1.2;
}
.sns2 ul {
  margin: 20px 0 0;
  padding: 0;
}

#form ul li label.check-purpose {
  display: block;
}
#form ul li label.check-purpose input {
  width: 12px;
  height: 12px;
}

#form dl li,
#form dl ul,
.js-formSection {
  position: relative;
}
#form .is-active {
  display: block !important;
}
#form .err_balloon {
  position: absolute;
  right: -10px;
  top: calc(50% - 20px);
  display: none;
  letter-spacing: initial;
}
#form .err_balloon--topL {
  top: -55px;
  left: 20px;
}
#form .err_balloon--topR {
  top: -55px;
  right: 90px;
}
#form .err_balloon-inner {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: auto;
  min-width: 115px;
  color: #f6f6f6;
  line-height: 40px;
  text-align: center;
  background-color: rgb(255, 210, 210);
  z-index: 0;
}
#form .err_balloon-inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(255, 210, 210) transparent transparent;
}
#form .err_balloon--topL .err_balloon-inner:after {
  content: "";
  top: inherit;
  bottom: -10px;
  left: 10px;
  margin: 0px 0px 0px -10px;
  border-width: 10px 10px 0 0px;
  border-color: rgb(255, 210, 210) transparent transparent transparent;
  z-index: 0;
}
#form .err_balloon--topR .err_balloon-inner:after {
  content: "";
  top: inherit;
  bottom: -10px;
  left: 10px;
  margin: 0px 0px 0px -10px;
  border-width: 10px 10px 0 0px;
  border-color: rgb(255, 210, 210) transparent transparent transparent;
  z-index: 0;
}
#form .err_balloon-inner .err_balloon-text {
  font-size: 14px;
  color: rgba(230, 45, 45, 1);
}
#form input.is-err,
#form textarea.is-err {
  box-shadow: 0px 0px 0px 2px rgba(245, 135, 135, 1) inset;
}
#form .must_input {
  background-color: #fff0f0;
}
#form .err_list_view {
  display: none;
  background-color: rgb(255, 210, 210);
  padding: 8px;
  color: rgba(230, 45, 45, 1);
}
#form .err_list_view ul {
  margin: 10px auto auto auto;
}
#form .err_list_view .err_list_view-list {
  float: left;
  margin-left: 20px;
}
#form .err_list_view .err_list_view-list.is-hidden {
  display: none;
}
.is-hidden {
  display: none;
}
#form .form-register input.is-waiting {
  cursor: wait;
}
.form-select {
  border: solid 1px #ccc;
  background-color: #fff;
  height: 32px;
  min-width: 150px;
  margin-left: 5px;
}

.questions-wrapper {
  position: relative;
}
.alert_currect {
  position: absolute;
  top: -30px;
  left: 25px;
  color: #60aa37;
  font-size: 12px;
  display: none;
}
.alert_currect:before {
  display: block;
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: -24px;
  top: -0.5px;
  background-image: url(../images/form-check.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.post_mark {
  position: absolute;
  top: 8px;
  left: 12px;
}

.sns2 ul {
  margin-top: 0;
}
.sns2 ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
} /* clearfix */
*html .sns2 ul {
  display: inline-block;
} /* for IE6 */
*:first-child + html .sns2 ul {
  display: inline-block;
} /* for IE7 */

@media screen and (max-width: 991px) {
  #form .err_balloon {
    position: static;
    margin-top: 5px;
  }
  #form .err_balloon-inner {
    line-height: 30px;
    text-align: left;
    width: 100%;
  }
  #form .err_balloon-inner:after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #form .err_list_view {
    margin: 10px auto;
  }

  #form input,
  #form .errPosRight {
    cursor: pointer;
    outline: medium none;
  }
  #form input#agree {
    width: inherit;
  }
  #form input[type="radio"] {
    width: inherit;
  }
  .errPosRight {
    width: 80%;
  }
  /* form dl#agreement {
    background-color: #eeeeee;
    margin: 10px 0;
    padding: 10px;
  } */
  #form .tag {
    font-size: 0.75rem;
    padding: 4px 6px 3px;
  }
  #form .notestext {
    font-size: 0.875rem;
  }
  /* #form .form-contents {
    margin-bottom: 25px;
    padding: 20px;
  } */
  #form .form-contents > dl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #form .form-contents dt {
    margin-bottom: 5px;
  }
  #form .form-contents .form_sections {
    padding: 25px 0px;
  }
  .form-select {
    margin-left: 0;
  }
  #form .form-btn-return {
    font-size: 13px;
    margin-bottom: 25px;
    margin-right: 0;
    margin-top: 0;
    padding: 10px 2em 0;
    width: auto;
  }
  #form .tag {
    font-size: 12px !important;
  }
  #form .form-btn-submit {
    font-size: 1.1rem !important;
  }
  #form .form-contents dl dd br {
    display: none;
  }
  #form .form-btn-submit {
    border-radius: 0;
    font-size: 1.625rem;
    margin: 0 auto;
    width: 90%;
  }
  #form .form-btn-submit:disabled {
    background-color: #ccc !important;
  }
  .alert_currect {
    left: inherit;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  #form input {
    width: 100%;
  }
  .att {
    margin: 0;
  }
  #form .att {
    margin: 10px 0;
  }
  /* #form .form-contents {
    padding: 10px;
  } */
  #form .form-contents .form_sections {
    padding: 25px 0px;
  }
  .sns2 li {
    padding-right: 0;
  }
  div.logo img {
    width: 150px;
  }
  #footer p {
    font-size: 11px;
  }
  #form select {
    margin-left: 0;
    margin-top: 10px;
  }
  form dl#agreement {
    padding: 10px 5px;
  }
}
