@charset "UTF-8";
.sp-none {
  display: none; }

.pc-none {
  display: block; }

.pc-clear {
  display: inline; }

.sp-clear {
  display: block; }

/* フォントサイズ
------------------------------------------ */
body {
  font-size: 14px;
  line-height: 1.7em; }

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

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

.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: -7px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg); }

.arrow-large {
  padding-right: 26px; }
  .arrow-large::after {
    right: 8px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg); }

.wp-block-code {
  display: none; }
