table {
  width: 98%;
  border-spacing: 0;
  font-size:12px;
}
table th {
  color: #fff;
  padding: 8px 16px;
  background: #84b2e0;
  background:-moz-linear-gradient(rgba(68,221,68,0.7), rgba(34,85,136,0.9) 30%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(00,153,51,1)), to(rgba(00,153,102,1)));
  font-weight: bold;
  border-left:1px solid #84b2e0;
  border-top:1px solid #84b2e0;
  border-bottom:1px solid #84b2e0;
  line-height: 120%;
  text-align: center;
}
table th:first-child {
  border-radius: 5px 0 0 0;	
}
table th:last-child {
  border-radius:0 5px 0 0;
  border:1px solid #393;
}
table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #ADB3A1;
  border-right: 1px solid #ADB3A1;
  text-align: center;
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #F5FBFB;
}
table tr:last-child td {
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table tr:hover {
  background: #d1edd1;
  cursor:pointer;
}
#myTable .tablesorter-header {
  cursor: pointer;
  outline: none;
}
#myTable .tablesorter-header-inner::after { 
  content: '▼';
  font-size: 12px;
  margin-left: 5px;
}
@media print {
  body {
    zoom: 49%; }
  .layout_header {
    background: none; }
    .layout_header .header {
      color: #222222;
      text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }
  .table thead th {
    color: #222222; }
  .layout_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .layout_nav .nav_left {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }

.layout_nav {
  width: 100%;
  min-width: 100%;
  margin: 1rem auto;
  padding: 0 1rem; }
  .layout_nav .nav_right {
    text-align: right; }
  .layout_nav .nav_time {
    display: inline-block;
    margin: 0.5rem 0;
    padding: 0.5rem 0.75rem;
    color: #aaaaaa; }
  .layout_nav .btn {
    margin: 0.5rem 0; }

@media (min-width: 780px) {
  .layout_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .layout_nav .nav_left {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }

.btn-success {
  background-color: #0090b2; }
  .btn-success:hover, .btn-success:active {
    background-color: #007b99; }

.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 450px;
	height: 300px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 15px;
}

/*主な共通部分は省略*/

a.btn--orange.btn--border-solid {
  border: 2px solid #b84c00;
}

section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_06-2 {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  padding: 1.3em .5em;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
}
a.btn_06-2 span {
  position: relative;
  display: block;
  transform: translate(-3px, -3px);
  transition: 0.3s;
  z-index: +1;
}
a.btn_06-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #e1000e;
  border-radius: 6px;
  box-sizing: border-box;
  transform: translate(-3px, -3px);
  transition: 0.3s;
}
a.btn_06-2:hover span {
  transform: translate(0, 0);
}
a.btn_06-2:hover:after {
  transform: translate(0, 0);
}
@media all and (max-width: 1023px) {
  a.btn_06-2 {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  a.btn_06-2 {
    font-size: 16px;
  }
}

.btn.type03{ width: 100%; max-width: 340px; padding: 15px 10px; display: inline-block; text-align: center; letter-spacing: 0.1em; color: #fff; background-color: #32cd32; box-shadow: 0 5px 10px 0 rgba(0,0,0,.12), 0 3px 20px 0 rgba(0,0,0,.12), 0 5px 6px -2px rgba(0,0,0,.2); -webkit-tap-highlight-color: transparent; border-radius: 5px; }