<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------
è¬›ç¿’ä¼š
 ------------------------------------------------------------------------------------------*/
.tab-label:first-of-type {
  border-radius: 10px 0 0 0;
}

.tab-label:last-of-type {
  border-radius: 0 10px 0 0;
}

.s_tab_l {
  display: block;
  font-size: 50%;
  line-height: 100%;
}

.application {
  background: #fdb92a;
  height: 3em;
  width: 20vw;
  margin: 2em auto;
  border-radius: 1vw;
  border: 1px solid #555;
  filter: drop-shadow(2px 2px 2px #ccc);
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.application:hover {
  transform: scale(0.98, 0.98);
  filter: drop-shadow(1px 1px 1px #555);
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.application a,
.application span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.semi_dec table a {
  color: #0000ff;
  text-decoration: underline;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.semi_dec table a:hover {
  color: #ccc;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.semi_dec h2 {
  font-size: 140%;
  line-height: 140%;
  margin: 0 0 1em 0;
}

.semi_dec li {
  list-style: unset;
}

#semi_list .accordion-container .accordion-title:first-child {
  /*border-radius: 20px 20px 0 0;*/
}

.red_dec {
  display: block;
  font-size: 65%;
  color: red;
  padding-left: 2.5em;
  line-height: 120%;
  margin: 0.3em 0 0 0;
}

#semi_list .accordion-container .accordion-title:not(:first-child) {
  border-top: 1px solid #555;
}

#semi_list .accordion-title:last-child {
  border-radius: 0 0 20px 20px;
}

#semi_list .accordion-container .accordion-title:hover,
#semi_list .accordion-container .accordion-title:active,
#semi_list .accordion-container .content-entry.open .accordion-title {
  background-color: #008336;
  color: white;
}

#semi_list .accordion-container .accordion-title:hover i:before,
#semi_list .accordion-container .accordion-title:hover i:active,
#semi_list .accordion-container .content-entry.open i {
  color: white;
}

#semi_list .accordion-title {
  position: relative;
}

#semi_list .accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#semi_list .accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

#semi_list .accordion-content {
  display: none;
  /*padding: 2em;*/
}

#semi_list .accordion-content p {
  margin: 0;
}

/* CSS for CodePen */
#semi_list .accordion-container {
  width: 100%;
  /*margin: 1.875em auto;*/
}

#semi_list .semi_det {
  margin: 0;
  font-size: 80%;
  padding: 0.25em 2em;
  text-align: center;

  background-image: linear-gradient(
    to right,
    #555,
    #555 3px,
    transparent 3px,
    transparent 10px
  );
  /* å¹…2ã®ç·šã‚’ä½œã‚‹ */
  background-size: 8px 1px;
  /* ã‚°ãƒ©ãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ã®å¹…ãƒ»é«˜ã•ã‚’æŒ‡å®š */
  background-position: left top;
  /* èƒŒæ™¯ã®é–‹å§‹ä½ç½®ã‚’æŒ‡å®š */
  background-repeat: repeat-x;
  /* æ¨ªå‘ãã«ã®ã¿ç¹°ã‚Šè¿”ã™ */
}

#semi_list .accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
  border: 1px solid #555;
}

#semi_list .accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #555;
  background: #ccc;
  cursor: pointer;
}

#semi_list .accordion-container .active {
  background: #008336;
  color: #fff;
}

.deleteBr br {
  display: none;
}

.semi_dec {
  padding: 2em;
}

.semi_btn {
  justify-content: space-between;
  /*border-top: 1px solid #555;
  /*height: 2.5em;*/

  padding: 1em 2em;
}

