/*
Theme Name: Twenty Twenty Child
Theme URL:
Description: Twenty Twenty Child Theme
Author: KWC
Author URL: https://www.kansai-wellbeing.com/
Template: twentytwenty
Version: 1.3
Text Domain: twentytwenty-child
*/
/* Custom CSS goes after this line */



/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #475d5b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Kosugi Maru', sans-serif !important;
}

.tbudroundedgothic {
  font-family: 'Kosugi Maru', sans-serif !important;
  color: #475d5b;
}

.entry-content p {
  color: #475d5b;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
  color: #00473e;
}

.wpforms-container.kwc-form {
	border: 1px solid #FAFAFA;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 20px
}