.body {
  background-color: #dddddd;
  font-size: 13px;
}

.box {
  position: relative;
  width: 710px;
  padding: 50px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2),
    inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
  line-height: 1.5em;
}

.box:before,
.box:after {
  position: absolute;
  width: 40%;
  height: 10px;
  content: " ";
  left: 12px;
  bottom: 12px;
  background: transparent;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -moz-transform: skew(-5deg) rotate(-5deg);
  -ms-transform: skew(-5deg) rotate(-5deg);
  -o-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-5deg) rotate(-5deg);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.box:after {
  left: auto;
  right: 12px;
  -webkit-transform: skew(5deg) rotate(5deg);
  -moz-transform: skew(5deg) rotate(5deg);
  -ms-transform: skew(5deg) rotate(5deg);
  -o-transform: skew(5deg) rotate(5deg);
  transform: skew(5deg) rotate(5deg);
}

.title {
  font-weight: bold;
  margin: 1em;
  text-align: center;
  font-size: 13pt;
}

.center {
  text-align: center;
}

.logo {
  margin: 0 0 30px 0;
}

.bold {
  font-weight: bold;
}

.red {
  color: #bb0000;
}

.gray {
  color: #999999;
}

.right {
  text-align: right;
}

.annai {
  border-top: 1px dashed #555555; /* 上側の1本線 */
  border-bottom: 1px dashed #555555; /* 下側の1本線 */
}

.gray a:link {
  color: #999999;
}
.gray a:visited {
  color: #999999;
}
.gray a:hover {
  color: #999999;
}
.gray a:active {
  color: #999999;
}

.blue {
  color: #000099;
}

.detail {
  margin: 0;
}

.tableTitle1 {
  background-color: #99ccff;
  text-align: center;
}

.tableDetailCenter1 {
  background-color: #ffffff;
  text-align: center;
}

.tableDetailLeft1 {
  background-color: #ffffff;
  text-align: left;
}

.blue2 {
  color: #0075c8;
}

.right1 {
  text-align: right;
}

ul,
ol {
  list-style: none;
  background: #fffcf4;
  border-radius: 8px; /*角の丸み*/
  box-shadow: 0px 0px 5px silver; /*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
}
ul li,
ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}

.button {
  margin: 5px 10px 5px 10px;
  padding: 3px 10px 5px 10px;
  display: inline-block;
  width: 450px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  background-color: #1abc9c;
  border-radius: 4px;
  color: #fff;
  line-height: 52px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #0e8c73;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 13pt;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  background-color: #31c8aa;
  box-shadow: 0 3px 0 #23a188;
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  background-color: #31c8aa;
  box-shadow: 0 3px 0 #23a188;
}
.button:active {
  top: 3px;
  box-shadow: none;
}

.bold1 {
  font-weight: bold;
  font-size: 13pt;
}

/* ボタン */
a.btn_26 {
  font-size: 13pt;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 250px;
  margin: auto;
  padding: 1rem 1rem;
  border-radius: 100vw;
  color: #fff;
  background: #27acd9;
}
a.btn_26:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: shad26 1.5s infinite;
  color: #fff;
}
@keyframes shad26 {
  0% {
    box-shadow: 0 0 0 0 #27acd9;
  }
  70% {
    box-shadow: 0 0 0 10px rgb(39 172 217 / 0%);
  }
  100% {
    box-shadow: 0 0 0 0 rgb(39 172 217 / 0%);
  }
}
