@charset "UTF-8";
.w-47 {
  width: 47% !important;
}

h2 {
  font-size: 1.215rem !important;
  font-weight: 700;
  padding: 0.5em;
  color: #241714 !important;
  background: #fff;
  /* border-left: solid 5px #9dc93a;  */
  border-left: solid 5px #5876b7;
}

/* -- greeting -------------------------------------------------------------------------------------------- */
.img-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

.img-container ul {
  margin: 0;
  padding: 0;
}

.img-container ul li {
  list-style: none;
  line-height: 1.65;
  font-size: 105%;
  color: #333;
}

.img-container ul li:nth-child(1) {
  font-size: 105%;
  line-height: 1.65;
  color: #111;
}

.img-container ul li:nth-child(3) {
  font-size: 85%;
  color: #666;
  line-height: 1.45;
}

/* -- sponsor-note ------------------------------------------------------- */

.sponsor-note {
  margin: 0 0 45px !important;
  padding: 0;
}

.sponsor-note > h3 {
  border-bottom: solid 3px #ccc;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.sponsor-note > h3:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #333;
  bottom: -3px;
  width: 20%;
}

.sponsor-note > p {
  margin: 3px 0 3px 0;
  padding: 0;
}

.sponsor-note > ul {
  margin: 0 0 0 1.5rem;
  padding: 0;
}

