.contact_table_box p{
	display: block; width: 100%; color: #6c6c6c; font-size: 14px;
	text-align: center; line-height: 26px; margin: 0 !important;
}

#contact_form table tr td input, #contact_form table tr td textarea,::placeholder{
	letter-spacing: .05em; line-height: 1em; font-weight: 500;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important; 
}
::placeholder{color: #ccc;}
input:focus::placeholder {color: transparent !important;}

table#contact_table{width: 100%; border-collapse: collapse;}
table#contact_table tr{border-bottom: 1px #c8c8c8 solid;}
table#contact_table tr:first-of-type{border-top: 1px #c8c8c8 solid;}

table#contact_table tr th{padding-top: 40px; text-align: left; vertical-align: top; width: calc(100% - 580px);}
table#contact_table tr th label{
	display: flex; align-items: center; font-size: 16px; font-weight: 700;
}
table#contact_table tr th label div{
	display: inline-block; margin-left: 10px; position: relative;  width: 65px; height: 20px;
}
table#contact_table tr th label div.required{background-color: #d85f56;}
table#contact_table tr th label div.optional{background-color: #222222;}
table#contact_table tr th label div span{
	display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;
	font-size: 12px; font-weight: 400;
	width: fit-content; width: -ms-fit-content; width: -moz-fit-content; width: -webkit-fit-content; width: -o-fit-content;
	height: fit-content; height: -ms-fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: -o-fit-content;
}
table#contact_table tr th label div.required span{color: #fff;}
table#contact_table tr th label div.optional span{color: #fff;}

table#contact_table tr td{padding: 30px 0; width: 580px;}
table#contact_table tr td input, table#contact_table tr td textarea{
	width: 580px; background-color: #fff; border: 1px #cccccc solid; color: #333; padding: 5px;
	font-size: 14px;
}
table#contact_table tr td input{height: 40px;}
table#contact_table tr td textarea{height: 180px; max-width: 580px; max-height: 280px;}


.empha{
	font-size: 20px !important;
    color: tomato !important;
    font-weight: 600 !important;
}