@charset "utf-8";
/*
Theme Name:株式会社株式会社東興商事
Theme URI: https://www.tohko-shoji.com/
Description:株式会社株式会社東興商事のテーマです
*/

/*基本*/

.textcenter { text-align:center; }
.textright { text-align:right; }
.textleft { text-align:left; }

.w20 {width:20%;}
.w23 {width:23%;}
.w24 {width:24%;}
.w25 {width:25%;}
.w27 {width:27%;}
.w28 {width:28%;}
.w30 {width:30%;}
.w31 {width:31%;}
.w32 {width:32%;}
.w33 {width:33.3333%;}
.w35 {width:35%;}
.w36 {width:36%;}
.w37 {width:37%;}
.w40 {width:40%;}
.w42 {width:42%;}
.w44 {width:44%;}
.w45 {width:45%;}
.w46 {width:46%;}
.w46 {width:46%;}
.w47 {width:47%;}
.w48 {width:48%;}
.w49 {width:49%;}
.w50 {width:50%;}
.w52 {width:52%;}
.w55 {width:55%;}
.w57 {width:57%;}
.w58 {width:58%;}
.w60 {width:60%;}
.w65 {width:65%;}
.w66 {width:66%;}
.w67 {width:67%;}
.w70 {width:70%;}
.w77 {width:77%;}
.w96 {width:96%; margin:0 auto;}

.bottom0 {	margin-bottom:0 !important;}
.bottom10 {	margin-bottom:1rem;}
.bottom15 {	margin-bottom:1.5rem;}
.bottom20 {	margin-bottom:2rem;}
.bottom30 {	margin-bottom:3rem;}
.bottom40 {	margin-bottom:4rem;}
.bottom45 {	margin-bottom:4.5rem;}
.bottom50 {	margin-bottom:5rem;}
.bottom60 {	margin-bottom:6rem;}
.bottom75 {	margin-bottom:7.5rem;}
.bottom90 {	margin-bottom:9rem;}

.padding0 { padding-right:0 !important; padding-left:0 !important; }

@media (max-width: 980px){
.bottom10 {margin-bottom:0.5rem !important;}
.bottom15 {	margin-bottom:1rem;}
.bottom20 {	margin-bottom:1rem;}
.bottom30 {	margin-bottom:1.5rem !important;}
.bottom40 {	margin-bottom:1.5rem;}
.bottom45 {	margin-bottom:2rem;}
.bottom50 {	margin-bottom:2.5rem;}
.bottom60 {	margin-bottom:3rem;}
.bottom75 {	margin-bottom:3.5rem;}
.bottom90 {	margin-bottom:4.5rem;}
.w70_sp img { width:70% !important; display:block; margin-left:auto; margin-right:auto;}
}


/*WORDPRESSのCSS*/

/* Widgets */
.sticky {
	display: block;
}
.sticky-post {
	background: #0073aa;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	padding: .25rem;
	position: absolute;
	text-transform: uppercase;
	top: -1rem;
	z-index: 1;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
 margin: 0 0 calc(1.5 * 1rem);
}
.entry {
}
.entry:first-of-type {
	margin-top: 0;
}
.entry-header {
	position: relative;
	background-size: cover;
	padding: 12rem 3rem;
	background:url(images/entry-header_bg.jpg) no-repeat center top #FFF;
	background-size:cover;
	box-sizing:border-box;
}

.entry-header h1 {
	font-size:clamp(24px, 3.6vw, 40px);
	font-weight:900;
	color:#FFF;
	line-height:1.4;
	max-width:1480px;
	margin:0 auto;
	position:relative;
	z-index:10;
	text-align:center;
	letter-spacing:5px;
    text-shadow: 1px 1px 3px #000;
}

.entry-header h1 span {
	display:block;
	font-size:0.6em;
	font-weight:700;
}


.entry-content *.alignwide,
.entry-summary *.alignwide {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-left:15%;
  padding-right:15%;
  padding-top:6rem;
  padding-bottom:6rem;
}

.entry-content *.alignfull,
.entry-summary *.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
 
.entry-content .wp-block-image.alignfull img {
  max-width: calc( 125% + 150px);
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}


 @media only screen and (max-width: 980px) {
.entry {
}

.entry-header {
	padding: 3rem 10px;
}

.entry-header h1 {
	letter-spacing:0;
}

.entry-content *.alignwide,
.entry-summary *.alignwide {
  padding-left:5%;
  padding-right:5%;
  padding-top:3rem;
  padding-bottom:3rem;
}

}

 @media only screen and (max-width: 414px) {
.entry-header {
	padding: 5.5rem 10px;
}

.entry-header #page_title {
	margin:0 auto;
}

.entry-header #page_title:before {
	top:100%;
}

.entry-header #page_title:after {
	top:100%;
}

}