.sponsor-note > ul.support-desk {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* -- endaibosyu -------------------------------------------------------------------------------------------- */
.cfa {
  list-style: none;
  width: 93%;
}

.cfa li:first-child {
  font-weight: bold;
  line-height: 1.65;
  font-size: 1.067rem !important;
  padding-left: 0.25rem !important;
  margin-bottom: 0.5rem !important;
  border-bottom: solid 1px #b1e0fd;
}

a.banner-link img:hover {
  opacity: 0.7 !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 991px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.head-border {
  display: flex;
  align-items: center;
  color: #107dc3 !important;
}

.head-border:before,
.head-border:after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #ccc;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

/* --演題募集 ------------------------------------------------------- */

.abstract-note {
  margin: 0 0 25px;
  padding: 0;
}

/* .abstract-note > h3 {
  border-bottom: solid 3px #ccc;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.abstract-note > h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #333;
  bottom: -3px;
  width: 20%;
} */

.abstract-note > p {
  padding: 5px;
}

.abstract-note > p > small {
  font-size: 75% !important;
}

.abstract-note > p > span {
  font-size: 85% !important;
  color: #777 !important;
}

.abstract-note > p > span.text-danger {
  font-size: 100% !important;
  color: #dc3545 !important;
}

.abstract-note > ul {
  margin: 0;
  padding: 10px 0 15px 5px;
}

.abstract-note > ul > li {
  list-style: none;
}

.abstract-note > ul > li.title {
  color: #17a2b8 !important;
  font-weight: bold !important;
  font-size: 1.1rem;
}

.abstract-note > ul > li.caution {
  color: #dc3545 !important;
  font-weight: bold !important;
  font-size: 1rem;
  padding: 0px 3px 10px 3px;
}

.abstract-note > ul > li.sub-title {
  font-weight: bold !important;
  font-size: 1.05rem;
  padding: 0;
}

.abstract-note > ul > li.letter-top {
  padding: 2px 0 3px;
  font-size: 1.025rem;
}

.abstract-note > ul > li.letter {
  padding: 0px 0.5rem;
  line-height: 1.65;
  color: #696969;
  /* font-size: 0.95rem; */
  letter-spacing: 0.01rem;
}

.abstract-note > ul > li.txt {
  padding: 0 0 0.5rem 0.25rem;
  line-height: 1.65;
  letter-spacing: 0.1rem;
}

.abstract-note > ul > li.txt-int {
  padding: 4px 0.25rem 4px 1.45rem;
  text-indent: -1.1rem;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  font-size: 0.95rem;
  color: #708090;
}

.abstract-note > ul > li.txt-int-dark {
  padding: 4px 0.25rem 4px 1.45rem;
  text-indent: -1.1rem;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  font-size: 1rem;
  color: #333;
}

.abstract-note > ul > li.txt-int-dark02 {
  padding: 4px 0.25rem 4px 0.5rem !important;
  text-indent: -0.75rem;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  font-size: 1rem;
  color: #333;
}

.abstract-note > ul > li.txt-int-dark03 {
  padding: 4px 0.25rem 4px 0.5rem !important;
  text-indent: -0.75rem;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  font-size: 1rem;
  color: #050505 !important;
}

.abstract-note > div.btn-area {
  padding: 5px;
}

.abstract-note > div.btn-area > a {
  text-decoration: underline;
}

.abstract-note > ol {
  margin: 0;
  padding: 0 0 0 1.85rem;
}

.abstract-note > ol > li {
  font-size: 1.05rem;
  font-weight: bold;
  padding-bottom: 0.85rem;
  line-height: 1.45;
  color: #555;
}

.abstract-note > ol > li > ul {
  margin: 0;
  padding: 7px 0 5px;
  list-style: none;
  font-weight: normal !important;
  font-size: 1rem !important;
  line-height: 1.45;
  color: #333 !important;
}

.table-responsive {
  overflow-x: auto;
}

.paper th {
  width: 10rem !important;
  max-width: 10rem !important;
  min-width: 10rem !important;
  vertical-align: middle;
}

.paper th,
.paper td {
  white-space: nowrap;
  /* letter-spacing: -0.05rem; */
}

.paper td > ul {
  margin: 0;
  padding: 0;
}

.paper td > ul > li {
  list-style: none;
  color: #ff0000;
  font-size: 0.9rem;
  padding-left: 0.9rem;
  text-indent: -0.9rem;
}

.head-border {
  display: flex;
  align-items: center;
  width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #2457ff;
  font-weight: 600;
}

.head-border:before,
.head-border:after {
  content: '';
  height: 1px;
  flex-grow: 1;
  background-color: #2457ff;
}

.head-border:before {
  margin-right: 0.5rem;
}

.head-border:after {
  margin-left: 0.5rem;
}

.table-lh165 {
  line-height: 1.65 !important;
}

.abstract-note-table td,
.abstract-note-table th {
  vertical-align: middle;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1.65;
  font-size: 0.95rem;
}
.abstract-note-table th {
  background: #f7f7f7;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.1rem;
}

.category-table > tbody > tr > th {
  font-weight: normal !important;
  /* width: 2.5rem !important; */
  text-align: center;
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.95rem;
}

.category-table > tbody > tr > td {
  font-weight: normal !important;
  width: 50% !important;
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.95rem;
}

.abstract-note > ul.disc-styled {
  padding: 0 0 0 1.75em !important;
}

.abstract-note > ul.disc-styled > li {
  list-style: disc !important;
  margin-bottom: 0.5em !important;
}

.abstract-note > ol.numbered-styled {
  list-style: none;
  counter-reset: item;
  padding: 0 0 0 1.5em !important;
}

.abstract-note > ol.numbered-styled > li {
  counter-increment: item;
  text-indent: -0.6em;
  font-weight: normal !important;
  padding-bottom: 0.75em !important;
  color: initial !important;
  line-height: initial !important;
  font-size: 1em !important;
}

.abstract-note > ol.numbered-styled > li::before {
  content: counter(item) '） ';
  display: inline-block;
}

/* --　参加登録 ------------------------------------------------------- */

.registration-note {
  margin: 0 0 25px;
  padding: 0;
}

.registration-note > h3 {
  border-bottom: solid 3px #ccc;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.registration-note > h3:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #333;
  bottom: -3px;
  width: 20%;
}

.registration-note > p {
  padding: 5px;
}

.registration-note > p > small {
  font-size: 75%;
}

.registration-note > p > span {
  color: #777;
}

.registration-note > p > span.text-danger {
  font-size: 100% !important;
  color: #dc3545 !important;
}

.registration-note > dl {
  margin: 0;
  padding: 0 0 0 5px;
  display: flex;
  flex-wrap: wrap;
}

.registration-note > dl.mp-f {
  margin-top: 25px !important;
}

.registration-note > dl.mp-b {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.registration-note > dl > dt,
.registration-note > dl > dd {
  padding-left: 0.25rem;
  line-height: 1.45;
}

.registration-note > dl > dt::after {
  content: '：';
  margin-left: 5px;
  margin-right: 5px;
}

.registration-note table {
  text-align: center;
}

.registration-note > ul {
  margin: 0;
  padding: 10px 0 15px 5px;
}

.registration-note > ul > li {
  list-style: none;
}

.registration-note > ul > li.title {
  color: #17a2b8 !important;
  font-weight: bold !important;
  font-size: 1.1rem;
}

.registration-note > ul > li.caution {
  color: #dc3545 !important;
  font-weight: bold !important;
  font-size: 1rem;
  padding: 0px 3px 10px 3px;
}

.registration-note > ul > li.sub-title {
  font-weight: bold !important;
  font-size: 1.05rem;
  padding: 0;
}

.registration-note > ul > li.letter-top {
  padding: 2px 0 3px;
  font-size: 1.025rem;
}

.registration-note > ul > li.letter {
  padding: 2px 0.5rem;
  line-height: 1.65;
  /* color: #696969; */
  /* font-size: 0.95rem; */
  letter-spacing: 0.01rem;
}

.registration-note > ul > li.letter-int {
  padding: 2px 0 2px 1rem;
  text-indent: -0.5rem;
  line-height: 1.65;
  color: #696969;
  font-size: 0.95rem;
  letter-spacing: 0.01rem;
}

.registration-note > ul > li.txt {
  padding: 0 0 0.5rem 0.25rem;
  line-height: 1.65;
  letter-spacing: 0.1rem;
}

.registration-note > ul > li.txt-int {
  padding: 0 0.25rem 0 1.45rem;
  text-indent: -1.85rem;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  font-size: 0.95rem;
  color: #708090;
}

.txt-gray {
  font-size: 0.95rem;
  color: #5e6b79;
}

.registration-note > ul > li.txt-int-dark {
  padding: 4px 0.25rem 4px 1.45rem;
  text-indent: -1.1rem;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  font-size: 1rem;
  color: #333;
}

.registration-note > ul > li.txt-int-dark02 {
  padding: 4px 0.25rem 4px 0.5rem !important;
  text-indent: -0.75rem;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  font-size: 1rem;
  color: #333;
}

.registration-note > ul > li.txt-int-dark03 {
  padding: 4px 0.25rem 4px 0.5rem !important;
  text-indent: -0.75rem;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  font-size: 1rem;
  color: #050505 !important;
}

.registration-note > div.btn-area {
  padding: 5px;
}

.registration-note > div.btn-area > a {
  text-decoration: underline;
}

.registration-note > ol {
  margin: 0;
  padding: 0 0 0 1.85rem;
}

.registration-note > ol > li {
  font-size: 1.05rem;
  font-weight: bold;
  padding-bottom: 0.85rem;
  line-height: 1.45;
  color: #555;
}

.registration-note > ol > li > ul {
  margin: 0;
  padding: 7px 0 5px;
  list-style: none;
  font-weight: normal !important;
  font-size: 1rem !important;
  line-height: 1.45;
  color: #333 !important;
}

.registration-note > ul.presenters {
  margin: 0 0 0 15px;
  padding: 0;
}

.registration-note > ul.presenters > li {
  line-height: 1.65;
  margin-bottom: 25px;
  list-style: none !important;
}

.registration-note > ul.presenters > li > ol {
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: -2.35rem;
  font-size: 0.95rem;
}

.registration-note > ul.presenters > li > ol > li {
  list-style: none;
  margin-bottom: 0px;
}

.registration-note > ul.presenters > li > p {
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.registration-note > ul.presenters > li > p.etxt {
  margin: 0;
  padding: 5px 0 0;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.65;
  word-break: break-all;
}

.registration-note > ul.presenters > li > p.etxt-indent {
  margin: 0;
  padding: 5px 0.25rem 0 1rem;
  text-indent: -1rem;
  line-height: 1.65;
  letter-spacing: 0.03rem;
  font-size: 0.95rem;
  font-weight: 400 !important;
  color: #708090;
}

.entry-area {
  padding: 15px 0 20px;
  border: solid 1px #ccc;
  text-align: center;
  background: #fcfcfc;
}

.entry-area > p {
  font-size: 1.05rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
}

.entry-area > div {
  margin: 10px 0 8px;
  padding: 0;
  text-align: center;
}

.entry-area > div > p {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 3px 0 0;
  color: #006094;
}

.entry {
  padding: 10px 0 5px 0;
}

.entry > table > thead > tr > th {
  text-align: center;
  color: #fff;
  background: #3c3c3c;
}

.entry > table > tbody > tr > td {
  padding-left: 25px;
  padding-right: 25px;
  background: #fff;
}

.entry > table > tbody > tr > td:first-child {
  width: 22rem;
  background-color: #f8f8f8 !important;
}

/* .entry > table > tbody > tr > td:nth-child(2) {
} */

.lh3 {
  line-height: 3;
}

.w47 {
  width: 47%;
}

.registration-table td,
.registration-table th {
  vertical-align: middle;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1.65;
  font-size: 0.95rem;
}
.registration-table th {
  background: #f7f7f7;
  vertical-align: middle;
  font-size: 0.9rem;
  white-space: nowrap;
}

/* --Contact us------------------------------------------------------- */
.contact-us {
  margin: 25px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.contact-us li:first-child {
  font-weight: 900;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  margin-bottom: 10px;
  color: #107dc3;
}

.contact-us li:nth-child(2) {
  font-weight: 600;
  font-size: clamp(0.938rem, 0.892rem + 0.23vw, 1.063rem);
}

.contact-us li {
  line-height: 1.85;
}

/* --Objectives / Topics------------------------------------------------------- */
ul.topics {
  margin: 0 0 35px !important;
  /* border: #333 solid 1px; */
  padding: 0 0.5em 1em 0.5em;
  position: relative;
}

ul.topics li {
  line-height: 1.25;
  padding: 0.35rem 0;
  list-style-type: none !important;
  font-size: clamp(0.906rem, 0.872rem + 0.17vw, 1rem);
  padding-left: 2rem;
  text-indent: -1.5rem;
}

ul.topics li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  font-weight: 600;
  padding-right: 0.5rem;
}

@media (max-width: 674px) {
  ul.topics {
    padding: 0;
  }
}

/* --program ------------------------------------------------------- */

.program {
  margin: 0;
  padding: 0;
}

.program-note {
  margin: 0;
  padding: 0;
}

.program-note p {
  margin: 0 0 0 0.25em;
  padding: 0;
  color: rgb(28, 75, 146);
  font-weight: 500;
}

/* 前に「 を追加 */
.program-note p::before {
  content: '「';
}

/* 後ろに」 を追加 */
.program-note p::after {
  content: '」';
}

.program-note-top > h3 {
  border-bottom: solid 3px #ccc !important;
  position: relative !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1rem !important;
  margin-bottom: 15px !important;
}

.program-note-top > h3:after {
  position: absolute !important;
  content: ' ' !important;
  display: block !important;
  border-bottom: solid 3px #333 !important;
  bottom: -3px !important;
  width: 20% !important;
}

.program-note-top > h3 > span,
.program-note > h3 > span {
  display: inline-block;
}

.program-note-pdf {
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.05rem;
}

.session {
  padding: 0 0 30px 0;
  margin: 0;
}

.session li {
  list-style: none;
}

.session li.subject {
  font-size: 1.1rem;
  /* font-weight: bold; */
  color: #000;
  letter-spacing: 0.05rem;
}

.session li.teacher {
  font-size: 1rem;
  padding: 0.75rem 0 0 0.75rem;
  line-height: 1.1 !important;
  letter-spacing: 0.15rem;
  color: #333;
}

.session li.teacher2 {
  font-size: 1rem;
  padding: 0.75rem 0 0 4.6rem;
  line-height: 1.1 !important;
  letter-spacing: 0.15rem;
  color: #333;
}

.session li.teacher3 {
  font-size: 1rem;
  padding: 0.75rem 0 0 8.75rem;
  line-height: 1.1 !important;
  letter-spacing: 0.15rem;
  color: #333;
}

.session li.teacher span,
.session li.teacher2 span,
.session li.teacher3 span,
.session li.chairman span {
  font-size: 0.85rem;
  padding: 0;
  color: #555;
  letter-spacing: 0.05rem;
}

.session li.belongs {
  font-size: 0.85rem;
  padding: 0.35rem 0 0 3.75rem;
  color: #555;
  letter-spacing: 0.05rem;
  line-height: 1.45;
}

.session li.chairman {
  font-size: 1rem;
  padding: 0.75rem 0 0 0.75rem;
  line-height: 1.45 !important;
  letter-spacing: 0.15rem;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.h3-5,
.h3-5-02,
.h3-5-03,
.h3-5-04,
.h3-5-05,
.h3-5-06,
.h3-5-07,
.h3-5-08,
.h3-5-09,
.h3-5-10,
.h3-5-11,
.h3-5-12 {
  font-size: clamp(0.969rem, 0.912rem + 0.28vw, 1.125rem) !important;
  padding: 0 0 0 1rem;
  text-indent: -1rem;
  color: #123a68;
  font-weight: bold;
  /* box-shadow: 1px 1px 2px rgb(179, 179, 179); */
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.kaisaibi {
  position: absolute;
  right: 0;
  bottom: 0;
}

.h3-5:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #00bb85;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.h3-5-02:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #ff9500;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.h3-5-03:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #009bbf;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.h3-5-04:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #f62e36;
  left: 0;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.h3-5-05:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #d7c447;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.h3-5-06:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #9b7cb6;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.h3-5-07:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #814721;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.h3-5-08:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #0078ba;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.h3-5-09:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #e85298;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.h3-5-10:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #019a66;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.h3-5-11:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #9caeb7;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.h3-5-12:after {
  position: absolute;
  content: ' ';
  display: block;
  border-bottom: solid 3px #363636;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.organisers-link {
  line-height: 1;
  font-size: clamp(0.844rem, 0.8rem + 0.22vw, 0.938rem);
  font-weight: 600;
}

.h3-3 {
  position: relative;
  padding: 0.35rem 0.25rem;
  font-weight: bold;
  font-size: 1.05rem !important;
  margin-bottom: 0.35rem !important;
}

.h3-3:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#90a1bb), to(#f5f7fa));
  background-image: -webkit-linear-gradient(right, #90a1bb 0%, #f5f7fa 110%);
  background-image: linear-gradient(135deg, #90a1bb 0%, #f5f7fa 110%);
}

.h3-3:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(#90a1bb), to(#f5f7fa));
  background-image: -webkit-linear-gradient(right, #90a1bb 0%, #f5f7fa 110%);
  background-image: linear-gradient(135deg, #90a1bb 0%, #f5f7fa 110%);
}

.h3-3:before {
  top: 0;
}

.h3-3:after {
  bottom: 0;
}

.dinb {
  display: inline-block !important;
}

.small02 {
  font-size: 0.9rem !important;
}

/* ----------------------------------------------------------------
btn
--------------------------------------------------------------- */

/* ダウンロード */

.btn-download a {
  background: #f5e800;
  /* border-radius: 3px; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0 auto; */
  /* max-width: 220px; */
  padding: 12px 25px;
  color: #111;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.btn-download a:before {
  content: '\f56d';
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
  color: #111;
  font-size: 1.5rem;
}
/* .btn-download a:hover {
  background: #313131;
  color: #FFF;
} */

/* 外部リンク */

.btn-link a {
  background: #e04618;
  /* border-radius: 3px; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0 auto; */
  /* max-width: 220px; */
  padding: 15px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.btn-link a::before {
  content: '\f35d';
  position: absolute;
  top: 2px;
  left: 7px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #fff;
}
/* .btn-link a:hover {
  background: #313131;
  color: #FFF;
} */

.page_secretariat-area {
  margin: 0;
  padding: 0;
}

.page_secretariat dt {
  background: #1a1a1a;
  color: #f4f5f7;
  padding: 3px 7px;
  font-size: 0.95rem;
  font-weight: 400;
}

.page_secretariat dd {
  padding: 0 7px;
  line-height: 1.65;
  font-size: 0.9rem;
}

.page_secretariat dt:first-child + dd {
  margin-top: 15px;
  font-weight: 600 !important;
  font-size: 1rem !important;
}

.text-grayblue {
  color: #708090;
}

.txt-indent {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.credit-card-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.credit-card-info li {
  font-weight: bold;
  letter-spacing: 0.05rem;
  color: #5a5a5a;
  padding: 3px 0;
}

.color555 {
  color: #555 !important;
}

.company-address {
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

/* --　教育研修会　 ------------------------------------------------------- */

.training-table {
  font-size: 0.95rem;
  /* min-width: 550px; */
}

.training-table th {
  background: #f7f7f7;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  line-height: 1.45;
}

.training-table td {
  vertical-align: middle;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1.65;
}

@media (max-width: 576px) {
  .training-table th {
    display: block;
  }
  .training-table td {
    display: block;
    padding-left: 10px; /* 見やすくするためのインデント */
  }
}

.training-table td span {
  font-size: 0.9rem;
  color: #5e6b79;
}

.training-table td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-list {
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  padding: 0;
}

.custom-list li {
  display: flex;
  align-items: flex-start;
}

.custom-list .num {
  /* min-width: .75em;  */
  text-align: right; /* 右寄せにする */
  padding-right: 0.35em !important; /* 番号と本文の間に余白 */
  color: initial; /* テキストカラーをリセット */
}

.custom-list .bullet {
  /* min-width: 0.5em;  */
  text-align: center; /* 箇条書き記号を中央揃え */
  padding-right: 0.15em; /* 記号と本文の間に余白 */
}

.training-table td p {
  margin: 0;
  padding: 0;
}

.training-table td p.txt-int {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  line-height: 1.45;
}

.training-table td button {
  color: #007bff !important;
}

.training-table td button:hover {
  color: #0059ff !important;
  text-decoration: underline !important;
}

.training-table td .company-address span {
  display: inline-block;
  color: #212529 !important;
}

.training-session {
  padding: 0;
  margin: 0;
}

.training-session li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.45;
}

.training-session li > span {
  display: inline-block;
  color: #212529 !important;
  font-size: 1em;
}

.training-session li.teacher {
  /* letter-spacing: 0.05rem; */
  /* font-weight: 500; */
  /* padding-left: 0.5em; */
}

.training-session li.teacher > span:nth-child(2) {
  /* font-size: 0.9rem; */
  color: #333;
  font-size: 0.85em;
  /* font-weight: 400; */
}

.training-session li.subject {
  /* font-size: 1rem; */
  padding: 0 0 0 1em;
  text-indent: -1.35em;
  color: #111;
  /* letter-spacing: 0.05rem; */
  /* color: #333; */
  /* font-weight: 500; */
}

.training-session li.belongs {
  font-size: 0.85rem;
  padding: 0.35rem 0 0 3.75rem;
  /* color: #555; */
  /* letter-spacing: 0.05rem; */
  line-height: 1.45;
}

.training-session li.chairman {
  font-size: 1rem;
  padding: 0.75rem 0 0 0.75rem;
  line-height: 1.45 !important;
  letter-spacing: 0.15rem;
}

.pl-3-5 {
  padding-left: 1em !important;
}
