@charset "utf-8";
.contactFormWrapper table{
    border-top: unset;
    border-bottom: unset;
}
.contactFormWrapper .formArea{
	margin: 50px 0 0;
	width: 100%;
}
.contactFormWrapper .formArea, .contactFormWrapper .formArea *{
    box-sizing: content-box;
}
.contactFormWrapper .formArea th{
	padding: 5px 10px;
	border: 1px solid #999;
	border-right: 2px solid #73a567;
	border-left: 3px double #999;
	width: 150px;
	background: url("../images/bg02.gif");
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.contactFormWrapper .formArea th span{
	color: #c00;
}
.contactFormWrapper .formArea td{
	padding: 5px 10px;
	border: 1px solid #666;
}
.contactFormWrapper .formArea td input{
	margin: 0 5px 0 0;
}
.contactFormWrapper .formArea td input[type="text"], .contactFormWrapper .formArea td input[type="email"], .contactFormWrapper .formArea#formBox03 textarea{
    width: 100%;
    box-sizing: border-box;
}
/*.contactFormWrapper .formArea td span{
	color: #999;
}*/
.contactFormWrapper .formArea td ul li{
	margin: 0 10px 0 0;
	display: inline;
}

.contactFormWrapper #contactMsg{
	margin: 20px 0 0;
	padding: 10px;
	border: 3px double #aaa;
	background: #f0f0f0;
}

.contactFormWrapper .formArea input{
	vertical-align: middle;
}
.contactFormWrapper .formArea label:hover{
	cursor: pointer;
}

.contactFormWrapper .error_normal{
	padding: 0 5px;
	background-color: #c00;
	border-radius: 5px;
	color: #fff!important;
}

input, select, option, textarea {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Verdana','ＭＳ Ｐゴシック',sans-serif;
    color: #444;
}
select, input, button, textarea, button {
    font: 99% arial,helvetica,clean,sans-serif;
}
.box200 {
    width: 200px;
}
.box100 {
    width: 100px;
}
.box300 {
    width: 300px;
}
.box50 {
    width: 50px !important;
}
.box460 {
    width: 460px;
}


@media(max-width: 768px){
    .contactFormWrapper .formArea tr{
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .contactFormWrapper .formArea th{
        width: 100%;
        box-sizing: border-box;
        border-right: 1px solid #666;
        border-bottom: 2px solid #73a567;
    }
    
}