/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
@font-face {
  font-family: 'ZenMaruGothic';
  src: url('/fonts/ZenMaruGothic-Regular.ttf') format('ttf');
}
/***********************************
 CONTACT
***********************************/
@media (max-width: 559px){
	.contact_table tr, .contact_table td,.contact_table th{
 display: block;
 width: 100%;
 box-sizing: border-box;
	}
}
@media (min-width: 560px){
.contact_table{border:none; border-top:solid 3px #e0e0e0;}
	.contact_table th,
	.contact_table td{padding:1em 5px; border:none; border-bottom:solid 3px #e0e0e0; vertical-align: middle;}
		.contact_table th:before{content:""; padding-right:0;}
table {
    width: 100% !important;
    margin: 1.5em auto;
}

table, td, th {
    border-collapse: collapse;
}
}
.contact_table .required {
    color: #f00;
    vertical-align: top;
}