@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  color: #202020;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
}

.overflow {
  overflow-x: hidden;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.wrapper--sm {
  max-width: 800px;
  margin: 0 auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  .wrapper {
    width: 92%;
    padding: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* -----------------------------------------
  helper style
  ------------------------------------------ */
.mT0 { margin-top: 0 !important; }
.mT10 { margin-top: 10px !important; }
.mT20 { margin-top: 20px !important; }
.mT30 { margin-top: 30px !important; }
.mT40 { margin-top: 40px !important; }
.mT50 { margin-top: 50px !important; }
.mT60 { margin-top: 60px !important; }
.mT70 { margin-top: 70px !important; }
.mT80 { margin-top: 80px !important; }
.mB0 { margin-bottom: 0 !important; }
.mB10 { margin-bottom: 10px !important; }
.mB20 { margin-bottom: 20px !important; }
.mB30 { margin-bottom: 30px !important; }
.mB40 { margin-bottom: 40px !important; }
.mB50 { margin-bottom: 50px !important; }
.mB60 { margin-bottom: 60px !important; }
.mB70 { margin-bottom: 70px !important; }
.mB80 { margin-bottom: 80px !important; }
.mL15 { margin-left: 15px !important; }
.mL0 { margin-left: 0px !important; }
.mR0 { margin-left: 0px !important; }

@media screen and (min-width: 769px) {
  .mT0_pc { margin-top: 0 !important; }
  .mT10_pc { margin-top: 10px !important; }
  .mT20_pc { margin-top: 20px !important; }
  .mT30_pc { margin-top: 30px !important; }
  .mT40_pc { margin-top: 40px !important; }
  .mT50_pc { margin-top: 50px !important; }
  .mT60_pc { margin-top: 60px !important; }
  .mT70_pc { margin-top: 70px !important; }
  .mT80_pc { margin-top: 80px !important; }
  .mB0_pc { margin-bottom: 0 !important; }
  .mB10_pc { margin-bottom: 10px !important; }
  .mB20_pc { margin-bottom: 20px !important; }
  .mB30_pc { margin-bottom: 30px !important; }
  .mB40_pc { margin-bottom: 40px !important; }
  .mB50_pc { margin-bottom: 50px !important; }
  .mB60_pc { margin-bottom: 60px !important; }
  .mB70_pc { margin-bottom: 70px !important; }
  .mB80_pc { margin-bottom: 80px !important; }
}
@media screen and (max-width: 768px) {
  .mT0_sp { margin-top: 0 !important; }
  .mT10_sp { margin-top: 10px !important; }
  .mT20_sp { margin-top: 20px !important; }
  .mT30_sp { margin-top: 30px !important; }
  .mT40_sp { margin-top: 40px !important; }
  .mT50_sp { margin-top: 50px !important; }
  .mT60_sp { margin-top: 60px !important; }
  .mT70_sp { margin-top: 70px !important; }
  .mT80_sp { margin-top: 80px !important; }
  .mB0_sp { margin-bottom: 0 !important; }
  .mB10_sp { margin-bottom: 10px !important; }
  .mB20_sp { margin-bottom: 20px !important; }
  .mB30_sp { margin-bottom: 30px !important; }
  .mB40_sp { margin-bottom: 40px !important; }
  .mB50_sp { margin-bottom: 50px !important; }
  .mB60_sp { margin-bottom: 60px !important; }
  .mB70_sp { margin-bottom: 70px !important; }
  .mB80_sp { margin-bottom: 80px !important; }
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right;
}
.txtJustify {
  text-align: justify;
}
.fontBold {
  font-weight: bold;
}
.colorRed {
  color: #F30000;
}
.colorBlue {
  color: #0000ff;
}
.txtUnderline {
  text-decoration: underline;
}
.txtIndent1 {
  padding-left: 1em;
  text-indent: -1em;
}
.txtIndent2 {
  padding-left: 2em;
  text-indent: -2em;
}
.txtIndent3 {
  padding-left: 3em;
  text-indent: -3em;
}
.txtIndent4 {
  padding-left: 4em;
  text-indent: -4em;
}
.txtIndent5 {
  padding-left: 5em;
  text-indent: -5em;
}

.font150 { font-size: 150%; }
.font140 { font-size: 140%; }
.font130 { font-size: 130%; }
.font120 { font-size: 120%; }
.font110 { font-size: 110%; }
.font90 { font-size: 90%; }
.font80 { font-size: 80%; }
.font70 { font-size: 70%; }

.cf::after {
  content: "";
  display: block;
  clear: both;
}
/* ------------------------------------------
   common
   ------------------------------------------ */
.header__top {
  background: linear-gradient(to right, #fff 40%, #E4F5C3);
  padding: 8px 0;
}
.header__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__top-inner p {
  font-size: 1rem;
  color: #1E415F;
  font-weight: bold;
}
.header__bottom {
  background: #D6E1EB;
  color: #0D4DA1;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 10px solid #0D4DA1;
}

.breadcrumb {
  font-size: 1.4rem;
  margin: 16px 0 20px;
}
.breadcrumb ul {
  display: flex;
  padding: 0;
}
.breadcrumb ul a {
  color: #202020;
}

.term-menu {
  font-size: 1.4rem;
  position: relative;
}
.term-menu__list {
  display: flex;
  justify-content: flex-end;
}
.term-menu__list-item {
  margin-right: 12px;
}
.term-menu__list-item a {
  text-decoration: underline;
  color: #202020;
}
.term-menu__more {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease;
  position: absolute;
  right: 0;
  background: #F3F3F3;
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  padding: 5px 10px;
  z-index: 10;
}
.term-menu__more-list {
  margin: 0;
}
.term-menu__more-list-item {
  margin: 5px 0;
}
.term-menu__more-list-item a {
  text-decoration: underline;
  color: #202020;
}
.term-menu__more.is-open {
  visibility: visible;
  opacity: 1;
}
.term-menu__more::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 20px solid #F3F3F3;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -10px;
  right: 6px;
}
.top-btn-col2-wrap {
  display: flex;
  justify-content: center;
  margin: 30px auto 40px;
}
.top-btn-col2-wrap .cmn-btn {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .header__top {
    background: linear-gradient(to right, #fff 60%, #E4F5C3);
  }
  .header__top-inner img {
    position: relative;
    left: -10px;
  }
  .header__top-inner p {
    display: none;
  }
  .header__bottom {
    font-size: 18px;
    line-height: 1.15;
    padding: 10px 0;
  }
  .breadcrumb {
    font-size: 1.2rem;
  }
  .breadcrumb ul {
    display: block;
  }
  .top-btn-col2-wrap {
    display: block;
  }
  .top-btn-col2-wrap .cmn-btn {
    margin: 0 auto 10px;
  }
}

/* ----------------- 23.08.09 header------------- */
.top-info {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  background: #F3F3F3;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  padding: 60px 0 10px;
}
.top-info__inner {
  max-width: 680px;
  margin: 0 auto 20px auto;
}
.top-info__ttl {
  font-size: 2.6rem;
  color: #0D4DA1;
  text-align: center;
  margin-bottom: 30px;
}
.top-info__txt {
  font-size: 1.7rem;
  line-height: 2;
  text-align: justify;
}
.top-slider-wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 1073px;
  width: 95%;
}
.top-slider-wrap img {
  width: 1073px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .top-info-wrap {
    overflow: hidden;
  }
  .top-info {
    width: auto;
    margin: 0 -100px;
    padding: 40px 100px 90px;
    border-radius: 50%;
  }
  .top-info__ttl {
    font-size: 2rem;
  }
  .top-info__txt {
    max-width: 92%;
    margin: 0 auto;
    font-size: 1.4rem;
  }

  .top-slider-wrap {
    max-width: 92%;
    position: relative;
    top: -80px;
    margin-bottom: -80px;
  }
}
/* ----------------- 23.08.09 header------------- */


/* ----------------- tab-style ------------- */
.tab-btn-wrap {
  max-width: 1073px;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
}

.tab-btn-inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0;
}

.tab-btn, .tab-btn-ex {
  width: 17.7%;
  margin-right: 5px;
  line-height: 1.15;
  position: relative;
}
.tab-btn .ready {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 77, 161, .2);
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.tab-btn a, .tab-btn-ex a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #0D4DA1;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 80px;
  background: #fff;
  color: #0D4DA1;
  transition: all 0.2s ease;
}
.tab-btn a:hover, .tab-btn-ex a:hover {
  background: #0D4DA1;
  color: #fff;
}
.tab-btn a .new, .tab-btn-ex a .new {
  display: inline-block;
  background: #F30000;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 5px 0;
  border-radius: 2px;
  margin-top: 2px;
}
.tab-btn.is-active a, .tab-btn-ex.is-active a {
  height: 100px;
  background: #0D4DA1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.tab-btn .finish {
  display: inline-block;
  background: #fff;
  color: #F30000;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px 5px 0;
  border-radius: 2px;
  margin-top: 2px;
}

.tab-btn-inner.--top {
  height: 187px;
}
.tab-btn-inner.--top .tab-btn a, .tab-btn-inner.--top .tab-btn-ex a {
  height: 168px;
  padding-bottom: 80px;
}
.tab-btn-inner.--top .tab-btn.is-active a, .tab-btn-inner.--top .tab-btn-ex.is-active a {
  height: 187px;
}

.tab-btn-inner.--bottom {
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
}

.tab-area {
  display: none;
  background: #F3F3F3;
  padding: 1px 0 60px;
  border-top: 1px solid #0D4DA1;
}
.tab-area.is-active {
  display: block;
}
.tab-area__inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .tab-btn-inner.--top {
    height: 120px;
  }
  .tab-btn, .tab-btn-ex {
    width: 18.5%;
    margin-right: 2px;
  }
  .tab-btn a, .tab-btn-ex a {
    font-size: 1rem;
    height: 70px;
  }
  .tab-btn.is-active a, .tab-btn-ex.is-active a {
    font-size: 1rem;
    height: 80px;
  }
  .tab-btn-inner.--top .tab-btn a,
  .tab-btn-inner.--top .tab-btn-ex a {
    height: 120px;
    padding-bottom: 70px;
  }
  .tab-btn-inner.--top .tab-btn.is-active a,
  .tab-btn-inner.--top .tab-btn-ex.is-active a {
    height: 130px;
  }
  .tab-btn a .new, .tab-btn-ex a .new {
    font-size: 1rem;
    padding: 1px 5px 0;
  }
  .tab-btn .finish {
    font-size: 1rem;
    padding: 1px 5px 0;
  }
  
}