.entry .entry-title {
	margin: 0;
}
.entry .entry-title:before {
	background: #767676;
	content: "\020";
	display: block;
	height: 2px;
	margin: 1rem 0;
	width: 1em;
}
.entry .entry-title a {
	color: inherit;
}
.entry .entry-title a:hover {
	color: #4a4a4a;
}
.entry .entry-meta, .entry .entry-footer {
	color: #767676;
	font-weight: 500;
}
.entry .entry-meta > span, .entry .entry-footer > span {
	margin-right: 1rem;
	display: inline-block;
}
.entry .entry-meta > span:last-child, .entry .entry-footer > span:last-child {
	margin-right: 0;
}
.entry .entry-meta a, .entry .entry-footer a {
	transition: color 110ms ease-in-out;
	color: currentColor;
}
.entry .entry-meta a:hover, .entry .entry-footer a:hover {
	text-decoration: none;
	color: #0073aa;
}
.entry .entry-meta .svg-icon, .entry .entry-footer .svg-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
.entry .entry-meta {
	margin: 1rem 0;
}
.entry .entry-footer {
 margin: calc(2 * 1rem) 1rem 1rem;
}
 @media only screen and (min-width: 980px) {
.entry .entry-footer {
 margin: 1rem calc(10% + 60px) calc(3 * 1rem);
 max-width: calc(8 * (100vw / 12) - 28px);
}
}
 @media only screen and (min-width: 980px) {
.entry .entry-footer {
 max-width: calc(6 * (100vw / 12) - 28px);
}
}
.entry .post-thumbnail {
	margin: 1rem;
}
 @media only screen and (min-width: 980px) {
.entry .post-thumbnail {
	margin: 1rem calc(10% + 60px);
}
}
.entry .post-thumbnail:focus {
	outline: none;
}
.entry .post-thumbnail .post-thumbnail-inner {
	display: block;
}
.entry .post-thumbnail .post-thumbnail-inner img {
	position: relative;
	display: block;
	width: 100%;
}
.image-filters-enabled .entry .post-thumbnail {
	position: relative;
	display: block;
}
.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
	filter: grayscale(100%);
}
.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
	background: rgba(0, 0, 0, 0.35);
	content: "";
	display: block;
	height: 100%;
	opacity: .5;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}
 @supports (mix-blend-mode: multiply) {
 .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
 display: none;
}
}
.image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "\020";
	pointer-events: none;
}
.image-filters-enabled .entry .post-thumbnail:before {
	background: #0073aa;
	mix-blend-mode: screen;
	opacity: 0.1;
	z-index: 2;
}
.image-filters-enabled .entry .post-thumbnail:after {
	background: #0073aa;
	mix-blend-mode: multiply;
	opacity: .8;
	z-index: 3;/* Browsers supporting mix-blend-mode don't need opacity < 1 */
}
 @supports (mix-blend-mode: multiply) {
 .image-filters-enabled .entry .post-thumbnail:after {
 opacity: 1;
}
}

.entry-content {
	padding-top:6rem;
	padding-bottom:6rem;
}

.entry-content p {
	word-wrap: break-word;
	margin: 0 0 3rem;
	line-break: strict;
	line-height:2;
}

.entry-content p strong {
	font-weight:bold;
}

.entry-content .more-link {
	transition: color 110ms ease-in-out;
	display: inline;
	color: inherit;
}
.entry-content .more-link:after {
	content: "\02192";
	display: inline-block;
	margin-left: 0.5em;
}
.entry-content .more-link:hover {
	color: #0073aa;
	text-decoration: none;
}
.entry-content a {
	text-decoration: underline;
	color:#159ea9;
}

.entry-content a.button, .entry-content a:hover {
	text-decoration: none;
}
.entry-content a.button {
	display: inline-block;
}
.entry-content a.button:hover {
	background: #111;
	color: #fff;
	cursor: pointer;
}
.entry-content > iframe[style] {
	margin: 32px 0 !important;
	max-width: 100% !important;
}


 @media only screen and (max-width: 980px) {
.entry-content {
	padding-top:4.5rem;
	padding-bottom:3rem;
	margin-top:0;
}

.single-achievements .entry-content {
	padding-top:1.5rem;
}

.entry-content p {
	line-height:2;
	margin-bottom:3rem;
}

}
 
 @media only screen and (min-width: 980px) {
.entry-content > iframe[style] {
 max-width: calc(8 * (100vw / 12) - 28px) !important;
}
}
 @media only screen and (min-width: 1168px) {
.entry-content > iframe[style] {
 max-width: calc(6 * (100vw / 12) - 28px) !important;
}
}
.entry-content .page-links a {
 margin: calc(0.5 * 1rem);
	text-decoration: none;
}
.entry-content .wp-audio-shortcode {
 max-width: calc(100vw - (2 * 1rem));
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-audio-shortcode {
 max-width: calc(8 * (100vw / 12) - 28px);
}
}
 @media only screen and (min-width: 1168px) {
.entry-content .wp-audio-shortcode {
 max-width: calc(6 * (100vw / 12) - 28px);
}
}

