/* CSS Document */

/*--------------- フォーム ---------------*/
.must {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #FB4343;
    padding: 0 3px;
    color: #FB4343;
    margin-left: 5px;
    font-size: 12px;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea ,form select{
    border-radius: 3px;
    padding: 8px 13px;
    max-width: 800px;
    border: 1px #ccc solid;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 100%;
}
form select{width: auto;}
form .yubin input[type="text"]{
	width:auto;
	margin-bottom: 8px;
}

form input[type="submit"].wpcf7-submit{
    color: #333;
    background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
    background: -moz-linear-gradient(top, #EEE, #CCC);
    background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
    padding: 12px;
	width: 140px;
	border-radius: 5px;
    border:1px solid #ccc;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 18px;
	display: block;
	margin: 10px auto;
}
.ent_title { width: 22%; float: left; text-align: left; padding-right: 10px; margin-bottom: 5px; }
.ent_body { width: 77%; float: right; margin-bottom: 5px; }
.toggle { text-align: center; }
.toggle span {
	background: #999;
	border-radius: 6px;
	padding: 7px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}
.toggle span:before {
	font-weight: 800;
	content: "＋";
}
.toggle a { text-decoration: none; }
.bunrui1 > span > span, .bunrui2 > span > span { display: block; }
#main .chosakubutsu p { margin-bottom: 0; }

@media only screen and (max-width:768px) {
	.ent_title { width: 100%; float: none; text-align: left; padding-right: 0; margin-bottom: 5px; }
	.ent_body { width: 100%; float: none; margin-bottom: 5px; }
}