/* -------------- topics --------------- */
.topics {
  margin: 40px 0 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.topics__ttl {
  background: #D6E1EB;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
}
.topics__area {
  background: #fff;
  padding: 5px 30px;
  border-radius: 0 0 5px 5px;
  display: flex;
}
.topics__list {
  width: 50%;
}
.topics__list-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.topics__list-item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #D6E1EB;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 5px;
  left: 0;
}
.topics__list-item a {
  text-decoration: underline;
  color: #202020;
}
.topics__list-item .new {
  color: #F30000;
  font-weight: bold;
  margin-left: 5px;
}
.topics__list-item .ready {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.topics__list .active {
/*
  background: #FFE7A2;
  background: #EEEEEE;
*/
}
.topics__list .active a {
  color: #0D4DA1;
  font-size: 1.9rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topics__ttl {
    font-size: 1.6rem;
  }
  .topics__area {
    display: block;
    padding: 20px;
  }
  .topics__list {
    width: 100%;
    margin: 0;
  }
  .topics__list .active a {
    font-size: 1.7rem;
  }
  .topics__list {
    font-size: 1.4rem;
  }
}

/* ---------------- title style ---------------- */
.ttl-h1 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0D4DA1;
  text-align: center;
  position: relative;
  padding: 0 0 10px;
  margin: 50px 0 40px;
}
.ttl-h1:after {
  content: "";
  display: block;
  width: 65px;
  height: 4px;
  background: #D6E1EB;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ttl-h2 {
  color: #0D4DA1;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 45px 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #0D4DA1;
}

