.form main h2 {
  background: #0095A1;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  padding: 0.5rem 0 0.3rem;
  border-radius: 10rem;
  margin-bottom: 2rem;
}
.form main .container {
  padding: 0 1.5rem;
}
.form main #form-mv {
  margin-bottom: 4rem;
}
.form main #form-mv h1 {
  text-align: center;
}
.form main #form-mv .lead {
  margin-top: -1rem;
  position: relative;
  z-index: -1;
}
.form main #form-mv .lead .container {
  padding: 0;
}
.form main #form-mv .lead .container .txt {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}
.form main #form-mv .lead .container .txt small {
  font-size: 1.4rem;
  display: block;
  line-height: 1.4;
}

// ---------

.form main #tmp{
  margin-bottom: 2rem;
}

.form main #tmp p.lead {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
.form main #tmp .section-title {

    background: #ffe100;
    color: #0095A1;
    font-size: 1.8rem;
    text-align: center;
    padding: 0.5rem 0 0.3rem;
    border-radius: 10rem;
    margin-bottom: 2rem;
}
.form main #tmp .contents-title span {
  background: #ffffff;
  color: #0095A1;
  font-size: 2rem;
  text-align: center;
  padding: 0 0.5em;
  position: relative;
  z-index: 1;
}
.form main #tmp .contents-title::after {
  display: block;
  content: "";
  background: #0095A1;
  width: 100%;
  height: 0.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form main #tmp .contents-title + ul {
  width: 100%;
  margin: 0 auto 4rem;
}
.form main #tmp .contents-title + ul li {
  list-style: square;
  margin-left: 2em;
  font-size: 1.2rem;
  line-height: 2;
}


//  --------- //


.form main #overview p.lead {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.form main #overview p.img {
  margin-bottom: 4rem;
}
.form main #overview .contents-title {
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}
.form main #overview .contents-title span {
  background: #ffffff;
  color: #0095A1;
  font-size: 2rem;
  text-align: center;
  padding: 0 0.5em;
  position: relative;
  z-index: 1;
}
.form main #overview .contents-title::after {
  display: block;
  content: "";
  background: #0095A1;
  width: 100%;
  height: 0.4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form main #overview .contents-title + ul {
  width: 100%;
  margin: 0 auto 4rem;
}
.form main #overview .contents-title + ul li {
  list-style: square;
  margin-left: 2em;
  font-size: 1.2rem;
  line-height: 2;
}
.form #description ul.recommend {
  width: 100%;
  margin: 0 auto;
}
.form #description ul.recommend li {
  background: #f1f1f1;
  color: #0095A1;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem 0 0.6rem;
  margin-bottom: 2rem;
}
.form #description ul + p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.form #description p.arrow {
  text-align: center;
  margin-bottom: 4rem;
}
.form #description p.arrow img {
  width: 49.3rem;
}
.form #form #form-wrap {
/*  border: 0.2rem solid #0095A1;*/
  padding: 2rem;
  text-align: center;
}


#form table{
 border-collapse: separate;
}

#form table th{
 vertical-align: top; padding: 15px; background: #f1f1f1;
	font-size: 1.4rem;
}
#form table td{
 text-align:left;    padding: 15px;
	font-size: 1.2rem;
}
#form table td .midashi{
    font-weight: 700;
    margin-bottom: 1rem;font-size: 1.4rem;
}

.fb{
font-weight: bold;
}
.fcb{
color: #0095A1
}
.fs{
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {

	#form table th{
	 vertical-align: top; padding: 15px; background: #f1f1f1;width:20%;
	}
	#form table td{
	 text-align:left; padding: 15px;
	font-size: 1.4rem;
	}
	.fs{
		font-size: 120%;
	}
	
	#form table td .midashi{
	    font-weight: 700;
	    margin-bottom: 1rem;font-size: 157%;
	}

  .form main h2 {
    background: #0095A1;
    color: #ffffff;
    font-size: 2.8rem;
    text-align: center;
    padding: 0.5rem 0 0.3rem;
    border-radius: 10rem;
    margin-bottom: 2rem;
  }
  .form main #form-mv {
    margin-bottom: 4rem;
  }
  .form main #form-mv h1 {
    text-align: center;
  }
  .form main #form-mv .lead {
    margin-top: -5rem;
    z-index: 0;
  }
  .form main #form-mv .lead .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form main #form-mv .lead .container .img {
    width: 20%;
  }
  .form main #form-mv .lead .container .txt {
    width: 78%;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1rem;
    padding: 0;
  }
  .form main #form-mv .lead .container .txt small {
    font-size: 1.4rem;
    display: block;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1010px) {
  .form main #form-mv .lead .container .img {
    margin-left: 2%;
    width: 18%;
  }
  .form main #form-mv .lead .container .txt {
    width: 76%;
    font-size: 1.9rem;
    margin-right: 2%;
  }
  .form main #form-mv .lead .container .txt small {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .form main #overview p.lead {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
  }
  .form main #overview p.img {
    margin-bottom: 4rem;
  }
  .form main #overview .contents-title {
    text-align: center;
    position: relative;
    margin-bottom: 2rem;
  }
  .form main #overview .contents-title span {
    background: #ffffff;
    color: #0095A1;
    font-size: 2.8rem;
    text-align: center;
    padding: 0 0.5em;
    position: relative;
    z-index: 1;
  }
  .form main #overview .contents-title::after {
    display: block;
    content: "";
    background: #0095A1;
    width: 100%;
    height: 0.8rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .form main #overview .contents-title + ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    width: 88rem;
    margin: 0 auto 4rem;
  }
  .form main #overview .contents-title + ul li {
    list-style: square;
    margin-left: 2em;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .form #description ul.recommend {
    width: 75rem;
    margin: 0 auto;
  }
  .form #description ul.recommend li {
    background: #f1f1f1;
    color: #0095A1;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    padding: 1rem 0 0.6rem;
    margin-bottom: 2rem;
  }
  .form #description ul + p {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .form #description p.arrow {
    text-align: center;
    margin-bottom: 4rem;
  }
  .form #description p.arrow img {
    width: 49.3rem;
  }
}
@media screen and (min-width: 768px) {
  .form #form #form-wrap {
  /*  border: 0.2rem solid #0095A1;*/
    padding: 2rem;
    text-align: center;
  }
}/*# sourceMappingURL=form.css.map */