.widget {
	margin: 0 0 1rem;/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
.widget a {
	color: #0073aa;
}
.widget a:hover {
	color: #005177;
}
.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul {
	padding: 0;
	list-style: none;
}
.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li {
	color: #767676;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
 font-size: calc(22px * 1.125);
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.widget_archive ul ul, .widget_categories ul ul, .widget_meta ul ul, .widget_nav_menu ul ul, .widget_pages ul ul, .widget_recent_comments ul ul, .widget_recent_entries ul ul, .widget_rss ul ul {
	counter-reset: submenu;
}
.widget_archive ul ul > li > a::before, .widget_categories ul ul > li > a::before, .widget_meta ul ul > li > a::before, .widget_nav_menu ul ul > li > a::before, .widget_pages ul ul > li > a::before, .widget_recent_comments ul ul > li > a::before, .widget_recent_entries ul ul > li > a::before, .widget_rss ul ul > li > a::before {
	font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: normal;
	content: "??" counters(submenu, "??", none);
	counter-increment: submenu;
}
.widget_tag_cloud .tagcloud {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 700;
}
.widget_search .search-field {
	width: 100%;
}
 @media only screen and (min-width: 600px) {
.widget_search .search-field {
	width: auto;
}
}
.widget_search .search-submit {
	display: block;
	margin-top: 1rem;
}
.widget_calendar .calendar_wrap {
	text-align: center;
}
.widget_calendar .calendar_wrap table td, .widget_calendar .calendar_wrap table th {
	border: none;
}
.widget_calendar .calendar_wrap a {
	text-decoration: underline;
}
/* Blocks */
/* !Block styles */

 @media only screen and (min-width: 980px) {
}

}
 @media only screen and (min-width: 1168px) {
}
.entry-content > *.alignwide, .entry .entry-summary > *.alignwide, .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignwide, .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignwide {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
 @media only screen and (min-width: 980px) {
.entry-content > *.alignwide,  .entry .entry-summary > *.alignwide,  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignwide,  .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignwide {
	width: 100%;
	max-width: 100%;
}
}
.entry-content > *.alignfull, .entry .entry-summary > *.alignfull, .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull, .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
	position: relative;
	left: -1rem;
 width: calc( 100% + (2 * 1rem));
 max-width: calc( 100% + (2 * 1rem));
	clear: both;
}
 @media only screen and (min-width: 980px) {
.entry-content > *.alignfull,  .entry .entry-summary > *.alignfull,  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignfull,  .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignfull {
 margin-top: calc(2 * 1rem);
 margin-bottom: calc(2 * 1rem);
	left: calc( -12.5% - 75px);
	width: calc( 125% + 150px);
	max-width: calc( 125% + 150px);
}
}
.entry-content > *.alignleft, .entry .entry-summary > *.alignleft, .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignleft, .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
	/*rtl:ignore*/
	float: left;
 max-width: calc(5 * (100vw / 12));
	margin-top: 0;
	margin-left: 0;
	/*rtl:ignore*/
	margin-right: 1rem;
}
 @media only screen and (min-width: 980px) {
.entry-content > *.alignleft,  .entry .entry-summary > *.alignleft,  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignleft,  .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignleft {
 max-width: calc(4 * (100vw / 12));
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
}
}
.entry-content > *.alignright, .entry .entry-summary > *.alignright, .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignright, .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignright {
	/*rtl:ignore*/
	float: right;
 max-width: calc(5 * (100vw / 12));
	margin-top: 0;
	margin-right: 0;
	/*rtl:ignore*/
	margin-left: 1rem;
}
 @media only screen and (min-width: 980px) {
.entry-content > *.alignright,  .entry .entry-summary > *.alignright,  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.alignright,  .entry-content > .wp-block-group > .wp-block-group__inner-container > *.alignright {
 max-width: calc(4 * (100vw / 12));
	margin-right: 0;
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
}
}
.entry-content > *.aligncenter, .entry .entry-summary > *.aligncenter, .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter, .entry-content > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
 @media only screen and (min-width: 980px) {
.entry-content > *.aligncenter,  .entry .entry-summary > *.aligncenter,  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter,  .entry-content > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
 max-width: calc(8 * (100vw / 12) - 28px);
}
}
 @media only screen and (min-width: 1168px) {
.entry-content > *.aligncenter,  .entry .entry-summary > *.aligncenter,  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter,  .entry-content > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
 max-width: calc(6 * (100vw / 12) - 28px);
}
}
 @media only screen and (min-width: 980px) {
.entry-content > *.aligncenter,  .entry .entry-summary > *.aligncenter,  .entry .entry-summary > .wp-block-group > .wp-block-group__inner-container > *.aligncenter,  .entry-content > .wp-block-group > .wp-block-group__inner-container > *.aligncenter {
	margin-left: 0;
	margin-right: 0;
}
}

/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
.entry-content .entry-content, .entry-content .entry-summary, .entry-content .entry, .entry .entry-summary .entry-content, .entry .entry-summary .entry-summary, .entry .entry-summary .entry {
	margin: inherit;
	max-width: inherit;
	padding: inherit;
}
 @media only screen and (min-width: 980px) {
.entry-content .entry-content,  .entry-content .entry-summary,  .entry-content .entry,  .entry .entry-summary .entry-content,  .entry .entry-summary .entry-summary,  .entry .entry-summary .entry {
	margin: inherit;
	max-width: inherit;
	padding: inherit;
}
}
.entry-content p.has-background {
	padding: 20px 30px;
}
.entry-content .wp-block-audio {
	width: 100%;
}
.entry-content .wp-block-audio audio {
	width: 100%;
}
.entry-content .wp-block-audio.alignleft audio, .entry-content .wp-block-audio.alignright audio {
	max-width: 198px;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-audio.alignleft audio,  .entry-content .wp-block-audio.alignright audio {
	max-width: 384px;
}
}
 @media only screen and (min-width: 1379px) {
.entry-content .wp-block-audio.alignleft audio,  .entry-content .wp-block-audio.alignright audio {
	max-width: 385.44px;
}
}
.entry-content .wp-block-video video {
	width: 100%;
}
.entry-content .wp-block-button .wp-block-button__link {
	border: none;
	line-height: 1.2;
	box-sizing: border-box;
	text-decoration: none;
	padding: 1.25rem 4.5rem 1.25rem 3rem;
	outline: none;
	vertical-align:top;
	margin-bottom:2rem;
	position:relative;
}

.entry-content .wp-block-button .wp-block-button__link:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-ms-transition: 0s ease-in-out;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.entry-content .wp-block-button .wp-block-button__link:after{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 1.2em;
    position: absolute;
    right: 1.5rem;
    top: 54%;
    transform: translateY(-50%) translateX(0);
    -webkit- transform: translateY(-50%) translateX(0);
    margin: auto;
    display: inline-block;
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
	width:auto !important;
}

.entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
}
.entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
	font-weight:500;
}
.entry-content .wp-block-button .wp-block-button__link:hover {
	cursor: pointer;
}
.entry-content .wp-block-button .wp-block-button__link:focus {
	outline: thin dotted;
	outline-offset: -4px;
}
.entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
	border-radius: 5px;
	margin:0 auto;
}

.entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link:before {
}