.ttl-h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 24px 0 20px;
  border-left: 10px solid #D6E1EB;
  padding-left: 6px;
}

.ttl-h4 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .ttl-h1 {
    font-size: 2.4rem;
    margin: 40px 0 30px;
  }
  .ttl-h2 {
    font-size: 2rem;
    margin: 30px 0 20px;
    padding-bottom: 5px;
  }
  .ttl-h3 {
    font-size: 1.8rem;
    margin: 20px 0 15px;
  }
}

/* ------------- form-style ------------- */
.input-txt {
  padding: 10px;
  width: 100%;
}
.submit-btn-wrap {
  display: flex;
  justify-content: center;
}
.submit-btn {
  display: block;
  border: 0;
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background: #ce4b12;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  margin: 0 20px;
  cursor: pointer;
  transition: all .2s ease;
}
.submit-btn.--clear {
  background: #7a7a7a;
}
.submit-btn:hover {
  opacity: .75;
  box-shadow: 0;
}

@media screen and (max-width: 768px) {
  .submit-btn {
    height: 40px;
    line-height: 40px;
  }
}

/* ---------------- other common style -------------- */
.col2-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col2-item {
  width: 48%;
}
.col3-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col3-item {
  /* width: 32.5%; */
  width: 49.5%;
}
.col3-item-leftm {
  margin-left: 17% !important;
}
.col4-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col4-item {
  width: 23%;
}

@media screen and (max-width: 768px) {
  .col2-wrap {
    display: block;
  }
  .col2-item {
    width: 100%;
  }
  .col2-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .col3-wrap {
    display: block;
  }
  .col3-item {
    width: 100%;
  }
  .col3-item-leftm {
    margin-left: 0% !important;
  }
  .col3-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .col4-item {
    width: 48%;
    margin-bottom: 20px;
  }
}

.img-wrap {
  background: #fff;
  border: 2px solid #D6E1EB;
  padding: 20px 0;
}
.img-wrap img {
  display: block;
  margin: 0 auto 20px;
}

.list-normal > li {
  text-indent: -1em;
  padding-left: 1em;
}
.list-normal > li::before {
  content: "・";
  display: inline;
}

.list-triangle > li {
  padding-left: 20px;
  position: relative;
}
.list-triangle > li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #0D4DA1;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 5px;
  left: 0;
}
.list-order {
  counter-reset: counter;
  list-style-type: none;
  padding-left: 0;
}
.list-order > li {
  position: relative;
  padding-left: 2em;
}
.list-order > li::before {
  content: counter(counter);
  counter-increment: counter;
  border: 1px solid #202020;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height:13px;
  width: 13px;
  font-size: 75%;
  line-height: 1.5;
  position: absolute;
  top: 3px;
  left: 0.5em;
}
.cmn-table-wrap {
  width: 100%;
  overflow-x: scroll;
}
.cmn-table {
  width: 100%;
  border-collapse: collapse;
}
.cmn-table th {
  background: #FCF5DD;
  line-height: 1.25;
}
.cmn-table th, .cmn-table td {
  padding: 7px;
  border: 1px solid #707070;
}
.cmn-table td {
  background: #fff;
}

.cmn-table td .cmn-date {
  letter-spacing: -0.1em;
  font-size: 90%;
  white-space: nowrap;
}



.cmn-btn {
  display: flex;
  align-items: center;
  width: 250px;
  min-height: 60px;
  font-size: 1.4rem;
  color: #fff;
  background: #0D4DA1;
  border-radius: 50px;
  padding: 10px 40px 10px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  transition: all 0.2s ease;
}
.cmn-btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/arrow-right-wh.png) 0/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.cmn-btn:hover {
  opacity: 0.75;
  box-shadow: none;
}
.cmn-btn.--excel:after {
  width: 26px;
  height: 24px;
  background: url(../img/icon_excel.png) 0/contain no-repeat;
}
.cmn-btn.--pdf:after {
  width: 26px;
  height: 32px;
  background: url(../img/icon_pdf_wh-red.svg) 0/contain no-repeat;
}

/* ---------------- 20250925 講演セミナー　体験ワークショップ -------------- */
.work-shop img {
  /* width: 31%; */
  width: 63%;
  text-align: center !important;
}
.work-shop img.syimg {
  width: 85%;
  text-align: center !important;
}

@media screen and (max-width: 576px) {
  .work-shop img {
    width: 50%;
  }
  .work-shop img.syimg {
    width: 70%;
  }
}
/* ---------------- 20250925 講演セミナー　体験ワークショップ -------------- */

.print-btn {
  display: block;
  width: 160px;
  height: 50px;
  background: #3E898A;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  transition: all 0.2s ease;
}
.print-btn:hover {
  opacity: 0.75;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .print-btn {
    height: 40px;
    line-height: 40px;
  }
}


.txtlink {
  text-decoration: underline;
  color: #4e67b1;
  transition: all 0.2s ease;
}
.txtlink:hover {
  text-decoration: none;
}
.txtlink-how {
  text-decoration: underline;
  color: #0D4DA1;
  transition: all .2s ease;
  padding-left: 25px;
  position: relative;
}
.txtlink-how::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_hatena.svg) 0/contain no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}
.txtlink-how:hover {
  text-decoration: none;
}
.txtlink .icon-word {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin: 0 2px;
}

