@charset "UTF-8";
#form {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  /*
  	input[type="text"].require,
  	input[type="tel"].require,
  	input[type="email"].require,
  	{
  		border:1px solid #E99D00;
  		background:#FFF8EA;
  	}
  */
}
#form .cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#form .cf {
  min-height: 1px;
}
#form * html .cf {
  height: 1px;
  /*ﾂ･*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
#form .row {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
  overflow: hidden;
}
#form img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#form .formRow {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#form .formRow p {
  line-height: 1.7;
}
@media only screen and (max-width: 667px) {
  #form .formRow p {
    padding: 0 10px;
  }
}
#form #formTitleArea {
  padding: 0 0 20px 0;
}
#form #formTitleArea #formTitle {
  float: left;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 568px) {
  #form #formTitleArea #formTitle {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
#form #formTitleArea #step {
  float: right;
  width: 68%;
}
@media only screen and (max-width: 568px) {
  #form #formTitleArea #step {
    float: none;
    width: 100%;
  }
}
#form #formTitleArea #step li {
  float: right;
  height: 30px;
  width: 27%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  position: relative;
  margin-left: 20px;
}
#form #formTitleArea #step li span {
  display: inline-block;
  width: 100%;
  background: #666;
}
@media only screen and (max-width: 568px) {
  #form #formTitleArea #step li span {
    width: 84%;
  }
}
@media only screen and (max-width: 568px) {
  #form #formTitleArea #step li {
    width: 33.3%;
    margin-left: 0;
  }
}
#form #formTitleArea #step li:after {
  content: " ";
  background: url(../img/img_step_arw.png) no-repeat center right;
  display: block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -4px;
}
@media only screen and (max-width: 568px) {
  #form #formTitleArea #step li:after {
    right: -2px;
  }
}
#form #formTitleArea #step .last:after {
  background: none;
}
#form #formTitleArea #step .nextStep span {
  background: #EEEEEE;
  color: #333;
}
#form input[type="text"],
#form input[type="tel"],
#form input[type="email"] {
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #form input[type="text"],
  #form input[type="tel"],
  #form input[type="email"] {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  #form input[type="text"],
  #form input[type="tel"],
  #form input[type="email"] {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#form select {
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #form select {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  #form select {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#form textarea {
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  width: 100%;
  max-width: 100%;
  min-height: 120px;
  padding: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 568px) {
  #form textarea {
    width: 100%;
    max-width: 100%;
  }
}
#form input[type="text"]:focus,
#form input[type="tel"]:focus,
#form input[type="email"]:focus,
#form select:focus,
#form textarea:focus {
  box-sizing: border-box;
  border: 1px solid #8aba7c !important;
  outline: none;
  background: #fbfef8 !important;
}
#form select {
  display: block;
}
#form .show-sp {
  display: none !important;
}
@media only screen and (max-width: 568px) {
  #form .show-sp {
    display: block !important;
  }
}
@media only screen and (max-width: 568px) {
  #form form {
    border: none;
  }
}
#form .last {
  margin-bottom: 30px;
}
@media only screen and (max-width: 568px) {
  #form .last {
    margin-bottom: 0;
  }
}
#form .inputBlock {
  display: table;
}
@media only screen and (max-width: 568px) {
  #form .inputBlock {
    display: block;
    padding: 10px;
  }
}
#form .inputBlock.ptA {
  border-bottom: 1px dotted #ccc;
}
@media only screen and (max-width: 568px) {
  #form .inputBlock.ptA {
    border: none;
  }
}
#form .headText {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}
@media only screen and (max-width: 568px) {
  #form .headText {
    display: block;
    text-align: left;
    height: auto !important;
    float: none;
    width: 100%;
  }
}
#form .headText .headTextInner {
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 568px) {
  #form .headText .headTextInner {
    padding: 0 0 10px 0;
  }
}
#form .headText .headTextInner .legend {
  display: inline-block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 568px) {
  #form .headText .headTextInner .legend {
    margin-bottom: 2px;
  }
}
#form .headText .headTextInner p {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 568px) {
  #form .headText .headTextInner p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#form .headText .headTextInner p span {
  color: #C21014;
}
#form .headText .headTextInner .fs11 {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  padding-top: 5px;
  line-height: 1.7;
}
#form .headText .headTextInner .unchecked {
  position: absolute;
  top: 10px;
  right: 10px;
}
#form .inputBox {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
}
@media only screen and (max-width: 568px) {
  #form .inputBox {
    display: block;
    width: 100%;
  }
}
#form .inputBox .inputBoxInner {
  padding: 10px 0;
  /*
  			.customSelect.require{
  				background: #FFF8EA;
  				border: 1px solid #E99D00;
  			}
  */
}
@media only screen and (max-width: 568px) {
  #form .inputBox .inputBoxInner {
    padding: 0;
  }
}
#form .inputBox .inputBoxInner .example {
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 568px) {
  #form .inputBox .inputBoxInner .example {
    margin-bottom: 7px;
  }
}
#form .inputBox .inputBoxInner label {
  display: inline-block;
  padding-right: 5px;
}
#form .inputBox .inputBoxInner .pb3 {
  padding-bottom: 3px;
}
@media only screen and (max-width: 568px) {
  #form .inputBox .inputBoxInner .pb3 {
    padding-bottom: 0;
  }
}
#form .inputBox .inputBoxInner .input {
  position: relative;
}
#form .inputBox .inputBoxInner .input img {
  position: absolute;
  top: 7px;
  right: 0;
}
@media only screen and (max-width: 568px) {
  #form .inputBox .inputBoxInner .input img {
    top: -94px;
    right: 10px;
  }
}
#form .inputBox .inputBoxInner .customSelect {
  border: 1px solid #ccc;
  border: 1px solid #aaa;
  height: 17px;
  width: 90%;
  padding: 5px 10px 5px 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
