@charset "UTF-8";
/* ================================================== *
 *
 *    reset
 *
 * ================================================== */

#aform-81 {
  font-size: 1.4rem;
}

#aform-81 dl {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

#aform-81 dl dt {
  float: none;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 60px 25px 30px;
  font-weight: 600;
  vertical-align: top;
}

#aform-81 dl dt .required {
  top: 25px;
  right: 30px;
  width: 3em;
  height: 1.5em;
  background: #b43232;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}

#aform-81 dl:nth-child(odd) dt {
  background: #f5f5f5;
}

#aform-81 dl:nth-child(even) dt {
  background: #eeeeee;
}

#aform-81 dl + dl {
  border-top: none;
}

#aform-81 dl input[type="text"],
#aform-81 dl input[type="tel"],
#aform-81 dl input[type="email"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  font-size: 1.4rem;
  border: 1px solid #dcdcdc;
}

#aform-81 dl select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  width: auto;
}

#aform-81 dl textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dcdcdc;
  font-size: 1.4rem;
}

#aform-81 dl input[type="email"].aform-email {
  width: 80%;
}

#aform-81 dl dd {
  display: table-cell;
  padding: 25px 0 25px 30px;
  vertical-align: top;
}

#aform-81 .aform-header {
  display: none;
}

#aform-81 .aform-hdln {
  position: relative;
  margin: 50px 0 30px;
  padding: 20px 0 0 23px;
  border-top: 1px solid #c8c5c3;
  border-bottom: none;
  font-size: 1.8rem;
}

#aform-81 .aform-hdln:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 4px;
  height: 1.5em;
  background: #c8c5c3;
}

#aform-81 .aform-radio-ul {
  margin-top: -5px;
}

#aform-81 .aform-radio-ul li {
  float: left;
  width: 50%;
  margin-top: 5px;
}

#aform-81 .aform-name-ul,
#aform-81 .aform-kana-ul {
  overflow: hidden;
  margin-left: -10px;
}

#aform-81 .aform-name-ul li,
#aform-81 .aform-kana-ul li {
  float: left;
  margin-left: 10px;
}

#aform-81 .aform-twice-note {
  margin: 5px 0;
  font-size: 1.4rem;
}

#aform-81 .aform-input.error {
  background: #f4e0e0;
}

#aform-81 .validation-advice {
  color: #b43232;
}

#aform-81 .validation-advice label img {
  display: none;
}

#aform-81 .submit {
  background: transparent;
}

#aform-81 .submit input {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 50px;
  border: 2px solid #bcb7b5;
  border-radius: 0;
  background: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}

#aform-81 .submit input#aform_btn_submit {
  background: #8b8380;
  color: #fff;
}

#aform-81 .list1 {
  margin-top: 30px;
}

#aform-81 .list1 li {
  padding-left: 1.2em;
}

@media screen and (max-width: 767px) {

	#aform-81 dl {
	  display: block;
	  margin-top: 20px;
	}

	#aform-81 dl + dl {
	  margin-top: 0;
	  border-top: none;
	}

	#aform-81 dl dt {
	  display: block;
	  padding: 8px 10px;
	}

	#aform-81 dl dt .required {
	  top: 25px;
	  right: 30px;
	  width: 3em;
	  height: 1.3em;
	  text-align: center;
	  font-size: 1.2rem;
	  line-height: 1.3;
	}

	#aform-81 dl dd {
	  display: block;
	  padding: 8px 0;
	}

	#aform-81 dl input[type="text"],
	#aform-81 dl input[type="tel"],
	#aform-81 dl input[type="email"] {
	  width: 100%;
	  font-size: 1.2rem;
	}

	#aform-81 dl input[type="email"].aform-email {
	  width: 100%;
	}

	#aform-81 dl select {
	  font-size: 1.2rem;
	  width: 100%;
	}

	#aform-81 dl textarea {
	  font-size: 1.2rem;
	}

	#aform-81 .aform-hdln {
	  margin-top: 25px;
	  margin-bottom: 15px;
	  padding-top: 10px;
	  padding-bottom: 0;
	  padding-left: 19px;
	  font-size: 1.5rem;
	}

	#aform-81 .aform-hdln:before {
	  top: 10px;
	}

	#aform-81 .aform-radio-ul {
	  margin-top: -10px;
	}

	#aform-81 .aform-radio-ul li {
	  float: none;
	  width: 100%;
	  margin-top: 10px;
	}

	#aform-81 .aform-name-ul,
	#aform-81 .aform-kana-ul {
	  margin-top: 0;
	  margin-left: 0;
	}

	#aform-81 .aform-name-ul li,
	#aform-81 .aform-kana-ul li {
	  float: none;
	  width: 100%;
	  margin-top: 10px;
	  margin-left: 0;
	}

	#aform-81 .aform-twice-note {
	  font-size: 1.2rem;
	}

	#aform-81 .submit {
	  margin-right: 0;
	  margin-left: 0;
	  padding: 0;
	}

	#aform-81 .submit input {
	  display: block;
	  width: 100%;
	  margin: 0;
	  font-size: 1.4rem;
	}

	#aform-81 .aform-content dl dt .aform-label {
	  padding-right: 0;
	}

	#aform-81 .list1 {
	  margin-top: 15px;
	}
}
#aform-81 .aform-required {
  top: 25px;
  right: 30px;
  width: 3em;
  height: 1.5em;
  background: #b43232;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  position:absolute;
}
#aform-81 .aform-button-area input[type="submit"]{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 50px;
    border: 2px solid #bcb7b5;
    border-radius: 0;
    background: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 80px;
}
@media screen and (max-width: 767px){
    #aform-81 .aform-required {
        top: 25px;
        right: 30px;
        width: 3em;
        height: 1.3em;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.3;
        position:static;
    }
    #aform-81 .aform-button-area input[type="submit"]{
        display: block;
        width: 100%;
        margin: 0;
        font-size: 1.4rem;
        margin-bottom: 50px;
    }

}

#aform-81 dl.dl_contact_message dd{
display: flex;
flex-direction: column-reverse;
}
.dl_contact_message dd .aform-input-example{ margin-top: 0.3em;}

.guide-list-decimal{ padding-left: 20px; }
.guide-list-decimal li{ list-style-type: decimal; }
.guide-list-decimal li:nth-child(n + 2){ margin-top: 5px; }
@media screen and (max-width: 767px) {
.guide-list-decimal li:nth-child(n + 2){
  margin-top: 1.6vw;/*15px*/
 }
 }