main input[type="radio"] {
  display: none;
}
main .radiobtn label {
  position: relative;
  display: inline-block;
  padding: 5px 3px 3px 30px;
  cursor: pointer;
}
main .radiobtn label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #9f9f9f;
  border-radius: 100%;
}
main .radiobtn input[type="radio"]:checked + label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #308c2e;
  border-radius: 100%;
}
main .radiobtn li {
  border-bottom: 1px dotted #cccccc;
  padding: 10px;
}
main .radiobtn li:first-child {
  padding-top: 0;
}
main .radiobtn li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
main textarea {
  width: 100%;
  background: #f3f3f3;
  font-weight: normal;
  padding: 5px;
}
main .error {
  background: #fadace !important;
}
main input[type="text"] {
  background: #f3f3f3;
  min-height: 35px;
  font-weight: normal;
  font-size: 15px !important;
  padding: 5px;
}
main .SelectBox {
  cursor: pointer;
}
main .SelectBox {
  padding: 7px 20px 5px 24px;
  margin-bottom: 10px;
  min-height: 35px;
  background: url(../img/inquiry/customSelect-arrow.png) no-repeat 10% 14px #f3f3f3;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
main select::-ms-expand {
  display: none;
}
main .cheackbox input[type="checkbox"] {
  display: none;
}
main .cheackbox label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}
main .cheackbox label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #505050;
}
main .cheackbox input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 11px;
  left: 3px;
  width: 8px;
  height: 5px;
  border-left: 3px solid #308c2e;
  border-bottom: 3px solid #308c2e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
main .errorcheck label::before {
  background: #fadace !important;
}
main .errorcheck input[type="checkbox"]:checked + label::before {
  background: #f3f3f3 !important;
}

.tbl_form {
  float: left;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #cccccc;
}
.tbl_form tr {
  border-bottom: 1px solid #cccccc;
}
.tbl_form tr:last-child {
  border-bottom: none;
}
.tbl_form th {
  text-align: left;
  padding-top: 15px;
  font-size: 110%;
  padding-bottom: 15px;
}
.tbl_form th img {
  vertical-align: middle;
  padding-right: 15px;
}
.tbl_form td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.step02 .tbl_form td {
  font-size: 110%;
  font-weight: bold;
}
.tbl_form tr.dor_line {
  border-bottom: 1px dotted #cccccc;
}

.step02 tr:last-child {
  border-bottom: 1px solid #cccccc;
}
.step02 tr:last-child td {
  font-weight: normal;
}

.tbl_form th textarea {
  font-weight: normal !important;
  font-size: 15px;
}

.dotlist_bla {
  font-weight: bold;
  font-size: 110%;
}

#step {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
#step li {
  float: left;
  text-indent: -9999px;
}
.step01 #step li:first-child {
  background: url(../img/inquiry/step01_current.png) no-repeat left center;
}
.step02 #step li:nth-child(2) {
  background: url(../img/inquiry/step02_current.png) no-repeat left center;
}
.step03 #step li:last-child {
  background: url(../img/inquiry/step03_current.png) no-repeat left center;
}
#step li:first-child {
  width: 242px;
  height: 46px;
  background: url(../img/inquiry/step01_off.png) no-repeat left center;
}
#step li:nth-child(2) {
  width: 242px;
  height: 46px;
  background: url(../img/inquiry/step02_off.png) no-repeat left center;
}
#step li:last-child {
  width: 215px;
  height: 46px;
  background: url(../img/inquiry/step03_off.png) no-repeat left center;
}

.box_c h2 {
  font-size: 110%;
  padding: 10px 20px;
  border-bottom: 1px dotted #cccccc;
}
.box_c h3 {
  float: left;
  width: 100%;
}

.submitarea {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.submitarea li {
  display: inline-block;
}
.submitarea li:nth-child(2) {
  margin-left: 30px;
}

.step02 #step + ul {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.step02 #step + ul li {
  font-weight: bold;
  font-size: 110%;
}

.submitbtn {
  width: 215px;
  height: 55px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.checked .submitbtn:hover {
  background: #03b660 !important;
  color: #ffffff !important;
}

.checked .submitbtn {
  background: #009d52;
  color: #ffffff !important;
}

.gray .submitbtn {
  background: #c2c2c2;
  color: #666666 !important;
}

.backbtn {
  width: 124px;
  background: #c2c2c2;
  height: 55px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  color: #666666;
}

.backbtn:hover {
  background: #d7d6d6;
}

.errorbox {
  float: left;
  width: 100%;
  padding: 20px 20px 10px;
  background: #fadace;
}

.errorbox p {
  float: left;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #e5470a;
  font-size: 105%;
}