.smbox {
  width: 97%;
  margin: 0 auto;
}

.youtube,
.youtube1 {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe,
.youtube1 iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .youtube1 {
    margin-bottom: 20px;
  }
}


.pagenation-wrap {
  margin: 40px 0 20px auto;
}
.pagenation {
  display: flex;
  justify-content: flex-end;
}
.pagenation li {
  width: 40px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #fff;
  color: #0D4DA1;
  border: 1px solid #0D4DA1;
  border-radius: 5px;
}
.pagenation li.current a {
  background: #0D4DA1;
  color: #fff;
}
.pagenation li a:hover {
  background: #0D4DA1;
  color: #fff;
}
.detail-pagenation {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.detail-pagenation a {
  display: inline-block;
  background: #0D4DA1;
  font-size: 1.4rem;
  padding: 2px 12px 2px;
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  transition: all 0.2s ease;
}
.detail-pagenation a:hover {
  opacity: 0.75;
  box-shadow: none;
}
.detail-pagenation .prev {
  padding-left: 28px;
}
.detail-pagenation .prev .arrow {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow-left-wh.png) 0/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}
.detail-pagenation .next {
  padding-right: 28px;
}
.detail-pagenation .next .arrow {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow-right-wh.png) 0/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .detail-pagenation a {
    line-height: 1.15;
    font-size: 1rem;
    padding: 4px 16px;
  }
  .detail-pagenation a.back {
    padding: 4px 20px;
    display: flex;
    align-items: center;
  }
}

/* ------------- footer ------------- */
.footer-border {
  margin-top: 70px;
  background: #F3F3F3;
  height: 20px;
  border-top: 1px solid #CCCCFF;
  border-bottom: 1px solid #CCCCFF;
}

.footer-nav-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-navi {
  width: 33%;
}
.footer-navi__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.footer-navi.--01 .footer-navi__ttl {
  color: #1A274D;
  border-bottom: 2px solid #1A274D;
}
.footer-navi.--02 .footer-navi__ttl {
  color: #27AD3A;
  border-bottom: 2px solid #27AD3A;
}
.footer-navi.--03 .footer-navi__ttl {
  color: #4E67B0;
  border-bottom: 2px solid #4E67B0;
}
.footer-navi a {
  color: #202020;
  text-decoration: underline;
}
.footer-navi > ul > li {
  font-size: 1.2rem;
  padding-left: 15px;
  position: relative;
  margin-bottom: 4px;
}
.footer-navi > ul > li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/icon_footer-list.gif) 0/contain no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

.footer {
  font-size: 1rem;
  padding: 20px 0;
  border-top: 2px solid #CCCCFF;
  text-align: right;
  font-style: normal;
}

.pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 45px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .footer-border {
    display: none;
  }
  .footer-nav-wrap {
    display: block;
    margin-top: 40px;
  }
  .footer-navi {
    width: 100%;
  }
  .footer-navi__ttl {
    background: #F3F3F3;
    padding: 10px;
    margin: 0 0 5px;
    position: relative;
  }
  .footer-navi__ttl:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/arrow-down-footer.png) 0/contain no-repeat;
    position: absolute;
    top: 12px;
    right: 10px;
  }
  .footer-navi__ttl.is-active:after {
    background: url(../img/arrow-up-footer.png) 0/contain no-repeat;
  }
  .footer {
    padding: 5px 0;
    text-align: left;
    margin-bottom: 100px;
  }
  .pagetop {
    bottom: 10px;
    right: 10px;
    width: 40px;
  }
}

/* ------------- NEW ------------- */
.new { display: none; }
.tab-btn a .new { display: none; }

.new.is-show { display: inline-block; }
.tab-btn a .new.is-show { display: inline-block; }





/* ----------------------------------------------
   top(gaiyou)
   ---------------------------------------------- */
.kaisainittei .col3-item {
  background: #fff;
  border-radius: 5px;
}
.kaisainittei .col2-item {
  background: #fff;
  border-radius: 5px;
}
.kaisainittei__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 6px 0 4px 0;
  border-radius: 5px 5px 0 0;
  margin: 0;
  background: #f79453;
}
.kaisainittei__ttl.--osaka {
  background: #71be46;
}
.kaisainittei__ttl.--tokyo {
  background: #0055a5;
}
.kaisainittei__inner {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 1px 15px;
}
.kaisainittei__top-txt {
  min-height: 110px;
}
.kaisainittei__nittei {
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
}
.kaisainittei__nittei span {
  font-size: 2rem;
}
.kaisainittei__time {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.25;
  margin-top: 0;
}
.kaisainittei__img {
  display: block;
  margin: 0 auto;
}
.kaisainittei__detail {
  display: flex;
  flex-wrap: wrap;
}
.kaisainittei__detail dt {
  width: 89px;
  background: #FEF0C7;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin: 0 0 8px 0;
}
.kaisainittei__detail dd {
  width: calc(100% - 99px);
  margin: 0 0 8px 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kaisainittei__ttl {
    font-size: 2rem;
  }
  .kaisainittei__top-txt {
    min-height: auto;
  }
}
/* ----------------------------------------------
   seminar
   ---------------------------------------------- */
