<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.w-47 {
  width: 47% !important;
}

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

.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;
}

/* --Conference Venue------------------------------------------------------- */
#Venue iframe {
  width: 100%;
  height: auto;
  min-height: 350px;
  border: 0;
  margin-top: 25px;
}

#Venue dl {
  margin: 0;
  padding: 0;
}

#Venue dl dt {
  margin-bottom: 10px !important;
}

#Venue dl dd {
  margin: 0 !important;
}

#Venue img {
  max-width: 260px;
}

@media screen and (max-width: 576px) {
  #Venue img {
    max-width: 100%;
  }
}

#Venue p {
  line-height: 1.6;
  font-size: 0.9em;
}

/* --Organization------------------------------------------------------- */
.organization-table{
  font-family: 'PT Serif', serif !important;
  color: #5d4037 !important;
}


.organization-table th {
  background-color: #f8f9fa;
  text-align: left;
  max-width: 13rem !important;
  min-width: 13rem !important;
}

.organization-table th,.organization-table td {
  vertical-align: middle;
}

.organization-table {
  border-bottom: solid 1px #dee2e6;
}

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

/* -- 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 &gt; h3 {
  border-bottom: solid 3px #ccc;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

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

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

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

.sponsor-note &gt; 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 &gt; h3 {
  border-bottom: solid 3px #ccc;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.abstract-note &gt; ul &gt; 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 &gt; ul &gt; 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 &gt; ul &gt; 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 &gt; ul &gt; 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 &gt; div.btn-area {
  padding: 5px;
}

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

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

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

.abstract-note &gt; ol &gt; li &gt; 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 &gt; ul {
  margin: 0;
  padding: 0;
}

.paper td &gt; ul &gt; 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 &gt; tbody &gt; tr &gt; 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 &gt; tbody &gt; tr &gt; td {
  font-weight: normal !important;
  width: 50% !important;
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.95rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.registration-note &gt; dl &gt; dt::after {
  content: "：";
  margin-left: 5px;
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

.registration-note &gt; ul &gt; 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 &gt; ul &gt; li.txt {
  padding: 0 0 0.5rem 0.25rem;
  line-height: 1.65;
  letter-spacing: 0.1rem;
}

.registration-note &gt; ul &gt; 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 &gt; ul &gt; 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 &gt; ul &gt; 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 &gt; ul &gt; 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 &gt; div.btn-area {
  padding: 5px;
}

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

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

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

.registration-note &gt; ol &gt; li &gt; 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 &gt; ul.presenters {
  margin: 0 0 0 15px;
  padding: 0;
}

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

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

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

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

.registration-note &gt; ul.presenters &gt; li &gt; 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 &gt; ul.presenters &gt; li &gt; 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 &gt; p {
  font-size: 1.05rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
}

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

.entry-area &gt; div &gt; 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 &gt; table &gt; thead &gt; tr &gt; th {
  text-align: center;
  color: #fff;
  background: #3c3c3c;
}

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

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

/* .entry &gt; table &gt; tbody &gt; tr &gt; 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;
}

/* --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 ------------------------------------------------------- */
.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;
}

.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.5rem;
  font-weight: bold;
  font-size: 1.05rem !important;
  margin-bottom: 0.75rem !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;
}

ul.custom-list {
  list-style: none;
  padding-left: 0;
  margin-left: 11px;
}

ul.custom-list li {
  counter-increment: section;
  margin-bottom: 10px;
  padding-left: 30px; /* インデントを調整 */
  position: relative;
  line-height: 1.45;
}

ul.custom-list li::before {
  content: "（" counter(section) "） ";
  position: absolute; /* 番号をテキストから分離して配置 */
  left: 0; /* 番号を左に揃える */
}

ol.custom-list {
  list-style: none;
  counter-reset: section; /* カウンタのリセット */
  padding-left: 0;
  font-weight: normal !important;
  margin-left: 0.25rem;
}

ol.custom-list li {
  counter-increment: section;
  margin-bottom: 0 !important;
  padding-left: 20px;
  padding-bottom: 10px !important;
  position: relative;
  font-weight: normal !important;
  color: #333 !important;
  font-size: 1rem !important;
}

ol.custom-list li::before {
  content: counter(section) "．"; /* 番号の表示 */
  position: absolute;
  left: 0;
  font-weight: normal !important;
}

ol.custom-list li.indent {
  text-indent: 0;
  padding-left: 20px;
}
</pre></body></html>