@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ===================================================================
CSS information
 file name  :editor-style.css author     :keyword-co.net(admin) style info :Editor内スタイル TU-SPRING

=================================================================== */
/* エディタースタイル */
/* 編集画面
---------------------------------------------------------------------*/
body#tinymce.wp-editor { font-family: "Noto Sans JP", serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; }
body#tinymce.wp-editor h3, body#tinymce.wp-editor h4, body#tinymce.wp-editor h5, body#tinymce.wp-editor h6, body#tinymce.wp-editor p { margin: 0; padding: 0; }
body#tinymce.wp-editor a { color: #009de6; text-decoration: none; }

/* 共通
---------------------------------------------------------------------*/
body#tinymce.wp-editor img.alignleft, .editArea img.alignleft { display: block; float: left; }
body#tinymce.wp-editor img.aligncenter, .editArea img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
body#tinymce.wp-editor img.alignright, .editArea img.alignright { display: block; float: right; }
body#tinymce.wp-editor .aligncenter, .editArea .aligncenter { display: block; margin-left: auto; margin-right: auto; }
body#tinymce.wp-editor .alignleft, .editArea .alignleft { display: block; float: left; }
body#tinymce.wp-editor .alignright, .editArea .alignright { display: block; float: right; }
body#tinymce.wp-editor ul, .editArea ul { list-style: disc; margin-left: 1.5em; padding: 0; }
body#tinymce.wp-editor ol, .editArea ol { list-style: decimal; margin-left: 1.5em; padding: 0; }
body#tinymce.wp-editor em, .editArea em { font-style: italic; }
body#tinymce.wp-editor h3, .editArea h3 { border-left: 0.25em solid #1b86ef; background: #e3f0fd; padding: 0.75em; font-size: clamp(1.05em, 4vw, 1.1em); font-weight: 600; margin-bottom: 1em; }
body#tinymce.wp-editor h4, .editArea h4 { position: relative; overflow: hidden; font-size: clamp(1.1em, 4vw, 1.3em); font-weight: 600; padding-bottom: 0.5em; margin-bottom: 0.5em; color: #0E6CC9; color: #333; font-size: clamp(1.05em, 4vw, 1.1em); }
body#tinymce.wp-editor h4::before, body#tinymce.wp-editor h4::after, .editArea h4::before, .editArea h4::after { content: ""; position: absolute; bottom: 0; }
body#tinymce.wp-editor h4::before, .editArea h4::before { border-bottom: 3px solid #0E6CC9; width: 100%; }
body#tinymce.wp-editor h4::after, .editArea h4::after { border-bottom: 3px solid #ccc; width: 100%; }
body#tinymce.wp-editor h4::before, .editArea h4::before { border-bottom-color: #1b86ef; }
body#tinymce.wp-editor h5, .editArea h5 { position: relative; font-weight: 600; font-size: clamp(1.05em, 4vw, 1.1em); padding-left: 1.25em; margin-bottom: 0.5em; }
body#tinymce.wp-editor h5::after, .editArea h5::after { position: absolute; top: 50%; left: 0; transform: translateY(-50%); content: ''; width: 0.75em; height: 0.15em; background-color: #1b86ef; }
body#tinymce.wp-editor p + p, .editArea p + p { margin-top: 1em; }
body#tinymce.wp-editor hr, .editArea hr { margin-top: 2em; margin-bottom: 2em; border: 0; border-top: 1px solid #333; }

/* #newsEdit設定 singleページ内のみ
---------------------------------------------------------------------*/
.editArea::after { content: ""; clear: both; display: block; }
.editArea ol, .editArea ul { margin-left: 1.5em; }
.editArea a[target="_blank"]::after { font-family: spring; content: ""; color: #999; font-size: 1em; font-weight: normal; display: inline-block; padding-right: 0.5em; padding-left: 0.5em; }
.editArea a[href$=".pdf"]::after { font-family: spring; content: ""; color: #DA0003; font-size: 1em; font-weight: normal; display: inline-block; padding-right: 0.5em; padding-left: 0.5em; }
.editArea a[href$=".xls"]::after, .editArea a[href$=".xlsx"]::after { font-family: spring; content: ""; color: #196915; font-size: 1em; font-weight: normal; display: inline-block; padding-right: 0.5em; padding-left: 0.5em; }
.editArea a[href$=".doc"]::after, .editArea a[href$=".docx"]::after { font-family: spring; content: ""; color: #203990; font-size: 1em; font-weight: normal; display: inline-block; padding-right: 0.5em; padding-left: 0.5em; }
.editArea [class^="news-"]:has(~ [class^="news-"]) { margin-bottom: 1em; }
.editArea .news-image { margin: 1em auto; text-align: center; }
.editArea .news-image img { width: auto; height: auto; opacity: 1; }
.editArea .news-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(9em, 1fr)); grid-gap: 1em; }
@media only screen and (max-width: 576px) { .editArea .news-gallery { grid-template-columns: repeat(auto-fit, minmax(6em, 1fr)); grid-gap: 0.5em; } }
.editArea .news-table .table { width: 100%; max-width: 100%; background: #fff; }
.editArea .news-table .table thead tr th { background: #e3f0fd; font-weight: 500; }
.editArea .news-table .table > thead > tr > th, .editArea .news-table .table > tbody > tr > th, .editArea .news-table .table > tfoot > tr > th, .editArea .news-table .table > thead > tr > td, .editArea .news-table .table > tbody > tr > td, .editArea .news-table .table > tfoot > tr > td { border-top-color: #0E6CC9; }
.editArea .news-table .table-bordered { border-color: #0E6CC9; }
.editArea .news-table .table-bordered > thead > tr > th, .editArea .news-table .table-bordered > tbody > tr > th, .editArea .news-table .table-bordered > tfoot > tr > th, .editArea .news-table .table-bordered > thead > tr > td, .editArea .news-table .table-bordered > tbody > tr > td, .editArea .news-table .table-bordered > tfoot > tr > td { border-color: #0E6CC9; }
.editArea .news-table .table-responsive { border: 1px solid #0E6CC9; }
@media only screen and (max-width: 1024px) { .editArea .news-table .table-responsive { border-width: 2px; } }
.editArea .news-table .table-responsive .scroll-hint-icon-wrap { overflow: hidden; }