.seminar__arrow {
  max-width: 1000px;
  margin: 40px auto;
}
.seminar__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border: 1px solid #0D4DA1;
  border-left-width: 16px;
  padding: 20px 20px 20px 3%;
  min-height: 120px;
  font-size: 2rem;
  color: #0D4DA1;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16); 
  transition: all .2s ease;
}
.seminar__btn .sm {
  font-size: 1.8rem;
}
.seminar__btn.--osaka {
  border-color: #CE4B12;
  color: #CE4B12;
}
.seminar__btn.--tokyo {
  border-color: #247F70;
  color: #247F70;
}
.seminar__btn:hover {
  background: #0D4DA1;
  color: #fff;
}
.seminar__btn.--osaka:hover {
  background: #CE4B12;
}
.seminar__btn.--tokyo:hover {
  background: #247F70;
}
.ttl-h3.--osaka {
  border-color: #CE4B12;
}
.ttl-h3.--tokyo {
  border-color: #247F70;
}
.ttl-h3.--web {
  border-color: #0D4DA1;
}
.seminar__table th:nth-of-type(1) {
  width: 4%;
}
.seminar__table th:nth-of-type(2) {
  width: 10%;
}
.seminar__table th:nth-of-type(3) {
  /* width: 28%; */
  width: 40%;
}
.seminar__table th:nth-of-type(4) {
  /* width: 35%; */
  width: 40%;
}
.seminar__table th:nth-of-type(5) {
  width: 5%;
}
.seminar__table th:nth-of-type(6) {
  width: 8%;
}
.seminar__table .pdficon {
  width: 30px;
}
.seminar__table .qrcode {
  width: 60px;
}
.seminar__table .youtube-icon {
  width: 30px
}
.seminar__table.--offline th:nth-of-type(1) {
  width: 4%;
}
.seminar__table.--offline th:nth-of-type(2) {
  width: 28%;
}
.seminar__table.--offline th:nth-of-type(3) {
  width: 28%;
}
.seminar__table.--offline th:nth-of-type(4) {
  width: 35%;
}
.seminar__table.--offline th:nth-of-type(5) {
  width: 5%;
}


/* 2025.09.21 */
.seminar__table.--2025tokyo caption {
  text-align: left;
  font-size: 120%;
  font-weight: bold;
  margin-top: 20px;
}
.seminar__table.--2025tokyo td.time {
  width: 10%;
  white-space: nowrap;
}


.seminar__toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.seminar__toggle .icon {
  margin-left: 10px;
  width: 83px;
  height: 29px;
  background: url(../img/icon-txt_open.svg) 0/contain no-repeat;
}
.seminar__toggle.is-active .icon {
  background: url(../img/icon-txt_close.svg) 0/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .seminar__table {
    width: 700px;
  }
}
/* ----------------------------------------------
   web-platform
   ---------------------------------------------- */
.web-platform__view-wrap {
  text-align: right;
}
.web-platform__view {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #202020;
  margin: 0 0 0 auto;
  background: #fff;
  text-align: right;
}
.web-platform__search-result-num {
  font-weight: bold;
  margin: 30px 0 10px;
  text-align: right;
}
.web-platform__search-result-num .large {
  font-size: 2.6rem;
}
.web-platform__table {
  font-size: 1.4rem;
}
.web-platform__table th:nth-of-type(1) {
  width: 12%;
}
.web-platform__table th:nth-of-type(2) {
  width: 12%;
}
.web-platform__table th:nth-of-type(3) {
  width: 39%;
}
.web-platform__table th:nth-of-type(4) {
  width: 12%;
}
.web-platform__table th:nth-of-type(5) {
  width: 11%;
}
.web-platform__table th:nth-of-type(6) {
  width: 7%;
}
.web-platform__table th:nth-of-type(7) {
  width: 7%;
}
.web-platform__table.--organization th:nth-of-type(1) {
  width: 23%;
}
.web-platform__table.--organization th:nth-of-type(2) {
  width: 40%
}
.web-platform__table.--organization th:nth-of-type(3) {
  width: 15%;
}
.web-platform__table.--organization th:nth-of-type(4) {
  width: 8%;
}
.web-platform__table.--organization th:nth-of-type(5) {
  width: 7%;
}
.web-platform__table.--organization th:nth-of-type(5) {
  width: 7%;
}
.web-platform__table tr:hover td {
  background: #D6E1EB;
}
.web-platform__table tr:hover td .txtlink {
  color: #425dae;
}
.web-platform__table .saitaku {
  display: inline-block;
  background: #eee;
  padding: 2px 5px;
  border-radius: 5px;
  line-height: 1.25;
}
.web-platform__table .place-osaka {
  display: block;
  width: 40px;
  border: 2px solid #ce4b12;
  color: #ce4b12;
  font-weight: bold;
  background: #fff;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 1.2rem;
  margin: 0 auto 3px;
}
.web-platform__table .place-tokyo {
  display: block;
  width: 40px;
  border: 2px solid #247F70;
  color: #247F70;
  font-weight: bold;
  background: #fff;
  padding: 2px 5px;
  font-size: 1.2rem;
  margin: 0 auto 3px;
}
.web-platform__table .board-btn {
  display: block;
  padding: 2px 5px;
  border-radius: 2px;
  background: #548235;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0,0,0,.16);
  transition: all .2s ease;
}
.web-platform__table .board-btn:hover {
  /* opacity: .75;
  box-shadow: none; */
}
.web-platform__table .contact-btn {
  display: block;
  padding: 2px 5px;
  border-radius: 2px;
  background: #ce4b12;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0,0,0,.16);
  transition: all .2s ease;
  margin-bottom: 3px;
}
.web-platform__table .contact-btn:hover {
  /* opacity: .75;
  box-shadow: none; */
}
.web-platform__table .movie-btn {
  display: block;
  padding: 2px 5px;
  border-radius: 2px;
  background: #0D4DA1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0,0,0,.16);
  transition: all .2s ease;
  margin-bottom: 2px;
}
.web-platform__table .movie-btn:hover {
  opacity: .75;
  box-shadow: none;
}
.web-platform__table tr.is-hidden {
  display: none;
}
/* .web-platform__table-outer-wrap {
  max-height: 90vh;
  overflow-y: scroll;
  position: relative;
} */
/* .web-platform__table th {
  position: sticky;
  top: 0;
  border-top: none;
  border-bottom: none;
} */
/* .web-platform__table-outer-wrap .more-btn-wrap {
  padding: 20px 0;
  position: sticky;
  bottom: 0;
} */
.web-platform__table-outer-wrap .more-btn-wrap {
  padding: 20px 0;
  transition: all .2s ease;
}
.web-platform__table-outer-wrap .more-btn-wrap:has(.is-open) {
  /* background: rgba(255,255,255,.7); */
}
.web-platform__table-outer-wrap .more-btn {
  margin: 0 auto;
  font-size: 1.6rem;
  justify-content: center;
}
.web-platform__table-outer-wrap .more-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
.web-platform__table-outer-wrap .more-btn.is-open::after {
  transform: translateY(-50%) rotate(-90deg);
}
.web-platform__table-outer-wrap.is-fixed .more-btn-wrap {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(255,255,255,.7);
}
.web-platform__questionary-wrap {
  margin: 40px 0 0;
  border-top: 1px dashed #0D4DA1;
  padding-top: 40px;
}

