.top-category_contact {}

.top-category_contact #lay-main {
	line-height: 130%;
    padding: 0px 15px 50px 15px;
}

.top-category_contact #lay-breadcrumbs-list .pankuze_list_items {
    padding: 15px 3px;
}

.contact-body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-body input {
  border: 1px solid #666;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.contact-body textarea {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

span.syokugyo {
	display: block;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
    background: #efefef;
}

@media (max-width: 768px) {
  .contact-body #error {
    margin-bottom: 5px;
  }
  .contact-body #com {
    margin-bottom: 10px;
  }
}
.contact-body #error {
  color: #ff0000;
  padding-left: 40px;
  margin-bottom: 10px;
  text-align: left;
}
.contact-body #com {
  margin-bottom: 20px;
  text-align: left;
}
.contact-body .tbl-form {
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #aaa;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #aaa;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #aaa;
}
.contact-body .tbl-form th {
  vertical-align: middle;
  line-height: 200%;
  width: 25%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aaa;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #ecffbd;
}
.contact-body .tbl-form td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aaa;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

 p.tbl-form-paragraph{
  margin: 0;
}


.btn input {
    border: none;
    text-align: center;
    display: inline-block;
    background-color: #6dbf01;
    color: #FFF;
    width: 100%;
    font-size: 150%;
    padding: 0.8em;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    -webkit-appearance: none;
	border-radius: 50px;
}

.btn input a {
  color: #fff !important;
  display: block;
  text-decoration: none;
  padding: 0!important;
  background-image: none!important;
}

.btn input:hover {
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2);
}



@media (max-width: 768px) {
  .contact-body .tbl-form {
	font-size: 130%;
    width: 100%;
  }
  .contact-body .tbl-form tr {
    display: block;
  }
  .contact-body .tbl-form th, .contact-body .tbl-form td {
    display: list-item;
    list-style: none;
    width: 100%;
  }
	
label {
    cursor: default;
    display: block;
}
	
label+label, label+input[type="checkbox"], label+input[type="radio"] {
    margin-left: 0px;
}
	
}
.contact-body .input01 {
    width: 100%;
    padding: 2%;
}
.contact-body .input02 {
  width: 65px;
}

.contact-body .postal-code {
  width: 10em;
  border: 1px solid #0085CC;
}

.contact-body .input03 {
  width: 100%;
  padding: 2%;
}



.contact-body .submit {
	margin: 1%;
	padding: 1% 3%;
    border: none;
    text-align: center;
    display: inline-block;
    background-color: #6dbf01;
    color: #FFF;
    font-size: 150%;
    text-decoration: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
    -webkit-appearance: none;
	border-radius: 50px;
}

.contact-body .submit a {
  color: #fff !important;
  display: block;
  text-decoration: none;
  padding: 0!important;
  background-image: none!important;
}

.contact-body .submit:hover {
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2);
}





@media (max-width: 768px) {
  .contact-body .input01 {
	border: 1px solid #666;
  }
  .contact-body .input02 {
    width: 65px;
  }
  .contact-body .input03 {
	border: 1px solid #666;
  }
	
  .contact-body .submit {
    width: 110px;
    height: 35px;
  }
  .contact-body .kubun span {
    display: block;
  }
}
.contact-body .b-red {
  color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 1px 10px;
    font-size: 85%;
    background-color: #ff4d24;
	line-height: 150%;

}

.contact-body .ninni{
	color: #6dbf01;
    /* border: 1px solid #333; */
    font-weight: bold;
    display: inline-block;
    padding: 1px 10px;
    font-size: 85%;
    background-color: #fff;
	line-height: 150%;

}

.enquete-button-area{
  text-align: center;
}