html :where(.wp-block){
  color: #3C3736;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, serif;
}

html :where(.wp-block){
  margin-top: 24px;
  margin-bottom: 24px;
}
.wp-block-heading {
  margin-top: 32px;
}
h2.wp-block-heading {
  font-size: 24px;
  background: #e7f4fb;
  padding: 12px 8px;
}
h3.wp-block-heading {
  font-size: 22px;
  border-bottom: solid 2px #4aa5a8;
  padding-bottom: 10px;
}
h4.wp-block-heading {
  font-size: 18px;
  padding: 4.5px 9px;
  background: transparent;
  border-left: solid 5px #7db4e6;
}

h5.wp-block-heading {
  font-size: 16px;
}

.wp-block-paragraph {
  font-size: 16px;
  line-height: 1.6;
}
.wp-block-quote {
    position: relative;
    padding: 5px 12px 5px 56px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #fff4db;
}

.wp-block-quote:before{
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 10px;
    width: 36px;
    height: 36px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    content: '“';
    color: #FFF;
    font-size: 20px;
    line-height: 36px;
    background: #ffd596;
    border-radius: 50%;
    font-weight: 900;
}

.wp-block-quote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

.wp-block-quote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.wp-block-file:not(.wp-element-button){
	font-size: 16px;
}
.wp-block-separator{
margin-bottom: 1.5em;
}

a[href $='.pdf']	{
	background:url(../img/pdf_icon.png) no-repeat center right;
	margin:0;
	padding:2px 32px 2px 0;
	background-size: contain;
}
 
a[href $='.pdf']:hover	{
	text-decoration:none;
}
a[href $='.xls']	{
	background:url(../img/xlsx_icon.png) no-repeat center right;
	margin:0;
	padding:2px 32px 2px 0;
	background-size: contain;
}
 
a[href $='.xls']:hover	{
	text-decoration:none;
}
.wp-block-column.-map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.wp-block-column.-map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}