.web-platform__detail-cat {
  font-weight: bold;
  margin: 40px 0 10px;
}
.web-platform__detail-ttl-wrap {
  position: relative;
}
.web-platform__detail-ttl {
  background: #D6E1EB;
  border-left: 10px solid #0D4DA1;
  padding: 17px 170px 15px 20px;
  font-size: 2.2rem;
  line-height: 1.25;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}
.web-platform__detail-ttl .kana {
  font-size: 1.6rem;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #202020;
}
.web-platform__detail-view {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 1.4rem;
}
.web-platform__detail-ttl-sub {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0;
  display: flex;
}
.web-platform__detail-ttl-sub .sm {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: normal;
  margin-right: 15px;
  padding: 5px 0 5px 10px;
  border-left: 10px solid #0D4DA1;
  border-bottom: 1px dotted #959595;
}
.web-platform__detail-place {
  font-size: 1.4rem;
}
.web-platform__detail-place .osaka,
.web-platform__detail-place .tokyo {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px;
  color: #fff;
  margin: 0 5px 0 0;
}
.web-platform__detail-place .osaka {
  background: #CE4B12;
}
.web-platform__detail-place .tokyo {
  background: #247F70;
}
.web-platform__detail-dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.web-platform__detail-dl dt {
  width: 30%;
  max-width: 163px;
  min-height: 40px;
  background: #FCF5DD;
  border: 1px solid #707070;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  padding: 0 0 0 8px;
  margin-bottom: 4px;
}
.web-platform__detail-dl dd {
  width: 68%;
  flex-grow: 1;
  /* margin-left: 2%; */
  /* display: flex; */
  flex-direction: column;
  justify-content: center;

  margin: auto 0 auto 2%;
  padding-bottom: 6px;
}
.web-platform__detail-contact-wrap {
  background: #FCF5DD;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
.web-platform__detail-contact-wrap::after {
  content: "";
  display: block;
  width: 10%;
  height: 32%;
  background: url(../img/img_contact.png) 0/contain no-repeat;
  position: absolute;
  top: 30px;
  right: 20px;
}
.web-platform__detail-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  /* max-width: 430px; */
  max-width: 520px;
  min-height: 103px;
  padding: 10px 20px;
  border-radius: 100px;
  background: #CE4B12;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  margin: 0 auto;
  transition: all .2s ease;
}
.web-platform__detail-btn:hover {
  /* opacity: .75;
  box-shadow: none; */
}
.web-platform__detail-contact-wrap.--board {
  background: #D8F0C7;
}
.web-platform__detail-contact-wrap.--board::after {
  background: url(../img/img_board.png) 0/contain no-repeat;
}
.web-platform__detail-btn.--board {
  background: #548235;
}
.web-platform__detail-board-item {
  background: #D8F0C7;
  padding: 20px 40px 40px;
  margin-top: 10px;
  position: relative;
}
.web-platform__detail-board-item-notice {
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #BFDEAA;
}

