/* Import our theme variables. */
/* =============================================================================
   Screen size variables
   ========================================================================== */
/* =============================================================================
   Media queries for different screen sizes
   ========================================================================== */
.c-editableArea {
  /**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
  /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
  /* Document
       ========================================================================== */
  /**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
  /* Sections
       ========================================================================== */
  /**
     * Remove the margin in all browsers (opinionated).
     */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
  /* Grouping content
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct margin in IE 8.
     */
  /**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
  /**
     * Add the correct display in IE.
     */
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  /* Links
       ========================================================================== */
  /**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
  /**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
  /* Text-level semantics
       ========================================================================== */
  /**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
  /**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
  /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  /**
     * Add the correct font style in Android 4.3-.
     */
  /**
     * Add the correct background and color in IE 9-.
     */
  /**
     * Add the correct font size in all browsers.
     */
  /**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
  /* Embedded content
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct display in iOS 4-7.
     */
  /**
     * Remove the border on images inside links in IE 10-.
     */
  /**
     * Hide the overflow in IE.
     */
  /* Forms
       ========================================================================== */
  /**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
  /**
     * Show the overflow in IE.
     */
  /**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
  /**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
  /**
     * Show the overflow in Edge.
     */
  /**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
  /**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
  /**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
  /**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
  /**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
  /**
     * 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.
     */
  /**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
  /**
     * Remove the default vertical scrollbar in IE.
     */
  /* Interactive
       ========================================================================== */
  /*
     * Add the correct display in Edge, IE, and Firefox.
     */
  /*
     * Add the correct display in all browsers.
     */
  /*
     * Add the correct display in IE 9-.
     */
  /* Scripting
       ========================================================================== */
  /**
     * Add the correct display in IE 9-.
     */
  /**
     * Add the correct display in IE.
     */
  /* Hidden
       ========================================================================== */
  /**
     * Add the correct display in IE 10-.
     */
  /* head
------------------------------------------------------------------*/
  /*
------------------------------------------------------------------*/
  /* 署名
------------------------------------------------------------------*/
  /* 画像
------------------------------------------------------------------*/
  /* ---------------------------------------------------------------
  Basis
------------------------------------------------------------------*/
  /* ---------------------------------------------------------------
  Healine
------------------------------------------------------------------*/
  /* Topics
------------------------------------------------------------------*/
  /* ---------------------------------------------------------------
  Images
------------------------------------------------------------------*/
  /* c-modal__container
 * application\blocks\basic_layout\view.php
 *
------------------------------------------------------------------*/
  /* ---------------------------------------------------------------
  Images Gallery
------------------------------------------------------------------*/
}
.c-editableArea html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
.c-editableArea body {
  margin: 0;
}
.c-editableArea article,
.c-editableArea aside,
.c-editableArea footer,
.c-editableArea header,
.c-editableArea nav,
.c-editableArea section {
  display: block;
}
.c-editableArea h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.c-editableArea figcaption,
.c-editableArea figure {
  display: block;
}
.c-editableArea figure {
  margin: 1em 40px;
}
.c-editableArea hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
.c-editableArea main {
  display: block;
}
.c-editableArea pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.c-editableArea a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
.c-editableArea a:active,
.c-editableArea a:hover {
  outline-width: 0;
}
.c-editableArea abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
.c-editableArea b,
.c-editableArea strong {
  font-weight: inherit;
}
.c-editableArea b,
.c-editableArea strong {
  font-weight: bolder;
}
.c-editableArea code,
.c-editableArea kbd,
.c-editableArea samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
.c-editableArea dfn {
  font-style: italic;
}
.c-editableArea mark {
  background-color: #ff0;
  color: #000;
}
.c-editableArea small {
  font-size: 80%;
}
.c-editableArea sub,
.c-editableArea sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.c-editableArea sub {
  bottom: -0.25em;
}
.c-editableArea sup {
  top: -0.5em;
}
.c-editableArea audio,
.c-editableArea video {
  display: inline-block;
}
.c-editableArea audio:not([controls]) {
  display: none;
  height: 0;
}
.c-editableArea img {
  border-style: none;
}
.c-editableArea svg:not(:root) {
  overflow: hidden;
}
.c-editableArea button,
.c-editableArea input,
.c-editableArea optgroup,
.c-editableArea select,
.c-editableArea textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
.c-editableArea button {
  overflow: visible;
}
.c-editableArea button,
.c-editableArea select {
  /* 1 */
  text-transform: none;
}
.c-editableArea button,
.c-editableArea html [type="button"],
.c-editableArea [type="reset"],
.c-editableArea [type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
.c-editableArea button,
.c-editableArea [type="button"],
.c-editableArea [type="reset"],
.c-editableArea [type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}
.c-editableArea button::-moz-focus-inner,
.c-editableArea [type="button"]::-moz-focus-inner,
.c-editableArea [type="reset"]::-moz-focus-inner,
.c-editableArea [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.c-editableArea button:-moz-focusring,
.c-editableArea [type="button"]:-moz-focusring,
.c-editableArea [type="reset"]:-moz-focusring,
.c-editableArea [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.c-editableArea input {
  overflow: visible;
}
.c-editableArea [type="checkbox"],
.c-editableArea [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.c-editableArea [type="number"]::-webkit-inner-spin-button,
.c-editableArea [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.c-editableArea [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}
.c-editableArea [type="search"]::-webkit-search-cancel-button,
.c-editableArea [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.c-editableArea ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.c-editableArea fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.c-editableArea legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}
.c-editableArea progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
.c-editableArea textarea {
  overflow: auto;
}
.c-editableArea details {
  display: block;
}
.c-editableArea summary {
  display: list-item;
}
.c-editableArea menu {
  display: block;
}
.c-editableArea canvas {
  display: inline-block;
}
.c-editableArea template {
  display: none;
}
.c-editableArea [hidden] {
  display: none;
}
.c-editableArea .foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
.c-editableArea html {
  box-sizing: border-box;
  font-size: 100%;
}
.c-editableArea *,
.c-editableArea *::before,
.c-editableArea *::after {
  box-sizing: inherit;
}
.c-editableArea body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-editableArea img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.c-editableArea textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0px;
}
.c-editableArea select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px;
}
.c-editableArea .map_canvas img,
.c-editableArea .map_canvas embed,
.c-editableArea .map_canvas object,
.c-editableArea .mqa-display img,
.c-editableArea .mqa-display embed,
.c-editableArea .mqa-display object {
  max-width: none !important;
}
.c-editableArea button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
.c-editableArea [data-whatinput='mouse'] button {
  outline: 0;
}
.c-editableArea pre {
  overflow: auto;
}
.c-editableArea button,
.c-editableArea input,
.c-editableArea optgroup,
.c-editableArea select,
.c-editableArea textarea {
  font-family: inherit;
}
.c-editableArea .is-visible {
  display: block !important;
}
.c-editableArea .is-hidden {
  display: none !important;
}
.c-editableArea .row {
  max-width: 63.75rem;
  margin-right: auto;
  margin-left: auto;
}
.c-editableArea .row::before,
.c-editableArea .row::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.c-editableArea .row::after {
  clear: both;
}
.c-editableArea .row.collapse > .column,
.c-editableArea .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.c-editableArea .row .row {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
@media print, screen and (min-width: 40em) {
  .c-editableArea .row .row {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-editableArea .row .row {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
.c-editableArea .row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.c-editableArea .row.expanded {
  max-width: none;
}
.c-editableArea .row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.c-editableArea .row:not(.expanded) .row {
  max-width: none;
}
.c-editableArea .column,
.c-editableArea .columns {
  width: 100%;
  float: left;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.c-editableArea .column:last-child:not(:first-child),
.c-editableArea .columns:last-child:not(:first-child) {
  float: right;
}
.c-editableArea .column.end:last-child:last-child,
.c-editableArea .end.columns:last-child:last-child {
  float: left;
}
.c-editableArea .column.row.row,
.c-editableArea .row.row.columns {
  float: none;
}
.c-editableArea .row .column.row.row,
.c-editableArea .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.c-editableArea .small-1 {
  width: 8.33333%;
}
.c-editableArea .small-push-1 {
  position: relative;
  left: 8.33333%;
}
.c-editableArea .small-pull-1 {
  position: relative;
  left: -8.33333%;
}
.c-editableArea .small-offset-0 {
  margin-left: 0%;
}
.c-editableArea .small-2 {
  width: 16.66667%;
}
.c-editableArea .small-push-2 {
  position: relative;
  left: 16.66667%;
}
.c-editableArea .small-pull-2 {
  position: relative;
  left: -16.66667%;
}
.c-editableArea .small-offset-1 {
  margin-left: 8.33333%;
}
.c-editableArea .small-3 {
  width: 25%;
}
.c-editableArea .small-push-3 {
  position: relative;
  left: 25%;
}
.c-editableArea .small-pull-3 {
  position: relative;
  left: -25%;
}
.c-editableArea .small-offset-2 {
  margin-left: 16.66667%;
}
.c-editableArea .small-4 {
  width: 33.33333%;
}
.c-editableArea .small-push-4 {
  position: relative;
  left: 33.33333%;
}
.c-editableArea .small-pull-4 {
  position: relative;
  left: -33.33333%;
}
.c-editableArea .small-offset-3 {
  margin-left: 25%;
}
.c-editableArea .small-5 {
  width: 41.66667%;
}
.c-editableArea .small-push-5 {
  position: relative;
  left: 41.66667%;
}
.c-editableArea .small-pull-5 {
  position: relative;
  left: -41.66667%;
}
.c-editableArea .small-offset-4 {
  margin-left: 33.33333%;
}
.c-editableArea .small-6 {
  width: 50%;
}
.c-editableArea .small-push-6 {
  position: relative;
  left: 50%;
}
.c-editableArea .small-pull-6 {
  position: relative;
  left: -50%;
}
.c-editableArea .small-offset-5 {
  margin-left: 41.66667%;
}
.c-editableArea .small-7 {
  width: 58.33333%;
}
.c-editableArea .small-push-7 {
  position: relative;
  left: 58.33333%;
}
.c-editableArea .small-pull-7 {
  position: relative;
  left: -58.33333%;
}
.c-editableArea .small-offset-6 {
  margin-left: 50%;
}
.c-editableArea .small-8 {
  width: 66.66667%;
}
.c-editableArea .small-push-8 {
  position: relative;
  left: 66.66667%;
}
.c-editableArea .small-pull-8 {
  position: relative;
  left: -66.66667%;
}
.c-editableArea .small-offset-7 {
  margin-left: 58.33333%;
}
.c-editableArea .small-9 {
  width: 75%;
}
.c-editableArea .small-push-9 {
  position: relative;
  left: 75%;
}
.c-editableArea .small-pull-9 {
  position: relative;
  left: -75%;
}
.c-editableArea .small-offset-8 {
  margin-left: 66.66667%;
}
.c-editableArea .small-10 {
  width: 83.33333%;
}
.c-editableArea .small-push-10 {
  position: relative;
  left: 83.33333%;
}
.c-editableArea .small-pull-10 {
  position: relative;
  left: -83.33333%;
}
.c-editableArea .small-offset-9 {
  margin-left: 75%;
}
.c-editableArea .small-11 {
  width: 91.66667%;
}
.c-editableArea .small-push-11 {
  position: relative;
  left: 91.66667%;
}
.c-editableArea .small-pull-11 {
  position: relative;
  left: -91.66667%;
}
.c-editableArea .small-offset-10 {
  margin-left: 83.33333%;
}
.c-editableArea .small-12 {
  width: 100%;
}
.c-editableArea .small-offset-11 {
  margin-left: 91.66667%;
}
.c-editableArea .small-up-1 > .column,
.c-editableArea .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.c-editableArea .small-up-1 > .column:nth-of-type(1n),
.c-editableArea .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.c-editableArea .small-up-1 > .column:nth-of-type(1n+1),
.c-editableArea .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.c-editableArea .small-up-1 > .column:last-child,
.c-editableArea .small-up-1 > .columns:last-child {
  float: left;
}
.c-editableArea .small-up-2 > .column,
.c-editableArea .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.c-editableArea .small-up-2 > .column:nth-of-type(1n),
.c-editableArea .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.c-editableArea .small-up-2 > .column:nth-of-type(2n+1),
.c-editableArea .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.c-editableArea .small-up-2 > .column:last-child,
.c-editableArea .small-up-2 > .columns:last-child {
  float: left;
}
.c-editableArea .small-up-3 > .column,
.c-editableArea .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}
.c-editableArea .small-up-3 > .column:nth-of-type(1n),
.c-editableArea .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.c-editableArea .small-up-3 > .column:nth-of-type(3n+1),
.c-editableArea .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.c-editableArea .small-up-3 > .column:last-child,
.c-editableArea .small-up-3 > .columns:last-child {
  float: left;
}
.c-editableArea .small-up-4 > .column,
.c-editableArea .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.c-editableArea .small-up-4 > .column:nth-of-type(1n),
.c-editableArea .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.c-editableArea .small-up-4 > .column:nth-of-type(4n+1),
.c-editableArea .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.c-editableArea .small-up-4 > .column:last-child,
.c-editableArea .small-up-4 > .columns:last-child {
  float: left;
}
.c-editableArea .small-up-5 > .column,
.c-editableArea .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.c-editableArea .small-up-5 > .column:nth-of-type(1n),
.c-editableArea .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.c-editableArea .small-up-5 > .column:nth-of-type(5n+1),
.c-editableArea .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.c-editableArea .small-up-5 > .column:last-child,
.c-editableArea .small-up-5 > .columns:last-child {
  float: left;
}
.c-editableArea .small-up-6 > .column,
.c-editableArea .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}
.c-editableArea .small-up-6 > .column:nth-of-type(1n),
.c-editableArea .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.c-editableArea .small-up-6 > .column:nth-of-type(6n+1),
.c-editableArea .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.c-editableArea .small-up-6 > .column:last-child,
.c-editableArea .small-up-6 > .columns:last-child {
  float: left;
}
.c-editableArea .small-up-7 > .column,
.c-editableArea .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}
.c-editableArea .small-up-7 > .column:nth-of-type(1n),
.c-editableArea .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.c-editableArea .small-up-7 > .column:nth-of-type(7n+1),
.c-editableArea .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.c-editableArea .small-up-7 > .column:last-child,
.c-editableArea .small-up-7 > .columns:last-child {
  float: left;
}
.c-editableArea .small-up-8 > .column,
.c-editableArea .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.c-editableArea .small-up-8 > .column:nth-of-type(1n),
.c-editableArea .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.c-editableArea .small-up-8 > .column:nth-of-type(8n+1),
.c-editableArea .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.c-editableArea .small-up-8 > .column:last-child,
.c-editableArea .small-up-8 > .columns:last-child {
  float: left;
}
.c-editableArea .small-collapse > .column,
.c-editableArea .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.c-editableArea .small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}
.c-editableArea .expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}
.c-editableArea .small-uncollapse > .column,
.c-editableArea .small-uncollapse > .columns {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
.c-editableArea .small-centered {
  margin-right: auto;
  margin-left: auto;
}
.c-editableArea .small-centered,
.c-editableArea .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.c-editableArea .small-uncentered,
.c-editableArea .small-push-0,
.c-editableArea .small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}
@media print, screen and (min-width: 40em) {
  .c-editableArea .medium-1 {
    width: 8.33333%;
  }
  .c-editableArea .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .c-editableArea .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .c-editableArea .medium-offset-0 {
    margin-left: 0%;
  }
  .c-editableArea .medium-2 {
    width: 16.66667%;
  }
  .c-editableArea .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .c-editableArea .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .c-editableArea .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .c-editableArea .medium-3 {
    width: 25%;
  }
  .c-editableArea .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .c-editableArea .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .c-editableArea .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .c-editableArea .medium-4 {
    width: 33.33333%;
  }
  .c-editableArea .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .c-editableArea .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .c-editableArea .medium-offset-3 {
    margin-left: 25%;
  }
  .c-editableArea .medium-5 {
    width: 41.66667%;
  }
  .c-editableArea .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .c-editableArea .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .c-editableArea .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .c-editableArea .medium-6 {
    width: 50%;
  }
  .c-editableArea .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .c-editableArea .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .c-editableArea .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .c-editableArea .medium-7 {
    width: 58.33333%;
  }
  .c-editableArea .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .c-editableArea .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .c-editableArea .medium-offset-6 {
    margin-left: 50%;
  }
  .c-editableArea .medium-8 {
    width: 66.66667%;
  }
  .c-editableArea .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .c-editableArea .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .c-editableArea .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .c-editableArea .medium-9 {
    width: 75%;
  }
  .c-editableArea .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .c-editableArea .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .c-editableArea .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .c-editableArea .medium-10 {
    width: 83.33333%;
  }
  .c-editableArea .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .c-editableArea .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .c-editableArea .medium-offset-9 {
    margin-left: 75%;
  }
  .c-editableArea .medium-11 {
    width: 91.66667%;
  }
  .c-editableArea .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .c-editableArea .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .c-editableArea .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .c-editableArea .medium-12 {
    width: 100%;
  }
  .c-editableArea .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .c-editableArea .medium-up-1 > .column,
  .c-editableArea .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .c-editableArea .medium-up-1 > .column:nth-of-type(1n),
  .c-editableArea .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .medium-up-1 > .column:nth-of-type(1n+1),
  .c-editableArea .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .c-editableArea .medium-up-1 > .column:last-child,
  .c-editableArea .medium-up-1 > .columns:last-child {
    float: left;
  }
  .c-editableArea .medium-up-2 > .column,
  .c-editableArea .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .c-editableArea .medium-up-2 > .column:nth-of-type(1n),
  .c-editableArea .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .medium-up-2 > .column:nth-of-type(2n+1),
  .c-editableArea .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .c-editableArea .medium-up-2 > .column:last-child,
  .c-editableArea .medium-up-2 > .columns:last-child {
    float: left;
  }
  .c-editableArea .medium-up-3 > .column,
  .c-editableArea .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .c-editableArea .medium-up-3 > .column:nth-of-type(1n),
  .c-editableArea .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .medium-up-3 > .column:nth-of-type(3n+1),
  .c-editableArea .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .c-editableArea .medium-up-3 > .column:last-child,
  .c-editableArea .medium-up-3 > .columns:last-child {
    float: left;
  }
  .c-editableArea .medium-up-4 > .column,
  .c-editableArea .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .c-editableArea .medium-up-4 > .column:nth-of-type(1n),
  .c-editableArea .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .medium-up-4 > .column:nth-of-type(4n+1),
  .c-editableArea .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .c-editableArea .medium-up-4 > .column:last-child,
  .c-editableArea .medium-up-4 > .columns:last-child {
    float: left;
  }
  .c-editableArea .medium-up-5 > .column,
  .c-editableArea .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .c-editableArea .medium-up-5 > .column:nth-of-type(1n),
  .c-editableArea .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .medium-up-5 > .column:nth-of-type(5n+1),
  .c-editableArea .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .c-editableArea .medium-up-5 > .column:last-child,
  .c-editableArea .medium-up-5 > .columns:last-child {
    float: left;
  }
  .c-editableArea .medium-up-6 > .column,
  .c-editableArea .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .c-editableArea .medium-up-6 > .column:nth-of-type(1n),
  .c-editableArea .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .medium-up-6 > .column:nth-of-type(6n+1),
  .c-editableArea .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .c-editableArea .medium-up-6 > .column:last-child,
  .c-editableArea .medium-up-6 > .columns:last-child {
    float: left;
  }
  .c-editableArea .medium-up-7 > .column,
  .c-editableArea .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .c-editableArea .medium-up-7 > .column:nth-of-type(1n),
  .c-editableArea .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .medium-up-7 > .column:nth-of-type(7n+1),
  .c-editableArea .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .c-editableArea .medium-up-7 > .column:last-child,
  .c-editableArea .medium-up-7 > .columns:last-child {
    float: left;
  }
  .c-editableArea .medium-up-8 > .column,
  .c-editableArea .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .c-editableArea .medium-up-8 > .column:nth-of-type(1n),
  .c-editableArea .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .medium-up-8 > .column:nth-of-type(8n+1),
  .c-editableArea .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .c-editableArea .medium-up-8 > .column:last-child,
  .c-editableArea .medium-up-8 > .columns:last-child {
    float: left;
  }
  .c-editableArea .medium-collapse > .column,
  .c-editableArea .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .c-editableArea .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .c-editableArea .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .c-editableArea .medium-uncollapse > .column,
  .c-editableArea .medium-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .c-editableArea .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .c-editableArea .medium-centered,
  .c-editableArea .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .c-editableArea .medium-uncentered,
  .c-editableArea .medium-push-0,
  .c-editableArea .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .c-editableArea .large-1 {
    width: 8.33333%;
  }
  .c-editableArea .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .c-editableArea .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .c-editableArea .large-offset-0 {
    margin-left: 0%;
  }
  .c-editableArea .large-2 {
    width: 16.66667%;
  }
  .c-editableArea .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .c-editableArea .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .c-editableArea .large-offset-1 {
    margin-left: 8.33333%;
  }
  .c-editableArea .large-3 {
    width: 25%;
  }
  .c-editableArea .large-push-3 {
    position: relative;
    left: 25%;
  }
  .c-editableArea .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .c-editableArea .large-offset-2 {
    margin-left: 16.66667%;
  }
  .c-editableArea .large-4 {
    width: 33.33333%;
  }
  .c-editableArea .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .c-editableArea .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .c-editableArea .large-offset-3 {
    margin-left: 25%;
  }
  .c-editableArea .large-5 {
    width: 41.66667%;
  }
  .c-editableArea .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .c-editableArea .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .c-editableArea .large-offset-4 {
    margin-left: 33.33333%;
  }
  .c-editableArea .large-6 {
    width: 50%;
  }
  .c-editableArea .large-push-6 {
    position: relative;
    left: 50%;
  }
  .c-editableArea .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .c-editableArea .large-offset-5 {
    margin-left: 41.66667%;
  }
  .c-editableArea .large-7 {
    width: 58.33333%;
  }
  .c-editableArea .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .c-editableArea .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .c-editableArea .large-offset-6 {
    margin-left: 50%;
  }
  .c-editableArea .large-8 {
    width: 66.66667%;
  }
  .c-editableArea .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .c-editableArea .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .c-editableArea .large-offset-7 {
    margin-left: 58.33333%;
  }
  .c-editableArea .large-9 {
    width: 75%;
  }
  .c-editableArea .large-push-9 {
    position: relative;
    left: 75%;
  }
  .c-editableArea .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .c-editableArea .large-offset-8 {
    margin-left: 66.66667%;
  }
  .c-editableArea .large-10 {
    width: 83.33333%;
  }
  .c-editableArea .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .c-editableArea .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .c-editableArea .large-offset-9 {
    margin-left: 75%;
  }
  .c-editableArea .large-11 {
    width: 91.66667%;
  }
  .c-editableArea .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .c-editableArea .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .c-editableArea .large-offset-10 {
    margin-left: 83.33333%;
  }
  .c-editableArea .large-12 {
    width: 100%;
  }
  .c-editableArea .large-offset-11 {
    margin-left: 91.66667%;
  }
  .c-editableArea .large-up-1 > .column,
  .c-editableArea .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .c-editableArea .large-up-1 > .column:nth-of-type(1n),
  .c-editableArea .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .large-up-1 > .column:nth-of-type(1n+1),
  .c-editableArea .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .c-editableArea .large-up-1 > .column:last-child,
  .c-editableArea .large-up-1 > .columns:last-child {
    float: left;
  }
  .c-editableArea .large-up-2 > .column,
  .c-editableArea .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .c-editableArea .large-up-2 > .column:nth-of-type(1n),
  .c-editableArea .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .large-up-2 > .column:nth-of-type(2n+1),
  .c-editableArea .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .c-editableArea .large-up-2 > .column:last-child,
  .c-editableArea .large-up-2 > .columns:last-child {
    float: left;
  }
  .c-editableArea .large-up-3 > .column,
  .c-editableArea .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .c-editableArea .large-up-3 > .column:nth-of-type(1n),
  .c-editableArea .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .large-up-3 > .column:nth-of-type(3n+1),
  .c-editableArea .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .c-editableArea .large-up-3 > .column:last-child,
  .c-editableArea .large-up-3 > .columns:last-child {
    float: left;
  }
  .c-editableArea .large-up-4 > .column,
  .c-editableArea .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .c-editableArea .large-up-4 > .column:nth-of-type(1n),
  .c-editableArea .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .large-up-4 > .column:nth-of-type(4n+1),
  .c-editableArea .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .c-editableArea .large-up-4 > .column:last-child,
  .c-editableArea .large-up-4 > .columns:last-child {
    float: left;
  }
  .c-editableArea .large-up-5 > .column,
  .c-editableArea .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .c-editableArea .large-up-5 > .column:nth-of-type(1n),
  .c-editableArea .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .large-up-5 > .column:nth-of-type(5n+1),
  .c-editableArea .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .c-editableArea .large-up-5 > .column:last-child,
  .c-editableArea .large-up-5 > .columns:last-child {
    float: left;
  }
  .c-editableArea .large-up-6 > .column,
  .c-editableArea .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .c-editableArea .large-up-6 > .column:nth-of-type(1n),
  .c-editableArea .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .large-up-6 > .column:nth-of-type(6n+1),
  .c-editableArea .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .c-editableArea .large-up-6 > .column:last-child,
  .c-editableArea .large-up-6 > .columns:last-child {
    float: left;
  }
  .c-editableArea .large-up-7 > .column,
  .c-editableArea .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .c-editableArea .large-up-7 > .column:nth-of-type(1n),
  .c-editableArea .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .large-up-7 > .column:nth-of-type(7n+1),
  .c-editableArea .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .c-editableArea .large-up-7 > .column:last-child,
  .c-editableArea .large-up-7 > .columns:last-child {
    float: left;
  }
  .c-editableArea .large-up-8 > .column,
  .c-editableArea .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .c-editableArea .large-up-8 > .column:nth-of-type(1n),
  .c-editableArea .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .c-editableArea .large-up-8 > .column:nth-of-type(8n+1),
  .c-editableArea .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .c-editableArea .large-up-8 > .column:last-child,
  .c-editableArea .large-up-8 > .columns:last-child {
    float: left;
  }
  .c-editableArea .large-collapse > .column,
  .c-editableArea .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .c-editableArea .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .c-editableArea .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .c-editableArea .large-uncollapse > .column,
  .c-editableArea .large-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .c-editableArea .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .c-editableArea .large-centered,
  .c-editableArea .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .c-editableArea .large-uncentered,
  .c-editableArea .large-push-0,
  .c-editableArea .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.c-editableArea .column-block {
  margin-bottom: 3.75rem;
}
.c-editableArea .column-block > :last-child {
  margin-bottom: 0;
}
.c-editableArea .slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-editableArea .slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.c-editableArea .slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-editableArea .slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.c-editableArea .slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-editableArea .slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.c-editableArea .slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-editableArea .slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.c-editableArea .slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-editableArea .slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.c-editableArea .slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-editableArea .slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.c-editableArea .slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-editableArea .slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.c-editableArea .slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-editableArea .slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.c-editableArea .fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
.c-editableArea .fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.c-editableArea .fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
.c-editableArea .fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.c-editableArea .hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}
.c-editableArea .hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.c-editableArea .hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}
.c-editableArea .hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.c-editableArea .hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}
.c-editableArea .hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.c-editableArea .hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}
.c-editableArea .hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.c-editableArea .hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.c-editableArea .hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.c-editableArea .hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.c-editableArea .hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.c-editableArea .hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}
.c-editableArea .hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.c-editableArea .hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}
.c-editableArea .hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.c-editableArea .hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}
.c-editableArea .hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.c-editableArea .hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}
.c-editableArea .hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.c-editableArea .hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.c-editableArea .hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.c-editableArea .hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.c-editableArea .hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.c-editableArea .scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.c-editableArea .scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.c-editableArea .scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.c-editableArea .scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.c-editableArea .scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.c-editableArea .scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.c-editableArea .scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.c-editableArea .scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.c-editableArea .spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.c-editableArea .spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.c-editableArea .spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.c-editableArea .spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}
.c-editableArea .spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.c-editableArea .spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.c-editableArea .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.c-editableArea .spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}
.c-editableArea .slow {
  transition-duration: 750ms !important;
}
.c-editableArea .fast {
  transition-duration: 250ms !important;
}
.c-editableArea .linear {
  transition-timing-function: linear !important;
}
.c-editableArea .ease {
  transition-timing-function: ease !important;
}
.c-editableArea .ease-in {
  transition-timing-function: ease-in !important;
}
.c-editableArea .ease-out {
  transition-timing-function: ease-out !important;
}
.c-editableArea .ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.c-editableArea .bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.c-editableArea .bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.c-editableArea .bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.c-editableArea .short-delay {
  transition-delay: 300ms !important;
}
.c-editableArea .long-delay {
  transition-delay: 700ms !important;
}
.c-editableArea .shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%);
  }
}
.c-editableArea .spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.c-editableArea .spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.c-editableArea .wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    transform: rotate(0);
  }
}
.c-editableArea .shake,
.c-editableArea .spin-cw,
.c-editableArea .spin-ccw,
.c-editableArea .wiggle {
  animation-duration: 500ms;
}
.c-editableArea .infinite {
  animation-iteration-count: infinite;
}
.c-editableArea .slow {
  animation-duration: 750ms !important;
}
.c-editableArea .fast {
  animation-duration: 250ms !important;
}
.c-editableArea .linear {
  animation-timing-function: linear !important;
}
.c-editableArea .ease {
  animation-timing-function: ease !important;
}
.c-editableArea .ease-in {
  animation-timing-function: ease-in !important;
}
.c-editableArea .ease-out {
  animation-timing-function: ease-out !important;
}
.c-editableArea .ease-in-out {
  animation-timing-function: ease-in-out !important;
}
.c-editableArea .bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.c-editableArea .bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.c-editableArea .bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.c-editableArea .short-delay {
  animation-delay: 300ms !important;
}
.c-editableArea .long-delay {
  animation-delay: 700ms !important;
}
.c-editableArea .c-secBlock {
  margin-bottom: 60px;
}
.c-editableArea a {
  position: relative;
  z-index: 1;
}
.c-editableArea p {
  margin-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .c-editableArea img {
    margin-bottom: 1em;
  }
}
.c-editableArea .c-head--type07 {
  margin-bottom: 1.5em;
}
.c-editableArea .c-head--type09 {
  margin-bottom: 2em;
}
.c-editableArea .p-topics__head .c-head--type07 {
  margin-bottom: 0;
}
.c-editableArea .p-topics__head {
  margin-bottom: 30px;
}
.c-editableArea .p-topics--type01 .c-secBlock:first-child {
  margin-bottom: 30px;
}
.c-editableArea .c-text-sign {
  text-align: right;
  margin-top: 30px;
}
.c-editableArea .c-picture--type--left {
  float: left;
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .c-editableArea .c-picture--type--left {
    margin-right: 0;
  }
  .c-editableArea .c-picture--type--left img {
    width: 100%;
    margin-bottom: 0;
  }
}
.c-editableArea .c-picture--type--right {
  float: right;
  margin-left: 25px;
}
@media screen and (max-width: 480px) {
  .c-editableArea .c-picture--type--right {
    margin-left: 0;
  }
  .c-editableArea .c-picture--type--right img {
    width: 100%;
    margin-bottom: 0;
  }
}
.c-editableArea .secBlockBasic img {
  /* width: 100%;*/
}
.c-editableArea .p-topics__head {
  margin-bottom: 30px;
}
.c-editableArea .p-topics--type01 .c-secBlock:first-child {
  margin-bottom: 30px;
}
.c-editableArea .bdr__type01 img,
.c-editableArea img.bdr__type01 {
  border: solid 1px #eaeaea;
}
.c-editableArea .c-modal__container {
  display: none;
}
.c-editableArea .c-caption__sub-type01 {
  display: block;
  font-size: 15px;
}
.c-editableArea .c-caption--type01 {
  margin: 10px 0;
}
.fancybox-outer .fc-custom__next {
  right: 0;
}
.fancybox-outer .fc-custom__next span {
  right: 10px;
  background-image: url('/img/btn_next02.png');
}
.fancybox-outer .fc-custom__prev {
  left: 0;
}
.fancybox-outer .fc-custom__prev span {
  left: 10px;
  background-image: url('/img/btn_prev02.png');
}
.fancybox-outer .fancybox-nav span {
  width: 36px;
  height: 56px;
  top: 48%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.fancybox-outer .c-modal__contents {
  padding: 10px 10px 20px 10px;
}
.fancybox-outer .c-modal__head {
  margin-bottom: 10px;
}
.c-editmode {
  /* ---------------------------------------------------------------
  ckeditor style
------------------------------------------------------------------*/
}
.c-editmode hr {
  min-height: 30px;
}
.c-editmode .cke img {
  height: auto !important;
}
.ccm-panel-detail-open .form-group label {
  color: #548fc8;
}
.ccm-panel-detail-open .form-inline {
  display: inline-block;
}
.ccm-panel-detail-open .separeter {
  padding: 0 10px;
}