#form .inputBox .inputBoxInner .customSelect.checked {
  background: #fff;
  border: 1px solid #ccc;
}
#form .inputBox .inputBoxInner .customSelect.errer {
  border: 1px solid #FC7097;
  background: #FFECEF;
}
#form .inputBox .inputBoxInner .customSelect.customSelectFocus {
  border: 1px solid #8aba7c !important;
  outline: none;
  background: #fbfef8 !important;
}
#form .inputBox .inputBoxInner .customSelectInner {
  display: inline-block;
  background: url(../img/img_arw_bottom.png) no-repeat right center;
  width: 100% !important;
}
#form .inputBox .inputBoxInner .left,
#form .inputBox .inputBoxInner .right {
  width: 40%;
  float: left;
}
@media only screen and (max-width: 568px) {
  #form .inputBox .inputBoxInner .left,
  #form .inputBox .inputBoxInner .right {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 568px) {
  #form .inputBox .inputBoxInner .left label,
  #form .inputBox .inputBoxInner .right label {
    float: left;
    padding: 4px 0 0 0;
    width: 30px;
    text-align: center;
  }
}
#form .inputBox .inputBoxInner .left input,
#form .inputBox .inputBoxInner .right input {
  display: inline-block;
}
#form .inputBox .inputBoxInner .left .errerText,
#form .inputBox .inputBoxInner .right .errerText {
  float: left;
}
@media only screen and (max-width: 568px) {
  #form .inputBox .inputBoxInner .ptB .left input,
  #form .inputBox .inputBoxInner .ptB .right input {
    width: 82.2%;
    float: right;
  }
}
#form .inputBox .inputBoxInner .ptB img {
  top: inherit;
  right: 9.1%;
  top: 28px;
}
@media screen and (max-width: 767px) {
  #form .inputBox .inputBoxInner .ptB img {
    right: 6.1%;
  }
}
#form .inputBox .inputBoxInner .ptC img {
  top: inherit;
  right: 9.1%;
  top: 37px;
}
@media screen and (max-width: 767px) {
  #form .inputBox .inputBoxInner .ptC img {
    right: 6.1%;
  }
}
#form .inputBox .inputBoxInner .ptF {
  width: 40%;
}
@media only screen and (max-width: 568px) {
  #form .inputBox .inputBoxInner .ptF {
    width: 100%;
  }
}
#form .inputBox .inputBoxInner .ptF img {
  right: -12.9%;
}
@media screen and (max-width: 767px) {
  #form .inputBox .inputBoxInner .ptF img {
    right: -18.9%;
  }
}
#form .inputBox .inputBoxInner .left {
  padding-right: 25px;
}
@media only screen and (max-width: 568px) {
  #form .inputBox .inputBoxInner .left {
    padding: 0;
    margin-bottom: 20px;
  }
}
#form .db input {
  display: block;
}
#form #privacyArea {
  width: 70%;
  margin: 0 auto;
}
#form #privacyArea #privacyHeadText {
  padding-top: 30px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 568px) {
  #form #privacyArea #privacyHeadText {
    padding-top: 5px;
  }
}
#form #privacyArea #privacyText {
  font-size: 11px;
  font-size: 1.1rem;
  padding-top: 20px;
  line-height: 1.5;
}
#form #privacyArea #agree {
  width: 90px;
  margin: 0 auto;
  padding: 20px 0 25px 0;
}
#form #privacyArea #agree label {
  background: url(../img/img_checkbox.png) no-repeat bottom left;
  height: 23px;
  line-height: 25px;
  display: block;
  padding: 0 0 0 31px;
  cursor: pointer;
  overflow: hidden;
}
#form #privacyArea #agree #agreeCheck {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: -10;
}
#form #privacyArea #agree .c_on {
  background-position: left top;
}
#form #submitArea {
  position: relative;
  width: 400px;
  height: 51px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 568px) {
  #form #submitArea {
    width: 264px;
    padding: 0 0 30px 0;
  }
}
#form #submitArea #submitNo,
#form #submitArea #submitOk {
  position: absolute;
}
#form #submitArea #submitNo input,
#form #submitArea #submitOk input {
  display: block;
  border: none;
  width: 264px;
  height: 51px;
  cursor: pointer;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
