/**
 * uaplus.css version 0.0.1
 */
*, *::after, *::before {
  box-sizing: border-box
}


:focus-visible {
  outline-offset: 3px
}

:where(html) {
  -webkit-text-size-adjust: none;
  text-size-adjust: none
}
:where(html) {
  line-height: 1.5
}
:where(html) {
  scrollbar-gutter: stable
}
:where(h1) {
  font-size: 2em;
  margin-block: .67em
}
:where(abbr[title]) {
  cursor: help;
  text-decoration-line: underline;
  text-decoration-style: dotted
}

@media (forced-colors:active) {
  mark {
    color: HighlightText;
    background-color: Highlight
  }
}
:where(del, ins, s)::before, :where(del, ins, s)::after {
  clip-path: inset(100%);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  content: "test"
}
:where(s)::before {
  content: "stricken text start "
}
:where(s)::after {
  content: " stricken text end"
}
:where(del)::before {
  content: "deletion start "
}
:where(del)::after {
  content: " deletion end"
}
:where(ins)::before {
  content: "insertion start "
}
:where(ins)::after {
  content: " insertion end"
}
/*:where(audio, iframe, img, svg, video) {
  max-block-size: 100%;
  max-inline-size: 100%
}*/
:where(fieldset) {
  min-inline-size: 0
}
:where(label):has(+:where(textarea, input, select)) {
  display: block
}
:where(textarea:not([rows])) {
  min-block-size: 6em
}
:where(button, input, select, textarea) {
  font-family: inherit;
  font-size: inherit
}
:where([type="search"]) {
  -webkit-appearance: textfield
}
@supports (-webkit-touch-callout:none) {
  :where([type="search"]) {
    border: 1px solid -apple-system-secondary-label;
    background-color: canvas
  }
}
:where([type="tel"], [type="url"], [type="email"], [type="number"]):not(:placeholder-shown) {
  direction: ltr
}
:where(table) {
  border-collapse: collapse;
  border: 1px solid
}
:where(th, td) {
  border: 1px solid;
  padding: .25em .5em
}
:where(dialog)::backdrop {
  background: oklch(0% 0 0 / .3)
}
:where(dialog), :where(dialog)::backdrop {
  opacity: 0;
  transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete
}
:where(dialog[open]), :where(dialog[open])::backdrop {
  opacity: 1
}
@starting-style {
  :where(dialog[open]), :where(dialog[open])::backdrop {
    opacity: 0
  }
}

/**
 * a-plat base
 */
:root {
  --white: #fff;
  --black: #2A2D32;
  --gray-100: #FAFAFA;
  --gray-200: #F0F4F4;
  --gray-300: #F5F5F5;
  --blue-100: #A7DAF2;
  --blue-200: #4AACD5;
  --orange: #FFD193;
  --green: #D0F482;
  --info-blue: #4AACD54D;
  --info-orange: #FFD1934D;
  --info-green: #D0F4824D;
  --border-color: #D9D9D9;
  --ff-ja: "Noto Sans JP", sans-serif;
  --ff-en: "Poppins", "Noto Sans JP", sans-serif;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --side-width: 270px;
  --header-height: 60px;
  --container-size: 20px;
  --rounded-sm: 4px;
  --z-headerMenu: 9;
  --z-sideMenu: 9;
  --z-header: 10;
  --z-loading: 99;
  --padding-20: 20px;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin: 0;
}

/*マージン初期化*/
h1,h2,h3,h4,h5,h6,ul,ol,table {
  margin-bottom: 0;
}

h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
  margin-top: 56px;
  padding: 0 0.5em;/*上下 左右の余白*/
  background: transparent;
  border-left: solid 9px #000;
}
h3 {
  font-size: 24px;
  margin-top: 56px;
}
h4 {
  font-size: 20px;
  margin-top: 56px;
}
h5 {
  font-size: 18px;
  margin-top: 56px;
}
h6 {
  font-size: 16px;
  margin-top: 56px;
}
p {
	font-size: 14px;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
	height: auto;
  max-height: 100%;
  max-width: 100%;
}
section{
	margin-top: 56px;
}

/*container {}*/

.l-container {
  padding-inline: var(--container-size);
  max-width: 1330px;
	margin-top: var(--header-height);
}
.l-container__wrap {
  max-width: 1226px;
  position: relative;
}

main {
	margin-top: 60px;
}
main a{
	color: #2072E2;
}
.main-content {
  max-width: 980px;
  margin-inline: auto;	
}

/*パンくずリスト*/
.c-bread__nav {
	margin-top: 10px;
}
.c-bread__nav.-top {
  margin-inline: calc(var(--container-size) * -1);
  padding-inline: var(--container-size);
  padding-block: 6px;
}
.c-bread__nav.-top .c-bread {
  margin-bottom: 0;
}
.c-bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 14px;
	padding: 0;
}
.c-bread li {
  list-style: none;
  font-weight: normal;
  color: #666;
}
.c-bread__link, .c-bread__text, .c-bread__arrow {
  font-size: 14px;
}
.c-bread__link {
  text-decoration: underline;
}
.c-bread__arrow {
  margin-inline: 8px;
}
.c-bread li:has(.c-bread__text > .c-bread__link) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-bread span {
  font-size: 14px;
}