.entry-content .wp-block-button.is-style-outline .wp-block-button__link, .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus, .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
	transition: all 150ms ease-in-out;
	border-width: 2px;
	border-style: solid;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background), .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background), .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
	background: transparent;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color), .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color), .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
	border-color: currentColor;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: white;
	border-color: #111;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
	color: #111;
}
.entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-latest-posts {
	padding: 0;
	list-style: none;
}
.entry-content .wp-block-archives li > a, .entry-content .wp-block-categories li > a, .entry-content .wp-block-latest-posts li > a {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
 font-size: calc(22px * 1.125);
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}
.entry-content .wp-block-archives.aligncenter, .entry-content .wp-block-categories.aligncenter {
	text-align: center;
}
.entry-content .wp-block-categories ul {
	padding-top: 0.75rem;
}
.entry-content .wp-block-categories li ul {
	list-style: none;
	padding-left: 0;
}
.entry-content .wp-block-categories ul {
	counter-reset: submenu;
}
.entry-content .wp-block-categories ul > li > a::before {
	font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-weight: normal;
	content: "??" counters(submenu, "??", none);
	counter-increment: submenu;
}
.entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 0.71111em;
	color: #767676;
	line-height: 1.2;
}
.entry-content .wp-block-latest-posts .wp-block-latest-posts__post-full-content, .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.entry-content .wp-block-latest-posts li {
	padding-bottom: 0.5rem;
}
.entry-content .wp-block-latest-posts li.menu-item-has-children, .entry-content .wp-block-latest-posts li:last-child {
	padding-bottom: 0;
}
.entry-content .wp-block-latest-posts li :not(:last-child) .wp-block-latest-posts__post-excerpt {
	padding-bottom: 0.5rem;
}
.entry-content .wp-block-latest-posts.is-grid li {
	border-top: 2px solid #ccc;
	padding-top: 1rem;
	margin-bottom: 2rem;
}
.entry-content .wp-block-latest-posts.is-grid li a:after {
	content: '';
}
.entry-content .wp-block-latest-posts.is-grid li:last-child {
	margin-bottom: auto;
}
.entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
	content: '';
}
.entry-content .wp-block-preformatted {
	font-size: 0.71111em;
	line-height: 1.8;
	padding: 1rem;
}
.entry-content .wp-block-verse {
	font-family: "NonBreakingSpaceOverride", "Hoefler Text", Garamond, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.8;
}
.entry-content .has-drop-cap:not(:focus):first-letter {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 3.375em;
	line-height: 1;
	font-weight: bold;
	margin: 0 0.25em 0 0;
}
.entry-content .wp-block-pullquote {
	border-color: transparent;
	border-width: 2px;
	padding: 1rem;
}
.entry-content .wp-block-pullquote blockquote {
	color: #111;
	border: none;
 margin-top: calc(4 * 1rem);
 margin-bottom: calc(4.33 * 1rem);
	margin-right: 0;
	padding-left: 0;
}
.entry-content .wp-block-pullquote p {
	font-size: 1.6875em;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.entry-content .wp-block-pullquote p em {
	font-style: normal;
}
@media only screen and (min-width: 980px) {
.entry-content .wp-block-pullquote p {
	font-size: 2.25em;
}
}

@media only screen and (max-width: 980px) {
.entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
	width:100%;
	font-size:1.2rem;
}
}

.entry-content .wp-block-pullquote cite {
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	line-height: 1.6;
	text-transform: none;
	color: #767676;
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}
.entry-content .wp-block-pullquote.alignleft, .entry-content .wp-block-pullquote.alignright {
	width: 100%;
	padding: 0;
}
.entry-content .wp-block-pullquote.alignleft blockquote, .entry-content .wp-block-pullquote.alignright blockquote {
	margin: 1rem 0;
	padding: 0;
	text-align: left;
	max-width: 100%;
}
.entry-content .wp-block-pullquote.alignleft blockquote p:first-child, .entry-content .wp-block-pullquote.alignright blockquote p:first-child {
	margin-top: 0;
}
.entry-content .wp-block-pullquote.is-style-solid-color {
	background-color: #0073aa;
	padding-left: 0;
	padding-right: 0;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-pullquote.is-style-solid-color {
	padding-left: 10%;
	padding-right: 10%;
}
}
.entry-content .wp-block-pullquote.is-style-solid-color p {
	font-size: 1.6875em;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-pullquote.is-style-solid-color p {
	font-size: 2.25em;
}
}
.entry-content .wp-block-pullquote.is-style-solid-color a {
	color: #fff;
}
.entry-content .wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}
.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	color: #fff;
	padding-left: 0;
	margin-left: 1rem;
	margin-right: 1rem;
}
.entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
	color: inherit;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	margin-left: 0;
	margin-right: 0;
}
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-pullquote.is-style-solid-color.alignright, .entry-content .wp-block-pullquote.is-style-solid-color.alignleft {
 padding: 1rem calc(2 * 1rem);
}
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
 padding-left: calc(10% + 58px + (2 * 1rem));
 padding-right: calc(10% + 58px + (2 * 1rem));
}
}
.entry-content .wp-block-quote:not(.is-large), .entry-content .wp-block-quote:not(.is-style-large) {
	border-width: 2px;
	border-color: #0073aa;
	padding-top: 0;
	padding-bottom: 0;
}
.entry-content .wp-block-quote p {
	font-size: 1em;
	font-style: normal;
	line-height: 1.8;
}
.entry-content .wp-block-quote cite {
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}
.entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large {
	margin: 1rem 0;
	padding: 0;
	border-left: none;
}
.entry-content .wp-block-quote.is-large p, .entry-content .wp-block-quote.is-style-large p {
	font-size: 1.6875em;
	line-height: 1.4;
	font-style: italic;
}
.entry-content .wp-block-quote.is-large cite, .entry-content .wp-block-quote.is-large footer, .entry-content .wp-block-quote.is-style-large cite, .entry-content .wp-block-quote.is-style-large footer {
  /*
				 * This requires a rem-based font size calculation instead of our normal em-based one,
				 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
				 */
  font-size: calc(1rem / (1.25 * 1.125));
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large {
	margin: 1rem 0;
	padding: 1rem 0;
}
.entry-content .wp-block-quote.is-large p, .entry-content .wp-block-quote.is-style-large p {
	font-size: 1.6875em;
}
}
.entry-content .wp-block-image {
	max-width: 100%;
}
.entry-content .wp-block-image img {
	display: block;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-image:not(.alignwide):not(.alignfull) > img {
 max-width:100%;
}
}
 @media only screen and (min-width: 1168px) {
.entry-content .wp-block-image:not(.alignwide):not(.alignfull) > img {
 max-width: 100%;
}
}

