:root{
  --black:#222;
  --white: #fff;
  --blue:#19688D;
  --green:#2E9568;
  --red: #dc3545;
  --gray: #B1B1B1;
  --light: #efefef;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 600px;
  --breakpoint-md: 780px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1200px;
  --font-sans-serif: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  --font-serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;

/*Style Guide*/
--primary-color:var(--black);
--sub-color:var(--blue);
--primary-font: var(--font-sans-serif);
--web-font: var(--font-sans-serif);
}
/*
body{
	font-size:inherit;
	margin: 0 auto;
	padding: 0;
	line-height: 1.625;
	position: relative;
	color: var(--black);
	font-family: var(--primary-font);
	font-weight: 400;
	text-align: left;	
}
*/
#tinymce a,
.wp-content a,
.wp-block-freeform a{
  color:var(--blue);
  text-decoration: underline;
}
#tinymce a:hover,
.wp-content a:hover,
.wp-block-freeform a:hover{
  text-decoration: none;
}
#tinymce,
.wp-content,
.wp-block-freeform {
	font-family: var(--primary-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	color: var(--black);
}
@media screen and (max-width: var(--breakpoint-sm)) {
  #tinymce,
.wp-content,
.wp-block-freeform {
    font-size: 14px;
  }
}

/*左揃え・中央揃え・右揃え対応ベース*/
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright{
	float: right;
	margin-left: 1.5em;
}
.alignleft{
	float: left;
	margin-right: 1.5em;
}

#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6,
.wp-block-freeform h1,
.wp-block-freeform h2,
.wp-block-freeform h3,
.wp-block-freeform h4,
.wp-block-freeform h5,
.wp-block-freeform h6,
h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading{
	font-family: var(--web-font);
	font-weight: bold;
	font-style: normal;
	color:var(--primary-color);
}

#tinymce h2,
.wp-content h2,
.wp-block-freeform h2 ,
h2.wp-block-heading{
  color:var(--black);
	font-size: 28px;
	letter-spacing: 0.14em;
	margin-top: 30px;
	margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  #tinymce h2,
.wp-content h2,
.wp-block-freeform h2,
h2.wp-block-heading {
    font-size: 22px;
  }
}
#tinymce h3,
.wp-content h3,
.wp-block-freeform h3,
h3.wp-block-heading {
  font-size: 22px;
  letter-spacing: 0.1em;
	color:var(--sub-color);
  line-height: 1.3;
	padding: 7px 18px;
	margin-top: 25px;
	margin-bottom: 20px;
  border: 2px solid var(--sub-color);
}
@media screen and (max-width: 600px) {
  #tinymce h3,
.wp-content h3,
.wp-block-freeform h3,
h3.wp-block-heading {
    font-size: 20px;
  }
}
#tinymce h4,
.wp-content h4,
.wp-block-freeform h4,
h4.wp-block-heading {
	font-size: 20px;
	letter-spacing: 0.1em;
  color:var(--black);
	margin-top: 25px;
	margin-bottom: 13px;
}
@media screen and (max-width: 600px) {
  #tinymce h4,
.wp-content h4,
.wp-block-freeform h4,
h4.wp-block-heading {
    font-size: 18px;
  }
}
#tinymce h5,
.wp-content h5,
.wp-block-freeform h5,
h5.wp-block-heading {
  font-size: 18px;
  color:var(--primary-color);
  margin-top: 22px;
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  #tinymce h5,
.wp-content h5,
.wp-block-freeform h5,
h5.wp-block-heading {
    font-size: 16px;
  }
}
#tinymce h6,
.wp-content h6,
.wp-block-freeform h6,
h6.wp-block-heading {
  font-size: 16px;
  color:var(--black);
  margin-top: 20px;
  margin-bottom: 4px;
}
@media screen and (max-width: 600px) {
  #tinymce h6,
.wp-content h6,
.wp-block-freeform h6,
h6.wp-block-heading {
    font-size: 14px;
  }
}
#tinymce p,
.wp-content p,
.wp-block-freeform p {
	font-size:16px;
	letter-spacing: 0.1em;
	line-height:1.571;
}
@media screen and (max-width: 600px) {
  #tinymce p,
  .wp-content p,
  .wp-block-freeform p {
  	font-size:14px;
}
}
#tinymce p + p,
.wp-content p + p,
.wp-block-freeform p + p {
  margin-top:1.5em;
}
#tinymce div,
.wp-content div,
.wp-block-freeform div {
	margin-top:20px;
	margin-bottom:20px;
}
#tinymce figure,
.wp-content figure,
.wp-block-freeform {
	margin-top:25px;
	margin-bottom:20px;
}
#tinymce figure:has(img),
.wp-content figure:has(img),
.wp-block-freeform figure:has(img) {
  width:fit-content;
	overflow:hidden;
}
.wp-content .inner > img{
  margin:10px 0;
}
#tinymce strong,
.wp-content strong,
.wp-block-freeform strong {
  font-weight:bold;
}
#tinymce dl,
.wp-content dl,
.wp-block-freeform dl {
  margin-bottom: 28px;
}
#tinymce dl dt,
.wp-content dl dt,
.wp-block-freeform dl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 37px;
  color: var(--dark);
  padding: 14px 10px 13px;
  border-top: 1px solid var(--gray)  ;
}
@media screen and (max-width: 600px) {
  #tinymce dl dt,
.wp-content dl dt,
.wp-block-freeform dl dt {
    font-size: 14px;
    line-height: 30px;
  }
}
#tinymce dl dt:last-child,
.wp-content dl dt:last-child,
.wp-block-freeform dl dt:last-child {
  border-bottom: 1px solid var(--gray);
}
#tinymce ul,
.wp-content ul:not([class]),
.wp-block-freeform ul ,
#tinymce ol,
.wp-content ol:not([class]),
.wp-block-freeform ol {
  font-size:1rem;
  padding: 0;
	margin:15px 0 15px 0.5em;
}
#tinymce ul li,
.wp-content ul li,
.wp-block-freeform ul li,
#tinymce ul li,
.wp-content ul li,
.wp-block-freeform ul li {
  font-size: 1em;
  line-height: 2;
  position: relative;
  padding: 0 0 7px 19px;
}
#tinymce ul li:before,
.wp-content ul li:before,
.wp-block-freeform ul li:before {
  content: "";
  background: var(--black);
  width: 6px;
  height: 6px;
  line-height:1;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 6px);
  left: 1px;
  z-index: 1;
}
#tinymce ol,
.wp-content ol,
.wp-block-freeform ol {
  list-style: none;
  counter-reset: number;
  margin-bottom: 26px;
}
#tinymce ol li,
.wp-content ol li,
.wp-block-freeform ol li {
  font-size: 16px;
  font-weight: 700;
  line-height: 37px;
  color: var(--dark);
  position: relative;
  padding-left: 1.5em;
}
#tinymce ol li:before,
.wp-content ol li:before,
.wp-block-freeform ol li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  z-index: 1;
  font-weight: bold;
  color:var(--sub-color);
}
#tinymce ol li:not(:last-child),
.wp-content ol li:not(:last-child),
.wp-block-freeform ol li:not(:last-child) {
  margin-bottom: 7px;
}

