@charset "utf-8";
/* CSS Document */

table.th-color-06c th{
    background-color: #06c!important;
    color: #fff!important;
}
table.word-break-all tr th,
table.word-break-all tr td{
	word-break: break-all!important;
}

.float-menu {
  position: fixed;
  z-index: 2;
  text-decoration: none;
  box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 5%);
}

.float-menu a{
	text-decoration: none;
	color: #fff;
	background-color: #ec6300;
	box-sizing: border-box;
	font-weight: bold;
    display: flex;
    align-items: center;
	justify-content: center;
}


@media only screen and (min-width: 720px) {
    .sp { display: none }
.float-menu {
    top: 45%;
    right: 0;
}
	
.float-menu a{
    padding: 45px 55px 45px 55px;
	font-size: 2.8rem;
  }
}


@media only screen and (max-width: 719px) {
    .pc { display: none }
.float-menu {
    bottom: 0;
    width: 100%;
}
.float-menu a{
	width: 100%;
    padding: 12px;
    font-size: 1.6rem
  }
#km_Footer .to-top-btn {
    bottom: 55px;
}

}

table.sp{
    border-left: solid #ccc 1px;
}

/*
table.table_box {
    overflow-x: auto;
    display: block;
}

table.table_box table th,
table.table_box table td {
    white-space: nowrap;
}

.table-area {
	width: 90%;
	margin: 0 auto;
	overflow-x: scroll;
}

.table-area th{
	background-color: lightsteelblue;
    border-color: white;
}

.sp-table {
	width: 100%;
	min-width: 200px;
	margin: 5em auto 2em;
} */

/* .spec{
    display: table;
    border-collapse: collapse;
    &__item {
      display: table-row;
      > * {
        display: table-cell;
        border: 1px solid #aaa;
        padding: .5em 1em;
      }
    }
    &__label {
      background: #E3E3FF;
      font-weight: bold;
    }
    &__detail {
      text-align: right;
    }
  } */