.for-large {
	display: none;
}

/*Youtube*/
/*動画*/
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  /*２カラム（figure-col-2）のYoutube用*/
  .youtubes figure {
    width: 50%;
  }
}

/*テキスト*/
.al-r {
  text-align: right;
}
.small {
  font-size: 12px;
}



/*----------------------------------*/
/*ADD 2025 kishida*/
/*----------------------------------*/
/*-----------------------*/
/*リスト*/
/*-----------------------*/
.list {
  margin: 15px 0 0 40px;
  padding-left: 0;
  font-size: 14px;
}
.list li~li {
  margin-top: 5px;
}

/*ネスト*/
.list ul,
.list ol {
  margin: 15px 0 15px 25px;
  padding-left: 0;
}
@media (min-width: 960px) {
  .list {
    font-size: 100%;
  }
}


/*-----------------------*/
/*特殊なリスト*/
/*-----------------------*/

/*(注1)Pバージョン*/
.footnote p {
  margin: 0;
}
.footnote p~p {
  margin-top: 10px;
}

/*(注1)リストバージョン*/
.footnote ul {
  position: relative;
  margin: 15px 0 0 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
.footnote li  {
  word-break: break-all;
  list-style-position: outside;
  margin: 0;
  padding-left: 4em;
}
.footnote li span {
  position: absolute;
  left: 0;
  margin: 0
}
.footnote li~li {
  margin-top: 10px;
}
@media (min-width: 960px) {
  .footnote {
    font-size: 100%;
  }
  .footnote li {
    line-height: 1.5;
  }
  .footnote li~li {
    margin-top: 10px;
  }
}


/*(1)*/
ol.parentheses li {
  margin: 15px 0 0 20px;
  padding: 0;
  word-break: break-all;
	list-style-type: none;
	counter-increment: cnt;
}
ol.parentheses li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
  margin-left: -2em;
	width: 2em;
}
ol.parentheses li~li {
    margin-top: 5px;
}

/*1)*/
ol.parentheses-s li {
  margin: 15px 0 0 20px;
  padding: 0;
  word-break: break-all;
	list-style-type: none;
	counter-increment: cnt;
}
ol.parentheses-s li::before {
	content: counter(cnt) ")";
	display:inline-block;
  margin-left: -1.5em;
	width: 1.5em;
}
ol.parentheses-s li~li {
    margin-top: 5px;
}

/*丸数字*/
ol.maru{
  counter-reset: my_counter;
  list-style: none;
  padding-left: 18px;
	line-height: 2;
}
ol.maru li{
  position: relative;
}
ol.maru li::before{
  position: absolute;
  top: 9px;
  content: counter(my_counter);
  counter-increment: my_counter;
  width: 16px;  height: 16px;
  line-height: 1;
  margin-left: -25px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid black;
  border-radius: 50%;
}

