
  body.tb0927aba *,
  body.tb0927aba *::before,
  body.tb0927aba *::after{
 box-sizing: border-box;
}

  body.tb0927aba #button,
  body.tb0927aba #button1{display:none;}

  body.tb0927aba input{padding:5px;width:48%;}

  body.tb0927aba p{line-height: 25px;}

  body.tb0927aba article form button,
  body.tb0927aba header div nav form button{
border: 3px solid #A5A69B;
 padding: 12px;
 border-radius: 0 4px 4px 0;
 color: #666;
 background: #fff;
 font-weight: bolder;
 }

  body.tb0927aba .left{float:left;}

  body.tb0927aba article form input,
  body.tb0927aba header form input{padding: 12px;border: none; border-radius: 4px 0 0 4px;}

  body.tb0927aba a{text-decoration:none;color:#666;font-weight:lighter;}

  body.tb0927aba main{margin:0;width:1000px;float:right;}

  body.tb0927aba main article h1{padding: 0;margin:0;}

  body.tb0927aba details{
  background: #FDFAF3;
  border-left: 2px solid #B5BC9B;
  padding: 7px 11px;
  margin-bottom: 11px;
}

  body.tb0927aba details summary{
  font-weight: 800;
  cursor: pointer;
  outline: none;
}

  body.tb0927aba main nav ol,
  body.tb0927aba article div p,
  body.tb0927aba aside,
  body.tb0927aba ul{overflow:hidden;}

  body.tb0927aba header div nav{margin: 0; width: 1331px;}

  body.tb0927aba .right{float:right;}

  body.tb0927aba article p,
  body.tb0927aba article h2,
  body.tb0927aba article h3,
  body.tb0927aba article h4{padding:19px 14px;margin:0;}

  body.tb0927aba tr:nth-child(even){
  background-color: #eee;
}

  body.tb0927aba header img{margin:0;padding:0;}

  body.tb0927aba main nav ol{margin:0;padding:0;font-size:0.878em;border-bottom:1px solid #A5A69B;border-top:1px solid #444;}

  body.tb0927aba div main ul li span a{color: #666;}

  body.tb0927aba aside h3,
  body.tb0927aba figure{text-align:center;}

  body.tb0927aba footer{text-align:right;font-size:0.839em;padding:23px 0 0;overflow:hidden;}

  body.tb0927aba .note{
  background: #F0F0F7;
}

  body.tb0927aba .note ul{
  display: block !important;
}

  body.tb0927aba article form input{width:50%;}

  body.tb0927aba div main div ul li a{color:#666}

  body.tb0927aba div main ul li{
  background: #A5A69B;
  border-radius: 12px;
  padding: 0;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.12);
}

  body.tb0927aba article ul ol a{color:#999;}

  body.tb0927aba div main article ul{display: block;margin: auto;padding: revert;overflow: hidden;}

  body.tb0927aba article{overflow: hidden;word-wrap: normal;word-break: break-word;white-space: normal;}

  body.tb0927aba div main ul li ul li{
  margin: 0;
  padding: 4px 0;
  text-align:left; 
  border-bottom: 1px solid #A5A69B;
  }

  body.tb0927aba figure{margin:0;position: relative;}

  body.tb0927aba .left{list-style-type:none;}

  body.tb0927aba textarea{width:99%;height:100px;}

  body.tb0927aba header div #menu,
  body.tb0927aba header div #menu_1{margin: 0;padding:0;}

  body.tb0927aba header div nav{border-bottom: 1px solid #A5A69B;}

  body.tb0927aba img{max-width:100%;height:auto;}

  body.tb0927aba div main ul{padding:0;}

  body.tb0927aba #menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 999999;
  top: 100px;
  left: 0;
  background: #A5A69B;
  display: none; 
  width: 100%;
}

  body.tb0927aba #menu li:hover > ul{
  display: block;
}

  body.tb0927aba footer ul li{list-style:none;}

  body.tb0927aba article{border-radius: 12px; width: auto;padding: 15px;}

  body.tb0927aba main nav ol li{float:left;list-style-type:disc;margin-left:30px;}

  body.tb0927aba div main  ul{
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 10px;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-items: stretch;
  
}

  body.tb0927aba div main  ul li{
  width: auto;
  float: none;
  margin: 0;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}

  body.tb0927aba div main  ul li figure{
  margin: 0;
  width: 100%;
  height: 100%;
}

  body.tb0927aba div main ul li img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

  body.tb0927aba div main ul ul li{
  float: none;
  width: auto;
  margin: 0;
  padding: 2px 0;
}

  body.tb0927aba div main :not(article) ul:has(li:nth-child(4)):not(:has(li:nth-child(5))){
  grid-template-columns: repeat(2, 1fr);
}

  body.tb0927aba div main ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) li:first-child{
  grid-column: span 1;
  width: 100%;
  height: 100%;
}

  body.tb0927aba div main article ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) li:first-child{
  grid-column: unset;
}

  body.tb0927aba div main :not(article) ul:has(li:nth-child(5)):not(:has(li:nth-child(6))){
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  align-items: start;
  margin: 0;
  padding: 0;
}

  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(1){
  grid-column: 1;
  grid-row: span 3;
}

  body.tb0927aba div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(1){
  grid-column: unset;
  grid-row: span unset;
}

  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(2){
  grid-column: 2;
  grid-row: span 3;
}

  body.tb0927aba div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(2){
  grid-column: unset;
  grid-row: span unset;
}

  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
  grid-column: 3;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

  body.tb0927aba div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.tb0927aba div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.tb0927aba div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
  grid-column: unset;
  display: list-item;
  align-items: unset;
}

  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
  grid-column: 3;
  height: auto;
}

  body.tb0927aba div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.tb0927aba div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.tb0927aba div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
  grid-column: unset;
}

  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3) figure,
  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4) figure,
  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) figure{
  position: unset;
}

  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure img{
  width: 99px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure figcaption{
  display: block;
  font-size: 0.9rem;
  text-align: left;
  margin-left: 0.5rem;
  line-height: 1.2em;
  overflow-wrap: break-word;
  position: initial;
}

  body.tb0927aba div main ul:has(li:nth-child(6)):not(:has(li:nth-child(7))){
  grid-template-columns: repeat(3, 1fr);
}

  body.tb0927aba div main ul:has(li:nth-child(6)):not(:has(li:nth-child(7))) li:first-child{
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 100%;
}

  body.tb0927aba div main article ul:has(li:nth-child(6)):not(:has(li:nth-child(7))) li:first-child{
  grid-column: unset;
}

  body.tb0927aba div main ul:has(li:nth-child(7)){
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

  body.tb0927aba div main ul:has(li:nth-child(7)) li:first-child{
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 100%;
}

  body.tb0927aba div main article ul:has(li:nth-child(7)) li:first-child{
  grid-column: unset;
  grid-row: unset;
}

  body.tb0927aba div main ul:has(li:nth-child(7)) li:first-child figure{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  body.tb0927aba div main ul:has(li:nth-child(7)) li:first-child img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  body.tb0927aba div main ul:has(li:nth-child(7)) li:first-child figcaption{
  position: absolute;
}

  body.tb0927aba div main article ul:has(li:nth-child(7)) li:first-child figcaption{
  position: unset;
}

  body.tb0927aba div main article div div{
  width: 50%;
  float: left;
  background: #F4F8FD;
  font-size: clamp(15px, 1.54vw, 18px);
}

  body.tb0927aba div main article div div:nth-child(2){
  background: #F9F7F7;
}

  body.tb0927aba div main article ul li a{color:#333 !important;}

  body.tb0927aba div main article div{font-size: 0.959em;display: inline-block;width: 100%;white-space: unset;}

  body.tb0927aba #menu li{margin:0;padding:11px;list-style:none;float:left;
align-items: center;
 display: flex;
 height: 100px;}

  body.tb0927aba th{
  background-color: #737469;
  color: #ffffff;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #C0C5A3;
}

  body.tb0927aba #menu ul li a{
  display: block;
  padding: 11px 16px;
  color: #fff;
  text-decoration: none;
}

  body.tb0927aba footer div div{float:left;width:333px;}

  body.tb0927aba h2{
background: linear-gradient(85deg, #C4A2B8, #B4A1C2 73%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
    }

  body.tb0927aba div main article ul li,
  body.tb0927aba div main article ol li{
height: auto;
text-align:left;
margin: 15px 0 0 16px ;
list-style: disc;
box-shadow:none;
border-radius: 0;
background: unset;
width:auto;
float:none;
text-align:left;
overflow: unset;}

  body.tb0927aba div main article ul li p{position: unset;}

  body.tb0927aba header{width:100%;position: relative;}

  body.tb0927aba article h1{
	font-size: 2.68em;
	text-align:left;
	background: linear-gradient(80deg, #C0C5A3, #A5A69B 79%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;}

  body.tb0927aba ul li p{margin: 12px 12px;}

  body.tb0927aba aside ul li{list-style: none;border-bottom: 1px solid #A5A69B;padding: 0;}

  body.tb0927aba div main article p{margin: 0 0 0 14px;
 border-left: 1px dashed #B5BC9B;}

  body.tb0927aba header div{width: 1331px;position: relative;}

  body.tb0927aba div main ul li figure figcaption{text-align: unset;background: unset;font-size: inherit;width:100%;position:absolute;bottom:30px;}

  body.tb0927aba div{width:1331px;margin:0 auto;padding:0;}

  body.tb0927aba h4{margin: 0;}

  body.tb0927aba div main ul li{
  text-align:center;
  position:relative;
  width:100%;
  list-style:none;
  float:left;
  
}

  body.tb0927aba main img{margin:7px 0;border-radius: 12px;}

  body.tb0927aba .tip{
  background: #C0C5A3;
}

  body.tb0927aba .tip ul{
  display: block !important;
}

  body.tb0927aba li{padding: 13px 0;}

  body.tb0927aba .warning{
  background: #fad6db;
}

  body.tb0927aba .warning ul{
  display: block !important;
}

  body.tb0927aba{color:#333;margin:0;font-size: clamp(15px, 1.54vw, 18px);font-family:Merriweather !important;}

  body.tb0927aba .left{text-align:left;}

  body.tb0927aba #menu_1{display: none;width:100%;list-style: none;}

  body.tb0927aba div main ul li a{color:#fff;display: flex;font-weight:bold;}

  body.tb0927aba table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 15px 0;
  text-align: left;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

  body.tb0927aba footer{background:#eee;clear:both;}

  body.tb0927aba aside ul{margin: 0 0 8px 0; padding:0;}

  body.tb0927aba main figcaption{
 position: absolute;
 bottom: 113px;
 text-align: center;
 width: 100%;
 background: #fff;
 font-size: 24px;
 padding: 11px;
}

  body.tb0927aba input[name=plus]{border:none;color:#fff;cursor:pointer;font-size:1.26em;width:60px;}

  body.tb0927aba #menu ul li a:hover{
  background: #666;
}

  body.tb0927aba{
      margin: 0;
      height: 100vh;
      background: linear-gradient(203deg, #F6F9FD, #FAFBFD);
      background-size: 200% 200%;
    }

  body.tb0927aba div main ul ul li a{color: #666 !important;}

  body.tb0927aba div main div{width: 1000px;}

  body.tb0927aba ol{padding:0 15px;}

  body.tb0927aba div main div ul li{
      padding: 0;
      width: auto;
      white-space: nowrap;
      float: left;
      margin:7px;
      box-shadow: unset;
    }

  body.tb0927aba div main ul li img{filter:brightness(80%);margin:0;}

  body.tb0927aba td:first-child{
  font-weight: bold;
}

  body.tb0927aba div main div ul{
      flex-wrap: unset;
      display: inline-block; 
      margin: 0;
      padding: 0;
      list-style: none; 
    }

  body.tb0927aba td{
  padding: 17px;
  border-bottom: 1px solid #C0C5A3;
  transition: background-color 0.3s;
}

  body.tb0927aba div main article div{margin: 0;}

  body.tb0927aba a:hover{text-decoration:underline;}

  body.tb0927aba article a{text-decoration:none;color:#0063C7;font-weight:bold;}

  body.tb0927aba tr:hover td{
  background-color: #B4A1C2;
  cursor: pointer;
}

  body.tb0927aba aside{width:317px;float:left;padding: 0 14px 0 0;}

  body.tb0927aba div main div{
      width: 100%;
      overflow: hidden; 
      white-space: nowrap;

      padding-top: 7px;
      font-size: small;
    }




@keyframes marquee {
  body.tb0927aba from{
        transform: translateX(0);
      }

  body.tb0927aba to{
        transform: translateX(-100%);
      }

    }

@media only screen and (max-width:800px){
  body.tb0927aba td:last-child{
    border-bottom: none;
  }

  body.tb0927aba footer ul{padding:0;}

  body.tb0927aba div main div{width: 100%;}

  body.tb0927aba aside ul li a figure figcaption,
  body.tb0927aba main p{color: #666;text-align: left;margin: 0;padding: 20px;}

  body.tb0927aba #menu a:hover{ 
  background: #f4b400; 
  color: #fff; 
}

  body.tb0927aba div main ul{
 list-style: none;
 padding: 0;
}

  body.tb0927aba aside ul{margin:0;padding:0;flex-wrap: wrap;
 display: flex;}

  body.tb0927aba div main ul li p a{color:#666}

  body.tb0927aba div main ul li ul li{
  padding:6px 12px;
  border: 1px solid #d2d0d0;
  margin: 5px;
  border-radius: 9px;
  box-shadow: 0 2px 3px 0 #d2d0d0;
  border-bottom: none;
  }

  body.tb0927aba #menu{ 
  position: unset;
  display: none;
  top: 0; 
  left: 0; 
  width: 100%; 
  z-index: 9999; 
  background: #ffffff; 
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); 
  padding: 0; 
}

  body.tb0927aba footer div div{float: none;width: 100%;}

  body.tb0927aba aside ul li:first-child a p,
  body.tb0927aba div main ul li:first-child a p{text-align: center;position: unset;transform: none; padding: 5px 13px;}

  body.tb0927aba td::before{
    content: attr(data-label);
    position: absolute;
    left: 16px;
    text-align: left;
    font-weight: bold;
  }

  body.tb0927aba header form button,
  body.tb0927aba header form input,
  body.tb0927aba article form button,
  body.tb0927aba article form input{width:auto;}

  body.tb0927aba div main ul{
      gap: unset;
      display: block !important;
    }

  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))),
  body.tb0927aba div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5){
      gap: unset;
      display: block !important;
    }

  body.tb0927aba div main ul:has(li:nth-child(7)) li:first-child figcaption{
      position: unset  !important;
    }

  body.tb0927aba tr{
    display: block;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 11px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  body.tb0927aba div main article ul{padding: 0;margin: 0;}

  body.tb0927aba div main ul li a p{color: #666;text-align: center;margin: 0;padding: 17px 0;line-height: 1.74;min-height: 3.48em;}

  body.tb0927aba #button,
  body.tb0927aba #button1{ 
  position: absolute; 
  color: #fff; 
  margin: 9px 15px; 
  padding: 0;
  border: none; 
  border-radius: 7px; 
  transition: background 0.2s; 
  top:13px;
  right:13px;
  z-index:9998;
  width: 40px;
  height: 30px;
  display:block;
  cursor:pointer;
}

  body.tb0927aba main nav ol a{display:unset;}

  body.tb0927aba #menu.active{ 
  display: block; 
}

  body.tb0927aba div main h2{text-transform: capitalize;padding: 15px;}

  body.tb0927aba article form input,
  body.tb0927aba header form input{flex: 1;}

  body.tb0927aba table{
    border: 0;
  }

  body.tb0927aba #button:hover,
  body.tb0927aba #button1:hover{ 
  background: #444; 
}

  body.tb0927aba main nav ol,
  body.tb0927aba footer{text-align:center;}

  body.tb0927aba aside ul li:first-child a figure figcaption,
  body.tb0927aba div main ul li:first-child a figure figcaption{text-align: left;position: unset;transform: none; padding: 5px 13px;}

  body.tb0927aba aside ul li a img,
  body.tb0927aba div main ul li a img{
  float: left;
  width: 151px;
  aspect-ratio: 6 / 5;
  margin: 0 10px 0 0;
  border-radius: 12px 0 0 12px;
}

  body.tb0927aba aside,
  body.tb0927aba main{width:100%;margin:0;}

  body.tb0927aba #menu_1{ 
  display: block; 
}

  body.tb0927aba header form{width: 100%;display: flex;}

  body.tb0927aba aside ul li:first-child a img,
  body.tb0927aba div main ul li:first-child a img{width: 100%;float: none;margin:0;padding:0;border-radius: 0;}

  body.tb0927aba .left,
  body.tb0927aba aside,
  body.tb0927aba main{float:none;}

  body.tb0927aba div main article ul li{margin: 0;}

  body.tb0927aba #menu li:hover > ul{
  display: unset;
}

  body.tb0927aba div main ul li p{position: inherit;text-align: left;}

  body.tb0927aba #menu_1 li,
  body.tb0927aba #menu li{ 
  margin: 0; 
  padding: 0;
  width: 100%; 
  text-align: left; 
  align-items: unset;
  display: block;
  height: auto;
}

  body.tb0927aba aside ul li p{padding: 0 7px;}

  body.tb0927aba #menu ul li a:hover{
  background: #fff;
}

  body.tb0927aba article{float: none;width: auto;}

  body.tb0927aba aside ul li,
  body.tb0927aba div main ul li{
  width:100%;
  height: auto;
  margin: 9px 0;
  text-align:center;
  float:none;
 align-items: center;
 background: #fff;
 padding:0;
 border-radius: 12px;
 box-shadow: 2px 1px 11px rgba(0, 0, 0, 0.1);
}

  body.tb0927aba main img{
 border-radius: 0;
}

  body.tb0927aba div main ul li a{color:#666;}

  body.tb0927aba div main article div div{
  width: 100%;
  float: none;
}

  body.tb0927aba div{width:100%;}

  body.tb0927aba div main ul li a figure figcaption{position: unset;color: #666;text-align: left;margin: 0;padding: 15px 0;line-height: 1.74;min-height: 3.48em;}

  body.tb0927aba td{
    display: block;
    text-align: left;
    padding: 11px 19px;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
  }

  body.tb0927aba article img,
  body.tb0927aba header div{width:100%;}

  body.tb0927aba #menu ul li a{
      color:#666;
    }

  body.tb0927aba header img{width:100px;}

  body.tb0927aba aside ul li a,
  body.tb0927aba div main ul li a{
 text-decoration: none;
 display: block;
 overflow: hidden;
}

  body.tb0927aba div main article ul li{
  padding: 7px 17px;
  display: revert;
  overflow: hidden;
   }

  body.tb0927aba div,
  body.tb0927aba article,
  body.tb0927aba img,
  body.tb0927aba main,
  body.tb0927aba ul{margin:0;}

  body.tb0927aba #menu_1 ul,
  body.tb0927aba #menu ul{ 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  display: contents; 
  flex-direction: column; 
  align-items: center; 
}

  body.tb0927aba article h1,
  body.tb0927aba article h2,
  body.tb0927aba article h3,
  body.tb0927aba article h4,
  body.tb0927aba article p{
  text-align:left;
  }

  body.tb0927aba #menu_1 a,
  body.tb0927aba #menu a{ 
  text-decoration: none;
  display: block; 
  margin: 9px;
  padding: 0 0 9px 5px;
  transition: background 0.1s, color 0.4s; 
  border-bottom: 1px solid #d4d4d4;
}

  body.tb0927aba header div nav{width: 100%;}

  body.tb0927aba aside{text-align:left;padding:0;}

  body.tb0927aba thead{
    display: none;
  }

}