

.container {
  /* width: 1180px;
   max-width: 100%;
   margin: 0 auto;*/
  width: 1100px;
  margin: 0 auto;
  position: relative;
  color: #333;
  text-align: center;
  padding-bottom: 10px;
}


.container {
  display: flex;
  align-items: center;
  /* height: 80px;*/
}

.header_left h1 {
  color: #fff;
}

.header_right {
  /*margin-left: 8em;*/
}

.header_right .menu_list {
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 1100px;
  background-color: #ddd;
  border-radius: 30px;
}

.header_right .menu_list .nav_item .panel {
  height: auto !important;
  position: absolute;
  z-index: 99;

  margin: 15px auto;
  overflow: hidden;
  text-align: left;
  width: fit-content;
  /*min-width: 700px;*/
  display: none;
  padding-block-end: 15px !important;
  padding-inline: 10px;
}

.header_right .menu_list .nav_item:nth-child(n + 4) .panel {
  inset-inline: auto 0;
}

.header_right .menu_list .nav_item {

  display: block;
  /*width: 150px;*/
  /*width: 25%;*/
  text-align: center;
  padding: 15px 0;
}
.js-dropdown{
  color:#000;
}


.header_right .menu_list .nav_item > a {


  display: block;
  /*padding: 10px 15px;*/
  font-weight: bold;
  font-size: 16px;

}

.js-dropdown  {
  padding: 0px 14px;
  border-right: solid 1px #b8b8b8;
  /*padding: 15px 0 10px 0;*/


}
#text-button8{border-right: none;}

.js-dropdown:hover{
  /*border-bottom: solid 3px #e71a19;*/
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #e71a19;
}

.header_right{
  margin-top: 15px;
}

.header_right .mar {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(2, auto) 1fr;
}
.header_right .TOPlink {
  background-color: #E71A19;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, .15);
  grid-column: span 2;
}
.header_right .nav_item:first-child .TOPlink,
.header_right .nav_item:nth-child(n+4) .TOPlink,
.header_right .nav_item:nth-child(6) .TOPlink {
  grid-column: span 3;
}
.header_right .TOPlink h2 a {
  align-items: center;
  block-size: 50px;
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding-inline: 16px;
}
.header_right .TOPlink h2 a .dli-caret-circle-fill-right {
  width: 11.243px;
  height: 16.828px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.243' height='16.828' viewBox='0 0 11.243 16.828'%3E%3Cpath d='M1722,523l7,7-7,7' transform='translate(-1720.586 -521.585)' fill='none' stroke='%23fff' stroke-width='4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.header_right .TOPlink h2 a .dli-caret-circle-fill-right::before {
  content: none;
}
.header_right .dropnavTitle02 {
  align-items: center;
  background-color: #E6E6E6;
  block-size: 40px;
  display: grid;
  margin: 0;
  padding: 0 16px;
}
.header_right .dropnavTitle02 ~ .dropnavTitle02 {
  box-shadow: 4px 7px 10px rgba(0, 0, 0, .15);
}
.header_right .panel-inner,
.header_right .panel-inner00 {
  background-color: #fff;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, .15);
}
.header_right .panel_item::before,
.header_right .panel_item::after {
  content: none;
}
.header_right .panel_item a {
  align-items: center;
  block-size: 50px;
  display: grid;
  padding-inline: 16px 70px;
  position: relative;
}
.header_right .panel_item a::before {
  background-color: #E6E6E6;
  block-size: 1px;
  content: '';
  position: absolute;
  inset-block-end: 1px;
  inset-inline: 15px;
}
.header_right .panel_item a::after {
  content: '';
  width: 9.121px;
  height: 15.414px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.121' height='15.414' viewBox='0 0 9.121 15.414'%3E%3Cpath d='M1224,833l7,7-7,7' transform='translate(-1223.293 -832.292)' fill='none' stroke='%23e71a19' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  margin-block: auto;
  inset-block: 0;
  inset-inline-end: 15px;
}
.header_right .panel_item a:has(img) {
  gap: 7px;
  grid-template-columns: 35px 1fr;
}
.header_right .panel_item a img {
  max-block-size: 30px;
  inline-size: auto;
}
.header_right .panel_item a small {
  font-size: inherit;
}
.header_right .maker03 li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.header_right .maker03 .panel_item a:has(img) {
  grid-template-columns: 1fr;
}
.header_right .maker03 .panel_item a img {
  border: none;
  max-block-size: 40px;
  margin: 0;
  padding: 0;
}
.header_right .maker03 .panel_item a .smenu {
  opacity: 0;
  position: absolute;
}