.entry-content .wp-block-image.alignfull img {
	width: 100vw;
 max-width: calc( 100% + (2 * 1rem));
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-image.alignfull img {
	max-width: calc( 125% + 150px);
	margin-left: auto;
	margin-right: auto;
}
}
.entry-content .wp-block-cover-image, .entry-content .wp-block-cover {
	position: relative;
	min-height: 430px;
	padding: 1rem;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-cover-image,  .entry-content .wp-block-cover {
	padding: 1rem 10%;
}
}
.entry-content .wp-block-cover-image .wp-block-cover-image-text, .entry-content .wp-block-cover-image .wp-block-cover-text, .entry-content .wp-block-cover-image h2, .entry-content .wp-block-cover .wp-block-cover-image-text, .entry-content .wp-block-cover .wp-block-cover-text, .entry-content .wp-block-cover h2 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: 1.6875em;
	font-weight: bold;
	line-height: 1.25;
	padding: 0;
	color: #fff;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-cover-image .wp-block-cover-image-text,  .entry-content .wp-block-cover-image .wp-block-cover-text,  .entry-content .wp-block-cover-image h2,  .entry-content .wp-block-cover .wp-block-cover-image-text,  .entry-content .wp-block-cover .wp-block-cover-text,  .entry-content .wp-block-cover h2 {
	font-size: 2.25em;
	max-width: 100%;
}
}
.entry-content .wp-block-cover-image.alignleft, .entry-content .wp-block-cover-image.alignright, .entry-content .wp-block-cover.alignleft, .entry-content .wp-block-cover.alignright {
	width: 100%;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-cover-image.alignleft, .entry-content .wp-block-cover-image.alignright,  .entry-content .wp-block-cover.alignleft,  .entry-content .wp-block-cover.alignright {
 padding: 1rem calc(2 * 1rem);
}
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,  .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,  .entry-content .wp-block-cover-image.alignfull h2,  .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,  .entry-content .wp-block-cover.alignfull .wp-block-cover-text,  .entry-content .wp-block-cover.alignfull h2 {
 max-width: calc(8 * (100vw / 12) - 28px);
}
}
 @media only screen and (min-width: 1168px) {
.entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,  .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,  .entry-content .wp-block-cover-image.alignfull h2,  .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,  .entry-content .wp-block-cover.alignfull .wp-block-cover-text,  .entry-content .wp-block-cover.alignfull h2 {
 max-width: calc(6 * (100vw / 12) - 28px);
}
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-cover-image.alignfull,  .entry-content .wp-block-cover.alignfull {
 padding-left: calc(10% + 58px + (2 * 1rem));
 padding-right: calc(10% + 58px + (2 * 1rem));
}
.entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,  .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,  .entry-content .wp-block-cover-image.alignfull h2,  .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,  .entry-content .wp-block-cover.alignfull .wp-block-cover-text,  .entry-content .wp-block-cover.alignfull h2 {
	padding: 0;
}
}
.entry-content .wp-block-gallery {
	list-style-type: none;
	padding-left: 0;
	margin-bottom:3rem;
}
.entry-content .wp-block-gallery .blocks-gallery-image:last-child, .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
	margin-bottom: 16px;
}
.entry-content .wp-block-gallery figcaption a {
	color: #fff;
}
.entry-content .wp-block-audio figcaption, .entry-content .wp-block-video figcaption, .entry-content .wp-block-image figcaption, .entry-content .wp-block-gallery .blocks-gallery-image figcaption, .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 1em;
	line-height: 1.4;
	margin: 0;
	padding:1.5rem 0.5rem;
	text-align: center;
	word-break:break-all;
}
.entry-content .wp-block-separator, .entry-content hr {
	background-color: #767676;
	border: 0;
	height: 2px;
	margin-bottom: 2rem;
	margin-top: 2rem;
	max-width: 2.25em;
	text-align: left;/* Remove duplicate rule-line when a separator
		 * is followed by an H1, or H2 */
}
.entry-content .wp-block-separator.is-style-wide, .entry-content hr.is-style-wide {
	max-width: 100%;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-separator.is-style-wide,  .entry-content hr.is-style-wide {
 max-width: calc(8 * (100vw / 12) - 28px);
}
}
 @media only screen and (min-width: 1168px) {
.entry-content .wp-block-separator.is-style-wide,  .entry-content hr.is-style-wide {
 max-width: calc(6 * (100vw / 12) - 28px);
}
}
.entry-content .wp-block-separator.is-style-dots, .entry-content hr.is-style-dots {
	max-width: 100%;
	background-color: inherit;
	border: inherit;
	height: inherit;
	text-align: center;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-separator.is-style-dots,  .entry-content hr.is-style-dots {
 max-width: calc(8 * (100vw / 12) - 28px);
}
}
 @media only screen and (min-width: 1168px) {
.entry-content .wp-block-separator.is-style-dots,  .entry-content hr.is-style-dots {
 max-width: calc(6 * (100vw / 12) - 28px);
}
}
.entry-content .wp-block-separator.is-style-dots:not(.has-text-color):not(.has-background), .entry-content hr.is-style-dots:not(.has-text-color):not(.has-background) {
	color: #767676;
}
.entry-content .wp-block-separator.is-style-dots:before, .entry-content hr.is-style-dots:before {
	font-size: 1.6875em;
	letter-spacing: 0.88889em;
	padding-left: 0.88889em;
}
.entry-content .wp-block-separator + h1:before, .entry-content .wp-block-separator + h2:before, .entry-content hr + h1:before, .entry-content hr + h2:before {
	display: none;
}
.entry-content .wp-block-embed-twitter {
	word-break: break-word;
}