#form #submitArea #submitNo .none,
#form #submitArea #submitOk .none {
  display: none;
}
#form #submitArea #submitNo input {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e79900;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e79900 0%, #dd8607 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e79900), color-stop(100%, #dd8607));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e79900 0%, #dd8607 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e79900 0%, #dd8607 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e79900 0%, #dd8607 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e79900 0%, #dd8607 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e79900', endColorstr='#dd8607',GradientType=0 );
  /* IE6-9 */
}
@media only screen and (max-width: 568px) {
  #form #submitArea #submitNo input {
    width: 264px;
    background-size: 100%;
  }
}
#form #submitArea #submitOk input {
  background: url(../img/btn_01_pc.png) no-repeat left bottom;
}
@media only screen and (max-width: 568px) {
  #form #submitArea #submitOk input {
    background: url(../img/btn_01_sp.png) no-repeat left top;
    background-size: 100%;
  }
}
#form #submitArea #submitOk input:hover {
  background-position: left top;
}
@media only screen and (max-width: 568px) {
  #form #submitArea #submitOk input:hover {
    background: url(../img/btn_01_sp.png) no-repeat left top;
    background-size: 100%;
  }
}
#form input[type="text"].errer,
#form input[type="tel"].errer,
#form input[type="email"].errer,
#form select.errer,
#form textarea.errer {
  border: 1px solid #FC7097;
  background: #FFECEF;
}
#form .errerText {
  padding: 5px 0 0 0;
  color: #DF141D;
  font-size: 12px;
  font-size: 1.2rem;
  display: none;
}

@media only screen and (max-width: 568px) {
  #confirm #form #submitArea {
    padding-top: 10px;
    width: 300px;
  }
}
#confirm #form #submitArea #back {
  width: 180px;
  float: left;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  #confirm #form #submitArea #back {
    width: 127px;
    height: 62px;
  }
}
#confirm #form #submitArea #back a {
  display: block;
  border: none;
  width: 180px;
  height: 41px;
  position: relative;
  cursor: pointer;
  background: url(../img/btn_02_pc.png) no-repeat left bottom;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  #confirm #form #submitArea #back a {
    background: url(../img/btn_02_sp.png) no-repeat left top;
    background-size: 100%;
    width: 127px;
    height: 62px;
  }
}
#confirm #form #submitArea #back a:hover {
  background-position: left top;
}
#confirm #form #submitArea #submitOk {
  position: relative;
  float: right;
  width: 255px;
}
@media only screen and (max-width: 568px) {
  #confirm #form #submitArea #submitOk {
    width: 152px;
    height: 62px;
  }
}
#confirm #form #submitArea #submitOk input {
  width: 255px;
  height: 52px;
  background: url(../img/btn_03_pc.png) no-repeat left bottom;
}
@media only screen and (max-width: 568px) {
  #confirm #form #submitArea #submitOk input {
    background: url(../img/btn_03_sp.png) no-repeat left top;
    background-size: 100%;
    width: 152px;
    height: 62px;
  }
}
#confirm #form #submitArea #submitOk input:hover {
  background-position: left top;
}

#complete #form .inner {
  border: 1px solid #ccc;
  padding: 50px 0;
}
@media only screen and (max-width: 568px) {
  #complete #form .inner {
    border: none;
    padding: 0 10px;
  }
}
#complete #form .inner p {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.7;
}
@media only screen and (max-width: 568px) {
  #complete #form .inner p {
    text-align: left;
  }
}
#complete #form .inner #back {
  width: 250px;
  height: 41px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  #complete #form .inner #back {
    height: 51px;
  }
}
#complete #form .inner #back a {
  display: block;
  width: 250px;
  height: 41px;
  position: relative;
  cursor: pointer;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/btn_04_pc.png) no-repeat left bottom;
}
@media only screen and (max-width: 568px) {
  #complete #form .inner #back a {
    background: url(../img/btn_04_sp.png) no-repeat left top;
    background-size: 100%;
    height: 51px;
  }
}
#complete #form .inner #back a:hover {
  background-position: left top;
}

.checkbox label {
  background: url(../img/img_checkbox.png) no-repeat bottom left;
  height: 23px;
  line-height: 25px;
  display: block;
  padding: 0 0 0 31px;
  cursor: pointer;
  overflow: hidden;
}
.checkbox input {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: -10;
}
.checkbox .c_on {
  background-position: left top;
}

#form .radio input {
  margin-top: -2px;
}
@media only screen and (max-width: 568px) {
  #form .radio input {
    margin: 5px 0 0 10px;
  }
}
#form .radio .inputBox .inputBoxInner .left {
  float: left;
  width: 40%;
}
#form .radio .inputBox .inputBoxInner .left label {
  width: auto;
}
#form .radio .inputBox .inputBoxInner .right {
  float: left;
  width: 40%;
}
#form .radio .inputBox .inputBoxInner .right label {
  width: auto;
}
