@charset "utf-8";
.contact_h1 {
    background: #005466;
    display: block;
    padding: 0.6% 3%;
    font-weight: bold;
    border-radius: 100px;
    color: #fff;
    width: fit-content;
    width: -moz-fit-content;
    margin: 3% auto;
}
.naka_con form{
    width: 80%;
    margin: 3% auto;
}
.naka_con table{
	width:100%;
}
.button_group{
    text-align: center;
    margin: 4% 0;
}
.naka_con table td,.naka_con table th{
    vertical-align: middle;
    padding: 4% 2%;
    border-bottom: dotted 1px #ccc;
}
.naka_con table th{
	text-align:left;
    font-size: 1.1em;
}
.form_inputTextItem,.form_textareaItem,.form_selectItem{
	width:100%;
    font-size: 1.2em;
}
.form_required{
    color: #f00;
    font-size: 0.8em;
}
.naka_con table td.noborder,.naka_con table th.noborder{
	border:0;
}
.naka_con table td.naiyou{
	padding-top: 0;
}
.animal{
    margin-left: 2%;
	font-size: 1.2em;
}
@media screen and ( max-width:599px){
.naka_con form {
    width: 94%;
}
}
@media screen and ( max-width:425px){
.naka_con table td, .naka_con table th {
    width: 96%;
    display: block;
}
 .naka_con table th {
	border:0;
}
}