.doclink {
  display: inline-block;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .web-platform__view {
    padding: 0 10px;
  }
  .web-platform__table {
    width: 1200px;
  }
  .web-platform__seminar-btn {
    font-size: 1.6rem;
  }
  .web-platform__seminar-btn .sm {
    font-size: 1.4rem;
  }
  .web-platform__seminar-table {
    width: 500px;
  }
  .web-platform__seminar-table .ttl {
    font-size: 1.6rem;
  }
  .web-platform__detail-ttl {
    display: block;
    font-size: 1.6rem;
    padding: 10px;
    margin-bottom: 10px;
  }
  .web-platform__detail-ttl .kana {
    font-size: 1.2rem;
    border-left: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .web-platform__detail-ttl-sub {
    display: block;
    font-size: 1.6rem;
  }
  .web-platform__detail-ttl-sub .sm {
    border-bottom: none;
    font-size: 1.2rem;
    border-left-width: 7px;
    padding: 2px 0 2px 10px;
  }
  .web-platform__detail-ttl-sub .main {
    display: block;
    padding-left: 10px;
  }
  .web-platform__detail-view {
    top: -55px;
    right: 0;
    bottom: auto;
    border: 1px solid #202020;
  }
  .web-platform__detail-contact-wrap {
    padding: 45px 20px 20px;
  }
  .web-platform__detail-contact-wrap::after {
    width: 60px;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .web-platform__detail-btn {
    font-size: 1.6rem;
    min-height: 80px;
  }
  .web-platform__detail-board-item {
    padding: 1px 20px 40px;
  }
  .web-platform__detail-board-item-notice {
    text-align: left;
  }
}
/* ----------------------------------------------
   jizentouroku
   ---------------------------------------------- */
.jizentouroku__txt {
  margin: 30px 0;
  text-align: center;
  font-size: 120%;
}
.jizentouroku__btn-wrap .cmn-btn {
  margin: 0 auto;
  font-size: 110%;
  text-align: center;
}
.cmn-btn.--osaka {
  /* background: #D6834F; */
  background: #71be46;
}
.cmn-btn.--osaka::after {
  /* background: url(../img/arrow-right-orange.png) 0/contain no-repeat; */
  background: url(../img/arrow-right-yellowgreen.png) 0/contain no-repeat;
}
.cmn-btn.--tokyo {
  /* background: #40A796; */
  background: #0055a5;
}
.cmn-btn.--tokyo::after {
  /* background: url(../img/arrow-right-green.png) 0/contain no-repeat; */
  background: url(../img/arrow-right-navy.png) 0/contain no-repeat;
}
/* ----------------------------------------------
   chiikikouryu
   ---------------------------------------------- */
.ata-table th {
  width: 21%;
}
.ata-table th:nth-of-type(1) {
  text-align: left;
  width: 13%;
}
.ata__entry-btn {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  transition: all .2s ease;
}
.ata__entry-btn:hover {
  opacity: .75;
  box-shadow: none;
}
.ata__entry-btn.--otaru {
  background: #6d9cd2;
}
.ata__entry-btn.--nara {
  background: #53c1c0;
}
.ata__entry-btn.--wakayama {
  background: #e79190;
}
.ata__entry-btn.--kumamoto {
  background: #f68f62;
}
.ata__entry-btn.--naha {
  background: #b5d977;
}
.ata__entry-btn.--kochi {
  background: #97d8ea;
}
.ata__entry-btn.--sendai {
  background: #f7d338;
}

.ata__panf-wrap {
  max-width: 1000px;
  text-align: center;
  /* margin: 40px auto 0; */
  margin: 40px 0 0 auto;
}
.ata__panf-wrap a:has(img):hover {
  opacity: .75;
}

@media screen and (max-width: 768px) {
  .ata-table {
    width: 800px;
  }

}
/* ----------------------------------------------
   past equipment
   ---------------------------------------------- */
.past-equipment__search-wrap {
  padding: 40px;
  background: #fff;
}
.past-equipment__search-dl {
  display: flex;
  flex-wrap: wrap;
}
.past-equipment__search-dl dt {
  width: 150px;
  padding: 9px 10px 9px 16px;
  background: #FCF5DD;
  border: 1px solid #707070;
  border-radius: 5px 0 0 5px;
  margin: 0 0 20px 0;
}
.past-equipment__search-dl dd {
  width: calc(100% - 160px);
  margin: 0 0 20px 10px;
}
.past-equipment__table {
  font-size: 1.4rem;
}
.past-equipment__table th:nth-of-type(1) {
  width: 90px;
}
.past-equipment__table th:nth-of-type(3) {
  width: 120px;
}
.past-equipment__table th:nth-of-type(7) {
  width: 90px;
}

.past-equipment__detail {
  background: #fff;
  padding: 40px;
}
.past-equipment__detail-dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dotted #ddd;
}
.past-equipment__detail-dl.--bordernone {
  border-bottom: none;
}
.past-equipment__detail-dl dt {
  width: 120px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.past-equipment__detail-dl dd {
  width: calc(100% - 120px);
  margin: 0 0 10px 0;
  padding-left: 20px;
  position: relative;
}
.past-equipment__detail-dl dd:before {
  content: "：";
  display: inline-block;
  position: absolute;
  left: 0;
}
.past-equipment__detail-dl dd .kana {
  font-size: 1.2rem;
}
.past-equipment__detail-top {
  display: flex;
  justify-content: space-between;
}
.past-equipment__detail-top-txt {
  width: 70%;
}
.past-equipment__detail-img {
  width: 26%;
  aspect-ratio: 1;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
}
.past-equipment__detail-table th {
  text-align: left;
  width: 250px;
}

@media screen and (max-width: 768px) {
  .past-equipment__search-wrap {
    padding: 20px;
  }
  .past-equipment__search-dl {
    display: block;
  }
  .past-equipment__search-dl .toggle-menu-sp {
    position: relative;
  }
  .past-equipment__search-dl .toggle-menu-sp::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/arrow-down-footer.png) 0/contain no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .past-equipment__search-dl .toggle-menu-sp.is-active::after {
    background: url(../img/arrow-up-footer.png) 0/contain no-repeat;
  }
  .past-equipment__search-dl dt {
    width: 100%;
    margin: 0 0 5px 0;
    border-radius: 5px 5px 0 0;
  }
  .past-equipment__search-dl dd {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .past-equipment__search-dl .col2-item {
    margin-bottom: 0;
  }
  .past-equipment__table {
    width: 800px;
    font-size: 1.2rem;
  }
  .past-equipment__detail {
    padding: 20px;
  }
  .past-equipment__detail-dl dt {
    width: 70px;
  }
  .past-equipment__detail-dl dd {
    width: calc(100% - 70px);
  }
  .past-equipment__detail-top {
    display: block;
  }
  .past-equipment__detail-top-txt {
    width: 100%;
  }
  .past-equipment__detail-img {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }
  .past-equipment__detail-table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .past-equipment__detail-table tr:not(:first-of-type) th {
    border-top: none;
  }
  .past-equipment__detail-table td {
    display: block;
    width: 100%;
    border-top: none;
  }
}


@media print {
  .print-hide {
    display: none;
  }
}

.detail-pagenation > div {
  width: 138px;
}
.detail-pagenation .detail-space {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .detail-pagenation > div {
    width: 94px;
  }
  .detail-pagenation .detail-space {
    width: 74px;
  }
}



/* 2025.09.11 ATA */
.colorBlack {
  color: #202020;
}
del.otaru_ul {
  color: #ff0000;
}
.otaru_edit {
  color: #ff0000;
}
.otaru_editread {
  color: #ff0000;
  font-size: 80%;
}


/* 2025.12.05 */
.force__table td:nth-of-type(1) {
  width: 7%;
}
.force__table td:nth-of-type(2) {
  width: 8%;
}
.force__table td:nth-of-type(3) {
  width: 30%;
}
.force__table td:nth-of-type(4) {
  width: 20%;
}
.force__table td:nth-of-type(5) {
  width: 10%;
}
.force__table td:nth-of-type(6) {
  width: 30%;
}

.mousikomi-blue {
  display: block;
  text-align: center;
  /* border: 1px solid #000000; */
  /* font-size: 1.5rem; */
  font-size: 1.7rem;
  max-width: 700px;
  height: 70px;
  color: #fff;
  background: #E5791B;
  border-radius: 35px;
  padding: 25px 0 25px 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  transition: all 0.2s ease;
  cursor: pointer;
  margin: 0 auto;
}
.mousikomi-blue:hover {
  opacity: 0.75;
  box-shadow: none;
}
.mousikomi-blue:after {
  content: "";
  height: 20px;
  width: 30px;
  background: url(../img/icon_yubi.png) 0/contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* margin: 0px 0px 0px -318px; */
  margin: 0px 0px 0px -360px;
}
@media screen and (max-width: 768px) {
  .mousikomi-blue {
    font-size: 1.2rem;
  }
  .mousikomi-blue:after {
    margin: 0px 0px 0px -260px;
  }
}


/* 2025.7.25 */
.flow2025 {
}
.flow2025 li {
  display: block;
  float: left;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .flow2025 li {
    width: 100%;
  }
}

/* SNS */

.sns-block {
  display: block;
  background: rgba(165, 208, 0, .70);
  position: fixed;
  z-index: 999;
  transition: .2s transform ease-in-out;
  left: 0;
  top: 240px;
  height: 140px;
  transform: translateY(-50%);
}

.sns-block-text {
  display: block;
  position: absolute;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background: #A5D000;
  font-size: 14px;
  cursor: pointer;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  padding: 10px 0;
  line-height: 25px;
  width: 25px;
  height: 140px;
  transition: .2s all;
}

.sns-block-text span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url('../img/arrow-close.png') 0 / contain no-repeat;
  margin-bottom: 5px;
  transition: .2s all;
}

.sns-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sns-block li {
  list-style: none;
  padding: 0;
  margin-bottom: -7px;
}

.sns-block li a {
  display: block;
  width: 40px;
  margin: 20px;
}

.sns-block li a .youtube{
  margin-top: 6px !important;
}

.sns-block li a img {
  width: 100%;
}

#toggle:not(:checked) ~ .sns-block {
  transform: translateX(0);
}

