/* ================== common */
* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  color: #333;
  background-color: #ffe677;
}

h2 {
  font-size: 1.3rem;
  padding: 0.5em;
  color: #603b0a;
  background: #fffaf4;
  border-left: solid 5px #ffe677;
  font-weight: bold;
  margin-bottom: 1.3rem;
}

h3 {
  background-color: #00b6f1;
  color: #fff;
  margin-top: 1.4em;
  padding: 0.5em 0.7em;
  line-height: 1.4;
}

h4 {
  background-color: #372523;
  color: #fff;
  margin-top: 1.4em;
  padding: 0.5em 0.7em;
  line-height: 1.4;
}

p {
  margin-top: 1.6em 0;
  line-height: 2.2;
}

a {
  color: #00b6f1;
  text-decoration: underline;
}

img {
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.color_red {
  color: #d30a0a;
  font-size: 1.2em;
}

.color_brown {
  color: #603b0a;
  font-size: 1.2em;
}

.color_orange {
  color: #f45100;
}

.highlight_yellow {
  font-weight: bold;
  background: linear-gradient(transparent 0%, #ffe677 0%);
}

.highlight_blue {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #c8f8ff 0%);
}

.font_large {
  font-weight: bold;
  font-size: 1.3rem;
}

.notes {
  font-size: 0.8rem;
  white-space: pre-line;
  line-height: 1.5em;
  margin: 0;
}

.notes_right {
  font-size: 0.8rem;
  white-space: pre-line;
  line-height: 0.5em;
  margin-bottom: 5px;
  text-align: right;
}

.note_footer {
  font-size: 0.8rem;
  white-space: pre-line;
  line-height: 1em;
  margin: 0;
}

/* ------article ---*/
article {
  margin-left: auto;
  margin-right: auto;
}

/* ------header ---*/
header {
  width: 100%;
  background-color: #fff;
}

/* ------ content ---*/
.content {
  width: 100%;
  background-color: #fff;
  padding: 1em 0;
}

/* ------ main ---*/
.review {
  background-color: #003f8e;
  margin-top: 1.4em;
  padding: 0.1em 1.5em 3em 1.5em;
  border-radius: 10px;
}

.review .subhead {
  margin: 2.4em 0;
}

.review .subhead .profession {
  color: #fff;
  background: none;
  font-weight: bold;
}

.review .subhead .name {
  color: #ffeb40;
  background: none;
  font-weight: bold;
}

.review .box {
  padding: 0.5em 0.5em 0.5em;
  margin: 0.1em 0 0;
  background-color: #fff;
}

.review .box p {
  margin: 0;
}

/* ------ trial ---*/
#trial a.link_official {
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
  color: #0e398f;
}

/* ------ related ---*/
#related h3 {
  color: #000;
  border-bottom: #00b6f1 1px solid;
  background: none;
  padding-left: 0;
  margin-top: 0;
}

#related ul {
  margin: 0;
  padding: 0;
}

#related li {
  list-style: none;
  margin: 20px 0 20px 0;
  padding: 0;
}

#related li a {
  display: table;
}

#related li span {
  display: table-cell;
  vertical-align: middle;
}

#related a {
  color: #0e398f;
  text-decoration: underline;
}

/* ------ contact ---*/
.contact {
  margin-top: -0.5em;
  line-height: 1.4;
}

/* ------ commerce ---*/
.commerce {
  text-align: center;
  font-size: 0.9rem;
}

.commerce a {
  color: #000;
  text-decoration: none;
}

/* ------ footer ---*/
footer {
  font-style: normal;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 2.5em;
}

.cta_action a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.button_cta {
  overflow: hidden;
  text-transform: none;
  width: 100%;
  background-image: linear-gradient(to bottom, #f2d300, #e3ae0d);
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  position: relative;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #1a1510;
  border-bottom: 0.3rem solid #000;
  border-radius: 60px;
  border-right: none;
  border-top: none;
  border-left: none;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  width: 100%;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM,
    "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    sans-serif;
}

.button_cta:after {
  position: absolute;
  top: -200%;
  left: -150%;
  content: "";
  height: 500%;
  width: 70px;
  background: linear-gradient(
    590deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6) 60%,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0)
  );
  transform: rotate(60deg);
  animation: 1.4s shine infinite linear;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  80% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
