@charset "UTF-8";

/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

/* Remove margin, padding of all elements and set background-no-repeat as default */

* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */

[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #0266AC;
  text-decoration: none;
  transition: 0.3s all;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

:root {
  font-size: 62.5%;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.for-spTab {
  display: none !important;
}

.sp {
  display: none !important;
}

.section-container::after {
  clear: both;
  content: "";
  display: block;
}

.section-container {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container::after {
  clear: both;
  content: "";
  display: block;
}

.inner-container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.fade-v {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 1s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-v.is-active {
  opacity: 1;
  transform: translateY(0);
}

.is-bold {
  font-weight: bold;
}

.is-blue {
  color: #1078B9;
}

.btn-basic {
  width: 100%;
  background: #0266AC;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  padding: 20px 55px 18px 24px;
  position: relative;
  text-align: left;
}

.btn-basic::after {
  width: 8px;
  height: 13px;
  background: url(../img/icon/icon_arrow.svg) no-repeat 0 0/contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.btn-basic::before {
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}

.btn-basic:hover {
  background: #0266AC;
  box-shadow: none;
}

.btn-basic.is-red,
.btn-basic.is-red:hover {
  background: #E3212C;
}

.btn-basic.is-black,
.btn-basic.is-black:hover {
  background: #000;
}

.btn-basic.is-pink,
.btn-basic.is-pink:hover {
  background: #ff2ed9;
}

.card {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 30px 40px;
}

.card-img img {
  width: 100%;
}

.card-date,
.card-info {
  color: #707070;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 20px;
  vertical-align: middle;
}

.card-date {
  margin-right: 16px;
}

.card-contractDate,
.card-address {
  color: #707070;
  font-size: 1.8rem;
}

.card-contractDate {
  margin-top: 20px;
}

.card-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 10px;
}

.card-btn {
  width: 100%;
  max-width: 210px;
  float: right;
  margin-top: 24px;
}

.card-btn > a {
  font-size: 1.4rem;
  padding: 10px;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid::after {
  width: 48%;
  content: "";
  display: block;
}

.grid-col-2 {
  width: 48%;
}

.pager {
  margin-top: 80px;
  text-align: center;
}

.wp-pagenavi {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  display: inline-block;
  margin-right: 10px;
}

.wp-pagenavi > a {
  box-sizing: border-box;
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 16px;
  text-align: center;
}

.wp-pagenavi > a:hover {
  color: #72B66e;
}

.wp-pagenavi .current {
  box-sizing: border-box;
  color: #72B66e;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 16px;
  text-align: center;
  text-decoration: underline;
}

table {
  width: 100%;
  box-sizing: border-box;
}

.table-overflow {
  width: 100%;
}

.tableBase th,
.tableBase td {
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.tableBase th {
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  padding: 10px;
}

.tableBase td {
  padding: 25px;
}

.tableBase tbody tr:nth-child(even) td {
  background: #eee;
}

.title-base {
  background: none transparent;
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 0;
  text-align: left;
}

.title-base span {
  color: #EE1A2C;
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}

body {
  background: transparent !important;
  position: relative;
}

body::before {
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
}

.fanatecPage-inner {
  overflow-x: clip;
}

.fanatecPage {
  padding-bottom: 100px;
  position: relative;
}

.fanatecPage-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 120px;
  padding: 100px 0;
}

.fanatecPage-logo-item {
  width: 50%;
}

.fanatecPage-logo-item:first-child {
  max-width: 417px;
}

.fanatecPage-logo-item:nth-child(2) {
  max-width: 285px;
}

.fanatecPage-lead-subtitle {
  font-size: 2.6rem;
  text-align: center;
}

.fanatecPage-lead-title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.fanatecPage-lead-des {
  margin-top: 32px;
}

.fanatecPage-lead-des + .fanatecPage-lead-des {
  margin-top: 1em;
}

.fanatecPage-about {
  margin-top: 100px;
}

.fanatecPage-about-title {
  border-bottom: 3px solid #000;
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.fanatecPage-about-title.is-yellow {
  border-color: #F4F454;
}

.fanatecPage-about-title.is-blue {
  border-color: #0180C7;
}

.fanatecPage-about-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.fanatecPage-about-contents-img {
  width: 23%;
}

.fanatecPage-about-contents .is-right {
  width: 74%;
}

.fanatecPage-about-contents-list-item {
  box-sizing: border-box;
  color: #0180C7;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

.fanatecPage-about-contents-list-item + .fanatecPage-about-contents-list-item {
  margin-top: 2px;
}

.fanatecPage-about-contents-des {
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 16px;
  padding-left: 1em;
}

.fanatecPage-about-bnrs {
  margin-top: 64px;
}

.fanatecPage-about-bnrs-des {
  text-align: center;
}

.fanatecPage-about-bnrs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 40px;
}

.fanatecPage-about-bnrs-list-item {
  width: calc(50% - 20px);
  margin-top: 24px;
}

.fanatecPage-about-bnrs-list-item a {
  color: #000;
  display: block;
}

.fanatecPage-about-bnrs-list-item span {
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
  text-align: center;
}

.fanatecPage-detail {
  padding-top: 80px;
}

.fanatecPage-detail-title {
  width: 520px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.fanatecPage-detail-title::before,
.fanatecPage-detail-title::after {
  width: 10px;
  height: 37px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fanatecPage-detail-title::before {
  background: url(../img/page/dec_title_left.svg) no-repeat 0 0/contain;
  left: 0;
}

.fanatecPage-detail-title::after {
  background: url(../img/page/dec_title_right.svg) no-repeat 0 0/contain;
  right: 0;
}

.fanatecPage-detail-contents-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
  margin-top: 40px;
}

.fanatecPage-detail-contents {
  width: 48.5%;
  background: #000;
  border-radius: 10px;
  box-sizing: border-box;
  color: #000;
  padding: 30px;
}

.fanatecPage-detail-contents.is-yellow {
  background: #F2F293;
}

.fanatecPage-detail-contents.is-blue {
  background: #CAE8F8;
}

.fanatecPage-detail-contents-head {
  display: flex;
  flex-wrap: wrap;
}

.fanatecPage-detail-contents-head-num {
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  font-size: 3rem;
  line-height: 58px;
  margin-right: 20px;
  text-align: center;
}

.fanatecPage-detail-contents-head-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}

.fanatecPage-detail-contents-des {
  margin-top: 24px;
}

.fanatecPage-detail-contents-des + .fanatecPage-detail-contents-des {
  margin-top: 1em;
}

.fanatecPage-detail-contact {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 32px;
  text-align: center;
  text-decoration: underline;
}

.fanatecPage-vision {
  padding-top: 120px;
}

.fanatecPage-vision-titleSection {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px 0 30px;
  position: relative;
}

.fanatecPage-vision-titleSection::before {
  width: 100%;
  height: 60px;
  background: #F4F454;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.fanatecPage-vision-titleSection-title {
  width: 48%;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 48px;
}

.fanatecPage-vision-titleSection-title img {
  max-width: 252px;
  display: block;
}

.fanatecPage-vision-titleSection-img {
  width: 46%;
}

.fanatecPage-vision-des {
  font-size: 1.8rem;
  margin-top: 40px;
}

.fanatecPage-vision-bnr {
  margin-top: 48px;
}

.fanatecPage-vision-bnr a {
  display: block;
}

.mw_wp_form_confirm .topPage-contact-form-btn::after {
  clear: both;
  content: "";
  display: block;
}

.mw_wp_form_confirm .topPage-contact-form-btn input {
  width: 48%;
  border: 1px solid #000;
  box-sizing: border-box;
  float: left;
}

.mw_wp_form_confirm .topPage-contact-form-btn input.is-back {
  background: #000;
  color: #fff;
}

.mw_wp_form_confirm .topPage-contact-form-btn input + input {
  margin-left: 4%;
}

.alignright {
  float: right;
  margin: 0 0 20px 40px;
}

.alignleft {
  float: left;
  margin: 0 40px 20px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.post-content {
  width: 100%;
  margin: 30px auto 0;
}

.post-content h2 {
  border-bottom: 1px solid #0266AC;
  color: #0266AC;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 40px;
  padding-bottom: 5px;
}

.post-content h3 {
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 5px solid #0266AC;
  margin-top: 40px;
  padding-left: 10px;
}

.post-content h4 {
  color: #333;
  font-weight: bold;
  margin-top: 40px;
}

.post-content h5 {
  font-weight: bold;
  margin-top: 40px;
}

.post-content p {
  margin-top: 20px;
}

.post-content img {
  max-width: 100%;
  height: auto !important;
}

.post-content a:link,
.post-content a:visited,
.post-content a:hover,
.post-content a:active {
  color: #0266AC !important;
}

.post-content em {
  color: #666;
  display: block;
  font-size: 1.4rem;
  font-style: normal;
  margin-top: 10px;
}

.post-content strong {
  font-weight: bold;
}

.post-content ul,
.post-content ol {
  margin-top: 20px;
}

.post-content ul li,
.post-content ol li {
  word-wrap: break-word;
}

.post-content ul li ul,
.post-content ul li ol,
.post-content ol li ul,
.post-content ol li ol {
  margin-top: 0;
}

.post-content ul li {
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}

.post-content ul li:before {
  width: 7px;
  height: 3px;
  background: #0266AC;
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
}

.post-content ul li ul li {
  list-style: circle;
}

.post-content ul li ol li {
  list-style-type: decimal;
}

.post-content ol {
  padding-left: 2rem;
}

.post-content ol li {
  list-style-type: decimal;
}

.post-content ol ul li {
  list-style: circle;
}

.post-content blockquote {
  margin: 1em 40px;
}

.post-content del {
  color: #0266AC;
}

.post-content table {
  width: 100%;
  margin-top: 30px;
}

.post-content table th,
.post-content table td {
  border: 1px solid #7d7d7d;
  box-sizing: border-box;
  padding: 15px;
}

.post-content table th {
  width: 25%;
  background: #faf8f4;
  font-weight: normal;
  text-align: left;
}

@media (max-width: 979px) {
  body {
    font-size: 1.5rem;
  }

  .for-pcOnly {
    display: none !important;
  }

  .for-spTab {
    display: block !important;
  }

  .sp-container {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .card-title {
    font-size: 1.8rem;
  }

  .fanatecPage-logo {
    gap: 0 60px;
  }

  .fanatecPage-logo-item {
    width: 40%;
  }

  .fanatecPage-lead-subtitle {
    font-size: 2rem;
  }

  .fanatecPage-lead-title {
    font-size: 2.8rem;
  }

  .fanatecPage-about-title {
    font-size: 2.8rem;
  }

  .fanatecPage-about-bnrs-list {
    gap: 0 20px;
  }

  .fanatecPage-about-bnrs-list-item {
    width: calc(50% - 10px);
  }

  .fanatecPage-detail-contents {
    padding: 20px;
  }

  .fanatecPage-detail-contents-head-num {
    width: 45px;
    height: 45px;
    font-size: 2.1rem;
    line-height: 43px;
  }

  .fanatecPage-detail-contents-head-title {
    width: calc(100% - 80px);
    font-size: 1.7rem;
  }

  .fanatecPage-detail-contact {
    font-size: 2rem;
  }

  .fanatecPage-vision-titleSection::before {
    height: 40px;
  }

  .fanatecPage-vision-titleSection-title {
    width: 55%;
    font-size: 2.6rem;
    margin-top: 0;
  }

  .fanatecPage-vision-titleSection-img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .btn-basic {
    font-size: 1.4rem;
    padding: 20px;
  }

  .card-contractDate,
  .card-address {
    font-size: 1.4rem;
  }

  .card-title {
    font-size: 1.6rem;
  }

  .card-btn {
    max-width: none;
    float: none;
  }

  .grid-col-2 {
    width: 100%;
  }

  .table-overflow > table {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .table-overflow > table::-webkit-scrollbar {
    height: 5px;
    background: #ccc;
  }

  .table-overflow > table::-webkit-scrollbar:horizontal {
    height: 5px;
  }

  .table-overflow > table::-webkit-scrollbar-button {
    width: 5px;
    height: 5px;
    background: #666;
  }

  .table-overflow > table::-webkit-scrollbar-piece {
    background: #ccc;
  }

  .table-overflow > table::-webkit-scrollbar-thumb {
    background: #666;
  }

  .table-overflow > table::-webkit-scrollbar-corner {
    background: #333;
  }

  .tableBase th {
    font-size: 1.6rem;
    padding: 6px;
  }

  .tableBase td {
    padding: 10px;
  }

  .title-base {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  .title-base span {
    font-size: 1.6rem;
  }

  .fanatecPage {
    padding-bottom: 50px;
  }

  .fanatecPage-logo {
    gap: 48px 0;
    padding: 80px 0 60px;
  }

  .fanatecPage-logo-item {
    width: 100%;
  }

  .fanatecPage-logo-item:nth-child(2) {
    width: 70%;
  }

  .fanatecPage-lead-subtitle {
    line-height: 1.4;
    font-size: 1.8rem;
  }

  .fanatecPage-lead-title {
    font-size: 2.4rem;
    margin-top: 10px;
  }

  .fanatecPage-lead-des {
    font-size: 1.6rem;
    margin-top: 24px;
  }

  .fanatecPage-about {
    margin-top: 60px;
  }

  .fanatecPage-about-title {
    font-size: 2.4rem;
    line-height: 1.4;
    padding-bottom: 5px;
  }

  .fanatecPage-about-contents {
    margin-top: 24px;
  }

  .fanatecPage-about-contents-img {
    width: 100%;
  }

  .fanatecPage-about-contents-img img {
    width: 100%;
  }

  .fanatecPage-about-contents .is-right {
    width: 100%;
    margin-top: 24px;
  }

  .fanatecPage-about-contents-list-item {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .fanatecPage-about-contents-list-item + .fanatecPage-about-contents-list-item {
    margin-top: 10px;
  }

  .fanatecPage-about-contents-des {
    font-size: 1.6rem;
    padding-left: 0;
  }

  .fanatecPage-about-bnrs {
    margin-top: 40px;
  }

  .fanatecPage-about-bnrs-list {
    gap: 8px 0;
  }

  .fanatecPage-about-bnrs-list-item {
    width: 100%;
    margin-top: 16px;
  }

  .fanatecPage-about-bnrs-list-item span {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .fanatecPage-detail {
    padding-top: 48px;
  }

  .fanatecPage-detail-title {
    width: 100%;
    font-size: 1.8rem;
  }

  .fanatecPage-detail-contents-wrap {
    gap: 24px 0;
    margin-top: 32px;
  }

  .fanatecPage-detail-contents {
    width: 100%;
  }

  .fanatecPage-detail-contents-head-num {
    margin-right: 15px;
  }

  .fanatecPage-detail-contents-head-title {
    font-size: 1.8rem;
  }

  .fanatecPage-detail-contents-des {
    margin-top: 16px;
  }

  .fanatecPage-detail-contact {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 24px;
  }

  .fanatecPage-vision {
    padding-top: 60px;
  }

  .fanatecPage-vision-titleSection {
    padding: 0 10%;
  }

  .fanatecPage-vision-titleSection::before {
    display: none;
  }

  .fanatecPage-vision-titleSection-title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 auto;
    position: relative;
  }

  .fanatecPage-vision-titleSection-title img {
    padding-bottom: 8px;
  }

  .fanatecPage-vision-titleSection-title::before {
    width: 200%;
    height: 52%;
    background: #F4F454;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .fanatecPage-vision-titleSection-img {
    width: 100%;
    margin-top: 32px;
  }

  .fanatecPage-vision-des {
    font-size: 1.6rem;
    margin-top: 24px;
  }

  .fanatecPage-vision-bnr {
    margin-top: 24px;
  }

  .mw_wp_form_confirm .topPage-contact-form-btn input {
    width: 100%;
    float: none;
  }

  .mw_wp_form_confirm .topPage-contact-form-btn input + input {
    margin-top: 16px;
    margin-left: 0;
  }

  .alignright {
    max-width: 40%;
    margin: 0 0 20px 20px;
  }

  .alignleft {
    max-width: 40%;
    margin: 0 20px 20px 0;
  }

  .post-content {
    margin-top: 20px;
  }

  .post-content h2 {
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .post-content h3 {
    font-size: 1.6rem;
    margin-top: 30px;
    padding-left: 10px;
  }

  .post-content h4 {
    margin-top: 30px;
  }

  .post-content h5 {
    margin-top: 30px;
  }

  .post-content img {
    width: 100%;
  }

  .post-content em {
    font-size: 1.2rem;
  }

  .post-content table th {
    width: 40%;
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}