body {
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 1rem;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: inline;
}

.inner {
  margin: auto;
  width: 94%;
}

/*----- header -----*/
header {
	padding: 3vw 0;
}
header .logo {
	width: 36vw;
  margin: 0 auto;
}

/*----- form -----*/
#formFrame {
  font-size: 4.1vw;
}
#formFrame .bl_formTtop {
  padding: 7.8vw 4.68vw 6.2vw;
	margin-bottom: 4vw;
}
#formFrame .bl_form_top__form01 {
	background-color: #fff8c3;
}
#formFrame .bl_form_top__form02 {
	background-color: #e4fff2;
}
#formFrame .bl_formTtop .bl_formTtop_title {
	margin-bottom: 6vw;
}
#formFrame .bl_form_top__form02 .bl_formTtop_title {
	margin-bottom: 3vw;
}
#formFrame .bl_formTtop .bl_formTtop_image {
	margin: 0 11vw 3vw;
}
#formFrame .bl_form_top__form02 .bl_formTtop_image {
	margin: 0;
}
#formFrame .bl_formTtop .bl_formTtop_image__lastimg {
	margin: 0 4.5vw;
}

#formFrame.ly_formFrame_thanks01 {
  background-color: #fff8c3;
  padding: 7vw 0 70vw;
}
#formFrame.ly_formFrame_thanks01 h2 {
  padding: 0 5vw;
}
#formFrame.ly_formFrame_thanks02 {
	background: #e4fff2;
	padding: 10vw 0 70vw;
}
#formFrame.ly_formFrame_thanks02 h2 {
  padding: 0 5vw;
}
#formFrame .thanksTitle {
  font-weight: bold;
  text-align: center;
}
#formFrame .thanksText {
  padding-top: 5%;
}

#formFrame #mainFrame {
  width: 90%;
  margin: 0 auto;
}
#formFrame #mainFrame .red {
  color: #d80000;
}
#formFrame #mainFrame .bold {
    font-weight: bold;
}

.formTable th .note {
  display: block;
  padding: 1vw 0 1vw;
  font-size: 3.5vw;
  line-height: 2.344vw;
}

#form .formTable td .clone {
  display: none;
}

#form .formTable td input[type="text"],
#form .formTable td textarea,
#form .formTable td select,
.formInputFrame {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e7e7e7;
  border: 2px solid #e7e7e7;
  border-radius: 0;
  padding: 0.5em;
  font-size: 1.4rem;
  line-height: 1.6em;
  resize: none;
  width: 100%;
}

#form .formTable td select {
  width: 290px !important;
  background-image: url('../../img/select-arrow.png');
  background-repeat: no-repeat;
  background-position-x: 58vw;
  background-position-y: center;
  background-size: 4vw;
}

#form #header {
  display: none
}

#form .footer {
  padding: 4% 0 0 !important
}

#form #formFrame .formLogo {
  background: #009999;
  padding: 5% 5%
}

#form #formFrame .title {
  background: #22211d;
  color: #fff;
  padding: 5% 0;
  font-size: 1.9rem
}

.formTable {
  width: 100%;
  display: block;
}

.formTable > tbody,
.formTable > tbody > tr,
.formTable > tbody > tr > th,
.formTable > tbody > tr > td{
  display: block;
}

#form .formTel {
  width: 100%;
  background: #22211d;
  margin-bottom: 3%
}

#form .formTel dt {
  padding: 0 3% 2%
}

#form .formTel .tel {
  margin: 0 8% 2%;
  padding: 2% 0
}

#form .formTel .time {
  color: #adf8f8;
  line-height: 1.2em;
  padding-bottom: 3%
}

#form #nextBtn {
  margin-bottom: 20vw;
  text-align: center;
}

#form #nextBtn input {
  width: 85%;
  margin-top: 5%;
}

#form .nav {
  margin: 0 8% 6%
}