.m_btn {
  height: 3em;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-bottom: 1px solid #555;
  border-right: 1px solid #555;*/

  border: 1px solid #555;
  border-radius: 0.5em;
  background: #fff;
  filter: drop-shadow(2px 2px 2px #555);
  margin: 0 0.5em;
}
.m_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.semi_btn .m_btn:hover {
  background: #17b017;
  color: #fff;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.m_btn2 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-bottom: 1px solid #555;*/
  background: #fdb92a;
  height: 3em;

  border: 1px solid #555;
  border-radius: 0.5em;
  filter: drop-shadow(2px 2px 2px #555);
  margin: 0.5em 0;
}

.m_btn2 a {
  width: 100%;
  height: 100%;
}

.m_btn3 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-bottom: 1px solid #fff;*/
  background: #555;
  color: #fff;
  cursor: default;
  height: 3em;

  border: 1px solid #555;
  border-radius: 0.5em;
  filter: drop-shadow(2px 2px 2px #555);
  margin: 0.5em 0;
}

.m_btn3:last-child {
  border-bottom: none;
}

.semi_btn .m_btn3:hover {
  background: #555;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.semi_btn .m_btn2 {
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.semi_btn .m_btn2:hover {
  background: #17b017;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.m_btn2:nth-child(2) {
  border-left: 1px solid #555;
}

.form_btn:hover {
  color: #fff;
  transform: scale(1.1);
  webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.m_btn:last-child {
  border-right: none;
}

/*Table*/
.semi_dec h2 {
  font-size: 160%;
}

.semi_dec h3 {
  font-size: 140%;
  margin: 2em 0 0.5em 0;
  border-left: 8px solid #555;
  line-height: 100%;
  padding: 0 0 0.1em 0.3em;
}

.semi_dec table {
  background: #555;
  font-size: 100%;
  width: 100% !important;
  margin: 1em 0;
}

.semi_dec tr {
  height: 2.3vw;
}

.semi_dec td {
  padding: 2% 1%;
  background: #fff;
}

.seminal_txt2 {
  margin: 0.1em 0;
  letter-spacing: 0.05vw;
  font-size: 80%;
  line-height: 120%;
}
.regist_list {
  text-align: right;
  margin: 1em;
}

.invoice {
  font-size: 90%;
  color: red;
  text-align: right;
  letter-spacing: 0.1vw;
}

#seminar_tab .accordion-content {
  /*border-left: 1px solid #555;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  /*padding: 2em 0em;*/
  position: relative;
}

#seminar_tab .accordion-content {
  display: none;
}

#seminar_tab .accordion-content p {
  margin: 0;
}

/*SUZUKI CSS ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–ãƒ‡ã‚¶ã‚¤ãƒ³****************************************************************************************/
/*---------------------------------------------
iPadPRO
  ---------------------------------------------*/

@media screen and (max-width: 1024px) {
}

/*---------------------------------------------
TABLET
  ---------------------------------------------*/

@media screen and (max-width: 834px) {
  .base_ttl {
    font-size: 200%;
    margin-bottom: 1em;
  }

  .tab-label {
    /*font-size: 160% !important;*/
    padding: 15px 0.5em 5px 0.5em !important;
  }

  .s_tab_l {
    font-size: 10%;
    letter-spacing: 0.15em;
    line-height: 280%;
  }

  #semi_list .accordion-container .accordion-title {
    font-size: 180%;
    padding: 0.5em 3em 0.5em 1em;
    line-height: 140%;
  }

  .application {
    height: 4em;
    font-size: 180%;
    width: 50%;
  }

  #semi_list .accordion-container {
    border: none;
  }

  #semi_list .accordion-title:after {
    top: 28%;
    right: 0.7em;
  }

  #semi_list .accordion-title.open:after {
    top: 35%;
  }

  .semi_btn .m_btn2 {
    font-size: 120%;
  }

  #seminar_tab .accordion-content p,
  #semi_list .semi_det {
    margin: 0;
    font-size: 140%;
  }

  .m_btn {
    height: 2.5em;
    font-size: 120%;
  }

  .m_btn3 {
    font-size: 100%;
    line-height: 100%;
    padding: 0 1em;
    text-align: center;
  }

  .semi_dec table {
    font-size: 100%;
    line-height: 180%;
  }

  #semi_list .accordion-container .accordion-title {
    font-size: 140%;
  }
}

/*TABLET*/

/*---------------------------------------------
MOBILE
  ---------------------------------------------*/
@media screen and (max-width: 480px) {
  /*COMMON*/
  body {
    font-size: 4vw !important;
    line-height: 180% !important;
  }

  .base_ttl {
    font-size: 120%;
  }

  .base_ttl span {
    letter-spacing: 0.1vw;
    font-size: 50%;
  }

  /*TAB*/
  .tab-label {
    font-size: 100% !important;
    line-height: 80%;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
  }

  /*FOOTER*/
  #contact_form {
    padding-bottom: 35vw;
  }

  /*PAGETOP*/
  #page_top {
    width: 10vw;
    height: 10vw;
  }

  #page_top img {
    width: 100%;
  }

  /***/
  .application {
    height: 3em;
    font-size: 120%;
    width: 60%;
  }

  .semi_dec {
    padding: 1em 0;
  }

  #semi_list .accordion-container .accordion-title {
    font-size: 120%;
    padding: 0.8em 2em 0.8em 0.7em;
    line-height: 140%;
  }

  #seminar_tab .accordion-content p,
  #semi_list .semi_det {
    margin: 0;
    font-size: 80%;
  }

  #semi_list .semi_det {
    background: #ccc;
    border-radius: 0 0 3vw 3vw;
    border-top: 1px solid #555;
  }

  .m_btn,
  .m_btn:last-child {
    border-left: 1px solid #555;
    border-right: 1px solid #555;
  }

  .s_tab_l {
    display: none;
  }
}

/*MOBILE*/
</pre></body></html>