#toggle:checked ~ .sns-block {
  transform: translateX(-80px);
}

#toggle:checked ~ .sns-block .sns-block-text span:before {
  background: url('../img/arrow-open.png') 0 / contain no-repeat;
}



.sns-block-sp {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #93B900;
	padding: 10px 0 10px;
	z-index: 900;
	transform: translateY(100%);
	transition: all .2s ease;
}
.sns-block-sp.is-active {
	transform: translate(0);
}
.sns-block-sp-txt {
	display: block;
	width: 100%;
	font-family: "Oswald", sans-serif;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	padding: 1px 0 5px;
}
.sns-block-sp ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sns-block-sp li {
list-style: none;
padding: 0;
margin: 0;
}
.sns-block-sp li a {
margin: 20px 10px 0px 10px;
}
.sns-block-sp li a img {
	width: 40px;
}

@media screen and (max-width: 768px) {
  .sns-wrapper{
    display: none;
  }
  .sns-block-sp {
    display: block;
}
}

.cmn-table tr.product-detaillink:hover {
  cursor: pointer;
}

/* /SNS */

/* 2025.05.23 */
.access-table-wrap {
	margin: 0px 0 20px 35px;
	height: auto;
  border-collapse: collapse;
}
.access-table th {
	background: #4472C4;
	font-weight: bold;
	padding: 1px 4px;
	color: #ffffff;
	text-align: center;
}
.access-table tr.odd {
	background: #D9E1F2;
}
.access-table caption {
	caption-side: top;
	text-align: left;
	white-space: nowrap;
}
.access-table-title {
	color: #0000ff;
	padding-bottom: 0px !important;
}

.access-table th,
.access-table td {
	border: 1px solid #000000;
}

.access-table th.w100 { width: 100px; }
.access-table th.w200 { width: 200px; }
.access-table th.w300 { width: 300px; }
.access-table th.w400 { width: 400px; }


a.tab45-reqbtn {
  display: block;
  text-align: center;
  width: 700px;
  margin: 0 auto;
  background: #E5791B;
  color: #fff;
  border-radius: 50px;
  padding: 20px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease;
  position: relative;
}
a.tab45-reqbtn::before {
    width: 22px;
    height: 17px;
    background: url(../img/arrow-finger.png) 0 / contain no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 47%;
    left: 171px;
    transform: translateY(-50%);
}
a.tab45-reqbtn:hover {
  opacity: 0.75;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  a.tab45-reqbtn {
    width: 100%;
    padding-left: 25px;
  }
  a.tab45-reqbtn::before {
    /* left: 20px; */
    left: 40px;
    top: 48%;
  }
}

/* 2025.11.18 */
.tab-btn-inner.--bottom2 {
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .tab-btn-inner.--bottom2 {
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0px;
  }
}

