@charset "utf-8";

.other_contact{
	text-align: center;
}
.other_contact .ttl{
	background: url(../../img/common/bg_yellow.png) repeat;
	padding: 5px 10px !important;
	margin: 0 0 5px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.other_contact .sttl{
}
.other_contact .tel{
	font-weight: bold;
	font-size: 1.8rem;
}
.other_contact .address{
	padding: 5px 0 0 0;
}


span.hissu{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #F00;
	color: #FFF;
	padding: 2px;
	margin: 2px;
	font-size: 1.1rem;
}
.form table{
	width: 100%;
	margin: 0px auto 20px;
	border-collapse:collapse;
	border: 0;
}

.form table th{
	padding: 7px 10px;
	border-bottom: 1px solid #546455;
	text-align: left;
	width: 200px;
}

.form table td{
	padding: 7px;
	border-bottom: 1px solid #546455;
}

@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
.form table th{
	width: 9em;
}

}


@media screen and (max-width: 620px) {
/*sp*/
.form table th{
	padding: 7px;
	text-align: center;
}
}
@media screen and (max-width: 480px){
} 


/*form parts
************************************************************************************/

/*form
----------------------------------------------------------------------*/
.form input{
	margin: 1px;
}

.form input[type=text],
.form input[type=date]{
	width: 450px;
	padding: 5px;
}
.form input.m[type=text]{
	width: 120px;
	padding: 5px;
}
.form input.s[type=text]{
	width: 80px;
	padding: 5px;
}

.form input[type=email]{
	width: 250px;
	padding: 5px;
}


.form input[type=tel]{
	width: 250px;
	padding: 5px;
}

.form textarea{
	width: 500px;
	height: 150px;
}

.form textarea.small{
	width: 500px;
	height: 70px;
}

.form select{
	padding: 10px;
}

.btnSend{
	text-align: center;
	padding-bottom: 20px;
}

.form .btnSend input[type=submit]{
	padding: 10px 40px;
	background: #333;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.form .btnSend input[type=reset]{
	padding: 10px 40px;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.form td li{
	display: inline-block;
	padding: 0 10px 0 0;
}

.form td input.en{
	ime-mode: disabled;
}
.form td input.jp{
	ime-mode: active;
}


.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}

@media screen and (max-width: 979px) {
/*tablet*/


}

@media screen and (max-width: 768px){
/*smart phone*/
.form input{
	padding: 15px 1%;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email]{
	width: 100%;
	font-size: 1.5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.m[type=text],
.form input.m[type=tel]{
	width: 50%;
	font-size: 1.5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.form input.s[type=text],
.form input.s[type=tel]{
	width: 30%;
	font-size: 1.5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.form textarea{
	width: 100%;
	padding: 5px 1%;
	height: 150px;
	font-size: 1.5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 