@charset "utf-8";
.tab-category {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.tab-category p {
  background-color: white;
  border-radius: 5px;
  border: #808080 solid 1.5px;
  padding: 5px 10px;
  font-size: 14px;
  margin: 0;
  width: 200px;
}
.selector {
  display: flex;
  width: 200px;
  padding: 5px 25px 5px 10px;
  margin-right: 20px;
  cursor: pointer;
  background-color: #f0f2f5;
  border: #808080 solid 1.5px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #333;
  border-radius: 5px;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} ::-ms-expand {
  display: none;
}
.btn-wrap {
  display: flex;
  flex-direction: row;
  margin: 0 0 30px 0;
}
.tab-wrap {
  padding: 10px 0 0 0;
}
@media screen and (max-width: 590px) {
  .btn-wrap {
    flex-direction: column-reverse;
    margin: -10px 0 30px 0;
  }
  .tab-category {
    margin-bottom: 20px;
  }
.tab-wrap {
  padding: 0 0 0 0;
}
}
.tab-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  position: relative;
  flex-wrap: nowrap;
}
.tab-item {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 7px 0!important;
  margin: 0 2px 2px 2px;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.3em;
align-items:normal;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: .3s ease-in-out;
  white-space: nowrap;
}
.tab-item:first-child {
  margin: 0 2px 2px 0;
}
.tab-item:last-child {
  margin: 0 0 2px 2px;
}
.tab-item {
  background-color: rgba(184, 186, 189, 1.0);
  border: rgba(184, 186, 189, 1.0) solid 2px;
}
@media screen and (max-width: 960px) {
  .tab-list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .tab-item, .tab-item:first-child {
    width: calc(25% - 4px);
    margin: 0 2px 2px 2px;
  }
}
@media screen and (max-width: 400px) {
  .tab-item {
    font-size: 0.8em;
  }
}
.tab-item:hover, .tab-item.is-active {
  display: inherit;
  color: #333;
}
.tab-item:first-child:hover, .tab-item:first-child.is-active {
  background-color: white;
  border: #878787 solid 2px;
}
.tab-item:nth-child(2):hover, .tab-item:nth-child(2).is-active {
  background-color: white;
  border: #f3813d solid 2px;
}
.tab-item:nth-child(3):hover, .tab-item:nth-child(3).is-active {
  background-color: white;
  border: #009019 solid 2px;
}
.tab-item:last-child:hover, .tab-item:last-child.is-active {
  background-color: white;
  border: #02a0e5 solid 2px;
}
.panel-list {}
.panel-item {
  display: none;
  width: 100%;
  padding: 20px 0px 40px 0;
  text-align: left;
}
.tab-content, .tab-content02 {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #b3b3b3;
  padding: 10px 10px;
}
.tab-content:last-child, .tab-content02:last-child {
  border-bottom: 1px solid #b3b3b3;
}
.panel-item.is-active {
  display: block;
  animation: panel-show .4s ease-in-out forwards;
}
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tab-list span {
  position: absolute;
  bottom: 5px;
  width: 95%;
  height: 5px;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  z-index: 0;
}
.t01-00-all {
  background-color: #878787;
}
.t01-01-guidance {
  background-color: #f3813d;
}
.t01-02-library {
  background-color: #009019;
}
.t01-03-reference {
  background-color: #02a0e5;
}
.tab-list-date {
  float: left;
  width: 220px;
  height: 100%;
  font-size: 0.9em;
}
.tab-list-Content {
  float: left;
  width: calc(100% - 220px);
}
@media screen and (max-width: 960px) {
  .tab-list-date {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .tab-list-Content {
    float: none;
    display: block;
    width: 100%;
  }
}
.tab-tag {
  display: inline-block;
  width: 110px;
  padding: 1px 4px 1px 4px;
  margin: 0 0 0 14px;
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: 400;
  background-color: white;
}
.tab-tag01-01-guidance {
  border: solid #f3813d;
  border-width: 2px 2px 2px 8px;
}
.tab-tag01-02-library {
  border: solid #009019;
  border-width: 2px 2px 2px 8px;
}
.tab-tag01-03-reference {
  border: solid #02a0e5;
  border-width: 2px 2px 2px 8px;
}
.tab-item02 {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 45px;
  padding: 7px 0;
  margin: 0 2px 2px 2px;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.3em;
  cursor: pointer;
  transition: .3s ease-in-out;
  white-space: nowrap;
}
.tab-item02:first-child {
  margin: 0 2px 2px 0;
}
.tab-item02:last-child {
  margin: 0 0 2px 2px;
}
.tab-item02 {
  background-color: rgba(184, 186, 189, 1.0);
  border: rgba(184, 186, 189, 1.0) solid 2px;
}
@media screen and (max-width: 960px) {
  .tab-item02, .tab-item02:first-child {
    width: calc(25% - 4px);
    margin: 0 2px 2px 2px;
  }
}
.tab-item02:first-child:hover, .tab-item02:first-child.is-active {
  background-color: white;
  border: #878787 solid 2px;
}
.tab-item02:nth-child(2):hover, .tab-item02:nth-child(2).is-active {
  background-color: white;
  border: #f3813d solid 2px;
}
.tab-item02:nth-child(3):hover, .tab-item02:nth-child(3).is-active {
  background-color: white;
  border: #009019 solid 2px;
}
.tab-item02:nth-child(4):hover, .tab-item02:nth-child(4).is-active {
  background-color: white;
  border: #945039 solid 2px;
}
.tab-item02:nth-child(5):hover, .tab-item02:nth-child(5).is-active {
  background-color: white;
  border: #473b92 solid 2px;
}
.tab-item02:nth-child(6):hover, .tab-item02:nth-child(6).is-active {
  background-color: white;
  border: #838900 solid 2px;
}
.tab-item02:nth-child(7):hover, .tab-item02:nth-child(7).is-active {
  background-color: white;
  border: #02a0e5 solid 2px;
}
.tab-item02:nth-child(8):hover, .tab-item02:nth-child(8).is-active {
  background-color: white;
  border: #cc3358 solid 2px;
}
.tab-item02:nth-child(9):hover, .tab-item02:nth-child(9).is-active {
  background-color: white;
  border: #7052f7 solid 2px;
}
.tab-item02:last-child:hover, .tab-item02:last-child.is-active {
  background-color: white;
  border: #ff6372 solid 2px;
}
.panel-item02 {
  display: none;
  width: 100%;
  padding: 10px 0 40px 0px;
  text-align: left;
}
.panel-item02.is-active {
  display: block;
  animation: panel-show .4s ease-in-out forwards;
}
.t02-01-iec-tc9 {
  background-color: #f3813d;
}
.t02-02-iso-tc269 {
  background-color: #009019;
}
.t02-03-sc1 {
  background-color: #945039;
}
.t02-04-sc2 {
  background-color: #473b92;
}
.t02-05-sc3 {
  background-color: #838900;
}
.t02-06-tc17-sc15 {
  background-color: #02a0e5;
}
.t02-07-cenelec {
  background-color: #cc3358;
}
.t02-08-cen {
  background-color: #7052f7;
}
.t02-09-other {
  background-color: #ff6372;
}
.tab-list-date02 {
  float: left;
  width: 235px;
  height: 100%;
  font-size: 0.9em;
}
.tab-list-Content02 {
  float: left;
  width: calc(100% - 235px);
}
@media screen and (max-width: 960px) {
  .tab-list-date02 {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .tab-list-Content02 {
    float: none;
    display: block;
    width: 100%;
  }
}
.tab-tag02 {
  display: inline-block;
  width: 80px;
  padding: 1px 4px 1px 4px;
  margin: 0 0 0 14px;
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: 400;
  background-color: white;
}
.tab-tag02-01-iec-tc9 {
  border: solid #f3813d;
  border-width: 2px 2px 2px 8px;
}
.tab-tag02-02-iso-tc269 {
  border: solid #009019;
  border-width: 2px 2px 2px 8px;
}
.tab-tag02-03-sc1 {
  border: solid #945039;
  border-width: 2px 2px 2px 8px;
}
.tab-tag02-04-sc2 {
  border: solid #473b92;
  border-width: 2px 2px 2px 8px;
}
.tab-tag02-05-sc3 {
  border: solid #838900;
  border-width: 2px 2px 2px 8px;
}
.tab-tag02-06-tc17-sc15 {
  border: solid #02a0e5;
  border-width: 2px 2px 2px 8px;
}
.tab-tag02-07-cenelec {
  border: solid #cc3358;
  border-width: 2px 2px 2px 8px;
}
.tab-tag02-08-cen {
  border: solid #7052f7;
  border-width: 2px 2px 2px 8px;
}
.tab-tag02-09-other {
  border: solid #ff6372;
  border-width: 2px 2px 2px 8px;
}
.nd-tag {
  display: inline-block;
  padding: 1px 4px 1px 4px;
  margin: 0 0 0 7px;
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: 400;
  background-color: white;
  border: solid #808080 2px;
}
.tab-wrap-nd {
  width: 100%;
  margin: 0;
  text-align: center;
}
.nd-title {
  display: inline-block;
  padding-right: 5px;
  font-weight: 500;
  font-size: 0.938em;
}
.tab-item03 {
  display: inline-block;
  width: 80px;
  margin: 10px 0;
  padding: 6px 8px;
  font-size: 0.938em;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center;
  cursor: pointer;
  transition: .3s ease-in-out;
  white-space: nowrap;
  background-color: rgba(184, 186, 189, 1.0);
  border: rgba(184, 186, 189, 1.0) solid 2px;
}
.tab-item03:hover, .tab-item03.is-active {
  color: #333333;
  background-color: #909090;
}
.tab-item03:hover, .tab-item03.is-active {
  background-color: white;
  border: #878787 solid 2px;
}
.tab-list-nd {
  margin-bottom: 19px;
}