@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*------- color -------*/ /*------- mixin -------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* margin: 0.67em 0; */
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  display: none;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* 追記 2018.07.26〜
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  padding: 0;
  margin: 0;
  /* iPhoneで選択部分背景が黒半透明になることと、ポートレートからランドスケープにしたときに文字サイズが大きくなることをリセット */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  /* 全てのデフォルトUIをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  /*IE10以上矢印消去*/
  display: none !important;
}

/* Chromeで縮小表示した画像がボケるのを防止 */
img {
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* ========================================================================== */
/* 数値input スピンボタン非表示 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* ========================================================================== */
/* 文字詰め */
/* ========================================================================== */
main,
picture {
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
}

/* ========================================================================== */
ul {
  padding-inline: 0;
  margin-inline: 0;
  margin-block: 0;
}

/* 〜2022.08.18 追記
   ========================================================================== */
body {
  -webkit-touch-callout: none;
}

/* ==========================================================================
   fonts
========================================================================== */
/* ==========================================================================
   responsive
========================================================================== */
@media all and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media not all and (min-width: 769px) {
  .pc {
    display: none !important;
  }
}
/* ==========================================================================
   common
========================================================================== */
body {
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 14px;
  line-height: 1.7;
  width: 100%;
  height: 100vh;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fffcfc;
}
body > main {
  height: 100%;
}

a {
  text-decoration: none;
  color: #333;
}
a[href^="tel:"].disabled {
  cursor: default;
}

button {
  background: none;
  border: none;
}

.container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

/* ==========================================================================
   Layout
========================================================================== */
/* ==========================================================================
   header
========================================================================== */
.header h1 {
  text-align: center;
  font-size: 24px;
  line-height: 80px;
}
@media not all and (min-width: 769px) {
  .header h1 {
    font-size: 12px;
    line-height: 40px;
  }
}
.header__nav {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.header__nav__menu {
  display: table-row;
}
.header__nav__menu__item {
  display: table-cell;
  vertical-align: bottom;
}
.header__nav__menu__item a {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 3px 10px;
  font-size: 24px;
  background-color: #eee;
  color: #999;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media not all and (min-width: 769px) {
  .header__nav__menu__item a {
    font-size: 18px;
  }
}
.header__nav__menu__item:nth-child(n+2) {
  border-left: 1px solid #fff;
}
.header__nav__menu__item.active a {
  padding: 7px 10px;
  background-color: #5ba8ea;
  color: #fff;
  pointer-events: none;
}
@media not all and (min-width: 769px) {
  .header__nav__menu__item.active a {
    padding: 5px 10px;
  }
}
.header__nav__menu__item.active.chihaya a {
  background-color: #db7471;
}
.header__nav__menu__item.active.mikoto a {
  background-color: #5ba8ea;
}
.header__nav__menu__item.active.senri a {
  background-color: #71db9c;
}
.header__nav__menu__item.chihaya a:hover {
  background-color: #db7471;
  color: #fff;
}
.header__nav__menu__item.mikoto a:hover {
  background-color: #5ba8ea;
  color: #fff;
}
.header__nav__menu__item.senri a:hover {
  background-color: #71db9c;
  color: #fff;
}

/* ==========================================================================
   footer
========================================================================== */
.footer {
  padding: 20px 0;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__copyright {
  font-size: 12px;
}
@media not all and (min-width: 769px) {
  .footer__copyright {
    font-size: 10px;
  }
} /* ==========================================================================
   Component
========================================================================== */
/* ==========================================================================
   共通Class
========================================================================== */
.container {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
}

.nobr {
  white-space: nowrap;
}

/* ==========================================================================
   Slick
========================================================================== */
.slick-slider {
  opacity: 0;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

/* ==========================================================================
   アニメーション
========================================================================== */
.fadeIn_item.offs, .offs .fadeIn_item {
  opacity: 0;
}
.fadeIn_item.ons, .ons .fadeIn_item {
  opacity: 1;
  -webkit-transition: all 1.2s cubic-bezier(0, 0, 0.13, 0.79);
  transition: all 1.2s cubic-bezier(0, 0, 0.13, 0.79);
}
.fadeIn_item.img_blur.offs, .offs .fadeIn_item.img_blur {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.fadeIn_item.img_blur.ons, .ons .fadeIn_item.img_blur {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fadeIn_item.bottom-up.offs, .offs .fadeIn_item.bottom-up {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}
.fadeIn_item.bottom-up.ons, .ons .fadeIn_item.bottom-up {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  /* transition: all 1.2s cubic-bezier(0, 0, 0.13, 0.79); */
}

@media not all and (min-width: 769px) {
  .touch {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .touch.touching {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media (-ms-high-contrast: none\0 ), (prefers-reduced-motion: reduce) {
  *,
::before,
::after {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
  .fadeIn_item {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-filter: none !important;
            filter: none !important;
  }
}
/* ==========================================================================
   投稿エディタ
========================================================================== */
.post_content p {
  margin: 2em 0;
}
.post_content p::after {
  content: "";
  display: block;
  clear: both;
}
.post_content a {
  text-decoration: underline;
}
.post_content a.icon-blank {
  padding-right: 20px;
}
.post_content a.icon-blank span {
  text-decoration: underline;
}
.post_content a.icon-blank span::before, .post_content a.icon-blank span::after {
  left: calc(100% + 5px);
}
.post_content a:hover {
  text-decoration: none;
}
.post_content a:hover.icon-blank span {
  text-decoration: none;
}
.post_content img.alignnone, .post_content img.alignleft, .post_content img.alignright, .post_content img.aligncenter {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media not all and (min-width: 769px) {
  .post_content img.alignnone, .post_content img.alignleft, .post_content img.alignright, .post_content img.aligncenter {
    display: block;
    width: 100%;
  }
}
.post_content img.alignleft {
  float: left;
  margin: 0 0.5em 1em 0;
}
@media not all and (min-width: 769px) {
  .post_content img.alignleft {
    float: none;
    margin: 1em 0;
  }
}
.post_content img.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
}
@media not all and (min-width: 769px) {
  .post_content img.alignright {
    float: none;
    margin: 1em 0;
  }
}
.post_content img.aligncenter {
  display: block;
  margin: 1em auto;
}
@media not all and (min-width: 769px) {
  .post_content img.aligncenter {
    margin: 1em 0;
  }
}
.post_content strong, .post_content b {
  font-weight: bold;
}
.post_content h1 {
  font-size: 46px;
}
@media not all and (min-width: 769px) {
  .post_content h1 {
    font-size: 34px;
  }
}
.post_content h2 {
  font-size: 26px;
}
@media not all and (min-width: 769px) {
  .post_content h2 {
    font-size: 24px;
  }
}
.post_content h3 {
  font-size: 26px;
}
@media not all and (min-width: 769px) {
  .post_content h3 {
    font-size: 24px;
  }
}
.post_content h4 {
  font-size: 20px;
}
.post_content h5 {
  font-size: 18px;
}
.post_content h6 {
  font-size: 16px;
}
.post_content ul {
  clear: both;
}
.post_content ul li {
  padding-left: 1em;
  position: relative;
}
.post_content ul li:nth-child(n+2) {
  margin-top: 5px;
}
.post_content ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.post_content ul.abc {
  counter-reset: item 0;
}
.post_content ul.abc li::before {
  content: counter(item, upper-alpha) ".";
  counter-increment: item 1;
  width: auto;
  height: auto;
  background: none;
  top: 0;
}
.post_content ol {
  counter-reset: item 0;
  clear: both;
}
.post_content ol li {
  padding-left: 1em;
  position: relative;
}
.post_content ol li::before {
  content: counter(item) ".";
  counter-increment: item 1;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.post_content table tr th, .post_content table tr td {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  padding: 20px 0 25px;
}
.post_content table tr th:not(:last-child), .post_content table tr td:not(:last-child) {
  padding-right: 20px;
}
.post_content table tr th:nth-child(n+2), .post_content table tr td:nth-child(n+2) {
  padding-left: 20px;
}
.post_content blockquote {
  padding: 20px 0 0 30px;
  position: relative;
}
@media not all and (min-width: 769px) {
  .post_content blockquote {
    padding: 10px 0 0 15px;
  }
}
.post_content blockquote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  line-height: 1;
  font-family: "Rockwell", serif;
}
@media not all and (min-width: 769px) {
  .post_content blockquote::before {
    font-size: 20px;
  }
}
.post_content blockquote > *:first-child {
  margin-top: 0;
}
.post_content hr {
  margin: 2em 0;
}

/* ==========================================================================
   wp-pagenavi
========================================================================== */
.wp-pagenavi {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .wp-pagenavi a.page {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* ==========================================================================
   MW WP Form
========================================================================== */
.mw_wp_form.mw_wp_form_input .hide_input {
  display: none !important;
}
.mw_wp_form.mw_wp_form_confirm .hide_conf {
  display: none !important;
}

/* ==========================================================================
   スタイルclass
========================================================================== */
.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.w0p {
  width: 0% !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.w5p {
  width: 5% !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.w10p {
  width: 10% !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.w15p {
  width: 15% !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.w20p {
  width: 20% !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.w25p {
  width: 25% !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.w30p {
  width: 30% !important;
}

.m70 {
  margin: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.w35p {
  width: 35% !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.w40p {
  width: 40% !important;
}

.m90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.w45p {
  width: 45% !important;
}

.m100 {
  margin: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.w50p {
  width: 50% !important;
}

.m110 {
  margin: 110px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.p110 {
  padding: 110px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.w55p {
  width: 55% !important;
}

.m120 {
  margin: 120px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.p120 {
  padding: 120px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.w60p {
  width: 60% !important;
}

.m130 {
  margin: 130px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.p130 {
  padding: 130px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.w65p {
  width: 65% !important;
}

.m140 {
  margin: 140px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.p140 {
  padding: 140px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.w70p {
  width: 70% !important;
}

.m150 {
  margin: 150px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.p150 {
  padding: 150px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.w75p {
  width: 75% !important;
}

.m160 {
  margin: 160px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.p160 {
  padding: 160px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.w80p {
  width: 80% !important;
}

.m170 {
  margin: 170px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.p170 {
  padding: 170px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.w85p {
  width: 85% !important;
}

.m180 {
  margin: 180px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.p180 {
  padding: 180px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.w90p {
  width: 90% !important;
}

.m190 {
  margin: 190px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.p190 {
  padding: 190px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.w95p {
  width: 95% !important;
}

.m200 {
  margin: 200px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.p200 {
  padding: 200px !important;
}

.pt200 {
  padding-top: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.w100p {
  width: 100% !important;
}

.w0 {
  width: 0px !important;
}

.h0 {
  height: 0px !important;
}

.w10 {
  width: 10px !important;
}

.h10 {
  height: 10px !important;
}

.w20 {
  width: 20px !important;
}

.h20 {
  height: 20px !important;
}

.w30 {
  width: 30px !important;
}

.h30 {
  height: 30px !important;
}

.w40 {
  width: 40px !important;
}

.h40 {
  height: 40px !important;
}

.w50 {
  width: 50px !important;
}

.h50 {
  height: 50px !important;
}

.w60 {
  width: 60px !important;
}

.h60 {
  height: 60px !important;
}

.w70 {
  width: 70px !important;
}

.h70 {
  height: 70px !important;
}

.w80 {
  width: 80px !important;
}

.h80 {
  height: 80px !important;
}

.w90 {
  width: 90px !important;
}

.h90 {
  height: 90px !important;
}

.w100 {
  width: 100px !important;
}

.h100 {
  height: 100px !important;
}

.w110 {
  width: 110px !important;
}

.h110 {
  height: 110px !important;
}

.w120 {
  width: 120px !important;
}

.h120 {
  height: 120px !important;
}

.w130 {
  width: 130px !important;
}

.h130 {
  height: 130px !important;
}

.w140 {
  width: 140px !important;
}

.h140 {
  height: 140px !important;
}

.w150 {
  width: 150px !important;
}

.h150 {
  height: 150px !important;
}

.w160 {
  width: 160px !important;
}

.h160 {
  height: 160px !important;
}

.w170 {
  width: 170px !important;
}

.h170 {
  height: 170px !important;
}

.w180 {
  width: 180px !important;
}

.h180 {
  height: 180px !important;
}

.w190 {
  width: 190px !important;
}

.h190 {
  height: 190px !important;
}

.w200 {
  width: 200px !important;
}

.h200 {
  height: 200px !important;
}

.w210 {
  width: 210px !important;
}

.h210 {
  height: 210px !important;
}

.w220 {
  width: 220px !important;
}

.h220 {
  height: 220px !important;
}

.w230 {
  width: 230px !important;
}

.h230 {
  height: 230px !important;
}

.w240 {
  width: 240px !important;
}

.h240 {
  height: 240px !important;
}

.w250 {
  width: 250px !important;
}

.h250 {
  height: 250px !important;
}

.w260 {
  width: 260px !important;
}

.h260 {
  height: 260px !important;
}

.w270 {
  width: 270px !important;
}

.h270 {
  height: 270px !important;
}

.w280 {
  width: 280px !important;
}

.h280 {
  height: 280px !important;
}

.w290 {
  width: 290px !important;
}

.h290 {
  height: 290px !important;
}

.w300 {
  width: 300px !important;
}

.h300 {
  height: 300px !important;
}

.w310 {
  width: 310px !important;
}

.h310 {
  height: 310px !important;
}

.w320 {
  width: 320px !important;
}

.h320 {
  height: 320px !important;
}

.w330 {
  width: 330px !important;
}

.h330 {
  height: 330px !important;
}

.w340 {
  width: 340px !important;
}

.h340 {
  height: 340px !important;
}

.w350 {
  width: 350px !important;
}

.h350 {
  height: 350px !important;
}

.w360 {
  width: 360px !important;
}

.h360 {
  height: 360px !important;
}

.w370 {
  width: 370px !important;
}

.h370 {
  height: 370px !important;
}

.w380 {
  width: 380px !important;
}

.h380 {
  height: 380px !important;
}

.w390 {
  width: 390px !important;
}

.h390 {
  height: 390px !important;
}

.w400 {
  width: 400px !important;
}

.h400 {
  height: 400px !important;
}

.w410 {
  width: 410px !important;
}

.h410 {
  height: 410px !important;
}

.w420 {
  width: 420px !important;
}

.h420 {
  height: 420px !important;
}

.w430 {
  width: 430px !important;
}

.h430 {
  height: 430px !important;
}

.w440 {
  width: 440px !important;
}

.h440 {
  height: 440px !important;
}

.w450 {
  width: 450px !important;
}

.h450 {
  height: 450px !important;
}

.w460 {
  width: 460px !important;
}

.h460 {
  height: 460px !important;
}

.w470 {
  width: 470px !important;
}

.h470 {
  height: 470px !important;
}

.w480 {
  width: 480px !important;
}

.h480 {
  height: 480px !important;
}

.w490 {
  width: 490px !important;
}

.h490 {
  height: 490px !important;
}

.w500 {
  width: 500px !important;
}

.h500 {
  height: 500px !important;
}

.w510 {
  width: 510px !important;
}

.h510 {
  height: 510px !important;
}

.w520 {
  width: 520px !important;
}

.h520 {
  height: 520px !important;
}

.w530 {
  width: 530px !important;
}

.h530 {
  height: 530px !important;
}

.w540 {
  width: 540px !important;
}

.h540 {
  height: 540px !important;
}

.w550 {
  width: 550px !important;
}

.h550 {
  height: 550px !important;
}

.w560 {
  width: 560px !important;
}

.h560 {
  height: 560px !important;
}

.w570 {
  width: 570px !important;
}

.h570 {
  height: 570px !important;
}

.w580 {
  width: 580px !important;
}

.h580 {
  height: 580px !important;
}

.w590 {
  width: 590px !important;
}

.h590 {
  height: 590px !important;
}

.w600 {
  width: 600px !important;
}

.h600 {
  height: 600px !important;
}

.w610 {
  width: 610px !important;
}

.h610 {
  height: 610px !important;
}

.w620 {
  width: 620px !important;
}

.h620 {
  height: 620px !important;
}

.w630 {
  width: 630px !important;
}

.h630 {
  height: 630px !important;
}

.w640 {
  width: 640px !important;
}

.h640 {
  height: 640px !important;
}

.w650 {
  width: 650px !important;
}

.h650 {
  height: 650px !important;
}

.w660 {
  width: 660px !important;
}

.h660 {
  height: 660px !important;
}

.w670 {
  width: 670px !important;
}

.h670 {
  height: 670px !important;
}

.w680 {
  width: 680px !important;
}

.h680 {
  height: 680px !important;
}

.w690 {
  width: 690px !important;
}

.h690 {
  height: 690px !important;
}

.w700 {
  width: 700px !important;
}

.h700 {
  height: 700px !important;
}

.w710 {
  width: 710px !important;
}

.h710 {
  height: 710px !important;
}

.w720 {
  width: 720px !important;
}

.h720 {
  height: 720px !important;
}

.w730 {
  width: 730px !important;
}

.h730 {
  height: 730px !important;
}

.w740 {
  width: 740px !important;
}

.h740 {
  height: 740px !important;
}

.w750 {
  width: 750px !important;
}

.h750 {
  height: 750px !important;
}

.w760 {
  width: 760px !important;
}

.h760 {
  height: 760px !important;
}

.w770 {
  width: 770px !important;
}

.h770 {
  height: 770px !important;
}

.w780 {
  width: 780px !important;
}

.h780 {
  height: 780px !important;
}

.w790 {
  width: 790px !important;
}

.h790 {
  height: 790px !important;
}

.w800 {
  width: 800px !important;
}

.h800 {
  height: 800px !important;
}

.w810 {
  width: 810px !important;
}

.h810 {
  height: 810px !important;
}

.w820 {
  width: 820px !important;
}

.h820 {
  height: 820px !important;
}

.w830 {
  width: 830px !important;
}

.h830 {
  height: 830px !important;
}

.w840 {
  width: 840px !important;
}

.h840 {
  height: 840px !important;
}

.w850 {
  width: 850px !important;
}

.h850 {
  height: 850px !important;
}

.w860 {
  width: 860px !important;
}

.h860 {
  height: 860px !important;
}

.w870 {
  width: 870px !important;
}

.h870 {
  height: 870px !important;
}

.w880 {
  width: 880px !important;
}

.h880 {
  height: 880px !important;
}

.w890 {
  width: 890px !important;
}

.h890 {
  height: 890px !important;
}

.w900 {
  width: 900px !important;
}

.h900 {
  height: 900px !important;
}

.w910 {
  width: 910px !important;
}

.h910 {
  height: 910px !important;
}

.w920 {
  width: 920px !important;
}

.h920 {
  height: 920px !important;
}

.w930 {
  width: 930px !important;
}

.h930 {
  height: 930px !important;
}

.w940 {
  width: 940px !important;
}

.h940 {
  height: 940px !important;
}

.w950 {
  width: 950px !important;
}

.h950 {
  height: 950px !important;
}

.w960 {
  width: 960px !important;
}

.h960 {
  height: 960px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz41 {
  font-size: 41px !important;
}

.fz42 {
  font-size: 42px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz44 {
  font-size: 44px !important;
}

.fz45 {
  font-size: 45px !important;
}

.fz46 {
  font-size: 46px !important;
}

.fz47 {
  font-size: 47px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz49 {
  font-size: 49px !important;
}

.fz50 {
  font-size: 50px !important;
}

@media not all and (min-width: 769px) {
  .sp_m0 {
    margin: 0px !important;
  }
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_ml0 {
    margin-left: 0px !important;
  }
  .sp_mr0 {
    margin-right: 0px !important;
  }
  .sp_p0 {
    padding: 0px !important;
  }
  .sp_pt0 {
    padding-top: 0px !important;
  }
  .sp_pl0 {
    padding-left: 0px !important;
  }
  .sp_pr0 {
    padding-right: 0px !important;
  }
  .sp_pb0 {
    padding-bottom: 0px !important;
  }
  .sp_w0p {
    width: 0% !important;
  }
  .sp_m10 {
    margin: 10px !important;
  }
  .sp_mt10 {
    margin-top: 10px !important;
  }
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
  .sp_ml10 {
    margin-left: 10px !important;
  }
  .sp_mr10 {
    margin-right: 10px !important;
  }
  .sp_p10 {
    padding: 10px !important;
  }
  .sp_pt10 {
    padding-top: 10px !important;
  }
  .sp_pl10 {
    padding-left: 10px !important;
  }
  .sp_pr10 {
    padding-right: 10px !important;
  }
  .sp_pb10 {
    padding-bottom: 10px !important;
  }
  .sp_w5p {
    width: 5% !important;
  }
  .sp_m20 {
    margin: 20px !important;
  }
  .sp_mt20 {
    margin-top: 20px !important;
  }
  .sp_mb20 {
    margin-bottom: 20px !important;
  }
  .sp_ml20 {
    margin-left: 20px !important;
  }
  .sp_mr20 {
    margin-right: 20px !important;
  }
  .sp_p20 {
    padding: 20px !important;
  }
  .sp_pt20 {
    padding-top: 20px !important;
  }
  .sp_pl20 {
    padding-left: 20px !important;
  }
  .sp_pr20 {
    padding-right: 20px !important;
  }
  .sp_pb20 {
    padding-bottom: 20px !important;
  }
  .sp_w10p {
    width: 10% !important;
  }
  .sp_m30 {
    margin: 30px !important;
  }
  .sp_mt30 {
    margin-top: 30px !important;
  }
  .sp_mb30 {
    margin-bottom: 30px !important;
  }
  .sp_ml30 {
    margin-left: 30px !important;
  }
  .sp_mr30 {
    margin-right: 30px !important;
  }
  .sp_p30 {
    padding: 30px !important;
  }
  .sp_pt30 {
    padding-top: 30px !important;
  }
  .sp_pl30 {
    padding-left: 30px !important;
  }
  .sp_pr30 {
    padding-right: 30px !important;
  }
  .sp_pb30 {
    padding-bottom: 30px !important;
  }
  .sp_w15p {
    width: 15% !important;
  }
  .sp_m40 {
    margin: 40px !important;
  }
  .sp_mt40 {
    margin-top: 40px !important;
  }
  .sp_mb40 {
    margin-bottom: 40px !important;
  }
  .sp_ml40 {
    margin-left: 40px !important;
  }
  .sp_mr40 {
    margin-right: 40px !important;
  }
  .sp_p40 {
    padding: 40px !important;
  }
  .sp_pt40 {
    padding-top: 40px !important;
  }
  .sp_pl40 {
    padding-left: 40px !important;
  }
  .sp_pr40 {
    padding-right: 40px !important;
  }
  .sp_pb40 {
    padding-bottom: 40px !important;
  }
  .sp_w20p {
    width: 20% !important;
  }
  .sp_m50 {
    margin: 50px !important;
  }
  .sp_mt50 {
    margin-top: 50px !important;
  }
  .sp_mb50 {
    margin-bottom: 50px !important;
  }
  .sp_ml50 {
    margin-left: 50px !important;
  }
  .sp_mr50 {
    margin-right: 50px !important;
  }
  .sp_p50 {
    padding: 50px !important;
  }
  .sp_pt50 {
    padding-top: 50px !important;
  }
  .sp_pl50 {
    padding-left: 50px !important;
  }
  .sp_pr50 {
    padding-right: 50px !important;
  }
  .sp_pb50 {
    padding-bottom: 50px !important;
  }
  .sp_w25p {
    width: 25% !important;
  }
  .sp_m60 {
    margin: 60px !important;
  }
  .sp_mt60 {
    margin-top: 60px !important;
  }
  .sp_mb60 {
    margin-bottom: 60px !important;
  }
  .sp_ml60 {
    margin-left: 60px !important;
  }
  .sp_mr60 {
    margin-right: 60px !important;
  }
  .sp_p60 {
    padding: 60px !important;
  }
  .sp_pt60 {
    padding-top: 60px !important;
  }
  .sp_pl60 {
    padding-left: 60px !important;
  }
  .sp_pr60 {
    padding-right: 60px !important;
  }
  .sp_pb60 {
    padding-bottom: 60px !important;
  }
  .sp_w30p {
    width: 30% !important;
  }
  .sp_m70 {
    margin: 70px !important;
  }
  .sp_mt70 {
    margin-top: 70px !important;
  }
  .sp_mb70 {
    margin-bottom: 70px !important;
  }
  .sp_ml70 {
    margin-left: 70px !important;
  }
  .sp_mr70 {
    margin-right: 70px !important;
  }
  .sp_p70 {
    padding: 70px !important;
  }
  .sp_pt70 {
    padding-top: 70px !important;
  }
  .sp_pl70 {
    padding-left: 70px !important;
  }
  .sp_pr70 {
    padding-right: 70px !important;
  }
  .sp_pb70 {
    padding-bottom: 70px !important;
  }
  .sp_w35p {
    width: 35% !important;
  }
  .sp_m80 {
    margin: 80px !important;
  }
  .sp_mt80 {
    margin-top: 80px !important;
  }
  .sp_mb80 {
    margin-bottom: 80px !important;
  }
  .sp_ml80 {
    margin-left: 80px !important;
  }
  .sp_mr80 {
    margin-right: 80px !important;
  }
  .sp_p80 {
    padding: 80px !important;
  }
  .sp_pt80 {
    padding-top: 80px !important;
  }
  .sp_pl80 {
    padding-left: 80px !important;
  }
  .sp_pr80 {
    padding-right: 80px !important;
  }
  .sp_pb80 {
    padding-bottom: 80px !important;
  }
  .sp_w40p {
    width: 40% !important;
  }
  .sp_m90 {
    margin: 90px !important;
  }
  .sp_mt90 {
    margin-top: 90px !important;
  }
  .sp_mb90 {
    margin-bottom: 90px !important;
  }
  .sp_ml90 {
    margin-left: 90px !important;
  }
  .sp_mr90 {
    margin-right: 90px !important;
  }
  .sp_p90 {
    padding: 90px !important;
  }
  .sp_pt90 {
    padding-top: 90px !important;
  }
  .sp_pl90 {
    padding-left: 90px !important;
  }
  .sp_pr90 {
    padding-right: 90px !important;
  }
  .sp_pb90 {
    padding-bottom: 90px !important;
  }
  .sp_w45p {
    width: 45% !important;
  }
  .sp_m100 {
    margin: 100px !important;
  }
  .sp_mt100 {
    margin-top: 100px !important;
  }
  .sp_mb100 {
    margin-bottom: 100px !important;
  }
  .sp_ml100 {
    margin-left: 100px !important;
  }
  .sp_mr100 {
    margin-right: 100px !important;
  }
  .sp_p100 {
    padding: 100px !important;
  }
  .sp_pt100 {
    padding-top: 100px !important;
  }
  .sp_pl100 {
    padding-left: 100px !important;
  }
  .sp_pr100 {
    padding-right: 100px !important;
  }
  .sp_pb100 {
    padding-bottom: 100px !important;
  }
  .sp_w50p {
    width: 50% !important;
  }
  .sp_m110 {
    margin: 110px !important;
  }
  .sp_mt110 {
    margin-top: 110px !important;
  }
  .sp_mb110 {
    margin-bottom: 110px !important;
  }
  .sp_ml110 {
    margin-left: 110px !important;
  }
  .sp_mr110 {
    margin-right: 110px !important;
  }
  .sp_p110 {
    padding: 110px !important;
  }
  .sp_pt110 {
    padding-top: 110px !important;
  }
  .sp_pl110 {
    padding-left: 110px !important;
  }
  .sp_pr110 {
    padding-right: 110px !important;
  }
  .sp_pb110 {
    padding-bottom: 110px !important;
  }
  .sp_w55p {
    width: 55% !important;
  }
  .sp_m120 {
    margin: 120px !important;
  }
  .sp_mt120 {
    margin-top: 120px !important;
  }
  .sp_mb120 {
    margin-bottom: 120px !important;
  }
  .sp_ml120 {
    margin-left: 120px !important;
  }
  .sp_mr120 {
    margin-right: 120px !important;
  }
  .sp_p120 {
    padding: 120px !important;
  }
  .sp_pt120 {
    padding-top: 120px !important;
  }
  .sp_pl120 {
    padding-left: 120px !important;
  }
  .sp_pr120 {
    padding-right: 120px !important;
  }
  .sp_pb120 {
    padding-bottom: 120px !important;
  }
  .sp_w60p {
    width: 60% !important;
  }
  .sp_m130 {
    margin: 130px !important;
  }
  .sp_mt130 {
    margin-top: 130px !important;
  }
  .sp_mb130 {
    margin-bottom: 130px !important;
  }
  .sp_ml130 {
    margin-left: 130px !important;
  }
  .sp_mr130 {
    margin-right: 130px !important;
  }
  .sp_p130 {
    padding: 130px !important;
  }
  .sp_pt130 {
    padding-top: 130px !important;
  }
  .sp_pl130 {
    padding-left: 130px !important;
  }
  .sp_pr130 {
    padding-right: 130px !important;
  }
  .sp_pb130 {
    padding-bottom: 130px !important;
  }
  .sp_w65p {
    width: 65% !important;
  }
  .sp_m140 {
    margin: 140px !important;
  }
  .sp_mt140 {
    margin-top: 140px !important;
  }
  .sp_mb140 {
    margin-bottom: 140px !important;
  }
  .sp_ml140 {
    margin-left: 140px !important;
  }
  .sp_mr140 {
    margin-right: 140px !important;
  }
  .sp_p140 {
    padding: 140px !important;
  }
  .sp_pt140 {
    padding-top: 140px !important;
  }
  .sp_pl140 {
    padding-left: 140px !important;
  }
  .sp_pr140 {
    padding-right: 140px !important;
  }
  .sp_pb140 {
    padding-bottom: 140px !important;
  }
  .sp_w70p {
    width: 70% !important;
  }
  .sp_m150 {
    margin: 150px !important;
  }
  .sp_mt150 {
    margin-top: 150px !important;
  }
  .sp_mb150 {
    margin-bottom: 150px !important;
  }
  .sp_ml150 {
    margin-left: 150px !important;
  }
  .sp_mr150 {
    margin-right: 150px !important;
  }
  .sp_p150 {
    padding: 150px !important;
  }
  .sp_pt150 {
    padding-top: 150px !important;
  }
  .sp_pl150 {
    padding-left: 150px !important;
  }
  .sp_pr150 {
    padding-right: 150px !important;
  }
  .sp_pb150 {
    padding-bottom: 150px !important;
  }
  .sp_w75p {
    width: 75% !important;
  }
  .sp_m160 {
    margin: 160px !important;
  }
  .sp_mt160 {
    margin-top: 160px !important;
  }
  .sp_mb160 {
    margin-bottom: 160px !important;
  }
  .sp_ml160 {
    margin-left: 160px !important;
  }
  .sp_mr160 {
    margin-right: 160px !important;
  }
  .sp_p160 {
    padding: 160px !important;
  }
  .sp_pt160 {
    padding-top: 160px !important;
  }
  .sp_pl160 {
    padding-left: 160px !important;
  }
  .sp_pr160 {
    padding-right: 160px !important;
  }
  .sp_pb160 {
    padding-bottom: 160px !important;
  }
  .sp_w80p {
    width: 80% !important;
  }
  .sp_m170 {
    margin: 170px !important;
  }
  .sp_mt170 {
    margin-top: 170px !important;
  }
  .sp_mb170 {
    margin-bottom: 170px !important;
  }
  .sp_ml170 {
    margin-left: 170px !important;
  }
  .sp_mr170 {
    margin-right: 170px !important;
  }
  .sp_p170 {
    padding: 170px !important;
  }
  .sp_pt170 {
    padding-top: 170px !important;
  }
  .sp_pl170 {
    padding-left: 170px !important;
  }
  .sp_pr170 {
    padding-right: 170px !important;
  }
  .sp_pb170 {
    padding-bottom: 170px !important;
  }
  .sp_w85p {
    width: 85% !important;
  }
  .sp_m180 {
    margin: 180px !important;
  }
  .sp_mt180 {
    margin-top: 180px !important;
  }
  .sp_mb180 {
    margin-bottom: 180px !important;
  }
  .sp_ml180 {
    margin-left: 180px !important;
  }
  .sp_mr180 {
    margin-right: 180px !important;
  }
  .sp_p180 {
    padding: 180px !important;
  }
  .sp_pt180 {
    padding-top: 180px !important;
  }
  .sp_pl180 {
    padding-left: 180px !important;
  }
  .sp_pr180 {
    padding-right: 180px !important;
  }
  .sp_pb180 {
    padding-bottom: 180px !important;
  }
  .sp_w90p {
    width: 90% !important;
  }
  .sp_m190 {
    margin: 190px !important;
  }
  .sp_mt190 {
    margin-top: 190px !important;
  }
  .sp_mb190 {
    margin-bottom: 190px !important;
  }
  .sp_ml190 {
    margin-left: 190px !important;
  }
  .sp_mr190 {
    margin-right: 190px !important;
  }
  .sp_p190 {
    padding: 190px !important;
  }
  .sp_pt190 {
    padding-top: 190px !important;
  }
  .sp_pl190 {
    padding-left: 190px !important;
  }
  .sp_pr190 {
    padding-right: 190px !important;
  }
  .sp_pb190 {
    padding-bottom: 190px !important;
  }
  .sp_w95p {
    width: 95% !important;
  }
  .sp_m200 {
    margin: 200px !important;
  }
  .sp_mt200 {
    margin-top: 200px !important;
  }
  .sp_mb200 {
    margin-bottom: 200px !important;
  }
  .sp_ml200 {
    margin-left: 200px !important;
  }
  .sp_mr200 {
    margin-right: 200px !important;
  }
  .sp_p200 {
    padding: 200px !important;
  }
  .sp_pt200 {
    padding-top: 200px !important;
  }
  .sp_pl200 {
    padding-left: 200px !important;
  }
  .sp_pr200 {
    padding-right: 200px !important;
  }
  .sp_pb200 {
    padding-bottom: 200px !important;
  }
  .sp_w100p {
    width: 100% !important;
  }
  .sp_w0 {
    width: 0px !important;
  }
  .sp_h0 {
    height: 0px !important;
  }
  .sp_w10 {
    width: 10px !important;
  }
  .sp_h10 {
    height: 10px !important;
  }
  .sp_w20 {
    width: 20px !important;
  }
  .sp_h20 {
    height: 20px !important;
  }
  .sp_w30 {
    width: 30px !important;
  }
  .sp_h30 {
    height: 30px !important;
  }
  .sp_w40 {
    width: 40px !important;
  }
  .sp_h40 {
    height: 40px !important;
  }
  .sp_w50 {
    width: 50px !important;
  }
  .sp_h50 {
    height: 50px !important;
  }
  .sp_w60 {
    width: 60px !important;
  }
  .sp_h60 {
    height: 60px !important;
  }
  .sp_w70 {
    width: 70px !important;
  }
  .sp_h70 {
    height: 70px !important;
  }
  .sp_w80 {
    width: 80px !important;
  }
  .sp_h80 {
    height: 80px !important;
  }
  .sp_w90 {
    width: 90px !important;
  }
  .sp_h90 {
    height: 90px !important;
  }
  .sp_w100 {
    width: 100px !important;
  }
  .sp_h100 {
    height: 100px !important;
  }
  .sp_w110 {
    width: 110px !important;
  }
  .sp_h110 {
    height: 110px !important;
  }
  .sp_w120 {
    width: 120px !important;
  }
  .sp_h120 {
    height: 120px !important;
  }
  .sp_w130 {
    width: 130px !important;
  }
  .sp_h130 {
    height: 130px !important;
  }
  .sp_w140 {
    width: 140px !important;
  }
  .sp_h140 {
    height: 140px !important;
  }
  .sp_w150 {
    width: 150px !important;
  }
  .sp_h150 {
    height: 150px !important;
  }
  .sp_w160 {
    width: 160px !important;
  }
  .sp_h160 {
    height: 160px !important;
  }
  .sp_w170 {
    width: 170px !important;
  }
  .sp_h170 {
    height: 170px !important;
  }
  .sp_w180 {
    width: 180px !important;
  }
  .sp_h180 {
    height: 180px !important;
  }
  .sp_w190 {
    width: 190px !important;
  }
  .sp_h190 {
    height: 190px !important;
  }
  .sp_w200 {
    width: 200px !important;
  }
  .sp_h200 {
    height: 200px !important;
  }
  .sp_w210 {
    width: 210px !important;
  }
  .sp_h210 {
    height: 210px !important;
  }
  .sp_w220 {
    width: 220px !important;
  }
  .sp_h220 {
    height: 220px !important;
  }
  .sp_w230 {
    width: 230px !important;
  }
  .sp_h230 {
    height: 230px !important;
  }
  .sp_w240 {
    width: 240px !important;
  }
  .sp_h240 {
    height: 240px !important;
  }
  .sp_w250 {
    width: 250px !important;
  }
  .sp_h250 {
    height: 250px !important;
  }
  .sp_w260 {
    width: 260px !important;
  }
  .sp_h260 {
    height: 260px !important;
  }
  .sp_w270 {
    width: 270px !important;
  }
  .sp_h270 {
    height: 270px !important;
  }
  .sp_w280 {
    width: 280px !important;
  }
  .sp_h280 {
    height: 280px !important;
  }
  .sp_w290 {
    width: 290px !important;
  }
  .sp_h290 {
    height: 290px !important;
  }
  .sp_w300 {
    width: 300px !important;
  }
  .sp_h300 {
    height: 300px !important;
  }
  .sp_w310 {
    width: 310px !important;
  }
  .sp_h310 {
    height: 310px !important;
  }
  .sp_w320 {
    width: 320px !important;
  }
  .sp_h320 {
    height: 320px !important;
  }
  .sp_w330 {
    width: 330px !important;
  }
  .sp_h330 {
    height: 330px !important;
  }
  .sp_w340 {
    width: 340px !important;
  }
  .sp_h340 {
    height: 340px !important;
  }
  .sp_w350 {
    width: 350px !important;
  }
  .sp_h350 {
    height: 350px !important;
  }
  .sp_w360 {
    width: 360px !important;
  }
  .sp_h360 {
    height: 360px !important;
  }
  .sp_w370 {
    width: 370px !important;
  }
  .sp_h370 {
    height: 370px !important;
  }
  .sp_w380 {
    width: 380px !important;
  }
  .sp_h380 {
    height: 380px !important;
  }
  .sp_w390 {
    width: 390px !important;
  }
  .sp_h390 {
    height: 390px !important;
  }
  .sp_w400 {
    width: 400px !important;
  }
  .sp_h400 {
    height: 400px !important;
  }
  .sp_w410 {
    width: 410px !important;
  }
  .sp_h410 {
    height: 410px !important;
  }
  .sp_w420 {
    width: 420px !important;
  }
  .sp_h420 {
    height: 420px !important;
  }
  .sp_w430 {
    width: 430px !important;
  }
  .sp_h430 {
    height: 430px !important;
  }
  .sp_w440 {
    width: 440px !important;
  }
  .sp_h440 {
    height: 440px !important;
  }
  .sp_w450 {
    width: 450px !important;
  }
  .sp_h450 {
    height: 450px !important;
  }
  .sp_w460 {
    width: 460px !important;
  }
  .sp_h460 {
    height: 460px !important;
  }
  .sp_w470 {
    width: 470px !important;
  }
  .sp_h470 {
    height: 470px !important;
  }
  .sp_w480 {
    width: 480px !important;
  }
  .sp_h480 {
    height: 480px !important;
  }
  .sp_w490 {
    width: 490px !important;
  }
  .sp_h490 {
    height: 490px !important;
  }
  .sp_w500 {
    width: 500px !important;
  }
  .sp_h500 {
    height: 500px !important;
  }
  .sp_w510 {
    width: 510px !important;
  }
  .sp_h510 {
    height: 510px !important;
  }
  .sp_w520 {
    width: 520px !important;
  }
  .sp_h520 {
    height: 520px !important;
  }
  .sp_w530 {
    width: 530px !important;
  }
  .sp_h530 {
    height: 530px !important;
  }
  .sp_w540 {
    width: 540px !important;
  }
  .sp_h540 {
    height: 540px !important;
  }
  .sp_w550 {
    width: 550px !important;
  }
  .sp_h550 {
    height: 550px !important;
  }
  .sp_w560 {
    width: 560px !important;
  }
  .sp_h560 {
    height: 560px !important;
  }
  .sp_w570 {
    width: 570px !important;
  }
  .sp_h570 {
    height: 570px !important;
  }
  .sp_w580 {
    width: 580px !important;
  }
  .sp_h580 {
    height: 580px !important;
  }
  .sp_w590 {
    width: 590px !important;
  }
  .sp_h590 {
    height: 590px !important;
  }
  .sp_w600 {
    width: 600px !important;
  }
  .sp_h600 {
    height: 600px !important;
  }
  .sp_w610 {
    width: 610px !important;
  }
  .sp_h610 {
    height: 610px !important;
  }
  .sp_w620 {
    width: 620px !important;
  }
  .sp_h620 {
    height: 620px !important;
  }
  .sp_w630 {
    width: 630px !important;
  }
  .sp_h630 {
    height: 630px !important;
  }
  .sp_w640 {
    width: 640px !important;
  }
  .sp_h640 {
    height: 640px !important;
  }
  .sp_w650 {
    width: 650px !important;
  }
  .sp_h650 {
    height: 650px !important;
  }
  .sp_w660 {
    width: 660px !important;
  }
  .sp_h660 {
    height: 660px !important;
  }
  .sp_w670 {
    width: 670px !important;
  }
  .sp_h670 {
    height: 670px !important;
  }
  .sp_w680 {
    width: 680px !important;
  }
  .sp_h680 {
    height: 680px !important;
  }
  .sp_w690 {
    width: 690px !important;
  }
  .sp_h690 {
    height: 690px !important;
  }
  .sp_w700 {
    width: 700px !important;
  }
  .sp_h700 {
    height: 700px !important;
  }
  .sp_w710 {
    width: 710px !important;
  }
  .sp_h710 {
    height: 710px !important;
  }
  .sp_w720 {
    width: 720px !important;
  }
  .sp_h720 {
    height: 720px !important;
  }
  .sp_w730 {
    width: 730px !important;
  }
  .sp_h730 {
    height: 730px !important;
  }
  .sp_w740 {
    width: 740px !important;
  }
  .sp_h740 {
    height: 740px !important;
  }
  .sp_w750 {
    width: 750px !important;
  }
  .sp_h750 {
    height: 750px !important;
  }
  .sp_w760 {
    width: 760px !important;
  }
  .sp_h760 {
    height: 760px !important;
  }
  .sp_fz10 {
    font-size: 10px !important;
  }
  .sp_fz11 {
    font-size: 11px !important;
  }
  .sp_fz12 {
    font-size: 12px !important;
  }
  .sp_fz13 {
    font-size: 13px !important;
  }
  .sp_fz14 {
    font-size: 14px !important;
  }
  .sp_fz15 {
    font-size: 15px !important;
  }
  .sp_fz16 {
    font-size: 16px !important;
  }
  .sp_fz17 {
    font-size: 17px !important;
  }
  .sp_fz18 {
    font-size: 18px !important;
  }
  .sp_fz19 {
    font-size: 19px !important;
  }
  .sp_fz20 {
    font-size: 20px !important;
  }
  .sp_fz21 {
    font-size: 21px !important;
  }
  .sp_fz22 {
    font-size: 22px !important;
  }
  .sp_fz23 {
    font-size: 23px !important;
  }
  .sp_fz24 {
    font-size: 24px !important;
  }
  .sp_fz25 {
    font-size: 25px !important;
  }
  .sp_fz26 {
    font-size: 26px !important;
  }
  .sp_fz27 {
    font-size: 27px !important;
  }
  .sp_fz28 {
    font-size: 28px !important;
  }
  .sp_fz29 {
    font-size: 29px !important;
  }
  .sp_fz30 {
    font-size: 30px !important;
  }
  .sp_fz31 {
    font-size: 31px !important;
  }
  .sp_fz32 {
    font-size: 32px !important;
  }
  .sp_fz33 {
    font-size: 33px !important;
  }
  .sp_fz34 {
    font-size: 34px !important;
  }
  .sp_fz35 {
    font-size: 35px !important;
  }
  .sp_fz36 {
    font-size: 36px !important;
  }
  .sp_fz37 {
    font-size: 37px !important;
  }
  .sp_fz38 {
    font-size: 38px !important;
  }
  .sp_fz39 {
    font-size: 39px !important;
  }
  .sp_fz40 {
    font-size: 40px !important;
  }
  .sp_fz41 {
    font-size: 41px !important;
  }
  .sp_fz42 {
    font-size: 42px !important;
  }
  .sp_fz43 {
    font-size: 43px !important;
  }
  .sp_fz44 {
    font-size: 44px !important;
  }
  .sp_fz45 {
    font-size: 45px !important;
  }
  .sp_fz46 {
    font-size: 46px !important;
  }
  .sp_fz47 {
    font-size: 47px !important;
  }
  .sp_fz48 {
    font-size: 48px !important;
  }
  .sp_fz49 {
    font-size: 49px !important;
  }
  .sp_fz50 {
    font-size: 50px !important;
  }
}
main {
  padding: 1.5em 0;
}
main .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main #calendar {
  height: 100%;
  max-height: 1000px;
}
@media not all and (min-width: 769px) {
  main #calendar {
    max-height: 580px;
  }
}

.input_data__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.input_data__close a {
  font-size: 40px;
  width: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .input_data__close a {
    font-size: 30px;
    width: 30px;
  }
}
.input_data__info {
  text-align: center;
  margin-top: 30px;
}
.input_data__info .measured_date {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
@media not all and (min-width: 769px) {
  .input_data__info .measured_date {
    font-size: 26px;
  }
}
.input_data__info .name {
  font-size: 16px;
  margin-top: 10px;
}
@media not all and (min-width: 769px) {
  .input_data__info .name {
    font-size: 14px;
    margin-top: 7px;
  }
}
.input_data .register_form {
  margin: 30px auto 0;
  max-width: 400px;
}
@media not all and (min-width: 769px) {
  .input_data .register_form {
    margin-top: 20px;
  }
}
.input_data .register_form__list__item {
  position: relative;
}
.input_data .register_form__list__item input {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  background-color: #ffe0e0;
  border-radius: 15px;
  border: 3px solid rgba(255, 172, 172, 0);
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media all and (min-width: 769px) {
  .input_data .register_form__list__item input:hover {
    background-color: #fbc4c4;
  }
}
.input_data .register_form__list__item input:active, .input_data .register_form__list__item input:focus {
  border: 3px solid #ffacac;
}
.input_data .register_form__list__item .label {
  position: absolute;
  left: 10px;
  line-height: 50px;
  font-size: 12px;
  z-index: 2;
}
.input_data .register_form__list__item .unit {
  position: absolute;
  right: 10px;
  line-height: 50px;
  font-size: 12px;
  z-index: 2;
}
.input_data .register_form__list__item:nth-child(n+2) {
  margin-top: 10px;
}
.input_data .register_form__err {
  color: #DB7471;
  text-align: center;
  margin-top: 10px;
}
.input_data .register_form input[type=submit] {
  display: block;
  background-color: #ffe0e0;
  color: #ec9898;
  border-radius: 12px;
  margin: 15px auto 0;
  width: 150px;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input_data .register_form input[type=submit]:hover {
  background-color: #fbc4c4;
  color: #fff;
}
.input_data .delete_button {
  margin-top: 30px;
  text-align: right;
}
.input_data .delete_button input[type=submit] {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  padding: 3px 8px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.input_data .delete_button input[type=submit]:hover {
  background-color: #eee;
}

.fc#calendar {
  margin: 0 auto;
  width: calc(100% - 2em);
}
@media not all and (min-width: 769px) {
  .fc#calendar {
    font-size: 12px !important;
    width: 100%;
  }
}
.fc#calendar .fc-daygrid-event-harness {
  padding-bottom: 5px;
}
@media not all and (min-width: 769px) {
  .fc#calendar .fc-daygrid-event-harness {
    padding-bottom: 2px;
  }
}
.fc#calendar .fc-h-event {
  pointer-events: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
.fc#calendar .fc-h-event .fc-event-title-container {
  text-align: center;
}
.fc#calendar .fc-h-event .fc-event-title {
  font-size: 18px;
  background-color: #ffe0e0;
  border-radius: 15px;
  padding: 0 10px 2px;
  font-weight: bold;
  line-height: 28px;
}
@media not all and (min-width: 769px) {
  .fc#calendar .fc-h-event .fc-event-title {
    font-size: 11px;
    line-height: 18px;
    border-radius: 10px;
    padding: 0 5px 2px;
  }
}
.fc#calendar .fc-daygrid-day {
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.fc#calendar .fc-daygrid-day:hover {
  background-color: #ffe0e0 !important;
}
.fc#calendar .fc-daygrid-day .fc-daygrid-day-number {
  font-weight: bold;
}
.fc#calendar .fc-daygrid-day.fc-day-sat .fc-daygrid-day-number {
  color: #5ba8ea;
}
.fc#calendar .fc-daygrid-day.fc-day-sun .fc-daygrid-day-number {
  color: #DB7471;
}
.fc#calendar .fc-list-table .fc-list-event-time,
.fc#calendar .fc-list-table .fc-list-event-graphic {
  display: none;
}
.fc#calendar .fc-button-primary:hover, .fc#calendar .fc-button-primary:focus,
.fc#calendar .fc-button-primary:not(:disabled).fc-button-active:hover,
.fc#calendar .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc#calendar .fc-button-primary:not(:disabled):active:hover,
.fc#calendar .fc-button-primary:not(:disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#status {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 250, 182, 0.96);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transform: translateY(calc(-1 * (100% + 15px)));
          transform: translateY(calc(-1 * (100% + 15px)));
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.13, 0.79);
  transition: all 0.4s cubic-bezier(0, 0, 0.13, 0.79);
  cursor: pointer;
}
@media not all and (min-width: 769px) {
  #status {
    height: 35px;
  }
}
#status p {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  position: relative;
}
#status p::after {
  content: "×";
  display: block;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  opacity: 0.5;
}
@media not all and (min-width: 769px) {
  #status p::after {
    line-height: 35px;
    font-size: 14px;
  }
}
@media not all and (min-width: 769px) {
  #status p {
    font-size: 12px;
  }
}

#chart {
  font-size: 14px;
}
@media not all and (min-width: 769px) {
  #chart {
    font-size: 12px;
  }
}

.chart-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.5em;
}
.chart-button-group button {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
  cursor: pointer;
}
.chart-button-group button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.chart-button-group button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.chart-button-group button.active {
  background-color: #1a252f;
  border-color: #151e27;
}
.chart-button-group button:hover {
  background-color: #1e2b37;
  border-color: #1a252f;
}
/*# sourceMappingURL=styles.css.map */