@charset "UTF-8";
img, figure,
h1, h2, h3, h4, h5, h6,
dl, dd, dt, ul, li,
p {
  border: none;
  padding: 0;
  margin: 0; }

* {
  box-sizing: border-box; }

ul {
  list-style: none; }

iframe,
img {
  vertical-align: bottom; }

img {
  width: auto;
  height: auto; }

.sp-none {
  display: block; }

.pc-none {
  display: none; }

.pc-clear {
  display: block; }

/* フォントサイズ
------------------------------------------ */
body {
  font-size: 14px;
  line-height: 1.7em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

em {
  font-style: normal;
  font-weight: bold; }

a {
  text-decoration: none;
  color: #00a496; }
  a:hover {
    opacity: 0.5;
    transition: all 0.3s ease 0; }

h1, h2 {
  line-height: 1.5em; }

.exFont-bold {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 900;
  font-style: normal; }

.exFont-bold-eng {
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em; }

.arrow-mini {
  position: relative;
  display: inline-block;
  padding-right: 30px; }
  .arrow-mini::after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg); }
  .arrow-mini.wt::after {
    border-color: #fff; }

.arrow-large {
  position: relative;
  display: inline-block;
  padding-right: 40px; }
  .arrow-large::after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg); }
  .arrow-large.bold::after {
    border-top: 3px solid #000;
    border-right: 3px solid #000; }

.center {
  text-align: center; }

.wp-block-code {
  padding: 0 20px 20px 20px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 50px; }
  .wp-block-code::before {
    content: "HTMLソース";
    margin-bottom: 20px;
    background: #bbb;
    color: #fff;
    display: block; }
