@charset "utf-8";


.clearForm,
.clearForm2 {
    width: 96%;
    padding: 15px 2%;
}

.contact_tb {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #E5E5DD;
}

.contact_tb th {
    width: 30%;
    padding: 20px 2% 17px;
    background: rgba(115, 133, 152, 0.95);
    color: #fff;
    border-bottom: 1px solid #E5E5DD;
    font-size: 14px;
    font-weight: normal;
}

.contact_tb tr:first-child th {
    border-radius: 10px 0 0 0;
}

.contact_tb tr:last-child th {
    border-radius: 0 0 0 10px;
}

.contact_tb label {
	margin: 0;
}

.contact_tb td label {
    margin: 10px 0 0;
    width: 100%;
    font-size: 13px;
}

.contact_tb td {
    padding: 20px 2%;
    border-bottom: 1px solid #E5E5DD;
    border-left: 1px solid #E5E5DD;
    border-right: 1px solid #E5E5DD;
}

.contact_tb tr:first-child td {
    border-radius: 0 10px 0 0;
}

.contact_tb tr:last-child td {
    border-radius: 0 0 10px 0;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
    padding: 10px 5px;
}

.choose_list1 > li {
    width: 48%;
    margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
    margin: 0;
}

.choose_list1 {
    width: 60%;
    margin: 20px auto;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
    width: 98%;
}

#zip1, #zip2 {
    width: 50px;
    margin: 3px;
    text-align: center;
}

.form_notice1 {
    display: inline-block;
    margin: 1%;
    font-size: 12px;
}

#city, #pref {
    width: 86%;
    margin: 2px 0 0 2%;
}

#add {
    width: 86%;
    margin: 2px 0 0 2%;
}

#msg {
    height: 200px;
}

.contact_tb th em {
    color: #fff;
    background: #53C0D7;
    border-radius: 3px;
    padding: 2px 5px 3px;
    margin-left: 10px;
    font-size: 70%;
    display: inline-block;
    font-style: normal;
}

.choose_list1 > li {
    width: 48%;
    margin: 0 0 0 2%;
    float: left;
    list-style: none;
    text-align: center;
}

.choose_list1 > li:first-child {
    margin: 0;
}

.choose_list1 {
    width: 80%;
    margin: 50px auto;
    padding: 0;
    position: relative;
    z-index: 300;
}

.clearForm, .clearForm2, .toHome {
	width: 96%;
	max-width: 300px;
	cursor: pointer;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	border-radius: 40px;
	background: none;
	border: 2px solid #ffbb04;
	color: #fff;
    background: #ffbb04;
	padding: 19px 2% 18px;
    font-weight: bold;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
    background: #fff;
	color: #ffbb04;
}

.toHome {
    margin: 50px auto 0 !important;
    text-decoration: none;
    display: block;
    text-align: center;
}


.ui-widget-header {
    border: 2px solid #ccccccad;
    background: #d6ac2f;
}

.lead-h {
    margin: 50px 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-- テーブル --*/

table {
  width: 100%;
}

th, td {
  width: 100% !important;
  display: block;
}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
