.toiawase-box.active {
    display: block;
}
.toiawase-box {
    display: none;
}
textarea {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 150px;
    min-height: 100px;
    max-height: 400px;
}
p.form-txt {
    position: absolute;
    margin-bottom: -40px;
    font-size: 12px;
    left: 20px;
}
.title{
	position: relative;
}
.contact-detail-box {
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: #f9f9f9;
}
.contact-detail-box.show {
	display: block;
}
#contact_phone[required] {
	background-color: #ffe6e6;
}