.entry-content .wp-block-table {
	width:100%;
	margin:0 auto;
}

.entry-content .wp-block-table th, .entry-content .wp-block-table td {
	border:1px solid #DDD;
}

.entry-content .wp-block-table.is-style-regular th,
.entry-content .wp-block-table.is-style-regular td {
	border:1px solid #CCC;
}



.entry-content .wp-block-file {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.entry-content .wp-block-file .wp-block-file__button {
	display: table;
	transition: background 150ms ease-in-out;
	border: none;
	border-radius: 5px;
	background: #0073aa;
	font-size: 22px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	line-height: 1.2;
	text-decoration: none;
	font-weight: bold;
	padding: 0.75rem 1rem;
	color: #fff;
	margin-left: 0;
	margin-top: calc(0.75 * 1rem);
}

@media only screen and (min-width: 1168px) {
.entry-content .wp-block-file .wp-block-file__button {
	font-size: 22px;
	padding: 0.875rem 1.5rem;
}
}
.entry-content .wp-block-file .wp-block-file__button:hover {
	background: #111;
	cursor: pointer;
}
.entry-content .wp-block-file .wp-block-file__button:focus {
	background: #111;
	outline: thin dotted;
	outline-offset: -4px;
}
.entry-content .wp-block-code {
	border-radius: 0;
}
.entry-content .wp-block-code code {
	font-size: 1.125em;
	white-space: pre-wrap;
	word-break: break-word;
}
.entry-content .wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}
.entry-content .wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull),  .entry-content .wp-block-columns .wp-block-image > figure {
	max-width: 100%;
}
}
 @media only screen and (min-width: 1168px) {
.entry-content .wp-block-columns .wp-block-image > img:not(.alignwide):not(.alignfull),  .entry-content .wp-block-columns .wp-block-image > figure {
	max-width: 100%;
}
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-columns {
	flex-wrap: nowrap;
}
.entry-content .wp-block-columns .wp-block-column:not(:first-child) {
	margin-left: 32px;
}
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .alignfull,  .entry-content .wp-block-group:not(.alignfull) > .wp-block-group__inner-container > .wp-block-image > img {
	left: 0;
	max-width: 100%;
}
}
.entry-content .wp-block-group.alignfull > .wp-block-group__inner-container {
 max-width: calc(100% - (2 * 1rem));
	margin: 0 1rem;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-group.alignfull > .wp-block-group__inner-container {
	max-width: 80%;
	margin: 0 10%;
	padding: 0 60px;
}
}
.entry-content .wp-block-group.has-background {
	padding: 1rem;
	margin-top: 0;
	margin-bottom: 0;
}
.entry-content .wp-block-group.has-background .wp-block-group__inner-container > *:first-child {
	margin-top: 0;
}
.entry-content .wp-block-group.has-background .wp-block-group__inner-container > *:last-child {
	margin-bottom: 0;
}
.entry-content .wp-block-group.has-background.alignfull {
	padding-left: 0;
	padding-right: 0;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-group.has-background.alignfull {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
}
.entry-content .wp-block-group.has-background:not(.alignfull) > .wp-block-group__inner-container > .alignfull {
	width: 100%;
	max-width: 100%;
}
 @media only screen and (min-width: 980px) {
.entry-content .wp-block-group.has-background:not(.alignfull) > .wp-block-group__inner-container > .alignfull {
	width: calc( 100% + 2rem);
	max-width: calc( 100% + 2rem);
	margin-left: -1rem;
}
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: bold;
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
	font-weight: normal;
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment, .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date, .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
}
.entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
	font-size: 0.71111em;
}
.entry-content .has-small-font-size {
	font-size: 0.88889em;
}

