@charset "utf-8";
/* CSS Document */
body {
  background: #f2f5f7;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  --12px: 0.75rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --24px: 1.5rem;
}
header {
  width: 100%;
  height: 90px;
  background: #FFF;
  padding: 10px 0 10px 120px;
  display: flex;
  align-items: center;
}
p {
  margin: 0;
  padding: 0;
}
main {
  padding: 0 0 0 120px;
  flex: 1;
}
footer {
  text-align: center;
  color: #636769;
  padding: 20px 0 10px;
}
.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.contents {
  margin-right: 20px;
  background: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
}
/*IoTロゴ色変更用*/
.title {
  width: 200px;
  position: relative;
  z-index: 10;
}
.title img {
  position: absolute;
  top: 0;
  left: 0;
}
.titlew {
  opacity: 0;
}
/**/
.titlebox {
  display: flex;
  align-items: center;
  padding: 20px 0 20px 120px;
}
.childdir {
  background: #dbdfe2;
}
.titlebox h2 {
  font-size: 1.5rem;
  font-weight: normal;
  margin: 0;
}
.situation {
  display: flex;
  margin-left: auto;
  padding-right: 20px;
}
.situation div {
  color: #fff;
  font-size: 1rem;
  padding: 3px 20px;
  border-radius: 25px;
  margin-left: 5px;
}
div.situation-btn {
  color: #fff;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 25px;
  margin-left: 20px;
}
.operation {
  background: #00bf9d;
  background: linear-gradient(to bottom, #00bf9d, #23baa0);
}
.error {
  background: #db0000;
  background: linear-gradient(to bottom, #db0000, #ce0101);
}
.stop {
  background: #ea8a00;
  background: linear-gradient(to bottom, #ea8a00, #ea7400);
}
.none {
  background: #6e777c;
  background: linear-gradient(to bottom, #6e777c, #757575);
}
.subtitle {
  display: flex;
  font-size: 1rem;
  padding: 10px 0 10px 120px;
}
.subtitle div {
  border-right: 1px dotted #ced2d5;
  padding: 3px 10px 3px 0;
  margin-right: 20px;
}
.subtitle div:first-child, .subtitle div:last-child {
  border-right: none;
  margin-right: 0;
}
.mold-box {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 0 0 3px 3px;
}
.mold-box .data {
  text-align: right;
}
.mold-name {
  display: flex;
  align-items: center;
  color: #e2e2e2;
  font-size: 1rem;
  padding: 8px 15px;
  border-radius: 3px 3px 0 0;
  background: #313233;
  background: linear-gradient(to bottom, #313233, #232525);
}
.mold-name div:first-child {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px dotted #515354;
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding-right: 20px;
}
.flex3:after {
  content: "";
  display: block;
  width: 32%;
}
/*ステータス一覧*/
.op-status {
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
  flex-basis: 24%;
  margin-left:1%;
}
.op-status:nth-of-type(n+5) {
  margin-top: 20px;
}
.op-status:nth-last-of-type(1) {
  margin-right:auto;
}
.op-name {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-radius: 3px 3px 0 0;
}
.op-name h3 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.op-pie {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
}
.op-info {
  width: 55%;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}
.op-info h4 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.op-info h5 {
  font-size: 16px;
  padding: 3px 0;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 15px 0 0;
  border-radius: 2px;
}

/* device info */
.dev-status {
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.2);
  flex-basis: 24%;
  margin-left:1%;
}
.dev-status:nth-of-type(n+5) {
  margin-top: 20px;
}
.dev-status:nth-last-of-type(1) {
  margin-right:auto;
}
.dev-info {
  width: 50%;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}
.dev-info h4 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.dev-info h5 {
  font-size: 16px;
  padding: 3px 0;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 15px 0 0;
  border-radius: 2px;
}
.operation .dev-info h5 {
  background: #00ac8d;
}
.stop .dev-info h5 {
  background: #cd6f00;
}
.error .dev-info h5 {
  background: #a70000;
}
.none .dev-info h5 {
  background: #788287;
}
.dev-info p {
  color: #fff;
  margin: 10px 0 0;
}
/* device info */

.operation .op-name {
  background: #00ac8d;
  background: linear-gradient(to bottom, #00ac8d, #00a58c);
}
.operation .op-info h5 {
  background: #00ac8d;
}
.operation .hamburger_bar {
  background: #00b796;
}
.stop .op-name {
  background: #cd6f00;
  background: linear-gradient(to bottom, #cd6f00, #c76700);
}
.stop .op-info h5 {
  background: #cd6f00;
}
.stop .hamburger_bar {
  background: #d17100;
}
.error .op-name {
  background: #c20000;
  background: linear-gradient(to bottom, #c20000, #b10101);
}
.error .op-info h5 {
  background: #a70000;
}
.error .hamburger_bar {
  background: #c30000;
}
.none .op-name {
  background: #3c4144;
  background: linear-gradient(to bottom, #6e777c, #5a6265);
}
.none .op-info h5 {
  background: #788287;
}
.none .hamburger_bar {
  background: #5a6165;
}
.op-info p {
  color: #fff;
  margin: 10px 0 0;
}
.drugbtn {
  line-height: 1;
}
.hamburger {
  width: 25px;
  height: 20px;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.hamburger_bar {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.hamburger_bar:nth-child(1) {
  top: 0;
}
.hamburger_bar:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger_bar:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
/*状況一覧円グラフ*/
.pie {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 160px;
  height: 160px;
  font-size: 3.8rem;
  font-weight: 700;
  border-radius: 50%;
}
.pie span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .op-status {
    flex-direction: column;
  }
  .op-pie {
    width: 100%;
    margin-top: 20px;
  }
  .op-info {
    width: 100%;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
  }
  .op-name {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .drugbtn {
    margin-bottom: 10px;
    text-align: right;
  }
}
/*.operation .pie {
  background-image: radial-gradient(#fff 55.5%, rgba(66, 66, 66, 0.3) 56%, transparent 68%), conic-gradient(#00c3fb 0% 30%, #006a57 30.5% 100%);
}*/
/*.error .pie {
  background-image: radial-gradient(#fff 55.5%, rgba(66, 66, 66, 0.3) 56%, transparent 68%), conic-gradient(#00c3fb 0% 57%, #a10000 57.5% 100%);
}
.stop .pie {
  background-image: radial-gradient(#fff 55.5%, rgba(66, 66, 66, 0.3) 56%, transparent 68%), conic-gradient(#00c3fb 0% 75%, #ab5400 75% 100%);
}*/
/*時間グラフ*/
.scroll_box {
  display: flex;
  overflow: scroll;
  overflow-y: hidden;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.scroll_bar {}
.scroll_box::-webkit-scrollbar {
  height: 8px;
}
.scroll_box::-webkit-scrollbar-track {
  background-color: #c6c6c6;
}
.scroll_box::-webkit-scrollbar-thumb {
  background-color: #7d848a;
}
.timeline {
  display: flex;
  flex-direction: column;
  border: 1px solid #c6c6c6;
  border-right: none;
  border-left: none;
  margin: 0;
  position: relative;
  /*    width: 100%;*/
  /*    min-width: 900px;*/
}
.bls {
  border-left: 2px solid #c6c6c6;
}
.day {
  display: flex;
  align-items: center;
  background: #eff1f3;
  padding: 5px 10px;
  border-bottom: 1px solid #c6c6c6;
}
.day div:first-child {
  font-weight: bold;
}
.okuri-btn {
  margin: 10px 0;
  text-align: right;
}
.okuri-btn a {
  text-decoration: none;
  padding: 0 5px;
  margin-left: 5px;
  color: #82919a;
}
.okuri-btn a:hover {
  color: #308bb9;
}
.time {
  display: flex;
  width: 100%;
}
.line {
  display: flex;
  width: 100%;
  position: absolute;
  z-index: 2;
}
.line {
  bottom: 0;
}
.time div {
  flex-grow: 1;
  border-right: 1px solid #c6c6c6;
  text-align: center;
  padding: 10px 0 40px;
  width: 4.166666666666667%
}
.time div:last-child {
  border-right: none;
}
.line div {
  height: 30px;
  opacity: 0.8;
}
.line-none {
  background: #dcdcdc;
}
.line-ope {
  background: #00bf9d;
}
.line-stop {
  background: #ea8a00;
}
.line-error {
  background: #db0000;
}
/*ショット数等情報系*/
.info-box {
  display: flex;
  border-bottom: 1px dotted #9C9C9C;
}
.info-box.ver-movie {
  flex-wrap: wrap;
}
.info-box div {
  position: relative;
  box-sizing: border-box;
}
.info-box div.name {
  margin-top: auto;
  text-align: right;
  font-size: 1rem;
  color: #595959;
  font-weight: bold;
}
.value {
  font-size: 60px;
}
.value span {
  display: inline-block;
  font-size: 18px;
  color: #777777;
  margin-left: 5px;
}
.br-dot {
  border-right: 1px dotted #9C9C9C;
}
.bl-dot {
  border-light: 1px dotted #9C9C9C;
}
.bb-dot {
  border-bottom: 1px dotted #9C9C9C;
}
.fs30 {
  font-size: 1.8rem;
  margin-top: 15px;
}
.fdc {
  display: flex;
  flex-direction: column;
}
/*テーブルタイトル*/
.table-title {
  display: flex;
  background: #eff1f3;
  border: 1px solid #c6c6c6;
  border-bottom: none;
  padding: 5px 10px;
  align-items: center;
}
.table-title .searchbox {
  margin-left: auto;
}
.error-name {
  position: relative;
  width: 200px;
}
/*検索窓*/
.search_container {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 2px 10px;
  border-radius: 2px;
  width: 250px;
  overflow: hidden;
  background: #fff;
}
.search_container input[type="text"] {
  border: none;
  height: 2.0em;
  background: #fff;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #000;
  position: absolute;
  height: 3em;
  right: 8px;
  top: -10px;
  outline: none;
}
select {
  padding-left: 10px;
  border: none;
  background: none;
  font-weight: bold;
  outline: none;
  padding: 0;
}
/*エラーログ*/
table.errorlog {
  border: 1px solid #c6c6c6;
  border-bottom: none;
  border-right: none;
  width: 100%;
  border-collapse: collapse;
  border-spacing:0;
}
table.errorlog tr th, table.errorlog tr td {
  padding: 10px 15px;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  text-align: left;
}
table.errorlog th {
  position: sticky;
  top:0;
  background:#ffffff;
  border-top: none;
  border-bottom: none;
}
table.errorlog th::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
table.report {
  border: 1px solid #c6c6c6;
  border-bottom: none;
  border-right: none;
  width: 100%;
  border-collapse: collapse;
  border-spacing:0;
}
table.report tr th, table.report tr td {
  padding: 10px 15px;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  text-align: center;
}
table.report th {
  position: sticky;
  top:0;
  background:#ffffff;
  border-top: none;
  border-bottom: none;
}
table.report th::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.history-box {
  display: flex;
  background: #fff;
  align-items: flex-end;
}
.history-name {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-bottom: 10px;
}
.history-name p {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
}
.history {
  padding: 20px;
}
/*調整系*/
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt10 {
  margin-top: 10px;
}
.w75 {
  width: 75%;
}
.w50 {
  width: 50%;
}
.w25 {
  width: 25%;
}
.padd5 {
  padding: 5px 10px;
}
.padd10 {
  padding: 10px;
}
tr.stick-th th {
  position: sticky;
  top: 0;
  background: #eff1f3;
}
tr.stick-th th:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.btn-box {
  display: flex;
  justify-content: center;
}
a.pdfbtn, a.csvbtn {
  padding: 7px 60px;
  margin: 0 10px;
  display: block;
  color: #333;
  border: 1px solid #c6c6c6;
  background: #eff1f3;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
}
a.pdfbtn:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 32px;
  margin: 0px 10px 0 0;
  background: url("../img/icon-pdf.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.csvbtn:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 32px;
  margin: 0px 10px 0 0;
  background: url("../img/icon-csv.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.pdfbtn:hover, a.csvbtn:hover {
  color: #155e8c;
}
.servo-box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #c6c6c6;
  justify-content: space-between;
  padding: 0 20px;
}
.servo-box div.okuri-btn {
  width: 100%;
  padding: 0;
  background: #fff;
  margin: 15px 0;
}
.servo-box div.okuri-btn span {
  margin: 0 5px;
  color: #ADADAD;
}
.btn-plus i, .btn-minus i {
  vertical-align: -4px;
}
.servo-box div.graff {
  width: 49%;
  padding: 15px 25px;
  background: #083145;
  border-radius: 3px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.servo-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #184257;
  line-height: 1;
  padding: 0 5px 10px;
  margin-bottom: 20px;
}
.servo-title .name {
  font-size: 1.1rem;
  color: #8e9aa0;
}
.servo-title .per {
  font-size: 3.2rem;
  margin-right: 5px;
  color: #fff;
}
.servo-title .per span {
  font-size: 1.2rem;
  color: #8e9aa0;
}
@media screen and (max-width: 950px) {
  .servo-box div.graff {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
}
#my-chart.line {
  height: 200px;
  max-width: 400px;
  margin: 0 auto;
}
.graff img {
  width: 100%;
}
.line-canvas {
  padding: 5px 10px;
  border-bottom-left-radius: 3px;
  margin-bottom: 5px;
  background: #FFFFFF;
}
table.io-table {
  border: 1px solid #c6c6c6;
  border-bottom: none;
  border-right: none;
  width: 100%;
  border-collapse: collapse;
}
table.io-table tr th, .io-table tr td {
  padding: 0;
  border-bottom: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  text-align: left;
}
.io-table tr td {}
.io-table tr td span {
  border-top: 1px solid #fff;
  background: #f3f4f5;
  display: inline-block;
  padding: 8px 15px 8px 30px;
  margin-right: 15px;
  position: relative;
}
.io-table tr td span::before{
  content: url("../img/io-off.png");
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.io-table tr td span.on::before {
  content: url("../img/io-on.png");
}

.gagename{
    margin: 0 auto 10px;
    width: 85%;
    border-bottom: 1px solid #c6c6c6;
}

.gagename span {
  border-top: 1px solid #fff;
  background: #f3f4f5;
  display: inline-block;
  padding: 8px 20px 8px 30px;
  margin-right: 15px;
  position: relative;
}

.gagename span::before {
  content: url("../img/io-off.png");
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.gagename span.on::before {
  content: url("../img/io-on.png");
}


@media only screen and (max-width:950px) {
  table.io-table tr th, table.io-table tr td {
    display: block;
  }
  .io-table tr td span {
    width: 15%;
  }
}
.onoff-graff {
  display: flex;
  border: 1px solid #c6c6c6;
}
.onoff-graff div.name {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #c6c6c6;
  background: #f3f4f5;
  font-size: 1.5rem;
  width: 15%;
}
.onoff-graff div.name span {
  font-size: 0.75rem;
}
.io-canvas {
  padding: 5px;
  height: 80px;
  width: 85%;
}
.analog-canvas {
  padding: 5px;
  height: 180px;
  width: 85%;
}
.txtAC {
  text-align: center;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.io-analog-box {
  display: flex;
  justify-content: space-around;
}
.wrap {
    box-sizing: border-box;
    width: 25%;
  padding: 10px;
}
#g1, #g2, #g3, #g4 {
  width: 280px;
  height: 200px;
  margin: 0 auto;
}

@media only screen and (max-width:1280px) {
    .io-analog-box {
  flex-wrap: wrap;
}
  .wrap {
    width: 50%;
  }
}

#gauge01, #gauge02, #gauge03, #gauge04 {
    height: 150px;
    width: 300px;
    box-sizing: border-box;
}
.gaugebox {
    margin-top: 20px;
    text-align: center;
}
#Edit_overlay,#Delete_overlay{ 
  position: fixed;
  top: 0;
  z-index: 100;
  /* width: 100%; */
  /* height:100%; */
  top:20%;
  right:5%;
  left:10%;
  /* bottom:30%; */
  display: none;
  background: #ffffff;
  border: solid 3px #16427c;
  border-radius: 10px;
}
#load_overlay{ 
  position: fixed;
  top: 0;
  z-index: 100;
  /* width: 100%;
  height:30%; */
  top:0;
  right:0;
  left:0;
  bottom:0;
  display: none;
  background: rgba(160, 159, 159, 0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 100px;
  height: 100px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}

/*設定*/
.setting {
  padding: 20px;
}

.setting .subtitle{
    margin: 20px 0 0;
    padding: 0;
    font-weight: bold;
}

.setting .subtitle2{
  color: #fff;
  line-height: 2;
  border: 1px solid #d3d7d9;
  width: 100%;
  margin: 0 auto 20px;
    border-radius: 3px;
  background: #4d4f50;
  padding: 5px 40px 5px 16px;
}

.details {
  color: #fff;
  line-height: 2;
  border: 1px solid #d3d7d9;
  width: 100%;
  margin: 0 auto 20px;
    border-radius: 3px;
}
.details__summary {
  position: relative;
  display: block;
  background: #4d4f50;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 16px;
}
.details__summary::-webkit-details-marker {
  display: none;
}
.details__summary::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #b9bec1;
  transition: all 0.3s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
    
}
.details[open] .details__summary::before {
  transform: rotate(-90deg);
}
.details__content {
  overflow: hidden;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
    color: #0F0F0F;
}
.details__content > * {
  margin: 0;
  padding-top: 16px;
}
.details__content > *:last-child {
  padding-bottom: 16px;
}

table.set-table{
    width: 100%;
    border-spacing: 0;
}

table.set-table tr th{
    background: #eff1f3;
}

table.set-table tr th,
table.set-table tr td{
    padding: 8px;
    border-bottom: 1px solid #dfe1e4;
    border-right: 1px dotted #dfe1e4;
}

table.set-table tr th.bt,
table.set-table tr td.bt{
    border-top: 1px solid #dfe1e4;
}

table.set-table tr th:last-child,
table.set-table tr td:last-child{
    border-right: none;
}



.set-input {
    height: 2em;
    width: 100%;
    padding: 0 10px;
    border-radius: 2px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.set-input:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.btn{
  font-size: 1rem;
  display: inline-block;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  color: #212529;
  border-radius: 3px;
  width: 100%;
}
a.btn--red {
  color: #fff;
  background-color: #e35959;
  /* border-bottom: 2px solid #d45353; */
}
a.btn--red:hover {
  background: #f35d5d;
  /* border-bottom: 2px solid #e35959; */
}
a.btn--navy {
  color: #fff;
  background-color: #083145;
  border-bottom: 2px solid #072737;
}
a.btn--navy:hover {
  background: #0a3a52;
  border-bottom: 2px solid #083145;
}
a.btn--gray {
  color: #364554;
  background-color: #eff1f3;
  /* border-bottom: 2px solid #e6e9eb; */
}
a.btn--gray:hover {
  background: #f2f4f5;
  /* border-bottom: 2px solid #eff1f3; */
}
a.btn--shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
a.btn--shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
button.btn--red {
  color: #fff;
  background-color: #e35959;
  /* border-bottom: 2px solid #d45353; */
}
button.btn--red:hover {
  background: #f35d5d;
  /* border-bottom: 2px solid #e35959; */
}

button.btn--gray {
  color: #364554;
  background-color: #eff1f3;
  /* border-bottom: 2px solid #e6e9eb; */
}
button.btn--gray:hover {
  background: #f2f4f5;
  /* border-bottom: 2px solid #eff1f3; */
}
button.btn--shadow {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.btnbox{
    display: flex;
    justify-content: space-between;
}
.btnbox div{
    width: 48%;
}

.passbox {
     display: flex;
     justify-content: center;
     gap: 10px;
     margin: 10px 0;
}

#eye {
     display: flex;
     align-items: center;
     width: 25px;
     height: 25px;
     cursor: pointer;
}

.select {
  background: #fff;
    height: 2.2em;
    width: 100%;
    padding: 0;
    border-radius: 2px;
    border: 1px solid #cccccc;
  position: relative;
  z-index: 1;
    
}

.select::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  right: 10px;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  z-index: -1;
}
/* 初期化 */
.select #select_authority{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-weight: normal;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
.select #edit_authority{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-weight: normal;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}