.contact{
	font-size:14px;
}

.contact a{
	color:#00862E;
	text-decoration:underline;
}

.contact a:hover{
	text-decoration:none;
}

.contact h4{
	font-size:20px;
	margin-bottom:12px;
	color:#77AA33;
}

.contact input,
.contact select,
.contact textarea {
	padding: 2px;
}


.contact-textarea{
	margin:20px 0;
}

.contact-textarea p{
	margin-bottom:12px;
}


.contact table{
	width:100%;
	border-collapse:collapse;
}

.contact table.ctb-no td{
	border:none !important;
}

.contact th,
.contact td {
	border:1px solid #8cc63f;
}

.contact table th{
	text-align:left;
	font-weight:normal;
	padding:20px 10px;
	width:30%;
	background-color:#deeec6;
}

.contact table td{
	text-align:left;
	font-weight:normal;
	padding:20px 10px;
}

.trcenter{
	text-align:center;
	margin-top:20px;
}

.trcenter a{
	text-decoration:none !important;
}


input.button{
	margin-top:5px;
	padding:6px 25px;
	border: 4px double #deeec6;
	background: #8cc63f;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
}

input.button:hover{
	background: #9BCE57;
}


.tred{
	color:#F00;
}

.fw_100 { width:100px; }
.fw_150 { width:150px; }
.fw_200 { width:200px; }
.fw_300 { width:300px; }
.fw_350 { width:350px; }
.fw_400 { width:400px; }
.fw_500 { width:500px; }


/*=====================================================
	スマホ用インターフェース

	作成：2020年7月21日
=======================================================*/
@media screen and (max-width: 768px) { /* 最大画面サイズ: 767px => スマホサイズ */
.contact table {
	width: 100%;
}
.contact table tbody tr {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.contact table th {
	width: 100%;
	padding: 10px;
}
.contact table td {
	width: 100%;
}
.contact table td select {
	font-size: 120%;
	padding: 5px;
}
.contact table td input[type="text"] {
	font-size: 140%;
	padding: 5px;
}
.fw_150, .fw_200, .fw_400 {
	width: 90%;
}
input[type="submit"] {
	margin-top: 10px;
	margin-bottom: 20px;
    padding: 11px 25px;
    border: 4px double #deeec6;
    background: #8cc63f;
    color: #FFF;
    cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	width: 50%;
}

} /* // @media screen
