@charset "utf-8";
/* CSS Document */

.tabs {
  position:relative;
  width:97%;
  margin:30px auto 30px;
  padding: 0px;
  display:block;
  font-size:0;
}
.tabs__radio{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  display:block!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;border:0!important
}
.tabs__radio:checked+.tabs__tab{
  max-width:none;
  color:#fff;
  background:#333;
  border-bottom-color:#333;
}
.tabs__radio:checked:nth-of-type(1)~.tabs__content:nth-of-type(1){display:block}
.tabs__radio:checked:nth-of-type(2)~.tabs__content:nth-of-type(2){display:block}
.tabs__radio:checked:nth-of-type(3)~.tabs__content:nth-of-type(3){display:block}
.tabs__radio:checked:nth-of-type(4)~.tabs__content:nth-of-type(4){display:block}
.tabs__radio:checked:nth-of-type(5)~.tabs__content:nth-of-type(5){display:block}
.tabs__radio:checked:nth-of-type(6)~.tabs__content:nth-of-type(6){display:block}
.tabs__radio:checked:nth-of-type(7)~.tabs__content:nth-of-type(7){display:block}
.tabs__radio:checked:nth-of-type(8)~.tabs__content:nth-of-type(8){display:block}
.tabs__radio:checked:nth-of-type(9)~.tabs__content:nth-of-type(9){display:block}
.tabs__radio:checked:nth-of-type(10)~.tabs__content:nth-of-type(10){display:block}
.tabs__radio:checked:nth-of-type(11)~.tabs__content:nth-of-type(11){display:block}
.tabs__radio:checked:nth-of-type(12)~.tabs__content:nth-of-type(12){display:block}
.tabs__radio:checked:nth-of-type(1)~.no_tabs__content:nth-of-type(1){display:block}
.tabs__radio:checked:nth-of-type(2)~.no_tabs__content:nth-of-type(2){display:block}
.tabs__radio:checked:nth-of-type(3)~.no_tabs__content:nth-of-type(3){display:block}
.tabs__radio:checked:nth-of-type(4)~.no_tabs__content:nth-of-type(4){display:block}
.tabs__radio:checked:nth-of-type(5)~.no_tabs__content:nth-of-type(5){display:block}
.tabs__radio:checked:nth-of-type(6)~.no_tabs__content:nth-of-type(6){display:block}
.tabs__radio:checked:nth-of-type(7)~.no_tabs__content:nth-of-type(7){display:block}
.tabs__radio:checked:nth-of-type(8)~.no_tabs__content:nth-of-type(8){display:block}
.tabs__radio:checked:nth-of-type(9)~.no_tabs__content:nth-of-type(9){display:block}
.tabs__radio:checked:nth-of-type(10)~.no_tabs__content:nth-of-type(10){display:block}
.tabs__radio:checked:nth-of-type(11)~.no_tabs__content:nth-of-type(11){display:block}
.tabs__radio:checked:nth-of-type(12)~.no_tabs__content:nth-of-type(12){display:block}
.tabs__tab{
  position:relative;
  display:inline-block;
  max-width:80px;
  margin:0 0 -1px;
  padding:2px 16px!important;
  font-size:15px;
  font-weight:400;
  background:#ddd;
  color: #666;
  border-right:1px solid #e2e2e2;
  border-bottom:1px solid #e2e2e2;
  z-index:1;cursor:pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabs__tab>span{
  display:block;
  line-height:30px;
  white-space:nowrap;
  word-break:keep-all;
  text-overflow:ellipsis;
  overflow:hidden;
}
.tabs__tab::after,.tabs__tab::before{
  content:none!important;
}
.tabs__content, .no_tabs__content {
  position:relative;
  display:none;
  font-size:14px;
  background:#333;
  border-top:1px solid #e2e2e2;
  border-bottom:1px solid #e2e2e2;
}

.tabs__content {
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.no_tabs__content{
  border-top-right-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.sourcecode{
  margin:0;
  padding:25px 15px 15px;
  overflow:auto;
}
.sourcecode>code{
  margin:0!important;
  padding:0!important;
  font-size:14px;
  line-height:150%;
  background:inherit!important;
  overflow-x:visible;
}
.sourcecode__copy{
  position:absolute;
  top:8px;
  right:8px;
  /*display: none !important;  /*⇐ボタン非表示 */
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #666;
  color: #fff;
  padding: 5px 10px;  /*⇐ボタン表示  */
}

.process_4 label {
  margin-bottom: 0px;
}
.process_4 li .tabs {
  line-height: 100%;
}
.process_4 li .tabs__content { /*  */
  margin-top: -1px;
}

code {
  margin: 0 0 15px 0;
}


botton{
  z-index: 10000;
}

/*スクロールバー全体*/
pre {
 scrollbar-color: #555 #ccc;
  scrollbar-width: thin;  
}

pre::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #555;
  border-radius: 10px;
}
/*スクロールバーの軌道*/
pre::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(50, 50, 50, .1);
}

/*スクロールバーの動く部分*/
pre::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(0, 0, 0, .3);
}

@media(min-width:40rem){
  .tabs{
    padding-left:1rem;padding-right:1rem
  }
}

@media(min-width:62rem){
  .tabs{
    padding-left:1rem;padding-right:1rem}
}
