@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");#news{padding:45px 0}@media (max-width: 991px){#news{padding:20px 0 30px}}#news .listHead{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;padding-bottom:25px;margin-bottom:50px;border-bottom:1px solid #9fa0a0}@media (max-width: 991px){#news .listHead{padding-bottom:0;margin-bottom:20px;border:none;-webkit-flex-direction:column;flex-direction:column}}#news .listHead .listTtl{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:0 20px}@media (max-width: 991px){#news .listHead .listTtl{-webkit-justify-content:center;justify-content:center;gap:0 10px;width:100%;padding-bottom:8px;margin-bottom:10px;border-bottom:1px solid #9fa0a0}}#news .listHead .listTtl .ttlSvg{width:auto;height:30px}@media (max-width: 991px){#news .listHead .listTtl .ttlSvg{height:20px}}#news .listHead .listTtl .ttl{font-size:2rem;color:#0068b7;font-weight:700}@media (max-width: 991px){#news .listHead .listTtl .ttl{font-size:1.4rem}}#news .listHead .tagList{display:-webkit-flex;display:flex;gap:0 20px}@media (max-width: 991px){#news .listHead .tagList{display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));width:100%;gap:0 8px}}#news .listHead .tagList li{min-width:115px;border:1px solid #0068b7;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}@media (max-width: 991px){#news .listHead .tagList li{min-width:auto;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}}#news .listHead .tagList li a{display:block;text-align:center;line-height:38px;padding:0 5px;color:#0068b7;font-size:1.4rem}@media (max-width: 991px){#news .listHead .tagList li a{line-height:28px;font-size:1.3rem;padding:0}}#news .listHead .tagList li a:hover,#news .listHead .tagList li a.active{background:#0068b7;color:#FFF;filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}#news .newsList{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:45px;margin-bottom:60px}@media (max-width: 991px){#news .newsList{grid-template-columns:repeat(2, minmax(0, 1fr));gap:15px;margin-bottom:30px}}#news .newsList li>.image{display:block}#news .newsList li>.image,#news .newsList li>.summary{color:inherit;text-decoration:none}#news .newsList .image{width:100%;aspect-ratio:368 / 207;overflow:hidden;background:#c9caca;margin-bottom:15px}#news .newsList .image img{display:block;width:100%;height:100%;transition:transform .5s ease;object-fit:cover;object-position:center}#news .newsList .image img[src=""],#news .newsList .image img:not([src]){display:none}@media (max-width: 991px){#news .newsList .image{width:100%;margin-bottom:5px}}#news .newsList .image:hover img{-moz-transform:scale(1.15);-ms-transform:scale(1.15);-webkit-transform:scale(1.15);transform:scale(1.15)}#news .newsList .head{margin-bottom:10px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:0 8px}@media (max-width: 991px){#news .newsList .head{-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:5px;gap:0 3px}}#news .newsList .head .tag{min-width:120px;background:#0068b7;color:#FFF;font-weight:700;text-align:center;line-height:24px;font-size:1.4rem;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px}@media (max-width: 991px){#news .newsList .head .tag{font-size:1.1rem;font-weight:500;line-height:18px;padding:0 3px;min-width:auto;order:2}}#news .newsList .head time{font-size:1.8rem}@media (max-width: 991px){#news .newsList .head time{font-size:1.4rem;order:1}}#news .newsList .summary{font-size:2rem;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media (max-width: 991px){#news .newsList .summary{font-size:1.4rem}}#news .pager{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}#news .pager ul{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:0 20px}@media (max-width: 991px){#news .pager ul{gap:0 12px}}#news .pager li a,#news .pager li span{color:#9fa0a0;font-size:2rem;display:block;min-width:40px;line-height:38px;height:40px;border:1px solid #0068b7;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px;text-align:center;font-weight:600}@media (max-width: 991px){#news .pager li a,#news .pager li span{min-width:30px;line-height:28px;height:30px;font-size:1.7rem}}#news .pager li span{color:#FFF;background:#0068b7}#news .pager li .prev,#news .pager li .next{position:relative;background:#9fa0a0;border-color:#9fa0a0}#news .pager li .prev:before,#news .pager li .next:before{position:absolute;top:50%;left:50%;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);content:'';display:block;width:16px;height:20px;background:#FFF;clip-path:polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%)}@media (max-width: 991px){#news .pager li .prev:before,#news .pager li .next:before{width:12px;height:16px}}#news .pager li .prev:before{clip-path:polygon(100% 0, 80% 0, 0 50%, 80% 100%, 100% 100%, 20% 50%)}#newsDtl{padding:45px 0}@media (max-width: 991px){#newsDtl{padding:20px 0 30px}}#newsDtl .newsHead{padding-bottom:25px;margin-bottom:50px;border-bottom:1px solid #9fa0a0}@media (max-width: 991px){#newsDtl .newsHead{padding-bottom:0;margin-bottom:20px;border:none}}#newsDtl .newsHead .newsTtl{font-size:3.2rem;font-weight:700;margin-bottom:10px}@media (max-width: 991px){#newsDtl .newsHead .newsTtl{font-size:2rem;margin-bottom:5px}}#newsDtl .newsHead .infoList{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;font-size:1.6rem}@media (max-width: 991px){#newsDtl .newsHead .infoList{font-size:1.4rem;gap:5px 0}#newsDtl .newsHead .infoList li:first-child{flex-basis:100%}#newsDtl .newsHead .infoList li:nth-child(2)::before{display:none}}#newsDtl .newsHead .infoList li+li::before{content:"|";display:inline-block;margin:0 15px}#newsDtl .newsHead .infoList a{color:#0068b7;text-decoration:underline}#newsDtl .newsHead .infoList a:hover{text-decoration:none}#newsDtl .contTtl{font-size:2.6rem;font-weight:700;color:#0068b7;margin-bottom:30px}@media (max-width: 991px){#newsDtl .contTtl{font-size:2rem;margin-bottom:15px}}#newsDtl ._detailIn{overflow:hidden;*zoom:1;margin-bottom:20px}#newsDtl .newsShare{margin-bottom:60px}@media (max-width: 991px){#newsDtl .newsShare{margin-bottom:20px}}#newsDtl .newsShare .ttl{font-size:1.8rem;font-weight:700;margin-bottom:15px}@media (max-width: 991px){#newsDtl .newsShare .ttl{font-size:1.6rem;color:#0068b7;margin-bottom:10px}}#newsDtl .newsShare .shareList{display:-webkit-flex;display:flex;gap:0 10px}@media (max-width: 991px){#newsDtl .newsShare .shareList{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));width:100%;gap:0 8px}}#newsDtl .newsShare .shareList li{min-width:115px;border:1px solid #0068b7;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}@media (max-width: 991px){#newsDtl .newsShare .shareList li{min-width:auto;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}}#newsDtl .newsShare .shareList li a{display:block;text-align:center;line-height:38px;padding:0 5px;color:#0068b7;font-size:1.4rem}@media (max-width: 991px){#newsDtl .newsShare .shareList li a{line-height:28px;font-size:1.3rem;padding:0}}#newsDtl .newsShare .shareList li a:hover,#newsDtl .newsShare .shareList li a.active{background:#0068b7;color:#FFF;filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}#newsDtl .newsList{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:45px;margin-bottom:60px}@media (max-width: 991px){#newsDtl .newsList{grid-template-columns:repeat(2, minmax(0, 1fr));gap:15px;margin-bottom:30px}}#newsDtl .newsList li>.image{display:block}#newsDtl .newsList li>.image,#newsDtl .newsList li>.summary{color:inherit;text-decoration:none}@media (min-width: 992px){#newsDtl .newsList li:nth-child(4){display:none}}#newsDtl .newsList .image{width:100%;aspect-ratio:368 / 207;overflow:hidden;background:#c9caca;margin-bottom:15px}#newsDtl .newsList .image img{display:block;width:100%;height:100%;transition:transform .5s ease;object-fit:cover;object-position:center}#newsDtl .newsList .image img[src=""],#newsDtl .newsList .image img:not([src]){display:none}@media (max-width: 991px){#newsDtl .newsList .image{width:100%;margin-bottom:5px}}#newsDtl .newsList .image:hover img{-moz-transform:scale(1.15);-ms-transform:scale(1.15);-webkit-transform:scale(1.15);transform:scale(1.15)}#newsDtl .newsList .head{margin-bottom:10px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:0 8px}@media (max-width: 991px){#newsDtl .newsList .head{-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:5px}}#newsDtl .newsList .head .tag{min-width:120px;background:#0068b7;color:#FFF;font-weight:700;text-align:center;line-height:24px;font-size:1.4rem;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px}@media (max-width: 991px){#newsDtl .newsList .head .tag{font-size:1.4rem;font-weight:500;color:#0068b7;line-height:1;background:none;min-width:auto;order:2}#newsDtl .newsList .head .tag:before{content:'>'}}#newsDtl .newsList .head time{font-size:1.8rem}@media (max-width: 991px){#newsDtl .newsList .head time{font-size:1.4rem;order:1}}#newsDtl .newsList .summary{font-size:2rem;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}@media (max-width: 991px){#newsDtl .newsList .summary{font-size:1.4rem}}@media (max-width: 991px){#newsDtl .pager{margin:0 -5px}}#newsDtl .pager ul{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;width:100%;gap:0}#newsDtl .pager li{-webkit-flex:1;flex:1}#newsDtl .pager li:nth-child(2){text-align:center}#newsDtl .pager li:last-child a{-webkit-justify-content:end;justify-content:end}#newsDtl .pager li a{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:0 15px;color:#0068b7;font-size:2rem;font-weight:700;line-height:1.4;white-space:nowrap}@media (max-width: 991px){#newsDtl .pager li a{gap:0 5px;font-size:1.5rem}}#newsDtl .pager li:nth-child(2) a{-webkit-justify-content:center;justify-content:center}#newsDtl .pager .arrow{-webkit-flex:0 0 auto;flex:0 0 auto;position:relative;display:block;min-width:40px;width:40px;height:40px;border:1px solid #9fa0a0;-moz-border-radius:40px;-webkit-border-radius:40px;border-radius:40px;background:#9fa0a0}@media (max-width: 991px){#newsDtl .pager .arrow{min-width:30px;width:30px;height:30px}}#newsDtl .pager .arrow::before{content:"";position:absolute;top:50%;left:50%;width:16px;height:20px;background:#FFF;-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);clip-path:polygon(100% 0, 80% 0, 0 50%, 80% 100%, 100% 100%, 20% 50%)}@media (max-width: 991px){#newsDtl .pager .arrow::before{width:12px;height:16px}}#newsDtl .pager .next .arrow::before{clip-path:polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%)}@media (prefers-reduced-motion: reduce){#member .memberList li:hover .image img{animation:none}}@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");.editor-style{font-size:1.8rem}@media (max-width: 767px){.editor-style{font-size:1.5rem}}.editor-styles-wrapper{font-size:18px}@media (max-width: 767px){.editor-styles-wrapper{font-size:15px}}.editor-style,.editor-styles-wrapper{color:#231815;font-family:"Noto Sans JP", sans-serif;font-weight:500;line-height:2;letter-spacing:0;word-break:break-word}@media (max-width: 767px){.editor-style,.editor-styles-wrapper{line-height:1.8}}.editor-style>*:first-child,.editor-styles-wrapper>*:first-child{margin-top:0}.editor-style>*:last-child,.editor-styles-wrapper>*:last-child{margin-bottom:0}.editor-style .wp-block-paragraph,.editor-styles-wrapper .wp-block-paragraph{margin:0 0 1.8em;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit}.editor-style h2,.editor-style h3,.editor-style h4,.editor-style h5,.editor-style h6,.editor-styles-wrapper h2,.editor-styles-wrapper h3,.editor-styles-wrapper h4,.editor-styles-wrapper h5,.editor-styles-wrapper h6{font-weight:700;line-height:1.5;margin:2.5em 0 1em}.editor-style h2,.editor-styles-wrapper h2{font-size:26px;margin-bottom:20px}@media (max-width: 767px){.editor-style h2,.editor-styles-wrapper h2{font-size:20px;margin-bottom:15px}}.editor-style h3,.editor-styles-wrapper h3{font-size:22px}@media (max-width: 767px){.editor-style h3,.editor-styles-wrapper h3{font-size:18px}}.editor-style h4,.editor-styles-wrapper h4{font-size:20px;color:#0068b7}@media (max-width: 767px){.editor-style h4,.editor-styles-wrapper h4{font-size:17px}}.editor-style h5,.editor-styles-wrapper h5{font-size:18px}.editor-style h6,.editor-styles-wrapper h6{font-size:16px}.editor-style p,.editor-style ul,.editor-style ol,.editor-style blockquote,.editor-style figure,.editor-style table,.editor-style pre,.editor-style .wp-block-buttons,.editor-style .wp-block-columns,.editor-style .wp-block-group,.editor-style .wp-block-media-text,.editor-style .wp-block-file,.editor-style .wp-block-separator,.editor-styles-wrapper p,.editor-styles-wrapper ul,.editor-styles-wrapper ol,.editor-styles-wrapper blockquote,.editor-styles-wrapper figure,.editor-styles-wrapper table,.editor-styles-wrapper pre,.editor-styles-wrapper .wp-block-buttons,.editor-styles-wrapper .wp-block-columns,.editor-styles-wrapper .wp-block-group,.editor-styles-wrapper .wp-block-media-text,.editor-styles-wrapper .wp-block-file,.editor-styles-wrapper .wp-block-separator{margin:0 0 1.8em}.editor-style a,.editor-styles-wrapper a{color:#0068b7;text-decoration:underline;text-underline-offset:3px}.editor-style a:hover,.editor-styles-wrapper a:hover{text-decoration:none}.editor-style strong,.editor-styles-wrapper strong{font-weight:700}.editor-style mark,.editor-styles-wrapper mark{padding:0 3px;background:linear-gradient(rgba(0,0,0,0) 60%,#fff2a8 60%);color:inherit}.editor-style ul,.editor-style ol,.editor-styles-wrapper ul,.editor-styles-wrapper ol{padding-left:1.6em}.editor-style ul li,.editor-style ol li,.editor-styles-wrapper ul li,.editor-styles-wrapper ol li{margin:.35em 0}.editor-style ul ul,.editor-style ul ol,.editor-style ol ul,.editor-style ol ol,.editor-styles-wrapper ul ul,.editor-styles-wrapper ul ol,.editor-styles-wrapper ol ul,.editor-styles-wrapper ol ol{margin:.35em 0}.editor-style ul,.editor-styles-wrapper ul{list-style:disc}.editor-style ol,.editor-styles-wrapper ol{list-style:decimal}.editor-style blockquote,.editor-style .wp-block-quote,.editor-styles-wrapper blockquote,.editor-styles-wrapper .wp-block-quote{padding:20px 24px;border-left:5px solid #0068b7;background:#f4f7f9}@media (max-width: 767px){.editor-style blockquote,.editor-style .wp-block-quote,.editor-styles-wrapper blockquote,.editor-styles-wrapper .wp-block-quote{padding:15px}}.editor-style blockquote p:last-of-type,.editor-style .wp-block-quote p:last-of-type,.editor-styles-wrapper blockquote p:last-of-type,.editor-styles-wrapper .wp-block-quote p:last-of-type{margin-bottom:0}.editor-style blockquote cite,.editor-style .wp-block-quote cite,.editor-styles-wrapper blockquote cite,.editor-styles-wrapper .wp-block-quote cite{display:block;margin-top:10px;color:#707070;font-size:13px;font-style:normal;text-align:right}.editor-style .wp-block-pullquote,.editor-styles-wrapper .wp-block-pullquote{padding:30px 20px;border-top:3px solid #0068b7;border-bottom:3px solid #0068b7;text-align:center}.editor-style .wp-block-pullquote blockquote,.editor-styles-wrapper .wp-block-pullquote blockquote{margin:0;padding:0;border:0;background:none}.editor-style img,.editor-styles-wrapper img{max-width:100%;height:auto}.editor-style figure,.editor-styles-wrapper figure{max-width:100%}.editor-style figcaption,.editor-style .wp-element-caption,.editor-styles-wrapper figcaption,.editor-styles-wrapper .wp-element-caption{margin-top:8px;color:#707070;font-size:13px;line-height:1.6;text-align:center}.editor-style .aligncenter,.editor-styles-wrapper .aligncenter{display:block;margin-right:auto;margin-left:auto;text-align:center}.editor-style .alignleft,.editor-styles-wrapper .alignleft{float:left;margin:0 25px 20px 0}.editor-style .alignright,.editor-styles-wrapper .alignright{float:right;margin:0 0 20px 25px}.editor-style .alignwide,.editor-style .alignfull,.editor-styles-wrapper .alignwide,.editor-styles-wrapper .alignfull{width:100%;max-width:none}@media (max-width: 767px){.editor-style .alignleft,.editor-style .alignright,.editor-styles-wrapper .alignleft,.editor-styles-wrapper .alignright{float:none;margin:0 auto 20px}}.editor-style .wp-block-gallery,.editor-styles-wrapper .wp-block-gallery{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:15px;padding:0;list-style:none}@media (max-width: 767px){.editor-style .wp-block-gallery,.editor-styles-wrapper .wp-block-gallery{grid-template-columns:repeat(2, minmax(0, 1fr));gap:8px}}.editor-style .wp-block-gallery .wp-block-image,.editor-styles-wrapper .wp-block-gallery .wp-block-image{margin:0}.editor-style .wp-block-gallery .wp-block-image img,.editor-styles-wrapper .wp-block-gallery .wp-block-image img{display:block;width:100%;height:100%;object-fit:cover}.editor-style table,.editor-style .wp-block-table table,.editor-styles-wrapper table,.editor-styles-wrapper .wp-block-table table{width:100%;border-collapse:collapse}.editor-style table th,.editor-style table td,.editor-style .wp-block-table table th,.editor-style .wp-block-table table td,.editor-styles-wrapper table th,.editor-styles-wrapper table td,.editor-styles-wrapper .wp-block-table table th,.editor-styles-wrapper .wp-block-table table td{padding:12px 15px;border:1px solid #c9caca;vertical-align:top}.editor-style table th,.editor-style .wp-block-table table th,.editor-styles-wrapper table th,.editor-styles-wrapper .wp-block-table table th{background:rgba(0,104,183,0.08);font-weight:700}.editor-style .wp-block-table,.editor-styles-wrapper .wp-block-table{overflow-x:auto}.editor-style pre,.editor-style .wp-block-code,.editor-styles-wrapper pre,.editor-styles-wrapper .wp-block-code{overflow-x:auto;padding:18px 20px;background:#f4f7f9;font-family:Menlo, Monaco, Consolas, monospace;font-size:14px;line-height:1.7;white-space:pre}.editor-style code,.editor-styles-wrapper code{padding:2px 5px;background:#f4f7f9;font-family:Menlo, Monaco, Consolas, monospace}.editor-style pre code,.editor-style .wp-block-code code,.editor-styles-wrapper pre code,.editor-styles-wrapper .wp-block-code code{padding:0;background:none}.editor-style .wp-block-button__link,.editor-styles-wrapper .wp-block-button__link{display:inline-block;min-width:220px;padding:14px 25px;border:2px solid #0068b7;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;background:#0068b7;color:#FFF;font-weight:700;line-height:1.4;text-align:center;text-decoration:none}.editor-style .wp-block-button__link:hover,.editor-styles-wrapper .wp-block-button__link:hover{background:#FFF;color:#0068b7}.editor-style .is-style-outline .wp-block-button__link,.editor-styles-wrapper .is-style-outline .wp-block-button__link{background:#FFF;color:#0068b7}.editor-style .wp-block-columns,.editor-styles-wrapper .wp-block-columns{display:flex;gap:30px}.editor-style .wp-block-columns .wp-block-column,.editor-styles-wrapper .wp-block-columns .wp-block-column{flex:1 1 0;min-width:0}@media (max-width: 767px){.editor-style .wp-block-columns,.editor-styles-wrapper .wp-block-columns{display:block}.editor-style .wp-block-columns .wp-block-column+.wp-block-column,.editor-styles-wrapper .wp-block-columns .wp-block-column+.wp-block-column{margin-top:20px}}.editor-style .wp-block-media-text,.editor-styles-wrapper .wp-block-media-text{display:grid;grid-template-columns:50% 1fr;gap:30px;align-items:center}.editor-style .wp-block-media-text .wp-block-media-text__media img,.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media img{display:block;width:100%}.editor-style .wp-block-media-text .wp-block-media-text__content,.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content{padding:0}.editor-style .wp-block-media-text.has-media-on-the-right,.editor-styles-wrapper .wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.editor-style .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,.editor-styles-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{order:2}@media (max-width: 767px){.editor-style .wp-block-media-text,.editor-styles-wrapper .wp-block-media-text{display:block}.editor-style .wp-block-media-text .wp-block-media-text__media,.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media{margin-bottom:15px}}.editor-style .wp-block-embed iframe,.editor-style .wp-block-embed video,.editor-style .wp-block-video iframe,.editor-style .wp-block-video video,.editor-styles-wrapper .wp-block-embed iframe,.editor-styles-wrapper .wp-block-embed video,.editor-styles-wrapper .wp-block-video iframe,.editor-styles-wrapper .wp-block-video video{display:block;width:100%;max-width:100%}.editor-style .wp-block-embed__wrapper,.editor-styles-wrapper .wp-block-embed__wrapper{position:relative;width:100%;aspect-ratio:16 / 9}.editor-style .wp-block-embed__wrapper iframe,.editor-styles-wrapper .wp-block-embed__wrapper iframe{position:absolute;inset:0;height:100%;border:0}.editor-style .wp-block-separator,.editor-styles-wrapper .wp-block-separator{border:0;border-top:1px solid #c9caca}.editor-style .wp-block-file,.editor-styles-wrapper .wp-block-file{padding:15px 18px;border:1px solid #c9caca}.editor-style .wp-block-file .wp-block-file__button,.editor-styles-wrapper .wp-block-file .wp-block-file__button{display:inline-block;margin-left:12px;padding:6px 12px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background:#0068b7;color:#FFF;text-decoration:none}