.entry-content .has-large-font-size {
	font-size: 1.6875em;
}
.entry-content .has-huge-font-size {
	font-size: 2.25em;
}
.entry-content .has-primary-background-color, .entry-content .has-secondary-background-color, .entry-content .has-dark-gray-background-color, .entry-content .has-light-gray-background-color {
	color: #fff;
}
.entry-content .has-primary-background-color > p, .entry-content .has-primary-background-color > h1, .entry-content .has-primary-background-color > h2, .entry-content .has-primary-background-color > h3, .entry-content .has-primary-background-color > h4, .entry-content .has-primary-background-color > h5, .entry-content .has-primary-background-color > h6, .entry-content .has-primary-background-color > a, .entry-content .has-secondary-background-color > p, .entry-content .has-secondary-background-color > h1, .entry-content .has-secondary-background-color > h2, .entry-content .has-secondary-background-color > h3, .entry-content .has-secondary-background-color > h4, .entry-content .has-secondary-background-color > h5, .entry-content .has-secondary-background-color > h6, .entry-content .has-secondary-background-color > a, .entry-content .has-dark-gray-background-color > p, .entry-content .has-dark-gray-background-color > h1, .entry-content .has-dark-gray-background-color > h2, .entry-content .has-dark-gray-background-color > h3, .entry-content .has-dark-gray-background-color > h4, .entry-content .has-dark-gray-background-color > h5, .entry-content .has-dark-gray-background-color > h6, .entry-content .has-dark-gray-background-color > a, .entry-content .has-light-gray-background-color > p, .entry-content .has-light-gray-background-color > h1, .entry-content .has-light-gray-background-color > h2, .entry-content .has-light-gray-background-color > h3, .entry-content .has-light-gray-background-color > h4, .entry-content .has-light-gray-background-color > h5, .entry-content .has-light-gray-background-color > h6, .entry-content .has-light-gray-background-color > a {
	color: #fff;
}
.entry-content .has-white-background-color {
	color: #111;
}
.entry-content .has-white-background-color > p, .entry-content .has-white-background-color > h1, .entry-content .has-white-background-color > h2, .entry-content .has-white-background-color > h3, .entry-content .has-white-background-color > h4, .entry-content .has-white-background-color > h5, .entry-content .has-white-background-color > h6, .entry-content .has-white-background-color > a {
	color: #111;
}
.entry-content .has-primary-background-color, .entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
	background-color: #0073aa;
}
.entry-content .has-secondary-background-color, .entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
	background-color: #005177;
}
.entry-content .has-dark-gray-background-color, .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
	background-color: #111;
}
.entry-content .has-light-gray-background-color, .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
	background-color: #767676;
}
.entry-content .has-white-background-color, .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
	background-color: #FFF;
}
.entry-content .has-primary-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
	color: #0073aa;
}
.entry-content .has-secondary-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
	color: #005177;
}
.entry-content .has-dark-gray-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p {
	color: #111;
}
.entry-content .has-light-gray-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
	color: #767676;
}
.entry-content .has-white-color, .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
	color: #FFF;
}

.entry-content ul {
	margin-bottom:3rem;
	list-style:inherit;
	margin-left:3rem;
}

.entry-content ul.blocks-gallery-grid {
	margin-left:0;
	margin-right:0;
}


@media only screen and (max-width: 980px) {
.entry-content ul {
}

.entry-content .wp-block-audio figcaption, .entry-content .wp-block-video figcaption, .entry-content .wp-block-image figcaption, .entry-content .wp-block-gallery .blocks-gallery-image figcaption, .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
	font-size:0.75em;
}

.wp-block-spacer {
	height:10px !important;
}

}