#tinymce table,
.wp-content table,
.wp-block-table table,
.wp-block-freeform table {
	position:relative;
	font-size:15px;
	font-weight:500;
	letter-spacing:0.08em;
  border-spacing: 0;
	border-collapse: separate;
  border: none;
  border-top: 1px solid var(--light);
  border-left: 1px solid var(--light);
}
.wp-block-table thead {
  border-color:var(--sub-color);
}
#tinymce table th,
#tinymce table td,
.wp-content table th,
.wp-content table td,
.wp-block-table table th,
.wp-block-table table td,
.wp-block-freeform table th,
.wp-block-freeform table td {
	font-size:15px;
	font-weight:500;
  color: var(--dark);
	vertical-align: middle;
  padding:12px;
  border: none;
  border-right: 1px solid var(--light);
  border-bottom: 1px solid var(--light);
  border-color:var(--light) !important;
	white-space: nowrap;

}
@media screen and (max-width: 600px) {
  #tinymce table th,
#tinymce table td,
.wp-content table th,
.wp-content table td,
.wp-block-table table th,
.wp-block-table table td,
.wp-block-freeform table th,
.wp-block-freeform table td {
    display: block;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#tinymce table th,
.wp-content table th,
.wp-block-table table th,
.wp-block-freeform table th {
  font-weight:bold;
	color:var(--white);
	background:var(--sub-color);
}
@media screen and (max-width: 600px) {
  #tinymce table th,
.wp-content table th,
.wp-block-table table th,
.wp-block-freeform table th {
    width: 100%;
  }
}
#tinymce table td,
.wp-content table td,
.wp-block-table table td,
.wp-block-freeform table td {
  letter-spacing: 0;
	color:var(--black);
	background:var(--white);
}
@media screen and (max-width: 600px) {
  #tinymce table td,
.wp-content table td,
.wp-block-table table td,
.wp-block-freeform table td {
    width: 100%;
  }
}


.wp_content blockquote:not([class]), 
.wp-block-quote {
  font-size: 1rem;
  line-height: 2.25;
  background: var(--light);
  position: relative;
  padding: 50px;
  margin-bottom: 30px;
}
.wp_content blockquote:not([class])::before, 
.wp_content blockquote:not([class])::after, 
.wp-block-quote::before, 
.wp-block-quote::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  font-size: 4.25rem/*68px*/;
  font-weight: bold;
  line-height: 1px;
  vertical-align: baseline;
  color: var(--primary-color);
  position: absolute;
}
.wp_content blockquote:not([class])::before, 
.wp-block-quote::before {
  content:"“";
  top: 1em;
  left: 15px;
}
.wp_content blockquote:not([class])::after, 
.wp-block-quote::after {
  content:"”";
  bottom: 12px;
  right: 15px;
}
.wp_content blockquote:not([class]) small, 
.wp_content blockquote:not([class]) cite, 
.wp-block-quote cite {
  color: var(--gray);
  font-size: 14px;
  letter-spacing: 0.12em;
  font-weight: 600;
  text-decoration: none;
}