/*①など*/
.enclose {
  position: relative;
  margin: 15px 0 0 20px;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
.enclose li  {
  word-break: break-all;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.45em;
}
.enclose li span {
  position: absolute;
  left: 0;
  margin: 0
}
.enclose li~li {
  margin-top: 5px;
}
@media (min-width: 960px) {
  .enclose {
    font-size: 100%;
  }
  .enclose li {
    line-height: 1.5;
  }
  .enclose li~li {
    margin-top: 10px;
  }
}


/* ※マーク*/
ul.notes {
  position: relative;
  margin: 15px 0 0 25px;
  padding: 0;
  list-style-type: none;
}
ul.notes li {
  margin-left: 1em;
  text-indent: -1.4em;
}
ul.notes li:before {
    display: inline;
    content: "※";
    padding-right: 5px;
}
ul.notes li~li {
  margin-top: 5px;
}



/*-----------------------*/
/*画像*/
/*-----------------------*/
figure {
  margin: 0;
  text-align: center;
}
figure figcaption {
  margin-top: 8px;
  font-size: 14px;
}
figure figcaption p {
  margin-top: 0;
  font-size: 14px;
}

/*画像１枚*/
.figure {
  margin: 60px auto;
  max-width: 800px;
}


/*画像２カラム*/
.figure-col-2 {
  margin: 60px auto;
}
.figure-col-2 figure {
  max-width: 458px;
  margin: 0 auto;
}
.figure-col-2 figure~figure {
  margin-top: 20px;
}

/*画像２＋キャプション１つ*/
.figure-col-2 .figcaption {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 800px;
    font-size: 14px;
    text-align: center;
}

/*画像複数カラム*/
.figure-col {
  margin: 60px auto;
}
.figure-col figure {
  max-width: 458px;
  margin: 0 auto;
}
.figure-col figure~figure {
  margin-top: 20px;
}
.figure-col .figcaption {
    font-size: 14px;
    text-align: center;
}

/*画像１枚（枠付）*/
.figure--border {
  margin: 60px auto;
  padding: var(--padding-20);
  border: 1px solid #d9d9d9;
  box-sizing: content-box;
}
.figure--border figure {
  margin: 0 auto;
  max-width: 800px;
}


/*画像２カラム（枠付）*/
.figure-col-2--border {
  margin: 60px auto;
}
.figure-col-2--border figure {
  border: 1px solid #d9d9d9;
  padding: var(--padding-20);
  box-sizing: content-box;

  max-width: 458px;  /*★*/
  margin: 0 auto;
}
.figure-col-2--border figure~figure {
  margin-top: 20px;
}




/*-----------------------*/
/*画像＋テキストの枠*/
/*-----------------------*/
.report {
  --report-padding: 20px;
}

.report~.report {
  margin-top: 40px;
}

/*画像*/
.report figure {
  margin: initial; /*初期値に戻す*/
  padding: 10px 0;
}
.report figcaption {
  margin: initial; /*初期値に戻す*/
  text-align: center;
}
.report figure img {
  max-height: 240px;
}

/*テキスト*/
.report .report-body {
  padding: 10px 0;
}
.report .report-title {
  font-weight: var(--fw-bold);
}
.report .summary p {
  text-indent: 1em;
}

/*左右の入れ替え（.swap）*/
.report {
  align-items: start;
  grid-template-areas: "image text";
}
.report figure {
  grid-area: image;
}
.report .report-body {
  grid-area: text;
}
.report.swap {
  grid-template-columns: 4fr 1fr;
  grid-template-areas: "text image";
}

.rep-col-4.swap {
  grid-template-columns: 3fr 1fr;
}
.rep-col-3.swap {
  grid-template-columns: 2fr 1fr;
}
.rep-col-2.swap {
  grid-template-columns: 1fr 1fr;
}




/*-----------------------*/
/*マーカー*/
/*-----------------------*/
.line-blue   { background: linear-gradient(transparent 50%, #9ddff1 50%); } /*青*/ 
.line-yellow { background: linear-gradient(transparent 50%, #fff499 50%); } /*黄*/ 
.line-orange { background: linear-gradient(transparent 50%, #f7d999 50%); } /*橙*/ 
.line-pink   { background: linear-gradient(transparent 50%, #f7c2e1 50%); } /*ピンク*/ 
.line-lime   { background: linear-gradient(transparent 50%, #aae59e 50%); } /*黄緑*/ 
.line-gray   { background: linear-gradient(transparent 50%, #d6d6d6 50%); } /*灰*/



/*-----------------------*/
/*アコーディオン（白・灰）*/
/*-----------------------*/
details {
  --_duration: 300ms;

  background-color: #fff;

  &::details-content {
    content-visibility: unset;
    display: block grid;

    @media (prefers-reduced-motion: no-preference) {
      transition-duration: var(--_duration);
      transition-property: grid-template-rows;
    }
  }

  &:not([open])::details-content {
    grid-template-rows: 0fr;
  }

  &[open]::details-content {
    grid-template-rows: 1fr;
  }
}

.accordion {
  --icon-size: 16px;
}

/*色：灰*/
.ac-gray summary {
  background-color: var(--gray-100);
  border: 1px solid var(--gray-100);
}

/*色：白*/
.ac-white summary {
  background: var(--white);
  border: 1px solid var(--border-color);
}


/*見出し*/
.accordion summary {
  padding: 12px 24px;
  font-weight: var(--fw-bold);
  list-style: none;
}
.accordion summary::-webkit-details-marker {
  display: none;
}

/*内容*/
.accordion .accordion-body {
  overflow: hidden;	
}

/*アイコン*/
.accordion summary {
  position: relative;
}
.accordion summary::before {
  width: var(--icon-size);
  height: 2px;
}
.accordion summary::after {
  width: 2px;
  height: var(--icon-size);
  transition: rotate .3s;
}
.accordion summary::before,
.accordion summary::after {
  content: '';
  display: block;
  background: #000;
  position: absolute;
  left: calc(100% - var(--icon-size) - 12px);
  top: 50%;
  translate: -50% -50%;
}
.accordion[open] summary::after {
    rotate: 90deg;
}




/*-----------------------*/
/*アコーディオン（Q&A）*/
/*-----------------------*/
.faqs details {
  --icon-size: 12px;
  --mk-size: 30px;
}

/*見出し*/
.faqs details summary {
  padding: 16px 0;
  font-weight: var(--fw-bold);
  list-style: none;
  color: #505050;
  
  display: grid;
  grid-template-columns: var(--mk-size) 1fr calc(var(--icon-size) + 48px);
  column-gap: 16px;
  cursor: pointer;
  border-bottom: 1px solid var(--border-color);
}
.faqs details summary::-webkit-details-marker {
  display: none;
}

.faqs details .faq-body {
  padding: 16px 0;
  display: grid;
  grid-template-columns: var(--mk-size) 1fr;
  column-gap: 16px;
}
.faqs details .faq-body > * {
  grid-column: 2;
}

.faqs details .faq-body p {
  margin: 0 0 15px;
}
.faqs details .faq-body li {
  line-height: 2;
}

/*Vアイコン*/
.faqs details summary {
	position: relative;
}
.faqs details summary::after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: calc(var(--icon-size) * 2);
  width: var(--icon-size);
  height: var(--icon-size);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-2px) rotate(135deg);
}
.faqs details[open] summary::after {
  transform: translateY(2px) rotate(315deg);
}

/*QAアイコン*/
.faqs details summary::before {
  content: "Q";
  background-color: #86aabe;
  color: #fff;
  width: var(--mk-size);
  height: var(--mk-size);
  border-radius: 50px;
  font-weight: var(--fw-bold);
  display: flex;
  justify-content: center; 
}
.faqs details .faq-body::before {
  content: "A";
  background-color: #eb3b54;
  color: #fff;
  width: var(--mk-size);
  height: var(--mk-size);
  border-radius: 50px;
  font-weight: var(--fw-bold);
  display: flex;
  justify-content: center;
  grid-column: 1;
  grid-row: 1;
}

/*アコーディオンのアニメーション化*/
/*Firefox、Safariでは動かない*/
:root {
  interpolate-size: allow-keywords;
}

/* 閉じている時のスタイル */
.faqs details::details-content {
  transition: height 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  overflow: clip;
}

/* 開いた時のスタイル */
.faqs details[open]::details-content {
  height: auto;
}


/*-----------------------*/
/*テキストボックス*/
/*-----------------------*/
.textbox {
  color: #555;
  margin-top: 50px;
  padding: 20px 30px;
  word-break: normal;
  overflow-wrap: anywhere;
}

.textbox h1,.textbox h2,.textbox h3,.textbox h4,.textbox h5,.textbox h6 {
  margin: 0;
}
.textbox ul,ol {
  margin: 15px 0 0 25px;
  padding-left: 0;
}
.textbox ul > li,
.textbox ol > li {
  /*margin-bottom: 5px;*/
}
.textbox .note {
  font-size: 14px;
  color: #333;
}

/*引用*/
.textbox blockquote {
  margin: 0;
}

/*灰色-1*/
.tx-gray-1 {
  background-color: var(--gray-100);
}

/*灰色-2*/
.tx-gray-2 {
  background-color: var(--gray-200);
}

/*灰色-3*/
.tx-gray-3 {
  background-color: var(--gray-300);
}

/*枠線*/
.tx-border {
  border: 1px solid #ccc;
}




/*-----------------------*/
/*テキストボックス（縞模様）*/
/*-----------------------*/
.stripebox {
  margin-top: 50px;
  padding: 6px;
  color: #555;
  background-size: 4px 4px;
  background-repeat: repeat;
}
.stripebox .stripe-inner {
  padding: 20px 30px;
}
.stripebox h6 {
  margin: 0;
}
.stripebox ul,
.stripebox ol {
  margin: 15px 0 0 25px;
  padding-left: 0;
}
.stripebox .note {
  font-size: 14px;
  color: #333;
}

/*黒*/
.st-black {
  background-image: linear-gradient(-45deg, #fff 25%, #999 25%, #999 50%, #fff 50%, #fff 75%, #999 75%, #999);
}
.st-black .stripe-inner {
  background-color: #fff;
}

/*青*/
.st-blue {
  background-image: linear-gradient(-45deg, #fff 25%, #86aabe 25%, #86aabe 50%, #fff 50%, #fff 75%, #86aabe 75%, #86aabe);
}
.st-blue .stripe-inner {
  background-color: #f3f7f9;
}






/*-----------------------*/
/*テーブル*/
/*-----------------------*/
/*縞模様（奇数）クラス*/
.row-sriped tr:nth-child(odd) td {
    background: var(--gray-100);
}

/********************/
/*基本テーブル*/
/********************/
/*初期化*/
table{
	width: 100%;
	margin-top: 30px;
}
table td{
	padding: 10px;
}

.tbl-basic,
.tbl-basic th,
.tbl-basic td {
  padding: 0;
  border: 1px solid var( --border-gray);

  /*
  width: 100%;
  display: block;
  */
}
.tbl-basic {
  --border-gray: #ddd;
  width: 100%;
  font-size: 14px;
}
.tbl-basic th {
  padding: 10px;
  background: var(--gray-300);
}
.tbl-basic ul {
  margin: 10px 0 10px 20px;
  padding: 0;
}


/*表の先頭*/
.tbl-basic .thead {
  vertical-align: middle;
  background: var(--gray-300);
  display: none;
}

/*組み換え*/
.tbl-basic {
  border-width: 0;
}

.tbl-basic td {
  width: 100%;
  /*display: block;*/     /*blockを付けるとcollapseが効かなくなるので線が太くなる*/
  margin-top: -1px;   /*枠線が太くなるのを解消*/
  /*display: flex;*/
  align-items: center;
  display: grid;
  grid-template-columns: 120px 1fr;  /*見出し＋テキストのサイズ*/
  column-gap: 10px;

/*
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: stretch;
*/
}





.tbl-basic td::before {
  padding: 10px;
  display: flex;
  align-items: center;



  content: attr(data-label);
  font-weight: var(--fw-bold);
  border-right: 1px solid var( --border-gray);
  background: var(--gray-300);
 /* height: 100%;*/

/*
  display: flex;
  align-items: center;
  justify-content: center;
  */
  border: 1px red solid;
}


/********************/
/*基本テーブル（組換なし）*/
/********************/
.tbl-normal,
.tbl-normal th,
.tbl-normal td {
  padding: 0;
  border: 1px solid var( --border-gray);
}
.tbl-normal {
  --border-gray: #ddd;
  width: 100%;
  font-size: 14px;
}
.tbl-normal .thead {
  vertical-align: middle;
  background: var(--gray-300);
}
.tbl-normal th {
  padding: 10px;
  background: var(--gray-300);
}
.tbl-normal td {
  padding: 10px;
}
.tbl-normal ul {
  margin: 0 0 0 20px;
  padding: 0;
}



/********************/
/*講演テーブル*/
/********************/
/*初期化*/
.tbl-outreach,
.tbl-outreach th,
.tbl-outreach td {
  padding: 0;
  border: 1px solid var( --border-gray);
}

.tbl-outreach {
  --border-gray: #ddd;
  width: 100%;
}
.tbl-outreach th {
  padding: 10px;
  /*background: var(--gray-200);*/
}
.tbl-outreach ul {
  margin: 10px 0 10px 20px;
  padding: 0;
}
.tbl-outreach .thead {
  vertical-align: middle;
  background: var(--gray-200);
  display: none;
}

/*開催日*/
.tbl-outreach .th-date {
    width: 12%;
}
/*講演名*/
.tbl-outreach .th-activity {
    width: 60%;
}
/*講演者*/
.tbl-outreach .th-person {}

/*区切り*/
.tbl-outreach tr.separate td:first-child {
  margin-top: 30px;
}

/*組み換え*/
.tbl-outreach {
  border-width: 0;
  font-size: 14px;
}
.tbl-outreach td {
  width: 100%;
  /*display: block;*/
  margin-top: -1px;
  /*display: flex;*/
  align-items: center;
  display: grid;
  grid-template-columns: 80px 1fr;  /*見出し＋テキストのサイズ*/
  column-gap: 10px;
}
.tbl-outreach td::before {
  padding: 10px;
  
  display: flex;
  align-items: center;
  
  content: attr(data-label);
  font-weight: var(--fw-bold);
  border-right: 1px solid var( --border-gray);
  background: var(--gray-200);
  height: 100%;
}



/********************/
/*委員テーブル*/
/********************/
/*初期化*/
.tbl-committee,
.tbl-committee th,
.tbl-committee td {
  padding: 0;
  border: 1px solid var( --border-gray);
}

.tbl-committee {
  --border-gray: #ddd;
  width: 100%;
}
.tbl-committee th {
  padding: 10px;
  background: var(--gray-200);
  vertical-align: top;
}
.tbl-committee ul {
  margin: 10px 0 10px 20px;
  padding: 0;
}
.tbl-committee .thead {
  vertical-align: middle;
  background: var(--gray-200);
  display: none;
}

/*職員名*/
.tbl-committee .th-person {
  width: 18%;
}

/*検討会等の名称*/
.tbl-committee .th-activity {}

/*役職*/
.tbl-committee .th-category {
  width: 15%;
}

/*氏名の役職*/
.tbl-committee .post {
  font-size: 12px;
}

/*区切り*/
.tbl-committee tr.separate th {
  margin-top: 30px;
}

/*★組み換え*/
.tbl-committee {
  border-width: 0;
}
.tbl-committee th,
.tbl-committee td {
  width: 100%;
  display: block;
}
.tbl-committee td {
  margin-top: -1px;
  display: flex;
  align-items: center;
}
.tbl-committee td::before {
  padding: 10px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  
  content: attr(data-label);
  font-weight: var(--fw-bold);
  border-right: 1px solid var( --border-gray);
  background: var(--gray-300);
  height: 100%;
}
.tbl-committee td {
  display: grid;
  grid-template-columns: 60px 1fr;  /*見出し＋テキストのサイズ*/
  column-gap: 10px;
}


/*-----------------------*/
/*表スクロール
/*-----------------------*/
.scroll {
  width: 100%;
  overflow-x: auto;
  padding: 1px;     /*枠内微調整*/
}
.scroll table {
  width: 100%;
  min-width: 800px;  /*横にはみ出す最低サイズ*/
}


/*-----------------------*/
/*表スクロール（ヘッダ固定-行）
/*-----------------------*/
.scroll-fixed-row {
  width: 100%;
  overflow-x: auto;
  max-height: 300px;   /*サイズ指定必要 */
}
.scroll-fixed-row table {
  width: 100%;
  min-width: 1200px;          /*横にはみ出す最低サイズ*/
  border-collapse: separate;  /*.theadの上下線を表示させるため*/
  border-spacing: 0;          /*.theadの上下線を表示させるため*/
}
.scroll-fixed-row .thead th {
  position: sticky;
  top: 0; 
  z-index: 2;
}

/*スクロール内の表デザイン*/
.scroll-fixed-row table,
.scroll-fixed-row th,
.scroll-fixed-row td {
  padding: 0;
  border: 1px solid var( --border-gray);
}
.scroll-fixed-row table {
  --border-gray: #ddd;
  width: 100%;
}
.scroll-fixed-row th {
  padding: 10px;
  background: var(--gray-300);
}
.scroll-fixed-row .thead {
  vertical-align: middle;
  background: var(--gray-300);  
}
.scroll-fixed-row td {
  padding: 10px;
}

/*枠線の調整*/
.scroll-fixed-row table {
  border: none;
}
.scroll-fixed-row th {
  border-width: 1px 0 1px 1px;
}
.scroll-fixed-row td {
  border-width: 0 0 1px 1px;
}
.scroll-fixed-row th:last-child,
.scroll-fixed-row td:last-child {
  border-right-width: 1px;
}


/*-----------------------*/
/*表スクロール（ヘッダ固定-列）
/*-----------------------*/
.scroll-fixed-col {
  width: 100%;
  overflow-x: auto;
  max-height: 300px;   /*サイズ指定必要 */
}
.scroll-fixed-col table {
  width: 100%;
  min-width: 1200px;          /*横にはみ出す最低サイズ*/
  border-collapse: separate;  /*.theadの上下線を表示させるため*/
  border-spacing: 0;          /*.theadの上下線を表示させるため*/
}
.scroll-fixed-col th.thead {
  position: sticky;
  left: 0; 
  z-index: 2;
}


/*スクロール内の表デザイン*/
.scroll-fixed-col table,
.scroll-fixed-col th,
.scroll-fixed-col td {
  padding: 0;
  border: 1px solid var( --border-gray);
}
.scroll-fixed-col table {
  --border-gray: #ddd;
  width: 100%;
}
.scroll-fixed-col th {
  padding: 10px;
  background: var(--gray-300);
}
.scroll-fixed-col .thead {
  vertical-align: middle;
  background: var(--gray-300);  
}
.scroll-fixed-col td {
  padding: 10px;
}

/*枠線の調整*/
.scroll-fixed-col table {
  border: none;
}
.scroll-fixed-col th {
  border-width: 1px 1px 0 1px;
}
.scroll-fixed-col td {
  border-width: 1px 1px 0 0;
}
.scroll-fixed-col tr:last-child th,
.scroll-fixed-col tr:last-child td {
  border-bottom-width: 1px;
}



/*-----------------------*/
/*ページ内リンクボタン（数字）*/
/*-----------------------*/
.btns-number {
  --icon-size: 8px;
  --mk-size: 30px;
}

.btns-number ol {
  margin: 0;
  padding: 0;
  list-style-type: none;    
  counter-reset: number 0;
  display: grid;
  column-gap: 40px;
  font-size: 14px;
}

.btns-number li a {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  column-gap: 16px;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  font-weight: var(--fw-bold);
  color: var(--black);
  padding-right: 20px;
}

/*数字アイコン*/
.btns-number li a::before {
  height: 48px;
  counter-increment: number 1;
  content: counter(number);
  background: var(--black);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
}

/*Vアイコン*/
.btns-number li a {
	position: relative;
}
.btns-number li a::after {
  content: '';
  position: absolute;
  right: calc(var(--icon-size) * 2);
  width: var(--icon-size);
  height: var(--icon-size);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-2px) rotate(135deg);
}


/*白色*/
.btn-white {
  padding-block: var(--container-size);            /*背景用の余白*/
  margin-inline: calc(var(--container-size) * -1); /*背景用の余白*/
  background: var(--white);
}

/*灰色*/
.btn-gray {
  padding-block: var(--container-size);
  margin-inline: calc(var(--container-size) * -1);
  background: var(--gray-100);
}

/*背景用の余白設定*/
.btn-white ol,
.btn-gray ol {
  margin-inline: var(--container-size);
}


/*-----------------------*/
/*ページ内リンクボタン*/
/*（初期値は３カラム「ｖ」アイコン）*/
/*-----------------------*/
.btns {
  --icon-size: 8px;
}
.btns ul {
  margin: 0;
  padding: 0;
  list-style-type: none;    
  counter-reset: number 0;
  display: grid;
  column-gap: 20px;
  row-gap: 15px;
}

.btns a {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 16px;
  padding: 0 20px;
  align-items: center;
  border: 1px solid var(--black);
  font-weight: var(--fw-bold);
  color: var(--black);
  text-align: center;
  font-size: 14px;
  height: 48px; /*ボタンの高さ*/
  overflow: hidden;
}
.btns a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gray-200);
  transform: scaleX(0);
  transform-origin: left center;
  transition: none;
  z-index: -1;
}
.btns a:hover::before {
  transform: scaleX(1);
  transition: transform 0.35s ease;
}

/*Vアイコン*/
.btns a {
	position: relative;
}
.btns a::after {
  content: '';
  position: absolute;
  right: calc(var(--icon-size) * 2);
  width: var(--icon-size);
  height: var(--icon-size);
  border-top: 1px solid #000;
  border-right: 1px solid #000;  
  transform: rotate(135deg);
}

/*現在地*/
.btns .active a {
  background-color: #f4f3f2;
}
.btns .active a::after {
  transform: rotate(135deg) !important;
}

.btns .active a:hover {
  background-color: var(--gray-200);
  transition: all .3s;
}

/*アイコン「＞」*/
.btns .arrow-right a::after {
  transform: rotate(45deg);
}

/*アイコン「へ」*/
.btns .arrow-up a::after {
  transform: translateY(2px) rotate(315deg);
}

/*アイコン「＜」*/
.btns .arrow-left a::after {
  transform: rotate(225deg);
}

/*アイコン「→」*/
.btns .arrow a::after {
  width: 15px;
  height: 6px;
  border: initial; /*初期値に戻す*/
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  transform: skew(55deg);
}


/*-----------------------*/
/*ボタン（１つ）*/
/*-----------------------*/
.btn-area {
  margin-block: 40px;  /*上下の余白*/
  display: grid;
  justify-items: center;
  align-items: center;
}

/*.btnsの指定解除*/
.btn-area .btns a {
  height: auto;
  min-height: 48px;
  overflow: auto;
}



@media (min-width: 481px) {
  .report {
    display: grid;
    grid-template-columns: 1fr 4fr; /*初期値：画像1/5、テキスト4/5*/
  }
  .report figure img {
    max-height: 100%;
  }
  .report figure {
    padding: var(--report-padding);
  }
  .report .report-body {
    padding: var(--report-padding);
  }

  /*左右のサイズ指定*/
  /*画像1/4、テキスト3/4*/
  .rep-col-4 {
    grid-template-columns: 1fr 3fr;
  }
  /*画像1/3、テキスト2/3*/
  .rep-col-3 {
    grid-template-columns: 1fr 2fr;
  }
  /*画像1/2、テキスト1/2*/
  .rep-col-2 {
    grid-template-columns: 1fr 1fr;
  }
}


/*---END: ADD 2025 kishida----------*/



@media (min-width: 960px) {
:root {
	--container-size: 52px;}
  h1 {
    font-size: 37px;
  }
  h2 {
    font-size: 30px;
    margin-top: 56px;
  }
  h3 {
    font-size: 26px;
    margin-top: 56px;
  }
  h4 {
    font-size: 24px;
    margin-top: 56px;
  }
  h5 {
    font-size: 20px;
    margin-top: 56px;
  }
  h6 {
    font-size: 16px;
    margin-top: 56px;
  }

  p {
	  font-size: 16px;
  }
  .l-container {
    display: block;
    max-width: 1330px;
    margin-left: var(--side-width);
    padding-inline: var(--container-size);
  	margin-top: 0;
  }
  .for-large {
 	  display: block;
  }


  /*----------------------------------*/
  /*ADD 2025 kishida*/
  /*----------------------------------*/
  figure figcaption {
    /*font-size: 100%;*/
  }

  /*画像２カラム*/
  .figure-col-2 {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    gap: var(--padding-20);
	  flex-wrap: wrap;
  }
  .figure-col-2 figure {
    margin: 0 auto;
  }  
  .figure-col-2 figure~figure {
    margin-top: 0;
  }
  .figure-col-2 .figcaption {
    /*font-size: 100%;*/
    max-width:100%;
    margin-top: 0;
    /* margin-top: -10px; */
  }

  /*画像複数カラム*/
  .figure-col {
    display: flex;
    justify-content: space-between;
    gap: var(--padding-20);
  }
  .figure-col figure {
    margin: 0 auto;
  }  
  .figure-col figure~figure {
    margin-top: 0;
  }
  .figure-col .figcaption {
    /*font-size: 100%;*/
    max-width:100%;
  }

  /*画像２カラム（枠付）*/
  .figure-col-2--border {
    display: flex;
    justify-content: space-between;
    gap: var(--padding-20);
  }
  .figure-col-2--border figure~figure {
    margin-top: 0;
  }
  .figure-col-2--border figure {
    margin: 0 auto;
    width: 50%;
  }  


  /*アコーディオン*/
  .accordion {
    --icon-size: 20px;
  }
  .accordion summary {
    padding: 16px 24px;
  }
  

  /*基本テーブル*/
  .tbl-basic {
    font-size: 100%;
  }
  .tbl-basic .thead {
    display: table-row;
  }
  .tbl-basic td {
    width: auto;
    display: table-cell;
    vertical-align: top;
    grid-template-columns: none;
    column-gap: 0;
    padding: 10px;
  }
  .tbl-basic ul {
    margin: 0 0 0 20px;
  }
  .tbl-basic td::before {
    display: none;
  }

  /*基本テーブル（組換なし）*/
  .tbl-normal {
    font-size: 100%;
  }


  /*講演テーブル*/
  .tbl-outreach {
    font-size: 100%;
  }
  .tbl-outreach .thead {
    display: table-row;
  }
  .tbl-outreach td {
    width: auto;
    display: table-cell;
    vertical-align: top;
    grid-template-columns: none;
    column-gap: 0;
    padding: 10px;
  }
  .tbl-outreach ul {
    margin: 0 0 0 20px;
  }
  .tbl-outreach td::before {
    display: none;
  }

  
  /*委員テーブル*/
  .tbl-committee .thead {
    display: table-row;
  }
  .tbl-committee th {
    width: auto;
    display: table-cell;
  }
  .tbl-committee td {
    width: auto;
    display: table-cell;
    vertical-align: top;
    grid-template-columns: none;
    column-gap: 0;
    padding: 10px;
  }
  .tbl-committee ul {
    margin: 0 0 0 20px;
  }
  .tbl-committee td::before {
    display: none;
  }


  /*ボタン類カラム*/
  .btns-number ol {
    grid-template-columns: repeat(2, 1fr);
  }
  .btns ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
  }
  .btn-col-2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .btn-col-4 ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .btn-col-5 ul {
    grid-template-columns: repeat(5, 1fr);
  }

  /*ボタン（１つ）*/
  /*SPでサイズを固定にした場合必要*/
  /*
  .btn-area .btns a {
    display: inline-grid;
    max-width: 100%;
  }
  */
}




/*-----------------------------*/
/*★確認用*/
/*-----------------------------*/
/*部品配置用の枠*/
.develop {
  padding-bottom: 50px;
  border-bottom: 2px solid #ddd;
}
.develop~.develop {
  margin-top: 80px;
}
.develop-memo {
  margin: 20px 0;
  color: red;
}

/*-----------------------*/
/*汎用*/
/*-----------------------*/
/*文字の横位置*/
.al-c{
	text-align: center!important;
}
.al-r{
	text-align: right!important;
}
.al-l{
	text-align: left!important;
}

/*外部リンク等アイコン用*/
a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../common/images/common/icon-blank.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 0.3em;
  vertical-align: middle;
}
a[target=_blank][rel=noopener]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../common/images/common/icon-blank.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 0.3em;
  vertical-align: middle;
}
a[href$="pdf"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../common/images/common/icon-pdf.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 0.3em;
  vertical-align: middle;
}
a[type$="pdf"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../common/images/common/icon-pdf.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 0.3em;
  vertical-align: middle;
}
a[href$=".pdf"][target="_blank"][rel~="noopener"]::after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../common/images/common/icon-pdf.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 0.3em;
  vertical-align: middle;
}
a[href$="xls"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../common/images/common/icon-xls.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 0.3em;
  vertical-align: middle;
}
a[href$="xlsx"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../common/images/common/icon-xls.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 0.3em;
  vertical-align: middle;
}
a[href$="word"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../common/images/common/icon-doc.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 0.3em;
  vertical-align: middle;
}
a[href$="pptx"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../common/images/common/icon-ppt.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 0.3em;
  vertical-align: middle;
}
a[href$="ppt"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../common/images/common/icon-ppt.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 0.3em;
  vertical-align: middle;
}
a[href$="zip"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../common/images/common/icon-zip.svg');
  background-size: 16px;
  background-repeat: no-repeat;
  background-position-y: center;
  margin-right: 0.3em;
  vertical-align: middle;
}
picture a[target=_blank][rel=noopener], .l-footer__nav-item a[target=_blank][rel=noopener] {
  display: none;
}
a.remove-icon[target=_blank]::after {
  display: none;
}
a.remove-icon[href$="pdf"]::after {
  display: none;
}
a.remove-icon::after {
  display: none;
}
.l-header__logo2 a[target="_blank"][rel="noopener"]::after {
  display: none;
}
a.c-card-event[target=_blank]::after {
  display: none;
}
a.btn-download::after {
  display: none;
}
.none-icon a[target=_blank]::after, .none-icon a[target=_blank][rel=noopener]::after, .none-icon a[href$="pdf"]::after, .none-icon a[type$="pdf"]::after, .none-icon a[href$="xls"]::after, .none-icon a[href$="xlsx"]::after, .none-icon a[href$="word"]::after, .none-icon a[href$="pptx"]::after, .none-icon a[href$="ppt"]::after, .none-icon a[href$="zip"]::after {
  display: none;
}