#form .formDescription {
  line-height: 1.6em;
  padding-bottom: 7vw;
}

#form .formTable .age #age {
  width: 50%;
}
#form .formTable .age td {
  width: 60%;
}
#form .formTable .radio-list li {
  display: inline-block;
  padding-top: 3%;
  padding-right: 10%;
}
#form .formTable .conferenceArea .radio-list li {
  display: inline-block;
  padding-top: 3%;
  padding-right: 0%;
  width: 32%;
}
#form .formTable .conferenceArea .radio-list li.online {
  display: inline-block;
  padding-top: 3%;
  padding-right: 0%;
  width: 100%;
}
#form .formTable .conferenceArea .radio-list #otherText {
  width: 310%;
}

#form .formTable .req th label {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 1.6rem;
  margin-bottom: 3%
}

.formTable th label {
  font-size: 4.125vw;
  font-weight: bold;
}

#form .formTable .req th::after {
  content: '必須';
  background: #009999;
  color: #fff;
  display: inline-block;
  line-height: 1.7;
  text-align: center;
  vertical-align: text-bottom;
  padding: 0 3%;
}

#form .formTable tr {
  padding-top: 3%;
  margin-bottom: 3.5%
}

#form .formTable .scheduleText {
  border-top: 1px dashed #bbb;
}

#form .formTable td input[type="radio"]+label,
#form .formTable td input[type="checkbox"]+label {
  font-size: 1.6rem;
}

#form .formTable .conferenceArea .radio-list li.online label span {
  font-size: 1rem;
  display: block;
}

#form .formTable td p {
  padding-left: 3%;
}

#form #sendBtn {
  text-align: center;
}
#form #sentPrev #sendBtn input {
  width: 85%;
  padding: 5% 0 2%;
}

#form #prevBtn {
  text-align: center;
  text-decoration:underline;
  font-size: 4.2vw;
}

#form .of-box {
  height: 17em;
  margin: 0 auto;
  overflow-y: scroll;
  border: 1px solid #b2b2b2;
  padding: 5%
}

#form .of-box h1 {
  padding-bottom: 5%
}

#form .of-box .privacy-title {
  font-weight: bold;
  font-size: 2.7rem
}

#form .of-box section {
  padding: 8% 0 0
}

#form .of-box section h2 {
  font-weight: bold;
  font-size: 1.875rem;
  padding: 5% 0;
  border-top: 1px solid #b0b0b0
}

#form .agree-txt {
  margin-bottom: 8%;
  padding-bottom: 8%;
  border-bottom: 1px solid #bbb
}

#form .agree-txt i {
  background: #009999;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7em;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  margin-right: 10px
}

#form .agree-txt label {
  position: relative;
  padding-left: 6vw
}

#form .agree-txt input[type="checkbox"] {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  display: none
}

#form .agree-txt span {
  vertical-align: middle;
  width: 4vw;
  height: 4vw;
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

#form .agree-txt span:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.3em;
  top: -0.4em;
  width: 3vw;
  height: 1.7rem;
  border: solid #009999;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#form .agree-txt input[type="checkbox"]:checked~span::after {
  display: block
}

#form .agree-txt input[type="checkbox"]:checked~span {
  background: #fff
}

#form.confirm #sentPrev {
  padding-top: 6%;
  margin-bottom: 14vw;
}

#form #sentPrev #prevBtn img {
  width: 85%;
  padding-bottom: 5%;
  display: unset;
}

#form.confirm .answer td {
  background: #014d33;
  padding: 5% 0;
  text-align: center;
  color: #fff;
  margin: 0 2%;
  width: auto !important
}

#form.confirm .aicc span {
  display: block;
  background: #014d33;
  padding: 5% 0;
  text-align: center;
  color: #fff;
  margin: 0 2% 3%;
  width: auto !important
}

#form.thanks #formFrame p {
  padding: 0 5%;
}

