/* ================== 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: #dbd8c9;
}

h2 {
  margin-top: 1em;
  line-height: 1.3;
}

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_black {
  color: #000000;
  font-size: 1.2em;
}

.color_orange {
  color: #f45100;
}

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

.highlight_purple {
  font-weight: bold;
  background: linear-gradient(transparent 0%, #d7c8ff 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 ---*/

button.primary {
  display: block;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 1em 2em;
  margin: 1em 0;
  border: none;
  border-radius: 10px;
  transition-duration: 0.3s;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
}

button.primary.blue {
  background-color: #0044bb;
}

button.primary.red {
  background-color: #bb0000;
}

button.primary.green {
  background-color: #00bb00;
}
