@charset "utf-8";
table td,
.tablepress td {
    width: auto;
}

#mailform_box .p-postal-code{
    display: inline-block;
    width: 100px !important;
    margin-bottom: 16px;
}


/*タブレット*/
@media only screen and (max-width: 1000px) {
}
/*地域王MediaQuery*/
@media only screen and (max-width: 960px) {
	
}
/*スマートフォン*/
@media only screen and (max-width: 480px) {
	#mailform_box .p-postal-code{
        margin-bottom: 1.25vw;
    }
}