#form.thanks #formFrame p+p {
  margin-top: 1.0em;
  line-height: 1.3;
  font-size: 3.95vw;
}

#form.thanks #goTop {
  margin-top: 3.0em !important;
  margin-bottom: 5.0em;
  font-size: 1.7rem;
  text-align: center !important
}

#form.thanks #goTop a {
  color: #00844e;
  text-decoration: underline
}

#nextBtn,
#sendBtn {
  position: relative;
  margin-bottom: 4.5vw;
}
#form #nextBtn input,
#form #sentPrev #sendBtn input  {
  border: none;
  border-radius: 1.563vw;
  font-weight: bold;
  background-color: rgb(251, 80, 18);
  width: 75vw;
  height: 14.5vw;
  margin: 0 auto;
  font-size: 4.688vw;
  color: rgb(255, 255, 255);
  padding: 0 2vw 0 0;
}
#nextBtn::after,
#sendBtn::after  {
  display: block;
  content: "";
  width: 4.375vw;
  height: 4.375vw;
  background: url('../img/info_request_arrow.png') center center;
  background-size: contain;
  position: absolute;
  top: 5vw;
  right: 10vw;
  z-index: 9;
}

#mainFrame .personal {
  padding: 5vw 0 10vw;
  font-size: 4vw;
}
#mainFrame .personal .about {
  color: #007e41;
  font-weight: bold;
}

#form .personal .describe a {
  color: #007e41;
  font-weight: bold;
  border-bottom: solid 1px;
}
#form .personal .describe a:hover {
  opacity: 0.7;
}

#mainFrame .flexBetween {
 padding-top: 5%;
}

.colorRed {
  color: #d80000;
}
#form .formTable td p {
  color: #d80000;
  font-size: 3vw;
}


.lp-form-error-balloon-block {
  margin-bottom: 15px
}
.lp-form-error-balloon-block>.lp-form-error-balloon {
  font-size: 1.2rem;
  font-weight: 700;
  background: #9b8a2e;
  color: #fff;
  padding: 3%;
  border-radius: 3px;
  position: relative;
  display: inline-block
}
.lp-form-error-balloon-block>.lp-form-error-balloon::after {
  position: absolute;
  bottom: -16px;
  left: 10px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #9b8a2e
}

.conferenceArea .lp-form-error-balloon-block {
  margin-bottom: 15px
}
.conferenceArea .lp-form-error-balloon-block>.lp-form-error-balloon {
  width: 120%;
  font-size: 1.2rem;
  font-weight: 700;
  background: #9b8a2e;
  color: #fff;
  padding: 8%;
  border-radius: 3px;
  position: relative;
  display: inline-block
}
.conferenceArea .lp-form-error-balloon-block>.lp-form-error-balloon::after {
  position: absolute;
  bottom: -16px;
  left: 10px;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #9b8a2e
}

#datepicker .ui-datepicker-inline{
  margin: 2vw 0;
  width: 100%;
}

.ui-datepicker td span,
.ui-datepicker td a {
  font-size: 3.906vw;
}

/*----- footer -----*/
footer {
  position: relative;
}

footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.46vw;
  background: #007e41;
  left: 0;
}

footer .logoFooter {
  width: 57.03125vw;
  padding-top: 6.4vw;
  margin: 0 auto;
}

footer .content dl {
  margin: 7.6vw 4.5vw;
}

footer .content dl dt, footer .content dl dd {
  font-size: 4.0625vw;
  display: inline-block;
}

footer .content dl dt {
  width: 22%;
  vertical-align: top;
  line-height: 1.55;
}

footer .content dl dd {
  width: 76.5%;
  line-height: 1.55;
  vertical-align: top;
  letter-spacing: -.085vw;
}

footer .copyRight {
  font-size: 3.75vw;
  text-align: center;
  letter-spacing: -.06vw;
  padding: 0 0 3vw;
}