/* Media */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed, iframe, object {
	max-width: 100%;
}
.custom-logo-link {
	display: inline-block;
}
.avatar {
	border-radius: 100%;
	display: block;
 height: calc(2.25 * 1rem);
	min-height: inherit;
 width: calc(2.25 * 1rem);
}
svg {
	transition: fill 120ms ease-in-out;
	fill: currentColor;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
 margin-bottom: calc(1.5 * 1rem);
}
 @media only screen and (min-width: 980px) {
.wp-caption.aligncenter {
	position: relative;
 left: calc( calc(8 * (100vw / 12) - 28px) / 2);
	transform: translateX(-50%);
}
}
 @media only screen and (min-width: 1168px) {
.wp-caption.aligncenter {
 left: calc( calc(6 * (100vw / 12) - 28px) / 2);
}
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption-text {
	color: #767676;
	font-size: 0.71111em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
 margin-bottom: calc(1.5 * 1rem);
}
.gallery-item {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
 max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
	margin-right: 0;
}
.gallery-columns-3 .gallery-item {
 max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
	margin-right: 0;
}
.gallery-columns-4 .gallery-item {
 max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
	margin-right: 0;
}
.gallery-columns-5 .gallery-item {
 max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
	margin-right: 0;
}
.gallery-columns-6 .gallery-item {
 max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
	margin-right: 0;
}
.gallery-columns-7 .gallery-item {
 max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
	margin-right: 0;
}
.gallery-columns-8 .gallery-item {
 max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
	margin-right: 0;
}
.gallery-columns-9 .gallery-item {
 max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
	margin-right: 0;
}
.gallery-item:last-of-type {
	padding-right: 0;
}
.gallery-caption {
	display: block;
	font-size: 0.71111em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem;
}
.gallery-item > div > a {
	display: block;
	line-height: 0;
	box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a:focus {
	box-shadow: 0 0 0 2px #0073aa;
}

/*WORDPRESSオリジナルカスタム*/

.entry-content .wp-block-media-text .wp-block-media-text__content {
	padding:0 0 0 5%;
}

.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding:0 5% 0 0;
}

.page .entry-content h2,
.single .entry-content h2 {
    margin: 3rem 0 4rem 0;
	font-size:clamp(18px, 2.4vw, 26px);
	font-weight:normal;
	position:relative;
	font-weight:600;
	color:#159ea9;
	position: relative;
	padding: 0.5rem 0;
	border-bottom: 2px solid #159ea9;
}

.page .entry-content h2:after,
.single .entry-content h2:after {
  position: absolute;
  bottom: -8px;
  left: 1em;
  width: 12px;
  height: 12px;
  content: '';
  border-right: 2px solid #159ea9;
  border-bottom: 2px solid #159ea9;
  background: #fff;
  transform: rotate(45deg);
}



.page .entry-content > article > h2:nth-child(1),
.single .entry-content > article > h2:nth-child(1), {
	margin-top:0;
}

.page .entry-content h3,
v.single .entry-content h3 {
	position: relative;
	font-size:clamp(16px, 1.6vw, 22px);
	font-weight:600;
	line-height:1.4;
	padding:0rem 0.5rem 0 2rem;
	margin: 2rem 0 2.5rem;
	border-left:2px solid #159ea9;
}

.page .entry-content h4,
.single .entry-content h4 {
	font-size:clamp(16px, 1.6vw, 22px);
	margin:3rem 0;
	text-align:center;
	font-weight:600;
}

.page .entry-content h4:after,
.single .entry-content h4:after {
	content:"";
	display:block;
	margin:0 auto;
	width:30px;
	height:2px;
	background:#159ea9;
	margin-top:1rem;
}

.page .entry-content h5,
.single .entry-content h5 {
	font-size:clamp(15px, 1.6vw, 18px);
	margin-bottom:1.5rem;
	padding:0.5rem 1rem;
	border-bottom:2px solid #F5F5F5;
}

.page .entry-content > * > *:first-child, .entry .entry-summary > * > *:first-child,
.single .entry-content > * > *:first-child, .entry .entry-summary > * > *:first-child {
	margin-top: 0;
	padding-top:0;
}
.page .entry-content > * > *:last-child, .entry .entry-summary > * > *:last-child,
.single .entry-content > * > *:last-child, .entry .entry-summary > * > *:last-child {
	margin-bottom: 0;
}

.page .entry-content > article > *:first-child > * > h2,
.single .entry-content > article > *:first-child > * > h2 {
	margin-top: 0 !important;
	padding-top:0 !important;
}

.check-list {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	margin:0 !important;
	list-style:none !important;
	padding:3rem;
	background:#F5F5F5;
}

.check-list:after {
	content:none;
}

.check-list li {
	width:48%;
	font-size:2.4rem;
	font-weight:500;
	margin:0 1%;
}

.check-list li:before {
    content: "\f046";
    font-family: FontAwesome;
    margin-right:1rem;
	color:#e60013;
}

.single-post .entry-content,
.error404 .entry-content {
}

.wp-block-media-text {
	margin-bottom:4.5rem;
}

.page .article_wrapper,
.archive .article_wrapper {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.page .article_wrapper:after,
.archive .article_wrapper:after,
.page .article-item:after,
.archive .article-item:after {
	content:none;
}

.page .article-item,
.archive .article-item {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	width:48%;
	margin-right:0;
	margin-bottom:2rem;
	padding:1.5rem;
	background:#FAFAFA;
}

.page .entry-content .article-date,
.archive .entry-content .article-item .article-date {
	font-size:0.9em;
}

.single .entry-content .article-date {
	display:block;
	text-align:right;
	margin-bottom:3rem;
	color:#777;
	font-size:0.9em;
}

.archive .entry-content .article-item h3 {
	padding:0.5rem 0;
	margin:0;
	font-size:1.6rem;
	line-height:1.4;
}

.page .entry-content .article-item h3 a,
.archive .entry-content .article-item h3 a {
	text-decoration:none;
}

.page .entry-content .article-item ul,
.archive .entry-content .article-item ul {
	margin-left:0;
}

.page .entry-content .article-item > .img-wrap,
.archive .entry-content .article-item > .img-wrap {
	width:25%;
	position:relative;
}

.page .entry-content .article-item > .text,
.archive .entry-content .article-item > .text {
	width:72%;
}

.wp-block-table.is-style-stripes {
	border-bottom:none;
}

@media (max-width: 1240px){	
.page .entry-content h2,
.single entry-content h2 {
	margin-top:1.5rem;
	margin-bottom:1rem;
	letter-spacing:0;
}

.page .entry-content h2:before,
.single entry-content h2:before {
    left: -995px;
	top: 45%;
}

}

@media (max-width: 980px){
.archive .entry-content,
.page .entry-content,
.single-post .entry-content,
.error404 .entry-content  {
}

.single .entry-content .article-date {
	margin-bottom:0
}

.page .entry-content h2 {
	font-size:1.4em;
	margin-top:1.5rem;
	margin-bottom:3rem;
	letter-spacing:0;
}

.page .entry-content h3 {
	font-size:1.2em;
	margin:1.5rem 0 1.5rem;
	padding-top:0;
	padding-bottom:0;
}

.page .entry-content h4 {
	font-size:1.1em;
	margin-bottom:1.5rem;
	font-size:1.6rem;
}

.wp-block-media-text {
	margin-bottom:1rem;
}


.page .article-item,
.archive .article-item {
	width:100%;
	margin-bottom:1rem;
	padding:1rem;
}

.page .entry-content .article-item time,
.archive .entry-content .article-item time {
	font-size:0.8em;
}

.page .entry-content .article-item h3,
.archive .entry-content .article-item h3 {
	font-size:0.9em;
	padding-top:0;
}

.archive .article_wrapper {
}

.check-list {
	margin:0 1.5rem;
	padding:1.5rem;
}

.check-list {
	display:flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	margin:0 !important;
	list-style:none !important;
	background:#F5F5F5;
}

.check-list li {
	width:100%;
	font-size:1.6rem;
	text-indent:-2.6rem;
	padding-left:2.6rem;
}

.has-medium-font-size {
	font-size:1.6rem;
}

.has-large-font-size {
	font-size:2rem !important;
}

}

@media (max-width: 600px){
.entry-content .wp-block-media-text .wp-block-media-text__content {
	padding:1.5rem;
}

.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding:1.5rem;
}
}

/*独自カスタム*/

.wpcf7-spinner {
	display:block;
	text-align:center;
	margin:1rem auto 0 auto;
}

.archive.category-media .article-item {
	width:100%;
}

.archive .article-item p {
	padding:0;
	margin-top:1rem;
	margin-bottom:1rem;
}

.archive .article-item .detail_btn_small {
	text-align:right;
}

.wp-block-buttons:after {
	content:none !important;
}

@media (max-width: 980px){
.entry-content p.has-background {
	padding:1rem;
}
}