div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
header {
  border-bottom: solid 4px #4b7bb5;
  padding: 10px;
}
body,
html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial,
    helvetica, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}
.copy {
  background-color: #fcfce7;
  border: solid 4px #4b7bb5;
  margin: 20px auto 0;
  max-width: 500px;
  padding: 20px 10px 0;
}

.tag__loading {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 35px auto 20px;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 111px;
  font-family: sans-serif;
  font-size: 15px;
  color: #64aee1;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 20px #64aee1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.tag__loading:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 5px solid #64aee1;
  border-right: 5px solid #64aee1;
  border-radius: 50%;
  animation: animateC 2s linear infinite;
}

@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(405deg);
  }
}

.tag__txt {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
}

.tag__name {
  display: block;
  margin: 10px auto;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fe0000;
  text-decoration: underline;
}

.tag__img {
  max-width: 300px;
  width: 60%;
  margin: 20px auto 0;
}

.tag__img img {
  width: 100%;
  vertical-align: top;
}

.tag__pt {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 20px auto;
  padding: 25px 12px 12px;
  border: 1px solid #fe0000;
}

.tag__pt--icon {
  position: absolute;
  top: -7px;
  left: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 26px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #fe0000;
}

.tag__pt--icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #b80117;
  border-width: 7px 0px 0px 5px;
}

.tag__pt--box {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}

.tag__read {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  color: #999999;
  text-align: center;
}

.tag__read a {
  color: #0000ed;
}
