@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body {
  font-size: 16px;
  line-height: 2em;
  font-family: 'Noto Sans JP', sans-serif;
}
html {
  font-size: 16px;
}
.hc_scrollup {
  background: #182848;
  right: 0;
  width: 50px;
}
h2 {
  font-size: 2rem;
  padding: 1rem;
  margin: 0;
}
h2:before ,
h2:after {
    content: none;
}

@media screen and (max-width: 992px) {
    .vk_buttons {
        margin-bottom: 0;
    }
}

.form-group figure span {
    font-weight: normal;
    font-size: .8rem;
}

.wp-block-table thead {
    border-bottom: 1px solid;
}
table th,
.wp-block-table th {
    background: #f7f7f7;
    width: 20%;
}
table th,
table td,
.wp-block-table th,
.wp-block-table td {
    border: 1px solid #ddd !important;
}
table td p {
    margin-bottom: 0;
}
.form-control {
    font-size: 16px;
    height: 45px;
}
form table td {
    padding: 1.5rem !important;
}
@media (max-width: 767.98px) {
    table th,
    table td,
    .wp-block-table th,
    .wp-block-table td {
        display: block;
        width: 100% !important;
    }
}
.wpcf7-submit {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    box-shadow: unset !important;
    height: auto;
    white-space: normal;
}
.wpcf7-submit:hover,
.wpcf7-submit:active,
.wpcf7-submit:focus {
    background-color: #fff;
    color: #333;
}
.wpcf7-spinner {
    display: block;
}
.wpcf7 .wpcf7-response-output {
    margin: 2rem 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.wpcf7 .invalid .wpcf7-response-output {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7 !important;
}
.wpcf7 .sent .wpcf7-response-output {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1 !important;
}


.searchform {
	position: relative;
	margin-bottom: 2rem;
}
.searchfield {
	height: 50px;
	padding: 0 10px;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 2px;
	border: solid 1px #eaeaea;
	outline: 0;
}
.searchsubmit {
	height: 50px;
	position: absolute;
	left: 92%;
	top: 0;
	background: none;
	color: #01b3cd;
	border: none;
	font-size: 20px;
	outline: 0;
}
@media screen and (min-width: 768px) {
	.footer-widget-section .searchsubmit {
			left: 85%;
	}
}
@media only screen and (max-width: 480px) and (min-width: 200px) {
	.searchsubmit {
			left: 85%;
	}
}
.hc_scrollup {
	background: #333;
	color: #fff;
	border-radius: 0px;
	position: fixed;
	right: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	padding: 7px;
	display: none;
	opacity: 1;
	text-align: center;
	overflow: hidden;
	z-index: 9999;
}
.hc_scrollup:hover,
.hc_scrollup:focus {
	color: #fff;
}

.footer-section {
    background-color: #f4f4f4;
    padding: 50px 0;
    width: 100%;
}
.footer-widget-column ul {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.footer-widget-column ul li {
    display: block;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 1px;
}
.footer-widget-column ul li a {
    color: #727272;
    transition: all 0.3s ease 0s;
}
 .footer-widget-column li a:before {
    content: "\f192";
    font-family: FontAwesome;
    margin-right: 10px;
    margin-left: 1px;
    font-size: 13px;
}
.footer-copyright {
    padding: 20px 0;
}
.footer-copyright-section {
    border-bottom: 5px solid #333;
}
